/* General Styles */
.store-footer__bottom {
  background: transparent;
}

p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: black;
}

/* Button Styles */
button.s-button-primary {
  background: #E6BB5A;
  color: black;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}

button.s-button-primary:hover {
  background: #F2D15D; /* Lighter background on hover */
  color: #1D1332; /* Change text color */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Soft shadow on hover */
  z-index: 1; /* Make sure text is above the effect */
}

button.btn--rounded-gray.basis-0.h-12 {
  background-color: #231740;
  border-radius: 10px;
}

[dir="rtl"] .header-btn__icon {
  background: transparent;
  color: #fcfcfc;
}

.main-nav-container .s-cart-summary-wrapper,
.main-nav-container .btn--circle-gray {
  background-color: #231740;
  border-radius: 10px;
  color: #fcfcfc;
}

/* Product Entry */
.product-entry {
  background: white;
}

/* Header Styles */
section#ATB_sec_0 {
  padding: 0;
}

.thick-header .main-nav-container {
  border-radius: 0;
}

nav.nav-bar ul {
  background-color: #160F26;
}

.main-nav-container {
  background-color: #1D1332;
}

.thick-header .main-nav-container {
  padding-bottom: 0;
}

.main-nav-container.fixed-pinned {
  padding-bottom: 1rem;
}

a.anim-txt-bar.flex.whitespace-nowrap.py-5.justify-center {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

a.anim-txt-bar.flex.whitespace-nowrap.py-5.justify-center > p {
  font-size: 13px;
}

/* Hero Section Styles */
section#E_slider_sec_1 {
  padding-top: 0;
}

h3.lg\:text-title-size.font-bold.leading-tight {
  font-size: 4rem;
  line-height: 1.5;
}

p.line-clamp-2.description {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #BCBCBC;
}

a.mt-2.md\:mt-3.p-3.rounded-3xl.bg-primary.foreground.font-bold {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  background: linear-gradient(135deg, #ffe9a9, #fcd977, #f4c452);
  padding: 15px 40px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 1;
}

a.mt-2.md\:mt-3.p-3.rounded-3xl.bg-primary.foreground.font-bold::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 0;
  transform: scale(0.8);
}

a.mt-2.md\:mt-3.p-3.rounded-3xl.bg-primary.foreground.font-bold:hover::before {
  opacity: 1;
  transform: scale(1);
}

a.mt-2.md\:mt-3.p-3.rounded-3xl.bg-primary.foreground.font-bold:hover {
  background: linear-gradient(135deg, #fff4c2, #ffe7a3, #ffdd85);
  color: #000;
  box-shadow: 0 10px 30px rgba(255, 235, 165, 0.4);
  transform: translateY(-3px) scale(1.03);
}

/* Offer Section Styles */
@media (min-width: 768px) {
  .f_special-offer-container .f_offer-content h2 {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
  }

  .f_special-offer-container .f_offer-content p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.f_special-offer-container img.lazy.rounded-\[2rem\].-md\:-mt-2 {
  max-width: 650px;
  width: 100%;
}

.f_special-offer-container .f_offer-content a {
  color: white;
  background: #B70000;
  padding: 15px 35px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 100px;
  font-size: 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(183, 0, 0, 0);
  z-index: 1;
  overflow: hidden;
}

.f_special-offer-container .f_offer-content a::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, rgba(255, 100, 100, 0.2) 0%, transparent 70%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  z-index: 0;
}

.f_special-offer-container .f_offer-content a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.f_special-offer-container .f_offer-content a:hover {
  background: #e10000; /* slightly lighter red */
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.02);
  color: #fff;
}


.f_block__title > div h2,
salla-slider .s-slider-block__title h2 {
  font-size: 2rem;
}

/* Section Titles */
.f_block__title > div p,
salla-slider .s-slider-block__title p {
  font-size: 1.3rem;
}

.underlined-title salla-slider > div:not(.swiper) h2::after, 
.underlined-title > div:not(.swiper) h2::after {
  margin-top: 1.2rem;
}

.f_special-offer-container {
  border: 0 solid transparent;
  box-shadow: 0px 19px 32.9px rgba(0, 0, 0, 0.25);
}

.f_features-item .feature-icon img {
  height: 200px;
}

.f_enhanced-store-features .f_features-item .feature-icon {
  width: 200px;
  height: 200px;
}
/* Why Section */

.flex.flex-wrap.justify-center > .f_features-item {
  gap: 1.2rem;
  border-radius: 1.25rem;
}
.f_enhanced-store-features .f_features-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #34235a;
}

.f_enhanced-store-features .f_features-item p {
  font-size: 1.1rem;
  color: #656565;
}

/* Optional: Stack features on small screens */
@media (max-width: 768px) {
  .flex.flex-wrap.justify-center > .f_features-item {
    flex: 0 0 46%;
    max-width: 100%;
    margin: 0 0 1rem 0;
  }

  .f_enhanced-store-features .f_features-item h3 {
    font-size: 1.25rem; /* Adjust heading size for small screens */
  }

  .f_enhanced-store-features .f_features-item p {
    font-size: 1rem; /* Adjust feature description font size */
  }

  .f_features-item .feature-icon {
    width: 150px;
    height: 150px; /* Make icons smaller for smaller screens */
  }
}
@media (max-width:568px){
  .f_enhanced-store-features .f_features-item h3{
    font-size: 1rem;
  }
  .f_features-item .feature-icon img {
  height: 125px;
}
.flex.flex-wrap.justify-center > .f_features-item{
  gap:.5rem;
}
.f_enhanced-store-features .f_features-item .feature-icon {
  width: 125px;
  height: 125px;
}
}

.testimonials-slider .testimonial__avatar {
  border: 2px solid #E6BB5A;
}

.banner--fixed img,
.f_special-offer-container,
.store-footer__inner .about-us-block,
.testimonials-slider .testimonial {
  border-radius: 24px;
}
@media (max-width: 767px) {
.thick-header .main-nav-container {
  padding-bottom: 1rem;
}
    .f_special-offer-container .f_offer-content {
     text-align:center;
    }
}
/* Responsive Adjustments for Section Titles and Hero */
@media (max-width: 768px) {
  /* Section Titles */
  .f_block__title > div h2,
  salla-slider .s-slider-block__title h2 {
    font-size: 1.5rem; /* Reduce title font size */
  }

  .f_block__title > div p,
  salla-slider .s-slider-block__title p {
    font-size: 1rem; /* Adjust subtitle font size */
  }

  /* Hero Section */
  h3.lg\:text-title-size.font-bold.leading-tight {
    font-size: 2rem; /* Reduce hero section title size */
    line-height: 1.4; /* Adjust line height */
  }

  p.line-clamp-2.description {
    font-size: 1.25rem; /* Adjust description size */
  }

  section#E_slider_sec_1 {
    padding-top: 0rem; /* Adjust padding for hero section */
  }

  a.mt-2.md\:mt-3.p-3.rounded-3xl.bg-primary.foreground.font-bold {
    padding: 12px 30px;
    font-size: 1.2rem; /* Adjust button size */
  }
}
@media (max-width:568px){
    /* Hero Section */
  h3.lg\:text-title-size.font-bold.leading-tight {
    font-size: 1.7rem; /* Reduce hero section title size */
    line-height: 1.4; /* Adjust line height */
  }
}
@media (min-width: 768px) {
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div:nth-child(1) > div.p-8 {
    position: relative;
    left: -50%;
    transform: translateX(10%);
    width: max-content;
    text-align: center;
  }

  [dir="rtl"] .store-footer .f_menu-title,
  [dir="rtl"] .store-footer .footer-list a {
    text-align: center;
  }
}

@media (max-width: 1024px) {
    .testimonials-slider .swiper-slide-active .testimonial__inner .testimonial__avatar {
        margin-left: 0px;
     
    }
  salla-trust-badges {
  display: none !important;
}