/* Global  */
.mt-1{
  margin-top:1rem;
}


:root{
  --primary-color: #f0854e;
}
/**/






@media only screen and (min-width: 1024px) {
    .main-menu #offers a {
        --tw-text-opacity: 1;
        color: #033a45;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: #033a45 !important;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
          color: #033a45 !important;
    }
}


/* ====titel ===== */
.my-2.mx-auto.w-28.h-0.border-2.border-primary{
  display: none;

}
 section.s-block.s-block--animated-brands div h2,
 section#best-offers-10-slider div h2,
  section#best-offers-13-slider div h2{
   text-align: right !important;
 }







/*========card==========  */
.swiper-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-card--vertical:hover{
  box-shadow: -7px 5px 24px 0 rgba(2, 51, 65, 0.23);
}


/* .product-card--primary-buttons button{
  background-color: var(--primary-color);
  color: #fff !important;
}
.product-card--primary-buttons button i{
  color : #fff !important;
}
.product-card--primary-buttons button:hover{
  background-color: #fff;
  color: var(--primary-color) !important;
 
}
.product-card--primary-buttons button:hover i{
  color : var(--primary-color) !important;
} */




/* main btn */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center{
   background-color: var(--primary-color);
  color: #fff !important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover{
    background-color: #fff;
  color: var(--primary-color) !important;
   border-color: var(--primary-color) !important;
}





/*================  cats =============  */
/* ===== إظهار اسم القسم عند hover ===== */

/* نخلي الكارت position relative */
.s-block--square-links .swiper-slide a {
  position: relative;
  display: block;
}

/* نخفي اسم القسم افتراضيًا */
.s-block--square-links .swiper-slide h3 {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
  pointer-events: none;
}

/* إظهار الاسم عند hover */
.s-block--square-links .swiper-slide a:hover h3 {
  opacity: 1;
}

/* تأثير تكبير بسيط للصورة */
.s-block--square-links .swiper-slide img {
  transition: transform 0.4s ease;
}

.s-block--square-links .swiper-slide a:hover img {
  transform: scale(1.08);
}


/* ==========footer============= */


@media(min-width: 992px){
footer .store-footer__inner{
background: url(https://i.ibb.co/Wmjrv06/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 16rem;
    background-position: center;
}
}
@media(max-width: 992px){
footer .store-footer__inner{
  background-color: #e9631a !important;
}
}

footer .store-footer__contacts-row{
    background-color: #e9631a !important;
}