/** Shopify CDN: Minification failed

Line 2852:18 Expected identifier but found whitespace
Line 2853:6 Unexpected "@media"

**/
.hmbn_section{
  .hmbn_img{
    position:relative;
    img{
      width:100%;
      display:block;
      height:100vh;
      object-fit:cover;
    }
    .hmbn_hover{
      position:absolute; 
      z-index:1;
      .hmbbhv_icon{
        border-radius: 50%;
        aspect-ratio:1 / 1;
        width:10px;
        cursor:pointer;
        background: linear-gradient(180deg, #84C2FF 0%, #ACC7FC 100%);
        display:block;
      }
      .hmbbhv_box{
        position:absolute;
        width:310px;
        border-radius:24px;
        background: var(--gradient-background);
        overflow: hidden;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
         display:none;
         @media (max-width:768px){
           width:210px;
           border-radius:16px;
         }
        img{
          width:100%; 
          height:auto;
          display:block;
        }
        .hmbbhv_info{
          padding:20px;
          text-align:center;
          @media (max-width:768px){
            padding:10px;
          }
          .hmbbhv_title{
              color: #3d3b37;
              font-family: Nunito;
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
               line-height: 100%;;
              text-align: center;
              padding-right: 5px;
              @media (max-width:768px){
                font-size: 16px;
              }
          }
          .hmbbhv_h_txt{
            color: #3d3b37;
            font-family: Nunito;
            font-size: 14.72px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            @media (max-width:768px){
                font-size: 12px;
            }
          }
        }
      }
      &:hover{
          .hmbbhv_box{
            display:block;
          }
      }
    }

  }
  .hmbn_inner{
    position:relative;
    .hmbn_detail{
      width:100%;
      height:100%;
      top:0;
      left:0;
      position:absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 10vh;
      .page-width{
          height:100%;
        }
      
      .hmbn_dtl_inner{
        text-align:center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        .hmbn_item_empty{
          display:block;
          min-height:100px;
        }
        .hmbnm_txt{
          color: #FFF;
          font-family: Nunito;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-transform: uppercase;
          text-shadow: 0px 2px 10px #000;
          padding:20px 0;
          @media (max-width:768px){
            font-size: 16px;
          }
          @media (max-width:768px){
            font-size: 14px;
          }
        }
        .hmbn_heading {
          color: #FFF; 
          font-family: "TAN - MON CHERI";
          font-size: 56px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-shadow: 0px 2px 20px #000;
          @media (max-width:1024px){
            font-size:36px;
          }
          @media (max-width:620px){
            font-size:26px;
          }
        }
        .hmbn_text {
          color: #FFF;
          font-family: Nunito;
          font-size: 18.72px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          @media (max-width:620px){
            font-size:16px;
          }
        }
        .hmbn_btn{
          margin-top:25px;
        }
      }
    }
  }
}
.btn_style{
  color:#fff;
  border-radius: 30.5px;
  border: 1px solid #FFF; 
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align:center;
  padding:8px 30px;
  text-decoration:none;
  background: #945E45;
  display: inline-block;
  transition-duration:.3s;
  @media (max-width:1024px){
    font-size:20px;
  }
  &:hover{
    border-color: #945E45;
    background-color:#945e4591;
  }
}
.header_outer {
    padding: 50px 0 30px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transition-duration: .4s;
    @media (max-width:768px){
      /* padding-top:25px; */
    }
    .header__heading-link{
      padding:0;
    }
    .header {
          padding-top: 0;
          padding-bottom: 0;
    }
  .header__heading-logo-wrapper{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    position:absolute;
    @media (max-width:1024px){
      left:50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    @media (max-width:767px){
      margin-left: -24px;
    }
  }
}   

.hiottp_header{
  text-align:center;
  background: #945E45;
  padding:10px;
  color: #FFF; 
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top:40px;
  @media (max-width:1024px){
    font-size:14px;
  }
  a{
    color: #FFF; 
    text-decoration:none;
  }
}
.hiot_header{
  color: #3D3B37;
  font-family: Nunito;
  font-size: 18.72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align:center;
  margin:25px 0;
}

.hiot_flx{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  .hiot_item{
    width:calc(50% - 10px);
    position:relative;
    @media (max-width:767px){
      width:100%;
    }
    &:before{
      content:'';
      width:100%;
      height:100%;
      position:absolute;
      left:0;
      top:0;
      background-color:#000;
      opacity: .2;
    }
    &.hiot_full{
      width:100%;
      .hiot_img{
        img{ 
          aspect-ratio: 2.2 / 1; 
          @media (max-width:768px){
            aspect-ratio: 1 / 1.1;
          }
        }
      }
    }
     &.hiot_helf{ 
       .hiotbtn_link {
         border:none;
         position:relative;
         z-index:2;
       }
    }
  }
  .hiot_img{
    img{
      width:100%;
      display:block;
      aspect-ratio: 1 / 1.1;
      object-fit:cover;
    }
  }
  .hiot_detial{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:20px;
    text-align:center;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    .hiotdt_item {
        
    }
  }
}
.hiot_detial{
  .hiottp_txt_1{
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 12.128px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.553px; /* 120% */
    letter-spacing: 0.121px;
    text-transform: uppercase;
  }
  .hiottp_txt_2{
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 15.593px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.711px; /* 120% */
    text-transform: uppercase;
  }
  .hiotmd_heading{
      color: #FFF;
      text-align: center;
      text-shadow: 0px 2px 20px #000;
      font-family: "TAN - MON CHERI";
      font-size: 42.617px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      @media (max-width:1024px){
        font-size:28px;
      }
      @media (max-width:620px){
        font-size:22px;
      }
  }
  .hiotmd_txt{
    color: #FFF;
    font-family: Nunito;
    font-size: 19.945px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width:1024px){
      font-size: 16px;
    }
  }
}


.hmit_header{ 
  max-width:620px;
  position:relative;
  .hmithd_btn{
    position:absolute;
    color:  #3D3B37;
    font-family: Nunito; 
    font-size: 26.155px;
    font-style: normal;
    font-weight: 400;
    line-height: 288%; /* 288% */
    letter-spacing: -0.779px;
     right: -80px;
     bottom: 22px;
     @media (max-width:1280px){
      position:unset;
      font-size: 20px;
     }
    &:before{
      content: '';
      width: 200px;
      right: -450px;
      top: -70px;
      position: absolute;
      background-image: url(c__line.png);
      height: 200px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      @media (max-width:1280px){
        display:none;
      }
    }
  }
  .hmithd_heading{
    color: #3D3B37;
    font-family: "TAN - MON CHERI";
    font-size: 52.564px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    text-transform: capitalize;
    @media (max-width:1024px){
      font-size: 36px;
    }
    @media (max-width:620px){
      font-size: 28px;
    }
  }
  .hmithd_detail{
    color: #3D3B37;
    font-family: Nunito;
    font-size: 13.516px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.667%; 
    margin-top:20px;
    max-width:420px;
    width:100%;
  }
}

.hmit_items{
  position:relative;
  height: 780px;
  @media(max-width:1024px){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
  }
  @media(max-width:768px){
    height: unset;
  }
  .hmit_item {
    width:100%;
    max-width:240px; 
    border-radius: 10.513px;
    border: 0.751px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(50.38591384887695px); 
    text-align:center;
    position:absolute;
    @media (max-width:1024px){
      position:unset;
    }
     &[data-id="1"]{
         top:10px;
         left:365px;
     }
     &[data-id="2"]{
         top:110px;
         right:240px;
     }
     &[data-id="3"]{
        top: 360px;
        left: 240px;
     }
     &[data-id="4"]{
        top: 464px;
        right: 460px;
     }
    .hmit_item_inner{
       padding:25px;
       position:relative;
       &:before{
         content:'';
         position:absolute;
         width:45px;
         height:45px;
         background-image:url(bird.gif);
         background-position:center;
         top: -18px;
          right: -10px;
          background-size: contain;
          background-repeat: no-repeat;
       }
    }
    &.hmitps_left{
      .hmit_item_inner{
        &:before{
          left:-10px;
          -webkit-transform: scaleX(-1);
          -moz-transform: scaleX(-1);
          transform: scaleX(-1);
        }
      }
    }
    .hmit_heading{
      color: #3D3B37;
      text-align: center;
      font-family: Inter;
      font-size: 14.08px;
      font-style: normal;
      font-weight: 600;
      line-height: 112.64%; 
      max-width:100px;
      margin:14px auto;
    }
    .hmit_txt{
      p{
        color: #3D3B37;
        text-align: center;
        font-family: Inter;
        font-size: 11.264px;
        font-style: normal;
        font-weight: 400;
        line-height: 128%;  
      }
    }
    .hmit_icon{
      width:85px;
      height:85px;
      background: #945E45;
      margin:0 auto;
      border-radius:50%;
      @media (max-width:1024px){
        width:65px;
        height:65px;
      }
      img{
        display:block;
        width:100%;
        padding:10px;
      }
    }
  }
}

.hmit_box{
  position:relative; 
  .hmit_bg{
    content: "";
    position:sticky;
    top: 0; 
    left: 40%;
    /* background-image: var(--bg-url);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;   */
    z-index: -1;
    width:60%;
    /*height:40vw;
    max-height:80vh; */
    display:block;
    @media (max-width:768px){
       width:90%;
       left:5%;
    }
    img{
      width:100%;
      display:block;
      object-fit:contain;
      position: absolute;
      top:0;
      left:0;
    }
  }
}
.hmit_section{
  padding:120px 0 50px;
  @media (max-width:1024px){
    padding:50px 0 30px;
  }
}

.hmtt_section{
  background-color:#945E45;
  padding-bottom:45px;
}
.hmtt_flx{
  display:flex;
  gap:25px;
  align-items: center;
  flex-wrap:wrap;
  .hmtt_img{
    width:calc(30% - 25px);
    @media (max-width:768px){
      width:100%;
    }
  }
  .hmtt_detail{
    width:70%;
    @media (max-width:768px){
      width:100%;
    }
  }
  .hmtt_img_inner{
    margin-top:-60px;
    @media (max-width:1024px){
      margin-top:0;
    }
    img{
      display:block;
      width:100%;
    }
  }
}
.hmtt_list_inner{
  text-align:center;
  .hmtt_heading{
    color: #F7F4ED;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.444% ; /* 124.444% */
    margin-bottom:45px;
  }
  .hmtt_txt{
    p{
      color: #F7F4ED;
      text-align: center;
      font-family: Jost;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 140% */
      margin:0;
      @media (max-width:1024px){
        font-size: 26px;
      }
      @media (max-width:768px){
        font-size: 18px;
      }
    }
  }
}
.hmtt_slider{
  .slick-dots{
      bottom: -50px;  
      li{
         button{
          &:before{
            color:#fff;
            font-size:9px;
          }
        }
        &.slick-active{
           button{
            &:before{
              color:#fff;
            }
           }
        }
      }
  } 
}

.hiwp_header{
  padding:60px 0 40px;
  text-align:center;
  .hiwp_heading{
    color: #3D3B37; 
    font-family: "TAN - MON CHERI";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    padding:0;
    @media (max-width:1024px){
      font-size: 28px;
    }
  }
}
.hiwp_flx{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  &.hiwp_2{
      flex-direction: row-reverse;
  }
  .hiwp_item{
    width:50%;
    align-items: center;
    @media (max-width:768px){
      width:100%;
    }
  }
}
.hiwp_img_inner{
  img{
    width:100%;
    object-fit:cover;
    display:block;
  }
}
.hiwpd_inner{
  text-align:center;
  .hiwpd_title{
    color: #945E45;
    text-align: center;
    font-family: Helvetica;
    font-size: 26.322px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 100% */
    letter-spacing: -0.826px;
    text-transform: uppercase;
    margin-bottom:10px;
    @media (max-width:1024px){
      font-size:18px;
    }
  }
  .hiwpd_txt{
    color: #945E45;
    text-align: center;
    font-family: Inter;
    font-size: 12.913px;
    font-style: normal;
    font-weight: 500;
    line-height: 139.636%; /* 139.636% */
    text-transform: uppercase;
     margin-bottom:10px;
  }
}
.addtocart_style{
  border-radius: 38.5px;
  border:1px solid #945E45;
  color: #945E45;
  font-family: Nunito;
  font-size: 18.72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display:inline-block;
  padding:10px 25px;
  text-decoration: none;
  transition:.4s;
  &:hover{
    background-color:#945E45;
    color:#fff;
  }
  &:before, &:after{
    display:none;
  }
}
.hiwpdvt_flx{
  fieldset{
    border:none;
    [type="radio"]{
      display:none;
    }
    .form__label{
      color: #945E45;
      text-align: center;
      font-family: Inter;
      font-size: 11.857px;
      font-style: normal;
      font-weight: 500;
      line-height: 102.772%;
      margin: 0;
      
    }
    label{
      color: #945E45;
      text-align: center;
      font-family: Inter;
      font-size: 11.857px;
      font-style: normal;
      font-weight: 500;
      line-height: 202.772%; /* 202.772% */
      border-right: 1px solid #945E45;
      padding-right: 5px;
      margin-right: 5px;
      cursor:pointer;
      &:hover{
        font-weight:800;

      } 
    }
  }
  input[type="radio"]:checked + label{
    font-weight:800;
  }
}
.hiwp_product{
  padding:25px;
  .hiwp_slider{
    margin:0 auto;
    max-width:65%;
    .hiwpd_inner{
      img{
        width:100%;
        display:block;
      }
    }
    .atc_style{
        max-width:220px;
        padding: 5px 10px;
        min-height: unset;
    }
  }
}
.hiwpd_detail{
  margin-top:10px;
}

.slick-slider{
  .slick-arrow{
      width:14px;
      height:14px;      
      background-size: contain !important;
      background-repeat: no-repeat !important;
      &.slick-next{
         background-image: url(next.png) !important;
      }
      &.slick-prev{
        background-image: url(prv.png) !important;
      }
    &:before{
      display:none;
    }
  }
}
.hfws_header{
  text-align:center;
  .hfws_heading{
    color: #3D3B37;
    font-family: Nunito;
    font-size: 18.72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 10px 25px;
  }
}
.slider-section {
  position: relative;
  overflow: hidden;
  .lens-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10;
  }

  .magnifying-lens {
      position: absolute;
      width: 150px;
      height: 150px;
      border: 4px solid white;
      border-radius: 50%;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
      overflow: hidden;
      pointer-events: auto;
      cursor: grab;
      background-size: 200%;
      background-repeat: no-repeat;
      @media screen and (max-width: 768px) {
        width: 75px;
        height: 75px;
      }
  }

  .magnifying-lens:active {
      cursor: grabbing;
  }

  .action-buttons {
      position: absolute;
      display: flex;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 11;
      .btn {
        @media screen and (max-width: 768px) {
          font-size: 14px;
          padding-left: 10px;
          padding-right: 10px;
        }
      }
  }

  .action-buttons.show {
      opacity: 1;
      pointer-events: auto;
  }

  .action-buttons button {
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .btn-view-product {
      background: white;
      color: #333;
  }

  .btn-view-product:hover {
      background: #f5f5f5;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  }

  .btn-view-collection:hover {
      background: #d0d0d0;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  }

  .instruction {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 14px;
      z-index: 12;
  }

  .hotspot-dot {
      position: absolute;
      width: 14px;
      height: 14px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 0 0 rgba(255,255,255,0.6);
      animation: pulse 1.6s infinite;
      cursor: pointer;
      z-index: 9;
  }

  .hotspot-dot::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: rgba(255,255,255,0.6);
      animation: pulse-ring 1.6s infinite;
  }

  .action-buttons.show ~ .magnifying-lens,
  .buttons-active .magnifying-lens {
      pointer-events: none;
  }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.hfws_slider{
  .hfws_item{
    .hfws_img{
      position:relative;
      .hfws_link{
        width:100%;
        height:100%;
        display:block;
        position:absolute;
        left:0;
        top:0;
      }
      img{
        width:100%;
        display:block;
        max-height:90vh;
        object-fit:cover;
      }
    }
  }
}
.full_page_slider{  
  .slick-arrow{ 
     z-index:11;
     width:25px;
     height:25px;
    &.slick-next{
       background-image: url(next_full.png) !important;
       right:25px;
    }
    &.slick-prev{
      background-image: url(prev_full.png) !important;
      left:25px;
    } 
  }
}

.hfws_nav{
  .hfws_nav_inner{
    display:flex;
    gap:12px;
    justify-content: center;
    align-items: center;
    .hfwsnv_img{
      width:15px;
      img{
        width:100%;
        display:block;
        cursor:pointer;
      }
    }
    .slick-dots{
      position:unset;
      margin-top: -4px;
      li{
        width:4px;
        height:4px;
        border-radius:50%;
        background: #945E45;
        transition-duration: .6s;
        button{
          display:none;
        }
        &.slick-active{
          width:15px;
          border-radius:10px;
        }
      }
    }
  }
}
.hfws_section{
  margin-bottom:60px;
}
.hfws_btn{
   text-align:center;
   margin-top: 25px;
  .hfws_link{
    color: #000;
    font-family: Nunito;
    font-size: 15.757px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.hiwt_heading{
  color: #3D3B37;
  text-align: center; 
  font-family: "TAN - MON CHERI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width:768px){
    font-size:18px;
  }
}
.hiwt_flx{
  display:flex;
  gap:6px;
  justify-content: center;
  flex-wrap:wrap;
   .hiwt_item{
       border-left:2px solid  #000;
       padding:0 8px; 
       &:last-child{
          border-right:2px solid  #000;
       } 
    }
  .hiwt_inner{
    display:flex; 
    align-items: center;  
    gap:8px;
    .hiwt_img{ 
      img{
        max-height:15px;
        width:100%;
        display:block;
      }
    }
    .hiwt_style{
      color: #000;
      text-align: center; 
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      @media (max-width:768px){
        font-size:12px;
      }
    }
  }
}
.hiwt_section{
  margin:60px 0;
}
.collection__title{
  h2{
    color: #3D3B37;
    font-family: Nunito;
    font-size: 18.72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align:center;
     @media (max-width:768px){
          font-size: 16px; 
      }
    &.h0{ 
        font-size: 24px; 
        text-decoration-line: underline; 
        @media (max-width:768px){
          font-size: 20px; 
        }
    }
  }
  .collection__description{
    text-align:center;
    p{
      color: #A5A5A5; 
      font-family: "Catchy Mager";
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      @media (max-width:768px){
          font-size: 22px; 
        }
    }
  }
}
.product-card-wrapper{
  .card__inner{ 
    transition-duration:.3s;
  }
   .quick-add{
    position:absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px; 
    margin:0;
    .quick-add__submit{
      border:none;
      border-radius:35px;
      color:#fff;
      background: #945e45;
      padding: 8px 10px;
      font-size: 14px;
      opacity: 0;
      text-decoration: underline;
      white-space: nowrap;
      min-height: unset;
    }
  }
  &:hover{
    .quick-add{
      .quick-add__submit{
        opacity: 1;
      }
    }
    .card__inner{ 
        /* overflow: hidden; */
        border-radius:25px; 
      } 
  }
 
}
.card__content{
  text-align:left;
  position:relative;
  .card__heading {
    color: #3D3B37;
    text-align: left;
    font-family: Nunito;
    font-size: 14.648px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    a{
      color: #3D3B37;
      text-decoration:none;
    }
  }
  .price-item{
    color: #3D3B37;
    font-family: Nunito;
    font-size: 14.648px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .price{
    text-align:left;
  }
}
.template-index{
  .card__content{
    text-align:center;
    .card__heading {
       text-align:center;
    }
  }
  .price{
    text-align:center;
  }
}

.ftcl_btn{
  color: #000;
  font-family: Nunito;
  font-size: 15.757px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top:25px;
  &.button--secondary {
    text-decoration:none;
    text-transform:uppercase;
    color:#945E45;
    font-family: Inter;
    font-size: 10.828px;
    font-style: normal;
    font-weight: 300;
    line-height: 139.636%; /* 139.636% */
    letter-spacing: 1.008px;
    text-transform: uppercase;
  }
  &.solid_btn_style{
    color: #945E45;
    text-align: center;
    font-family: Inter;
    font-size: 12.031px;
    font-style: normal;
    font-weight: 300;
    line-height: 139.636%; /* 139.636% */
    letter-spacing: 1.12px;
    text-transform: uppercase;

    background: transparent;
    text-decoration:none;
    border-radius: 2px;
    border: 1px solid #945E45;
    &:before, &:after{
      display:none;
    }
  }
}
.footer__content-top{
  background-color:#F4F0EB;
  border:none;
  padding:80px 0;
  @media (max-width:768px){
    padding:40px 0;
  }
}
.footer__content_bottom{
  background-color:#fff;
  padding:60px 0;
  @media (max-width:767px){
    padding:40px 0;
  }
  .footer-block__heading{
      color: #3D3B37;
      font-family: Jost;
      font-size: 20.245px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 120% */
      letter-spacing: 2.531px;
      text-transform: uppercase;
      @media (max-width:767px){
        font-size:18px;
      }
    }
  .footer-block__details-content{
    .footer-block__heading{
      color: #3D3B37;
      font-family: Jost;
      font-size: 20.245px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 120% */
      letter-spacing: 2.531px;
      text-transform: uppercase;
      @media (max-width:767px){
        font-size:18px;
      }
    }
    .list-menu__item{
      color: #3D3B37;
      font-family: Nunito;
      font-size: 16.196px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 140% */
      text-decoration: none !important;
      text-transform: capitalize;
      &:hover{
        opacity:.6;
      }
      @media (max-width:768px){
        font-size:15px;
      }
      &.list-menu__item--active{
        font-size: 16.196px;
        color: #3D3B37;
      }
    }
    .footer-block__details-conten{
      p{
        color: #3D3B37;
        font-family: Jost;
        font-size: 16.196px;
        font-style: normal;
        font-weight: 400;
        line-height:  140%; /* 140% */
      }
    }
  }
}

.footer-block__newsletter{
  .footer-block__heading{
    color: #3D3B37;
    text-align: center;
    font-family: Jost;
    font-size: 19.637px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 120% */
    letter-spacing: 2.231px;
    text-transform: uppercase;
  }
  .fbh_style{
    color: #3D3B37;
    text-align: center;
    font-family: Jost;
    font-size: 14.281px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 140% */
  }
  [type="email"]{ 
    color: #3D3B37;
    font-family: Jost;
    font-size: 14.281px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border:none;
    border-top: 0.893px solid #D6D6D6;
    border-bottom: 0.893px solid #D6D6D6;
    border-left: 0.893px solid #D6D6D6;
    background: #FFF;
    padding:15px 10px;
    width:100%;
  }
  [type="submit"]{
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 12.496px;
    font-style: normal;
    font-weight: 400;
    line-height: 115% ; /* 115% */
    letter-spacing: 1.785px;
    text-transform: uppercase;
    background:  #3D3B37;
    border:none;
     padding:15px 20px;
     @media (max-width:768px){
      width:100%;
     }
  }
  .field{
    @media (max-width:768px){
      flex-wrap:wrap;
     }
    &:before, &:after{
      display:none;
    }
  }
}
.footer__content-bottom{
  background-color:#fff; 
}
.fcl_logo{
  width:100%;
  align-items:center;
  justify-content:center;
  display:flex;
  .header__heading-logo-wrapper{
    img{
      width:160px;
      object-fit:contain;
    }
  }
}
.social_icons{
  .footer__list-social{
       align-items: center;
    .list-social__item{
      img{
        width:30px;
        &.small_icon_lsi{
           width:20px;
        }
      }
    }
  }
}
#MainContent{
  padding-top:130px;
}
.pghd_section,
.fq_section {
  margin-top:-130px;
}
.template-index, .template-collection{
  #MainContent{
    padding-top:0;
  }
}


.szch_header{
  text-align:center;
  max-width:510px;
  width:100%;
  margin:0 auto;
  .szch_heading{
    color: #000;
    text-align: center;
    font-family: "TAN - MON CHERI";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0 0 15px;
    padding:0;
    text-transform:uppercase;
    @media (max-width:1024px){
      font-size: 36px;
    }
    @media (max-width:768px){
      font-size: 28px;
    }
  }
  .szch_description{ 
    p{
      color: #000;
      text-align: center;
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      opacity: 0.5;
      margin-top:0;
      padding-top:0;
      @media (max-width:1024px){
        font-size: 16px;
      }
    }
  }
}
.szch_banner{
  position:relative;
  .szch_img{
    width:100%;
    img{
      width:100%;
      display:block;
      object-fit:cover;
      @media (max-width:1024px){
        min-height:60vw;
      }
    }
  }
  .szch_txt{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:45px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    @media (max-width:1024px){
      padding:25px;
    }
    .szchtp_heading{
      color: #FFF;
      font-family: "TAN - MON CHERI";
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding:0;
      margin:0;
      @media (max-width:1024px){
        font-size: 36px;
      }
      @media (max-width:767px){
        font-size: 28px;
      }
    }
    .szchbn_bottom{
      text-align: right;
      .szchbt_heading{
        color: #FFF;
        font-family: "TAN - MON CHERI";
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding:0;
        margin:0 0 15px;
        @media (max-width:1024px){
          font-size: 36px;
        }
        @media (max-width:767px){
          font-size: 28px;
        }
      }
      .szchbt_list{
        ul{
          padding:0;
          display:flex;
          gap:15px;
          margin:0;
          justify-content: right;
          @media (max-width:1024px){
            flex-wrap:wrap;
            gap:5px;
          }
          li{
            list-style:none;
            position:relative;
            padding-left:15px;

            line-height: 160%;
            color: #FFF;
            font-family: Nunito;
            font-size: 18px;
            font-style: normal;
            font-weight: 400; 
            text-transform: uppercase;
            @media (max-width:1024px){
              font-size: 15px;
               line-height: 130%;
            }
       
            &:first-child{
              &:before{
                display:none;
              }
            }
            &:before{
              content:'';
              left:0;
              width:1px;
              height:100%;
              position:absolute;
              top:0;
              background-color:#fff;
            }
          }
        }
      }
    }
  }
}
.szch_table{
  padding:120px 0;
  @media (max-width:1024px){
    padding:40px 0;
  }
  table{
    width:100%;
    padding:0;
    border:0;
    margin:0;
    box-shadow: none;
    tr, td, th{
      border:0;
    }
    td{
      color: #3D3B37;
      font-family: Inter;
      font-size: 17.3px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align:center;
      @media (max-width:1024px){
        font-size: 14px;
      }
      @media (max-width:520px){
        font-size: 9px;
        padding:2px;
      }
    }
    th, .szchtb_heading{
      color: #3D3B37;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      text-align:center;
      line-height: normal;
      @media (max-width:1024px){
        font-size: 16px;
      }
      @media (max-width:520px){
        font-size: 9px;
        padding:0;
      }
    }
  }
}

.fq_header{
  width:100%;
  position:relative; 
  .fqhd_img{
    width:100%; 
    &.fqhd_100{
      height:80vh;
        @media (max-width:1024px){
          height:70vw;
        }
      img{
        max-height:100%;
        @media (max-width:1024px){
          max-height:100%; 
          height:100%;
        }
         @media (max-width:580px){ 
          height:100%;
        }
      }
    }
    img{
      width:100%;
      display:block;
      height:100%;
      max-height:320px;
      object-fit:cover;
      object-position: center;
      @media (max-width:1024px){
        max-height:unset;
        height:35vw;
      }
      @media (max-width:580px){ 
        height:70vw;
      }
    }
  }
  .fqhd_txt{
    width:100%;
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
     padding-top:60px;
  }
}
.fqhd_txt{
  .fqhd_heading{
      color: #FFF;
      text-align: center; 
      font-family: "TAN - MON CHERI";
      font-size: 35px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      padding: 0;
      @media (max-width:1024px){
        font-size: 28px;
      }
      @media (max-width:1024px){
        font-size: 22px;
      }
    }
  .fqhd_description{
    p{
        color: #FFF;
        text-align: center; 
        font-family: Nunito;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        @media (max-width:1024px){
          font-size: 14px;
        }
    }
  }
}
.fqhd_txt_inner {
    max-width: 520px;
    margin: 0 auto;
    padding:0 15px;
}


.fqnv_section{
  border-bottom: 1px solid #EBEBEB;
  background: #FAFAF9;
  padding:16px;
  position: sticky;
  top: 0;
  z-index:1;
  @media (max-width:768px){
    display:none;
  }
  ul{
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    li{
      list-style:none;
      color: #000;
      font-family: Nunito;
      font-size: 11.922px;
      font-style: normal;
      font-weight: 300;
      line-height: 140.917%; /* 140.917% */
      letter-spacing: 1.12px;
      cursor:pointer;
    }
  }
}

.fqct_flx{
  display:flex;
  gap:25px;
  justify-content: center;
  align-items: baseline;
  @media(max-width:768px){
    flex-wrap:wrap;
  }
  .fqct_sidebar{
    width:300px;
    position: sticky;
    top: 60px;
    @media(max-width:768px){
      width:100%;
      position:unset;
    }
  }
  .fqct_detail{
    width:calc(100% - 325px); 
    @media(max-width:768px){
      width:100%;
    }
  }
}
.fqct_box { 
    padding: 40px 0 120px;
}

.fqct_detail_box{
    max-width:620px;
    margin:0 auto;
  .fqct_accoundion{
    border-bottom: 1px solid #EBEBEB;
    .fqct_question{
        color: #000;
        font-family: Nunito;
        font-size: 11.703px;
        font-style: normal;
        font-weight: 500;
        line-height: 143.551%; /* 143.551% */
        letter-spacing: 1.12px;
        text-transform: uppercase;
        cursor:pointer;
        padding: 15px 16px 15px 0;
        position:relative;
        .fqct_na{
          padding-right:15px;
        }
        .fqct_sign{
            position:absolute;
            width:10px;
            height:10px;
            background-image:url('plus.png');      
            right: 0;
            top: calc(50% - 5px);            
            background-size: contain;
            background-position: center;   
            transition-duration: .4s;   
        }
        &.active{
          .fqct_sign{
            /* background-image:url('min.png'); */
            -webkit-transform:rotate(315deg);
            -moz-transform:rotate(315deg);
            transform:rotate(315deg);
          }
        }
    }
    .fqct_answer{
      display:none;
      padding-bottom: 10px;
      p{
          color: #000;
          font-family: Nunito;
          font-size: 11.703px;
          font-style: normal;
          font-weight: 500;
          line-height: 143.551%; /* 143.551% */
          letter-spacing: 1.12px;
          text-transform: uppercase;
          margin-top: 0;
      }
    }
  }
}
.fqct_heading{ 
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120% ; /* 120% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 50px 0;
}
.fqctsd_box{
  margin-bottom:40px;
  .fqctsd_heading{
    color: #707070;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 120% */
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom:10px;
  }
  .fqctsd_detail{
    p, a{
      color: #000;
      font-family: Nunito;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 110.769%; /* 110.769% */
      letter-spacing: 0.48px;
      text-decoration:none;
    }
  }
}
.full_width_img{
  display:block;
  width:100%; 
  object-fit:contain;
}
.stlt_header{
  padding:30px 0 70px;
  .fqhd_heading, .fqhd_description p{
      color:#000;
  }
}

.stltcl_header{
  text-align:center;
  .stltcl_heading{
      color:  #3D3B37; 
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
  }
  .stltcl_style{
    color: #A5A5A5; 
    font-family: "Catchy Mager";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.stltcl_slider{
  display:flex;
  flex-wrap:wrap;
  .stltcl_item{
    width:25%;
  }
}
.fqctst_heading{
  color: #000;
  text-align: center; 
  font-family: "TAN - MON CHERI";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align:center;
  padding-bottom: 25px;
  padding-top: 15px;
  @media (max-width:1024px){
        font-size: 28px;
  }
}

.iwtst_style{
  color: #323232;
  font-family: Helvetica;
  font-size: 13.184px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.88%; /* 122.88% */
  text-transform: uppercase;
}
.image-with-text{
  .image-with-text__heading{
    color: #323232;
    font-family: "TAN - MON CHERI";
    font-size: 30.762px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.88%; /* 122.88% */
    @media (max-width:1024px){
      font-size: 24px;
    }
  }
  .image-with-text__text{
    p{
      color: #000;
      font-family: Nunito;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      @media (max-width:1024px){
        font-size: 15px;
      }
    }
  }
}
.iot_section{
  position:relative;
  .iot_detail{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    .iot_inner{
      margin:0 auto;
      max-width:680px;
      .iot_icon{
            max-width: 60px;
            margin: 0 auto;
        img{
          width:100%;
          display:block;
        }
      }
    }
    .iot_heading{
      color: #FFF;
      text-align: center;
      font-family: "TAN - MON CHERI";
      font-size: 27px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; /* 170% */
      text-transform: capitalize;
      padding-top:30px;
      @media (max-width:1024px){
        font-size: 24px;
      }
      @media (max-width:680px){
        font-size: 20px;
      }
    }
  }
}
.iot_img{
  position:relative;
  &::before{
    contain: '';
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.3;
  }
  img{
    min-height:280px;
    object-fit: cover;
  }
}

.abttm_header{
  text-align:center;
  margin:120px 0 60px;
  @media (max-width:1024px){
     margin:60px 0 40px;
  }
  .abttm_subheading{
    color: #323232;
    font-family: Helvetica;
    font-size: 13.184px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.88%; /* 122.88% */
    text-transform: uppercase;
  }
  .abttm_heading{
    color: #323232;
    font-family: "TAN - MON CHERI";
    font-size: 30.762px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.88%; /* 122.88% */
    margin:0;
    padding:0;
    @media (max-width:1024px){
      font-size:26px;
    }
  }
}
.abttm_section{
  margin-bottom:60px;
}
.abttm_flx{
  display:flex;
  flex-wrap:wrap;
  gap:30px 60px;
  max-width:1120px;
  margin:0 auto;
  @media (max-width:1024px){
     gap:15px;
  }
  .abttm_item{
    width:calc(33.33% - 40px);
    @media (max-width:1024px){
      width:calc(33.33% - 10px);
    }
    @media (max-width:767px){
      width:calc(50% - 8px);
    }
    @media (max-width:520px){
      width:100%;
    }
  }
}
.abttm_detial{
  text-align:center;
  margin-top:8px;
  .abttm_post{
    color: #000;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width:1024px){
      font-size: 16px;
    }
  }
  .abttm_name{
    color: #000;
    text-align: center; 
    font-family: "TAN - MON CHERI";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width:1024px){
      font-size: 20px;
    }
  }
}
.abttm_img{
  img{
    aspect-ratio: 326/415;
    object-fit:cover;
  }
}

.collection-hero__inner{
  .collection-hero__text-wrapper{
    padding:45px !important;
    .collection-hero__title{
      color:  #3D3B37;  
      font-family: "TAN - MON CHERI";
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 0;
      @media (max-width:1024px){
        font-size: 36px;
      }
    }
    .collection-hero__description{
      margin: 10px auto; 
      p{
        color:  #3D3B37;
        font-family: Nunito;
        font-size: 16px;
        letter-spacing:.8px;
        line-height:140%;
        font-style: normal;
        font-weight: 400;  
      }
    }
  }
  &.page_width_full{
    text-align:center;
    margin-top:110px;
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
    .collection-hero__description{
      max-width:1080px;
      
      p{
        text-align:center;
      }
    }
  }
}

#FacetFiltersForm{
  .facets__heading{
    color: #A0A0A0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 120% */
    text-transform: uppercase;
    margin-bottom: 50px;
    display:none;
  }
  .facets__summary-label, .facets__summary{
    color: #A0A0A0;
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.8px; /* 100% */
    text-transform: uppercase;
    text-decoration:none;
  }
  .facet-checkbox__text-label{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    text-decoration:none;    
  }
}
.facet-filters__field{
  margin-bottom:10px;
  .facet-filters__label{
    color: #A0A0A0;
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.8px; /* 100% */
    text-transform: uppercase;
  }
  .select{
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding:10px;
    .svg-wrapper{
      right:10px;
    }
  }
  select{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    text-transform: uppercase; 
  }
}
.template-collection{
  .card__content{
    .card__heading, .price{
      text-align:left;
    }
  } 
}  

.ctpg_header{
  text-align:center;
  h2{
    color:  #3D3B37;
    text-align: center; 
    font-family: "TAN - MON CHERI";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    @media (max-width:768px){
      font-size: 28px;
    }
  }
  .ctpg_style{
    max-width:530px;
    margin:10px auto 60px;
      p{
        color: #3D3B37;
        text-align: center; 
        font-family: Nunito;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin:0;
         @media (max-width:768px){
          font-size: 14px;
        }
      }
  }
}

.ctpg_flx{
  display:flex;
  gap:30px;
  flex-wrap:wrap; 
  border: 1px solid rgba(20, 9, 9, 0.20);
  padding:25px;
  .ctpg_img{
    width:32%;
    @media (max-width:768px){
      width:100%;
    }
  }
  .ctpg_form{
    width:calc(68% - 30px);
    @media (max-width:768px){
      width:100%;
    }
  }
}
.ctpg_img_inner{
  width:100%;
  img{
    width:100%;
    display:block;
  }
}

.field_new{
  text-align:left;
  .field__label_new{
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 166.667%; /* 166.667% */
    letter-spacing: 1.152px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
  }
  .field__input{
    border: 1.2px solid rgba(0, 0, 0, 0.10);
    background: #F1ECE0;

    padding:8px;
    color: rgba(0, 0, 0, 0.60);
    font-family: Inter;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%; /* 171.429% */
    letter-spacing: -0.336px;
    &:focus{
      box-shadow:unset;
    }
  }
}
.field_row{
  margin-bottom:20px;
}
.contact__button_new{
  width:100%;
  margin-top:25px;
  [type="submit"]{
      background: #945E45;
      color: #FFF;
      width:100%;
      text-align: center;
      font-family: Inter;
      font-size: 13.897px;
      font-style: normal;
      font-weight: 300;
      line-height: 142.595%; /* 142.595% */
      letter-spacing: 1.306px;
      text-transform: uppercase;
      &:before, &:after{
        display:none;
      }
  }
}
.rich-text__heading{
  color: #3D3B37;
  text-align: center; 
  font-family: "TAN - MON CHERI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width:767px){
     font-size: 18px;
  }
}

.fqct_btn__box{
  text-align:center;
  margin:60px auto 0;
  .fqct_btn_txt{
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%; /* 105% */
    letter-spacing: 1.12px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
  }
}

.psad_box{
  border-radius: 13.5px;
  border: 1px solid rgba(0, 0, 0, 0.20);    
  padding:45px;
  margin:90px 0;
}
.psad_header{
  text-align:center;
  .psad_heading{
    color: #3C2828;
    text-align: center;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    @media (max-width:1024px){
      font-size: 22px;
    }
  }
  .psad_subheading{
    color: #3C2828;
    text-align: center;
    font-family: "TAN - MON CHERI";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    @media (max-width:1024px){
      font-size: 36px;
    }
    @media (max-width:768px){
      font-size: 28px;
    }
  }
}
.psadtxt_flx{
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  justify-content:center;
  text-align:center;
  margin:50px 0;
  .psadtxt_item{
    max-width:230px;
  }
  .psadtxt_heading{
    color: #3C2828;
    text-align: center;
    font-family: Nunito;
    font-size: 75.069px;
    font-style: normal;
    font-weight: 600;
    line-height: 84.877%; /* 54.877% */
    text-transform: uppercase;
    margin-bottom:10px;
    @media (max-width:1024px){
      font-size: 45.069px;
    }
  }
  .psadtxt_txt{
    color: #3C2828;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    @media (max-width:1024px){
      font-size: 18px;
    }
  }
}
.psadimg_flx{
  display:flex;
  gap:80px;
  flex-wrap:wrap;
  justify-content:center;
  .psadimg_img{
    width:250px;
    @media (max-width:1024px){
      width:200px;
    }
  }
}
.psadimg_img{
  width:100%;
  img{
    width:100%;
    display:block;
  }
}
.slider-counter.caption{
  [aria-hidden="true"]{
    display:none;
  }
  .visually-hidden{
    position:unset !important;
    width: unset;
    height: unset;
    padding: 0 5px;
  }
  span{
    color:  #3D3B37;
    text-align: center;
    font-family: Inter;
    font-size: 11.266px;
    font-style: normal;
    font-weight: 300;
    line-height: 149.126%; /* 149.126% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
}
.pss_box{
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  padding:25px;
  margin-bottom:80px;
}
.pss_heder{
  text-align:center;
  margin:30px 0 60px;
  .pss_heading{
    color: #3C2828;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
  }
  .pss_style{
    color: #000;
    text-align: center; 
    font-family: "TAN - MON CHERI";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    @media (max-width:1024px){
      font-size:28px;
    }
  }
}
.prss_flx{
  display:flex;
  gap:66px;
  flex-wrap:wrap;
  @media (max-width:1024px){
    gap:20px;
  }
  .prss_item{
    width:calc(25% - 50px);
     @media (max-width:1024px){
      width:calc(25% - 15px);
    }
    @media (max-width:767px){
      width:calc(33.33% - 14px);
    }
    @media (max-width:520px){
      width:calc(50% - 10px);
    }
  }
}
.pslg_section{
  margin-top:90px;
}
.pslg_flx{
  display:flex;
  flex-wrap:wrap;
  gap:66.6px;
  @media (max-width:1024px){
    gap:20px;
  }
  .pslg_item{
    width:calc(25% - 50px);
    @media (max-width:1024px){
      width:calc(25% - 15px);
    }
    @media (max-width:768px){
      width:calc(33.33% - 14px);
    }
    @media (max-width:520px){
      width:calc(50% - 10px);
    }
  }
  .pslg_inner{
    max-width:190px;
    margin:0 auto;
  }
}

.pssmd_flx{
  display:flex;
  gap:80px;
  .pssmd_left{
    width:calc(66% - 80px);
  }
  .pssmd_right{
    width:34%;
  }
}

.pssmd_left_inner{
  position:relative;
  .pssmdl_txt{
    position:absolute;
    top:40px;
    text-align:center;
    left:0;
    width:100%;
    .pssmdl_title{
      color: #000;
      text-align: center;
      font-family: Nunito;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
    }
    .pssmdl_txt{
      color: #000;
      text-align: center; 
      font-family: "TAN - MON CHERI";
      font-size: 35px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin:0;
    }
  }
}
.pssmdr_lists{
  .pssmdr_item{
    margin-bottom:40px;
    &:last-child{
      margin-bottom:0;
    }
  }
}

.pspf_flx{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    max-width: 980px;
    margin: 0 auto;
    @media (max-width:1024px){
      justify-content: center;
    }
  .pspf_item{
    width:calc(25% - 15px);
    @media (max-width:1024px){
      width:auto;
    }
    .pspf_title{ 
      color: #000;
      text-align: center;
      font-family: Nunito;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      margin: 8px 0 20px;
       @media (max-width:767px){
        font-size: 15px;
      }
    }
  }
}
.pspf_title{
  color: #000;
  text-align: center; 
  font-family: "TAN - MON CHERI";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin:10px 0 35px;
  @media (max-width:1024px){
    font-size: 28px;
  }
  @media (max-width:767px){
    font-size: 22px;
  }
}
.whsl_dbox{
  padding:30px 60px;
  margin-bottom:20px;
  .whsl_title{ 
    font-family: "TAN - MON CHERI";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
    padding-bottom:10px;
     @media (max-width:767px){
      font-size: 22px;
    }
  }
  .whsl_txt{
    p, li{ 
      font-family: Nunito;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin:0;
       @media (max-width:767px){
        font-size: 15px;
      }
    }
  }
}

.whsl_flx{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  .whsl_item {
    width:calc(50% - 10px);
    @media (max-width:768px){
      width:100%;
    }
  }
}
.whsl_detail_img{
  padding:0 70px;
  .whsldt_heading{
      color:   #3D3B37;
      font-family: "TAN - MON CHERI";
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-align:center;
      margin:90px 0 20px;
  }
  .whsl__img{
    margin-bottom:30px;
  }
}
.whsl_img_list{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  .whsl__img_detail{ 
    width:calc(50% - 10px);
    &:first-child, &:last-child{
      width:100%;
    }
    img{
      height: 100%;
      object-fit: cover;
    }
  }
}
.main-page-title{
  color: #000;
  text-align: center;
  font-family: "TAN - MON CHERI";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.product {
  .product__info-wrapper{
    background: #FFF;
    padding:40px 60px 60px;
    margin-left:8px;
    @media (max-width:1024px){
       margin-left:0;
       padding:30px 30px 50px;
    }
  } 
}  
  
.product__title{
  h1{
    color:  #3D3B37; 
    font-family: "TAN - MON CHERI";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width:768px){
      font-size: 18px;
    }
  }
}

.dsptb_ul{
  padding:0;
  margin:0;
  display:flex;
  justify-content:space-between;
  @media (max-width:1024px){
    flex-wrap:wrap;
  }
  li{
    list-style:none;
    color: #949494;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 116.563%; /* 116.563% */
    letter-spacing: 1.088px;
    text-transform: uppercase;
    transition-duration:.4;
    cursor:pointer;
    @media (max-width:1024px){
      width:100%;
      margin-bottom:8px;
    }
    &.active{
      color: #3D3B37;
      text-decoration: underline;
      font-weight: 700;
    }
  }
}
.dsptb_detail{
  .dsptb_item{
    color:#3D3B37;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:none;
     @media (max-width:1024px){
        font-size: 14px;
      }
    p, li{
      color:#3D3B37;
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal
      @media (max-width:1024px){
        font-size: 14px;
      }
    }
    &.active{
      display:block;
    }
  }
}
.product__media {
  img{
        object-fit: contain;
        background-color: #fff;
  }
}

.related_header{
  text-align:center;
  h2{
      color: #3D3B37; 
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      margin:0;
      @media (max-width:1024px){
        font-size:20px;
      }
  }
  p{
    color: #A5A5A5; 
    font-family: "Catchy Mager";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin:0 auto;
    line-height: normal;
    @media (max-width:1024px){
        font-size:22px;
      }
  }
}
.list_flx{
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:center;
   position:relative;
   margin:0 !important;
    @media (max-width:1024px){
      flex-wrap:wrap;
      padding-top:20px;
    }
  .list_item{
    display:flex;
    gap:5px;
     align-items:center;
     position:relative;
     &:before{
       content: '';
       right:-10px;
       top:0;
       width:1.5px; 
       height:100%;
       position:absolute;
       background-color:#000;
     }

     &:first-child{
        &:after{
              content: '';
              left:-10px;
              top:0;
              width:1.5px; 
              height:100%;
              position:absolute;
              background-color:#000;
        }
     }
     
     img{
      object-fit:contain;
      width:15px;
      display: block;
      @media (max-width:1024px){
        width:13px;
      }
     }
     .list_title{
      color: #000;
      text-align: center; 
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      @media (max-width:1024px){
        font-size:15px;
      }
     }
  }
}

.product__info-container{
  .quantity__label {
    color: #000;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }
  .quantity{
    border: 1px solid #3D3B37;
    &:before{
      background-color:#fff;
    }
    &:after{
      display:none;
    }
    .quantity__input{
      color:  #3D3B37;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%; /* 160% */
      letter-spacing: 0.4px;

      background-color: transparent;
      outline: none;
      box-shadow: none;
    }
  }
  .product-form__submit{
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 11.58px;
    font-style: normal;
    font-weight: 300;
    line-height: 142.595%; /* 142.595% */
    letter-spacing: 1.088px;
    text-transform: uppercase;
    border-radius: 1.943px;
    border: 1px solid #945E45;
    background-color:#945E45;
    padding: 10px; 
    transition-duration:.4s;
    &:before, &:after{
      display:none;  
    }
    &:hover{
      color: #945E45;
      background-color:transparent; 
    }
  }
  .shopify-payment-button__button{
     background:#945E45;

      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 11.58px;
      font-style: normal;
      font-weight: 300;
      line-height: 142.595%; /* 142.595% */
      letter-spacing: 1.088px;
      text-transform: uppercase;
      &:before, &:after{
        display:none;  
      }
  }
  .product-form__input{
    label{
      color: #3D3B37; 
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      background-color:transparent;
    }
    .form__label{
      color: #3D3B37; 
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }

  .price-item{
    color: #3D3B37; 
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    @media (max-width:768px){
      font-size:20px;
    }
  }
}
.dsptb_header{
  margin-top:40px;
}

.swatch-product-color{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  .option_title{
    width:100%;
    color: #3d3b37;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:10px;
  }
}

.swatch-element{
  a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    background-size: cover;
    border: 1px solid #d2d2d2;
    position: relative;
    &:hover{
      opacity:.6;
    }
    &.checked{
      border-color: #3d3b37;
    }
  }
    .tooltip {
        display: none; 
    }
}
.ai-recent-products__heading-aakwzzfl0wxlrthr6naigenblock2847e0dqyrec6{
      color: #3d3b37;
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
}  

.pdtsz_popup{
  display:none;
  &.active{
    display:block;
  }
  .pdtsz_bg{
      position:fixed;
      left:0;
      top:0;
      width:100%;
      height:100%;
      background-color:#000;
      opacity:.7;
      display:block;
      z-index:9;
    }
    .pdtsz_box{
      position:fixed;
      left:50%;
      top:50%;
      background-color:#F7F4ED;
      width:100%;
      max-width:80vw;
      height:80vh;
      overflow-y:scroll;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      z-index:10;
      &::-webkit-scrollbar {
        width:0;
      }

      .pdtsz_header{
        display:flex;
        margin-top:20px;
        .pdtsz_hd_item{
          flex:1 1 100%;
          padding:15px;
          .pdtsz_hd_txt{
            color:#945E45; 
            font-family: Nunito;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
          }
          .pdtsz_hd_heading{
            color: #000;
            text-align: center; 
            font-family: Nunito;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-align:center;
          }
          .pdtsz_close{
            width:20px;
            cursor: pointer;
            margin-left: auto;
            border: 1px solid #000;
            border-radius: 50%;
            padding: 4px;
            aspect-ratio: 1 / 1;
            img{
              display:block;
              width:100%;
            }
          }
        }
      }
    }
  .pdtsz_img{
    width:100%;
    padding:60px;
    img{
      width:100%;
      display:block;
    }
  }
}

.product_size {
    text-align: right;
    margin:0 0 -15px 0!important;
    .pdtsz_size{
      cursor:pointer;
      color: #000;
      font-family: "Open Sans";
      font-size: 14.043px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.468px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: 25%; /* 3.511px */
      text-underline-position: from-font;
      @media (max-width:768px){
        font-size:12px;
      }
    }
}
.mgma_box{
  width:100%;
  .mgma_img{
    width:100%;
    img{
      aspect-ratio:1.1 / 1;
      object-fit:cover;
      width:100%;
    }
    
  }
  .mgma_info{
    text-align:center;
    .mgma_title{
      color: #000;
      text-align: center;
      font-family: Nunito;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 92.308%; /* 92.308% */
      letter-spacing: 2px;
      text-transform: uppercase;
      margin:5px 0;
    }
    .mgma_url{
      color: #000;
      text-align: center;
      font-family: Nunito;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 85.714%; /* 85.714% */
      letter-spacing: 2px;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: 5%; /* 0.7px */
      text-underline-offset: 22%; /* 3.08px */
      text-underline-position: from-font;
      text-transform: uppercase;
    }
  }
}
.header__menu-item{
  color: #383734;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding:18px;
  @media (max-width:1380px){
    padding:18px 14px;
  }
  @media (min-width:1381px){
    padding:18px 30px;
  }
}
.mega-menu__link--level-2{
  color: #000;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform:uppercase;
}
.mega-menu__link{
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
facet-filters-form{
  .facets__label {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 100% */
    text-transform: uppercase;
  }
  .facets__summary-label, .facets__heading{
    color: #A0A0A0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120% */
    text-transform: uppercase;
  }
   
}

.grdvw_box{
  .grdvw_label{
    color: #A0A0A0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120% */
    text-transform: uppercase;
    margin-bottom:10px;
  }
  .grdvw_flx{
    display:flex;
    gap:10px;
    margin-bottom:50px;
    .grdvw_item{
      cursor:pointer;
      .grdvw_img{
        width:30px;
        img{
          display:none;
          width:100%;
          &.grdvw_img_h{
            display:block;
          }
        }
        &.active{
            .grdvw_img_h{
              display:none;
            }
            .grdvw_img{
              display:block;
            }
        }
      }
      
    }
  }
  
}

#product-grid{
  &.grid_8{
    .grid__item{
      width:100%;
      max-width:100%;
      .card{ 
        flex-direction: row; 
        gap: 20px;
        align-items: center;
        .card__inner {
          width:260px;
          @media (max-width:680px){
            width:120px;
          }
        }
      }
    }
  }
}

.card__link{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.loox-rating-content{
  .loox-rating-label{
    order:-1;
    @media (max-width:1024px){
      font-size:13px;
    }
  }
}

.discount_percentage{
    color: #F21111; 
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.msp_cutoff{
  .price-item--sale_txt{
    color:  #3D3B37;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.swatch_options{
  margin-top:20px;
}

.clpp_box{
  display:none;
  position:relative;
  z-index:99;
  &.active{
    display:block;
  }
  .clpp_bg{
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:fixed;
    display: block;
  }
  .clpp_header{
    display:flex;
    justify-content:space-between;
    padding-bottom:10px;  
    .clpp_txt{
        color: #3D3B37;
        font-family: Nunito;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .clpp_close{ 
      width:15px;
      img{
        width:100%;
        display:block;
        pointer:cursor;
      }
    }
  }
  .clpp_info_box{
    background: #F7F4ED;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width:100%;
    width:680px;
    position: fixed;
    left:50%;
    top:5vh;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    padding:25px;
    height: 90vh;
    overflow-y: scroll;
      &::-webkit-scrollbar {
        width:0;
      }
    .tooltip{
      display:block;
      color: #945E45; 
      font-family: Nunito;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width:100%;
      text-align:center;
      @media (max-width:1024px){
        font-size: 12px;
      }
    }
    .swatch-element{
         width:110px;
         @media (max-width:1024px){
          width:90px;
         }
        a{
          width:110px;
          height:110px;
           @media (max-width:1024px){
            width:90px;
            height:90px;
          }
        }
    } 
    .swatch-product-color{
        gap:20px;
    }
  }
  .option_title{
    display:none;
  }
}

.view_more_color {
    width: 100%;
    margin-top: 20px;
    .vmc_txt{
      cursor:pointer;
      color: #945E45;
      font-family: Nunito;
      font-size: 15px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: 25%; /* 3.75px */
      text-underline-position: from-font;
    }
}

.facets-wrapper{
  transition-duration:.6s;
  &.active{
    /*transform: translateX(-500%); */
    margin-left: -300px;
  }
  &.hv_hidden{
    display:none;
  }
}  
.hide_view_filter{
  cursor:pointer;
      color: #a0a0a0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
    text-transform: uppercase; 
}
.hiwp_section{
  background: var(--gradient-background);
}



 



 
.image-wrapper{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
} 
.fixed-zoom-box{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  gap:20px;
  will-change:transform;
  pointer-events:none;
} 
.zoom-lens{
  width:170px;
  height:170px;
  border-radius:50%;
  border:7px solid #fff;
  box-shadow:0 2px 12px rgba(0,0,0,0.15);
  background-repeat:no-repeat;
  background-position:center;
  background-size:700%; /* zoom level */
  pointer-events:none;
  display:block !important;
  aspect-ratio:1;
  @media (max-width:768px){
    width:90px;
    height:90px;
    border-width:3px;
  }
}

.zoom-links{
  display:flex; 
  pointer-events:auto;
  @media (max-width:680px){
    flex-wrap:wrap;
  }
}
.btn{ 
  padding:10px 18px;  
  text-align: center;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration:none;
  @media (max-width:1024px){
    font-size:18px;
  } 
  @media (max-width:768px){
    font-size:16px;
  } 
  @media (max-width:680px){
  }
}
.btn-left{
  color:#3D3B37;
  background:#F7F4ED;
  border-radius:8px 0 0 8px;
  @media (max-width:680px){
    border-radius:6px;
  }
}
.btn-right{
  background-color:#A7B5AB; 
  color:#F7F4ED;
  border-radius:0 8px 8px  0;
  @media (max-width:680px){
    border-radius:6px;
  } 
}
 .mega-menu__list{
  max-height:50vh;
 }
/*   
.mega-menu__list{
  columns: 4;            
  -webkit-columns: 4;    
  -moz-columns: 4;       
  column-gap: 20px;
  display:block !important;
  .mega_list{
    break-inside: avoid;         
    -webkit-column-break-inside: avoid; 
    -moz-column-break-inside: avoid;  
    margin-bottom:10px;
  }
}
*/

.outer_custome_option{
  display:block !important;
}
.hiot_inner{
  position:relative;
  .hiotbtn_link_hover{
    font-size:0;
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    top:0;
    z-index:1;
  }
}
.pdtsz_detial{
  background-color:#fff;
  img{
    padding:40px;
  }
}
.swatch-element a{
  font-size:0;
}     
 
#FacetsWrapperDesktop{
  [data-index="3"]{
    .list-menu__item{
      label{
        display:none;
        &[for="Filter-filter.p.tag-1"], &[for="Filter-filter.p.tag-2"], &[for="Filter-filter.p.tag-3"]{
          display: inherit;
        }
      }
    }
    show-more-button{
      display:none;
    }
  }
}

.blog-articles, .blog__posts {
  .blog-articles__article, .blog__post{
    border: 0.844px solid rgba(0, 0, 0, 0.27);
    padding:40px 10px 10px !important;
    .card__heading {
      color: #121416;
      font-family: Nunito;
      font-size: 20.25px;
      font-style: normal;
      font-weight: 700;
      line-height: 33.75px; /* 166.667% */
       @media (max-width:1024px){
          font-size: 16px;
        }
    }
    .article-card__excerpt{
      color: #6C757D;
      font-family: Nunito;
      font-size: 16.875px;
      font-style: normal;
      font-weight: 400;
      line-height: 149.687%; /* 25.26px */
       @media (max-width:1024px){
          font-size: 14px;
        }
    }
    .article-card__info{
        align-items: center;
        display: flex;
        gap:25px;
      .show_author{
        color: #121416;
        font-family: Nunito;
        font-size: 20.25px;
        font-style: normal;
        font-weight: 700;
        line-height: 33.75px; /* 166.667% */
        padding-right:20px;
        position:relative;
        text-transform: capitalize;
        @media (max-width:1024px){
          font-size: 16px;
        }
        &::before{
          content:'';
          right:-10px;
          width:20px;
          position:absolute;
          top:50%;       
          background: rgba(108, 117, 125, 0.40);
          height: 2px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
        }
      }
    }
    .View_Post{
      color:#945E45;
      font-family: Nunito;
      font-size: 16.875px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      @media (max-width:1024px){
        font-size:15px;
      }
    }
  }
}
.View_Post{
    color:#945E45;
    font-family: Nunito;
    font-size: 16.875px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width:1024px){
      font-size:15px;
    }
}
.aifl_heading{ 
  font-family: "TAN - MON CHERI";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width:1024px){
    font-size: 36px;
  }
  @media (max-width:767px){
    font-size: 28px;
  }
  @media (max-width:520px){
    font-size: 22px;
  }
}
article{
  margin-top: -180px;
}
.athcf_section{
  position:relative;
  .arthover_section{
    width:100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position:absolute;
    left:0;
    .blog_title{
      color: #F7F4ED; 
      font-family: "TAN - MON CHERI";
      font-size: 24.917px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: capitalize;
      @media (max-width:1024px){
        font-size:20px;
      }
      @media (max-width:767px){
        font-size:18px;
      }
    }
    .article_title{
      color: #FFF;
      text-shadow: 3.375px 8.438px 40.5px rgba(0, 0, 0, 0.37);
      font-family: Nunito;
      font-size: 42px;
      font-style: normal;
      font-weight: 400;
      line-height: 103.4%; /* 49.632px */
      letter-spacing: 0.422px;
      margin: 10px 0;
      text-transform: uppercase;
      max-width:760px;
      @media (max-width:1024px){
        font-size: 28px;
      }
      @media (max-width:767px){
        font-size: 22px;
      }
    }
    .info_shwodate{
      display:flex;
      gap:20px;
      span{
        color: #FFF; 
        font-family: Nunito;
        font-size: 13.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.27px;
        text-transform: capitalize;
      }
    }
  }
}

.article-template__content{
  p, li, span{
    color: #121416;
    font-family: Nunito;
    font-size: 15.188px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.844px; /* 183.333% */
    @media (max-width:1024px){
        font-size: 14px;
      }
  }
  h2, h3, h4, h5{
    color: #121416;
    font-family: Nunito; 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.422px;
    text-transform: uppercase;
  }
}

.atct_flx{
  display:flex;
  gap:60px;
  flex-wrap:wrap;
   @media (max-width:1024px){
      gap:30px;
    }
  .atct_left{
    width:50px;
    @media (max-width:1024px){
      width:100%;
    }
  }
  .atct_center{
    width:calc(100% - 470px);
    @media (max-width:1024px){
      width:calc(100% - 270px);
    }
    @media (max-width:768px){
      width:100%;
    }
  }
  .atct_right{
    width:300px;
    @media (max-width:1024px){
      width:250px;
    }
    @media (max-width:768px){
      width:100%;
    }
  }
}
.atct_left_inner{
  .list-social{
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
    @media (max-width:1024px){
      flex-direction:row;
    }
  }
  .list-social__link{
    width: 30px;
    padding: 0;
    img{
      width: 100%;
      display:block;
    }
  }
}
.blog_social_icon{
  .footer__list-social{
    justify-content:right !important;
    gap:25px;
    padding:20px 0;
    .list-social__link{
      width: 30px;
      padding: 0;
      img{
        width: 100%;
        display:block;
      }
    }
  }
}
.atct_right_inner{
  padding-top:30px;
  .atct_heading{
    color: #121416;
    font-family: Nunito;
    font-size: 16.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.313px; /* 150% */
    margin-bottom:25px;
  }
  .atct_forn {
    @media screen and (max-width: 1024px) {
      text-align: center;
    }
  }
  .field{
    flex-wrap:wrap;
    &:before, &:after{
      display:none;
    }
    [type="email"]{
      display:block;
      width:100%;
      color: #757575;
      padding:12px;
      font-family: Nunito;
      font-size: 15.188px;
      font-style: normal;
      font-weight: 400;
      line-height: 25.313px; /* 166.667% */
      background-color: transparent;
      border-radius: 3.375px;
      border: 0.844px solid #CECECE;
      margin-bottom:15px;
      outline: none; 
      box-shadow: none;
    }
    [type="submit"]{
      width:100%;
      display:block;
      color: #FFF;
      font-family: Nunito;
      font-size: 15.188px;
      font-style: normal;
      font-weight: 400;
      line-height: 25.313px; /* 166.667% */
      letter-spacing: 3.797px;
      border:none;
      border-radius: 3.375px;
      text-transform:uppercase;
      padding:18px;
      background: #945E45;
      outline:none;
    }
  }
}

.atctpd_heading{
  color: #121416;
  font-family: Nunito;
  font-size: 21.094px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.844px; /* 132% */
  margin:70px 0 20px;
}
.product_gird{
  .pdgt_item{
    margin-bottom:25px;
    .pdgt_img{
      width:100%;
      img{
        width:100%;
        display:block;
      }
    }
    .pdgt_info{
      margin-top:10px;
      .pdgt_heading{
        color:  #3D3B37;
        text-align: left;
        font-family: Nunito;
        font-size: 12.426px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      .pdgt_price{
        color:  #3D3B37;
        font-family: Nunito;
        font-size: 12.426px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }
  }
}
.blog {
  margin-top:50px;
  .title-wrapper-with-link{
        justify-content: center;
        .blog__title {
          color: #000;
          text-align: center;
          font-family: "TAN - MON CHERI";
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          margin-bottom:25px;
          line-height: normal;
        }
  }
}
.atct_comment{
  border: 0.953px solid rgba(0, 0, 0, 0.33);
  .article-template__comment-wrapper{
    background-color: transparent;
    margin: 0;
    padding: 20px 35px;
    h2{
      color: #121416;
      font-family: Nunito;
      font-size: 32.16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.402px;
      text-transform: uppercase;
    }
    [type="submit"]{
        background: #945E45;
        color: #FFF;
        font-family: Nunito;
        font-size: 14.472px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.12px; /* 166.667% */
        letter-spacing: 3.618px;
        text-transform:uppercase;
    }
  }
}
 
.article-template__hero-medium{
  @media (max-width:768px){
    height: 40rem !important;
  }
}
.social_icons_footer{
  .list-social__link{
    font-size:7px;
  }
  margin-top:20px;
  .list-social__item {
      img {
          width: 30px;
      }
  }
}
.blg_search{
  max-width:680px;
  margin:0 auto;
  width:100%;
  .field__label{
    display:none;
  }
  .field{
    &:before, &:after{
      display:none;
    }
  }
  .search__input {
    border-bottom:1px solid #000; 
    border-radius:0;
    outline:none;
    box-shadow:none;
    padding:10px;
    color:#000;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    &::placeholder {
      opacity: 0.64;
    }
    &.field__input{
      padding:10px 10px 10px 60px;
    }
  }
  [type="submit"]{
    left:0;
  }
   
}
.blgtg_section{
  margin:70px 0;
}
.blgtg_flx{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  border-bottom:1px solid #D6D6D6;
  margin-bottom:30px;
  li{
    padding:10px 0;
  }
  .blog-tag{
    color:#3D3B37;
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-decoration:none;
    line-height: 24.541px; /* 140% */
    letter-spacing: 0.438px;
    position:relative;
            text-transform: capitalize;
    @media (max-width:1024px){
      font-size:14px;
    }
    &.active{
      &:before{

      }
    }
    
  }
}

.blgtg_blog{
  display:flex;
  gap:30px;
  flex-wrap:wrap;
  .blgtg_detail{
    width:calc(70% - 15px);
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    .blgtg_biglist{
      width:calc(60% - 15px);
       @media (max-width:768px){
        width:100%;
      }
    }
    .blgtg_listing{
      width:calc(40% - 15px);
       @media (max-width:768px){
        width:100%;
      }
    }
  }
  .blgtg_sidebar{
    width:calc(30% - 15px);
  }
  .blgtg_item {
    padding:10px;
    border: 0.876px solid rgba(18, 20, 22, 0.20);
    @media (max-width:768px){
      width:100%;
    }
  }
}
.blgtg_sidebar_heading{
  color: #121416;
  font-family: Nunito;
  font-size: 15.776px;
  font-style: normal;
  font-weight: 400;
  line-height:  155.556% ; /* 155.556% */
  letter-spacing: 0.438px;
  margin-bottom:20px;
}
.blgtg_img{
  margin-bottom:20px;
  img{
    width:100%;
    object-fit:cover;
    aspect-ratio:1 / .5;
    display:block;
  }
}
.blgtglst_img_info{
  display:flex;
  gap:10px;
  margin-bottom:25px;
  .blgtglst_img{
    width:120px;
    @media (max-width:768px){
      width:90px;
    }
    img{
      width:100%;
      display:block;
    }
  }
  .blgtglst_info{
    width:calc(100% - 130px);
    @media (max-width:768px){
      width:calc(100% - 100px);
    }
  }
}
.blgtg_big, .blgtglst_img_info{
  position:relative;
  .blgtg_href{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
  }
}

.blgtg_ifno, .blgtglst_info{
  .blgtg_date, .blgtglst_date{
    color: #6E6E6E;
    font-family: Poppins;
    font-size: 10.518px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .blgtg_title, .blgtglst_title{
    color: #121416;
    font-family: Nunito;
    font-size: 15.776px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:5px 0;
      display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    @media (max-width:768px){
      font-size: 13px;
    }
  }
  .blgtg_excerpt{
    p{
      color: #6E6E6E;
      font-family: Poppins;
      font-size: 12.27px;
      font-style: normal;
      font-weight: 400;
      line-height:  150%; /* 150% */
      margin:0;
      @media (max-width:768px){
        font-size: 11px;
      }
    }
  }
  .blgtg_view{
    color: #121416;
    font-family: Nunito;
    font-size: 14.023px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%; /* 250% */
    text-decoration:underline;
    @media (max-width:768px){
        font-size: 12px;
      }
  }
}
.blgtgsdb_listing{
  .blgtglst_img{
    width:190px;
    img{
      aspect-ratio: 1 / .5;
      object-fit: cover;
    }
    @media (max-width:768px){
      width:90px;
    }
  }
  .blgtglst_info{
    width:calc(100% - 200px);
    @media (max-width:768px){
      width:calc(100% - 100px);
    }
  }
}
.View_Post_share{
  display:flex;
  align-items:center;
  justify-content:space-between;
} 

.template-blog{
  #klevuSearchingArea{
    display: none !important;
  }
}
cart-drawer{
  display: none !important;
}

.crdtg_tag {
    position: absolute;
    z-index: 99;
    display: flex;
    gap: 10px;
    padding:10px;
    flex-wrap: wrap;
    .crdtg_item{  
      padding: 6px 12px;
      white-space: nowrap;
      text-decoration: none !important;
      border-radius: 3.375px;
      background: rgba(208, 159, 114, 0.63);
      backdrop-filter: blur(5.0625px);

      color: #FFF;
      font-family: Nunito;
      font-size: 16.875px;
      font-style: normal;
      font-weight: 400;
      display:inline-block;
      line-height: normal;
    }
}
@media screen and (max-width: 767px) {
  .header__icon, .header__icon--cart .icon {
    height: 5.1rem;
    width: 5.1rem;
  }
  .header__icon .icon-hamburger, .header__icon .icon-close {
    height: 2.4rem;
    width: 2.4rem;
  }
  #fsb_message {
    font-size: 12px!important;
  }
}

.klevu-fluid{
  display:none !important;
}

.top_zero{
  .header_outer{
    padding-top: 15px;
  }
}