
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Medium.woff2') format('woff2');
  font-weight: 500; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-color: #d5d4d0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

h3 {
  color: #17191c;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

h4 {
  border-bottom: 2px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 400;
  display: block;
}

a {
  color: #205cc3;
  font-weight: 600;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.main {
  background-color: #fff;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 7px #000;
}

.container {
  max-width: 1250px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-title {
  color: #222;
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 34.666px;
  font-weight: 400;
  line-height: 44px;
}

.author {
  color: #555;
  text-align: center;
  letter-spacing: -.3px;
  border-top: 1px #ccc;
  max-width: 340px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 14.5px;
  font-weight: 400;
}

.advert-body {
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.left-content {
  width: 100%;
  max-width: 800px;
}

.link-block-img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.link-block-img.ads {
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-image {
  width: 100%;
}

.quote-item {
  background-color: #f9f9f9;
  border-left-width: 10px;
  border-left-color: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.quote-item.last {
  margin-bottom: 40px;
}

.updates {
  margin-bottom: 20px;
}

.heading {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3c94f6;
  background-image: url('../images/alert.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cta-button {
  text-align: center;
  background-color: #63d021;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.cta-button:hover {
  background-color: #49a511;
}

.sidebar {
  align-self: flex-start;
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  position: sticky;
  top: 20px;
}

.heading-2 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}

.header {
  border-bottom: 2px solid #ccc;
  width: 100%;
  height: auto;
}

.brand-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.logo {
  flex: none;
  width: 140px;
  display: block;
}

.logo.middle {
  margin-left: auto;
  margin-right: auto;
}

.top-bar {
  text-align: center;
  padding: 2px 5px 8px;
  font-size: 14px;
  line-height: 18px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #5a787c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.f-text {
  margin-bottom: 15px;
}

.div-block {
  border-top: 1px #ccc;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
  overflow: hidden;
}

.sub-heading {
  color: #17191c;
  letter-spacing: -.5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  display: inline-block;
}

.fwhite {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.sml-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}

.sml-text._2 {
  font-size: 14px;
  font-style: italic;
}

.yellow {
  color: #205cc3;
  background-color: #ffff45;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.html-embed {
  margin-top: -15px;
}

.week {
  color: #333;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: block;
}

.yotpo-embed {
  margin-top: 30px;
}

.text-span {
  color: #205cc3;
  background-color: #ff0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.link {
  background-color: #ff0;
  padding: 5px;
  display: inline-flex;
}

.text-block {
  color: #65676b;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.postime {
  align-items: center;
  display: flex;
}

.image-4 {
  opacity: .8;
  width: 16px;
  height: 16px;
}

.wrap-pad {
  padding: 15px 18px;
}

.post-img {
  width: 100%;
}

.post-text {
  color: #212121;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

.likes-comments {
  justify-content: space-between;
  display: flex;
}

.likers {
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
  margin-top: 10px;
  padding: 8px 20px;
  display: flex;
}

.emojis {
  cursor: pointer;
  display: flex;
}

.picture {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.dots {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.image-5 {
  width: 18px;
  height: 18px;
}

.post-meta {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.facebook-post {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 0 6px #0003;
}

.name {
  color: #3658a6;
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.numcount {
  color: #a0a0a0;
  cursor: pointer;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-6 {
  width: 18px;
  height: 18px;
}

.quote-item-2 {
  background-color: #f9f9f9;
  background-image: url('../images/blockquote_1blockquote.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-width: 10px;
  border-left-color: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 10px 20px 10px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.box-2 {
  color: #fff;
  background-color: #4e7096;
  background-image: url('../images/warning_1warning.webp');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 50px;
}

.text-19 {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
}

.p {
  direction: ltr;
  color: #525252;
  text-indent: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
}

.p.p-cs1 {
  margin-top: 20px;
}

.img-click {
  width: 100%;
  height: auto;
}

.columns-3 {
  margin-bottom: 10px;
}

.offer-title {
  color: #525252;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.column-3 {
  text-align: left;
  display: block;
}

.box-4 {
  border: 1px solid #b2c7da;
  margin-bottom: 20px;
  padding: 20px;
}

.box4-wrapper {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: auto;
  display: block;
}

.button {
  letter-spacing: 0;
  background-color: #f99035;
  border: 2px solid #c2712c;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.column-4 {
  justify-content: center;
  display: block;
}

.wrapper1 {
  flex-flow: column;
  place-content: center;
  align-items: center;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.box4 {
  border: 1px solid #b2c7da;
  margin-top: 10px;
  padding: 20px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.btn-primary-2 {
  background-color: #f99035;
  border: 2px solid #c2712c;
  border-radius: 8px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.btn-primary-2.desktop {
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-3 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p-3.p4 {
  text-align: center;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.quote {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 10px 25px 20px 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-2 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.redtrack-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 17px;
}

.text-block-2 {
  color: gray;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.image-7 {
  min-width: 100%;
}

.small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  display: flex;
}

.text-span-3 {
  font-size: 27px;
  font-weight: 700;
}

.text-block-2-copy {
  color: gray;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.text-span-4 {
  color: red;
  text-decoration: line-through;
}

.text-span-5 {
  color: #049eff;
  background-color: #ff0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
}

.link-2 {
  word-break: break-all;
}

.text-span-6 {
  display: none;
}

.text-span-7 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .advert-body {
    flex-direction: column;
  }

  .left-content {
    max-width: none;
    margin-right: 20px;
  }

  .sidebar {
    max-width: 250px;
    display: none;
  }

  .sub-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .img-click {
    width: 100%;
  }

  .product-featured {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .box4-wrapper {
    margin-top: 10px;
  }

  .product-featured-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-primary-2 {
    padding-left: 10px;
    padding-right: 11px;
  }

  .product-image {
    width: 100%;
  }

  .redtrack-link {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    overflow: hidden;
  }

  .advert-body {
    flex-direction: column;
  }

  .sidebar {
    display: none;
  }

  .sub-heading {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .hideme {
    display: none;
  }

  .p {
    line-height: 1.75;
  }

  .wrapper1 {
    padding-top: 10px;
  }

  .btn-primary-2 {
    font-size: 21px;
  }

  .p-3 {
    line-height: 1.8;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 32px;
  }

  strong {
    font-weight: 600;
  }

  .heading-title {
    margin-top: 20px;
    font-weight: 400;
    line-height: 46px;
  }

  .author {
    margin-top: 13px;
    padding-top: 7px;
  }

  .left-content {
    margin-right: 0;
  }

  .link-block-img {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .quote-item {
    margin-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta-button {
    font-size: 24px;
    line-height: 30px;
  }

  .brand-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-heading {
    margin-top: 12px;
    font-family: Open Sans, sans-serif;
    font-size: 26.3456px;
    font-weight: 700;
    line-height: 31px;
  }

  .likers {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-item-2 {
    margin-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .box-2 {
    background-size: 32px;
    padding-left: 60px;
  }

  .text-19 {
    font-size: 15px;
  }

  .p {
    line-height: 1.75;
  }

  .offer-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 140%;
  }

  .product-featured {
    width: 100%;
  }

  .button {
    padding: 10px;
    font-size: 21px;
    line-height: 1.2;
  }

  .product-featured-2 {
    width: 90%;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .box4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5 {
    padding-left: 0;
  }

  .btn-primary-2 {
    text-align: center;
    max-width: 91vw;
    padding: 15px 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .btn-primary-2.desktop {
    text-align: center;
  }

  .p-3 {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .p-3.p4 {
    text-align: center;
    line-height: 1.4;
  }

  .quote {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 20px;
  }

  .redtrack-link {
    margin-bottom: 0;
  }

  .text-block-2-copy {
    margin-left: auto;
    line-height: 18px;
  }

  .text-span-6 {
    display: block;
  }

  .text-block-3 {
    margin-top: 16px;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ================= CRO-2299 v2 (Meaningful Beauty) additions ================= */

/* Item 1: Sarah's first letter — EXACT match to Clarifion .topcap
   (inline, 2x the paragraph size, bold, inherits the body Open Sans font) */
.text-span-3 {
  font-size: 2em;
  font-weight: 700;
}

/* Item 5: FREE GIFT — folded teal ribbon (design #3), clickable to checkout */
.gift-ribbon-stage {
  display: flex;
  justify-content: center;
  padding: 14px 26px 4px;
}
.gift-ribbon {
  position: relative;
  background: #0d9488;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  padding: 12px 30px;
}
.gift-ribbon:before,
.gift-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  background: #0b6b62;
}
.gift-ribbon:before { left: -18px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 50%); }
.gift-ribbon:after { right: -18px; clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%); }

/* Item 6: highlight + link the discount/offer phrase in-line, clickable to checkout */
.offer-inline {
  background-color: #ff0;
  color: #049eff;
  text-decoration: none;
  font-size: calc(1em - 2px);
  padding: 1px 3px;
  border-radius: 3px;
}
.offer-inline strong { color: #049eff; }

/* Item 5 follow-up: FREE gift value text green + bold */
.gift-value { color: #49a511; font-weight: 700; font-style: normal; }

/* Item 7: IMPORTANT bar above final product image — uses a1-dog blue .box-2/.text-19 */

/* Item (CRO-2299 follow-up): sub-headers matched EXACTLY to Clarifion disgrdm a2
   (font-family / size / weight / line-height / spacing, incl. all breakpoints) */
.sub-heading {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #17191c;
  font-size: 22.666px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 991px) {
  .sub-heading { font-size: 26px; line-height: 30px; }
}
@media screen and (max-width: 767px) {
  .sub-heading { margin-bottom: 12px; font-size: 26px; line-height: 36px; }
}
@media screen and (max-width: 479px) {
  .sub-heading {
    margin-top: 12px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26.3456px;
    line-height: 31px;
    font-weight: 700;
  }
}

/* Final CTA matched to WH a1-dog layout (box-4 / box4-wrapper / p-box4 / image-3) */
.p-box4 {
  color: #525252;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 35px;
}
.image-3 { width: 100%; height: auto; }
@media screen and (max-width: 991px) {
  .p-box4 { line-height: 1.4; }
}
/* Item 5 follow-up: center the free-gift product-name line */
.gift-name { text-align: center; }

/* CRO-2299 (Daniel): tighten white space around the date/byline so more content sits above the fold */
.heading-title { margin-top: 14px; }
.author { margin-top: 6px; padding-top: 6px; }
.left-content > a.link-block-img:first-child { margin-top: 12px; margin-bottom: 20px; }
@media screen and (max-width: 991px) {
  .heading-title { margin-top: 10px; }
  .author { margin-top: 5px; padding-top: 5px; }
  .left-content > a.link-block-img:first-child { margin-top: 12px; }
}
