.elementor-kit-395{--e-global-color-primary:#41AF94;--e-global-color-secondary:#545F5C;--e-global-color-text:#1F1F1F;--e-global-color-accent:#61CE9C;--e-global-color-11ef162:#A2ED99;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:300;color:#0E0F0FFC;font-family:"Raleway", raleway;font-weight:bold;}.elementor-kit-395 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#78D8A1;padding-inline-end:0px;padding-inline-start:0px;}.elementor-kit-395 a{color:#2F928E;}.elementor-kit-395 h1{color:#289B7B;}.elementor-kit-395 label{color:#2E8061;}.elementor-kit-395 input:not([type="button"]):not([type="submit"]),.elementor-kit-395 textarea,.elementor-kit-395 .elementor-field-textual{background-color:#F3F3F3;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .site-branding .site-logo img{width:120px;max-width:120px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .header-inner{width:333px;max-width:100%;}}
/* Start custom CSS */2hipping h2,
.peptides-sh4H/* our Peptides – Shipping page styling */
.peptides-shipping {
  --p-primary: #0F3F44;   /* brand deep green */
  --p-primary-2: #0C3A40; /* slightly deeper (nice for headings) */
  --p-mint: #7ED9C0;      /* mint accent (adjust if you have exact mint) */
  --p-bg: #FFFFFF;
  --p-soft: #F4FAFA;
  --p-text: #102A2C;

  background: var(--p-bg);
  color: var(--p-text);
  padding: 28px;
  border: 1px solid rgba(15,63,68,.12);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15,63,68,.08);
}

.peptides-shipping h1,
.peptides-sipping h3 {
  color: var(--p-primary);
  letter-spacing: .2px;
}

.peptides-shipping h1 {
  font-weight: 700;
  margin: 0 0 10px;
}

.peptides-shipping h2 {
  margin-top: 22px;
  padding-left: 12px;
  border-left: 4px solid var(--p-mint);
}

.peptides-shipping p,
.peptides-shipping li {
  line-height: 1.65;
}

.peptides-shipping ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.peptides-shipping li::marker {
  color: var(--p-mint);
}

.peptides-shipping .note {
  background: var(--p-soft);
  border: 1px solid rgba(15,63,68,.12);
  border-left: 4px solid var(--p-mint);
  padding: 14px 14px;
  border-radius: 12px;
  margin-top: 16px;
}

.peptides-shipping a {
  color: var(--p-primary);
  text-decoration: underline;
  text-decoration-color: rgba(126,217,192,.9);
  text-underline-offset: 3px;
}

.peptides-shipping a:hover {
  opacity: .85;
}/* End custom CSS */