@charset "utf-8";
/* ==========================================================================
   NOVA DERMA CARE  -  Beauty redesign layer (loaded LAST in header.php)
   Palette taken from the Nova Derma Care Face Cream sachet:
   burgundy leaf, rose / blush petals, soft cream white.
   Fonts: Cormorant Garamond (display) + Jost (text / UI)
   Signature shapes: arch (top-rounded) windows + "petal" corners
   ========================================================================== */

:root {
  --wine-deep: #3f0a20;
  --wine: #6b1230;
  --burg: #8b1a3c;
  --burg-2: #a3274b;
  --rose: #c95a70;
  --rose-2: #e8929e;
  --blush: #f6c9d0;
  --petal: #fbe3e6;
  --cream: #fff7f6;
  --champagne: #d9b38c;

  --ink: #2b1119;
  --body: #7a5f67;
  --line: #f1dde1;
  --soft: #fdf1f2;
  --teal: #8b1a3c;
  --mint: #e8929e;
  --gold: #d9b38c;

  --grad: linear-gradient(120deg, #6b1230 0%, #9a2148 46%, #d0647a 100%);
  --grad-soft: linear-gradient(180deg, #fff7f6 0%, #ffffff 70%);
  --btn-grad: linear-gradient(105deg, #5a0f28 0%, #8b1a3c 26%, #b93d5c 52%, #d96b80 78%, #ea8d9a 100%);
  --radius: 26px;
  --shadow-sm: 0 14px 34px -20px rgba(139, 26, 60, 0.4);
  --shadow: 0 40px 80px -44px rgba(107, 18, 48, 0.55);
  --glow: 0 16px 32px -14px rgba(139, 26, 60, 0.6);
  --petal-r: 34px 8px 34px 8px;

  --f-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --f-text: "Jost", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Base typography ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-text);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  color: var(--body);
  background: #fff;
}
::selection { background: var(--blush); color: var(--wine); }

h1, h2, h3 {
  font-family: var(--f-display);
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.02;
}
h1 { font-size: clamp(46px, 5vw, 74px); text-transform: none; line-height: 1; }
h1 span {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(100deg, #6b1230 0%, #b93d5c 60%, #e8929e 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  padding-right: 0.06em;
}
h2 { font-size: clamp(38px, 4.4vw, 62px); text-transform: none; }
h3 { font-size: 24px; font-weight: 600; }
h4 { font-family: var(--f-display); color: var(--ink); font-size: 22px; font-weight: 600; letter-spacing: 0; line-height: 1.15; }
em { color: var(--burg); font-style: italic; }
a { color: var(--burg); transition: color .25s ease; }
p { font-family: var(--f-text); }

.common-head {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.05;
  text-transform: none;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.common-head span, .common-head em {
  font-style: italic;
  color: var(--burg);
  font-weight: 500;
}
.common-para, .hero p { color: var(--body); font-size: 17.5px; line-height: 1.85; font-weight: 400; }

/* eyebrow labels */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 0; margin-bottom: 22px;
  font-family: var(--f-text); font-size: 12px; font-weight: 500;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--burg);
  background: none; border: 0; border-radius: 0;
}
.eyebrow::before {
  content: ""; width: 38px; height: 1px;
  background: linear-gradient(90deg, var(--burg), var(--rose-2));
}
.sectionTwo .eyebrow::after {
  content: ""; width: 38px; height: 1px;
  background: linear-gradient(90deg, var(--rose-2), var(--burg));
}

/* ==========================================================================
   BUTTONS  -  soft pill with inner hairline ring, rose gradient that
   slides on hover, shine sweep, lift and a widening ring
   ========================================================================== */
.shop-btn, .yes-btn, .contact_send_btn, .continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--f-text);
  font-size: 13.5px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--btn-grad);
  background-size: 240% 100%;
  background-position: 0% 0;
  box-shadow: 0 16px 30px -14px rgba(139, 26, 60, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease, background-position .7s ease, letter-spacing .45s ease;
  cursor: pointer;
}
.shop-btn { height: 58px; line-height: 1.2; max-width: 260px; width: 100%; margin-top: 30px; }
.shop-btn::before {
  content: ""; position: absolute; inset: 4px; z-index: -1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  transition: inset .45s cubic-bezier(.2, .8, .2, 1), border-color .45s ease;
}
.shop-btn::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 60%; z-index: -1;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: translateX(-130%) skewX(-18deg);
  transition: transform .8s ease;
}
.shop-btn:hover, .yes-btn:hover, .contact_send_btn:hover, .continue-shpbtn:hover, .proceed-chkbtn:hover, .continue-brwbtn:hover, #browse:hover {
  transform: translateY(-4px);
  background-position: 100% 0;
  letter-spacing: 0.2em;
  color: #fff;
  box-shadow: 0 26px 40px -16px rgba(139, 26, 60, 0.7), 0 0 0 5px rgba(232, 146, 158, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.shop-btn:hover::before { inset: 2px; border-color: rgba(255, 255, 255, 0.75); }
.shop-btn:hover::after { transform: translateX(260%) skewX(-18deg); }
.shop-btn:active { transform: translateY(-1px); box-shadow: 0 10px 20px -12px rgba(139, 26, 60, 0.7); }
.shop-btn:focus-visible { outline: 3px solid rgba(232, 146, 158, 0.6); outline-offset: 3px; }

/* secondary (outline) buttons */
.no-btn {
  font-family: var(--f-text); font-size: 13px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  height: 44px; padding: 0 26px; border-radius: 999px; cursor: pointer;
  color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, 0.55);
  transition: all .35s ease;
}
.no-btn:hover { background: rgba(255, 255, 255, 0.16); border-color: #fff; transform: translateY(-2px); }
.yes-btn { height: 44px; padding: 0 30px; width: auto; font-size: 13px; }

/* buttons that sit on a dark/photo background */
.band .shop-btn {
  color: var(--wine);
  background: linear-gradient(105deg, #ffffff 0%, #fdeef0 40%, #f6c9d0 75%, #e8929e 100%);
  background-size: 240% 100%;
  box-shadow: 0 18px 34px -14px rgba(0, 0, 0, 0.5), inset 0 1px 0 #fff;
}
.band .shop-btn::before { border-color: rgba(139, 26, 60, 0.28); }
.band .shop-btn:hover { color: var(--wine-deep); box-shadow: 0 26px 44px -16px rgba(0, 0, 0, 0.55), 0 0 0 5px rgba(255, 255, 255, 0.18); }
.band .shop-btn:hover::before { border-color: rgba(139, 26, 60, 0.6); }

/* ---------- Cookie banner ---------- */
.pop-up-bg { background: rgba(43, 17, 25, 0.55); backdrop-filter: blur(3px); }
.pop-up-bg-in {
  background: linear-gradient(100deg, var(--wine-deep) 0%, var(--wine) 60%, var(--burg) 100%);
  border-top: 1px solid rgba(232, 146, 158, 0.5);
  box-shadow: 0 -20px 50px -20px rgba(0, 0, 0, 0.5);
}
.pop-up-left-txt { font-family: var(--f-text); font-weight: 300; color: #f8dfe3; }
.pop-up-left-txt span { font-family: var(--f-display); font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.pop-up-left-txt a { color: var(--blush); }
.pop-btn { display: inline-flex; gap: 10px; width: 260px; justify-content: flex-end; flex-wrap: wrap; }
.yes-btn { background: linear-gradient(105deg, #ffffff 0%, #fbe3e6 55%, #f0a9b3 100%); background-size: 240% 100%; color: var(--wine); box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.5); }
.yes-btn:hover { color: var(--wine-deep); }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(170%);
  border-bottom: 1px solid var(--line);
}
.fixed-nav .header { box-shadow: 0 18px 40px -28px rgba(139, 26, 60, 0.45); }
ul.mainMenu li a {
  position: relative;
  font-family: var(--f-text); font-size: 13px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink);
  padding: 8px 10px; border-radius: 0; background: none;
}
ul.mainMenu li a::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 2px; height: 1px;
  background: linear-gradient(90deg, var(--burg), var(--rose-2));
  transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}
ul.mainMenu li a:hover, ul.mainMenu li a.active { background: none; color: var(--burg); }
ul.mainMenu li a:hover::after, ul.mainMenu li a.active::after { transform: scaleX(1); transform-origin: left; }

#cart_btn { width: 132px; height: 42px; margin-top: 14px; max-width: none; margin-left: 15px; }
#cart_btn small {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; margin: 0;
}
#cart_btn small::before {
  content: ""; width: 16px; height: 16px; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l1 13H5L6 7z'/%3E%3Cpath d='M9 10V6a3 3 0 0 1 6 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
}
#cart_btn:hover { letter-spacing: normal; }
#cart_btn span { border-left: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; font-family: var(--f-text); font-weight: 500; }

.mob-mnu-ic .bar1, .mob-mnu-ic .bar2, .mob-mnu-ic .bar3 { background: var(--burg); }
.mobilemenu { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 30px 50px -30px rgba(139, 26, 60, 0.4); }
.mobilemenu li a { font-family: var(--f-text); color: var(--ink); letter-spacing: 0.08em; }
.mobilemenu li a:hover { color: var(--burg); }

/* ==========================================================================
   HERO  -  copy on the left, arched portrait on the right
   ========================================================================== */
.hero {
  background:
    radial-gradient(900px 520px at 92% 8%, #fbdde2 0%, rgba(251, 221, 226, 0) 62%),
    radial-gradient(700px 520px at -4% 100%, #fde9e8 0%, rgba(253, 233, 232, 0) 62%),
    linear-gradient(180deg, #fff8f7 0%, #ffffff 100%);
}
.hero::before { background: rgba(232, 146, 158, 0.32); width: 440px; height: 440px; top: -150px; left: -120px; filter: blur(80px); }
.hero::after { background: rgba(217, 179, 140, 0.28); width: 420px; height: 420px; bottom: -200px; right: 30%; filter: blur(90px); }
.hero__grid { grid-template-columns: 1.02fr 0.98fr; gap: 70px; padding: 84px 0 110px; }
.hero__media { order: 2; }
.hero__grid > div:not(.hero__media) { order: 1; }
.hero h1 { margin-bottom: 4px; }
.hero p { max-width: 500px; margin-top: 24px; }
.hero .shop-btn { margin-top: 38px; }

.hero__media::before {
  content: ""; position: absolute; z-index: -2; right: -70px; top: 30px;
  width: 86%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fde3e6 0%, #f9c7cf 55%, rgba(249, 199, 207, 0.15) 100%);
}
.hero__media img {
  width: 100%;
  border-radius: 999px 999px 40px 40px;
  aspect-ratio: 4 / 5; max-height: 640px;
  box-shadow: 0 50px 90px -50px rgba(107, 18, 48, 0.7);
  border: 8px solid #fff;
}
.hero__media::after {
  inset: -24px -24px 30px -24px; z-index: -1;
  border-radius: 999px 999px 56px 56px;
  border: 1px solid rgba(201, 90, 112, 0.5);
}
.floaty {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff; border-radius: 22px 8px 22px 8px;
  padding: 12px 20px 12px 12px;
  box-shadow: 0 22px 44px -22px rgba(139, 26, 60, 0.55);
  font-family: var(--f-text); font-size: 12.5px; line-height: 1.35; color: var(--body);
  z-index: 3;
}
.floaty span { display: block; }
.floaty strong { font-family: var(--f-display); font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.05; }
.floaty--a { left: -44px; top: 22%; }
.floaty--b { right: -26px; bottom: 12%; }
.fl-ic {
  flex: none; width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad); color: #fff; box-shadow: var(--glow);
}
.fl-ic svg { width: 20px; height: 20px; }

/* ---------- Ingredient ticker ---------- */
.marquee {
  background: linear-gradient(90deg, var(--wine-deep) 0%, var(--burg) 50%, var(--wine-deep) 100%);
  border: 0; padding: 22px 0;
}
.marquee__track { gap: 44px; align-items: center; }
.marquee__track span {
  font-family: var(--f-display); font-style: italic; font-weight: 500;
  font-size: 24px; color: #fbdde2; letter-spacing: 0.02em; text-transform: capitalize;
}
.marquee__track span:nth-child(even) { font-size: 0; }
.marquee__track span:nth-child(even)::before { content: "\273F"; font-size: 15px; font-style: normal; color: var(--rose-2); }

/* ==========================================================================
   INTRO
   ========================================================================== */
.section { padding: 100px 0; }
.intro { grid-template-columns: 1fr 1fr; gap: 96px; }
.intro__media { padding: 16px 0 44px 34px; }
.intro__media::before {
  content: ""; position: absolute; z-index: 0; top: 0; right: -18px; bottom: 30px; left: 52px;
  border: 1px solid rgba(201, 90, 112, 0.5);
  border-radius: 250px 34px 250px 34px;
}
.intro__frame {
  position: relative; z-index: 1;
  border-radius: 250px 34px 250px 34px;
  box-shadow: 0 50px 90px -50px rgba(107, 18, 48, 0.65);
  background: var(--petal);
}
.intro__frame::after { background: linear-gradient(180deg, transparent 60%, rgba(63, 10, 32, 0.32)); }
.intro__mini {
  z-index: 3; left: -6px; bottom: -14px; width: 42%;
  border: 6px solid #fff; border-radius: 26px 6px 26px 6px;
  background: linear-gradient(180deg, #fde9eb, #fff);
  box-shadow: 0 30px 50px -26px rgba(107, 18, 48, 0.6);
}
.intro__badge {
  z-index: 3; left: -14px; top: 44px;
  border: 0; border-radius: 22px 6px 22px 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 44px -22px rgba(107, 18, 48, 0.55);
  max-width: 250px;
}
.intro__badgeNum { font-family: var(--f-display); font-style: italic; font-size: 24px; font-weight: 600; color: var(--burg); letter-spacing: 0; }
.intro__badgeLbl { font-family: var(--f-text); font-size: 12.5px; color: var(--body); }
.intro__points { gap: 22px; margin: 34px 0 34px; }
.intro__point { grid-template-columns: 58px 1fr; gap: 20px; }
.intro__point span {
  width: 58px; height: 58px; border-radius: 50%;
  font-family: var(--f-display); font-style: italic; font-weight: 600; font-size: 26px; color: var(--burg);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--burg), var(--rose-2)) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 26px -16px rgba(139, 26, 60, 0.6);
}
.intro__point h4, .why2__list h4 { font-size: 24px; margin-bottom: 3px; }
.intro__point p, .why2__list p { font-size: 15.5px; line-height: 1.7; color: var(--body); }

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.section--soft {
  background:
    radial-gradient(600px 400px at 100% 0%, #fbe0e4 0%, rgba(251, 224, 228, 0) 70%),
    radial-gradient(600px 400px at 0% 100%, #fdeceb 0%, rgba(253, 236, 235, 0) 70%),
    #fff7f6;
}
.why2__intro { font-size: 17px; color: var(--body); }
.why2__stat {
  border: 1px solid var(--line);
  border-radius: var(--petal-r);
  padding: 30px 26px;
  background: #fff;
  box-shadow: 0 26px 50px -34px rgba(139, 26, 60, 0.45);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease;
}
.why2__stat:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -32px rgba(139, 26, 60, 0.6); }
.why2__stat strong { font-family: var(--f-display); font-size: 26px; font-weight: 600; letter-spacing: 0; line-height: 1.05; color: var(--ink); margin-bottom: 16px; }
.why2__stat small { font-family: var(--f-text); font-size: 14.5px; line-height: 1.6; color: var(--body); }
.why2__stat--dark { background: linear-gradient(150deg, var(--wine-deep) 0%, var(--wine) 60%, var(--burg) 100%); border-color: transparent; }
.why2__stat--dark strong { color: #fff; }
.why2__stat--dark small { color: rgba(255, 233, 236, 0.82); }
.why2__stat--accent { background: linear-gradient(140deg, #b93d5c 0%, #d9707f 55%, #efa2ad 100%); border-color: transparent; box-shadow: 0 30px 50px -28px rgba(185, 61, 92, 0.75); }
.why2__stat--accent strong { color: #fff; }
.why2__stat--accent small { color: rgba(255, 255, 255, 0.94); }
.why2__list li { border-bottom: 1px solid rgba(201, 90, 112, 0.22); padding: 22px 0; }
.why2__list span { width: 40px; height: 40px; background: var(--grad); box-shadow: var(--glow); }

/* ==========================================================================
   PRODUCT BOXES
   ========================================================================== */
.sectionTwo {
  padding: 100px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f6 100%);
}
.sectionTwo .common-head { margin-bottom: 4px; }
.s2_block { column-gap: 26px; row-gap: 34px; justify-content: center; margin-top: 56px; align-items: stretch; }
.s2-col {
  position: relative;
  display: flex; flex-direction: column;
  width: calc(25% - 20px);
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 26px 56px -40px rgba(139, 26, 60, 0.5);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), box-shadow .55s ease, border-color .55s ease;
}
.s2-col::before {
  content: ""; position: absolute; left: 22%; right: 22%; top: 0; height: 3px; z-index: 3;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--burg), var(--rose-2), var(--champagne));
  transform: scaleX(0); transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}
.s2-col:hover { transform: translateY(-12px); border-color: rgba(201, 90, 112, 0.45); box-shadow: 0 46px 70px -38px rgba(139, 26, 60, 0.7); }
.s2-col:hover::before { transform: scaleX(1); }

.s2-col-top {
  float: none;
  margin: 14px 14px 0;
  padding: 40px 10px 16px;
  min-height: 300px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 220px 220px 24px 24px;
  background:
    radial-gradient(circle at 50% 34%, #ffffff 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #fbdfe3 0%, #fdeef0 62%, #fff6f6 100%);
  overflow: hidden;
}
.s2-col-prod { width: 100%; max-width: 236px; max-height: 250px; object-fit: contain; margin: 0 auto; transition: transform .7s cubic-bezier(.2, .8, .2, 1); filter: drop-shadow(0 18px 18px rgba(107, 18, 48, 0.18)); }
.s2-col:hover .s2-col-prod { transform: scale(1.07) translateY(-4px); }

.s2-col-btm { float: none; display: flex; flex-direction: column; flex: 1; padding: 22px 22px 26px; background: transparent; }
.s2-col-txt1 {
  float: none; flex: 1;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  font-family: var(--f-display); font-size: 26px; font-weight: 700; line-height: 1.1; letter-spacing: 0; color: var(--ink);
  min-height: 92px;
}
.s2-col-txt1 small {
  display: block; margin-top: 8px;
  font-family: var(--f-text); font-size: 13px; font-weight: 400; letter-spacing: 0.04em; color: var(--body); line-height: 1.4;
}
.s2-col-txt3 {
  float: none; width: 100%; position: relative;
  margin: 16px 0 20px; padding-top: 20px;
  font-family: var(--f-display); font-size: 38px; font-weight: 600; line-height: 1; letter-spacing: 0;
  color: var(--burg);
}
.s2-col-txt3::before {
  content: ""; position: absolute; top: 0; left: 50%; width: 54px; height: 1px; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--rose-2), transparent);
}
.s2-btn { float: none; width: 100%; max-width: 100%; height: 52px; margin-top: 0; font-size: 12.5px; }
.s2-col a.shop-btn { margin-top: 0; }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.band { padding: 130px 0; }
.band::before {
  background: linear-gradient(270deg, rgba(63, 10, 32, 0.94) 0%, rgba(107, 18, 48, 0.78) 46%, rgba(139, 26, 60, 0.12) 100%);
}
.band h2 { font-size: clamp(40px, 4.6vw, 64px); color: #fff; line-height: 1; }
.band p { font-family: var(--f-text); color: rgba(255, 233, 236, 0.9); font-size: 18px; }
.band .eyebrow { color: var(--blush); }
.band .eyebrow::before { background: linear-gradient(90deg, var(--blush), transparent); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  position: relative;
  padding: 70px 0 50px;
  background: linear-gradient(160deg, #38091c 0%, #560f2b 55%, #6b1433 100%);
  border-top: 0;
}
.footer::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: linear-gradient(90deg, #8b1a3c, #e8929e 30%, #d9b38c 50%, #e8929e 70%, #8b1a3c);
}
.footer-logo-row-right li, .footer-logo-row-right li a, .footer-link-row li, .footer-link-row li a {
  color: #f0d4d9; font-family: var(--f-text); font-weight: 300; font-size: 15.5px;
}
.footer-logo-row-right li strong { color: #fff; font-weight: 500; }
.footer-link-row li a { position: relative; padding-bottom: 1px; background: linear-gradient(var(--rose-2), var(--rose-2)) 0 100% / 0 1px no-repeat; transition: background-size .4s ease, color .3s ease; }
.footer-link-row li a:hover, .footer-logo-row-right li a:hover { color: #fff; background-size: 100% 1px; }
.footer-link-row li { margin-bottom: 4px; }
.footer-top-text {
  color: rgba(248, 223, 227, 0.78); font-weight: 300; font-size: 13.5px; line-height: 1.85;
  border: 1px solid rgba(232, 146, 158, 0.3); border-radius: 22px 6px 22px 6px;
  padding: 22px 26px; margin: 36px 0 20px; background: rgba(255, 255, 255, 0.04);
}
.footer-top-text a { color: var(--blush); text-decoration: underline; text-underline-offset: 3px; }
.copyright-text { color: rgba(248, 223, 227, 0.7); font-weight: 300; }

/* ==========================================================================
   INNER PAGES
   ========================================================================== */
.shopBreadcrm {
  position: relative;
  background: linear-gradient(115deg, #fbdfe3 0%, #fdeff0 48%, #f9d5db 100%);
  border-bottom: 0;
  padding: 46px 0;
  font-family: var(--f-text); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--body);
}
.shopBreadcrm::before, .shopBreadcrm::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.shopBreadcrm::before { width: 340px; height: 340px; right: 6%; top: -190px; background: radial-gradient(circle, rgba(201, 90, 112, 0.28) 0%, rgba(201, 90, 112, 0) 70%); }
.shopBreadcrm::after { width: 260px; height: 260px; left: -70px; bottom: -150px; background: radial-gradient(circle, rgba(217, 179, 140, 0.4) 0%, rgba(217, 179, 140, 0) 70%); }
.shopBreadcrm .container { z-index: 1; }
.shopBreadcrm a { color: var(--ink); }
.shopBreadcrm a:hover { color: var(--burg); }
.shopBreadcrm span {
  font-family: var(--f-display); font-style: italic; font-weight: 600; text-transform: none; letter-spacing: 0;
  font-size: 44px; line-height: 1; color: var(--burg); margin-left: 4px;
}

/* product detail */
.prod-det-s1 { padding: 70px 0 90px; }
.prod-det-s1-lft {
  padding: 46px 22px 26px;
  border: 1px solid var(--line);
  border-radius: 240px 240px 34px 34px;
  background: linear-gradient(180deg, #fbdfe3 0%, #fdeff0 38%, #ffffff 78%);
  box-shadow: 0 40px 70px -46px rgba(139, 26, 60, 0.5);
}
.prod-det-s1-lft img { filter: drop-shadow(0 22px 22px rgba(107, 18, 48, 0.2)); }
.prd-strength-p1 { font-family: var(--f-text); font-size: 14px; color: var(--body); font-weight: 300; line-height: 1.85; }
.prd-strength-p1 span { font-family: var(--f-display); font-size: 30px; font-weight: 600; color: var(--burg); line-height: 1.1; margin-bottom: 8px; }
.prod-det-s1-rgt .common-head { font-size: clamp(42px, 4.8vw, 66px); }
.prd-det-tx { color: var(--body); font-weight: 400; font-size: 17px; line-height: 1.85; border-top: 1px solid var(--line); }
ul.qtylist li:nth-child(1) { font-family: var(--f-display); font-size: 46px; font-weight: 600; color: var(--burg); line-height: 1; }
.prod-det-s1-rgt .btn-box { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.prod-det-s1-rgt .btn-box .shop-btn { margin-top: 10px; }
.shop-cards { margin-top: 10px; max-width: 300px; }
.points-hed { font-family: var(--f-display); font-size: 24px; color: var(--ink); }
.package__selection li:hover, .package__selection li.active { border-color: var(--burg); }
.buyopt.active { border-color: var(--burg); }
.buyopt input[type=radio] + span { border-color: var(--burg); }
.buyopt input[type=radio]:checked + span:after { background: var(--burg); }

/* checkout / cart */
.checkout { background: linear-gradient(180deg, #fdf1f2 0%, #fff8f7 100%); padding: 70px 0; }
.cart-sec1 { border-radius: 30px 8px 30px 8px; border: 1px solid var(--line); box-shadow: 0 34px 60px -44px rgba(139, 26, 60, 0.5); padding: 26px 26px; }
.cart-txt1 { font-family: var(--f-display); font-size: 26px; font-weight: 600; color: var(--ink); }
.summry-lft-hdr { font-family: var(--f-display); font-weight: 600; color: var(--ink); }
.safe-head { font-family: var(--f-display); font-size: 30px; font-weight: 600; color: var(--ink); }
.safe-head span { background: var(--grad); box-shadow: var(--glow); font-family: var(--f-display); font-style: italic; }
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select, .frm1 .frmfld input, .frm1 .frmfld select {
  border: 1px solid #ecd2d8; border-radius: 14px; font-family: var(--f-text); color: var(--ink); background-color: #fff;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.frmfld input:focus, .frmfld select:focus, .frmfld1 input:focus, .frmfld1 select:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(232, 146, 158, 0.22); }
.frmfld label { color: var(--rose); font-family: var(--f-text); letter-spacing: 0.04em; }
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after { background: var(--burg); }
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked { border-color: var(--burg); }
.billingtogglbtn, .paymybtn { color: var(--ink); font-family: var(--f-text); }
.submit-btn { max-width: 100%; height: 60px; }
input[type=checkbox]:checked { accent-color: var(--burg); }
.trm a { color: var(--burg); }
.summary .cart-box1, .cart-box1 { background: var(--petal); }

/* contact */
.contact_section { position: relative; background-size: cover; background-position: center; }
.contact_section::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(63, 10, 32, 0.28) 0%, rgba(253, 236, 238, 0.7) 55%, rgba(253, 236, 238, 0.85) 100%);
}
.contact_section .container { z-index: 1; }
.contact_box {
  background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px);
  border-radius: 40px 8px 40px 8px; padding: 46px 48px;
  box-shadow: 0 50px 80px -46px rgba(107, 18, 48, 0.6); border: 1px solid #fff;
}
.contact_heading { font-family: var(--f-display); font-size: 46px; font-weight: 600; color: var(--ink); }
ul.contact_details_list li span { font-family: var(--f-display); font-size: 25px; font-weight: 600; color: var(--burg); }
ul.contact_details_list li p, ul.contact_details_list li p a { font-family: var(--f-text); color: var(--body); }
ul.contact_details_list li p a:hover { color: var(--burg); }
.input_field, .form_element textarea { border-radius: 14px; border: 1px solid #ecd2d8; font-family: var(--f-text); }
.input_field:focus, .form_element textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(232, 146, 158, 0.22); outline: 0; }

/* text pages: terms / privacy / ingredients */
.ingredient, .ingredient p, .trm-bx { font-family: var(--f-text); }
.trm-bx { padding: 60px 0 70px; }
.trm-bx h1 {
  font-family: var(--f-display); font-size: clamp(40px, 4vw, 54px); line-height: 1.05; font-weight: 500; color: var(--ink);
  padding: 0 0 22px; margin-bottom: 28px; border-bottom: 0; position: relative; text-transform: none;
}
.trm-bx h1::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--burg), var(--rose-2) 40%, rgba(232, 146, 158, 0)); }
.trm-bx h1::before { content: ""; position: absolute; left: 0; bottom: -2px; width: 84px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--burg), var(--rose)); z-index: 1; }
.trm-bx h3, .trm-bx h4, .trm-bx h5 { font-family: var(--f-display); color: var(--burg); font-weight: 600; font-size: 28px; line-height: 1.15; }
.trm-bx h4 b { font-weight: 700; }
.trm-bx span { font-family: var(--f-text); color: var(--ink); font-weight: 500; }
.trm-bx p, .trm-bx li { color: var(--body); font-size: 16.5px; line-height: 1.85; }
.trm-bx strong { color: var(--ink); }
.ingredient h2, .ingredient h3, .ingredient h1 { font-family: var(--f-display); color: var(--burg); font-weight: 600; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1185px) {
  .hero__grid { gap: 50px; }
  .floaty--a { left: -20px; }
  .floaty--b { right: -10px; }
  .s2-col { width: calc(33.333% - 18px); }
}
@media only screen and (max-width: 1023px) {
  .section { padding: 76px 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 56px; padding: 56px 0 80px; }
  .hero__media { max-width: 480px; margin: 0 auto; width: 100%; }
  .hero__media::before { right: -30px; }
  .intro { grid-template-columns: 1fr; gap: 56px; }
  .why2__head, .why2 { grid-template-columns: 1fr; }
  .why2__intro { justify-self: start; }
  .s2-col { width: calc(50% - 13px); }
  .band { padding: 100px 0; }
  .band__inner { float: none; }
  .band::before { background: linear-gradient(180deg, rgba(63, 10, 32, 0.72), rgba(107, 18, 48, 0.86)); }
  .prod-det-s1-lft, .prod-det-s1-rgt { width: 100%; float: none; }
  .contact_box { width: 100%; padding: 34px 26px; }
  ul.mainMenu li a { letter-spacing: 0.1em; }
}
@media only screen and (max-width: 767px) {
  body { font-size: 16px; }
  .eyebrow { letter-spacing: 0.26em; font-size: 11px; }
  .hero__grid { padding: 40px 18px 70px; }
  .hero .shop-btn { max-width: 100%; }
  .hero h1 { font-size: clamp(46px, 13vw, 60px); }
  .floaty { padding: 9px 14px 9px 9px; }
  .floaty strong { font-size: 17px; }
  .fl-ic { width: 34px; height: 34px; }
  .floaty--a { left: -8px; top: 14%; }
  .floaty--b { right: -6px; bottom: 8%; }
  .marquee__track span { font-size: 20px; }
  .section { padding: 60px 0; }
  .intro__media { padding: 10px 0 44px 12px; }
  .intro__badge { left: -4px; top: 30px; }
  .why2__stats { grid-template-columns: 1fr; }
  .sectionTwo { padding: 64px 0 76px; }
  .s2_block { margin-top: 36px; row-gap: 26px; }
  .s2-col { width: 100%; max-width: 380px; margin: 0 auto; }
  .s2-col-txt1 { min-height: 0; }
  .shop-btn { max-width: 100%; }
  .band { padding: 80px 0; }
  .shopBreadcrm { padding: 34px 0; }
  .shopBreadcrm span { font-size: 34px; }
  .prod-det-s1-lft { border-radius: 160px 160px 30px 30px; padding-top: 34px; }
  ul.qtylist li:nth-child(1) { font-size: 38px; }
  .contact_heading { font-size: 36px; }
  .footer { padding: 54px 0 40px; }
  .footer-logo-row, .footer-link-row { width: 100%; float: none; margin-bottom: 14px; }
  .footer-link-row { justify-content: flex-start; }
  .pop-btn { width: 100%; justify-content: flex-start; }
  .pop-up-left-txt span { font-size: 26px; }
}
@media only screen and (max-width: 420px) {
  .cart-sec1 { padding: 20px 16px; }
  .contact_box { padding: 28px 20px; }
}
