section.fet {
  background-color: #fdf8f2;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  background: #fdf8f2;
  padding: 40px 24px;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  flex: 1 1 20%;
  min-width: 0;
  padding: 0 16px;
  border-left: 1.5px solid #e4d9c8;
  height: fit-content;
  border-radius: 0;
}
.badge:last-child {
  border-left: none;
}
.badge img,
.badge svg {
  width: 52px;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}
.badge p.title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: #2b2b2b;
}
.badge p.subtitle {
  font-size: 13px;
  color: #7a7a7a;
  margin: 6px 0 0;
  line-height: 1.5;
}

/* Tablet: 3 per row */
@media (max-width: 900px) {
  .badges {
    row-gap: 28px;
    padding: 32px 20px;
  }
  .badge {
    flex-basis: 33.3333%;
    border-top: none;
    padding-top: 0;
  }
  .badge:nth-child(3n) {
    border-left: none;
  }
  .badge:nth-child(n + 4) {
    border-top: 1.5px solid #e4d9c8;
    padding-top: 22px;
  }
}

/* Mobile: 2 per row */
@media (max-width: 600px) {
  .badges {
    row-gap: 24px;
    padding: 28px 16px;
  }
  .badge {
    flex-basis: 50%;
    border-left: 1.5px solid #e4d9c8;
    border-top: none;
    padding-top: 0;
  }
  .badge:nth-child(2n) {
    border-left: none;
  }
  .badge:nth-child(3n) {
    border-left: 1.5px solid #e4d9c8;
  }
  .badge:nth-child(n + 3) {
    border-top: 1.5px solid #e4d9c8;
    padding-top: 20px;
  }
  .badge img,
  .badge svg {
    width: 44px;
    height: 44px;
  }
  .badge p.title {
    font-size: 14px;
  }
  .badge p.subtitle {
    font-size: 12px;
  }
}

/* Small mobile: 1 per row */
@media (max-width: 380px) {
  .badges {
    row-gap: 20px;
    padding: 24px 16px;
  }
  .badge {
    flex-basis: 100%;
    border-left: none;
    border-top: 1.5px solid #e4d9c8;
    padding-top: 18px;
  }
  .badge:first-child {
    border-top: none;
    padding-top: 0;
  }
}


button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center {
        color:#ffff !important;
        fill:#fff !important;
}
.product-card--filled-mini-cart .product-card__mini-cart__btn .s-button-btn i, .product-card--filled-normal-cart .product-card__normal-cart__btn .s-button-btn i {
    color: #ffffff !important;
}

section.s-block.s-block--square-links.square-links-1.force-center.s-block--animate  img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    aspect-ratio: unset;
}




section.s-block.s-block--square-links.square-links-1.force-center.s-block--animate  img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded .overflow-hidden.rounded-2xl {
    overflow:unset !important;
}

section.s-block.s-block--testimonials .review.anime-item > div {
    background-color:#fefaf8;
}

section.s-block.s-block--testimonials .review.anime-item > div  p {
    color:#A9720D ;
}
 
.htv--classic .enhanced-title-border {
    height: 14px;
    position: relative;
    width: 14px;
    border: 2px solid #A9720D !important ;
    border-radius: 100%;
    margin: 15px auto;
}

.htv--classic .enhanced-title-border::after, .htv--classic .enhanced-title-border::before {
    content: " ";
    height: 2px;
    position: absolute;
    top: 45%;
    width: 110px;
    background: #A9720D ;
}

.lg\:mx-0.text-center.mb-8.home-block-title h2 {
    color:#A9720D ;
}

section.s-block.s-block--square-links.square-links-1.force-center.s-block--animate  .overflow-hidden.rounded-2xl {
    overflow: visible !important;
}

.lg\:mx-0.text-center.home-block-title h2 {
    color:#A9720D  ;
}
@media(max-width:992px){
    .c-vid * {
    max-height:fit-content;
    
}

.c-vid  .space-y-4.lg\:space-y-8.absolute.top-0.left-0.w-full.h-full.flex.flex-col.items-center.justify-center.px-2\.5.py-10.lg\:p-10.z-\[1\] {
    top:50%;
    transform:translatY(-50%);
}
}