:root {
  --dp-navy: #0e2a55;
  --dp-navy-2: #1a3d6b;
  --dp-navy-3: #0a1f3f;
  --dp-teal: #1a9fb5;
  --dp-teal-dark: #0f7a8a;
  --dp-teal-soft: #eaf7f9;
  --dp-gold: #b8941f;
  --dp-gold-soft: #f8f4e8;
  --dp-ink: #1a2738;
  --dp-copy: #43546a;
  --dp-muted: #5a6b85;
  --dp-line: #dce3ec;
  --dp-line-soft: #e8edf3;
  --dp-surface: #f4f7fa;
  --dp-surface-soft: #fafbfd;
  --dp-white: #ffffff;
  --dp-radius-sm: 8px;
  --dp-radius: 12px;
  --dp-radius-lg: 16px;
  --dp-shadow-sm: 0 2px 8px rgba(14, 42, 85, 0.04);
  --dp-shadow: 0 8px 28px rgba(14, 42, 85, 0.09);
}

html { scroll-behavior: smooth; }
body { background: var(--dp-white); color: var(--dp-ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.page-width { max-width: 1240px; }

.rett-button { align-items: center; border: 1.5px solid transparent; border-radius: var(--dp-radius-sm); display: inline-flex; font-size: 14px; font-weight: 700; gap: 8px; justify-content: center; min-height: 48px; padding: 12px 24px; text-decoration: none; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.rett-button:hover { box-shadow: var(--dp-shadow-sm); transform: translateY(-1px); }
.rett-button:focus-visible,
.rett-text-link:focus-visible { outline: 3px solid rgba(26, 159, 181, 0.35); outline-offset: 3px; }
.rett-button--primary { background: var(--dp-navy); border-color: var(--dp-navy); color: var(--dp-white); }
a.rett-button--primary:link,
a.rett-button--primary:visited { color: var(--dp-white); }
.rett-button--primary:hover { background: var(--dp-navy-3); border-color: var(--dp-navy-3); color: var(--dp-white); }
.rett-button--secondary { background: var(--dp-white); border-color: var(--dp-navy); color: var(--dp-navy); }
a.rett-button--secondary:link,
a.rett-button--secondary:visited { color: var(--dp-navy); }
.rett-button--secondary:hover { background: var(--dp-navy); color: var(--dp-white); }
.rett-button--light { background: var(--dp-white); border-color: var(--dp-white); color: var(--dp-navy); }
a.rett-button--light:link,
a.rett-button--light:visited { color: var(--dp-navy); }
.rett-button--outline-light { border-color: rgba(255,255,255,.68); color: var(--dp-white); }
a.rett-button--outline-light:link,
a.rett-button--outline-light:visited { color: var(--dp-white); }

.rett-visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.rett-section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; }
.rett-section-heading--center { justify-content: center; text-align: center; }
.rett-section-heading h2 { color: var(--dp-navy); font-size: clamp(30px, 3.5vw, 46px); font-weight: 750; letter-spacing: -0.035em; line-height: 1.14; margin: 0; }
.rett-section-heading > div > p:not(.rett-section-eyebrow) { color: var(--dp-copy); font-size: 16px; line-height: 1.65; margin: 13px 0 0; max-width: 680px; }
.rett-section-heading--center > div > p:not(.rett-section-eyebrow) { margin-inline: auto; }
.rett-section-eyebrow { background: var(--dp-teal-soft); border-radius: 999px; color: var(--dp-teal-dark); display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em; margin: 0 0 14px; padding: 6px 13px; text-transform: uppercase; }
.rett-section-eyebrow--light { background: rgba(255,255,255,.09); color: #75d8e5; }
.rett-text-link { color: var(--dp-navy); font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.rett-text-link:hover { color: var(--dp-teal-dark); }

.header-section { background: var(--dp-white); box-shadow: 0 1px 0 rgba(14, 42, 85, .1); }
.header__container-top-wrap { min-height: 72px; }
.header__logo-link,
.header__logo-text.typography-default { color: var(--dp-navy); font-size: clamp(22px, 2.1vw, 29px); font-weight: 800; letter-spacing: -.035em; }
.header__logo-wrapper { align-items: flex-start; flex-direction: column; }
.header__logo-wrapper::after { color: var(--dp-muted); content: "Pure Peptide & Premium Quality"; font-size: 11px; font-weight: 500; letter-spacing: 0; margin-top: 2px; white-space: nowrap; }
.header__container-bottom { background: var(--dp-white); border-top: 1px solid var(--dp-line-soft); color: var(--dp-navy); min-height: 48px; }
.header__container-bottom .header-nav { justify-content: center; }
.header__container-bottom a,
.header__container-bottom button,
.header-action-bar a,
.header-action-bar button { color: var(--dp-navy); }
.header-nav__link,
.header-nav a { font-weight: 650; }
.header-nav__link:hover,
.header-nav a:hover { color: var(--dp-teal-dark); }

.block-product-card { border-color: var(--dp-line); border-radius: var(--dp-radius); box-shadow: var(--dp-shadow-sm); }
.block-product-card img,
.product-card img { object-fit: contain; }
.block-product-card .button,
.product-detail__buy-buttons .button { border-radius: var(--dp-radius-sm); }
.product-detail__media-gallery .media-gallery__media { background: var(--dp-surface); border-radius: var(--dp-radius); }
.product-detail__media-gallery .media-gallery__image { object-fit: contain; }
.product-detail__variant-picker .variant-picker__button,
.product-detail__quantity-selector .quantity-selector__input { border-color: var(--dp-line); }

.footer { background: var(--dp-navy-3) !important; border-top: 0; color: rgba(255,255,255,.78); }
.footer .page-width { max-width: 1240px; }
.footer__inner { gap: 0; }
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer__menu-title,
.footer__custom-text-title,
.footer__email-subscribe-title,
.footer__social-media-title { color: var(--dp-white) !important; font-weight: 750; }
.footer p,
.footer li,
.footer label,
.footer span { color: rgba(255,255,255,.72); }
.footer a { color: rgba(255,255,255,.78); transition: color 160ms ease; }
.footer a:hover { color: #69d0df; }
.footer__custom-text-content { color: rgba(255,255,255,.68); line-height: 1.7; }
.footer__menu-item { padding-block-start: 11px; }
.footer__email-subscribe,
.footer__social-media { color: var(--dp-white); }
.footer .field__input { background: var(--dp-white); border-color: var(--dp-white); color: var(--dp-ink); }
.footer .field__label { color: var(--dp-muted); }
.footer .block-subscription__inline-form .button { background: var(--dp-teal); border-color: var(--dp-teal); color: var(--dp-white); }
.footer__social-media-content a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: inline-flex; height: 42px; justify-content: center; width: 42px; }
.footer__social-media-content svg { color: var(--dp-white); height: 20px !important; width: 20px !important; }
.footer__payment-icons { display: flex; filter: none; flex-wrap: wrap; gap: 8px; justify-content: flex-end; opacity: 1; }
.footer__payment-icons > svg { background: #ffffff; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; box-sizing: content-box; filter: none; height: 22px !important; padding: 3px 5px; width: auto !important; }
.footer__copyright-menu,
.footer__copyright-text { color: rgba(255,255,255,.55); }

@media (max-width: 959px) {
  .rett-section-heading { align-items: flex-start; flex-direction: column; }
  .header__logo-wrapper::after { display: none; }
  .footer__menu::after { background: rgba(255,255,255,.13); }
  .footer__menu-title .icon__arrow,
  .footer__menu-title .icon__minus { color: var(--dp-white); }
}

@media (max-width: 749px) {
  .footer__payment-icons { justify-content: center; }
  .page-width { padding-inline: 18px; }
  .rett-button { min-height: 46px; padding-inline: 20px; }
  .rett-section-heading h2 { font-size: 29px; }
  .rett-section-heading > div > p:not(.rett-section-eyebrow) { font-size: 15px; }
}
