/* ============================================================
   PREMIUM FITNESS SUPPLEMENT BRAND â€” fashion.css
   Theme: White/Red | Poppins + Inter | Glassmorphism + Motion
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');

/* â”€â”€ CSS Variables â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --white:        #FFFFFF;
  --soft-white:   #FAFAFA;
  --light-gray:   #F5F5F5;
  --mid-gray:     #E8E8E8;
  --gray:         #888888;
  --dark-gray:    #444444;
  --black:        #111111;
  --red:          #E53935;
  --red-light:    #FF4D4D;
  --red-dark:     #C62828;
  --red-glow:     rgba(229,57,53,0.18);
  --red-soft:     rgba(229,57,53,0.08);

  --grad-red:     linear-gradient(135deg, #FF4D4D 0%, #E53935 100%);
  --grad-red-v:   linear-gradient(180deg, #FF4D4D 0%, #E53935 100%);
  --grad-page:    linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);

  --shadow-sm:    0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:    0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.12);
  --shadow-red:   0 8px 32px rgba(229,57,53,0.28);

  --radius-sm:    8px;
  --radius-md:    16px;
  --radius-lg:    24px;
  --radius-xl:    40px;

  --transition:   all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* â”€â”€ Reset & Base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
p { color: var(--dark-gray); line-height: 1.75; }

/* â”€â”€ Floating Background Orbs (global) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: orbFloat 8s ease-in-out infinite alternate;
}
.orb-1 { width: 400px; height: 400px; background: rgba(229,57,53,0.12); }
.orb-2 { width: 280px; height: 280px; background: rgba(229,57,53,0.08); animation-delay: -3s; }
.orb-3 { width: 200px; height: 200px; background: rgba(229,57,53,0.06); animation-delay: -5s; }

@keyframes orbFloat {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(30px, -30px) scale(1.08); }
}

/* â”€â”€ NAVBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 7px 0;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
}

.navbar.scrolled {
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
}

.navbar-brand img {height: 60px;}

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--black) !important;
  padding: 6px 14px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  letter-spacing: 0.01em;
}
.nav-link:hover { color: var(--red) !important; background: var(--red-soft); }

.cart-icon {
  color: var(--black);
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.cart-icon:hover { color: var(--red); transform: scale(1.1); }

.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--grad-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Nav CTA button */
.btn-nav {
  background: var(--grad-red) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
}
.btn-nav::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}
.btn-nav:hover::before { left: 100%; }
.btn-nav:hover {transform: translateY(-2px);box-shadow: 0 12px 40px rgba(229,57,53,0.4);color: #fff !important;}

.navbar-toggler { border: 2px solid var(--red); border-radius: var(--radius-sm); padding: 4px 8px; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23E53935' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* â”€â”€ SHARED BUTTON STYLES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn-primary-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--grad-red);
  color: #fff !important;
  padding: 16px 36px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-main::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}
.btn-primary-main:hover::before { left: 100%; }
.btn-primary-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(229,57,53,0.45);
  color: #fff !important;
}
.btn-primary-main i { transition: transform 0.3s ease; }
.btn-primary-main:hover i { transform: translateX(4px); }

/* Pulse animation for hero CTA */
.btn-pulse {
  animation: btnPulse 2.5s ease-in-out infinite;
}
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(229,57,53,0.28); }
  50% { box-shadow: 0 8px 48px rgba(229,57,53,0.55), 0 0 0 8px rgba(229,57,53,0.1); }
}

.btn-outline-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--black) !important;
  padding: 15px 36px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid var(--mid-gray);
  transition: var(--transition);
  text-decoration: none;
}
.btn-outline-main:hover {
  border-color: var(--red);
  color: var(--red) !important;
  background: var(--red-soft);
  transform: translateY(-3px);
}

/* â”€â”€ SECTION COMMON â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-soft);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(229,57,53,0.15);
}

.section-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

/* â”€â”€ HERO SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.banner-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  background: var(--white);
}

/* Hero background elements */
.banner-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -150px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(229,57,53,0.12) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroOrb1 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.banner-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(229,57,53,0.07) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroOrb2 12s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes heroOrb1 {
  0%   { transform: translate(0,0) scale(1); opacity:0.8; }
  100% { transform: translate(-40px, 40px) scale(1.15); opacity:1; }
}
@keyframes heroOrb2 {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(50px, -30px) scale(1.1); }
}

/* Grid texture */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(229,57,53,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229,57,53,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Diagonal kinetic stripe â€” signature element */
.hero-stripe {
  position: absolute;
  top: 0; right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, #FFF5F5 0%, #FFF0F0 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.hero-stripe::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--grad-red-v);
  opacity: 0.5;
}

/* Floating abstract shapes */
.hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: shapeFloat 6s ease-in-out infinite alternate;
}
.hero-shape-1 {
  width: 80px; height: 80px;
  border: 3px solid rgba(229,57,53,0.2);
  top: 20%; left: 52%;
  animation-delay: 0s;
}
.hero-shape-2 {
  width: 120px; height: 120px;
  border: 2px solid rgba(229,57,53,0.12);
  bottom: 25%; right: 8%;
  animation-delay: -2s;
}
.hero-shape-3 {
  width: 50px; height: 50px;
  background: var(--red-soft);
  top: 60%; left: 55%;
  animation-delay: -4s;
}
@keyframes shapeFloat {
  0%   { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-20px) rotate(10deg); }
}

.banner-section .container { position: relative; z-index: 2; }

.banner-section .text-box {
  position: relative;
}

.banner-section .text-box h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-soft);
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
  border: 1px solid rgba(229,57,53,0.2);
  animation: fadeUp 0.8s ease both;
}

.banner-section .text-box h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  color: var(--black);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  animation: fadeUp 0.8s 0.15s ease both;
}

.banner-section .text-box p {
  font-size: 17px;
  color: var(--dark-gray);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 40px;
  animation: fadeUp 0.8s 0.3s ease both;
}

.banner-section .d-flex {
  animation: fadeUp 0.8s 0.45s ease both;
}

/* Hero image */
.banner-section .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeUp 0.8s 0.2s ease both;
}
.banner-section .img-box img {
  max-height: 580px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 40px 80px rgba(229,57,53,0.2));
  animation: heroFloat 5s ease-in-out infinite alternate;
  position: relative;
  z-index: 2;
}
@keyframes heroFloat {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-18px); }
}

/* Floating glass stats cards on hero */
.hero-stat-card {
  position: absolute;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(229,57,53,0.15);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(229,57,53,0.12);
  z-index: 3;
  animation: cardFloat 4s ease-in-out infinite alternate;
}
.hero-stat-card .stat-icon {
  width: 40px; height: 40px;
  background: var(--grad-red);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
.hero-stat-card p { font-size: 12px; color: var(--gray); margin: 0; }
.hero-stat-card strong {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  display: block;
}
.hero-stat-card-1 { bottom: 12%; left: -20px; animation-delay: 0s; }
.hero-stat-card-2 { top: 18%; right: -10px; animation-delay: -2s; }

@keyframes cardFloat {
  0%   { transform: translateY(0) rotate(-1deg); }
  100% { transform: translateY(-10px) rotate(1deg); }
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 2;
  animation: fadeUp 1s 1s ease both;
  opacity: 0.6;
}
.scroll-indicator span {
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1em;
  color: var(--gray);
  text-transform: uppercase;
}
.scroll-dot {
  width: 24px; height: 38px;
  border: 2px solid var(--mid-gray);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.scroll-dot::before {
  content: '';
  width: 4px; height: 8px;
  background: var(--red);
  border-radius: 2px;
  animation: scrollBounce 1.8s ease infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(10px); opacity: 0.3; }
}

/* â”€â”€ TRUST BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.trust-bar {
  background: var(--black);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.trust-bar::before, .trust-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
}
.trust-bar::before { left: 0; background: linear-gradient(90deg, var(--black), transparent); }
.trust-bar::after  { right: 0; background: linear-gradient(-90deg, var(--black), transparent); }

.marquee { overflow: hidden; }
.marquee-content {
  display: flex;
  gap: 0;
  animation: marqueeScroll 20s linear infinite;
  white-space: nowrap;
}
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 48px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.trust-item i { color: var(--red); font-size: 15px; }

/* â”€â”€ ABOUT SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-section {
  padding: 120px 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(229,57,53,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-section .img-box {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-section .img-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(229,57,53,0.1) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.about-section .img-box img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.about-section .img-box:hover img { transform: scale(1.04); }

/* Red accent block behind image */
.img-accent-block {
  position: absolute;
  width: 100%; height: 100%;
  top: 16px; left: 16px;
  border-radius: var(--radius-xl);
  background: var(--grad-red);
  z-index: -1;
  opacity: 0.2;
}

.about-card {
  background: var(--soft-white);
  border: 1px solid var(--mid-gray);
  border-radius: var(--radius-md);
  padding: 28px;
  margin-bottom: 20px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.about-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--grad-red-v);
  border-radius: 4px 0 0 4px;
  transform: scaleY(0);
  transition: transform 0.35s ease;
  transform-origin: bottom;
}
.about-card:hover::before { transform: scaleY(1); }
.about-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(229,57,53,0.2);
  background: #fff;
}
.about-icon {
  width: 48px; height: 48px;
  background: var(--red-soft);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 20px;
  margin-bottom: 16px;
  transition: var(--transition);
}
.about-card:hover .about-icon {
  background: var(--grad-red);
  color: #fff;
}
.about-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  margin-bottom: 8px;
}
.about-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

/* â”€â”€ PRODUCTS SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.products-section {
  padding: 120px 0;
  background: var(--light-gray);
  position: relative;
  overflow: hidden;
}
.products-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(229,57,53,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--mid-gray);
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
}
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 2px solid transparent;
  background: var(--grad-red) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.product-card:hover::before { opacity: 1; }
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.12), var(--shadow-red);
}

.product-img-wrap {
  background: var(--light-gray);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.product-img-wrap::before {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(229,57,53,0.1), transparent);
  border-radius: 50%;
  transition: var(--transition);
}
.product-card:hover .product-img-wrap::before { transform: scale(1.3); }
.product-img-wrap img {
  max-height: 180px;
  width: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.1));
}
.product-card:hover .product-img-wrap img { transform: scale(1.08) translateY(-6px); }

.product-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-cat {
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.product-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 10px;
}
.product-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--red);
  margin-bottom: auto;
}

.btn-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--grad-red);
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.btn-add::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}
.btn-add:hover::before { left: 100%; }
.btn-add:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-red);
  color: #fff !important;
}

/* â”€â”€ WHY SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.why-section {
  padding: 120px 0;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,57,53,0.4), transparent);
}
.why-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,57,53,0.4), transparent);
}

/* Dark orbs */
.why-section .orb-dark-1 {
  position: absolute;
  width: 500px; height: 500px;
  top: -100px; right: -150px;
  background: radial-gradient(circle, rgba(229,57,53,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.why-section .orb-dark-2 {
  position: absolute;
  width: 400px; height: 400px;
  bottom: -100px; left: -100px;
  background: radial-gradient(circle, rgba(229,57,53,0.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.why-section .section-tag {
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.1);
}
.why-section .section-title { color: #fff; }

.why-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(229,57,53,0);
  transition: border-color 0.35s ease;
}
.why-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.07); }
.why-card:hover::before { border-color: rgba(229,57,53,0.4); }

.why-icon {
  width: 56px; height: 56px;
  background: rgba(229,57,53,0.15);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 22px;
  margin-bottom: 20px;
  transition: var(--transition);
}
.why-card:hover .why-icon {
  background: var(--grad-red);
  color: #fff;
  transform: scale(1.05);
}
.why-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.why-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin: 0;
}

/* â”€â”€ FAQ SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.faq-section {
  padding: 120px 0;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.faq-section::before {
  content: '';
  position: absolute;
  top: 50%; left: -200px;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(229,57,53,0.07), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.faq-section .img-box {
  border-radius: var(--radius-xl);
  overflow: hidden;
  /* box-shadow: var(--shadow-lg); */
  position: relative;
}
.faq-section .img-box::after {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, transparent 50%, rgba(229,57,53,0.08)); */
  pointer-events: none;
}
.faq-section .img-box img { width: 100%; object-fit: cover; display: block; }

.accordion-item {
  border: 1px solid var(--mid-gray) !important;
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--white) !important;
  transition: var(--transition);
}
.accordion-item:hover { border-color: rgba(229,57,53,0.25) !important; box-shadow: var(--shadow-sm); }

.accordion-button {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--black) !important;
  background: var(--white) !important;
  padding: 22px 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--red) !important;
  background: var(--red-soft) !important;
}
.accordion-button::after {
  filter: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E53935' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.accordion-body {
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.8;
  padding: 16px 24px 22px !important;
  background: var(--white);
}

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer {
  background: var(--black);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,57,53,0.5), transparent);
}

.footer-brand img {height: auto;filter: brightness(1);}
footer p {
  color: rgba(255,255,255,0.45);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
.footer-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
  display: inline-block;
}
.footer-links a:hover { color: var(--red); transform: translateX(4px); }
.footer-links div { margin-bottom: 10px; }
.footer-links div a { color: rgba(255,255,255,0.55); font-size: 14px; }
.footer-links div a:hover { color: var(--red); }
.footer-links i { color: rgba(229,57,53,0.7); margin-right: 8px; width: 16px; }

.disc {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 32px 0;
  margin-top: 60px;
}
.disc p {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
.disc strong { color: rgba(255,255,255,0.5); }

hr.footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin: 32px 0 24px;
}
.footer-bottom { font-size: 13px; color: rgba(255,255,255,0.4); }

/* â”€â”€ SCROLL REVEAL ANIMATIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.fade-up:nth-child(5) { transition-delay: 0.4s; }
.fade-up:nth-child(6) { transition-delay: 0.5s; }

/* â”€â”€ RIPPLE EFFECT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  transform: scale(0);
  animation: rippleAnim 0.6s linear;
  pointer-events: none;
}
@keyframes rippleAnim {
  to { transform: scale(4); opacity: 0; }
}

/* â”€â”€ MOUSE GLOW â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.mouse-glow {
  position: fixed;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,57,53,0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: left 0.1s, top 0.1s;
}

/* â”€â”€ PARTICLES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.particle {
  position: absolute;
  width: 6px; height: 6px;
  background: var(--red);
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
  animation: particleDrift linear infinite;
}
@keyframes particleDrift {
  0%   { transform: translateY(0) translateX(0); opacity: 0.2; }
  50%  { opacity: 0.5; }
  100% { transform: translateY(-120px) translateX(30px); opacity: 0; }
}

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 991.98px) {
  .banner-section { padding: 100px 0 60px; }
  .hero-stripe { display: none; }
  .hero-stat-card { display: none; }
  .banner-section .img-box { margin-top: 40px; }
  .banner-section .text-box h1 { font-size: clamp(30px, 7vw, 48px); }

  .about-section,
  .products-section,
  .why-section,
  .faq-section { padding: 80px 0; }

  .faq-section .img-box { margin-top: 40px; }
}

@media (max-width: 767.98px) {
  .section-title { font-size: 28px; }
  .banner-section .text-box h1 { font-size: 32px; }
  .banner-section .text-box p { font-size: 15px; }

  .about-section,
  .products-section,
  .why-section,
  .faq-section { padding: 60px 0; }

  .why-card { padding: 24px 20px; }
  footer { padding: 60px 0 0; }

  .btn-primary-main, .btn-outline-main {
    padding: 13px 28px;
    font-size: 14px;
  }
}

/* â”€â”€ COOKIE POPUP (preserved from original) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#cookiePopup {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; background: #000 !important; padding: 15px; z-index: 999999;
  gap: 20px; align-items: center; justify-content: center;
  text-align: center; display: none; flex-wrap: wrap;
}
#cookiePopup h4 { font-size: 25px; color: #fff; margin-bottom: 15px; }
#cookiePopup p { font-size: 15px; color: #fff; margin-bottom: 15px; letter-spacing: 1px; line-height: 1.5; max-width: 850px; }
#cookiePopup p a { color: #fff; text-decoration: underline; }
.cookieBtns { display: inline-flex; gap: 10px; }
.cookieBtns button {
  font-size: 15px; margin: 10px 0; color: #fff; padding: 10px 20px;
  border-radius: 5px; background: #d02727 !important; cursor: pointer;
  transition: all 0.5s ease; border: 2px solid #fff;
}
.cookieBtns button:last-child { background-color: #fff; color: #000000; font-weight: 500; }
#acceptCookie { background-color: #d02727; }
#acceptCookie:hover { background-color: #931515 !important; }
#declineCookie { background-color: #8dc63f !important; }
#declineCookie:hover { background-color: #b1b1b1 !important; }


/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */

/* â”€â”€ Page Header / Breadcrumb â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-header {
  background: var(--light-gray);
  padding: 120px 0 40px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--mid-gray);
}
.page-header::before {
  content: '';
  position: absolute;
  top: -80px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(229,57,53,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(229,57,53,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-header h1 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.03em;
  margin: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
}
.breadcrumb-item {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.breadcrumb-item a {
  color: var(--red);
  text-decoration: none;
  transition: var(--transition);
}
.breadcrumb-item a:hover { color: var(--red-dark); }
.breadcrumb-item.active { color: var(--gray); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--mid-gray); }

/* â”€â”€ Product Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-section {
  padding: 70px 0 100px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.product-section::before {
  content: '';
  position: absolute;
  top: 0; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(229,57,53,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* â”€â”€ Image Gallery â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.gallery-wrap {
  position: sticky;
  top: 100px;
}

.main-img-wrap {
  background: var(--light-gray);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 16px;
  border: 1px solid var(--mid-gray);
  transition: var(--transition);
}
.main-img-wrap::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(229,57,53,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transition: var(--transition);
}
.main-img-wrap:hover::before { transform: scale(1.2); }

#mainImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 50px rgba(229,57,53,0.15));
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  animation: productFloat 5s ease-in-out infinite alternate;
}
@keyframes productFloat {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}
.main-img-wrap:hover #mainImg { transform: scale(1.04) translateY(-8px); }

/* Zoom badge */
.zoom-hint {
  position: absolute;
  bottom: 16px; right: 16px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border: 1px solid var(--mid-gray);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.thumb-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.thumb {
  width: 72px; height: 72px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--light-gray);
  border: 2px solid var(--mid-gray);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.thumb:hover { border-color: rgba(229,57,53,0.4); transform: translateY(-2px); }
.thumb.active { border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,57,53,0.15); }
.thumb:hover img { transform: scale(1.08); }

/* â”€â”€ Product Info â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-info-wrap {
  padding-left: 20px;
}

.product-cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-soft);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid rgba(229,57,53,0.15);
  animation: fadeUp 0.6s ease both;
}

.product-title {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
  animation: fadeUp 0.6s 0.1s ease both;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.15s ease both;
}

.rating-bar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--red);
  background: var(--red-soft);
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(229,57,53,0.2);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.2s ease both;
}

.price-current {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 42px);
  color: var(--red);
  letter-spacing: -0.02em;
  background: var(--grad-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* â”€â”€ Quantity Control â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.quantity {
  display: flex;
  align-items: center;
  gap: 0 !important;
  background: var(--white);
  border: 2px solid var(--mid-gray) !important;
  border-radius: 50px !important;
  width: auto !important;
  padding: 6px 8px !important;
  margin-bottom: 28px !important;
  transition: var(--transition);
  width: fit-content !important;
}
.quantity:focus-within { border-color: var(--red) !important; box-shadow: 0 0 0 3px rgba(229,57,53,0.1); }

.qty-minus, .qty-plus {
  width: 36px; height: 36px;
  border: none !important;
  background: transparent;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-weight: 700;
  color: var(--black);
  cursor: pointer;
  transition: var(--transition);
  line-height: 1;
  flex-shrink: 0;
}
.qty-minus:hover, .qty-plus:hover {
  background: var(--grad-red);
  color: #fff;
}
.qty-minus:disabled, .qty-plus:disabled { opacity: 0.3; cursor: not-allowed; }

.quantity .qty {
  text-align: center !important;
  border: none !important;
  width: 60px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  background: transparent;
  outline: none;
}

/* â”€â”€ Divider â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.divider {
  height: 1px;
  background: var(--mid-gray);
  margin: 24px 0;
  position: relative;
}
.divider::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 60px; height: 1px;
  background: var(--grad-red);
}

/* â”€â”€ Add to Cart Button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.add-row {
  margin-bottom: 28px;
  animation: fadeUp 0.6s 0.3s ease both;
}

.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--grad-red);
  color: #fff !important;
  padding: 18px 48px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-red);
  width: 100%;
  letter-spacing: 0.01em;
}
.btn-add-cart::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}
.btn-add-cart:hover::before { left: 100%; }
.btn-add-cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(229,57,53,0.45);
  color: #fff !important;
}
.btn-add-cart i { font-size: 18px; }
/* Pulse animation */
.btn-add-cart { animation: cartPulse 3s ease-in-out infinite; }
@keyframes cartPulse {
  0%, 100% { box-shadow: var(--shadow-red); }
  50% { box-shadow: 0 8px 48px rgba(229,57,53,0.55), 0 0 0 6px rgba(229,57,53,0.08); }
}
.btn-add-cart:hover { animation: none; }

/* â”€â”€ Trust Mini Bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: fadeUp 0.6s 0.4s ease both;
}

.trust-mini .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--dark-gray);
  background: var(--light-gray);
  padding: 7px 14px;
  border-radius: 50px;
  border: 1px solid var(--mid-gray);
  transition: var(--transition);
  white-space: nowrap;
}
.trust-mini .trust-item:hover {
  border-color: rgba(229,57,53,0.3);
  background: var(--red-soft);
  color: var(--red);
}
.trust-mini .trust-item i {
  color: var(--red);
  font-size: 13px;
}

/* â”€â”€ Product Description (included template) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-info-wrap p,
.product-info-wrap ul,
.product-info-wrap li {
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.8;
}
.product-info-wrap ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.product-info-wrap li { margin-bottom: 6px; }

/* â”€â”€ Floating decorative orbs on product page â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.product-section .orb-prod-1 {
  position: absolute;
  width: 350px; height: 350px;
  top: 5%; right: -80px;
  background: radial-gradient(circle, rgba(229,57,53,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: orbFloat 10s ease-in-out infinite alternate;
}
.product-section .orb-prod-2 {
  position: absolute;
  width: 250px; height: 250px;
  bottom: 10%; left: -60px;
  background: radial-gradient(circle, rgba(229,57,53,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: orbFloat 12s ease-in-out infinite alternate;
  animation-delay: -4s;
}

/* â”€â”€ Responsive â€“ Product Page â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 991.98px) {
  .page-header { padding: 100px 0 32px; }
  .product-info-wrap { padding-left: 0; margin-top: 8px; }
  .gallery-wrap { position: static; }
  .trust-mini { gap: 8px; }
}
@media (max-width: 767.98px) {
  .product-section { padding: 48px 0 80px; }
  .btn-add-cart { padding: 15px 32px; font-size: 15px; }
  .thumb { width: 60px; height: 60px; }
  .price-current { font-size: 32px; }
  .product-title { font-size: 26px; }
}

/* ===================================================
CART PAGE PREMIUM FITNESS DESIGN
=================================================== */

.cart-section{
padding:80px 0;
background:var(--grad-page);
position:relative;
overflow:hidden;
}

.cart-section::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:var(--red-soft);
border-radius:50%;
top:-200px;
right:-150px;
filter:blur(100px);
}

.cart-section::after{
content:"";
position:absolute;
width:350px;
height:350px;
background:var(--red-glow);
border-radius:50%;
bottom:-150px;
left:-100px;
filter:blur(120px);
}

/* ======================================
PAGE HEADER
====================================== */

.page-header{
padding:120px 0 80px;
background:#fff;
position:relative;
overflow:hidden;
}

.page-header::before{
content:"";
position:absolute;
width:600px;
height:600px;
border-radius:50%;
background:var(--red-soft);
top:-300px;
right:-200px;
filter:blur(120px);
}

.page-header h1{
font-family:'Poppins',sans-serif;
font-size:3rem;
font-weight:800;
color:var(--black);
margin-bottom:0;
}

.breadcrumb-item,
.breadcrumb-item a{
color:var(--gray);
text-decoration:none;
font-weight:500;
}

.breadcrumb-item.active{
color:var(--red);
}

/* ======================================
TABLE WRAPPER
====================================== */

.cart-table-wrap{
background:rgba(255,255,255,0.95);
backdrop-filter:blur(20px);
border-radius:var(--radius-lg);
box-shadow:var(--shadow-md);
border:1px solid rgba(255,255,255,0.8);
overflow:hidden;
transition:var(--transition);
}

.cart-table-wrap:hover{
transform:translateY(-3px);
}

/* ======================================
TABLE
====================================== */

.cart-table{
margin:0;
}

.cart-table thead{
background:var(--grad-red);
}

.cart-table thead th{
color:#fff;
border:none;
padding:20px;
font-family:'Poppins',sans-serif;
font-size:.95rem;
font-weight:600;
}

.cart-table tbody td{
padding:24px 20px;
vertical-align:middle;
border-color:#f1f1f1;
}

.cart-table tbody tr{
transition:var(--transition);
}

.cart-table tbody tr:hover
{

}

/* ======================================
PRODUCT IMAGE
====================================== */

.product-thumb{
width:90px;
height:90px;
object-fit:cover;
border-radius:18px;
border:2px solid #fff;
box-shadow:var(--shadow-sm);
transition:var(--transition);
}

.product-thumb:hover{
transform:scale(1.08);
}

.product-info-name{
font-family:'Poppins',sans-serif;
font-size:1rem;
font-weight:700;
color:var(--black);
}

.product-info-cat{
font-size:.85rem;
color:var(--gray);
margin-top:5px;
}

/* ======================================
PRICE
====================================== */

.item-price{
font-size:1rem;
font-weight:700;
color:var(--red);
}

/* ======================================
QUANTITY
====================================== */

.qty-control{
min-width:65px;
height:44px;
border-radius:12px;
background:#fff;
border:1px solid var(--mid-gray);
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
color:var(--black);
}

/* ======================================
REMOVE BUTTON
====================================== */

.btn-remove{
width:42px;
height:42px;
border:none;
border-radius:50%;
background:#fff0f0;
color:var(--red);
transition:var(--transition);
}

.btn-remove:hover{
background:var(--red);
color:#fff;
transform:rotate(90deg);
}

/* ======================================
SUMMARY CARD
====================================== */

.summary-card{
position:sticky;
top:100px;
background:#fff;
border-radius:28px;
padding:35px;
box-shadow:var(--shadow-lg);
overflow:hidden;
}

.summary-card::before{
content:"";
position:absolute;
top:-100px;
right:-100px;
width:250px;
height:250px;
background:var(--red-soft);
border-radius:50%;
filter:blur(70px);
}

.summary-title{
font-family:'Poppins',sans-serif;
font-size:1.5rem;
font-weight:800;
color:var(--black);
margin-bottom:25px;
}

.summary-row{
display:flex;
justify-content:space-between;
margin-bottom:18px;
color:var(--dark-gray);
}

.summary-label{
font-weight:500;
}

.summary-value{
font-weight:700;
}

.summary-total{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:25px;
padding-top:25px;
border-top:1px solid #eee;
}

.total-label{
font-size:1.15rem;
font-weight:700;
}

.total-value{
font-size:1.5rem;
font-weight:800;
color:var(--red);
}

/* ======================================
BUTTONS
====================================== */

.btn-checkout{
width:100%;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:16px;
margin-top:25px;
background:var(--grad-red);
color:#fff;
text-decoration:none;
border-radius:16px;
font-weight:700;
transition:var(--transition);
box-shadow:var(--shadow-red);
}

.btn-checkout:hover{
transform:translateY(-4px);
color:#fff;
}

.btn-continue{
width:100%;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
margin-top:14px;
padding:14px;
border-radius:16px;
background:#fff;
border:1px solid var(--mid-gray);
text-decoration:none;
color:var(--black);
font-weight:600;
transition:var(--transition);
}

.btn-continue:hover{
border-color:var(--red);
color:var(--red);
}

/* ======================================
TRUST BADGES
====================================== */

.trust-badges{
margin-top:30px;
display:grid;
gap:12px;
}

.trust-b{
background:#fafafa;
border-radius:14px;
padding:12px 15px;
display:flex;
align-items:center;
gap:12px;
font-size:.9rem;
font-weight:600;
}

.trust-b i{
color:var(--red);
}

/* ======================================
EMPTY CART
====================================== */

.empty-cart{
text-align:center;
padding:80px 30px;
}

.empty-cart i{
font-size:4rem;
color:var(--red);
margin-bottom:20px;
}

.empty-cart h3{
font-family:'Poppins',sans-serif;
font-weight:800;
color:var(--black);
}

.empty-cart p{
color:var(--gray);
}

/* ======================================
MOBILE CARD
====================================== */

.mobile-cart-item{
background:#fff;
border-radius:20px;
padding:20px;
margin-bottom:18px;
box-shadow:var(--shadow-sm);
border:1px solid #f4f4f4;
}

/* ======================================
ANIMATIONS
====================================== */

.summary-card,
.cart-table-wrap,
.mobile-cart-item{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
RESPONSIVE
====================================== */

@media(max-width:991px){

.page-header{
    padding:90px 0 60px;
}

.page-header h1{
    font-size:2.2rem;
}

.summary-card{
    position:relative;
    top:auto;
}

}
/* ===================================================
PREMIUM CHECKOUT PAGE
=================================================== */

.checkout-sec{
padding:80px 0;
background:var(--grad-page);
position:relative;
overflow:hidden;
}

.checkout-sec::before{
content:"";
position:absolute;
width:600px;
height:600px;
border-radius:50%;
background:var(--red-soft);
top:-250px;
right:-250px;
filter:blur(120px);
}

.checkout-sec::after{
content:"";
position:absolute;
width:450px;
height:450px;
border-radius:50%;
background:var(--red-glow);
bottom:-250px;
left:-200px;
filter:blur(140px);
}

/* ======================================
BILLING CARD
====================================== */

.checkout-sec .col-lg-7{
background:rgba(255,255,255,.92);
backdrop-filter:blur(20px);
border-radius:32px;
padding:40px;
box-shadow:var(--shadow-lg);
border:1px solid rgba(255,255,255,.8);
position:relative;
overflow:hidden;
}

.checkout-sec .col-lg-7::before{
content:"";
position:absolute;
width:250px;
height:250px;
background:var(--red-soft);
border-radius:50%;
top:-120px;
right:-120px;
filter:blur(60px);
}

/* ======================================
SECTION TITLES
====================================== */

.checkout-sec .fs-26{
font-family:'Poppins',sans-serif;
font-size:1.8rem !important;
font-weight:800 !important;
color:var(--black) !important;
margin-bottom:25px !important;
position:relative;
}

.checkout-sec .fs-26::after{
content:"";
width:60px;
height:4px;
background:var(--grad-red);
display:block;
margin-top:10px;
border-radius:50px;
}

/* ======================================
LABELS
====================================== */

.form-label{
font-size:.92rem;
font-weight:600;
color:var(--dark-gray);
margin-bottom:8px;
}

/* ======================================
INPUTS
====================================== */

.form-control,
.form-select{
height:58px;
border-radius:16px;
border:1.5px solid #ececec;
background:#fff;
box-shadow:none;
transition:var(--transition);
font-size:.95rem;
padding:0 18px;
}

.form-control:hover,
.form-select:hover

.form-control:focus,
.form-select:focus{
border-color:var(--red);
box-shadow:0 0 0 5px rgba(229,57,53,.10);
}

/* ======================================
SHIPPING SECTION
====================================== */

.checkout-accordion{
background:#fafafa;
border-radius:24px;
padding:30px;
margin-top:15px;
border:1px solid #f0f0f0;
}

.checkout-accordion .row{
margin-top:20px;
}

/* ======================================
CHECKBOX
====================================== */

.form-check-input{
width:20px;
height:20px;
border-radius:6px;
cursor:pointer;
}

.form-check-input:checked{
background-color:var(--red);
border-color:var(--red);
}

.form-check-label{
font-size:.95rem;
color:var(--dark-gray);
}

/* ======================================
PAYMENT CARD IMAGE
====================================== */

.checkout-sec img[src*="cards"]{
background:#fff;
padding:10px 16px;
border-radius:14px;
box-shadow:var(--shadow-sm);
}

/* ======================================
ORDER SUMMARY
====================================== */

.summary-card{
position:sticky;
top:100px;
background:#fff;
border-radius:30px;
padding:35px;
box-shadow:var(--shadow-lg);
overflow:hidden;
}

.summary-card::before{
content:"";
position:absolute;
width:250px;
height:250px;
background:var(--red-soft);
border-radius:50%;
top:-100px;
right:-100px;
filter:blur(70px);
}

.summary-title{
font-family:'Poppins',sans-serif;
font-size:1.5rem;
font-weight:800;
color:var(--black);
margin-bottom:25px;
}

.summary-row{
display:flex;
justify-content:space-between;
gap:20px;
padding:12px 0;
border-bottom:1px dashed #ededed;
}

.summary-label{
color:var(--dark-gray);
font-weight:500;
}

.summary-value{
color:var(--black);
font-weight:700;
}

.summary-total{
display:flex;
justify-content:space-between;
align-items:center;
padding-top:25px;
margin-top:20px;
border-top:2px solid #f1f1f1;
}

.total-label{
font-size:1.15rem;
font-weight:700;
}

.total-value{
font-size:1.7rem;
font-weight:800;
color:var(--red);
}

/* ======================================
TERMS BOX
====================================== */

.terms-condition-box{
background:#fafafa;
border:1px solid #ededed;
border-radius:18px;
padding:18px;
margin-top:25px;
}

.terms-condition-box a{
color:var(--red);
text-decoration:none;
font-weight:600;
}

.terms-condition-box a:hover{
text-decoration:underline;
}

/* ======================================
DISCLAIMER TEXT
====================================== */

.summary-card p{
color:#666;
font-size:.85rem;
line-height:1.7;
margin-top:15px;
}

/* ======================================
CHECKOUT BUTTON
====================================== */

.btn-checkout{
width:100%;
border:none;
padding:18px;
border-radius:18px;
background:var(--grad-red);
color:#fff;
font-size:1rem;
font-weight:700;
letter-spacing:.5px;
transition:var(--transition);
box-shadow:var(--shadow-red);
}

.btn-checkout:hover{
transform:translateY(-4px);
box-shadow:0 20px 40px rgba(229,57,53,.35);
}

/* ======================================
FLOATING ANIMATION
====================================== */

.summary-card,
.checkout-sec .col-lg-7{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
MOBILE
====================================== */

@media(max-width:991px){

.checkout-sec .col-lg-7{
    padding:25px;
    margin-bottom:25px;
}

.summary-card{
    position:relative;
    top:auto;
}

.checkout-sec .fs-26{
    font-size:1.4rem !important;
}

}



/* ===================================================
PREMIUM THANK YOU PAGE
=================================================== */

body{
font-family:'Inter',sans-serif;
background:var(--grad-page);
min-height:100vh;
color:var(--black);
overflow-x:hidden;
position:relative;
}

/* ======================================
FLOATING BACKGROUND
====================================== */

body::before{
content:"";
position:fixed;
width:700px;
height:700px;
border-radius:50%;
background:var(--red-soft);
top:-300px;
right:-250px;
filter:blur(140px);
z-index:-1;
}

body::after{
content:"";
position:fixed;
width:500px;
height:500px;
border-radius:50%;
background:var(--red-glow);
bottom:-250px;
left:-200px;
filter:blur(160px);
z-index:-1;
}

/* ======================================
PAGE HEADER
====================================== */

.page-header{
background:transparent;
padding:120px 0 70px;
margin-bottom:0;
border:none;
}

.page-header h1{
font-family:'Poppins',sans-serif;
font-size:3rem;
font-weight:800;
color:var(--black);
}

.breadcrumb{
margin-bottom:15px;
}

.breadcrumb-item a{
color:var(--gray);
text-decoration:none;
}

.breadcrumb-item.active{
color:var(--red);
}

/* ======================================
THANK YOU SECTION
====================================== */

.thankyou-section{
padding:20px 0 100px;
position:relative;
}

.thankyou-card{
background:rgba(255,255,255,.92);
backdrop-filter:blur(20px);
border-radius:36px;
padding:60px;
max-width:850px;
margin:auto;
text-align:center;
box-shadow:var(--shadow-lg);
border:1px solid rgba(255,255,255,.7);
position:relative;
overflow:hidden;
}

.thankyou-card::before{
content:"";
position:absolute;
width:300px;
height:300px;
background:var(--red-soft);
border-radius:50%;
top:-120px;
right:-120px;
filter:blur(70px);
}

/* ======================================
SUCCESS ICON
====================================== */

.success-icon{
width:120px;
height:120px;
background:var(--grad-red);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 25px;
box-shadow:var(--shadow-red);
animation:successPop .8s ease;
position:relative;
}

.success-icon::before{
content:"";
position:absolute;
inset:-12px;
border:2px solid rgba(229,57,53,.2);
border-radius:50%;
animation:rippleCircle 2s infinite;
}

.success-icon i{
font-size:55px;
color:#fff;
}

@keyframes successPop{
from{
transform:scale(.4);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}

@keyframes rippleCircle{
0%{
transform:scale(1);
opacity:1;
}
100%{
transform:scale(1.4);
opacity:0;
}
}

/* ======================================
ORDER STATUS
====================================== */

.order-status{
display:inline-flex;
align-items:center;
gap:8px;
background:#fff2f2;
color:var(--red);
padding:10px 22px;
border-radius:50px;
font-size:.9rem;
font-weight:700;
border:1px solid rgba(229,57,53,.15);
margin-bottom:25px;
}

/* ======================================
TITLE
====================================== */

.thankyou-card h1{
font-family:'Poppins',sans-serif;
font-size:3rem;
font-weight:800;
color:var(--black);
margin-bottom:20px;
}

.thankyou-desc{
max-width:600px;
margin:auto;
color:var(--gray);
line-height:1.8;
font-size:1rem;
margin-bottom:35px;
}

/* ======================================
ORDER BOX
====================================== */

.order-box{
background:var(--grad-red);
border-radius:24px;
padding:30px;
margin-bottom:35px;
box-shadow:var(--shadow-red);
}

.order-box span{
display:block;
color:rgba(255,255,255,.85);
font-size:.9rem;
margin-bottom:8px;
}

.order-box h3{
color:#fff;
font-size:2rem;
font-weight:800;
margin:0;
letter-spacing:1px;
}

/* ======================================
INFO CARDS
====================================== */

.thankyou-info{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:40px;
}

.info-item{
background:#fff;
padding:20px;
border-radius:20px;
border:1px solid #f0f0f0;
box-shadow:var(--shadow-sm);
font-weight:600;
transition:var(--transition);
}

.info-item i{
color:var(--red);
margin-right:8px;
}

.info-item:hover{
transform:translateY(-6px);
box-shadow:var(--shadow-md);
}

/* ======================================
BUTTON
====================================== */

.btn-outline-hero{
display:inline-flex;
align-items:center;
gap:10px;
padding:16px 35px;
border-radius:18px;
text-decoration:none;
background:var(--grad-red);
color:#fff;
font-weight:700;
box-shadow:var(--shadow-red);
transition:var(--transition);
border:none;
}

.btn-outline-hero:hover{
transform:translateY(-4px);
color:#fff;
}

.btn-outline-hero i{
transition:.3s;
}

.btn-outline-hero:hover i{
transform:translateX(-5px);
}

/* ======================================
FLOAT ANIMATION
====================================== */

.thankyou-card{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(50px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
RESPONSIVE
====================================== */

@media(max-width:991px){


.thankyou-card{
    padding:40px 25px;
}

.thankyou-card h1{
    font-size:2.2rem;
}

.thankyou-info{
    grid-template-columns:1fr;
}

.page-header h1{
    font-size:2rem;
}

.success-icon{
    width:90px;
    height:90px;
}

.success-icon i{
    font-size:40px;
}

.order-box h3{
    font-size:1.5rem;
}

}

@media(max-width:576px){

.page-header{
    padding:90px 0 50px;
}

.thankyou-card{
    border-radius:24px;
}

.thankyou-card h1{
    font-size:1.8rem;
}

.thankyou-desc{
    font-size:.95rem;
}

}










/* ===================================================
TERMS PAGE PREMIUM DESIGN
=================================================== */

body{
background:var(--grad-page);
overflow-x:hidden;
position:relative;
}

/* ======================================
FLOATING BACKGROUND EFFECTS
====================================== */


/* ======================================
PAGE HEADER
====================================== */

.page-header{
padding:120px 0 80px;
background:transparent;
position:relative;
}

.page-header h1{
font-family:'Poppins',sans-serif;
font-size:3rem;
font-weight:800;
color:var(--black);
margin-bottom:0;
}

.breadcrumb{
margin-bottom:15px;
}

.breadcrumb-item a{
color:var(--gray);
text-decoration:none;
}

.breadcrumb-item.active{
color:var(--red);
}

/* ======================================
MAIN SECTION
====================================== */

.terms-sec{
padding-bottom:100px;
}

/* ======================================
COLLECTION CARDS
====================================== */

.collection{
background:rgba(255,255,255,.92);
backdrop-filter:blur(20px);
border-radius:28px;
padding:35px;
margin-bottom:30px;
box-shadow:var(--shadow-md);
border:1px solid rgba(255,255,255,.8);
position:relative;
overflow:hidden;
transition:var(--transition);
}

.collection:hover{
transform:translateY(-5px);
box-shadow:var(--shadow-lg);
}

.collection::before{
content:"";
position:absolute;
width:220px;
height:220px;
border-radius:50%;
background:var(--red-soft);
top:-100px;
right:-100px;
filter:blur(60px);
}

/* ======================================
MAIN TITLE
====================================== */

.collection h2{
font-family:'Poppins',sans-serif;
font-size:2rem;
font-weight:800;
color:var(--black);
margin-bottom:10px;
}

.collection h4{
color:var(--red);
font-weight:700;
margin-bottom:20px;
}

.collection h6{
font-family:'Poppins',sans-serif;
font-size:1.15rem;
font-weight:700;
color:var(--black);
margin-bottom:18px;
position:relative;
padding-left:18px;
}

.collection h6::before{
content:"";
position:absolute;
left:0;
top:4px;
width:5px;
height:20px;
border-radius:50px;
background:var(--grad-red);
}

/* ======================================
TEXT
====================================== */

.collection p{
color:#555;
line-height:1.9;
font-size:15px;
margin-bottom:15px;
}

.collection b,
.collection strong{
color:var(--black);
}

.collection span{
color:var(--red) !important;
font-weight:600;
}

/* ======================================
LISTS
====================================== */

.collection ul{
padding-left:20px;
}

.collection li{
margin-bottom:15px;
color:#555;
}

.collection ol li{
padding-left:5px;
}

/* ======================================
TABLE
====================================== */

.table{
margin-top:25px;
overflow:hidden;
border-radius:18px;
background:#fff;
box-shadow:var(--shadow-sm);
}

.table thead{
background:var(--grad-red);
}

.table thead td,
.table thead th{
color:#fff;
font-weight:700;
border:none;
padding:18px;
}

.table tbody tr{
transition:var(--transition);
}

.table tbody tr:hover

.table tbody td{
padding:16px 18px;
vertical-align:middle;
border-color:#f1f1f1;
}

/* ======================================
RETURN ADDRESS BOX
====================================== */

.collection p br{
line-height:2;
}

/* ======================================
LEGAL NOTICE CARD
====================================== */

.collection:first-child{
border-left:5px solid var(--red);
}

/* ======================================
ANIMATION
====================================== */

.collection{
animation:fadeUp .8s ease both;
}

.collection:nth-child(1){animation-delay:.1s;}
.collection:nth-child(2){animation-delay:.2s;}
.collection:nth-child(3){animation-delay:.3s;}
.collection:nth-child(4){animation-delay:.4s;}
.collection:nth-child(5){animation-delay:.5s;}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
RESPONSIVE
====================================== */

@media(max-width:991px){


.page-header{
    padding:90px 0 60px;
}

.page-header h1{
    font-size:2.2rem;
}

.collection{
    padding:25px;
    border-radius:22px;
}

.collection h2{
    font-size:1.7rem;
}


}

@media(max-width:576px){


.page-header h1{
    font-size:1.8rem;
}

.collection{
    padding:20px;
}

.collection h2{
    font-size:1.4rem;
}

.collection h6{
    font-size:1rem;
}

.table{
    font-size:14px;
}

.table td,
.table th{
    padding:12px;
}


}


/* ===================================================
PRIVACY POLICY PAGE
=================================================== */

body{
background:var(--grad-page);
overflow-x:hidden;
position:relative;
}

/* ======================================
FLOATING BACKGROUND
====================================== */

body::before{
content:"";
position:fixed;
width:700px;
height:700px;
border-radius:50%;
background:var(--red-soft);
top:-300px;
right:-250px;
filter:blur(140px);
z-index:-1;
}

body::after{
content:"";
position:fixed;
width:500px;
height:500px;
border-radius:50%;
background:var(--red-glow);
bottom:-250px;
left:-200px;
filter:blur(160px);
z-index:-1;
}

/* ======================================
PAGE HEADER
====================================== */

.page-header{
padding:120px 0 80px;
background:transparent;
position:relative;
}

.page-header h1{
font-family:'Poppins',sans-serif;
font-size:3rem;
font-weight:800;
color:var(--black);
margin-bottom:0;
}

.breadcrumb{
margin-bottom:15px;
}

.breadcrumb-item a{
color:var(--gray);
text-decoration:none;
}

.breadcrumb-item.active{
color:var(--red);
}

/* ======================================
MAIN SECTION
====================================== */

.main-content{
padding:0 0 100px !important;
}

/* ======================================
PRIVACY CARD
====================================== */

.active-width{
max-width:1100px;
margin:auto;
background:rgba(255,255,255,.94);
backdrop-filter:blur(20px);
border-radius:32px;
padding:45px;
box-shadow:var(--shadow-lg);
border:1px solid rgba(255,255,255,.8);
position:relative;
overflow:hidden;
}

.active-width::before{
content:"";
position:absolute;
width:280px;
height:280px;
border-radius:50%;
background:var(--red-soft);
top:-120px;
right:-120px;
filter:blur(70px);
}

/* ======================================
PAGE TITLES
====================================== */

.active-width h2{
font-family:'Poppins',sans-serif;
font-weight:800;
color:var(--black);
margin-bottom:10px;
}

.active-width h2:first-child{
font-size:2.2rem;
}

.active-width h2:nth-child(2){
color:var(--red);
margin-bottom:30px;
}

/* ======================================
HEADINGS
====================================== */

.active-width strong{
color:var(--black);
font-weight:700;
}

.active-width p strong{
display:inline-block;
margin-bottom:8px;
}

/* ======================================
CONTENT
====================================== */

.active-width p{
color:#555;
font-size:15px;
line-height:1.95;
margin-bottom:18px;
}

.active-width span{
color:var(--red);
font-weight:600;
}

/* ======================================
SECTION LABELS
====================================== */

.active-width > strong{
display:block;
margin-top:35px;
margin-bottom:18px;
font-size:1.1rem;
font-family:'Poppins',sans-serif;
color:var(--black);
padding-left:16px;
position:relative;
}

.active-width > strong::before{
content:"";
position:absolute;
left:0;
top:3px;
width:5px;
height:22px;
border-radius:50px;
background:var(--grad-red);
}

/* ======================================
ADDRESS BOXES
====================================== */

.active-width p:first-of-type,
.active-width p:last-of-type{
background:#fff8f8;
border:1px solid rgba(229,57,53,.10);
border-left:4px solid var(--red);
border-radius:18px;
padding:20px;
}

/* ======================================
NUMBERED SECTIONS
====================================== */

.active-width p:has(strong){
position:relative;
}

.active-width p:hover

/* ======================================
LEGAL CONTENT EFFECT
====================================== */

.active-width{
animation:fadeUp .8s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
CUSTOM SCROLLBAR
====================================== */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-track{
background:#f3f3f3;
}

::-webkit-scrollbar-thumb{
background:#d7d7d7;
border-radius:50px;
}

::-webkit-scrollbar-thumb:hover

{

}
/* ======================================
RESPONSIVE
====================================== */

@media(max-width:991px){


.page-header{
    padding:90px 0 60px;
}

.page-header h1{
    font-size:2.2rem;
}

.active-width{
    padding:30px;
    border-radius:24px;
}

.active-width h2:first-child{
    font-size:1.8rem;
}


}

@media(max-width:576px){


.page-header h1{
    font-size:1.8rem;
}

.active-width{
    padding:20px;
    border-radius:20px;
}

.active-width h2:first-child{
    font-size:1.5rem;
}

.active-width p{
    font-size:14px;
    line-height:1.85;
}


}


/* ===================================================
CONTACT PAGE DESIGN
=================================================== */

/* ======================================
PAGE HEADER
====================================== */



/* ======================================
CONTACT INFO SECTION
====================================== */

.info-section{
position:relative;
padding:40px 0 80px;
}

.info-section::before{
content:"";
position:absolute;
width:500px;
height:500px;
border-radius:50%;
background:rgba(229,57,53,.06);
left:-250px;
top:50px;
filter:blur(100px);
}

/* ======================================
INFO CARDS
====================================== */

.info-card{
height:100%;
background:#fff;
border-radius:28px;
padding:35px 25px;
text-align:center;
box-shadow:
0 10px 40px rgba(0,0,0,.08);
border:1px solid rgba(0,0,0,.05);
transition:.45s ease;
position:relative;
overflow:hidden;
}

.info-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:
linear-gradient(
90deg,
#ff4d4d,
#e53935
);
}

.info-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.info-card:hover .info-icon{
transform:scale(1.1);
}

/* ======================================
ICONS
====================================== */

.info-icon{
width:80px;
height:80px;
margin:0 auto 25px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:
linear-gradient(
135deg,
#ff4d4d,
#e53935
);
color:#fff;
font-size:30px;
box-shadow:
0 15px 35px rgba(229,57,53,.25);
transition:.4s ease;
}

/* ======================================
TEXT
====================================== */

.info-card h5{
font-family:'Poppins',sans-serif;
font-size:1.25rem;
font-weight:700;
color:#111;
margin-bottom:15px;
}

.info-card p{
color:#666;
line-height:1.8;
font-size:.95rem;
margin-bottom:10px;
}

.info-card a{
color:#e53935;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.info-card a:hover

/* ======================================
ANIMATION
====================================== */

.fade-up{
opacity:0;
transform:translateY(40px);
animation:fadeUp .8s ease forwards;
}

.fade-up:nth-child(1){
animation-delay:.1s;
}

.fade-up:nth-child(2){
animation-delay:.25s;
}

.fade-up:nth-child(3){
animation-delay:.4s;
}

.fade-up:nth-child(4){
animation-delay:.55s;
}

@keyframes fadeUp{
to{
opacity:1;
transform:translateY(0);
}
}

/* ======================================
RESPONSIVE
====================================== */

@media(max-width:991px){


.page-header{
    padding:110px 0 70px;
}

.page-header h1{
    font-size:2.8rem;
}

.info-card{
    padding:30px 20px;
}


}

@media(max-width:576px){


.page-header{
    padding:90px 0 60px;
}

.page-header h1{
    font-size:2rem;
    letter-spacing:1px;
}

.page-header p{
    font-size:.95rem;
    color: #5f5f5f !important;
}

.info-icon{
    width:65px;
    height:65px;
    font-size:24px;
}

.info-card{
    border-radius:22px;
}


}


/* ===================================================
   PREMIUM FOOTER
=================================================== */

footer{
    position:relative;
    background:#111111;
    overflow:hidden;
    padding:90px 0 30px;
    margin-top:80px;
}

/* ======================================
   BACKGROUND EFFECTS
====================================== */

footer::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(229,57,53,.08);
    top:-250px;
    right:-150px;
    filter:blur(100px);
}

footer::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(229,57,53,.12);
    bottom:-250px;
    left:-150px;
    filter:blur(120px);
}

footer .container{
    position:relative;
    z-index:2;
}

/* ======================================
   LOGO
====================================== */

.footer-brand img{
    max-width: 250px;
    transition:all .4s ease;
}

.footer-brand img:hover{
    transform:scale(1.05);
}

/* ======================================
   COMPANY TEXT
====================================== */

footer p{
    color:rgba(255,255,255,.75);
    line-height:1.8;
    font-size:.95rem;
}

/* ======================================
   TITLES
====================================== */

.footer-title{
    color:#fff;
    font-family:'Poppins',sans-serif;
    font-size:1.1rem;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-title::after{
    content:"";
    width:45px;
    height:3px;
    background:linear-gradient(
        135deg,
        #FF4D4D 0%,
        #E53935 100%
    );
    display:block;
    margin-top:10px;
    border-radius:50px;
}

/* ======================================
   LINKS
====================================== */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:rgba(255,255,255,.70);
    text-decoration:none;
    transition:.3s ease;
    position:relative;
}

.footer-links a:hover{
    color:#FF4D4D;
    padding-left:8px;
}

/* ======================================
   CONTACT INFO
====================================== */

.footer-links div{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
}

.footer-links div i{
    color:#E53935 !important;
    margin-top:3px;
    font-size:16px;
}

.footer-links div a{
    padding-left:0 !important;
}

/* ======================================
   DISCLAIMER BOX
====================================== */

.disc{
    margin-top:60px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px;
    backdrop-filter:blur(10px);
}

.disc p{
    margin-bottom:0;
    color:rgba(255,255,255,.70);
    font-size:.82rem;
    line-height:1.9;
}

.disc strong{
    color:#fff;
}

/* ======================================
   DIVIDER
====================================== */

.footer-divider{
    margin:40px 0 25px;
    border:none;
    height:1px;
    background:linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,.15),
        transparent
    );
}

/* ======================================
   COPYRIGHT
====================================== */

.footer-bottom{
    color:rgba(255,255,255,.65);
    font-size:.9rem;
}

/* ======================================
   PAYMENT ICONS
====================================== */

footer img[alt="Visa"],
footer img[alt="Mastercard"]{
    height:24px !important;
    transition:.3s ease;
    /* filter:brightness(0) invert(1) opacity(.7); */
}

footer img[alt="Visa"]:hover,
footer img[alt="Mastercard"]:hover{
    transform:translateY(-3px);
    filter:brightness(0) invert(1);
}

/* ======================================
   HOVER ANIMATION
====================================== */

footer .col-lg-2,
footer .col-lg-4{
    transition:.3s ease;
}

footer .col-lg-2:hover,
footer .col-lg-4:hover{
    transform:translateY(-4px);
}

/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

    footer{
        padding:70px 0 25px;
    }

    .footer-title{
        margin-top:15px;
    }

    .disc{
        padding:20px;
    }

    .footer-bottom{
        text-align:center;
        width:100%;
        margin-bottom:15px;
    }
}

@media(max-width:576px){

    footer{
        padding:60px 0 20px;
    }

    .footer-brand img{
        max-width:150px;
    }

    .footer-title{
        font-size:1rem;
    }

    .disc p{
        font-size:.75rem;
        line-height:1.8;
    }
}


/* ==========================================
   PREMIUM PRODUCT OVERVIEW CARD
========================================== */

.overview-card{
    position:relative;
    padding:40px;
    border-radius:32px;
    background:
    rgba(255,255,255,.88);
    backdrop-filter:blur(24px);
    border:1px solid rgba(255,255,255,.8);
    box-shadow:
        0 20px 60px rgba(0,0,0,.08);
    overflow:hidden;
    transition:.4s ease;
}

.overview-card:hover{
    transform:translateY(-6px);
    box-shadow:
        0 30px 70px rgba(0,0,0,.12);
}

/* ==========================================
   GLOW EFFECTS
========================================== */

.overview-card::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(229,57,53,.08);
    top:-80px;
    right:-80px;
    filter:blur(50px);
}

.overview-card::after{
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(255,77,77,.10);
    bottom:-70px;
    left:-70px;
    filter:blur(45px);
}

/* ==========================================
   HEADER
========================================== */

.overview-header{
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;

    background:
    linear-gradient(
        135deg,
        #FF4D4D,
        #E53935
    );

    box-shadow:
    0 15px 35px rgba(229,57,53,.25);
}

.overview-title{
    font-family:'Poppins',sans-serif;
    font-size:2rem;
    font-weight:800;
    color:#111;
}

.title-line{
    flex:1;
    height:3px;
    margin-left:20px;
    border-radius:50px;

    background:
    linear-gradient(
        to right,
        #E53935,
        transparent
    );
}

/* ==========================================
   CONTENT
========================================== */

.overview-content{
    position:relative;
    z-index:2;
}

.overview-content p{
    font-size:1.08rem;
    line-height:2;
    color:#555;
    margin-bottom:20px;
}

/* ==========================================
   DECORATIVE DOTS
========================================== */

.dot{
    position:absolute;
    border-radius:50%;
}

.dot-left{
    width:10px;
    height:10px;
    background:#E53935;
    top:10px;
    left:-20px;
}

/* ==========================================
   DIVIDER
========================================== */

.center-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:28px 0;
}

.center-divider span{
    height:1px;
    flex:1;
    background:#e5e5e5;
}

.middle-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#E53935;
}

/* ==========================================
   TAGS
========================================== */

.overview-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
    position:relative;
    z-index:2;
}

.tag{
    padding:12px 20px;
    border-radius:50px;

    background:
    rgba(229,57,53,.08);

    border:
    1px solid rgba(229,57,53,.12);

    color:#111;
    font-weight:600;
    font-size:.92rem;

    transition:.3s ease;
}

.tag:hover{
    background:#E53935;
    color:#fff;
    transform:translateY(-2px);
}

/* ==========================================
   FEATURE STRIP
========================================== */

.overview-tags .tag:first-child{
    background:rgba(229,57,53,.12);
    color: #E53935;
}

/* ==========================================
   ANIMATION
========================================== */

.overview-card{
    animation:fadeCard .8s ease;
}

@keyframes fadeCard{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:768px){

    .overview-card{
        padding:25px;
        border-radius:24px;
    }

    .overview-title{
        font-size:1.5rem;
    }

    .icon-box{
        width:55px;
        height:55px;
        font-size:24px;
    }

    .overview-content p{
        font-size:15px;
        line-height:1.9;
    }

    .tag{
        width:100%;
        text-align:center;
    }
}