/* common Css */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --red: #d42b2b;
  --red-deep: #aa1f1f;
  --red-soft: #fff0f0;
  --red-mid: #f5dede;
  --black: #1a1a1a;
  --dark: #2d2d2d;
  --white: #ffffff;
  --off: #f7f8fa;
  --paper: #fafbfc;
  --muted: #8a93a2;
  --rule: #e8eaed;
  --green: #16a34a;
  --green-soft: #dcfce7;
  --orange: #ea580c;
  --orange-soft: #fff0e6;
  --wa: #25d366;
  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.07);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.09);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.11);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.14);
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;
  --r-full: 999px;
  --container: 1280px;
  --display: "Outfit", sans-serif;
  --body: "DM Sans", sans-serif;
}
.section {
  padding: 24px 0;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 720px) {
  .container {
    padding: 0 14px;
  }
}

.sec-head {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.sec-head-l {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sec-eyebrow {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
}
.sec-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--black);
  margin: 0;
  font-weight: 800;
}
.sec-title .hl {
  color: var(--red);
}
.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--display);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--red);
  padding: 7px 16px;
  border: 1.5px solid var(--red-mid);
  border-radius: var(--r-full);
  transition: background 0.12s;
  white-space: nowrap;
}
.view-all-link:hover {
  background: var(--red-soft);
}
.view-all-link::after {
  content: " →";
}

.pr-outlined-button,
.pr-plus-minus-button {
  background-color: #f2f6f4 !important;
}
#footer {
  background-color: #244030 !important;
  color: #fff !important;
}
.three-col-footer__heading {
  color: inherit !important;
}
#sh-footer-git svg {
  color: #fff !important;
}
.vertical-soc-cont .sh-social-icon {
  background-color: #fff !important;
}
.vertical-soc-cont .sh-social-icon img {
  filter: invert(1);
}

.sh-home-page-prod-section .sh-solid-button:hover {
  background-color: #000;
}
.app-bar {
  background-color: #fff !important;
  color: #000 !important;
}
.app-bar-main svg {
  color: #000 !important;
}
.search-container:before {
  background-color: #000 !important;
}
.search-field .search-input {
  color: #000 !important;
}
.pr-plus-minus-button {
  background-color: #008000 !important;
  color: #fff !important;
}
.badge {
  background-color: #008000;
  color: #fff !important;
}

/* custome css  */
.notice {
  padding: 0px !important;
}
.desktop-nav .space-x-4 {
  gap: 12px !important;
}
.nav-link {
  font-weight: 600 !important;
}
.search-box {
  background-color: #f7f8fa !important;
  border-radius: 20px !important;
}
.cat-card .cat-card-img-rounded:hover {
  transform: scale(1.03);
}
.section-0 {
  display: none !important;
}
.section :has(#categories) {
  background-color: #f7f8fa !important;
}
.category-swiper-slide {
  background-color: transparent !important;
}
/* COMMON STYLE */
.heading {
  position: relative;
}

.heading::before {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #e53935;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* RED COLOR FOR SECOND WORD */
.heading-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
}

.heading-title {
  color: #111;
}

.heading-title span,
.heading-title strong {
  color: #e53935;
}
/* COLLECTION 1 */
.section-3 .heading-title::before {
  content: "Daily ";
}

.section-3 .heading-title::after {
  content: "Essentials";
}

/* COLLECTION 2 */
.section-4 .heading-title::before {
  content: "Popular ";
}

.section-4 .heading-title::after {
  content: "Brands";
}

/* COLLECTION 3 */
.section-5 .heading-title::before {
  content: "Stay ";
}

.section-5 .heading-title::after {
  content: "Refreshed";
}

/* COLLECTION 4 */
.section-6 .heading-title::before {
  content: "Personal ";
}

.section-6 .heading-title::after {
  content: "Care";
}
.section-7 .heading-title::before {
  content: "Electronics &  ";
}

.section-7 .heading-title::after {
  content: "More";
}
/* FIRST COLLECTION */
.section-3 .heading::before {
  content: "GROCERY & KIRANA";
}

/* SECOND COLLECTION */
.section-4 .heading::before {
  content: "SNACKS & BRANDED FOODS";
}

/* THIRD COLLECTION */
.section-5 .heading::before {
  content: "COLD DRINKS & MORE";
}

/* FOURTH COLLECTION */
.section-6 .heading::before {
  content: "SELF CARE";
}

/* FIFTH COLLECTION */
.section-7 .heading::before {
  content: "GADGETS & ACCESSORIES";
}
/* COMMON STYLE */
.heading-title {
  font-size: 0;
}

.heading-title::before,
.heading-title::after {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
}

/* FIRST WORD */
.heading-title::before {
  color: #111;
}

/* SECOND WORD */
.heading-title::after {
  color: #e53935;
}
.shop-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 18px;
  border: 1px solid #ff4d4f;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop-all-link span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ff4d4f !important;
  font-size: 14px;
  font-weight: 600;
}

/* RIGHT ICON */
.shop-all-link svg {
  width: 16px;
  height: 16px;
  stroke: #ff4d4f !important;
}
.recommended-theme-card-grid,
.product-swiper-slide {
  padding: 12px !important;
  border: 1px solid #e8eaed !important;
  border-radius: 16px !important;
  background: white !important;
  height: -webkit-fill-available !important;
}
.recommended-theme-card-grid,
.product-swiper-slide {
  transform: scale(1.03);
}
.product-card-image-container {
  border: none !important;
}
.product-swiper .swiper-wrapper {
  gap: 14px !important;
}
.recommended-theme-mode-swiper
  .product-swiper-slide.recommended-theme-card-swiper {
  width: calc(100% / 5.4) !important;
}
@media (max-width: 1068px) {
  .recommended-theme-mode-swiper
    .product-swiper-slide.recommended-theme-card-swiper {
    width: calc(100% / 4.4) !important;
  }
}
@media (max-width: 768px) {
  .recommended-theme-mode-swiper
    .product-swiper-slide.recommended-theme-card-swiper {
    width: calc(100% / 3.4) !important;
  }
  .section {
    padding: 16px 0;
  }
}
@media (max-width: 468px) {
  .recommended-theme-mode-swiper
    .product-swiper-slide.recommended-theme-card-swiper {
    width: calc(100% / 2.4) !important;
  }
}
/* Desktop Category Card Design */
@media (min-width: 992px) {
  .category-swiper-slide.recommended-theme-card-swiper {
    width: calc(100% / 4.2) !important;
  }

  .sh-category-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
  }

  .sh-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }

  .cat-card-img-container {
    background: #fff;
  }

  .cat-card-img-root {
    overflow: hidden;
  }

  .cat-card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 0px !important;
    transition: transform 0.4s ease;
  }

  .sh-category-card:hover .cat-card-img {
    transform: scale(1.04);
  }

  .cat-card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #111827;
    margin: 18px 0 24px;
    padding: 0 14px;
    letter-spacing: -0.3px;
  }

  .sh-category-card a {
    text-decoration: none !important;
    display: block;
  }
}
/* Navigation Link Hover Effect */

.nav-item {
  position: relative;
}

.nav-item .nav-link {
  position: relative;
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 0;
  display: inline-block;
  transition: color 0.3s ease;
}

/* Hover Color */
.nav-item:hover .nav-link {
  color: #d42b2b !important;
}

/* Bottom Border Animation */
.nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: #d42b2b;
  transition: width 0.3s ease;
}

/* Show Border on Hover */
.nav-item:hover .nav-link::after {
  width: 100%;
}

.section {
    padding: 1px 0;
}
