  :root {
    --cream: #faf6f0;
    --cream-deep: #f3ece0;
    --parchment: #e8dcc8;
    --gold: #b8924a;
    --gold-light: #d4aa6a;
    --gold-pale: #f5e8cc;
    --green: #2c4a3e;
    --green-mid: #3d6355;
    --green-light: #5a8c78;
    --green-pale: #e8f0ec;
    --rose: #c17e7e;
    --rose-pale: #f8eded;
    --text: #2a2018;
    --text-mid: #5a4a38;
    --text-light: #8a7060;
    --red-accent: #a83232;
  }


  /* ── HEADER ── */
  header {
    background: var(--cream);
    border-bottom: 1px solid var(--parchment);
    padding: 20px 24px;
    text-align: center;
  }

  .logo-text {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .logo-sub {
    font-size: 11px;
    letter-spacing: 4px;
    color: #050033;
    text-transform: uppercase;
    margin-top: 2px;
  }

  /* ── HERO ── */
  /*   
  .hero {
    background: linear-gradient(160deg, var(--green) 0%, #1a3028 100%);
    color: #fff;
    padding: 80px 24px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
  }
  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 24px;
  }
  .hero h1 {
font-family: "Inter", sans-serif;
    font-size: clamp(26px, 5vw, 46px);
    font-weight: 700;
    line-height: 1.25;
    max-width: 780px;
    margin: 0 auto 24px;
    font-style: italic;
  }
  .hero h1 em {
    color: var(--gold-light);
    font-style: italic;
  }
  .hero-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.6;
    font-style: italic;
  }
  .btn-primary {
    display: inline-block;
    background: #050033;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 48px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); } */






  /* ── HERO ── */
  .hero {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    color: #fff;
    padding: 80px 24px 60px;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("../images/bn.png");
    opacity: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
  }

  .hero-text {
    flex: 1;
    min-width: 300px;
  }

  .hero-image {
    flex: 1;
    text-align: center;
    min-width: 280px;
  }

  .hero-image img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    display: block;
    margin: auto;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 24px;
  }

  .hero h1 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 24px;
    /* font-style: italic; */

  }

  .hero h1 em {
    color: #FFF;
    /* font-style: italic; */
  }

  .hero-sub {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 40px;
    line-height: 31px;
    /* font-style: italic; */
  }

  .btn-primary {
    display: inline-block;
    background: #050033;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 48px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
    border: 2px solid #050033;
  }

  .faq-q span {
    font-family: "Inter", sans-serif;
  }

  .btn-primary:hover {
    background: #fff;
    color: #000;
    border: 2px solid #050033;
    transform: translateY(-1px);
  }

  /* Mobile */
  @media (max-width: 768px) {
    .hero-content {
      flex-direction: column-reverse;
      text-align: center;
    }

    .hero h1,
    .hero-sub {
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* ── SECTION WRAPPERS ── */
  .section {
    padding: 70px 24px;
  }

  .section--cream {
    background: #dee7ffde;
  }


  .section--parchment {
    background: linear-gradient(160deg, #1b3ebb 0%, #0c0033fa 100%);
  }

  .section--parchment .section-label {
    color: #fff;
  }

  .section--parchment h2 {
    color: #fff;
  }

  .section--parchment p {
    color: #fff;
  }

  .section--green {
    background: var(--green);
    color: #fff;
  }


  .container {
    max-width: 1170px;
    margin: 0 auto;
  }

  .container--wide {
    max-width: 1000px;
    margin: 0 auto;
  }

  .section-label {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
    display: block;
  }

  .section--green .section-label {
    color: var(--gold-light);
  }

  h2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
  }


  h3 {
    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.35;
  }

  p {
    margin-bottom: 16px;
    font-size: 16px;
  }


  /* ── POWER BULLETS ── */
  .power-bullets {
    list-style: none;
    display: grid;
    gap: 16px;
    margin: 32px 0;
  }

  .power-bullets li {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    border-left: 3px solid #050033;
    padding: 16px 20px;
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 2.2vw, 18px);
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
  }

  /* ── FEATURE BLOCKS ── */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 40px;
  }

  .feature-card {
    border: 1px solid #050033;
    padding: 32px 28px;
    position: relative;
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
  }

  .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #050033, #d0daff);
  }

  .feature-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
  }

  .feature-card p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
  }

  /* ── DIFFERENTIATOR ── */
  .diff-box {
    border: 2px solid #050033;
    padding: 40px 36px;
    position: relative;
    margin-top: 32px;
  }

  .diff-box p {
    color: #000;
  }

  .diff-box::before {
    content: 'THE REAL REASON';
    position: absolute;
    top: -22px;
    left: 32px;
    background: linear-gradient(160deg, #1b3ebb 0%, #0c0033fa 100%);
    padding: 4px 12px;
    font-size: 10px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
  }

  /* ── TESTIMONIALS ── */
  .testimonial-featured {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    color: #fff;
    padding: 40px 36px;
    border-left: 5px solid #050033;
    margin: 40px 0;
  }

  .testimonial-featured blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(17px, 2.5vw, 21px);
    font-style: italic;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
  }

  .testimonial-featured cite {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
  }

  .tcard {
    background: linear-gradient(160deg, #1b3ebb 0%, #0c0033fa 100%);
    border: 1px solid #050033;
    padding: 28px 24px;
  }

  .tcard p {
    color: #fff;
  }

  .tcard-stars {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .tcard blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .tcard cite {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
  }

  .tcard .verified {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.5px;
  }

  /* ── BENEFIT BULLETS ── */
  .benefit-list {
    list-style: none;
    margin: 28px 0;
    display: grid;
    gap: 14px;
  }

  .benefit-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #fff;
  }

  .benefit-list li:last-child {
    border-bottom: none;
  }

  .benefit-list li::before {
    content: '✦';
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* ── PRICING ── */
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 40px;
  }

  .price-card {
    border: 1.5px solid var(--parchment);
    padding: 24px 20px;
    text-align: center;
    background: var(--cream);
    position: relative;
    transition: border-color 0.2s;
  }

  .price-card:hover {
    border-color: #050033;
  }

  .price-card.best {
    border: 2.5px solid #050033;
    background: var(--gold-pale);
    transform: scale(1.03);
  }

  .price-card .badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #050033;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 4px 16px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .price-card .qty {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: var(--green);
    font-weight: 700;
    margin-bottom: 6px;
  }

  .price-card .amount {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
    margin-bottom: 8px;
  }

  .price-card .perks {
    list-style: none;
    font-size: 12px;
    color: var(--green-mid);
    font-weight: 500;
    line-height: 1.9;
  }

  .price-card .perks li::before {
    content: '✓ ';
    color: var(--green);
    font-weight: 700;
  }

  .warning-box {
    background: #fff8f0;
    border: 1.5px solid #050033;
    padding: 18px 24px;
    margin: 32px 0;
    font-size: 14px;
    color: var(--text-mid);
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .warning-box::before {
    content: '⚠';
    font-size: 18px;
    flex-shrink: 0;
  }

  /* ── FAQ ── */
  /* .faq-item {
    border-bottom: 1px solid var(--parchment);
    padding: 28px 0;
  }
  .faq-item:first-child { border-top: 1px solid var(--parchment); }
  .faq-q {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .faq-q::after {
    content: '+';
    font-size: 24px;
    color: #050033;
    flex-shrink: 0;
    line-height: 1;
    font-weight: 300;
  }
  .faq-a { font-size: 15.5px; color: var(--text-mid); line-height: 1.75; } */

  /* ── FREE GIFT ── */
  .gift-box {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    color: #fff;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  /* .gift-box::after {
    content: '🌸';
    position: absolute;
    font-size: 120px;
    opacity: 0.07;
    right: -20px;
    bottom: -20px;
  } */
  .gift-box h2 {
    color: #fff;
    font-size: clamp(20px, 3vw, 30px);
  }

  .gift-box p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 16px;
  }

  /* ── CTA SECTION ── */
  .cta-section {
    background: #e2eaff;
    text-align: center;
    padding: 70px 24px;
  }

  /* ── FOOTER ── */
  footer {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 32px 24px;
    font-size: 13px;
    line-height: 2;
  }

  footer a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
  }

  footer a:hover {
    color: var(--gold-light);
  }

  /* ── DIVIDER ── */
  .floral-divider {
    text-align: center;
    color: #050033;
    font-size: 18px;
    letter-spacing: 12px;
    padding: 8px 0;
    opacity: 0.6;
  }

  /* ── TWO-COLUMN CHECKOUT ── */
  .checkout-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
  }

  .co-box {
    background: #fff;
    margin-bottom: 20px;
  }

  .co-box-title {
    background: var(--cream-deep);
    border-bottom: 1px solid #ddd;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .co-box .form-row,
  .co-box .form-group {
    padding: 0 16px;
  }

  .co-box .form-row {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
  }

  .co-box .form-row:first-of-type {
    margin-top: 14px;
  }

  .co-box .form-group label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .co-box .form-group input,
  .co-box .form-group select {
    padding: 9px 11px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
  }

  .co-box .form-group input:focus,
  .co-box .form-group select:focus {
    border-color: var(--green);
  }

  .delivery-note {
    font-size: 12px;
    color: var(--green-mid);
    padding: 10px 16px 14px;
    font-weight: 500;
  }

  /* Quantity table */
  .qty-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }

  .qty-table thead tr {
    border: 1px solid #ddd;
  }

  .qty-table thead th {
    padding: 14px 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-mid);
  }

  .qty-row {
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.15s;
  }

  .qty-row:last-child {
    border-bottom: none;
  }

  .qty-row:hover {
    background: var(--cream-deep);
  }

  .qty-row.selected {
    background: #fffbf0;
    outline: 2px solid #050033;
    outline-offset: -2px;
  }

  .qty-row.best-qty {
    background: #fffbdc;
  }

  .qty-row.best-qty.selected {
    background: #fff5b0;
    outline-color: #c8a000;
  }

  .qty-row td {
    padding: 10px 14px;
    vertical-align: middle;
  }

  .qty-ship-cell {
    text-align: right;
    font-weight: 700;
    color: var(--green);
    font-size: 16px;
    white-space: nowrap;
  }

  .qty-row-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .qty-row-label input[type="radio"] {
    display: none;
  }

  .qty-radio-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 2px solid #aaa;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s;
    flex-shrink: 0;
  }

  .qty-row.selected .qty-radio-dot {
    border-color: #050033;
    background: #050033;
    box-shadow: inset 0 0 0 3px #fff;
  }

  .qty-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 2px;
  }

  .qty-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .qty-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
    line-height: 1.3;
  }

  .qty-save {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
  }

  .qty-badge-inline {
    display: inline-block;
    background: #4766c1;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 7px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    max-width: fit-content;
    border-radius: 4px;
  }

  /* Panty size inside qty box */
  .panty-size-box {
    display: none;
    background: var(--rose-pale);
    border-top: 1px solid var(--rose);
    padding: 14px 16px;
    animation: fadeSlide 0.3s ease;
  }

  .panty-size-box.visible {
    display: block;
  }

  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .panty-size-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 10px;
  }

  .size-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .size-btn {
    border: 1.5px solid var(--rose);
    background: #fff;
    color: var(--text-mid);
    padding: 6px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    border-radius: 2px;
  }

  .size-btn:hover {
    background: var(--rose-pale);
  }

  .size-btn.active {
    background: var(--rose);
    color: #fff;
    border-color: var(--rose);
  }

  /* Payment section */
  .pay-method-row {
    padding: 0 14px;
  }

  .pay-method-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
  }

  .pay-method-opt:last-of-type {
    border-bottom: none;
  }

  .pay-method-opt input[type="radio"] {
    display: none;
  }

  .pay-radio-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 2px solid #aaa;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .pay-method-opt.selected .pay-radio-dot {
    border-color: #0057e7;
    background: #0057e7;
    box-shadow: inset 0 0 0 3px #fff;
  }

  .card-badges {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-left: 4px;
  }

  .cbadge {
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 2px;
  }

  .cbadge.visa {
    background: #1a1f71;
    color: #fff;
  }

  .cbadge.mc {
    background: #eb001b;
    color: #fff;
  }

  .cbadge.disc {
    background: #ff6600;
    color: #fff;
  }

  .cbadge.amex {
    background: #007bc1;
    color: #fff;
  }

  #card-fields {
    padding: 0 14px 4px;
  }

  #card-fields .form-row {
    padding: 0;
  }

  #card-fields .form-group {
    padding: 0;
  }

  .paypal-logo {
    font-size: 17px;
    font-weight: 800;
    color: #003087;
    font-style: italic;
    letter-spacing: -0.5px;
  }

  .order-bump-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fffbdc;
    border: 2px dashed #c8a000;
    padding: 12px 14px;
    margin: 10px 14px;
    cursor: pointer;
    font-size: 12.5px;
    color: var(--text-mid);
  }

  .order-bump-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #050033;
  }

  .order-bump-check label {
    cursor: pointer;
    line-height: 1.5;
  }

  .order-bump-check label strong {
    color: #8a5c00;
    display: block;
    margin-bottom: 2px;
  }

  .order-total-row {
    padding: 4px 14px 10px;
  }

  .otr-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--text-mid);
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }

  .otr-line:last-child {
    border-bottom: none;
  }

  .otr-line.total-line {
    font-weight: 700;
    font-size: 15px;
    color: var(--green);
    padding-top: 8px;
  }

  .submit-btn {
    display: block;
    width: calc(100% - 28px);
    margin: 0 14px 14px;
    background: #050033;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
  }

  .submit-btn:hover {
    background: var(--gold-light);
  }

  .secure-badge {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11px;
    color: var(--green-light);
    padding: 0 14px 14px;
    line-height: 1.5;
  }

  .secure-badge::before {
    content: '🔒';
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 700px) {
    .checkout-cols {
      grid-template-columns: 1fr;
    }

    .section {
      padding: 50px 20px;
    }

    .hero {
      padding: 20px 20px 50px;
    }

    .diff-box {
      padding: 28px 20px;
    }

    .testimonial-featured {
      padding: 28px 22px;
    }

    .gift-box {
      padding: 50px 24px;
    }
  }


  .jar_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .f_logo {
    filter: invert(1);
  }

  .rgtofferbx-hd p {
    margin-bottom: 0px !important;
  }

  .rgtofferbx {
    border: 3px dashed #2c4a3e;
  }

  .rgtofferbx-hd {
    background: #f7e3c6;
  }



  /* FAQ */
  /* FAQ SECTION */
  .faq-section {
    padding: 80px 20px;
  }


  .section-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
  }

  .faq-section h2 {
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.2;
    margin-bottom: 50px;
    color: #2c4a3e;
    font-family: serif;
  }

  /* FAQ ITEM */
  .faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px 0;
  }

  /* QUESTION */
  .faq-q {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    padding: 0;
  }

  .faq-q span:first-child {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    color: #1d1d1d;
  }

  /* ICON */
  .faq-icon {
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    min-width: 30px;
    transition: transform 0.3s ease;
  }

  /* ANSWER */
  .faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s ease, opacity 0.35s ease;
    opacity: 0;
  }

  .faq-a>div {
    overflow: hidden;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 17px;
    line-height: 1.8;
  }

  /* ACTIVE */
  .faq-item.active .faq-a {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 18px;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  /* MOBILE */
  @media (max-width: 768px) {

    .faq-section {
      padding: 60px 16px;
    }

    .faq-q span:first-child {
      font-size: 18px;
    }

    .faq-a>div {
      font-size: 16px;
      padding-right: 0;
    }

  }

  .faq-q span {
    color: #2c4a3e !important;
  }

  .faq-section h2 {
    color: #2c4a3e !important;
    font-size: 36px;
  }


  @media (max-width:768px) {
    .hero h1 {
      font-size: 22px;
      line-height: 32px;
    }

    .hero-sub {
      font-size: 19px;
      line-height: 29px;
    }

  }

  @media (max-width:575px) {
    .td_lft {
      width: 80%;
    }

    .qty-ship-cell {
      width: 20%;
    }

    .qty-save {
      font-size: 12px;
      line-height: 16px;
    }

    .qty-row-label {
      gap: 5px;
    }

    .qty-name {
      font-size: 12px;
    }

    .faq-q span:first-child {
      font-size: 16px;
    }

    .faq-a>div {
      font-size: 14px;
    }

    .faq-section h2 {
      font-size: 32px;
      margin-bottom: 22px;
    }
  }

  @media (max-width:480px) {
    .qty-row td {
      padding: 10px 6px;
    }

    .qty-ship-cell {
      font-size: 15px;
    }
  }


  .nightbeam_box {
    display: flex;
    align-items: center;
  }

  .night_img {
    width: 35%;
  }

  .diff-box {
    width: 65%;
  }

  @media (max-width:992px) {
    .nightbeam_box {
      flex-direction: column;
    }

    .night_img {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .diff-box {
      width: 90%;
    }

  }

  @media (max-width:768px) {
    .hero-content {
      gap: 20px;
    }
  }


  body {
    font-family: "Inter", sans-serif;
  }

  .norightpad {
    padding: 5px 10px 5px 60px;
  }

  .jaclyn-iwasyk-rev {
    width: 85%;
  }

  .pp_btn {
    margin-top: 30px;
  }

  .crd_bx {
    margin-top: 18px;
  }

  .credit_para_head {
    position: relative;
  }

  .credit_para_head::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d1d1d1;
  }

  .credit_para_head::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d1d1d1;
  }

  .cvv-box {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    padding: 12px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 999;
  }

  .cvv-img-wrapper {
    position: relative;
    text-align: center;
  }

  .cvv-img-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .cvv-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f44336;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  @media (max-width:1190px) {
    .credit_para_head {
      font-size: 14px;
    }

    .credit_para_head::before {
      left: 25px;
    }

    .credit_para_head::after {
      right: 25px;
    }
  }

  @media (max-width:1020px) {
    .credit_para_head::before {
      left: 20px;
    }

    .credit_para_head::after {
      right: 20px;
    }

    .credit_para_head {
      font-size: 12px;
    }
  }

  @media (max-width:767px) {
    .credit_para_head {
      font-size: 16px;
    }
  }

  @media (max-width:425px) {
    .credit_para_head::before {
      left: 0px;
    }

    .credit_para_head::after {
      right: 0px;
    }

    .credit_para_head {
      font-size: 14px;
    }
  }

  @media (max-width:350px) {
    .credit_para_head {
      font-size: 12px;
    }
  }

  .selqty {
    padding: 12px 10px 0px 10px;
    margin-bottom: 5px;
  }

  p.choose-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #2f2f2f;
    text-align: left;
    margin: 0 3% 15px;
  }

  .slecet-box-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 14px;
    align-items: center;
    margin: 0 3%;
    padding-top: 14px;
  }

  p.sl-qantity {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #2f2f2f;
    text-align: left;
  }

  .qty-input {
    border-radius: 4px;
    box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
    transform: scale(1.0);
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .qty-count--minus {
    border-right: 1px solid #e2e2e2 !important;
  }

  .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: 100px;
    overflow: hidden;
    position: relative;
    background: transparent;
    color: inherit;
    font-weight: bold;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
  }

  .qty-count:before,
  .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #787878 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .qty-count--add:after {
    transform: rotate(90deg);
  }

  .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    height: 2.5rem;
    line-height: 1;
  }

  .qty-count--add {
    border-left: 1px solid #e2e2e2;
  }

  .slecet-box-flex:last-child {
    border-bottom: none;
  }

  .head_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    width: 200px;
  }

  .footer {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #c6c6c6;
  }

  .ftr-logo {
    display: block;
    width: 120px;
    margin: 0 auto 15px;
  }

  .ftr-txt1 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #2d2d2d;
    margin: 10px 0 0;
  }

  .ftr-txt1 a {
    color: #2d2d2d;
    padding: 0 5px;
  }

  .stky_btn {
    display: none;
  }

  .stk_bt {
    display: none;
  }

  @media only screen and (max-width: 767px) {
    .stky_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      z-index: 999;
      max-width: 100%;
      width: 100%;
    }

    .w_fomo_wrapper {
      z-index: 99999;
    }

    .stk_wrap {
      margin: 0 auto;
    }

    .stk_bt {
      width: 100%;
      max-width: 100%;
      display: block;
    }
  }

  @media only screen and (max-width: 575px) {
    .v_logo_img {
      width: 200px;
    }
  }

  .v_main_head p {
    padding-top: 18px;
  }

  .v_ban_main_right {
    width: 50%;
  }

  .v_ban_main_left {
    width: 50%;
  }

  .v_ban_main_right_cont img {
    width: 100%;
  }

  .v_contents ul li {
    font-size: 20px;
    display: flex;
    line-height: 30px;
    padding-bottom: 10px;
    align-items: center;
  }

  .v_contents ul li img {
    margin-right: 8px;
  }

  .v_contents ul {
    padding-left: 30px;
  }

  .v_contents h1 {
    text-align: left;
  }

  .chk {
    width: 25px;
  }

  .v_contents p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .v_contents {
    margin-top: 20px;
  }

  .tee_btn {
    margin-top: 20px;
  }

  .qtbx2 {
    top: 5px;
  }

  .ecomseal-small2 {
    left: 35px;
    top: 15px;
    width: 60px;
  }

  .prdbx-lft {
    padding-left: 5px;
  }

  .prdbx-rgt-txt2 {
    font-size: 16px;
  }

  @media only screen and (max-width: 1020px) {
    .prdbx-lft-txt2 {
      font-size: 12px;
      line-height: 17px;
    }

    .bnrbtn_new {
      font-size: 18px;
    }
  }

  @media only screen and (max-width: 767px) {
    .v_ban_main_right {
      width: 100%;
    }

    .v_ban_main_left {
      width: 100%;
    }

    .tee_btn {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .prdbx-lft-txt2 {
      font-size: 15px;
      line-height: 24px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 575px) {
    .v_contents h1 {
      font-size: 21px;
    }

    .v_contents ul li {
      font-size: 18px;
      line-height: 29px;
    }

    .bnrbtn_new {
      font-size: 16px;
    }

    .tee_btn {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  @media only screen and (max-width: 479px) {
    .prdbx-lft-txt2 {
      font-size: 11px;
      line-height: 15px;
    }
  }

  .prdbx-rgt {
    width: 50%;
  }

  .prdbx-lft {
    width: 50%;
  }

  .prdbx-rgt-txt2 {
    font-size: 15px;
  }

  @media only screen and (max-width: 767px) {
    .v_box {
      width: 100%;
    }
  }

  @media only screen and (max-width: 479px) {
    .prdbx-rgt-txt2 {
      padding: 0px;
    }
  }

  .prdbx-lft-txt2 span {
    font-size: 12px;
  }

  .bnrbtn_new {
    background-color: #b8924a;
  }

  .w_fomo_wrapper .w_desc strong {
    color: #b8924a;
  }

  /* ── Panty size box ── */
  .panty-size-box {
    display: none;
    background: #e2eaff;
    border: 2px solid #050033;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 12px 0 8px;
    animation: fadeInPanty 0.35s ease;
  }

  .panty-size-box.visible {
    display: block;
  }

  @keyframes fadeInPanty {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .panty-size-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }

  .size-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .size-btn {
    padding: 6px 14px;
    border: 2px solid #050033;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
  }

  .size-btn:hover {
    background: #050033;
    color: #fff;
  }

  .size-btn.active {
    background: linear-gradient(160deg, #1b3ebbc7 0%, #0c0033fa 100%);
    color: #fff;
  }

  /* ── Override style2.css .prdbx rules inside qty-table ── */
  /* The prdbx class is needed for checkout.js but must not inherit old visual styles here */
  .qty-table .qty-row.prdbx {
    background: #ffffff none !important;
    padding: 0 !important;
    transform: none !important;
    border: 1px solid #ccd9f0 !important;
    border-radius: 6px !important;
    display: table-row !important;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: static !important;
    transition: background 0.2s ease !important;
  }

  .qty-table .qty-row.prdbx td {
    padding: 10px 8px !important;
  }

  /* Remove the background-image select.png / selected.png */
  .qty-table .qty-row.prdbx,
  .qty-table .qty-row.prdbx.active,
  .qty-table .qty-row.prdbx.selected {
    background-image: none !important;
  }

  /* Active / selected state — gold highlight, NO scale */
  .qty-table .qty-row.prdbx.active,
  .qty-table .qty-row.prdbx.selected {
    background-color: #dee7ffde !important;
    outline: 2px solid #050033 !important;
    transform: none !important;
  }

  /* Best-deal row default tint */
  /* .qty-table .qty-row.prdbx.best-qty {
    background-color: #fffbf0 !important;
    border-color: #b8924a !important;
  } */

  .qty-row {
    cursor: pointer;
  }

  @media (max-width:768px) {
    .w_fomo_wrapper {
      display: none;
    }

    .frmElmnts2 input {
      font-size: 16px !important;
    }

    .frmElmnts1 input {
      font-size: 16px !important;
    }
  }