/** Shopify CDN: Minification failed

Line 1286:0 Expected identifier but found bad string token
Line 1286:17 Unterminated string token
Line 1290:21 Expected identifier but found bad string token
Line 1290:22 Unterminated string token

**/
.page-width {
    max-width: 180rem;
}
* {
    letter-spacing: normal;
}

/* Header csss */
.quantity:after {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
}
.scrolled-past-header .header-wrapper{
    background: rgb(55 68 55 / 53%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
    z-index: 99;
    width: 100%;

}
    .scrolled-past-header .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drawer__inner{
background-color:#f2ede4;

    }
    .quantity {
    border: 1px solid #bc5f2c;
    border-radius: 5px;
    background: rgb(242 237 228) !IMPORTANT;
}
.quantity__button{
    background-color:#bc5f2c !IMPORTANT;
    color:white;
    margin: 0 !important;
}
.cart-drawer .cart-item {
    display: grid;
    grid-template: repeat(2,auto) / repeat(4,1fr);
    gap: 1rem;
    margin-bottom: 0;
    border: 1px solid #bc5f2c38;
    border-radius: 9px;
    padding: 5px 12px 5px 5px;
    margin-bottom: 7px !important;
}
[data-essential-upsell-element="title"]{
  font-size: 20px !important;
  font-weight: 400;
  font-family: Cormorant, serif !important;
}
.cart-drawer .cart-items td{
    padding-top:0 !important;
}
.header-wrapper {
    background-color: transparent;
    position: absolute;
    z-index: 99;
    width: 100%;
    border-bottom: none;
}
.header__active-menu-item {
    color: wheat;
    color: white;
}
.header__icon {
    text-decoration: none;
    font-size: 12px;
    color: white;
}
.header__menu-item {
    text-transform: uppercase!important;
    color: #fff;
    opacity: 1;
    font-size: 12px;
}
.header__icon {
    text-decoration: none;
    font-size: 12px;
}
.header__icons {
    gap: 55px !important;
}
p.dkd {
    padding-left: 6px;
}
.header__icon .icon {
    height: 1.7rem !important;
}
.cart-count-bubble {
    background-color: transparent;
    color: white;
    position: relative;
    left: 4px;
    top: 1px;
}
.header__icon span {
    height: 100%;
    text-transform: uppercase;
}

/* Hero split slider css */


.split-slider{
display:flex;
height:100vh;
}

.slider-left{
width:50%;
background:#3f4b3f;
color:white;
display:flex;
align-items:center;
position:relative;
}

.split-slider.split-alide{
    height:auto;
}
.slider-right{
width:50%;
}

.slider-right img{
width:100%;
height:100vh;
object-fit:cover;
}


.split-slider .swiper-button-next,
.split-slider .swiper-button-prev{
color:white;
}


.split-slider .swiper-pagination{
bottom:20px !important;
}

.split-slider .swiper-pagination-bullet{
background:white;
opacity:0.5;
}
.split-slider .swiper-pagination-bullet-active {
    background: #fafcff !important;
    box-shadow: 0 0 0 7px rgb(255 254 254 / 24%);
}
.split-slider .swiper-pagination-bullet {
    background: #fff !IMPORTANT;
    opacity: 1 !important;
    padding: 5px;
    margin: 11px !IMPORTANT;
}

.slider-left .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px 80px;
}
.split-slider .swiper-button-next {
    display: block !important;
}

.split-slider .swiper-button-prev {
    display: block !important;
}

.swiper-button-prev:after {
    content: 'prev';
    font-size: 24px !important;
    left: 20px;
    position: relative;
}

.swiper-button-next:after {
    content: 'next';
    font-size: 24px !important;
    left: -14px !important;
    position: relative;
}

.textSwiper {
    height: 100%;
}
.content a {
    background-color: #BC5F2C;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: 1px solid #BC5F2C;
}
.content a:hover {
    background: rgb(0 0 0 / 0%);
    border: 1px solid #BC5F2C;
    text-decoration:none;
}

.content h2 {
    font-size: 80px;
    color: #fff;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 82px;
    margin-top: 0px !important;
}
.content h2 i {
    font-family: "Cormorant", serif;
}
.content p {
    max-width: 45rem;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}
.new-class-pro.split-slider .swiper-pagination-bullet-active{
        box-shadow: 0 0 0 7px rgba(86, 71, 62, 0.29)!important;
}
.split-slider.split-alide .swiper-pagination{
bottom:0 !IMPORTANT;
}




/* Rich banner css */


.banner__content.banner__content--middle-center {
    justify-content: start !important;
}
.banner__content .banner__heading.inline-richtext.h1 {
    font-size: 60px;
    line-height: 79px;
}

.banner__text  p {
    color: white;
    font-size: 16px;
}
.banner__buttons a.button.button--primary {
   background-color: #BC5F2C;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: 1px solid #BC5F2C;
}
.banner__buttons a.button.button--primary:hover{
background: rgb(0 0 0 / 0%);
border: 1px solid #BC5F2C;

}


.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
    box-shadow:none !Important;
    transition: box-shadow var(--duration-short) ease;
}




/* Footer css */


.foter_logo{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.foter_logo img {
    width: 160px;
}

.footer__content-top.page-width {
    display: flex;
    align-items: baseline;
    gap: 80px;
    justify-content: space-between;
}


.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    order: 2;
    width: 70%;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    order: 1;
    width: 30%;
}
.footer-block__heading.inline-richtext {
    font-family: 'Poppins';
}
.footer-block__details-content a {
    color: white!important;
    text-decoration:none !Important;
}
.footer-block__details-content p {
    color: white !important;
}
.newsletter-form {
    align-items: flex-start;
    margin: 0 !important;
}

.footer-block__newsletter p {
    text-align: left !important;
    color: white;
}
.footer-block__newsletter h2 {
    font-size: 40px;
    font-family: 'Cormorant' !important;
     text-align: left !important;
}
.marque-left-image{
display:flex;
}
.marque-left-image .left-image-timer{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.amin-div-text h2{

        font-size: 70px;
    color: white;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    margin:0;
    text-transform:uppercase;
    
}
.amin-div-text p{
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 0;
}
.marque-left-image .right-product-crousel{
    width:50%
}
.left-image-timer{
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
overflow:hidden;
}

.marque-left-all {
  display: flex;
  padding: 32px 0;
  white-space: nowrap;
  gap: 37px;
  color: white;
  font-size: 17px;

  animation: marqueeScroll 20s linear infinite; /* duration added */
}

.marque-left-all span {
  flex-shrink: 0;
  position:relative;
}
.marque-left-all span::before{
       content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -19px;
}
.counter-timer{
display: grid;
    gap: 0;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 708px;
    margin: auto;
    margin-top: 60px;

}
.inner-tasted h3{
    text-align: center;
    font-size: 56px;
    color: #56473e;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: normal;
}
.split-slider.split-alide .swiper-pagination-bullet-active {
    background: #56473e !important;
    box-shadow: 0 0 0 7px rgba(86, 71, 62, 0.38);
}
.split-slider.split-alide .swiper-pagination-bullet {
    background: #56473e!important;
    opacity: 1!important;
    padding: 5px;
    margin: 11px!important;
}
.inner-tasted{
    padding:50px 10px;
    text-align:center;
}
.timer-box{
    border-right: 1px solid white;
    text-align: center;
}
.main-image-product img{
 transition: transform .2s;
background-color: #fdfdfd;
        overflow:hidden;
    /* padding: 10px; */
    height: 100%;
    width: 100%;
    max-width: 445px;
    aspect-ratio: 1 / 1.2;
    object-fit: contain;
}
.main-image-product{
 
    position:relative;
}
.amin-swiper{
   max-width: 450px;
    margin: auto;
    padding-bottom:50px !IMPORTANT;
}

.view-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    width: 94%;
    bottom:10px;
    transform: translateX(-50%);
    LEFT: 50%;
}

.name-product-price{
    display: flex;
    justify-content: space-between;
   margin-top:10px;
}
.product-price{
    margin:0;
 font-size: 16px !important;
     letter-spacing: normal;
        color:#56473e;
}
.product-name{
    margin:0;
 font-size: 16px !important; 
     letter-spacing: normal;
        color:#56473e;
}
.timer-box .time{
  font-size:75px;
  font-weight:400;
  display:block;
  line-height:normal;
  color:white;
  
      font-family: 'Cormorant';
}
.product-quick-view{
    width: 100%;
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid white;
    color: #e0753a;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
.product-quick-add::before{
    display:none;
}
.view-btns form{
    width:100%;
}
.product-quick-add::after{
    display:none;
}
.product-quick-add:hover{
    background-color:#e0753a;
    color:white;
      border: 1px solid #e0753a;
}
.view-btns{
    opacity:0;
}
.main-image-product:hover img{
      transform: scale(1.1);
}
.main-image-product:hover .view-btns{
    opacity:1;
}
.product-quick-view:hover{
    background-color:#e0753a;
    color:white;
      border: 1px solid #e0753a;
}
.upper-product-img-wrapper{
    position:relative
}
.product-img-wrapper{
    overflow:hidden;
}
.view-btns{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
}
.product-quick-add{
           width: 89%;
    padding: 7px 10px;
    background-color: white;
    border: 1px solid white;
    color: #e0753a;
    font-size: 16px;
}
.product-description{
    text-align:left;
     font-size: 14px !important; 
     color:#56473e;
     margin:0;
     margin-top:5px;
}

.timer-box .label{
    font-size: 20px;
    color: #ffff;
}
.right-product-crousel{
    background-color:#f2ede4;
}
.inner-tasted{
    position:relative;
}
.marque-left-image .swiper-button-prev{
    display:block !important;
    color:#56473e!important;

}
.marque-left-image .swiper-button-next{
    display:block !important;
    color:#56473e!important;
}
.card__heading.h2 a{
    font-size: 28px;
    color: #56473e;
    text-decoration: none;
    line-height: normal;
}
.blog__title{
    font-size:60px !IMPORTANT;
}
.card__heading.h2 a:hover{
      text-decoration:none;
}
.article-card__info span{
    letter-spacing: normal;
    color:#56473e99;
    font-size:15px;
    font-family: 'Poppins';
}
.card__inner{
     aspect-ratio: 1 / 0.8 !important;
}
.underlined-link{
    color:#bc5f2c;
    text-transform:uppercase;
}
.card__information{
    display:flex;
    flex-direction:column;
}
.rticle-card__info{
    flex-grow:1;
}
.blog-view-btn{
color: #bc5f2c;
    text-transform: uppercase;
    text-decoration: none;
margin-top:16px;
}
 .faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }

  .faq-item.active .faq-answer {
    /* height will be set by JS */
  }
  .faq-item{
  border-top: 1px solid #56473e;

  }
   .faq-item.active{
border-top: 1px solid #bc5f2c;
}
      .faq-icon .icon-minus{
      display:none;
  }
  .faq-title{
font-size:28px;
color:#56473e;
margin:0;
letter-spacing: normal;
padding:0;
}

  .faq-item.active svg.icon-plus {
      display: none;
  }

  .faq-item.active svg.icon-minus {
      display: block;
  }
     .faq-wrapper {
    display: flex;
    gap: 40px;

    padding: 50px 0 70px;
    flex-direction:column;
  }

  .faq-right {
    width: 100%;
  }

  /* Question */
  .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 24px 0;
      color: #56473e;

  }
span.faq-icon {
    display: flex;
    align-items: center;
}
  /* Answer */
  .faq-answer {
    display: none;
  }
.faq-item .faq-answer p {
    color: #56473e;
    margin-bottom: 10px ;
    font-size:16px;
    max-width:900px;
}
  /* Active state */
  .faq-item.active .faq-answer {
    display: block;
  }

  /* Icon animation */
  .faq-icon svg {
    width:20px;
    height:20px;
    transition: transform 0.3s ease;
  }
  .faq-left h2{
    font-size:60px;
    /* color:#56473e; */
    line-height:normal;
    letter-spacing: normal;
    margin: 0;
}
  .faq-answer {
    opacity: 0;
    transition: height 0.35s ease, opacity 0.2s ease;
  }

  .faq-item.active .faq-answer {
    opacity: 1;
  }

  .heading-main-crousel{
     position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    max-width: 811px;
    font-size: 56px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
  }
  .main-content-rpoduct{
    background-color:#f2ede4;
  }
  .upper-image-slider{
    position:relative;
    height:100%;
  }
.split-slider .main-content-rpoduct .swiper-button-next {
    color: #05090c;
    right:10%;
}
.split-slider .main-content-rpoduct .swiper-button-prev{
     color: #05090c;
      left:10%;
}
.main-content-rpoduct .content p {
    margin: unset;
  
}
.heading-main-product{
font-size:56px !important;
color:#56473e !important;

}
.inner-main-text-pr{
    padding-bottom:80px !IMPORTANT;
    padding-top:30px;
}
 .main-content-rpoduct .main-image-product img{
aspect-ratio: 1 / 1.3;
}
.split-slider .main-content-rpoduct .swiper-pagination-bullet {
    background: #56473e !important;
    
}
.collection .card__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Poppins';
}

.collection .card__information {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
      padding: 10px 20px !important;
  
}
 /* .split-slider.new-class-pro{
    height:100%;
}
.new-class-pro .swiper-slide{
height:auto;
} */
.new-class-pro .slider-right img {
    width: 100%;
    height: 100%;
    aspect-ratio:1/1;
    object-fit: cover;
} 
.collection .card-information{

width:auto !important;
}
.custom-featured-images{
  display:flex;
  gap:15px;
}

.custom-featured-img{
  width:50%;
}

.custom-featured-img img{
  width:100%;
  height:auto;
  display:block;
aspect-ratio: 1 / 1.5;
    border-radius: 8px;
    object-fit: cover;
}
.article-card__info{
    flex-grow:1;
}
.featured-product.product{
    align-items:center;
}
.product__description{

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.product__info-wrapper .accordion__title {
    font-size: 23px;
}
.custm-bagge-tittle .title-with-badge{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.template-cart .header-wrapper {
    background-color: #374437 ! IMPORTANT;
    position: unset;
    z-index: 99;
    width: 100%;
    border-bottom: none;
}
.stock-badge.sold-out{
        background-color: black;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
}
.custm-bagge-tittle h1{
    margin-bottom:0;
        font-size: 49px;
}
.suctm-show .svg-wrapper{
    display:none 
}
.suctm-show .visually-hidden{
        position: unset ! IMPORTANT;
    overflow: visible;
    width: auto;
    height: auto;
    margin: auto;
}
.header__icons .cart-count-bubble .visually-hidden{
    display:none;
}
.stock-badge.in-stock{
    background-color: white !important;
    color: black;
    border: 1px solid black;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
}
.product__info-wrapper .badge.price__badge-sold-out{
    display:none;
}
.product__info-wrapper .accordion__content p{
font-size:14px;
    margin-bottom: 10px !important;
    margin-top: 0;
}
.product__info-wrapper .accordion__content p a {
    color: #BC5F2C !important;
    text-decoration: underline;
    margin-bottom: 11px !IMPORTANT;
    display: inline-block;
}
.product__accordion .accordion__content ul li{
    font-size:14px;
}
.product-form__buttons {
    max-width: 100% !important;
}
.grid__item product__media-wrapper{
    display:flex;
    align-items:center;
}
.futureblink-EmailCollecttionBar-popup input{
width:100% !important;
padding:17px !important;
}

.wrapper-banner-innerpages{
     padding: 200px 0 140px;
     background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
}
h1.heading-inner-banner {
    font-size: 70px;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    line-height:1.1;
        letter-spacing: normal;
}
.heading-inner-banner p{
    margin:0;
}
.inner-text-banner-pages{

        max-width: 598px;
}
.banner-innerpages {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.custm-breadcrumb{
color: white;
    font-size: 16px;
margin-top:10px;
}
.custm-breadcrumb a{
   color: white;
   text-decoration: none; 
}

    .timeline {
              position: relative;
              width: 100%;
              margin:auto;
              max-width: 1000px;
          }

          /* Vertical centre line */
          .timeline::before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              width: 2px;
                  background: linear-gradient(to bottom, #ffe5d6 0%, #bc5f2c 100%);
              border-radius: 2px;
          }

          /* ── Each row ── */
          .entry {
              position: relative;
              display: flex;
              align-items: flex-start;
              width: 100%;
              margin-bottom: 70px;
       

              
          }

         

          /* ── Label side (left or right of line) ── */
          .label-side {
              width: 50%;
              display: flex;
              flex-direction: column;
              align-items: flex-end;
              padding-right: 50px;
              padding-top: 10px;
          }

          .entry.right .label-side {
              order: 3;
              align-items: flex-start;
              padding-right: 0;
              padding-left: 50px;
          }

          .label-title {
  font-size: 28px;
      font-weight: 500;
      color: #56473e;
      line-height: 1;
      font-family: 'Cormorant';

          }

          .label-date {
      font-size: 42px;
      color: #bc5f2c;
      font-weight: 400;
      font-family: 'Cormorant';
      margin-top: 0;
      line-height: 1;
          }

          /* ── Centre dot + arrow ── */
          .dot-wrap {
              width: 0;
              position: relative;
              display: flex;
              align-items: flex-start;
              justify-content: center;
              padding-top: 8px;
              z-index: 2;
          }

          .dot {
              width: 22px;
              height: 22px;
              border-radius: 50%;
              background: #bc5f2c;
              box-shadow: 0 0 0 5px rgba(212, 130, 10, 0.18);
              flex-shrink: 0;
              position: relative;
              display:block !important;
          }

          /* Arrow pointing toward card */
          .dot:after {
              content: '';
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              border: 7px solid transparent;
          }

          /* entry left → arrow points right */
          .entry.left .dot::after {
              right: -19px;
              border-left-color: #bc5f2c;
              border-right: none;
          }
.text-mian-imag{
    font-size:14px;
}
.ak-premium-quality{
padding:80px 0;
}

.ak-heading{
text-align:center;
margin-bottom:60px;
}

.ak-subheading{
letter-spacing:3px;
font-size:12px;
color:#777;
margin-bottom:0;
}

.ak-heading h2{
font-size:60px;
margin-top:10px;
}

.ak-premium-grid {
    display: flex;
    /* grid-template-columns: 40% 60%; */
    gap: 50px;
    align-items: center;
}

.ak-premium-image img {
    width: 100%;
    border-radius: 6px;
    height: 700px;
    object-fit: cover;
}
.ak-premium-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 60%;
}
.ak-premium-image {
    width: 40%;
}
.ak-icon {
    height: 44px;
}
.ak-feature-box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgb(0 0 0 / 39%);
}

.ak-feature-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

.ak-icon img{
width:40px;
}

.ak-text h4 {
    font-size: 26px;
    margin-bottom: 6px;
    margin: 0 !important;
}

.ak-text p{
font-size:14px;
color:#555;
}

.ak-button{
grid-column:span 2;
margin-top:20px;
}
.journey-section .ak-button{
    text-align:center;
} 

.card-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px;
}
.card-member-card img{
    aspect-ratio:1/0.7;
    object-fit:cover;
    border-radius: 5px;
}
.main-class-caontact {
    background-color: #f2ede4;
    padding: 80px 0;
}
.header__icon .svg-wrapper {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 36px;
}
.ak-button a{
background-color: #bc5f2c;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 0px;
    transition: all .3s ease;
    border: 1px solid #BC5F2C;
    display:inline-block;
    text-transform: capitalize;
}
.hell {
    display: flex;
    justify-content: center;
}
.ak-button a:hover{
background: #0000;
color:#BC5F2C;
text-decoration:none;
    border: 1px solid #BC5F2C;
}

          /* entry right → arrow points left */
          .entry.right .dot::after {
              left: -19px;
              border-right-color: #bc5f2c;
              border-left: none;
          }

          /* ── Card side ── */
          .card-side {
              width: 50%;
              padding-left: 50px;
          }

          .entry.right .card-side {
              order: 1;
              padding-left: 0;
              padding-right: 50px;
          }

          .roadmap-card {
          
              border-radius: 5px;
             
              overflow: hidden;
              transition: transform 0.25s ease, box-shadow 0.25s ease;
              box-shadow:  0 4px 12px rgb(0 0 0 / 39%);
          }
          .custm-class-amin{
                background-color: #bc5f2c;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    transition: all .3s ease;
    border: 1px solid #BC5F2C;
          }
          .custm-class-amin:hover{
            background: #0000;
    color: #BC5F2C;
    border: 1px solid #BC5F2C;
          }
.journey-section{
    background-color:#f2ede4;
    padding:80px 0;
}
          .roadmap-card:hover {
              transform: translateY(-4px);
              box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
          }
em{
    color:unset !important;
}
.journey-subtitle {
    letter-spacing: 3px;
    font-size: 12px;
    color: #777;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
h1.journey-heading {
    text-align: center;
    margin: auto;
    max-width: 700px;
    margin-bottom: 82px;
    line-height:normal;
    font-size:60px;
}
          .roadmap-card img {
              width: 100%;
              height: 200px;
              object-fit: cover;
              display: block;
          }

          .roadmap-card-body {
            background-color:#ffffff;
              padding: 20px 22px 22px;
          }

          .roadmap-card-title {
  font-size: 24px;
      font-weight: 400;
      color: black;
              margin: 0px;
              text-align:left;
          }

          .roadmap-card-text {
  font-size: 14px;
      line-height: 1.65;
      color: #555;
      font-weight: 300;
      line-height: normal;
      margin-bottom: 0;
      text-align:left;
          }

        
          .entry.right .dot-wrap {
              order: 2;
          }

       .text-quote{
'font-size: 32px;
    color: #ffff;
    font-weight: 400;
    font-family: Cormorant;
    line-height: 1.1;'

       }
       h6.name-aut {
    font-size: 19px;
    margin: 0;
    line-height: 1.1;
    color: white;
    text-align: match-parent;
}
p.designation {
    margin: 0;
    font-size: 13px;
    color: white;
}
.main-testi-image{
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
h3.text-quote {
    font-size: 32px;
    color: #ffff;
    font-weight: 400;
    font-family: Cormorant;
    line-height: 1.1;
    margin-bottom:25px;
}
       .testi-head{
    background: rgb(255 255 255 / 18%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(5px);
    max-width: 700px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
}
.main-image-layer {
    padding: 100px 0;
}  
h3.name-team {
    margin: 0;
    padding-top: 12px;
    font-size: 29px;
    line-height: normal;
    color: #bc5f2c;
    padding-bottom: 4px;
}
p.team-descript {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    margin-top: 13px;
    color:#555;
}
.main-class-upper-detail {
    margin-bottom: 27px;
}

.main-cards-author {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.main-firsrt-card img{
        aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
h6.team-designation {

        font-weight: 500;
    margin: 0;
    font-size: 14px;
}
.main-section-our-team .journey-heading{
    margin-bottom:10px;
}
p.description-main {
    text-align: center;
    margin: 0;
    margin-bottom: 46px;
    font-size: 16px;
}
.main-section-our-team{
padding:100px 0;
}
p.subheading-banner {

    margin-bottom: 7px;
    text-transform: uppercase;
        letter-spacing: 3px;
    font-size: 12px;
    
}
.left-side-image-contact img {
    width: 100%;
    height: 517px;
    object-fit: cover;
    border-radius: 5px;
}
.form-status-list.caption-large{
    display:none;
}
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
 color: #BC5F2C;
 text-decoration: underline;
}
p.descript-banner-inner {
    line-height: normal;
    font-size: 16px;
}

.main-div-text-contact {
    display: flex;
    gap:20px;
}
.left-main-div-text-contact{
    width:40%;
}
.main-div-map{
    width:60%;
}
h2.contact-main-head {
    font-size: 56px;
    color: #56473e;
    margin-top: 8px;
    margin-bottom: 30px;
    line-height: 1;
    max-width:430px;
}
.subheading-contact{
margin:0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    
}
h6.head-address {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 7px;
}
.address-main-contact p{
    font-size: 15px;
    color: #555;
    margin:0;
}
.address-main-contact p a{
    font-size: 15px;
    color: #555;
}
.wrapper-image-contact {
    display: flex;
    gap: 30px;
}
.right-side-contact {
    width: 50%;
}
.left-side-image-contact {
    width: 50%;
}
.right-side-contact .contact__fields{
    display:flex;
    gap:20px;
}
.right-side-contact .field__input{
        border-radius: 5px;
    border: 1px solid #00000040;
    height: 53px;
    font-size: 14px;
}
.right-side-contact .field__label{
    font-size: 14px; 
}
.right-side-contact .field:before{
    display:none
}
.right-side-contact .field__input:focus{
box-shadow:none;
border-radius:5px;
}
.contact__button button{
background-color: #bc5f2c;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 0px;
    transition: all .3s ease;
    border: 1px solid #BC5F2C;
    display: inline-block;

}
.contact__button button:hover{
    background: #0000;
    color: #BC5F2C;
    border: 1px solid #BC5F2C;
}
.right-side-contact form#ContactForm {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.right-side-contact .field:after{
    display:none
}
.footer-block--newsletter{

    flex-direction:column;
}
.footer-block--newsletter .list-social{
    margin-right:auto;
}
.new-class-pro .slider-right img {
    height: 100%;
}
.new-class-pro .swiper-backface-hidden .swiper-slide{
     height: 100%;
}
.new-class-pro .swiper{
     height: 100%;
}
.new-class-pro.split-slider{
height:100%;
}
.garden-banner .wrapper-banner-innerpages {
    padding: 230px 0 180px;
    background: linear-gradient(90deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 14%) 100%);
}
.header__menu-item:hover {
    color: #bc5f2c;
}
.full-unstyled-link:hover{
 color: #bc5f2c;
 text-decoration:none;
}
.underline-links-hover:hover a{
     text-decoration:none;
}
.list-social__link:hover{
color: #bc5f2c;
}
.main-div-btns {
    display: flex;
    gap: 13px;
}
  a#openEventPopup svg {
      width: 25px;
  }
  .event-form .contact__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .event-form .contact__button {
      margin-top: 25px;
  }
  .event-form .field {
    width: 100%;
  }
  .event-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;

  }
  a#openEventPopup {
      color: white;
      gap: 10px !important;
      display: flex;
  }
  .popup-inner{
  background:#fff;
  border-radius: 5px;
  max-width:700px;
  width:90%;
  padding:40px;
  position:relative;
  max-height: 100vh;
    overflow: auto;
  }

  .close-popup{
  position:absolute;
  top:15px;
  right:20px;
  font-size:22px;
  cursor:pointer;
  }

  .popup-content{
  margin:20px 0;
  }

  .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin-bottom:20px;
  }
.main-crousel-d:before {
    content: "";
    position: absolute;
    background-color: #00000017;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-crousel-d{
position:relative;

}
  .form-grid input{
  padding:10px;
  width:100%;
  }

  .event-submit{
  width:100%;
  background:#8a643c;
  color:#fff;
  padding:14px;
  border:0;
  cursor:pointer;
  }



/* New */


.facets-container.facets-container-drawer {
    justify-content: space-between;
}

facet-filters-form.facets.small-hide{
    flex: auto;
}

.facets-container-drawer .mobile-facets__wrapper{
    flex: auto;
        flex-grow: initial !IMPORTANT;
}


details.mobile-facets__disclosure.disclosure-has-popup {
    border: 1px solid #000;
    padding: 4px 17px;
    border-radius: 55px;
}
.facet-filters__field .select {
    border: 1px solid #000;
    padding: 7px 0px;
    box-shadow: unset !important;
    outline: 0;
    border-radius: 55px;
}

.facet-filters__field  span.svg-wrapper {
    right: 15px;
}
.facet-filters__field .select__select {
    padding: 0 20px !important;
    box-shadow: unset !important;
    outline: 0 !important;
}

.policys_main_style h2 {
    font-size: 32px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.policys_main_style .rich-text__blocks {
    max-width: 100%;
}

.policys_main_style p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 11px;
}

.policys_main_style h3 {
    font-size: 26px;
    font-weight: 500;
    margin: 13px 0;
}


.collection_list_paggee {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.collection_list_paggee .card__information {
    background: #374437;
    padding: 16px 20px !important;
    position: relative;
    top: -1px;
}

.collection_list_paggee .card__information a {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.collection_list_paggee .card__information a.full-unstyled-link {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.thumbnail[aria-current] {
    box-shadow: none;
    border-color: rgb(188 95 44);
}
.template-product .header-wrapper {
    background-color: #374437 !IMPORTANT;
    position: unset;
    z-index: 99;
    width: 100%;
    border-bottom: none;
}
.product-media-container.constrain-height.media-fit-contain{
    border-radius:10px;
}

.product button.thumbnail.global-media-settings {
    border-radius: 16px;
    height: 92px;
}
.thumbnail img {
    object-fit: contain !IMPORTANT;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.template-article .header-wrapper {
    background-color: #374437 !IMPORTANT;
    position: unset;
    z-index: 99;
    width: 100%;
    border-bottom: none;
}

.product-form__submit {
    margin-bottom: 1rem;
    background-color: #BC5F2C;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius:5px;
    transition: all 0.3s ease;
    border: 1px solid #BC5F2C;
}
.product-form__submit:hover{
 color: #BC5F2C;
    background: rgb(0 0 0 / 0%);
    border: 1px solid #BC5F2C;
    text-decoration: none;
}
.jm-button {
    padding: 14px 18px !important;
    font-size: 14px !important;
}

.jdgm-widget.jdgm-widget {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    /* margin-top: 60px ! IMPORTANT;
    margin-bottom: 60px ! IMPORTANT; */
    padding: 10px 28px;
}
.jdgm-tabs.jm-review-widget-minimal-header__tabs {
    margin-top: 0;
}
.jm-stack.jm-stack--space-300.jm-review-widget.jm-review-widget--minimal-header {
    padding: 13px 0;
}
li.list-social__item {
    border: 1px solid;
    border-radius: 50px;
}
.footer-block__newsletter+.footer__list-social {
    gap: 10px;
}
.article-template h1.article-template__title {
    text-align: center;
    font-size: 60px;
}
.cart__ctas button{
        background-color: #BC5F2C;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
   
    transition: all 0.3s ease;
    border: 1px solid #BC5F2C;
}
.footer__content-bottom-wrapper{
    justify-content:center;
}
.article-template header{
    max-width:1300px;
}
.article-template .circle-divider{
display: block;
    text-align: center;
    font-size: 19px;
}
.article-template__content{
    max-width:1300px;
}
.article-template__content p{
    font-size:16px;
}
.faq-ss{
background-color:#f2ede4 !important;

}
.custm-view .quick-add__submit{

    width: 100%;
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid white;
    color: #e0753a;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
.article-template .article-template__hero-container .article-template__hero-adapt.media {
    height: 581px!important;
    padding: 0!important;
    border-radius: 12px;
    background: transparent!important;
}


.main-blog h1.title--primary {
    display: none;
}

.main-blog .card__information .article-card__info time {
    font-size: 16px;
    font-weight: 500;
    color: #474747dd;
}
.product-quick-view:hover{
    text-decoration:none;
}
.main-blog .blog-articles {
    display: grid;
    grid-template-columns: 1fr 1fr  1fr;
}
.custm-view .product-quick-view {
    padding: 9px 10px;
    font-size: 15px;
    text-align:center;
}

.custm-view .quick-add__submit:hover{
    background-color: #e0753a;
    color: white;
    border: 1px solid #e0753a;
}
.custm-view.view-btns{
    bottom: 55px;
}
.product-card-wrapper:hover .custm-view{
    opacity:1;
}
.custm-view .quick-add__submit{
     min-width: unset;
}
.main-blog .card__information a.full-unstyled-link {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.latest-head {
  font-weight: 400;
    font-size: 60px;
    line-height: 49px;
    letter-spacing: -6%;
    text-transform: capitalize;
    margin-bottom: 20px;
    /* color: #000; */
    margin-top: 0;
}
.latest-para {
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    margin-bottom:10px;
}
.upper-main-insta img {
    aspect-ratio: 1/1.2;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


 .template-product .product-form__buttons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 8px;
}
 .template-product .product-form__buttons .product-form__submit {
    width: 83%;
}
.template-product .product-form__buttons xb-wishlist-button {
    width: 15%;
}
.template-product .product-form__buttons .shopify-payment-button {
    width: 100%;
}
.template-product .product-form__buttons xb-wishlist-button .xb-wishlist-button {
    width: 100%;
}
.template-product .product-form__buttons xb-wishlist-button button.xb-wishlist-button__add-style {
    width: 100%;
    max-width: 100%;
}
    .thumbnail-slider .thumbnail-list.slider--tablet-up {
        max-width: 709px ! IMPORTANT;
        width: 100%;
        margin: auto;
    }
    .account-icon{
        position:RELATIVE;
    }
    .desktop-h{
        display:none;
    }
    .template-product .xb-wishlist-button__remove-style{
        max-width:100%;
    }
 .xb-wishlist-modal__title {
    text-transform: capitalize;
    text-align: center;
    font-size: 56px !important;
    color: #56473e !important;
    margin-top: 0;
    line-height: normal;
    font-weight: 400 !important;
}
.inner-hell-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.first-hell-cards img{
    width:40px;
    height:40px;
    object-fit:cover;
}
.first-hell-cards h6{
    font-size: 15px;
    text-align: center;
    margin: 0;
    margin-top: 9px;
}
.first-hell-cards p{
    font-size:14px;
    margin:0;
}
.first-hell-cards{
        border: 1px solid #00000029;
    border-radius: 8px;
    overflow: hidden;
        padding: 10px;
    text-align: center;
}
.icon-with-text__item{
     border: 1px solid #00000029;
    border-radius: 8px;
    overflow: hidden;
        padding: 10px;
    text-align: center;
}
.icon-with-text__item span.h4{
    font-size: 15px;
    text-align: center;
    margin: 0;

}
body{
   
    background-color: #374437 !important;
}
#shopify-block-AL1crU0lPa1R5VWQ4R__judge_me_reviews_review_widget_8FFwz9{
    padding:100px 0 !important;
}

.shopify-section {
    background-color: white;
}
.template-404.page-width.page-margin.center {
    margin: 0;
    padding: 100px 0;
}
.template-404 .header-wrapper {
    background-color: #374437 ! IMPORTANT;
    position: unset;
    z-index: 99;
    width: 100%;
    border-bottom: none;
}
.article-template>*:first-child:not(.article-template__hero-container){
    margin-top:0 !important;
    padding-top:50px !important
}
.custm-back{
        margin: 0 !important;
    padding: 50px 0;
}
.collection-all-custm li:nth-child(4){
    order:1 !important;
}

.collection-all-custm li:first-child{
    order:6 !important;
}
.collection-all-custm li:nth-child(5){
    order:2 !important;
}
.collection-all-custm li:nth-child(6){
    order:3 !important;
}
/* .collection-all-custm li:nth-child(7){
    order:4 !important;
} */
.collection-all-custm li:nth-child(2){
    order:5 !important;
}
.collection-all-custm li:nth-child(3){
    order:4 !important;
}

.comn-offer p{
    
    text-align: center;
    margin-top: 0;
    font-size: 20px !important;
    margin-bottom: 9px;
    line-height: normal;
}
.offer-main-bottels{
    margin-top: 22px;

}


.collection .card__media .media img{
    object-fit:contain !important;
}

.new-class-pro .slider-right .upper-image-slider:before{
content: "";
    position: absolute;
    background-color: #0000004d;
    width: 100%;
    height: 100%;
}

.product__accordion .accordion__content ul{
list-style: disc;
}