/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #FAFAFA !important;
}

}.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

.navbar-brand img {
    max-height: 5rem;
}

.top-navbar {
  background-color: #411f00;
  color: #f6b500;
}
#mainnav {
  background-color: #411f00 !important;
}
#mainnav * {
  color: #f6b500 !important;
}
#mobile-menu .main-menu a span {
  font-size: 18px !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
}

#mobile-menu .main-menu a span:hover {
  color: #65340A !important;
  transform: scale(1.05) !important;
}
.top-navbar .s-search-input::placeholder {
    color: #fff;
}

.s-search-icon svg {
    fill: #fff;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #BA9000;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total {
  color: #BA9000;
}

.header-btn__icon {
  border-color: #411f00;
}
/* End of Global */


/* Main Slider */
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .s-slider-v-centered .s-slider-block__title-nav {
  display: none;
}

.rounded-md {
    border-radius: 0;
}

salla-slider.photos-slider .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0;
    }
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper .swiper-slide {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container {
  padding-bottom: 0;
}

section.s-block.s-block--photos-slider {
  margin-top: 0;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

#photos-0-slider > div.s-slider-block__title {
  display: none;
}

/* End of Main Slider */


/* Categories */
@media(min-width: 992px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > h2 {
    font-size: 1.2rem;
  }
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > h2 {
  color: #BA9000;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: space-between;
}

@media (min-width:992px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 300px;
  }
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .5s;
}

.rounded-full {
  border-radius: 0;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}

/* End of Categories */

/* Center the whole block and control width/height */
.s-block--slider-with-bg .container h3,
.s-block--slider-with-bg .container h3 + p {
    font-size: 27px !important;         /* Adjust font size */
    text-align: center !important;      /* Center text inside */
    margin-left: auto !important;       /* Center the element itself */
    margin-right: auto !important;
    display: block !important;
    width: 80% !important;              /* Set custom width */
    height: auto !important;            /* Or a fixed height like 60px */
    line-height: 1.6 !important;        /* Improves vertical spacing */
    direction: rtl !important;          /* Ensures Arabic looks right */
}


/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title {
    justify-content: center;
}

.s-slider-block__title h2 {
  color: #BA9000;
}
.s-slider-block__title::before, .s-slider-block__title::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
  overflow: hidden;
}

.s-product-card-content {
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}

.s-product-card-content-title {
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a, .s-product-card-price {
  color: #7E5235;
}

.s-button-wide {
    background: linear-gradient(180deg, #411f00, #411f00);
    color: #f6b500;
    border-radius: 10px !important;
}

.s-product-card-vertical img {
  transition: .5s;
}

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}
/* End of Products Section */


/* Store Features */
.s-block--features__item {
    background-color: #fafafa !important;
}

.s-block--features__item .feature-icon {
    margin-bottom: 0.75rem;
    background-color: #fff;
    height: 7rem;
    width: 7rem;
}

.s-block--features__item h2, .s-block--features__item p {
    color: #BA9000;
}

.s-block--features__item .feature-icon i {
    color: #BA9000;
    font-size: 50px;
}
/* End of Store Features */



/* Footer */
.footer-is-light .store-footer {
  background: linear-gradient(270deg, #200000, #200000);
  background-size: cover;
  color: #ffd600;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 181px;
    height: 65px;
    background-image: url(https://i.postimg.cc/hPxkRTns/intl-shoe-thumbnail.png);
    background-size: cover;
}


@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 2rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}
.s-contacts-icon {
 
  border-color: #ffd600 !important;
}
.s-social-link a {
  border-color: #ffd600 !important;
}
 .s-social-icon{
  border-color: #ffd600 !important;
  }
  .footer-is-light .store-footer .store-footer__inner {
 
  border-bottom-color: #ffd600 !important ;

}
.footer-is-light .store-footer .contact-social {
 
  border-color: #ffd600;
}
/* End of Footer */
.copyright-text p {
   
    color: #ffd600 !important;
}
/* 1) Stack the two images */
.s-product-card-image {
  position: relative;
}
.s-product-card-image img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  /* combine opacity + transform transitions */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}

/* 2) Hide the hover-image by default */
.s-product-card-image img.hover-image {
  opacity: 0;
}

/* 3) On card hover: show hover-image, hide default-image */
.s-product-card-vertical:hover .s-product-card-image img.hover-image {
  opacity: 0.9 !important; /* set to 1 if you don’t want the fade */
}
.s-product-card-vertical:hover .s-product-card-image img.default-image {
  opacity: 0 !important;
}

/* 4) Zoom effect on whichever image is visible */
.s-product-card-vertical:hover .s-product-card-image img {
  transform: scale(1.05) !important;
}
._Path_ {
  background-color: rgb(35, 31, 32);
  position: absolute;
  left: 44px;
  top: 446px;
  width: 2295px;
  height: 1324px;
  z-index: 7;
}
html {
  scroll-behavior: smooth;
}

.banner-cta {
  display: inline-block;
  padding: 0.75em 1.5em;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s ease;
  margin: 0.5em; /* tweak to suit your layout */
}
.banner-cta:hover {
  background: #333;
  cursor: pointer;
}