/* ==========================================================================
   Made in Andhra - Custom Stylesheet
   Image-only Hero Slider & Shop by Category & Products
   ========================================================================== */

:root {
  --mia-dark-green: #073822;
  --mia-forest-green: #09472c;
  --mia-accent-green: #15803d;
  --mia-gold-yellow: #f59e0b;
  --mia-gold-light: #fef08a;
  --mia-gold-bright: #fbbf24;
  --mia-gold-dark: #b45309;
  --mia-text-dark: #111827;
  --mia-text-muted: #6b7280;
  --mia-bg-cream: #faf7f0;
  --mia-card-border: #f0ebe1;
}

/* Base Container */
.made-in-andhra-page {
  background-color: #ffffff;
  color: var(--mia-text-dark);
  padding-bottom: 24px;
}

/* ==========================================================================
   1. HERO SLIDER SECTION (IMAGE ONLY BANNER SLIDER)
   ========================================================================== */
.mia-hero-section {
  padding: 12px 14px 6px 14px;
  position: relative;
}

.mia-hero-swiper {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(230, 215, 185, 0.5);
  background-color: #fff9ea;
}

.mia-hero-banner-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 0;
}

.mia-hero-banner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 636 / 418;
  object-fit: cover;
  display: block;
}

/* Swiper Pagination Dots */
.mia-hero-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 0 4px 0;
  position: static !important;
}

.mia-hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d1d5db;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 !important;
  cursor: pointer;
}

.mia-hero-pagination .swiper-pagination-bullet-active {
  background-color: #064e3b;
  width: 18px;
  border-radius: 8px;
}

/* ==========================================================================
   2. SHOP BY CATEGORY SECTION (12 UNIFORM HIGH-DPI CARDS)
   ========================================================================== */
.mia-categories-container {
  padding: 8px 14px 20px 14px;
}

.mia-cat-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 12px 0 16px 0;
}

.mia-gold-flourish {
  height: 1.5px;
  width: 55px;
  background: linear-gradient(90deg, transparent, #c89332);
}

.mia-gold-flourish.right {
  background: linear-gradient(90deg, #c89332, transparent);
}

.mia-gold-star {
  color: #c89332;
  font-size: 11px;
}

.mia-cat-main-title {
  font-size: 18px;
  font-weight: 900;
  color: #063c23;
  letter-spacing: 0.8px;
  margin: 0;
  text-transform: uppercase;
}

/* 12 Categories Grid */
.mia-new-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

@media (max-width: 768px) {
  .mia-new-cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .mia-new-cat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.mia-cat-card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #efe8dc;
  padding: 12px 8px 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
  min-height: 145px;
  height: 100%;
}

.mia-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  border-color: #decbb3;
}

.mia-cat-img-box {
  width: 82px;
  height: 82px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.mia-cat-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
}

.mia-cat-card:hover .mia-cat-thumb {
  transform: scale(1.06);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}

.mia-cat-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 4px;
  padding: 0 2px;
  margin-top: auto;
}

.mia-cat-name {
  font-size: 11px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 480px) {
  .mia-cat-img-box {
    width: 72px;
    height: 72px;
  }
  .mia-cat-name {
    font-size: 10px;
  }
  .mia-cat-card {
    min-height: 135px;
    padding: 10px 6px 8px 6px;
  }
}

.mia-cat-arrow {
  width: 19px;
  height: 19px;
  min-width: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  transition: transform 0.2s ease;
  margin-bottom: 1px;
}

.mia-cat-card:hover .mia-cat-arrow {
  transform: translateX(2px);
}

/* Category Arrow Theme Colors */
.bg-arrow-green { background-color: #064e3b; }
.bg-arrow-orange { background-color: #ea580c; }
.bg-arrow-blue { background-color: #1e40af; }
.bg-arrow-purple { background-color: #7e22ce; }
.bg-arrow-pink { background-color: #db2777; }
.bg-arrow-emerald { background-color: #047857; }
.bg-arrow-gold { background-color: #d97706; }
.bg-arrow-teal { background-color: #0f766e; }
.bg-arrow-rust { background-color: #c2410c; }
.bg-arrow-cobalt { background-color: #1d4ed8; }
.bg-arrow-forest { background-color: #15803d; }
.bg-arrow-bronze { background-color: #854d0e; }

/* ==========================================================================
   3. MADE IN ANDHRA PRODUCTS SWIPER SECTION
   ========================================================================== */
.mia-products-section {
  padding: 10px 14px 18px 14px;
}

.mia-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mia-section-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mia-brand-heading {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mia-header-icon {
  font-size: 20px;
  color: #b45309;
}

.mia-proud-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #064e3b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
}

.mia-proud-badge i {
  color: #4ade80;
  font-size: 10px;
}

.mia-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mia-view-all {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.mia-view-all:hover {
  color: #059669;
}

.mia-slider-nav-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mia-slider-nav-btn:hover {
  background-color: #064e3b;
  color: #ffffff;
  border-color: #064e3b;
}

.mia-slider-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Swiper Products Styles */
.mia-products-swiper {
  width: 100%;
  padding-bottom: 8px !important;
  overflow: visible !important;
}

.mia-product-card {
  height: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #edf2f7;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  user-select: none;
}

.mia-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.09);
  border-color: #cbd5e1;
}

.mia-wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.mia-wishlist-btn:hover {
  color: #ef4444;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mia-product-img-wrap {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #fafafa;
}

.mia-product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.mia-product-card:hover .mia-product-img {
  transform: scale(1.05);
}

.mia-product-name {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.25;
  margin-bottom: 8px;
  min-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mia-product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.mia-coin-price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #b45309;
}

.mia-coin-icon-svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.mia-rupee-price {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

/* ==========================================================================
   4. DEAL OF THE DAY BANNER
   ========================================================================== */
.mia-deal-section {
  padding: 6px 14px 18px 14px;
}

.mia-deal-banner {
  background: radial-gradient(circle at 80% 20%, #0e633d 0%, #063c22 60%, #032715 100%);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(6, 56, 32, 0.25);
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.mia-deal-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mia-tag-icon-wrap {
  position: relative;
  font-size: 32px;
  color: #fbbf24;
}

.mia-deal-text-title {
  color: #fef08a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mia-deal-text-title span {
  display: block;
  font-size: 18px;
  color: #ffffff;
}

.mia-deal-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mia-discount-box {
  text-align: center;
  color: #ffffff;
}

.mia-discount-box .up-to {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #d1fae5;
  text-transform: uppercase;
}

.mia-discount-box .disc-val {
  font-size: 26px;
  font-weight: 900;
  color: #fbbf24;
  line-height: 1;
}

.mia-discount-box .off-text {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

.mia-deal-pack-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.mia-deal-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.mia-deal-sub {
  font-size: 11px;
  font-weight: 600;
  color: #e2e8f0;
  text-align: right;
  line-height: 1.15;
}

.mia-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #063c23 !important;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mia-shop-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

@media (max-width: 576px) {
  .mia-deal-banner {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 14px;
  }
  .mia-deal-left {
    flex: 1 0 45%;
  }
  .mia-deal-center {
    flex: 1 0 45%;
    justify-content: flex-end;
  }
  .mia-deal-right {
    flex: 1 0 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 8px;
    margin-top: 4px;
  }
}

/* ==========================================================================
   5. TRUST BADGES STRIP
   ========================================================================== */
.mia-trust-section {
  padding: 6px 14px 12px 14px;
}

.mia-trust-strip {
  background-color: #fdfaf3;
  border-radius: 14px;
  border: 1px solid #f1ebd8;
  padding: 12px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (max-width: 576px) {
  .mia-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
  }
}

.mia-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
}

.mia-trust-icon {
  font-size: 20px;
  color: #b45309;
  flex-shrink: 0;
}

.mia-trust-text {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  line-height: 1.2;
}
