/* TOP HEADER Neon Purple */
#app-header,
#app-header .app-bar-main,
#app-header.MuiAppBar-root,
header.app-bar,
.app-bar.mobile-app-bar.sh-header-main {
    background: linear-gradient(90deg, #9c27ff, #6a00ff) !important;
    color: #ffffff !important;
    border: none !important;
}

/* Remove any background from toolbar inside header */
#app-header .MuiToolbar-root {
    background: transparent !important;
    color: #ffffff !important;
}

/* Remove spacing below header */
#app-header {
    margin-bottom: 0 !important;
}
#app-header + * {
    margin-top: 0 !important;
}

/* ======= MaaFlash Grid (Desktop 6 / Mobile 4) ======= */

/* Force grid layout inside Shoopy’s wrapper */
.cat-section .grid,
.cat-section .sh-grid,
.cat-section .sh-banner-collection-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-left: 1px solid rgba(130, 12, 240, 0.914);
  border-top: 1px solid rgba(131, 16, 238, 0.949);
  box-sizing: border-box;
}

/* Each card (restaurant item) */
.cat-section .cat-card,
.sh-banner-collection-card {
  border-right: 1px solid rgba(125, 26, 219, 0.903);
  border-bottom: 1px solid rgba(123, 28, 213, 0.951);
  background: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
}

/* Hover animation */
.cat-section .cat-card:hover,
.sh-banner-collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(155, 48, 255, 0.25);
}

/* Logo / Image styling */
.cat-section .cat-card img,
.sh-banner-collection-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.cat-section .cat-card:hover img,
.sh-banner-collection-card:hover img {
  transform: scale(1.05);
}

/* Text styling */
.cat-section .cat-card h3,
.sh-banner-collection-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #6a0dad;
  margin: 8px 0;
  text-transform: capitalize;
}

/* ✅ Mobile: 4 per row */
@media (max-width: 768px) {
  .cat-section .grid,
  .cat-section .sh-grid,
  .cat-section .sh-banner-collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .cat-section .cat-card,
  .sh-banner-collection-card {
    padding: 4px;
  }

  .cat-section .cat-card img,
  .sh-banner-collection-card img {
    border-radius: 8px;
  }

  .cat-section .cat-card h3,
  .sh-banner-collection-card h3 {
    font-size: 12px;
  }
}

.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.sh-categories-container>div>h2 {
  display: none !important;
}

.sh-categories-container>div>hr {
  display: none !important;
}

.sh-banner-collection-card>a>div>div>p {
  display: none;
}

.sh-banner-collection-card>a>div>div>p>svg {
  display: none;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}

/* Remove the text and show your own */
.MuiTypography-root.MuiTypography-body1.shipping-options-mobile-time.mui-9l3uo3 {
    font-size: 0 !important; /* Hide original text */
}

.MuiTypography-root.MuiTypography-body1.shipping-options-mobile-time.mui-9l3uo3::after {
    content: "Delivery in 30 Minutes"; /* Your new text */
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827;
}
/* Replace "Tomorrow, 12:30 AM" with "30 Minutes Delivery" */
.MuiTypography-root.MuiTypography-body1.shipping-details-subheading.mui-9l3uo3 {
    font-size: 0 !important; /* hide original text */
}

.MuiTypography-root.MuiTypography-body1.shipping-details-subheading.mui-9l3uo3::after {
    content: "30 Minutes Delivery";
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111827; /* dark black text */
}

/* 🔹 TODAY DEAL'S – compact Zepto-style segment */
.prod-collection-container.sh-prod-grid-collection-card {
  padding: 6px 10px 10px;          /* smaller section height */
}

/* Heading spacing */
.prod-collection-container.sh-prod-grid-collection-card .section-heading-container {
  margin-bottom: 6px;
}

.prod-collection-container.sh-prod-grid-collection-card .section-heading {
  font-size: 16px;
  font-weight: 600;
}

.prod-collection-container.sh-prod-grid-collection-card .section-heading-viewall,
.prod-collection-container.sh-prod-grid-collection-card .view-all a {
  font-size: 12px;
}

/* Swiper area – reduce height & make cards smaller */
.prod-collection-container.sh-prod-grid-collection-card .swiper {
  padding: 4px 0 !important;      /* less top/bottom space */
}

/* Card width (desktop: 3 per row; compact feel) */
.prod-collection-container.sh-prod-grid-collection-card .swiper-slide {
  width: calc(33.33% - 10px) !important;
  margin-right: 10px !important;
}

/* Card style – like Zepto mini cards */
.prod-collection-container.sh-prod-grid-collection-card .sh-product-card {
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Image smaller */
.prod-collection-container.sh-prod-grid-collection-card .sh-product-img {
  height: 120px;                  /* control height */
  border-radius: 8px;
  overflow: hidden;
}

.prod-collection-container.sh-prod-grid-collection-card .sh-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Discount badge smaller */
.prod-collection-container.sh-prod-grid-collection-card .sh-product-card-discount-tag {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 6px;
}

/* Text & price compact */
.prod-collection-container.sh-prod-grid-collection-card .pr-card-content {
  padding: 6px 0 0;
}

.prod-collection-container.sh-prod-grid-collection-card .pr-title {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-collection-container.sh-prod-grid-collection-card .pr-sale-price {
  font-size: 14px;
  font-weight: 600;
}

.prod-collection-container.sh-prod-grid-collection-card .pr-mrp-price {
  font-size: 11px;
}

/* ADD button smaller */
.prod-collection-container.sh-prod-grid-collection-card .sh-product-plus-minus-button {
  font-size: 11px;
  padding: 4px 0;
  min-height: 26px;
  margin-top: 4px !important;
}

/* 🔻 Responsive like Zepto */
@media (max-width: 1024px) {
  .prod-collection-container.sh-prod-grid-collection-card .swiper-slide {
    width: calc(33.33% - 8px) !important;
  }
}

@media (max-width: 768px) {
  .prod-collection-container.sh-prod-grid-collection-card .swiper-slide {
    width: calc(50% - 8px) !important;   /* 2 per row on mobile */
  }
}

@media (max-width: 480px) {
  .prod-collection-container.sh-prod-grid-collection-card .swiper-slide {
    width: calc(50% - 6px) !important;   /* 2 compact columns */
    margin-right: 6px !important;
  }

  .prod-collection-container.sh-prod-grid-collection-card .sh-product-img {
    height: 100px;
  }
}

/* Desktop / Large screens: 4 grid columns */
.prod-collection-container.sh-prod-grid-collection-card .grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
}

/* Mobile view: horizontal scroll with 3-4 items visible */
@media (max-width: 600px) {
  .prod-collection-container.sh-prod-grid-collection-card .grid {
    display: flex !important;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  /* Each product smaller width */
  .prod-collection-container.sh-prod-grid-collection-card .grid .product-card {
    min-width: 28% !important; /* 3-4 visible */
    scroll-snap-align: start;
  }

  /* Hide scrollbar */
  .prod-collection-container.sh-prod-grid-collection-card .grid::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
    .swiper-pagination-bullet {
        margin: 0 6px !important;
    }
}
.category-segment img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}




