/** Shopify CDN: Minification failed

Line 375:0 All "@import" rules must come first

**/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background-color: var(--color-background);
  color: var(--color-foreground);
  font-size: 1.5rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.8);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
    line-height: calc(1 + 0.8);
  }
}

.password-modal__content-heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(1 + 0.6);
}

@media only screen and (min-width: 750px) {
  .password-modal__content-heading {
    font-size: 1.8rem;
  }
}

.full-height {
  height: 100%;
}

.password {
  background-color: var(--color-background);
  height: 100%;
}

.password-link {
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
}

.password-link svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}

.password-modal__content {
  padding: 4.5rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.password-modal__content-heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(1 + 0.6);
}

@media only screen and (min-width: 750px) {
  .password-modal__content-heading {
    font-size: 1.8rem;
  }
}

.password-modal .password-form {
  max-width: 50rem;
}

.password-form {
  margin-bottom: 2rem;
  width: 90%;
}

.password-field.field {
  flex: 1 20rem;
}

.password-field .form__message {
  margin-top: 1.5rem;
}

.password-button {
  margin-top: 3rem;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .password-field--error + .password-button {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .password-button {
    margin-top: 0;
    margin-left: 2rem;
    width: auto;
    align-self: start;
  }
}

.password-logo {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 750px) {
  .password-logo {
    margin-bottom: 0;
  }
}

.password-heading {
  margin-top: 5rem;
  font-weight: 400;
}

.password-main {
  flex-grow: 1;
}

.password-main > section:only-child {
  height: 100%;
}

.password-main > section:only-child > .newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.password-main > section:only-child .newsletter__wrapper:not(.email-signup-banner__box) {
  width: 100%;
}

.password-main > section:only-child > :not(.newsletter--narrow) > .newsletter__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.password__footer-text a {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: calc(1 + 0.5);
}

.password-modal .icon-close {
  color: var(--color-foreground);
}

.password__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  background-color: var(--color-background);
  color: var(--color-foreground);
}

hr {
  margin: 0 !important;
}

.password__footer-caption a {
  padding: 0;
  color: var(--color-link);
}

.modal__toggle,
.modal__close-button {
  list-style-type: none;
}

details[open] .modal__toggle,
.modal__close-button {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  padding: 0.8rem;
  color: var(--color-foreground);
  background-color: transparent;
}

.no-js .modal__close-button {
  display: none;
}

.no-js .modal__toggle {
  z-index: 2;
}

.modal__toggle::-webkit-details-marker {
  display: none;
}

details.modal .modal__toggle-close {
  display: none;
}

details[open].modal .modal__toggle-close {
  background: var(--color-background);
  cursor: pointer;
  display: flex;
  padding: 0.8rem;
  z-index: 1;
}

details[open].modal .modal__toggle-close svg,
.modal__close-button svg {
  height: 1.7rem;
  width: 1.7rem;
}

details[open].modal .modal__toggle-close:hover {
  opacity: 0.75;
}

.js details[open].modal .modal__toggle-close {
  display: none;
}

details.modal .modal__toggle-open>span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.no-js details[open].modal .modal__toggle-open {
  display: none;
}

.password-header {
  padding: 2rem 1.5rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: var(--color-foreground);
  max-width: var(--page-width);
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  .password-header {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    padding: 2rem 5rem 2.5rem;
    text-align: left;
  }
}

.password-header details-modal {
  flex-shrink: 0;
}

@media only screen and (max-width: 749px) {
  .password-content {
    margin-bottom: 1.8rem;
    margin-top: 1rem;
  }
}

.shopify-name {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.icon-shopify {
  width: 7rem;
  height: 2rem;
  vertical-align: top;
  color: var(--color-foreground);
}

password-modal {
  justify-self: flex-end;
  grid-column: 3;
}



/** Shopify CDN: Minification failed

Line 53:0 All "@import" rules must come first

**/

@font-face {
  font-family: "Futura PT";
  src: url("/cdn/shop/files/FuturaCyrillicBook.woff2?v=1757915307") format("woff2"),
       url("/cdn/shop/files/FuturaCyrillicBook.woff?v=1757915307") format("woff"),
       url("/cdn/shop/files/FuturaCyrillicBook.ttf?v=1757915307") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/cdn/shop/files/FuturaCyrillicLight.woff2?v=1757915623") format("woff2"),
       url("/cdn/shop/files/FuturaCyrillicLight.woff?v=1757915623") format("woff"),
       url("/cdn/shop/files/FuturaCyrillicLight.ttf?v=1757915623") format("truetype");
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: "Futura PT";
  src: url("/cdn/shop/files/FuturaCyrillic-Demi.woff?v=1757916229") format("woff"),
       url("/cdn/shop/files/FuturaCyrillic-Demi.woff2?v=1757916230") format("woff2"),
       url("/cdn/shop/files/FuturaCyrillic-Demi.ttf?v=1757916229") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/cdn/shop/files/FuturaCyrillic-Bold.woff?v=1757915842") format("woff"),
       url("/cdn/shop/files/FuturaCyrillic-Bold.woff2?v=1757915842") format("woff2"),
       url("/cdn/shop/files/FuturaCyrillic-ExtraBold.ttf?v=1757915367") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/cdn/shop/files/FuturaCyrillic-ExtraBold.woff?v=1757915367") format("woff"),
       url("/cdn/shop/files/FuturaCyrillic-ExtraBold.woff2?v=1757915368") format("woff2"),
       url("/cdn/shop/files/FuturaCyrillic-ExtraBold.ttf?v=1757915367") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

body , html {
  font-family: "Futura PT";
  font-weight: 400;
}

h1 , h2 , h3 , h4 , h5 , h6 {
  font-family: "Futura PT" !important;
}
.btn{
    text-transform: capitalize !important;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}
.logo-bar__item{
    padding: 10px 10px;
}
.logo-bar__item img {
    width: 80px;
    height: 35px;
    object-fit: contain;
}
.logo-bar__item.active{
    background: #fff;
}
.logo-bar__item.active img{
    filter: brightness(0);
}
.header .site-nav{
    column-gap: 20px;
}
 body .site-nav__link { 
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 0;
    font-family: "Futura PT";
}
body .list-menu__item{
  font-weight: 400;
}
body .site-nav__link>span:after { 
    height: 1px; 
}
body .header { 
    max-width: 130rem;
    padding-left:0.2rem;
    padding-right:0.2rem;
}
.slideshow_section h2.banner__heading {
    font-size: 47px;
    font-family:'Futura PT';
    font-weight: 400;
}

.slideshow_section .banner__text {
    font-size:18px;
    font-weight:400;  
}
.slideshow_section .banner__buttons a {
    font-family: 'Inter';
    font-size: 16px;
    padding: 12px 24px;
}

.slideshow_section .banner__buttons {
    max-width: unset;
}
/*new hero styling*/
.hm_bnr_videos{
    position: relative;
}
.hero video{
    width: 100%;
    height: calc(100vh - 150px);
    object-fit: cover;
}

h2.title {
    font-size: 32px;
    font-family: 'Futura PT';
    font-weight: 500;
    position: relative;
    text-align: center;
}

h2.title:before {
    content: '';
    height: 2px;
    width: 100px;
    background: #CE9694;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.index_multicolumn .multicolumn-list {
    gap: 32px;
    flex-wrap: wrap;
} 
.index_multicolumn .multicolumn-list__item.grid__item {
    min-height: 480px;
    background-size: 100% 100%;
}
.index_multicolumn  .multicolumn-card__info h3 {
      font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
    color: #fff;
    font-size: 68px; 
}
.index_multicolumn .collection_title p {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    text-stroke:1px  #F0DDD4;
    -webkit-text-stroke: 1px #F0DDD4;
    color: #CE9694;
}

.index_multicolumn .txt_cst {
    font-size: 22px;
    color: #fff;
    line-height:1.2;
    margin-bottom: 15px;
}


.cst_button.btn-solid {
   background:#000 !important;
   font-size: 16px;
   font-family: 'Inter';
   border-radius:8px;
   letter-spacing:0;
   padding: 12px 24px;
}
.cst_button.btn-solid:after {
z-index:-1;
}
.cst_button.btn-solid:hover {
    color:#fff;
}

.index_multicolumn .item-2 .collection_title p {
    color: #D5CFBB;
    text-stroke: 1px #000 ;
    -webkit-text-stroke: 1px #000 ;
}
.index_multicolumn .item-2 .multicolumn-card__info {
    max-width: 280px;
}

.index_multicolumn .multicolumn-card.content-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.index_multicolumn .item-2 .txt_cst {
    color:#000;
}
.index_multicolumn .item-2  .collection_title p { 
text-shadow:0 4px 4px #0003;
}

 
.countdown-layout--banner .countdown__content {
    min-height: 410px;
}

body .countdown-layout--banner .countdown__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.countdown__block.countdown__block--content {
    text-align: center;
    justify-content: center;
    align-items: center;
} 
.countdown__block.countdown__block--button.button-block-active {
    text-align: center;
} 
.countdown__heading {
    text-align: center;
}
.countdown__heading h2.title{
    font-family: "Hahmlet", serif;
    font-size:53px;
    font-weight:500;
     line-height:1.2;
} 
.countdown__richtext {
     font-size:53px;
    line-height:1.2;
    font-weight:300;
    color:#fff;
    opacity:1;
} 
.countdown__display-block {
    border: none;
    padding: 6px;
    border: 1px solid !important;
    max-width: 65px;
    font-size: 32px;
    color: #fff;
    border-radius:4px;
} 
.countdown__display-block h2 {
    font-size: 32px;
    color: #fff;
}

body .countdown__display {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}
.countdown__block--content p {
    opacity:1 !important;
}
.countdown__block.countdown__block--button a {
    background: #000;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Inter';
    padding: 12px 24px;
}

.countdown__block.countdown__block--button a:after {
    opacity: 0;
}
.featured_collection-slider{
    padding-left: calc((100vw - min(100vw, 140rem)) / 2 + 0px);
}
 .featured_collection span.subheading.inline-richtext {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 32px;
    line-height: 1;
    margin-top: -15px;
    text-transform: capitalize;
}
.center.collection__view-all a {
    font-size: 16px;
    font-family: 'Inter';
    padding: 12px 24px;
    letter-spacing: normal;
    background:#CE9694;
    color:#000;
    text-transform: capitalize;
}

.card__heading a{
    font-size: 24px !important;
    font-family:'Futura PT'; 
    text-transform: capitalize;
    color: #000;
    padding-bottom: 6px;
}
 
.product_card .card__information .price-item {
    font-size: 18px;
    font-family: 'Futura PT';
    font-weight: 500;
    line-height: 100%;
    color: #000;
}
.hm_banner_imgs .page-width {
    max-width: unset;
    display: flex;
    align-items: center;
    padding: 0;
    background: #F8F7F2;
    justify-content: space-between;
    padding-left:4rem;
}

.hm_banner_imgs {
    padding-bottom: 80PX;
} 
.bundle-content h2 {
    font-size: 62px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
} 
.bundle-content {
    padding-left: 50px;
    min-width: 440px;
    margin-right: -150px;
    overflow: visible;
    z-index: 9;
}
.bundle-content h3 {
    font-size: 41px;
    line-height: 1;
    font-weight: 700;
    margin: 15px 0;
}
.bundle-content a {
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: normal;
    padding: 12px 24px;
    background: #CE9694;
    color: #000;
    border: none;
}
.bundle-content a:hover {
    color:#000;
}
.bundle-content a:after , .bundle-content a:before {
    opacity:0;
}
.hm_videos video {
    width: 100%;
}

.hero-content {
    position: absolute;
    bottom: 100px;
    left: calc((100vw - min(100vw, 134rem)) / 2 + 0px);
    z-index: 1;
    padding: 0 2rem;
}

.hm_videos {
    position: relative;
}

.hm_videos .hero-content h1{
    font-size: 47px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.hm_videos .hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    margin: 20px 0px 32px;
    max-width: 550px;
}
.template-collection .image-banner img{
    width: 100%;
}
.template-collection .hm_videos video {
    width: 100%;
    height: calc(100vh - 120px);
    object-fit: cover;
}
.template-collection .hm_videos:before {
    content: '';
    width: 100%;
    height: 99%;
    background: linear-gradient(94.26deg, #000000 -35.49%, rgba(54, 54, 54, 0.789215) -13.07%, rgba(131, 131, 131, 0.487655) 5.41%, rgba(196, 196, 196, 0.4) 35.81%, rgba(255, 255, 255, 0) 57.26%);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.hero-content h1, .template-collection .hero-content h1 {
    font-size: 47px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.hero-content p, .template-collection .hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000000;
    margin: 0px;
    max-width: 100%;
}

 .hero-content .btns_group a  {
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: normal;
    padding: 13px 24px;
    border: none;
}
.hero-content .first_btn a{
    background: #CE9694;
    color: #000;
}
.hm_videos .hero-content a.btn{
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: normal;
    padding: 13px 24px;
    border: none;
    background: #CE9694;
    color: #000;
}
.hero-content .second_btn a{
    background: #000000;
    color: #fff;
}
.btns_group {
    display: flex;
    align-items: center;
    gap: 37px;
    row-gap: 10px;
    flex-wrap: wrap;
}
 .hero-content a:after, .hero-content a:before {
    opacity:0;
}
.img_with_txt h2.title:before {
    left: 0px;
    transform: none;
}
.img_with_txt p {
font-size: 18px;
 line-height:26px;
} 
.img_with_txt .btn-solid {
    font-size: 16px;
    font-family: 'Inter';
    letter-spacing: normal;
    text-transform: capitalize;
    background: #ce9694;
    color: #000;
}
.img_with_txt .btn-solid:hover {
color:#000;
}
.img_with_txt .image-with-text{
    padding-top: 0px !important;
}
.hm_slider_brands {
    padding-bottom: 80px;
}
.hm_testi_slider{
    padding-bottom: 80px;
}
.hm_testi_slider h2{
    margin-top: 0px;
}
.Outr_cir_col .owl-stage {
    display: flex;
    align-items: center;
}
.hm_testi_slider .item img {
    max-height: 100px;
    max-width: 100px;
    margin: 0 auto;
} 
.hm_testi_slider .item {
    text-align: center;
} 
.hm_testi_slider .item p {
    font-size: 18px;
    line-height: 26px;
} 
.hm_testi_slider .item strong {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.hm_testi_slider .slider_testi{
    position: relative;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 37%;
    transform: translateY(-37%);
}
.owl-carousel .owl-nav .owl-next{
    right: 0;
    top: 37%;
    transform: translateY(-37%);
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 3px solid #CE9694;
    border-radius: 100% !important;
    background: #CE9694 !important;
}
.owl-theme .owl-nav [class*=owl-] svg path{
    stroke: #fff;
}
.owl-theme .owl-nav .disabled{
    opacity: 1 !important;
    border: 3px solid #000;
    background: transparent !important;
    cursor: not-allowed !important;
}
.owl-theme .owl-nav .disabled svg path{
    stroke: #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #CE9694 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    background: #D9D9D9 !important;
}
.hm_blog_lists{
    padding: 80px 0px;
}
.hm_blog_lists .article .card__inner, 
.hm_blog_lists .article .card__inner .card__media{
    border-radius: 0px;
}
.hm_blog_lists .article .card__information .caption-with-letter-spacing{
    display: none;
}
.hm_blog_lists .article .article-card__excerpt{
    margin-top: 6px;
    margin-bottom: 16px;
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}
.hm_blog_lists .article .card__information a.link-text{
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}
.hm_blog_lists .blog__button{
    background: #CE9694;
    padding: 16px 24px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    border: none;
}
.hm_blog_lists .blog__button:before, .hm_blog_lists .blog__button:after{
    display: none;
}
.hm_nesltr .newsletter{
    padding: 117px 0px;
}
.hm_nesltr .newsletter h2, .hm_nesltr .newsletter p{
    color: #fff;
}
.hm_nesltr .newsletter p{
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px;
}
.hm_nesltr .newsletter-form__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
}
.hm_nesltr .newsletter-form{
    max-width: 50rem;
    padding-top: 10px;
}
.hm_nesltr .newsletter-form__field-wrapper .field__input {
    max-width: 337px;
    min-height: 52px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.hm_nesltr .newsletter-form__field-wrapper .field__input::placeholder{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
}
.hm_nesltr .btn:before, .hm_nesltr .btn:after{
    display: none;
}
.hm_nesltr .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CE9694;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    border: 1px solid #CE9694;
}
.why_shop_carrie{
    padding-top: 80px;
}
.why_shop_carrie h2{
    margin: 0px !important;
}
.why_shop {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding-top: 32px;
}
.why_shop .why_shop_icons img{
    max-width: 52px;
    max-height: 52px;
    
}
.why_shop .why_shop_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.why_shop .why_shop_icons p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0px;
    color: #000000;
}
.brand_with_txt {
    max-width: 1061px;
    margin: 80px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    max-width: 1061px;
    margin: 80px auto;
    text-align: center;
}
.brand_with_txt img{
    width: 100%;
    max-width: 107px;
}
.brand_with_txt p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.hm_footer .footer{
    padding-top: 50px;
    background: #000;
    color: #fff;
    margin: 0px;
}
.hm_footer .footer .footer__blocks-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.hm_footer .footer .footer__blocks-wrapper .footer-block{
    flex: 0 0 auto;
    display: block;
}
.hm_footer .footer .footer-block__heading, .hm_footer .footer h2{
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 32px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 32px;
}
.hm_footer .footer .footer-block--newsletter{
    margin-top: 0px;
}
.hm_footer .footer .footer-block ul{
    margin-top: 32px;
}
.hm_footer .footer .footer-block .menucstm-cl2 ul {
    margin-top: 63px;
}
.hm_footer .footer .footer-block ul li a, .hm_footer .footer .footer-block p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 0px;
}
.hm_footer .footer .footer-block ul li:last-child a {
  margin-bottom: 0;
}
.hm_footer .footer .footer-block .list-menu__item:after{
    background-color: #fff;
}
.hm_footer .footer .footer__content-bottom{
    background: #CE9694;
}
.hm_footer .footer .footer__content-bottom .footer__content-bottom-wrapper{
    padding: 4px 0px !important;
}
.hm_footer .footer .footer__content-bottom .copyright__content{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
}
.hm_footer .footer .newsletter-form__field-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.field:before, .select:before, .customer .field:before, 
.customer select:before, .localization-form__select:before, 
.newsletter-form__button:before, .newsletter-form__button:after{
    display: none;
}
.hm_footer .footer .newsletter-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CE9694;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.hm_footer .footer .newsletter-form__field-wrapper .field__input {
    padding-right: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid #CE9694;
    min-height: 51px;
    border-radius: 0px;
    border-right: 0px;
}
.hm_footer .footer .newsletter-form__field-wrapper .field__input::placeholder{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
}
.hm_footer .footer .list-social__link {
    background: transparent !important;
    padding: 0px !important;
    justify-content: start;
    width: 24px;
    height: 24px;
}
.hm_footer .footer .list-social{
    justify-content: start;
    gap: 20px;
}
.hm_footer .footer .list-social__link:after{
    display: none;
}
.hm_footer .footer .footer__localization{
    display: none;
}
.hm_slider_brands h2, .hm_testi_slider h2, 
.hm_blog_lists .title-wrapper-with-link{
    margin: 0px;
    margin-bottom: 32px;
}
.hm_blog_lists .page-width{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/*new section css start here*/
.hm_col_list{
    padding: 50px 0px;
}
.cstm_txt_overlay{
    padding-bottom: 80px;
}
.cstm_txt_overlay h2{
    margin: 0px;
    margin-bottom: 32px;
}
.hm_col_list h2{
    margin: 0px;
}
.hm_col_list .outr_col_grids{
    margin-top: 32px;
    padding-left: calc((100vw - min(100vw, 140rem)) / 2 + 0px);
}
.hm_col_list .outr_col_grids .owl-nav .owl-prev{
    left: calc((100vw - min(100vw, 140rem)) / 2 + 0px);
}
.hm_col_list .outr_col_grids .item p{
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0px;
    padding-top: 16px;
}
.hm_col_list .outr_col_grids .owl-dots{
    margin-top: 0px !important;
    padding-top: 42px;
}
.cstm_txt_overlay .FlexboxIeFix .ImageHero {
    display: flex;
    align-items: center;
    justify-content: start;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 450px;
}
.cstm_txt_overlay .ImageHero__Wrapper{
    text-align: start;
    width: 100%;
    max-width: 50%;
    padding: 0px 40px;
    background: transparent;
}
.cstm_txt_overlay .ImageHero__Wrapper h4{
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-size: 56px;
    line-height: 24.26px;
    letter-spacing: 0;
    margin: 0px;
    padding-bottom: 20px;
}
.cstm_txt_overlay .ImageHero__Wrapper h3 {
  font-family: 'Futura PT';
  font-weight: 700;
  font-size: 64.39px;
  line-height: 72px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #E55807;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  margin: 0px;
  padding-bottom: 12px;
}
.cstm_txt_overlay .ImageHero__Wrapper p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000000B2;
}
.cstm_txt_overlay .ImageHero__Wrapper .btn{
    background-color: #1B1B1B;
    padding: 13px 24px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.shop_by_brands .outr_col_grids .item p{
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    padding-top: 24px;
}
.shop_by_brands .outr_col_grids .item p.brnd_txt{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 0px;
}
.shop_by_brands .outr_col_grids .item a{
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    color: #000;
}
/*Single Product page css start here*/
.product_page .product-section{
    padding: 80px 0px 0px;
}
.product-section .product__info-wrapper .caption-with-letter-spacing{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000000B2;
    margin-bottom: 24px;
}
.product-section .product__info-wrapper .product__title{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #000000;
    margin-bottom: 24px;
}
.product-section .product__info-wrapper .price__regular span{
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}
.price--show-badge span{
    font-family: 'Futura PT';
}
.product-section .product__info-wrapper .variant_size {
    margin-top: 32px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.product .product__info-container .form__label{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 100% !important;
    color: #333333;
    padding-bottom: 16px;
}
.product .product__info-container .form__label>span, .product-form__input input[type=radio]+label:after{
    display: none
}
.variant_size label {
    border-radius: 50%;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    margin-right: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.product-form__input input[type=radio]:checked+label{
    background-color: #CE9694;
}
.quantity{
    border: 2px solid #000;
}
.product__inventory{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
    margin: 32px 0px;
}
.product__inventory svg circle:first-child {
    fill: #000;
}
.product__inventory svg circle:last-child {
    fill: #CE9694;
}
.product-form__buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
}
.product-form__buttons .product-form__submit {
    margin-bottom: 0px !important;
    max-width: calc(50% - 20px);
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
    opacity: 1 !important;
}
.product-form__buttons .shopify-payment-button__button--unbranded {
    min-width: calc(25rem - 20px);
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    background-color: #CE9694 !important;
    color: #000 !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
}
.product__info-container .product-form, .product__info-container .product__description {
    margin: 32px 0 !important;
}
.feat_icons_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.feat_icons_list .inn_icons {
    text-align: center;
}
.feat_icons_list .inn_icons h3{
    margin: 6px 0px 8px;
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}
.feat_icons_list .inn_icons p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
}
.product__accordion .summary__title{
    justify-content: space-between;
    padding: 20px 0px;
}
.product__accordion .summary__title:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
  transform-origin: center;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.product__accordion details[open] .summary__title:after {
  transform: rotate(-225deg);
}
.product__accordion .summary__title .accordion__title{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #333333;
}
.product__accordion .accordion__content p, .product__accordion .accordion__content strong, 
.product__accordion .accordion__content ul li p{
    font-family: 'Futura PT';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.product__accordion .rte .jdgm-write-rev-link{
    background: #ce9694;
}
.template-product .img_with_txt{
    padding: 80px 0px;
}
.template-product .image-with-text{
    padding-bottom: 0px !important;
}
.product .product__media{
    padding-top: 60% !important;
}
.product .product__media img{
    object-fit: contain;
}
.sticky_main .sticky-title {
    font-family: 'Futura PT';
}
.sticky_main .img_title .selectedOpt {
    font-family: 'Futura PT';
}
.sticky_main .Addbtns .btn {
    padding: 12px 20px;
    font-family: 'Futura PT';
    border-radius: 8px;
    opacity: 1 !important;
}
.product .next-arrow svg:first-child, .product .prev-arrow svg:first-child {
    opacity: 1 !important;
    transform: translate(-50%,-50%);
}
.product .next-arrow svg path, .product .prev-arrow svg path{
    fill: #fff;
}
.product .slide-arrow{
    background-color: #CE9694;
}
.product .slider-button{
    width: 32px;
    height: 32px;
}
.pro_related_sec{
    padding: 80px 0px;
}
.pro_related_sec .related-products{
    padding: 0px !important;
}
.pro_related_sec h2{
    margin: 0px;
    margin-bottom: 16px;
}
.pro_related_sec p{
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.pro_related_sec .product-grid{
    margin-top: 32px;
}
.pro_related_sec .product-grid .card__heading a {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 30px;
    color: #000000;
    padding-bottom: 16px;
}
.pro_related_sec .product-grid .price span{
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
}
.pro_related_sec .product-grid .product-cart-btn{
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-top: 16px;
}
/*collection page css start here*/
.collection-category{
    padding: 30px 0px !important;
}
.collection-category .category-wrapper .category-item:nth-child(2n) a .category-image {
    order: 0 !important;
}
.collection-category .category-wrapper .category-item:nth-child(2n) .category-title h3 {
    margin-top: 0px !important;
}
.collection-category .category-item .category-image img, 
.collection-category .category-item .category-image placeholder-image {
    border-radius: 100%;
}
.collection-category .category-item .category-image {
    width: 100%;
    min-width: 139px;
    height: 100%;
    min-height: 139px;
    padding-top: 0px !important;
    position: relative;
}
.collection-category .shape--blob {
    clip-path: none !important;
}
.collection-category .category-title h3{
    font-family: Futura PT;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin: 0px;
    padding-top: 16px;
}
.collection-category .swiper-wrapper{
    justify-content: center;
}
.template-collection .collections_all_product{
    padding-top: 0px !important;
    padding-bottom: 80px !important;
}
.template-collection .product-cart-btn {
    margin-top: 16px;
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.template-collection .hm_slider_brands{
    padding-top: 80px;
}
.collections_all_product .sidebar-container h2.sidebar__heading{
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin-bottom: 16px;
}
.sidebar__summary span{
    font-family: 'Futura PT';
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    color: #333333;
}
.sidebar-checkbox{
    font-family: 'Futura PT';
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100%;
    color: #333333;
}
.sidebar-wrap ul:not(.variant_Size,.variant_Color) .sidebar__item input[type=checkbox]+label:after, 
.mobile-sidebar__submenu ul:not(.variant_Size,.variant_Color) .sidebar__item input[type=checkbox]+label:after{
    background: none !important;
    content: '\2714' !important;
    font-size: 12px !important;
}
.template-collection .variant_Size .sidebar__item input[type=checkbox]:checked+label {
    color: #fff;
}
.sidebar-filters__field h2, 
.sidebar-filters__field .select__select, .mobile-sidebar__sort .select__select{
    font-family: "Futura PT";
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
}
.template-collection .size_filter{
    height: 32px;
    min-width: 32px;
    padding: 0 5px; 
}
.template-product .why_shop_carrie{
    padding-top: 0px;
    padding-bottom: 80px;
}
.template-product .brand_with_txt{
    margin: 0 auto;
}
/*about us page css start here*/
.our-story-main-cl-cstm {
    padding: 32px 0px !important;
}
.our-story-main-cl-cstm h2{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 47px;
    line-height: 26px;
    text-align: center;
    margin: 0px;
}
.our-story-main-cl-cstm p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
}
.about-us-image-text {
    padding: 80px 0px;
}
.about-us-image-text .image-with-text{
    padding-bottom: 0px;
}
.about-us-image-text h2{
    text-align: center;
    font-family: Futura PT;
    font-weight: 500;
    font-size: 32px;
    line-height: 26px;
    color: #000;
    margin: 0px;
    padding-bottom: 8px;
    width: 100%;
}
.about-us-image-text h2.title:before{
    left: 50%;
    transform: translateX(-50%);
}
.about-us-image-text p.subheading{
    font-family: 'Futura PT';
    font-weight: 450;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
}
.about-us-image-text .inline-richtext{
    margin: 0px;
}
.about-us-image-text p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
}
.about-us-image-text .image-with-text__content{
    padding: 0px;
}
.text-image-icon-text-both-main-div {
    width: 100%;
    text-align: center !important;
}
.text-image-icon-text-both-main-div .image-div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-image-icon-text-both-main-div .bottom-headin-text p{
    font-family: 'Futura PT';
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0px;
}
.text-image-icon-text-both-main-div .bottom-tagline-text{
    font-family: 'Futura PT';
    font-size: 20px;
    font-weight: 450;
    line-height: 26px;
    margin: 20px 0px;
    color: #E2AD9F;
}
.about-us .hm_slider_brands{
    padding-top: 80px;
    padding-bottom: 52px;
}
/*landing page css start here*/
.main-container-cl {
    background: #fff;
    border-radius: 41px;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.landing-page-main-div {
    padding: 80px 0px;
}
.email-logo-main-cl {
    width: 100%;
}
.logo-image-landing {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-image-landing img {
    width: 100%;
    max-width: 215px;
    height: 57px;
    object-fit: cover;
}
.geading0ssub-main{
    margin-top: 40px;
}
.geading0ssub-main h2{
    margin: 0px;
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 47px;
    text-align: center;
}
.geading0ssub-main p{
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin: 20px 0px 0px;
}
.landing-page-email-div .newsletter-form {
    /* max-width: 60rem; */
    padding-top: 32px;
}
.landing-page-email-div .newsletter-form__field-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.landing-page-email-div .newsletter-form__field-wrapper .field__input {
    max-width: 300px;
    min-height: 52px;
    margin-bottom: 0px;
    border: 1px solid #000000;
    border-radius: 0px;
}
.landing-page-email-div .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CE9694;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    border: 1px solid #CE9694;
}
.landing-page-email-div .btn:hover{
    color: #fff;
}
.landing-page-email-div{
    margin-bottom: 40px;
}
.social-icon-heading-main{
    margin-top: 40px;
}
.social-icon-heading-main h3{
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin: 0px;
}
.social-media-main-div {
    margin-top: 30px;
}
.social-media-main-div .list-social__link{
    background: #fff;
    box-shadow: none;
}
/* .social-media-main-div .list-social__link svg:first-child g > path:nth-of-type(2n) {
  fill: #fff;
} */
/*contact us page css start here*/
.contact_form .contact {
    width: 100%;
    text-align: center;
}
.main-contact-form-contact-icon {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contact-us .contact_form .contact {
    width: 75%;
    text-align: center;
}
.contact-info-list .contact-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
    margin-bottom: 10px;
}
.contact-info-list .contact-item img {
    filter: brightness(0);
    width: 20px;
    height: 20px;
}
.contact-info-list .contact-item p{
    margin: 0px;
}
.contact-info-list .contact-item .info-lable {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Futura PT';
}
.contact-info-list .contact-info-main{
    text-align: left;
}
.contact-info-list, .form-div-cl-cstm {
    width: 100%;
}
/*contact us page css end here*/
/*Faq's page css start here*/
.faq .main-accordion{
    display: block;
}
.faq .accordion_content{
    width: 100%;
}
.faq .main-accordion .accordion{
    margin: 0 auto;
}
.faq .main-accordion .accordion_content .acord-heading{
    width: 68%;
    margin: 0 auto;
}
.faq .main-accordion .accordion button{
    justify-content: space-between;
}
.faq .main-accordion .accordion button .faqIcon{
    order: 2;
}
.faq .main-accordion .accordion button .accordion-title{
    font-family: 'Futura PT';
    font-size: 18px;
}
.faq .main-accordion .accordion .accordion-content p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Futura PT';
}
/*Faq's page css end here*/
/*template pages*/
.template-page h1{
    font-size: 47px;
    font-weight: 500;
    display: none;
}
.template-page h4{
    font-size: 23px;
    font-weight: 500;
    margin: 10px 0px;
}
.template-page h4 strong, .template-page h5 strong{
    font-weight: 500 !important;
}
.template-page h5{
    font-size: 19px;
    margin: 5px 0px;
}
.template-page p{
    font-size: 18px;
}
.template-page p strong {
    font-weight: 500;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
table:not([class]){
    border-style: none;
}
.landing-page-main-div{
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
/*responsive css start here*/
@media (min-width:1350px){
    .hm_col_list {
        padding: 40px 0px;
    }
    .landing-page-main-div{
    height: 100vh;
    }
    
}
@media screen and (min-width:990px) {
   body .header--middle-left { 
    grid-template-columns: .3fr 3fr .6fr; 
}
}
@media (max-width: 991px){
.cstm_txt_overlay .ImageHero__Wrapper{
    max-width: 60%;
}
}
@media screen and (min-width:767px) {
.page-width, .page-width--narrow {
    padding: 0 2rem;
}
}
@media (max-width: 768px){
.cstm_txt_overlay .ImageHero__Wrapper{
    max-width: 100%;
}
.logo-wrapper{
    justify-content: space-around;
    gap: 0px;
}
 .hm_banner_imgs .page-width{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    padding-left: 1.5rem;
 }
 .bundle-content {
    padding-left: 0px;
    min-width: auto;
    margin-right: 0px;
    overflow: visible;
    z-index: 9;
}
.bundle-content h2, .bundle-content h3{
    font-size: 28px;
}

 .countdown__background-image-wrapper{
    display: block !important;
 }
 .hm_footer .footer .footer-block__heading, .hm_footer .footer h2{
    font-size: 25px;
    line-height: 32px;
 }
 .countdown__display-block h2{
    font-size: 24px;
 }
 .countdown__richtext {
    font-size: 32px;
    line-height: 40px;
}
.banner__heading, .banner__heading.h1 {
    font-size: 34px !important;
    line-height: 36px !important;
    color: #000;
}
.cstm_txt_overlay .ImageHero__Wrapper h4{
    font-size: 28px;
}
.faq .main-accordion .accordion_content .acord-heading{
    width: 100%;
}
.contact-us .contact_form .contact{
    width: 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 750px){
    .shop_by_brands .outr_col_grids .item p {
        font-size: 20px;
    }
    .hm_footer .footer .footer__blocks-wrapper .footer-block{
        flex: 0 0 100%;
    }
    .hm_nesltr .newsletter-form{
        max-width: 90% !important;
        margin: 0 auto;
    }
    .why_shop{
        justify-content: center;
        gap: 25px;
        row-gap: 25px;
    }
    .hm_bnr_videos .hero-content{
        position: absolute;
        bottom: 40px;
    } 
    .hm_bnr_videos .hero-content p{
        color: #fff !important;
    }
    .template-collection .hm_videos:before{
        display: none;
    }
    .template-collection .hero-content {
        position: absolute;
        bottom: 25px;
    }
    /* .hero-content {
        position: relative;
        bottom: 0px;
        left: 00px;
        color: #090909;
        padding: 0px 1.5rem;
    } */
    .hm_videos .hero-content h1{
        font-size: 28px;
        color: #000;
        line-height: 32px;
    }
    .hm_footer .footer .footer-block ul li a, .hm_footer .footer .footer-block p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        padding: 0px;
    }
    .card__heading a{
        font-size: 18px !important;
    }
    .index_multicolumn .multicolumn-card__info h3, 
    .index_multicolumn .collection_title p{
        font-size: 48px;
    }
    .index_multicolumn .txt_cst{
        font-size: 18px;
    }
    .why_shop .why_shop_icons p{
        font-size: 18px;
    }
    .img_with_txt .image-with-text__content{
        padding: 0px;
        border-radius: 0px !important;
    }
    .img_with_txt .image-with-text__content h2{
        margin-top: 0px !important;
    }
    .slideshow_section .banner__buttons a.btn-solid{
        background-color: #ce9694;
        border-color: #ce9694;
    }
    .slideshow_section .banner__buttons a.btn-solid:before, 
    .slideshow_section .banner__buttons a.btn-solid:after{
        display: none;
    }
    .featured_collection span.subheading.inline-richtext{
        font-size: 16px;
        line-height: 22px;
    }
    .hero-content h1 {
    font-size: 28px;
    line-height: 32px;
    }
    .hero-content p, .hm_videos .hero-content p{
        margin: 8px 0px;
        color: #000;
    }
    .landing-page-email-div .newsletter-form__field-wrapper{
        flex-wrap: wrap;
    }
    .main-container-cl{
        padding: 20px;
    }
    .menucstm-cl2 .footer-block__heading {
        display: none !important;
    }
    .menucstm-cl2 .footer-block__details-content{
        margin-top: 0px !important;
    }
    .main-contact-form-contact-icon{
        flex-wrap: wrap !important;
    }
    .hm_footer .footer .footer-block ul{
        margin: 15px 0px;
    }
    .hm_footer .footer .footer-block__heading, .hm_footer .footer h2{
        margin-bottom: 15px;
    }
}
@media (max-width: 575px){
    .index_multicolumn .multicolumn-list__item.grid__item{
        min-height: auto;
    }
    .blog .title-wrapper-with-link{
        justify-content: center !important;
    }
    .why_shop .why_shop_icons{
        gap: 10px;
    }
    .bundle-content a, .img_with_txt .btn-solid, .center.collection__view-all a, 
    .hm_videos .hero-content a.btn, .cstm_txt_overlay .ImageHero__Wrapper .btn, .hero-content .btns_group a{
        padding: 8px 16px !important;
    }
    .logo-bar__item img {
        width: auto;
        height: auto;
        object-fit: contain;
    }
}
@media (max-width: 445px){
    .product-form__buttons{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .product-form__buttons .shopify-payment-button__button--unbranded{
        min-width: 100%;
    }
    .product-form__buttons .product-form__submit{
        max-width: 100%;
    }
    .feat_icons_list {
    justify-content: center;
    gap: 30px;
    }
}

.email-logo-main-cl .logo-main-div {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    margin: 0 auto;
    flex-wrap: wrap;

}
.email-logo-main-cl .logo-main-div img {

    width: 100%;

    height: 35px;

    object-fit: contain;

}

 



