/* Amazing Seller — generated CSS, uploaded to site_settings.sx_css_location.
   Authored per-segment, concatenated into one file. Do NOT @import or minify
   (BEGIN/END markers must survive). Everything is namespaced under .sx so
   nothing leaks into the theme header/footer/product cards. */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-gap: 16px;
  --sx-radius: 14px;
  --sx-green: #14804a;
  --sx-orange: #f58220;
  --sx-ink: #17251c;
  --sx-muted: #5f6f66;
}
.sx-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--sx-orange);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.sx-btn--wa {
  background: #25d366;
}
.sx-card {
  border-radius: var(--sx-radius);
  background: #fff;
}
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px 16px;
  max-width: 1150px;
  margin: 0 auto;
}
.sx-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
  background: color-mix(in srgb, var(--secondary-main, #14804a) 5%, #fff);
  border-radius: var(--sx-radius);
  padding: 16px 10px 14px;
}
.sx-usp__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--secondary-main, #14804a);
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  box-shadow: 0 1px 4px rgba(20, 60, 35, 0.1);
}
.sx-usp__title {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  color: var(--sx-ink);
  white-space: nowrap;
}
.sx-usp__sub {
  margin: 0;
  color: var(--sx-muted);
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sx-usp {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sx-gap);
    padding: 26px 16px;
  }
  .sx-usp__title {
    font-size: 15px;
  }
  .sx-usp__sub {
    font-size: 13px;
  }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:whatsapp-1 */
.sx-wa {
  background: color-mix(in srgb, var(--secondary-main, #14804a) 7%, #fff);
  padding: 40px 16px;
}
.sx-wa__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.sx-wa__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 800;
  color: var(--sx-ink);
}
.sx-wa__sub {
  margin: 0 auto 26px;
  max-width: 640px;
  color: var(--sx-muted);
}
.sx-wa__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sx-gap);
  margin: 0 0 26px;
  text-align: left;
}
.sx-wa__step {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--secondary-main, #14804a) 16%, #fff);
  border-radius: var(--sx-radius);
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.sx-wa__num {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--secondary-main, #14804a);
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.sx-wa__step p {
  margin: 4px 0 0;
  color: var(--sx-muted);
  font-size: 14px;
}
.sx-wa__step strong {
  color: var(--sx-ink);
}
@media (min-width: 768px) {
  .sx-wa__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* END shoopy-gen:whatsapp-1 */

/* BEGIN shoopy-gen:story-1 */
.sx-story {
  padding: 48px 16px;
}
.sx-story__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.sx-story__kicker {
  color: var(--sx-orange);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.sx-story__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 800;
  color: var(--sx-ink);
}
.sx-story__copy {
  margin: 0 0 12px;
  color: var(--sx-muted);
  line-height: 1.65;
}
.sx-story__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sx-gap);
}
.sx-story__stat {
  background: color-mix(in srgb, var(--secondary-main, #14804a) 8%, #fff);
  border-radius: var(--sx-radius);
  padding: 18px 12px;
  text-align: center;
}
.sx-story__stat b {
  display: block;
  font-size: clamp(20px, 2.6vw, 28px);
  color: var(--secondary-main, #14804a);
}
.sx-story__stat span {
  font-size: 13px;
  color: var(--sx-muted);
}
@media (min-width: 900px) {
  .sx-story__inner {
    grid-template-columns: 1.2fr 1fr;
  }
}
/* END shoopy-gen:story-1 */

/* BEGIN shoopy-gen:price-bands-1 */

.sx-bands__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sx-bands__title {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--sx-ink);
}
.section-heading {
  margin: 0 0 16px !important;
  font-size: clamp(20px, 2.6vw, 28px) !important;
  font-weight: 800 !important;
  color: var(--sx-ink) !important;
}

.sx-bands__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sx-gap);
}
.sx-bands__card {
  border-radius: var(--sx-radius);
  padding: 20px 18px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 96px;
  transition: transform 0.15s;
}
.sx-bands__card:hover {
  transform: translateY(-2px);
}
.sx-bands__card b {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
}
.sx-bands__card span {
  font-size: 13px;
  opacity: 0.92;
}
.sx-bands__card--a {
  background: linear-gradient(135deg, #0e5c2d, #14804a);
}
.sx-bands__card--b {
  background: linear-gradient(135deg, #14804a, #1d9b5e);
}
.sx-bands__card--c {
  background: linear-gradient(135deg, #b04a06, #f58220);
}
.sx-bands__card--d {
  background: linear-gradient(135deg, #17251c, #3a5244);
}
@media (min-width: 900px) {
  .sx-bands__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* END shoopy-gen:price-bands-1 */

/* BEGIN shoopy-gen:testimonials-1 */
.sx-testi {
  padding: 44px 16px;
  background: color-mix(in srgb, var(--secondary-main, #14804a) 6%, #fff);
}
.sx-testi__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.sx-testi__title {
  margin: 0 0 6px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--sx-ink);
}
.sx-testi__sub {
  margin: 0 auto 24px;
  color: var(--sx-muted);
  max-width: 560px;
}
.sx-testi__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82%;
  gap: var(--sx-gap);
  text-align: left;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sx-testi__grid::-webkit-scrollbar {
  display: none;
}
.sx-testi__grid > * {
  scroll-snap-align: center;
}
.sx-testi__card {
  margin: 0;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--secondary-main, #14804a) 14%, #fff);
  border-radius: var(--sx-radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sx-testi__stars {
  color: #f5a623;
  font-size: 15px;
  letter-spacing: 2px;
}
.sx-testi__card blockquote {
  margin: 0;
  color: var(--sx-ink);
  line-height: 1.6;
  font-size: 15px;
}
.sx-testi__card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.sx-testi__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--secondary-main, #14804a);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: grid;
  place-items: center;
}
.sx-testi__card figcaption b {
  display: block;
  font-size: 14px;
  color: var(--sx-ink);
}
.sx-testi__card figcaption em {
  display: block;
  font-style: normal;
  font-size: 12.5px;
  color: var(--sx-muted);
}
@media (min-width: 900px) {
  /* 15 reviews: stay a scroll-snap carousel, three cards per view */
  .sx-testi__grid {
    grid-auto-columns: calc((100% - 2 * var(--sx-gap)) / 3);
  }
}
/* END shoopy-gen:testimonials-1 */

/* BEGIN shoopy-gen:promo-diwali-1 */
.sx-fest {
  padding: 36px 16px 8px;
}
.sx-fest__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.sx-fest__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.sx-fest__title {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--sx-ink);
}
.sx-fest__hint {
  font-size: 13px;
  font-weight: 600;
  color: var(--sx-muted);
  white-space: nowrap;
}
.sx-fest__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 92%;
  gap: var(--sx-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sx-fest__track::-webkit-scrollbar {
  display: none;
}
.sx-fest__slide {
  position: relative;
  display: block;
  border-radius: var(--sx-radius);
  overflow: hidden;
  scroll-snap-align: center;
  text-decoration: none;
}
.sx-fest__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sx-fest__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 22px;
  max-width: 520px;
}
.sx-fest__kicker {
  color: #ffc780;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sx-fest__name {
  color: #fff;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
.sx-fest__sub {
  color: #e7efe7;
  font-size: clamp(13px, 1.5vw, 16px);
  margin-bottom: 18px;
}
.sx-fest__cta {
  background: var(--sx-orange);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 11px 24px;
  font-size: 14px;
}
@media (min-width: 900px) {
  .sx-fest__track {
    grid-auto-columns: 80%;
  }
}
/* END shoopy-gen:promo-diwali-1 */

/* ---- Preview-only chrome & theme emulation (easy-checkout base) ---- */
:root {
  --secondary-main: #14804a; /* brand green (logo-extracted) */
  --color-primary: #14804a;
  --color-accent: #f58220; /* CTA orange (logo-extracted) */
  --color-deal: #d93025; /* deal/discount */
  --color-bg: #ffffff;
  --color-surface: #f6f8f6;
  --color-text: #17251c;
  --color-muted: #5f6f66;
  --radius: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

/* notice bar */
.notice {
  background: #0e5c2d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 8px 12px;
  letter-spacing: 0.02em;
}

/* header — logo & action icons enlarged per customer feedback (v2) */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e6ece8;
  box-shadow: 0 1px 8px rgba(20, 60, 35, 0.06);
}
.hdr__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.hdr__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.hdr__logo img {
  height: 56px;
  width: auto;
}
.hdr__brand {
  line-height: 1.05;
  display: none;
}
.hdr__brand b {
  font-size: 19px;
  color: var(--secondary-main);
  display: block;
}
.hdr__brand span {
  font-size: 11px;
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hdr__search {
  flex: 1;
  display: none;
  align-items: center;
  gap: 9px;
  background: var(--color-surface);
  border: 1px solid #e0e8e2;
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--color-muted);
  font-size: 14.5px;
  min-width: 0;
}
.hdr__search svg {
  flex: 0 0 auto;
}
.hdr__search span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdr__icons {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}
.hdr__ic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-surface);
  display: grid;
  place-items: center;
  position: relative;
}
.hdr__ic--search {
  display: grid;
}
.hdr__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--color-accent);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  border-radius: 999px;
  padding: 1px 6px;
}
@media (min-width: 768px) {
  .hdr__brand {
    display: block;
  }
  .hdr__search {
    display: flex;
  }
  .hdr__ic--search {
    display: none;
  }
  .hdr__icons {
    margin-left: 0;
  }
  .hdr__logo img {
    height: 60px;
  }
}

.nav-link {
  padding: 11px 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
}
.nav-link:hover {
  color: var(--secondary-main);
}

/* hero carousel */
.hero {
  position: relative;
}
.hero__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.hero__track::-webkit-scrollbar {
  display: none;
}
.hero__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.hero__slide img {
  width: 100%;
  height: auto;
}
.hero__dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}
.hero__dot--on {
  background: #fff;
  width: 22px;
  border-radius: 999px;
}

/* section shell */
.sec {
  padding: 36px 0 8px;
}
.sec__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.sec__title {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
}
.sec__more {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-main);
  white-space: nowrap;
}

/* category grid — larger tiles per customer feedback (v2): 2 → 3 → 4 per row */
.cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.cat {
  background: #fff;
  border: 1px solid #e6ece8;
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.15s;
  width: calc(50% - 7px);
}
.cat:hover {
  box-shadow: 0 6px 18px rgba(20, 60, 35, 0.12);
}
.cat img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.cat__body {
  padding: 11px 13px 13px;
}
.cat__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .cat {
    width: calc(33.333% - 9.4px);
  }
}
@media (min-width: 900px) {
  .cat {
    width: calc(25% - 10.5px);
  }
}

/* product row */
.prods {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
  scrollbar-width: none;
}
.prods::-webkit-scrollbar {
  display: none;
}
.prods > * {
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .prods {
    grid-auto-columns: 38%;
  }
}
@media (min-width: 900px) {
  .prods {
    grid-auto-columns: 24%;
  }
}
@media (min-width: 1200px) {
  .prods {
    grid-auto-columns: calc(25% - 11px);
  }
}
.pcard {
  background: #fff;
  border: 1px solid #e6ece8;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s;
}
.pcard:hover {
  box-shadow: 0 6px 18px rgba(20, 60, 35, 0.12);
}
.pcard__imgwrap {
  position: relative;
}
.pcard__img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.pcard__off {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-deal);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 6px;
  padding: 3px 7px;
}
.pcard__body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.pr-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.pcard__moq {
  font-size: 11.5px;
  color: var(--color-muted);
}
.pcard__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.pr-sale-price {
  font-size: 16px;
  font-weight: 800;
}
.pr-mrp-price {
  font-size: 12.5px;
  color: var(--color-muted);
  text-decoration: line-through;
}
.pr-plus-minus-button {
  margin-top: auto;
  text-align: center;
  border: 1.5px solid var(--color-accent);
  color: var(--color-accent);
  font-weight: 700;
  font-size: 13.5px;
  border-radius: 999px;
  padding: 9px 10px;
}
.pr-plus-minus-button:hover {
  background: var(--color-accent);
  color: #fff;
}

/* footer */
.ftr {
  background: #0d2417;
  color: #cfe0d4;
  margin-top: 44px;
}
.ftr a:hover {
  color: #fff;
}
.ftr__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 42px 0 30px;
}
.ftr__logo {
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  width: 84px;
  margin-bottom: 12px;
}
.ftr h4 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ftr p,
.ftr li {
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}
.ftr__brandline {
  color: #ffb066;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}
/* original brand social icons per customer feedback (v2) */
.ftr__social {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.ftr__social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.ftr__social svg {
  width: 40px;
  height: 40px;
}
.ftr__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  font-size: 12.5px;
  color: #9db8a6;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ftr__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}

/* floating whatsapp */
.wafab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.solid-button__btn,
.pr-outlined-button {
  border-radius: 30px !important;
}
@media (max-width: 960px) {
    #cb12_bubble_wrapper {
        bottom: calc(16px + var(--mobile-nav-height, 98px)) !important;
    }
}