/* Add custom CSS styles below */ 
:root {
  --main-color: #43050E;
  --second-color: #EEE2D6;
  --third-color: #fff;
  --hover-color: #EEE2D6;
  --logo: url(https://cdn.files.salla.network/homepage/1977371440/621e3b84-7bc1-4c16-b62b-0f48b776668e_790x316.webp);
}

.store-header, .main-nav-container, .s-cart-summary-content b {
  background-color: var(--main-color) !important;
    color: var(--third-color);
}
.s-user-menu-login-btn svg, .header-btn__icon {
    fill: var(--third-color);
    color: var(--third-color);
}
.navbar-brand img {
  transition: 0.8s;
  background: #FFF;
  border-radius: 100px;
}
.navbar-brand img:hover {
  transform: rotate(360deg) scale(1.1);
}

@media only screen and (min-width: 1024px) {
  .main-menu li>a {
    padding: 0 0.55rem !important;
  }
}
.main-menu li>a:hover {
    color: var(--third-color);
}
.s-block .container {
  max-width: 100% !important;
}
.s-block:not(:first-of-type),
.s-block--features__item,
.s-block--features__item:hover {
  margin-top: 20px;
}
.s-block {
  margin-top: unset;
}

@media(min-width: 767px) {
  .s-block {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    width: 100% !important;
  }
}

.s-slider-block__title h2,
.s-product-card-content-title a,
.s-product-card-price {
  color: var(--main-color);
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0rem !important;
}
.s-slider-block__title-left {
  display: none;
}
.s-slider-block__title h2::after {
  background-color: var(--main-color);
  content: "";
  position: relative;
  display: block;
  height: 2px;
  bottom: -10px;
  width: 100%;
}


.s-product-card-vertical {
  transition: 0.3s ease-out;
  border: 1px solid var(--main-color);
}
.s-product-card-vertical:hover {
  box-shadow: var(--hover-color) -1px 2px 16px;
}

.s-product-card-image img {
  max-width: 100%;
  background: var(--third-color);
}
.s-product-card-content {
  color: black;
  text-align: center;
}
.s-product-card-content a {
  color: var(--main-color);
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: var(--hover-color) !important;
}

.s-product-card-content-footer salla-add-product-button .s-button-outline {
  position: relative;
  overflow: hidden;
  background-color: var(--main-color);
  color: var(--third-color);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.s-button-outline::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(25deg);
  transition: 0.5s ease;
}

.s-button-outline:hover::before {
  left: 100%;
}

@media (min-width: 768px), (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0 1rem !important;
    width: 100% !important;
  }
}

.s-block__title,
.index .s-slider-block__title,
.s-block--categories .s-slider-block__title,
.s-product-card-starting-price,
.s-product-card-content-sub,
.s-social-list,
.store-footer__inner ul,
.s-contacts-list-vertical {
  justify-content: center;
  align-items: center !important;
  text-align: center;
}

button.s-button-primary {
  background: var(--second-color);
  color: var(--third-color);
}

section.s-block--features.container:before {
  content: "ما يميزنا";
  color: var(--second-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 2px;
}

.s-block--features__item .feature-icon {
  height: 6rem !important;
  width: 6rem !important;
  background-color: var(--third-color);
}
.s-block--features__item .feature-icon i {
  font-size: 5rem;
  color: var(--second-color);
}

.banner-entry {
  background: transparent !important;
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.store-footer__inner, .store-footer {
    background-color: var(--main-color);
}
.hover\:text-primary:hover {
    color: var(--third-color);
}
.store-footer h3 {
  background-color: var(--third-color) !important;
  color: var(--main-color) !important;
  border-radius: 15px;
  font-weight: bold;
  padding: 0.3rem 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  width: 100%;
  padding-right: 10px;
}

.store-footer a, .store-footer p {
    color: var(--third-color)
}

p.text-gray-400 {
  color: var(--second-color) !important;
}

.store-footer .store-footer__inner:before {
    content: "";
    display: block;
    height: 70px;
    width: 140px;
    margin: auto auto 20px;
    background: #fff var(--logo) no-repeat center / contain;
    animation: sigal 1.2s linear infinite;
    border-radius: 100px;
}

@keyframes sigal {
  0% { filter: drop-shadow(2px 4px 6px #504d46); }
  100% { filter: none; }
}

.s-slider-nav-arrow,
.header-btn__icon,
.footer-is-light .store-footer .social-link,
.store-footer a .rtl\:ml-2\.5 {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.footer-is-light .store-footer .store-footer__inner,
.store-footer .contact-social ul {
  text-align: center !important;
  justify-content: center !important;
}

.store-footer__inner {
  border-radius: 20px !important;
}

@media only screen and (min-width: 600px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:col-span-2 {
    grid-column: span 1 / span 1;
  }
}

.copyright-text > a {
  color: var(--second-color);
}
.s-button-primary {    
    background: var(--main-color) !important;
}
@media (max-width: 520px) {
main#main-content {
    margin-top: 20px;
}
.main-nav-container {
    height: 60px !important;
}
}
.s-user-menu-trigger {
    background-color: transparent;
}

@media (max-width:768px){
    .s-product-card-content-title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        min-height: 20px;
    }
    .s-products-slider-card{
        width: calc(50% - -4px) !important;
    }
    .s-product-card-image{
        height: 170px !important;
    }
    .s-product-card-content-title{
        font-size: 14px !important;
    }
    .s-product-card-price{
        font-size: 13px !important;
    }
    .s-button-btn {
      font-size: 0.8rem
    }
}
@media (max-width: 768px) {
    .s-product-card-image {
        height: 150px !important;
    }
}
.navbar-brand img {
    background: unset;
    border-radius: 100px;
}