:root {
  --site-font: "Google Sans", "Product Sans", Arial, sans-serif;
  --sc-red: #e31916;
  --sc-red-dark: #7b0805;
  --sc-red-deep: #3c0704;
  --sc-gold: #ffcf24;
  --sc-gold-light: #fff27a;
  --sc-orange: #ff7a00;
  --sc-blue: #0aa7ff;
  --sc-blue-dark: #075ba8;
  --sc-checkout: #ffc928;
  --sc-purple: #4a0a09;
  --sc-green: #c41712;
  --sc-teal: #0aa7ff;
  --sc-ink: #160b08;
  --sc-muted: #6c5b55;
  --sc-paper: #fff9e8;
  --sc-line: #ffb7a8;
  --sc-footer: #2a140f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--sc-ink);
  font-family: var(--site-font);
  background:
    radial-gradient(circle at 82% 12%, rgba(227, 25, 22, 0.16), transparent 18rem),
    radial-gradient(circle at 12% 4%, rgba(255, 207, 36, 0.34), transparent 24rem),
    linear-gradient(180deg, #fff8df 0, #fff 17rem, #f8f8f8 100%);
}

#products,
#offers,
#order {
  scroll-margin-top: 92px;
}

.fw-black {
  font-weight: 900;
}

.site-header {
  position: relative;
  z-index: 2;
}

.site-nav {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 249, 232, 0.98), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 8% 50%, rgba(255, 207, 36, 0.26), transparent 12rem);
  border-bottom: 1px solid rgba(227, 25, 22, 0.12);
  box-shadow: 0 14px 36px rgba(60, 7, 4, 0.08);
}

.navbar-brand strong,
.navbar-brand small {
  display: block;
  line-height: 1.05;
}

.navbar-brand strong {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar-brand small {
  color: var(--sc-muted);
  font-size: 0.72rem;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  font-family: var(--site-font);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.85);
  background:
    radial-gradient(circle at 32% 28%, var(--sc-gold-light), transparent 24%),
    conic-gradient(from 120deg, var(--sc-red), var(--sc-gold), var(--sc-blue), var(--sc-orange), var(--sc-red));
  box-shadow: 0 12px 24px rgba(227, 25, 22, 0.34), 0 0 0 6px rgba(255, 207, 36, 0.14);
}

.nav-link {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.15rem;
  left: 0.5rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sc-gold), var(--sc-red));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-order-btn {
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--sc-red), var(--sc-red-dark));
  box-shadow: 0 12px 24px rgba(227, 25, 22, 0.24);
}

.nav-order-btn:hover {
  color: #fff;
  filter: brightness(1.05);
}

.mobile-menu {
  width: min(72vw, 540px);
  color: #303030;
  border-right: 0;
  background: #fff;
  box-shadow: 18px 0 42px rgba(0, 0, 0, 0.22);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 1rem 1.25rem;
  background: #f1f1f1;
  border-bottom: 1px solid #e2e2e2;
}

.mobile-menu-header h2 {
  margin: 0;
  color: #333;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-menu-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #333;
  font-size: 1.25rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.mobile-menu-close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.mobile-menu-body {
  padding: 0;
}

.mobile-menu-nav {
  display: grid;
}

.mobile-menu-nav a {
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 0 1.25rem;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}

.mobile-menu-nav a:hover {
  color: var(--sc-red);
  background: #fff8ef;
}

.mobile-menu-section {
  margin: 1.35rem 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #dedede;
}

.mobile-menu-section h3 {
  margin: 0 0 0.85rem;
  color: #222;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-contact-link {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.65rem;
  color: #333;
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
}

.mobile-contact-link i {
  width: 20px;
  color: #333;
  font-size: 1rem;
}

.mobile-contact-link:hover {
  color: var(--sc-red);
}

.mobile-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.mobile-social-links a {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #333;
  font-size: 0.98rem;
  text-decoration: none;
}

.mobile-social-links a:hover {
  color: var(--sc-red);
}

.offcanvas-backdrop.show {
  opacity: 0.58;
}

.hero {
    position: relative;
    color: #fff;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 79% 24%, rgba(96, 165, 250, 0.30), transparent 16rem), radial-gradient(circle at 30% 8%, rgba(167, 139, 250, 0.24), transparent 18rem), radial-gradient(circle at 50% 100%, rgba(59, 130, 246, 0.30), transparent 22rem), linear-gradient( 135deg, #11134A 0%, #1A1C5F 30%, #222367 60%, #2C2E8A 100% ), repeating-linear-gradient( 45deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 12px );
    border-bottom: 6px solid #FACC15;
    overflow: hidden;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: -30% -10% auto auto;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(147, 197, 253, 0.35), transparent 68% );
        pointer-events: none;
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: auto -12% -28% -12%;
        height: 310px;
        background: radial-gradient( ellipse, rgba(96, 165, 250, 0.20), transparent 65% );
        pointer-events: none;
    }

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 760px;
  font-family: var(--site-font);
  font-size: clamp(1.8rem, 6.9vw, 4.7rem);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.hero .lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
}

.eyebrow {
  color: var(--sc-gold);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 207, 36, 0.38);
  border-radius: 999px;
  background: rgba(255, 207, 36, 0.1);
  box-shadow: inset 0 0 18px rgba(255, 207, 36, 0.08);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 1.4rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.hero-trust-row i {
  color: var(--sc-gold);
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.7rem 1rem;
  font-weight: 900;
  border-radius: 12px;
}

.hero-primary-btn {
  color: var(--sc-red-deep);
  border: 0;
  background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold));
  box-shadow: 0 16px 30px rgba(255, 207, 36, 0.22);
}

.hero-primary-btn:hover {
  color: var(--sc-red-deep);
  filter: brightness(1.03);
}

.hero-secondary-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.hero-secondary-btn:hover {
  color: #fff;
  border-color: rgba(255, 207, 36, 0.7);
  background: rgba(255, 207, 36, 0.14);
}

.eyebrow.dark {
  color: var(--sc-red);
}

.hero-card {
  position: relative;
  min-height: 300px;
  padding: 2.25rem;
  color: #1a0900;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.84), transparent 5rem),
    radial-gradient(circle at 6% 90%, rgba(255, 255, 255, 0.52), transparent 4rem),
    linear-gradient(145deg, var(--sc-gold-light), var(--sc-gold) 42%, var(--sc-orange));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  overflow: hidden;
  transform: rotate(-1deg);
}

.hero-card h2 {
  font-family: var(--site-font);
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  font-weight: 900;
  line-height: 0.95;
}

.offer-ribbon {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.28rem 0.62rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sc-red), var(--sc-red-dark));
  box-shadow: 0 10px 22px rgba(227, 25, 22, 0.22);
}

.offer-mini-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.offer-mini-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.34rem 0.58rem;
  color: #1a0900;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.spark {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, #fff 0 8deg, transparent 8deg 18deg);
  opacity: 0.42;
}

.hero-burst {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.95) 0 4deg, transparent 4deg 12deg);
  opacity: 0.2;
  pointer-events: none;
}

.hero-burst-one {
  right: 9%;
  top: 14%;
}

.hero-burst-two {
  left: 46%;
  bottom: 13%;
  width: 92px;
  height: 92px;
  opacity: 0.16;
}

.hero-rocket {
  position: absolute;
  z-index: 0;
  width: 38px;
  height: 118px;
  border-radius: 22px 22px 10px 10px;
  background:
    linear-gradient(180deg, #fff 0 14%, var(--sc-red) 14% 38%, #fff 38% 48%, var(--sc-red) 48% 72%, var(--sc-gold) 72%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  opacity: 0.68;
}

.hero-rocket::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 19px solid transparent;
  border-bottom: 32px solid var(--sc-gold);
  border-left: 19px solid transparent;
}

.hero-rocket-left {
  left: 4%;
  top: 28%;
  transform: rotate(-28deg);
}

.hero-rocket-right {
  right: 4%;
  bottom: 18%;
  background:
    linear-gradient(180deg, #fff 0 14%, var(--sc-blue) 14% 38%, var(--sc-gold) 38% 48%, var(--sc-blue) 48% 72%, #fff 72%);
  transform: rotate(28deg);
}

.spark-one {
  right: 1.1rem;
  top: 1.3rem;
}

.spark-two {
  left: -1.4rem;
  bottom: -1.3rem;
}

.notice-bar {
  padding: 0.72rem 0;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, var(--sc-blue-dark), var(--sc-blue), var(--sc-blue-dark));
  border-top: 4px solid var(--sc-gold);
  /* border-bottom: 4px solid var(--sc-red-dark); */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.notice-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.notice-bar i {
  color: var(--sc-gold-light);
}
.total-strip {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    color: #fff;
    background: linear-gradient( 90deg, #11134A, #1A1C5F, #222367, #1A1C5F, #11134A );
    border-top: 4px solid #D4AF37;
    box-shadow: 0 8px 24px rgba(34, 35, 103, 0.40);
}

.total-strip-inner {
    position: relative;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 900;
}

.cart-link {
  position: absolute;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  text-decoration: none;
}

.cart-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  border-radius: 50%;
  background: var(--sc-blue);
}

.catalog-wrap {
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 207, 36, 0.18), transparent 16rem),
    radial-gradient(circle at 96% 12%, rgba(10, 167, 255, 0.1), transparent 18rem),
    linear-gradient(90deg, rgba(227, 25, 22, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0, #fafafa 100%);
  background-size: auto, auto, 38px 38px, auto;
}

.catalog-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(227, 25, 22, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 207, 36, 0.22), transparent 12rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(60, 7, 4, 0.08);
  backdrop-filter: blur(10px);
}

.catalog-actions h2 {
  margin: 0;
  color: var(--sc-red-deep);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.accordion-toggle-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.7rem 1rem;
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sc-red), var(--sc-red-dark));
  box-shadow: 0 14px 28px rgba(227, 25, 22, 0.22);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.accordion-toggle-all:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(227, 25, 22, 0.28);
}

.accordion-toggle-all.is-open {
  color: var(--sc-red-deep);
  background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold));
  box-shadow: 0 14px 28px rgba(255, 207, 36, 0.22);
}

.category-block {
  position: relative;
  margin-bottom: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(227, 25, 22, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 249, 232, 0.98), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 100% 0, rgba(255, 207, 36, 0.22), transparent 18rem);
  box-shadow: 0 22px 58px rgba(60, 7, 4, 0.11);
}

.category-block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.category-title {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 0.9rem 4.2rem 0.9rem 1.15rem;
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 1.38rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 0;
  background:
    radial-gradient(circle at 88% 50%, rgba(255, 207, 36, 0.2), transparent 14rem),
    linear-gradient(90deg, var(--sc-red-dark), var(--sc-red), var(--sc-red-dark));
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.category-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--sc-gold), transparent);
  opacity: 0.85;
}

.category-title span:first-child {
  pointer-events: none;
}

.category-count {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.54rem;
  color: var(--sc-red-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  border-radius: 999px;
  background: var(--sc-gold);
  box-shadow: 0 8px 18px rgba(255, 207, 36, 0.22);
  pointer-events: none;
}

.category-toggle {
  position: absolute;
  right: 1rem;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.1);
}

.category-toggle i {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.15rem;
}

.category-block.is-collapsed .product-grid {
  display: none;
}

.category-block.is-collapsed .category-toggle i::before {
  content: "\2b";
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.9rem;
  min-height: 152px;
  padding: 2.50rem;
  border: 1.5px solid rgba(227, 25, 22, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 207, 36, 0.24), transparent 5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.95));
  box-shadow: 0 12px 24px rgba(60, 7, 4, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: var(--sc-red);
  box-shadow: 0 18px 34px rgba(227, 25, 22, 0.18);
}

.product-card.has-qty {
  border-color: var(--sc-blue);
  background:
    radial-gradient(circle at 100% 0, rgba(10, 167, 255, 0.2), transparent 5rem),
    linear-gradient(145deg, #fff, #fff7e2);
  box-shadow: 0 18px 34px rgba(10, 167, 255, 0.16);
}

.product-card.has-qty::after {
  content: "Added";
  position: absolute;
  top: 0.62rem;
  right: 0.72rem;
  padding: 0.16rem 0.48rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  border-radius: 999px;
  background: var(--sc-blue-dark);
}

.product-visual {
  position: relative;
  display: grid;
  min-height: 126px;
  place-items: center;
  border: 0;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), transparent),
    var(--visual-bg, linear-gradient(160deg, var(--sc-gold), var(--sc-red)));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 12px 22px rgba(60, 7, 4, 0.14);
  overflow: hidden;
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
}

.product-visual::before {
  inset: 10px 22px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.product-visual::after {
  width: 36px;
  height: 68px;
  border-radius: 6px;
  background: linear-gradient(180deg, #111 0 22%, var(--sc-red) 22% 68%, var(--sc-gold) 68%);
  box-shadow: 22px 14px 0 -7px rgba(0, 0, 0, 0.26), -16px -8px 0 -9px rgba(255, 255, 255, 0.9);
  transform: rotate(var(--tilt, -3deg));
}

.product-body {
  display: flex;
  flex-direction: column;  
  padding-right: 1.3rem;
}

.product-name {
  margin: 0 0 0.22rem;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.1;
}

.product-meta {
  margin-bottom: 0.45rem;
  color: var(--sc-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.mrp {
  color: #777;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: line-through;
}

.sale-price {
  display: inline-flex;
  padding: 0.24rem 0.5rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  border-radius: 6px;
  background: #111;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
}

.qty-row label {
  margin: 0;
  color: var(--sc-red-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.qty-stepper {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1.5px solid var(--sc-red);
  border-radius: 10px;
  background: #fff;
}

.qty-btn {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--sc-red-dark);
  border: 0;
  background: #fff4f4;
  transition: color 0.18s ease, background 0.18s ease;
}

.qty-btn:hover {
  color: #fff;
  background: var(--sc-red);
}

.qty-btn i {
  font-size: 0.72rem;
}

.qty-input {
  width: 56px;
  height: 34px;
  padding: 0.2rem 0.2rem;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  border: 0;
  border-right: 1px solid var(--sc-line);
  border-left: 1px solid var(--sc-line);
  border-radius: 0;
  appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.badge-offer {
  display: inline-flex;
  width: max-content;
  margin-top: 0.5rem;
  padding: 0.22rem 0.48rem;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--sc-red), var(--sc-red-dark));
  box-shadow: 0 8px 16px rgba(227, 25, 22, 0.18);
}

.view-product {
  position: absolute;
  right: 0.72rem;
  bottom: 0.72rem;
  padding: 0.2rem 0.58rem;
  color: var(--sc-red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  border: 1px solid rgba(227, 25, 22, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.view-product i {
  margin-right: 0.18rem;
}

.view-product:hover {
  color: #fff;
  border-color: var(--sc-red);
  background: var(--sc-red);
}

.order-panel {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 207, 36, 0.2), transparent 18rem),
    radial-gradient(circle at 90% 12%, rgba(10, 167, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, #fff, #fff7df);
  overflow: hidden;
}

.order-panel::before {
  content: "";
  position: absolute;
  inset: 1.3rem auto auto -5rem;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(227, 25, 22, 0.14) 0 6deg, transparent 6deg 16deg);
  pointer-events: none;
}

.order-panel .container {
  position: relative;
  z-index: 1;
}

.checkout-box {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 1.6rem;
  color: #080808;
  border: 1px solid rgba(227, 25, 22, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.65), transparent 18rem),
    linear-gradient(145deg, var(--sc-gold-light), var(--sc-checkout) 42%, var(--sc-gold));
  box-shadow: 0 26px 70px rgba(60, 7, 4, 0.13);
}

.checkout-heading {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1.45rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid rgba(60, 7, 4, 0.14);
}

.checkout-heading-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sc-red), var(--sc-red-dark));
  box-shadow: 0 12px 24px rgba(227, 25, 22, 0.22);
}

.checkout-title {
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.checkout-box .form-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #050505;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.required::after {
  content: " *";
  color: #ff1111;
  font-weight: 900;
}

.checkout-field {
  position: relative;
}

.field-icon {
  position: absolute;
  left: 1.1rem;
  top: 2.55rem;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(123, 8, 5, 0.52);
  font-size: 0.95rem;
  border-radius: 50%;
  background: rgba(255, 207, 36, 0.16);
  pointer-events: none;
}

.checkout-control {
  min-height: 56px;
  padding: 0.85rem 1rem 0.85rem 3.35rem;
  color: #111;
  font-weight: 800;
  border: 1px solid rgba(123, 8, 5, 0.14);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(60, 7, 4, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.form-select.checkout-control {
  padding-left: 3.35rem;
  padding-right: 2.8rem;
}

.checkout-control::placeholder {
  color: rgba(22, 11, 8, 0.48);
  font-weight: 800;
}

.checkout-control:focus {
  border-color: rgba(227, 25, 22, 0.45);
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(227, 25, 22, 0.14), 0 12px 24px rgba(60, 7, 4, 0.08);
}

.checkout-field:focus-within .field-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--sc-red), var(--sc-red-dark));
}

textarea.checkout-control {
  min-height: 120px;
  padding-top: 1rem;
  resize: vertical;
}

.checkout-field:has(textarea) .field-icon {
  top: 2.6rem;
}

.bill-box {
  position: relative;
  margin: 2rem 0 2.2rem;
  padding: 1.25rem;
  border: 1.5px solid rgba(60, 7, 4, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(10, 167, 255, 0.1), transparent 12rem),
    rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.bill-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.65rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(60, 7, 4, 0.2);
}

.bill-heading span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bill-heading small {
  color: var(--sc-red-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.bill-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(60, 7, 4, 0.18);
  font-size: 0.95rem;
  font-weight: 900;
}

.bill-line:first-child {
  padding-top: 0.35rem;
}

.bill-line span {
  white-space: nowrap;
}

.shipping-note {
  display: inline-flex;
  margin: 1rem 0 1.5rem;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 700;
}

.bill-grand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.34);
  font-size: 1.04rem;
  font-weight: 900;
}

.bill-grand span {
  color: var(--sc-teal);
  font-size: 1.45rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.bill-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 0.9rem;
  color: rgba(0, 0, 0, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}
.submit-order {
    width: 100%;
    min-height: 58px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 0;
    border-radius: 16px;
    background: linear-gradient( 90deg, #11134A, #1A1C5F, #222367, #2C2E8A );
    box-shadow: 0 18px 34px rgba(34, 35, 103, 0.40);
    transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

    .submit-order:hover {
        filter: brightness(1.08);
        box-shadow: 0 22px 42px rgba(34, 35, 103, 0.50);
        transform: translateY(-2px);
    }

    .submit-order:active {
        transform: translateY(1px);
    }

.footer {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 207, 36, 0.12), transparent 18rem),
    radial-gradient(circle at 82% 10%, rgba(10, 167, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, var(--sc-red-deep), var(--sc-footer));
  overflow: hidden;
}

.footer::before,
.footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.footer::before {
  right: -4rem;
  top: 3rem;
  width: 220px;
  height: 220px;
  background: repeating-conic-gradient(from 0deg, rgba(255, 207, 36, 0.14) 0 5deg, transparent 5deg 15deg);
}

.footer::after {
  left: -5rem;
  bottom: 2rem;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(10, 167, 255, 0.12), transparent 62%);
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 4.6rem 0 4rem;
    background: radial-gradient(circle at 80% 16%, rgba(147, 197, 253, 0.18), transparent 18rem), radial-gradient(circle at 15% 85%, rgba(99, 102, 241, 0.15), transparent 20rem), linear-gradient( 180deg, #0D103D 0%, #161958 30%, #222367 70%, #2C2E8A 100% );
}

.footer h2 {
  position: relative;
  margin: 0 0 1.45rem;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sc-gold), var(--sc-red));
}

.footer-brand {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.35rem;
}

.footer-brand h2 {
  margin-bottom: 0.2rem;
}

.footer-brand h2::after {
  display: none;
}

.footer-brand small {
  color: rgba(255, 207, 36, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-brand-mark {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, var(--sc-gold-light), transparent 24%),
    conic-gradient(from 120deg, var(--sc-red), var(--sc-gold), var(--sc-blue), var(--sc-orange), var(--sc-red));
  box-shadow: 0 16px 34px rgba(227, 25, 22, 0.3), 0 0 0 7px rgba(255, 207, 36, 0.08);
}

.footer-main p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.34rem 0.58rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  border: 1px solid rgba(255, 207, 36, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.footer-badges i {
  color: var(--sc-gold);
}

.footer-list,
.contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.82rem;
}

.footer-list a,
.contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-list a i {
  color: var(--sc-gold);
  font-size: 0.74rem;
  transition: transform 0.18s ease;
}

.footer-list a:hover,
.contact-list a:hover {
  color: var(--sc-gold);
  transform: translateX(3px);
}

.footer-list a:hover i {
  transform: translateX(2px);
}

.tag-list li {
  margin-bottom: 0.78rem;
}

.contact-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.78rem;
  padding: 0.65rem 0.75rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 0.18s ease, background 0.18s ease;
}

.contact-list li:hover {
  border-color: rgba(255, 207, 36, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.contact-icon {
  display: inline-grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--sc-gold);
  font-size: 0.84rem;
  font-weight: 900;
  border: 1.5px solid rgba(255, 207, 36, 0.82);
  border-radius: 50%;
  background: rgba(255, 207, 36, 0.08);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.social-links a {
  display: inline-grid;
  width: 38px;
  min-width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.social-links a:hover {
  color: var(--sc-gold);
  border-color: rgba(255, 207, 36, 0.36);
  background: rgba(255, 207, 36, 0.12);
  transform: translateY(-3px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0;
  color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(255, 207, 36, 0.14);
  background: rgba(20, 5, 3, 0.52);
  font-size: 1rem;
  font-weight: 700;
}

.footer-bottom-inner {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-note {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  color: var(--sc-gold);
  font-weight: 900;
}

.modal-backdrop.show {
  opacity: 0.78;
}

.fancybox__container {
  z-index: 2200;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.fancybox__content {
  padding: 0;
}

.fancybox__image {
  max-width: min(92vw, 390px);
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.fancybox__caption {
  color: #fff;
  font-family: var(--site-font);
  font-weight: 900;
  text-align: center;
}

.product-video-slide {
  display: grid;
  width: min(92vw, 760px);
  min-height: min(72vh, 520px);
  place-items: center;
  padding: 1.5rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 76% 20%, rgba(10, 167, 255, 0.2), transparent 16rem),
    linear-gradient(135deg, var(--sc-red-deep), var(--sc-red-dark));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.product-video-player {
  width: 100%;
  max-height: 72vh;
  border-radius: 18px;
  background: #000;
}

.product-video-placeholder {
  display: grid;
  width: min(100%, 560px);
  min-height: 340px;
  place-items: center;
  padding: 2rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 207, 36, 0.2), transparent 10rem),
    rgba(255, 255, 255, 0.08);
}

.product-video-placeholder strong {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.product-video-placeholder small {
  color: var(--sc-gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-video-placeholder p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
}

.product-video-placeholder code {
  color: var(--sc-gold-light);
}

.video-play-button {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: var(--sc-red-deep);
  font-size: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sc-gold-light), var(--sc-gold));
  box-shadow: 0 18px 36px rgba(255, 207, 36, 0.28);
}

.image-lightbox .modal-dialog {
  width: min(92vw, 390px);
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

.product-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.preview-close {
  position: fixed;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 1;
}

.preview-visual-wrap {
  display: grid;
  min-height: min(78vh, 640px);
  place-items: center;
  padding: 0;
  background: transparent;
}

.product-photo-preview {
  position: relative;
  width: min(92vw, 380px);
  aspect-ratio: 0.59;
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 38%),
    radial-gradient(circle at 76% 37%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    var(--visual-bg, linear-gradient(160deg, var(--sc-gold), var(--sc-red)));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.product-photo-preview::before {
  content: "";
  position: absolute;
  left: 27%;
  top: 4.5%;
  width: 25%;
  height: 82%;
  border-radius: 7px;
  background:
    linear-gradient(180deg, #ffe84d 0 20%, #f81f56 20% 36%, #fff46b 36% 58%, #111 58% 69%, #ffc32b 69% 100%);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12), 8px 8px 20px rgba(0, 0, 0, 0.18);
  transform: rotate(var(--tilt, -3deg));
}

.product-photo-preview::after {
  content: "";
  position: absolute;
  right: 11%;
  top: 24%;
  width: 32%;
  height: 48%;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, #484848 0 8px, #898989 8px 13px, #343434 13px 18px);
  box-shadow: -12px 12px 22px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
}

.preview-product-label {
  position: absolute;
  left: 23%;
  top: 8%;
  z-index: 2;
  width: 34%;
  color: #1051c9;
  font-size: clamp(0.58rem, 2vw, 0.85rem);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.preview-category-label {
  position: absolute;
  left: 14%;
  bottom: 31%;
  z-index: 4;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 6vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
  transform: rotate(-28deg);
  transform-origin: left center;
  white-space: nowrap;
}

.product-card.is-hidden,
.category-block.is-hidden {
  display: none;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
  }

  .hero h1 {
    max-width: 680px;
  }

  .hero-card {
    transform: none;
  }

  .hero-rocket-left {
    opacity: 0.35;
  }

  .hero-rocket-right {
    right: 2%;
    opacity: 0.42;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    grid-template-columns: 112px 1fr;
  }

  .product-body {
    padding-right: 3.6rem;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 74px;
  }

  #products,
  #offers,
  #order {
    scroll-margin-top: 74px;
  }

  .site-nav {
    border-radius: 0;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .hero {
    padding: 1.4rem 0 2rem;
  }

  .hero h1 {
    font-size: clamp(1.35rem, 13vw, 4.3rem);
    letter-spacing: -0.045em;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero-trust-row {
    gap: 0.45rem;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-burst,
  .hero-rocket {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.65rem;
  }

  .catalog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .accordion-toggle-all {
    width: 100%;
  }

  .product-card {
    grid-template-columns: 96px 1fr;
    min-height: 132px;
    padding: 0.65rem;
  }

  .product-visual {
    min-height: 106px;
  }

  .product-body {
    padding-right: 0;
  }

  .product-card.has-qty::after {
    top: 0.48rem;
    right: 0.5rem;
  }

  .view-product {
    position: static;
    width: max-content;
    margin-top: 0.55rem;
  }

  .category-title {
    padding-right: 3.6rem;
    font-size: 0.98rem;
  }

  .category-count {
    display: none;
  }

  .hero-card {
    min-height: 240px;
    padding: 1.45rem;
  }

  .checkout-box {
    padding: 1.1rem 0.9rem;
    border-radius: 20px;
  }

  .checkout-heading {
    align-items: flex-start;
  }

  .checkout-heading-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .total-strip-inner {
    min-height: 52px;
    justify-content: flex-start;
    padding-right: 4rem;
  }

  .bill-box {
    margin: 1.5rem 0 2rem;
    padding: 1rem;
    border-radius: 16px;
  }

  .bill-line {
    padding: 1rem 0;
  }

  .bill-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .bill-grand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .bill-grand span {
    font-size: 1.2rem;
  }

  .footer-main {
    padding: 3rem 0 2.5rem;
  }

  .footer-bottom-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-list a,
  .contact-list a,
  .contact-list li,
  .footer-main p {
    font-size: 0.95rem;
  }

  .preview-visual-wrap {
    min-height: min(78vh, 560px);
  }

  .product-photo-preview {
    width: min(86vw, 330px);
    min-height: min(76vh, 520px);
  }
}

@media (max-width: 575.98px) {
  .mobile-menu {
    width: 86vw;
  }
}

@media (max-width: 380px) {
  .product-card {
    grid-template-columns: 86px 1fr;
  }

  .product-name {
    font-size: 0.78rem;
  }
}

.brand-mark-S {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-family: var(--site-font);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    border-radius: 0 18px 18px 0;
    background: linear-gradient( 90deg, #ed1c24 0%, #ed1c24 50%, #fdb913 50%, #fdb913 100% );
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.brand-marks {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ed1c24 50%, #fdb913 50%);
    border-radius: 0 16px 16px 0;
    color: #fff;
    font-size: 55px;
    font-weight: 900;
    font-family: Arial, sans-serif;
}

.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}

.docard {
    border: 2px solid #5d8700;
    border-radius: 25px;
}

.docardheading {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #298145;
    padding: 10px 0px 10px 0px;
    border-radius: 20px 20px 0 0;
}

.docardheadingbottom {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #298145;
    padding: 20px 0px 20px 0px;
    border-radius: 0px 0px 20px 20px;
}

.dontcard {
    border: 2px solid #AD3737;
    border-radius: 25px;
}

.dontcardheading {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #AD3737;
    padding: 10px 0px 10px 0px;
    border-radius: 20px 20px 0 0;
}

.dontcardheadingbottom {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #AD3737;
    padding: 20px 0px 20px 0px;
    border-radius: 0px 0px 20px 20px;
}
/*
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.site-nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1055;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.95);
}*/

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loader-overlays {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 30, 0.95);
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cracker-loader {
    position: relative;
    width: 140px;
    height: 140px;
    text-align: center;
}

.center-fire {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: #ffd700;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px #ffd700, 0 0 40px #ff9800, 0 0 60px #ff5722;
    animation: pulse 1s infinite;
}

.spark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 60px;
    background: linear-gradient(to top, #ff5722, #ffd700);
    transform-origin: bottom center;
    border-radius: 10px;
}

.spark1 {
    transform: translate(-50%, -100%) rotate(0deg);
    animation: explode 1.2s infinite;
}

.spark2 {
    transform: translate(-50%, -100%) rotate(90deg);
    animation: explode 1.2s infinite .2s;
}

.spark3 {
    transform: translate(-50%, -100%) rotate(180deg);
    animation: explode 1.2s infinite .4s;
}

.spark4 {
    transform: translate(-50%, -100%) rotate(270deg);
    animation: explode 1.2s infinite .6s;
}

.cracker-loader p {
    color: white;
    margin-top: 170px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

@keyframes explode {
    0% {
        opacity: 0;
        height: 10px;
    }

    50% {
        opacity: 1;
        height: 70px;
    }

    100% {
        opacity: 0;
        height: 100px;
    }
}

@keyframes pulse {
    0%,100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
    }
}
.notification-bar {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    max-width: 450px;
    padding: 14px 18px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transform: translateX(500px);
    transition: all .3s ease;
}

    .notification-bar.show {
        transform: translateX(0);
    }

.notification-success {
    background: #198754;
}

.notification-error {
    background: #dc3545;
}

.notification-warning {
    background: #fd7e14;
}

.notification-info {
    background: #0d6efd;
}

/* ==========================
   PRODUCT IMAGE
========================== */

.product-image {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.product-preview-img {
    height: 100%;    
    object-fit: cover;
    border-radius: 20px;
    transition: all .4s ease;
}

    .product-preview-img:hover {
        transform: scale(1.08);
    }

/* ==========================
   MODAL
========================== */

.media-modal .modal-content {
    background: linear-gradient( 145deg, #111827, #1f2937 );
    border: none;
    border-radius: 24px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 25px 80px rgba(0,0,0,.45);
}

.media-modal .modal-header {
    padding: 18px 22px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
}

.media-modal .modal-title {
    font-size: 20px;
    font-weight: 700;
}

.media-modal .btn-close {
    filter: invert(1);
}

/* ==========================
   TABS
========================== */

.media-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.media-tab {
    flex: 1;
    border: none;
    padding: 12px;
    border-radius: 14px;
    font-weight: 600;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .3s;
}

    .media-tab:hover {
        transform: translateY(-2px);
    }

    .media-tab.active {
        background: linear-gradient( 135deg, #ff6b35, #ff9f1c );
        color: #fff;
    }

/* ==========================
   MEDIA AREA
========================== */

.media-container {
    animation: fadeIn .3s ease;
}

.popup-product-image {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 18px;
    background: #000;
}

#popupVideo {
    border-radius: 18px;
    border: none;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px) {

    .media-modal .modal-dialog {
        margin: 10px;
    }

    .media-modal .modal-content {
        border-radius: 20px;
    }

    .popup-product-image {
        max-height: 320px;
    }

    .media-tab {
        font-size: 14px;
        padding: 10px;
    }

    .media-modal .modal-title {
        font-size: 16px;
    }
}

 

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 