/* ===============================
   Global Styles
================================ */

#mainnav,
.store-header,
.store-footer {
  background: white !important;
}

.store-footer,
.store-footer__inner {
  padding-bottom: 0 !important;
}

.btn-hover {
  background: white;
}

/* ===============================
   Product Card
================================ */

.s-product-card-content-subtitle,
.s-product-card-promotion-title {
  display: none !important;
}

@media (max-width: 480px) {
  .s-product-card-entry .s-product-card-image {
    height: 260px !important;
    max-height: 260px !important;
  }
}

@media (max-width: 768px) {
  .s-product-card-image {
    padding-bottom: 40px !important;
  }
}

/* ===============================
   Sliders & Blocks
================================ */

.s-slider-block__title-nav {
  display: none !important;
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 0 !important;
  }
}

@media (min-width: 1280px) {
  .s-block--hero-slider .swiper-slide {
    height: 699px !important;
  }
}

/* ===============================
   Categories Section
================================ */

@media (min-width: 1024px) {
  .s-block--categories .s-slider-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .s-block--categories .swiper-wrapper {
    justify-content: center;
  }

  .s-block--categories .swiper-slide {
    margin-left: 16px !important;
    margin-right: 16px;
  }

  .AL_categories-1 .swiper-wrapper {
    justify-content: center;
  }

  .AL_categories .swiper-wrapper {
    padding-bottom: 72px !important;
  }
}

@media (max-width: 480px) {
  .AL_categories .s-slider-container {
    padding: 41px 0 !important;
  }
}

/* ===============================
   Custom Sections Spacing
================================ */

.AL_special_product {
  padding-top: 5.625rem;
}

.AL_instegram {
  padding-top: 5.313rem;
}

/* ===============================
   About Leucillin Section
================================ */

.about-leucillin {
  padding: 80px 16px;
  background: #fafafa;
}

.about-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-content {
  text-align: right;
}

.about-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(135, 90, 160, 0.08);
  color: #6d3c8f;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-title {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 28px;
  color: #1f1f1f;
  font-weight: 700;
}

.about-text p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #4a4a4a;
}

/* ===============================
   About – Responsive
================================ */

@media (max-width: 900px) {
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-content {
    text-align: center;
  }

  .about-title {
    font-size: 26px;
  }

  .about-text p {
    text-align: right;
    font-size: 15px;
  }
}