.elementor-851 .elementor-element.elementor-element-874668f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-851 .elementor-element.elementor-element-553fbd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-851 .elementor-element.elementor-element-813d293{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-851 .elementor-element.elementor-element-8cb4ed5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-098fb08 */:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --pv-bg: #eef7fb;
  --pv-text: #40506d;
  --container-width: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: var(--pv-bg);
}

.product-hero {
  padding: 64px 24px 72px;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 211, 52, 0.16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(0, 131, 143, 0.1), transparent 24%),
    linear-gradient(180deg, #f4fafc 0%, var(--pv-bg) 100%);
}

.product-hero__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: start;
}

.product-hero__gallery {
  display: grid;
  gap: 16px;
}

.product-hero__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 50% 100%, rgba(0, 131, 143, 0.08), transparent 55%);
  border: 1px solid rgba(0, 32, 91, 0.08);
  animation: productHeroFade 0.7s ease both;
}

.product-hero__main-image {
  display: block;
  width: min(100%, 380px);
  height: auto;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 32, 91, 0.16));
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.product-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.product-hero__thumb {
  appearance: none;
  margin: 0;
  padding: 6px;
  border: 2px solid rgba(0, 32, 91, 0.1);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-hero__thumb img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
}

.product-hero__thumb:hover {
  border-color: rgba(0, 131, 143, 0.45);
  transform: translateY(-1px);
}

.product-hero__thumb.is-active {
  border-color: var(--pv-teal);
}

.product-hero__content {
  padding-top: 8px;
  animation: productHeroRise 0.75s ease 0.08s both;
}

.product-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero__title {
  margin: 0;
  color: var(--pv-navy);
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.product-hero__description {
  margin: 18px 0 0;
  max-width: 560px;
  color: var(--pv-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.product-hero__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 20px;
  margin-top: 22px;
}

.product-hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.product-hero__price-old {
  color: #7a879f;
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
}

.product-hero__price-current {
  color: var(--pv-navy);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product-hero__shipping {
  margin: 0;
  color: var(--pv-teal);
  font-size: 14px;
  font-weight: 700;
}

.product-hero__highlights {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.product-hero__highlights li {
  position: relative;
  padding-left: 30px;
  color: var(--pv-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.product-hero__highlights li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pv-lime);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.55);
}

.product-hero__cart {
  margin-top: 28px;
  max-width: 460px;
}

.product-hero__qty-label {
  display: block;
  margin-bottom: 10px;
  color: #61708c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.product-hero__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 32, 91, 0.14);
  background: rgba(255, 255, 255, 0.9);
  min-height: 52px;
}

.product-hero__qty-btn {
  appearance: none;
  width: 44px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--pv-navy);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.product-hero__qty-btn:hover {
  background: rgba(0, 131, 143, 0.08);
}

.product-hero__qty-input {
  width: 56px;
  height: 52px;
  border: 0;
  border-left: 1px solid rgba(0, 32, 91, 0.1);
  border-right: 1px solid rgba(0, 32, 91, 0.1);
  background: transparent;
  color: var(--pv-navy);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.product-hero__qty-input::-webkit-outer-spin-button,
.product-hero__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-hero__add {
  flex: 1 1 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  background: var(--pv-navy);
  color: var(--pv-white);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-hero__add svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.product-hero__add:hover {
  background: var(--pv-teal);
  transform: translateY(-1px);
}

@keyframes productHeroFade {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes productHeroRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .product-hero__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-hero__stage {
    min-height: 340px;
  }

  .product-hero__content {
    text-align: center;
  }

  .product-hero__description {
    max-width: none;
  }

  .product-hero__price-row,
  .product-hero__actions {
    justify-content: center;
  }

  .product-hero__highlights li {
    text-align: left;
  }

  .product-hero__cart {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .product-hero {
    padding: 48px 16px 56px;
  }

  .product-hero__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-hero__stage {
    min-height: 280px;
    padding: 18px;
  }

  .product-hero__add {
    flex-basis: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28607f6 */:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-orange: #e06d3a;
  --pv-bg: #eaf7fd;
  --pv-text: #40506d;
  --pv-white: #ffffff;
  --container-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: var(--pv-bg);
}

.product-highlight {
  padding: 76px 24px 84px;
  background:
    radial-gradient(circle at top right, rgba(181, 211, 52, 0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(0, 131, 143, 0.16), transparent 28%),
    linear-gradient(180deg, #001845 0%, #00205b 100%);
}

.product-highlight__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.product-highlight__header {
  margin-bottom: 34px;
  text-align: center;
}

.product-highlight__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-lime);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-highlight__title {
  margin: 0;
  color: var(--pv-white);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
}

.product-highlight__layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.product-highlight__layout::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: calc(45% + 8px);
  width: 2px;
  background: rgba(224, 109, 58, 0.7);
}

.product-highlight__layout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(45% - 52px);
  width: 62px;
  height: 2px;
  background: rgba(224, 109, 58, 0.7);
}

.product-highlight__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-highlight__circle {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--pv-orange);
  border-radius: 50%;
  background: #1956c1;
  box-shadow: 0 16px 32px rgba(0, 32, 91, 0.12);
}

.product-highlight__softgel {
  width: 66px;
  height: 38px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.45), transparent 18%),
    linear-gradient(145deg, #67110f 0%, #8f1714 38%, #b1241e 70%, #5f0d0c 100%);
  box-shadow:
    inset 0 -6px 10px rgba(0, 0, 0, 0.22),
    0 8px 16px rgba(0, 0, 0, 0.2);
  transform: rotate(-6deg);
}

.product-highlight__content {
  display: grid;
  gap: 24px;
  padding-left: 30px;
}

.product-highlight__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
}

.product-highlight__icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid var(--pv-orange);
  border-radius: 50%;
  color: var(--pv-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.product-highlight__item h3 {
  margin: 0 0 6px;
  color: var(--pv-white);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.product-highlight__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

@media (max-width: 860px) {
  .product-highlight__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-highlight__layout::before,
  .product-highlight__layout::after {
    display: none;
  }

  .product-highlight__content {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .product-highlight {
    padding: 56px 18px 64px;
  }

  .product-highlight__circle {
    width: 148px;
    height: 148px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-927826e *//* =========================================
   PACKS SECTION ONLY
   Wider cards + shorter height (frontend fix)
   ========================================= */

:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-lime-dark: #9bb82a;
  --pv-teal: #00838f;
  --pv-gold: #f5c518;
  --pv-white: #ffffff;
  --container-width: 1600px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: #f7f8f4;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Full-bleed so WordPress theme cannot squeeze cards */
section.packs,
.packs {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 64px 0 72px !important;
  transform: translateX(-50%) !important;
  background:
    radial-gradient(circle at top right, rgba(181, 211, 52, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(245, 197, 24, 0.1), transparent 30%),
    #f4f6f0 !important;
  box-sizing: border-box !important;
  overflow-x: clip !important;
}

.packs .packs__container,
.packs__container {
  width: min(100%, var(--container-width)) !important;
  max-width: var(--container-width) !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

.packs__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  width: 100%;
}

.packs__eyebrow {
  margin: 0 0 8px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.packs__title {
  margin: 0;
  color: var(--pv-navy);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.packs__shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--pv-navy);
  border-radius: 6px;
  background: var(--pv-white);
  color: var(--pv-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.packs__shop-btn:hover {
  background: var(--pv-navy);
  color: var(--pv-white);
  transform: translateY(-2px);
}

.packs__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
}

/* Equal height cards — buttons stay bottom-aligned */
.pack-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 20px 18px 18px;
  border: 1px solid rgba(0, 32, 91, 0.1);
  border-radius: 16px;
  background: var(--pv-white);
  box-shadow: 0 12px 28px rgba(0, 32, 91, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pack-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 32, 91, 0.12);
}

.pack-card--featured {
  border-color: rgba(181, 211, 52, 0.55);
  box-shadow:
    0 14px 32px rgba(0, 32, 91, 0.1),
    0 0 0 3px rgba(181, 211, 52, 0.18);
}

.pack-card__name {
  margin: 0 0 12px;
  color: var(--pv-navy);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}

.pack-card__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 12px;
  padding: 10px 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #eef5d8 0%, #f8faf4 100%);
}

.pack-card__stack {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pack-card__stack img {
  width: 140px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14));
}

.pack-card__stack--two img {
  width: 108px;
}

.pack-card__stack--two img:first-child {
  margin-right: -30px;
  transform: translateY(6px) rotate(-4deg);
  z-index: 1;
}

.pack-card__stack--two img:last-child {
  transform: translateY(-2px) rotate(4deg);
  z-index: 2;
}

.pack-card__stack--three img {
  width: 88px;
}

.pack-card__stack--three img:nth-child(1) {
  margin-right: -34px;
  transform: translateY(8px) rotate(-7deg);
  z-index: 1;
}

.pack-card__stack--three img:nth-child(2) {
  margin-right: -34px;
  transform: translateY(0);
  z-index: 2;
}

.pack-card__stack--three img:nth-child(3) {
  transform: translateY(6px) rotate(7deg);
  z-index: 3;
}

.pack-card__pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 4px;
}

.pack-card__old {
  color: #8a93a6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.pack-card__price {
  color: var(--pv-navy);
  font-size: 28px;
  font-weight: 800;
}

.pack-card__shipping {
  margin: 0 0 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.pack-card__desc {
  margin: 0 0 10px;
  color: #3d4a66;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  flex: 0 0 auto;
}

.pack-card__points {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.pack-card__points li {
  position: relative;
  padding: 6px 0 6px 20px;
  border-top: 1px solid rgba(0, 32, 91, 0.08);
  color: var(--pv-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.pack-card__points li:last-child {
  border-bottom: 1px solid rgba(0, 32, 91, 0.08);
}

.pack-card__points li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pv-lime);
}

.pack-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: auto !important;
}

.pack-card__per-bottle {
  margin: 0 !important;
  color: #6b778c;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.pack-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--pv-navy);
  border-radius: 999px;
  background: var(--pv-navy);
  color: var(--pv-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.pack-card__btn:hover {
  background: var(--pv-teal);
  border-color: var(--pv-teal);
  color: var(--pv-white);
  transform: translateY(-1px);
}

.pack-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--pv-navy);
  border-radius: 999px;
  background: transparent;
  color: var(--pv-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.pack-card__details:hover {
  background: rgba(0, 32, 91, 0.06);
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .packs__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .packs__grid {
    grid-template-columns: 1fr !important;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  section.packs,
  .packs {
    padding: 48px 0 56px !important;
  }

  .packs__container {
    padding: 0 14px !important;
  }

  .packs__title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67bd544 */:root {
  --pv-navy: #00205b;
  --pv-navy-deep: #001845;
  --pv-lime: #b5d334;
  --pv-teal: #00838f;
  --pv-white: #ffffff;
  --pf-bg: #dfe9ef;
  --pf-text: #334767;
  --container-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--pv-navy);
  background: var(--pf-bg);
}

.product-faq {
  padding: 80px 24px 88px;
  background:
    radial-gradient(circle at top right, rgba(181, 211, 52, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(0, 131, 143, 0.1), transparent 24%),
    var(--pf-bg);
}

.product-faq__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.product-faq__header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.product-faq__eyebrow {
  margin: 0 0 10px;
  color: var(--pv-teal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-faq__title {
  margin: 0 0 14px;
  color: var(--pv-navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.14;
}

.product-faq__subtitle {
  margin: 0 auto;
  max-width: 680px;
  color: var(--pf-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.product-faq__grid {
  display: grid;
  gap: 14px;
}

.product-faq__item {
  border: 1px solid rgba(0, 32, 91, 0.1);
  border-radius: 16px;
  background: var(--pv-white);
  box-shadow: 0 10px 24px rgba(0, 32, 91, 0.04);
  overflow: hidden;
}

.product-faq__question {
  position: relative;
  list-style: none;
  padding: 20px 60px 20px 22px;
  color: var(--pv-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.product-faq__question::-webkit-details-marker {
  display: none;
}

.product-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(181, 211, 52, 0.22);
  color: var(--pv-navy-deep);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.product-faq__item[open] .product-faq__question::after {
  content: "-";
  background: rgba(0, 131, 143, 0.16);
}

.product-faq__answer {
  padding: 0 22px 20px;
}

.product-faq__answer p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 32, 91, 0.08);
  color: var(--pf-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

@media (max-width: 700px) {
  .product-faq {
    padding: 60px 18px 68px;
  }

  .product-faq__title {
    font-size: 34px;
  }

  .product-faq__question {
    font-size: 15px;
    padding-right: 54px;
  }
}/* End custom CSS */