/***************/
.store-footer__inner.da-bgm.has-custom-bg * {
  color: #fff;
}
i.sicon-menu.text-primary.text-2xl {color:#fff}
.store-footer__inner.da-bgm.has-custom-bg li *,
div#contact-slot * {
  color: #000 !important;
}

.fixed-header * {
  color: #000 !important;
  fill: #000 !important;
  border-color: #000 !important;
}

.fixed-header .dark .da-tm {
  color: #000 !important;
  fill: #000 !important;
  border-color: #000 !important;
}
.fixed-header p.da-tm.hidden.text-xl.md\:block.ltr\:ml-1.rtl\:mr-1,
.fixed-header b.s-cart-summary-total,
.fixed-header
  span.search-btn.header-btn.flex.da-fm.angelmodal-toggle.cursor-pointer,
.fixed-header i.sicon-user.text-base.text-black.da-tm,
.fixed-header i.sicon-cart2.text-base.text-black.da-tm,
.fixed-header i.sicon-search.text-base.text-black.da-tm {
  color: #000 !important;
  fill: #000 !important;
}

/***************/

.s-block.s-block--features.angel-features.bg-gray-100.da-bgg.py-8.mask-block.in-view {
  margin: 20px 0;
  background: transparent;
}

.grid.grid-cols-3.items-baseline.gap-2.sm\:gap-6.lg\:gap-4 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  gap: 102px;
}

.angel-feature.flex-center.flex-col {
  max-width: 215px;
  flex: 0 1 215px;
  background: #c6c6c729;
  padding: 20px;
  border-radius: 16px;
}

/* Force exactly 2 items per row on mobile */
@media (max-width: 600px) {
  .grid.grid-cols-3.items-baseline.gap-2.sm\:gap-6.lg\:gap-4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-content: center !important;
    align-items: stretch !important;
    flex-wrap: unset;
  }

  .angel-feature.flex-center.flex-col {
    max-width: none;
    width: 100%;
    flex: none;
    padding: 14px;
  }

  /* center a trailing odd item so it doesn't sit in column 1 */
  .angel-feature.flex-center.flex-col:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 215px;
    justify-self: center;
  }
}

/************/
.slide--cat-entry i {
  display: none;
}

a.slide--cat-entry.relative {
  width: 200px;
  height: 74px;
  border: 1px solid #e31b23;
  font-size: 26px !important;
}
a.slide--cat-entry.relative h3 {
  font-size: inherit;
}

h2.w-full.da-cp {
  text-align: center;
}

@media (max-width: 600px) {
  a.slide--cat-entry.relative {
    width: 100px;
    height: 50px;
    border: 1px solid #e31b23;
    font-size: 16px !important;
  }
  a.slide--cat-entry.relative h3 {
    font-size: inherit;
  }

  h2.w-full.da-cp {
    text-align: center;
  }
}
/************/
.s-block--slider-with-bg .slider-bg:before {
  background-color: transparent !important;
}

.slider-bg.transition-opacity.bg-center.bg-cover.relative {
  height: 600px;
}
@media (max-width: 600px) {
  .slider-bg.transition-opacity.bg-center.bg-cover.relative {
    height: 180px;
  }

  div#swiper-wrapper-98dba9f7c67ac10c4 {
    margin-top: 2.5rem;
  }
}

.store-footer__inner.da-bgm.has-custom-bg * {
  color: #fff;
}
.store-footer__inner.da-bgm.has-custom-bg li *,
div#contact-slot * {
  color: #000 !important;
}

/*********************/
.s-button-wrap .s-button-element,
.s-button-wrap .s-button-primary-outline {
  background: linear-gradient(90deg, #C81E2E 0%, #7A0E17 100%) !important;
  border: none !important;
  border-radius: 30px !important;
  color: #fff !important;
}

.s-button-wrap .s-button-element .s-button-text,
.s-button-wrap .s-button-element .sicon-cart2 {
  color: #fff !important;
}

.s-button-wrap .s-button-element:hover {
  background: linear-gradient(90deg, #B01A28 0%, #6A0C14 100%) !important;
  opacity: 0.95;
}