.featuers_store .feature .features_parent .feature_icon .smallest_imgs {
    border-radius: 0%;
}
lord-icon.flex.m-auto {
    --lord-icon-primary: #000 !important;
    --lord-icon-secondary: #fff !important;
    --lord-icon-primary-base: #000 !important;
    --lord-icon-secondary-base: #fff !important;
}
.store-footer__inner {
    background-color: white;
}
@media (min-width: 1024px) {
  .main-menu li > a {
    background-color: #B03D5D;
  }
}

body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
#cats--1 .categories-slider .swiper-slide img, #cats--1 .cat-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 0%;
    transition: transform 0.4s ease;
    position: relative;
    height: 310px;
}
.text-gray-500 {
    color: white;
    font-weight: 700;
}

#promo-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.55);
  display:none;z-index:9998;
}
#promo-modal{
  position:fixed;left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:min(92vw,480px);
  background:#fff;border-radius:14px;
  padding:22px 20px;box-shadow:0 12px 45px rgba(0,0,0,.25);
  display:none;z-index:9999;direction:rtl;
  font-family:inherit;text-align:center;
}
#promo-modal.show,#promo-overlay.show{display:block;}

#promo-title{font-size:20px;font-weight:800;margin-bottom:10px;}
#promo-text{font-size:15px;color:#333;margin-bottom:16px;}

#promo-code-box{
  display:flex;gap:8px;align-items:stretch;
  justify-content:center;margin-top:10px;
}
#promo-code{
  flex:1;padding:10px;
  border:1px dashed #aaa;border-radius:8px;
  font-weight:700;font-size:18px;user-select:all;
}
#promo-copy{
  min-width:110px;padding:10px 14px;
  background:#B03D5D;color:#fff;border:none;
  border-radius:8px;font-weight:700;cursor:pointer;
}
#promo-copy.copied{background:#B03D5D;}
#promo-close{
  position:absolute;top:8px;inset-inline-end:8px;
  background:#f3f3f3;border:none;border-radius:50%;
  width:32px;height:32px;cursor:pointer;
  font-size:18px;line-height:1;
}
.index section.s-block--fixed-banner:nth-of-type(3) > .container {
    max-width: 100%;
    padding: 0;      

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}