/** Shopify CDN: Minification failed

Line 277:21 Expected identifier but found whitespace
Line 277:23 Unexpected "{"
Line 277:32 Expected ":"
Line 330:2 Unexpected "{"
Line 330:3 Expected identifier but found "%"
Line 332:4 Unexpected "{"
Line 332:5 Expected identifier but found "%"

**/
.header__icon--account {
    display: none !important;
}

.para_text{
    color: #FAF5EF;
    font-family: "Crimson Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.buttonX{
    display: inline-flex;
    align-items: center;
    border-radius: 1000px;
    background: #FFF;
    padding: 16px 24px;
    color:  #475E7E;
    text-align: center;
    font-family: "Crimson Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.buttonX svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 25px;
}
.buttonX:hover{
    text-decoration: underline;
}

.buttonY{
    display: inline-flex;
    align-items: center;
    background: #FFF;
    border-radius: 1000px;
    border: 2px solid #475E7E;
    padding: 16px 24px;
    color:  #475E7E;
    text-align: center;
    font-family: "Crimson Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.buttonY svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 10px;
}
.buttonY:hover{
    text-decoration: underline;
}


/* Why Choose Us Start */

.why-choose-us {
  padding: 60px 0px;
  background: #fff;
  font-family: 'Crimson Text', serif;
}

.why-choose-us .container {
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.why-choose-us .left {
  flex: 1 1 50%;
  padding-right: 20px;
}
.why-choose-us .right {
  flex: 1 1 50%;
}

.why-choose-us .subheading {
  color: #1E1E1E;
    font-family: "Crimson Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  margin-bottom: 10px;
}

.why-choose-us .heading {
    margin-bottom: 30px;
    color: #475E7E;
    max-width: 575px;
}

.why-choose-us .features-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.why-choose-us .feature:nth-child(odd) {
    padding-right: 20px;
}
.why-choose-us .feature:nth-child(even) {
    padding-left: 20px;
}
.why-choose-us .feature {
  display: flex;
  width: 50%;
  align-items: flex-start;
  gap: 15px;
      margin-top: 40px;
}

.why-choose-us .feature img {
  width: 75px;
}

.why-choose-us .feature h3 {
  margin: 0;
  color: #1E1E1E;
    font-family: "Crimson Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
}

.why-choose-us .feature p {
  color: #000;
    font-family: "Crimson Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.why-choose-us .right img {
  width: 100%;
}


/* Why Choose Us End */


/* Collection Slider Start */

.collection-slider-section{
    position: relative;
}    
.collection-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.collection-slider-header h2 {
    max-width: 506px;
    margin-bottom: 0;
}

.collection-card {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.collection-card:hover img {
  transform: scale(1.05);
}
.collection-card h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  color: #FAF5EF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Crimson Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  z-index: 2;
  margin: 0 0 30px;
}
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 10, 0.40);
  transition: background 0.3s ease;
  z-index: 1;
}

.media-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media--square {
  padding-bottom: 100%; /* 1:1 */
}
.media--portrait {
  padding-bottom: 150%; /* 2:3 */
}
.media--adapt img {
  position: static;
  height: auto;
}



/* Collection Slider End */


.collection__title_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collection__title_button h2{
    margin-bottom: 0;
    max-width: 450px;
}

.product-slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.product-slider-header h2 {
    max-width: 450px;
    margin-bottom: 0;
}




/* Tetimonial Slider Start */

.testimonials-section {
    background-color: {{ section.settings.background_color | default: '#0D0B0C' }};
  }
  
  .testimonials-slider-wrapper{
    position: relative;
  }
  .testimonials-slider-wrapper .testimonials-swiper {
    padding: 10px 10px 60px;
  }

  .testimonials-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    text-align: center;
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .testimonials-title {
    max-width: 750px;
    letter-spacing: -2.4px;
    line-height: 115%;
    margin-bottom: 35px;
  }

  .testimonial-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
  }
  .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  {% comment %} .testimonial-rating {
    margin-bottom: 20px;
  } {% endcomment %}
  .testimonial-name {
    color: #354863;
    font-family: "Crimson Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto 0 10px;
    width: 100%;
  }

  .testimonial-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .testimonial-text {
   color: #1E1E1E;
    font-family: "Crimson Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: auto;
    margin-top: auto;
  }


  .xb-wishlist-header-auto{
        width: 4.4rem !important;
    height: 4.4rem !important;
  }
  .xb-wishlist-header-icon__svg svg {
    fill: #fff !important;
    height: 30px !important;
    width: 30px !important;
}
.xb-wishlist-button-collection {
    z-index: 1 !important;
}
.xb-wishlist__float-style-1[xb-data-placement=bottom-right]{
  display: none;
}
thead.xb-list-style__thead {
    background: #475E7E;
}

.xb-list-style__thead th{
  color: #FAF5EF;
  font-family: "Crimson Text";
  font-size: 18px;
  font-style: normal;
  font-weight:600;
  line-height: normal; 
  text-transform: uppercase;
  padding-left: 5px !important;
  padding-right: 5px;
}

.xb-list-style__product-title{
  line-height: normal !important;
}
.xb-list-style__product-title a{
  color: #1E1E1E !important;
  font-family: "Crimson Text";
  font-size: 18px;
  font-style: normal;
  font-weight:400;
  line-height: normal; 
}
.xb-list-style__product-title a:hover{
  color: #404F64 !important;
}
.xb-list-style__tbody .xb-list-style__stock, .xb-list-style__tbody .xb-list-style__price{
  color: #1E1E1E;
  font-family: "Crimson Text";
  font-size: 18px;
  font-style: normal;
  font-weight:400;
  line-height: normal; 
}
.xb-wishlist-count {
    background-color: #fff !important;
    color: #000 !important;
}
.xb-list-style__add-to-cart {
    background-color: transparent !important;
    border: 2px solid #475E7E !important;
    color: #475E7E !important; 
    font-family: "Crimson Text" !important;
}
.xb-wishlist-button button {
    background: #faf5ef;
        border: 2px solid #475E7E;
    padding: 16px 24px;
    color: #475e7e;
    text-align: center;
    font-family: Crimson Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
}
.xb-wishlist-header-auto__svg svg{
      height: 32px !important;
    width: 32px !important;
}


  /* Tetimonial Slider End */
@media (min-width: 990px) and (max-width: 1365px){
  .page-width {
    padding: 0 3.5rem;
  }
}
@media (min-width: 990px) and (max-width: 1199px){
.why-choose-us .features-grid {
    margin-bottom: 40px;
}
.why-choose-us .heading {
    margin-bottom: 0px;
}
.why-choose-us .feature:nth-child(odd) {
    padding-right: 10px;
}
.why-choose-us .feature:nth-child(even) {
    padding-left: 10px;
}
}

  @media (max-width: 989px){
    .xb-wishlist-button button {
    padding: 15px 20px;
    font-size: 16px;
   }
    .xb-wishlist-header-auto__svg svg{
      height: 30px !important;
    width: 30px !important;
   }
  .why-choose-us .container {
      flex-direction: column-reverse;
  }
  .why-choose-us .features-grid {
    margin-bottom: 40px;
  }
  .why-choose-us .left {
      padding: 10px 0px 0px 0;
  }
  .why-choose-us .right {
    max-width: 500px;
   }
   .why-choose-us .heading{
    margin-bottom: 0;
    max-width: 100%;
   }
   .collection-slider-header h2 {
      max-width: 375px;
  }
  /* .media--portrait {
        padding-bottom: 130%;
      } */
  .collection-slider-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }
  .collection-card h3 {
      font-size: 24px;
      line-height: 24px;
  }
  .product-slider-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }
 
  .testimonials-slider-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }
  .testimonial-card {
    min-height: 300px;
  }
  .testimonials-header {
    margin-bottom: 30px;
  }
  .testimonial-name {
    font-size: 20px;
  }
  .testimonial-image {
    width: 75px;
    height: 75px;
  }
  .testimonial-text {
    font-size: 20px;
  }
 }

  @media (max-width: 749px){
    .para_text{
        font-size: 18px;
    }
    .buttonX{
        padding: 16px 20px;
        font-size: 18px;
    }
    .buttonX svg {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .buttonY{
        padding: 16px 20px;
        font-size: 18px;
    }
    .buttonY svg {
        width: 20px;
        height: 20px;
    }

    .why-choose-us .feature:nth-child(odd){
        padding-right: 10px;
    }
    .why-choose-us .feature:nth-child(even) {
        padding-left: 10px;
    }
    .why-choose-us .feature h3 {
        font-size: 20px;
    }
    .collection-slider-header {
        flex-direction: column;
        margin-bottom: 50px;
    }
    
    /* .media--portrait {
        padding-bottom: 120%;
      } */
    .collection-slider-header h2 {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

     .product-slider-header{
    flex-direction: column;
    margin-bottom: 30px;
  }
.collection__title_button {
          flex-direction: column;
          row-gap: 20px;
      }
  .product-slider-header h2{
    margin-bottom: 30px;
    text-align: center;
  }


  .xb-list-style__thead th {
    font-size: 16px;
  }
  .xb-list-style__product-title a{
    font-size: 16px;
  }
  .xb-list-style__tbody .xb-list-style__stock, .xb-list-style__tbody .xb-list-style__price{
    font-size: 16px;
  }
}

 @media (max-width: 500px){
  .xb-wishlist-products__style{
    display: none !important;
  }
 }

 @media (max-width: 479px){
  .buttonX{
        padding: 16px 20px;
        font-size: 16px;
    }
    .buttonX svg {
        width: 16px;
        height: 16px;
        margin-left: 10px;
    }
    .buttonY{
        padding: 16px 20px;
        font-size: 16px;
    }
    .buttonY svg {
        width: 16px;
        height: 16px;
         margin-left: 10px;
    }

  .why-choose-us .feature{
    width: 100%;
    padding: 0;
  }
  .why-choose-us .feature:nth-child(even){
            padding-left: 0px;
  }
  .why-choose-us .feature:nth-child(odd) {
      padding-right: 0px;
  }

  .collection-card h3 {
      font-size: 20px;
      line-height: 20px;
      left: 10px;
      right: 10px;
      margin: 0 0 10px;
  }
 }

 @media (max-width: 374px){
  .collection-card h3 {
      font-size: 24px;
      line-height: 24px;
  }
    .xb-list-style__product-name {
    gap: 10px !important;
  }
  .xb-list-style__action-mobile {
      gap: 10px !important;
  }
  .xb-list-style__product-img img {
      width: 100px !important;
  }

 }
 
 @media (max-width: 359px){ 
    .xb-wishlist-button button {
        padding: 15px 10px;
        font-size: 14px;
    }
 }

@media (max-width: 319px){
  .xb-list-style__action-mobile{
    flex-direction: column;
    align-items: flex-start !important;
  }
   .xb-wishlist-button button {
        font-size: 12px;
    }
  .buttonX {
      padding: 14px 15px;
      font-size: 14px;
  }
  .buttonY {
      padding: 14px 15px;
      font-size: 14px;
  }
}