/** Shopify CDN: Minification failed

Line 1750:2 Expected identifier but found "*"
Line 6009:2 Expected identifier but found "*"
Line 6070:2 Expected identifier but found "*"
Line 14348:2 Unexpected "}"
Line 14426:10 "trasition" is not a known CSS property
Line 18341:4 "text-aling" is not a known CSS property

**/
@charset "UTF-8";

 @font-face {
    font-family: "HoneyScript";
    src: url("https://cdn.shopif.science-section.section2a .right-col .top-img spanfy.com/s/files/1/0281/5338/0963/files/HoneyScript-SemiBold.woff2?v=1688979551") format("woff2"),
      url("/cdn/shop/files/HoneyScript-SemiBold.woff?v=1688979539") format("woff");
  } 

  h1,h2,h3,h4,h5,h6,p,div,span,i,select,input,textarea,ul,li,ol,a,button,strong {
  font-family: 'Lexend Deca', sans-serif !important;
  }

  em {
  font-family: 'Crimson Pro', serif !important;
  }

  .jdgm-star {
      font-family: 'JudgemeStar' !important;
  }
  
.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: rgb(50, 205, 50);
  --surface-pick-up-embed-theme-error-color: rgb(179, 58, 58);
  --surface-pick-up-embed-theme-paragraph-font-size: 16px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #808080;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  display: grid;
  grid-template-columns: min-content auto;
  row-gap: var(--surface-pick-up-embed-row-gap);
  column-gap: var(--surface-pick-up-embed-column-gap);
  justify-content: flex-start;
  text-align: left;
}  

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 3px;
}

.surface-pick-up-embed__in-stock-icon {
  fill: var(--surface-pick-up-embed-theme-success-color);
}

.surface-pick-up-embed__out-of-stock-icon {
  fill: var(--surface-pick-up-embed-theme-error-color);
}

.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
  grid-column-start: 2;
  grid-column-end: 3;
}

.surface-pick-up-embed__location-info {
  grid-row-start: 1;
  grid-row-end: 2;
}

.surface-pick-up-embed__location-availability {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
  font-weight: inherit;
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
  font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}

.surface-pick-up-embed__location-pick-up-time {
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
}

.surface-pick-up-embed__modal-btn {
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: start;
  padding: 0;
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-theme-embed-body-text-color);
  text-align: left;
  -webkit-text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
          text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  cursor: pointer;
  background-color: initial;
  border: 0;
}

.surface-pick-up-items {
  padding: 0;
  margin: 0;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: rgb(50, 205, 50);
  --surface-pick-up-item-theme-error-color: rgb(179, 58, 58);
  --surface-pick-up-item-theme-paragraph-font-size: 16px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #808080;
  --surface-pick-up-item-theme-border-color: #d9d9d9;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 10px;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  row-gap: var(--surface-pick-up-item-row-gap);
  column-gap: var(--surface-pick-up-item-column-gap);
  justify-content: flex-start;
  padding-bottom: var(--surface-pick-up-item-gap);
  margin: var(--surface-pick-up-item-gap) 0 0;
  text-align: left;
  border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.surface-pick-up-item__header {
  display: flex;
  grid-column: span 3;
  align-items: flex-end;
}

.surface-pick-up-item__pick-up-location {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
  font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 2rem;
  margin: 0 0 0 auto;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 1px;
}

.surface-pick-up-item__in-stock-icon {
  fill: var(--surface-pick-up-item-theme-success-color);
}

.surface-pick-up-item__out-of-stock-icon {
  fill: var(--surface-pick-up-item-theme-error-color);
}

.surface-pick-up-item__availability {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__address-info {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  font-style: normal;
  line-height: 1.4;
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
  margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
  color: inherit;
  text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
  color: inherit;
}

.surface-pick-up-item__confirm-address {
  margin-top: var(--surface-pick-up-item-row-gap);
}

.surface-pick-up-item__confirm-address-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.complementary-products {
  --slide-item-padding: 1rem;
  --slide-item-outer-gap: 1rem;
  --slide-item-inner-gap: 1rem;
  --slide-item-border-color: black;
  --slide-item-border-thickness: 1px;
  --slider-dot-gap: 0.5rem;
  --slider-dot-size: 0.5rem;
  --slider-dot-color: #cacaca;
  --slider-active-dot-color: #787878;
}

.complementary-products__slider [data-slide] {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  gap: var(--slide-item-outer-gap);
  width: 100%;
  height: auto;
}
.complementary-products__slider .flickity-page-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: var(--slider-dot-gap);
}
.complementary-products__slider .flickity-page-dots .dot {
  margin: 0;
  border-radius: 50%;
  background: var(--slider-dot-color);
  height: var(--slider-dot-size);
  width: var(--slider-dot-size);
}
.complementary-products__slider .flickity-page-dots .dot.is-selected {
  background: var(--slider-active-dot-color);
}

.complementary-products__grid {
  display: flex;
  flex-direction: column;
  gap: var(--slide-item-outer-gap);
}

.complementary-product {
  display: flex;
  flex-direction: row;
  gap: var(--slide-item-inner-gap);
  padding: var(--slide-item-padding);
  border: var(--slide-item-border-thickness) solid var(--slide-item-border-color);
}

.complementary-product__name,
.complementary-product__price-text {
  margin: 0;
}

.complementary-product__price-text {
  display: inline-block;
}

.complementary-product__image-link {
  display: block;
  position: relative;
  line-height: 0;
}

.age-gate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.age-gate::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color, #ffffff);
  content: "";
}

.age-gate__header {
  margin-bottom: 32px;
}

.age-gate__logo-wrapper {
  position: relative;
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.age-gate__logo-wrapper + .age-gate__heading,
.age-gate__logo-wrapper + .age-gate__description {
  margin-top: 32px;
}

.age-gate__logo {
  width: auto;
  height: auto;
  max-width: 100%;
}

.age-gate__heading {
  margin-top: 0;
  margin-bottom: 0;
}
.age-gate__heading + .age-gate__description {
  margin-top: 12px;
}

.age-gate__description {
  margin-top: 0;
  margin-bottom: 0;
}

.age-gate__content {
  position: relative;
  z-index: 1;
  /* Extra small devices (phones, 768px and down) */
  max-width: 75%;
  /* Medium devices (landscape tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .age-gate__content {
    max-width: 50%;
  }
}

.age-gate__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.age-gate__select-wrapper {
  /* Extra small devices (phones, 768px and down) */
  grid-column: 1/4;
  /* Medium devices (landscape tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .age-gate__select-wrapper {
    grid-column: unset;
  }
}

.age-gate__select {
  margin-top: 0;
  margin-bottom: 0;
  /* Medium devices (landscape tablets, 768px and up) */
}
@media only screen and (min-width: 768px) {
  .age-gate__select {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}

.age-gate__confirm_btn {
  grid-column: 1/4;
}

.age-gate__error {
  grid-column: 1/4;
  margin-top: 10px;
  color: var(--color-error, #ea555c);
}

/******************************************************************
Theme Name: Parallax
Theme URI: http://themes.shopify.com/themes/parallax/styles/aspen?ref=out-of-the-sandbox
Author: Out of the Sandbox (http://outofthesandbox.com)
Description: Shopify Theme (http://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Mixins
  #Functions
  #Helper Classes
  #Reset & Basics
  #Fonts
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Placeholders
  #Videos
  #Buttons
  #Cart
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles
  #Slideshow
  #Product thumbnail
  #Home page - Rich text
  #Home page - Gallery
  #Home page - Featured product
  #Home page - Featured promotions
  #Home page - Divider
  #Home page - Newsletter
  #Home page - Image with text
  #Home page - Quote
  #Contact form
  #Blog
  #Blog posts
  #Image Gallery
  #Image with text
  #Testimonials
  #Logo-list
  #Search
  #Predictive search
  #Mobile search
  #Swatch Styles
  #Sidebar
  #mmenu
  #FlexSlider
  #Quick Shop
  #Flickity
  #Product blocks
  #Product Slider Custom Styles
  #Thumbnail Gallery Styles
  #Content Creator
  #FancyBox
  #Plyr
  #Model Viewer
  #Product Media Custom Styles
  #Currency / Language switcher
  #Grid/layout
  #Password Page
  #Order Page
  #Integrated Shopify Reviews
  #Homepage Banner Images
  #Unit Pricing
  #Product rating
  #Font-Face
  #Complementary products
  #Custom Styles */
/* #Mixins
================================================== */
/*
  This mixin can be used to prevent word overflow:
  @include word-wrap();
*/
/* #Helper Classes
================================================== */
.is-flex {
  display: flex;
}

.is-inline-flex {
  display: inline-flex;
}

.is-align-start,
.is-align-left {
  align-items: flex-start;
}

.is-align-end,
.is-align-right {
  align-items: flex-end;
}

.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}

.is-align-baseline {
  align-items: baseline;
}

.is-align-center {
  align-items: center;
}

.is-align-stretch {
  align-items: stretch;
}

.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}

.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-space-around {
  justify-content: space-around;
}

.is-justify-space-between {
  justify-content: space-between;
}

.is-flex-nowrap {
  flex-wrap: nowrap;
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.is-flex-row {
  flex-direction: row;
}

.is-flex-row-reverse {
  flex-direction: row-reverse;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-column-reverse {
  flex-direction: column-reverse;
}

.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}

.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}

.has-padding-top {
  padding-top: 20px;
}

.has-padding-bottom {
  padding-bottom: 20px;
}

.has-padding-left {
  padding-left: 20px;
}

.has-padding-right {
  padding-right: 20px;
}

.has-padding {
  padding: 20px;
}

.text-align-center {
  text-align: center;
}

.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}

.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.is-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 481px) and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

/* Scroll */
.scroll-locked {
  overflow: hidden;
  touch-action: manipulation;
}

/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

html, body {    
  overflow-x: hidden;
}
  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Fonts
================================================== */@font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n1.7ac6a2233ee9eda8d5e906a90d109d1138a3c5c7.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=6fd24bb235091ce3fc98ef4c2e6b894a4a6cfb4220f7add918e081bbf5e4e425") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n1.c4e046668207726c84b74f1a602800f2f718fff0.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=f17ec340b95e9d3519c3fdb22cce5c47049a9c1834ff26564da4f4ff94b13c05") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i1.a8c96c08dddd60daa540fcf458610820c3ced64c.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=2f44a841ed4bcff0a73b7aa53d44a306cff0c37a643456fc8b64526e65de721a") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i1.0c90a0324fb620a4e944dbba474e4ad622129d8d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b33fc66902d0f2a5ef5c54dfa89203b4be7b6743f070bf38c041d444da772810") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c7214b96e6f78fb5967996625d42bdb462fe22de37eecf0da4adbf7ca8f6d574") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b0a688a3e897d4c54405a9ee27d2943fb08cc6d2063ffd7497af941b78ddd64a") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.4edc746dce14b53e39df223fba72d5f37c3d525d.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c8d34c39c376015921d1ead50d28d2ae1d1727c2fdf3a03fb55112e017626a3c") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_n7.051568b12ab464ee8f0241094cdd7a1c80fbd08d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=3648f26feb663d74c8592b6fb7a877f278cb2dc637317260995b1d800716b0d0") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.a2ba85bff59cf18a6ad90c24fe1808ddb8ce1343.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8722f94d250d5121ad690e53bb1121c5183dfdd2ee6ebbf39a3b6f0aee4850c6") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i4.2dba61e1d135ab449e8e134ba633cf0d31863cc4.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a6f96a3a91df106580436bef92ff59ad5aea1d99c63e0c0c1b4239852d4ee377") format("woff");
}


  @font-face {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.733dd5c50cdd7b706d9ec731b4016d1edd55db5e.woff2?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=e5e748605436033b9acb4633d38fdbf67f28bd6dbe66943635ee0531a2fb937f") format("woff2"),
       url("//www.skinesa.com/cdn/fonts/josefin_sans/josefinsans_i7.094ef86ca8f6eafea52b87b4f09feefb278e539d.woff?h1=c2tpbmVzYS5jb20&h2=c2tpbmVzYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0f5aec05017cd4867230fd1311ba2b26d2eb47e7098c0ed074b91d9a1dcbb35f") format("woff");
}


/* #Basic Styles
================================================== */
body {
  background-color: #3b6b8f;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #494c50;
  line-height: 1.8em;
  overflow-wrap: break-word;
}

#content_wrapper {
  width: 100%;
  background-color: #ffffff;
}.site-overlay {
  display: none;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.site-overlay[data-animation] {
  display: block;
  transition: opacity 250ms;
}
.site-overlay[data-animation-state=open] {
  display: block;
  opacity: 1;
}

::selection {
  background: #FFF7B6;
  color: black;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

abbr {
  border-bottom: 1px dotted #b8c6c6;
}

/* #Typography
================================================== */
/* Secondary Logo */
.shopify-section--header .secondary-logo--true .secondary_logo {
  display: none;
}

.shopify-section--header .secondary-logo--true .primary_logo {
  display: none;
}

.shopify-section--header.feature_image .secondary-logo--true .secondary_logo {
  display: block;
}

.shopify-section--header:not(.feature_image) .secondary-logo--true .primary_logo {
  display: block;
}

.header.sticky--active .secondary-logo--true .primary_logo {
  display: block;
}
.header.sticky--active .secondary-logo--true .secondary_logo {
  display: none;
}

.logo {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.headline,
.subtitle p,
.footer_menu a,
.empty_cart,
.promo-banner {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #5e8bb2;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.collection_title {
  font-weight: inherit;
}

h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active,
.collection_title a,
.collection_title a:hover,
.collection_title a:visited,
.collection_title a:active {
  color: #5e8bb2;
}

h1,
.h1,
h1.home,
h2.title,
h2.title a,
.collection_title,
h3.title {
  font-size: 26px;
  line-height: 1.8em;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 400;
  padding-top: 4px;
  color: #5e8bb2;
  text-align: center;
}

h2.title.align_right {
  text-align: right;
  margin: 0 0 15px 0;
}

h2.title.align_left {
  text-align: left;
  margin: 0 0 15px 0;
}

h1.product_name {
  margin-bottom: 15px;
  text-align: left;
}

h1.article_title {
  margin-bottom: 5px;
  text-align: left;
}

h1.article_title.align_center {
  text-align: center;
}

h2.product_name a {
  color: #5e8bb2;
}

h2,
.h2 {
  font-size: 22px;
  margin-bottom: 0.75em;
  line-height: 1.5em;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 35px;
  margin: 0 auto 15px 0;
}

h3.title a {
  color: #5e8bb2;
}

h1.collection_title,
div.collection_title {
  margin-bottom: 0;
  line-height: 26px;
  display: inline;
}

h1.collection_title_tags,
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #b8c6c6;
}

h4,
.h4,
h4.title a,
h6.title {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 0.5em 0;
  padding: 0;
  padding: 7px 0;
  color: #5e8bb2;
}

h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-size: 18px;
  padding-bottom: 1em;
}

h5.sub_title {
  padding: 5px 0;
  color: #5e8bb2;
}

h5.sub_title a {
  color: #5e8bb2;
}

h6,
.h6,
h6.title,
ul.footer_menu a,
ul.footer_menu a:visited {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  max-width: 100%;
}

p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.items_left p {
  margin: 5px 0;
}.align_left .feature_divider {
  margin-left: 0;
  margin-right: 0;
}

.text-align--right {
  text-align: right;
  align-items: flex-end;
}
.text-align--right .description:before {
  margin-right: 0;
}

.text-align--left {
  text-align: left;
  align-items: flex-start;
}
.text-align--left .description:before {
  margin-left: 0;
}

.text-align--center {
  text-align: center;
  align-items: center;
}
.text-align--center .description:before {
  margin-left: 0;
}

p.trim-paragraph {
  margin-bottom: 0;
}

.trim-last-paragraph p:last-child {
  margin-bottom: 0;
}

.feature_divider_alternate {
  margin: initial;
  margin-bottom: 25px;
}

.content h2 {
  margin-bottom: 0;
  line-height: 1.8em;
}

.page-divider {
  opacity: 0;
  border-color: #5e8bb2;
}

.active-divider {
  opacity: 1;
}

/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #b8c6c6;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #b8c6c6;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0;
}

.quote,
.message {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic;
}
.footer .quote,
.footer .message {
  text-align: left;
  font-weight: bold;
  padding: 10px 0;
}

div.section.collection_description {
  margin: 0 0 1.5em 0;
}

input.action_button.sign_up {
  line-height: 1;
}

/* #Links
================================================== */
a, a:visited {
  color: #5e8bb2;
  text-decoration: none;
  outline: 0;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: #2c3439;
}

a:focus {
  outline: #025ECC auto 5px;
}

a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

ul, ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

ul.none {
  list-style: none outside;
  margin-left: 0;
}

ul.border {
  list-style: none outside;
  line-height: 26px;
}

ul.border li {
  border-bottom: 1px solid #b8c6c6;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

.detailed-list {
  margin-top: 10px;
}

/* #Announcement bar
================================================== */
.promo-banner {
  width: 100%;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  z-index: 5;
}
@media only screen and (max-width: 798px) {
  .promo-banner {
    position: absolute;
    font-size: 11px;
    width: 100%;
    z-index: 200;
  }
}

.promo-banner__text {
  margin: 0;
  font-size: 12px;
  padding-right: 0;
  padding-left: 0;
}

.promo-banner__close {
  display: flex;
  align-items: center;
  top: 0;
  right: 10px;
  position: absolute;
  padding: 0;
  height: 100%;
  font-size: 18px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
}
.promo-banner__close:hover, .promo-banner__close:active {
  background: transparent;
}

.promo-banner__close[class*=" icon-"] {
  margin-right: 0;
}

.promo-banner--true .promo-banner {
  display: block;
}

@media only screen and (max-width: 798px) {
  .promo-banner--true .shopify-section--header {
    padding-top: 40px;
  }
  .promo-banner--true .global-wrapper {
    margin-top: 25px;
  }
  .promo-banner--true div.content {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 798px) {
  .promo-banner ~ .header {
    padding-top: 40px;
  }
}

.feature_image .promo-banner ~ .header.sticky-header--true.sticky--active {
  top: 25px;
}

.sticky-promo--true {
  position: fixed;
}

/* #Menu
================================================== */

.header {
  z-index: 10001;
  width: 100%;
  top: 0;
  transition: background-color 500ms ease;
  animation-delay: 1.25s;
}

div.header_bar,
div.sticky--active {
  top: 0;
  background: #ffffff;
}

.no-js .header {
  background: #ffffff;
}

.header.sticky--active {
  animation-delay: 0s;
}

.feature_image .header.sticky-header--true.header-background--false {
  position: absolute;
}

.feature_image .header.sticky-header--true.sticky--active {
  position: fixed;
  top: 0;
}

.header div.dropdown__wrapper {
  padding-bottom: 5px;
  padding-top: 5px;
}

.header.header-dropdown-position--below_header div.dropdown__wrapper,
.header.header-dropdown-position--below_parent div.dropdown__wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.header.header-dropdown-position--below_header div.dropdown__wrapper ul.menu li,
.header.header-dropdown-position--below_parent div.dropdown__wrapper ul.menu li {
  padding: 10px 0 10px 3px;
}
.header.header-dropdown-position--below_header div.dropdown__wrapper ul.menu .dropdown-links li,
.header.header-dropdown-position--below_parent div.dropdown__wrapper ul.menu .dropdown-links li {
  padding: 5px 0 5px 3px;
}

@media only screen and (max-width: 798px) {
  .global-wrapper {
    margin-top: 40px;
  }
}

body .mm-page {
  width: 100%;
}

body .mm-slideout {
  z-index: auto;
}
body .mm-slideout.mm-wrapper__blocker {
  z-index: 5002;
}

body .mm-slideout .promo-banner {
  z-index: 10001;
}

#header {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid #b8c6c6;
  color: #5e8bb2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
  z-index: 5001;
  width: 100%;
  opacity: 0.95;
  top: 0;
  box-sizing: border-box;
}

#header.mm-fixed-top.mobile-sticky-header--false {
  position: absolute;
}

#header a {
  color: #5e8bb2;
  font-size: 32px;
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 25px;
  padding-top: 5px;
}

div#header a span {
  display: inline;
  padding-left: 8px;
  position: relative;
  top: -2px;
}

#header a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
  padding-top: 8px;
  top: 0px;
}
#header a.icon-menu,
#header a.right {
  z-index: 1;
  padding-top: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#header a.icon-menu:before {
  font-size: 24px !important;
}
#header a.icon-menu span {
  top: -5px;
  line-height: 1;
}
#header a.icon-menu:before {
  margin-left: 38px;
}
#header a.icon-menu {
  left: -20px;
}

.header .nav {
  display: flex;
}

.nav ul {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.nav ul li {
  display: inline-block;
  margin: 0;
  border: 0;
}

.nav ul li {
  *display: inline;
}

.nav ul li a.dropdown-link,
.nav ul li summary.dropdown-link {
  padding: 10px 4px;
}

.nav ul li:hover a.dropdown-link,
.nav ul li:hover summary.dropdown-link {
  color: #7f8c8d;
  z-index: 1009;
}

.nav a,
.nav a:visited,
.nav a:active,
#header a span,
.nav a.cart-button span,
select.currencies,
.nav summary,
.nav summary:visited,
.nav summary:active {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #5e8bb2;
  position: relative;
  display: block;
  letter-spacing: 1px;
  padding: 10px 4px 10px 4px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* When a featured image is present use "main menu over content" color */
.feature_image .header .nav a,
.feature_image .header .nav summary,
.feature_image .header .nav a.icon-cart,
.feature_image .header .nav a.cart-button span,
.feature_image .header #header__selector-form button.disclosure__toggle,
.feature_image .header #header__selector-form button.disclosure__toggle span {
  color: #5e8bb2;
}

.feature_image .header .nav #header__selector-form button.disclosure__toggle {
  background-color: rgba(94, 139, 178, 0.2);
}

/* When the header becomes fixed use "main menu" color */
.header.header_bar .nav a,
.header.header_bar .nav summary,
.header.header_bar .nav a.icon-cart,
.header.header_bar .nav a.cart-button span,
.feature_image .header.header_bar #header__selector-form button.disclosure__toggle,
.feature_image .header.header_bar #header__selector-form button.disclosure__toggle span {
  color: #5e8bb2;
}

.header.header_bar .nav #header__selector-form button.disclosure__toggle {
  background-color: rgba(94, 139, 178, 0.2);
}

.header-text-shadow--true a,
.header-text-shadow--true a.icon-cart,
.header-text-shadow--true a.cart-button span,
.header-text-shadow--true #header__selector-form button.disclosure__toggle,
.header-text-shadow--true #header__selector-form button.disclosure__toggle span {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.feature_image .header .nav a:hover,
.nav a.active, .header_bar a.active,
.nav summary.active,
.feature_image .header .nav a:focus {
  color: #7f8c8d !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .mm-opened .feature_image .promo-banner {
    top: 0;
  }
}
.nav a.icon-cart span {
  display: inline;
}

a.icon-cart,
a.icon-search {
  font-size: 16px !important;
}

.nav ul.search_nav {
  margin-bottom: 5px;
}

nav ul li a:focus,
.nav ul li a:hover,
.nav ul li a:hover .icon-arrow-down,
.nav a.icon-cart:hover span {
  color: #7f8c8d !important;
}

.nav ul.menu li {
  line-height: 1;
  position: relative;
  padding: 5px 0 5px 3px;
}

.nav ul.menu li:hover {
  z-index: 1009;
}

input.guest_button,
input[type=button].guest_button {
  font-size: 16px;
  background-color: #666;
  padding: 8px 18px 8px 18px;
  border-radius: 35px;
}

input[type=submit].guest_button,
input[type=button].guest_button {
  color: #5e8bb2;
  box-shadow: none;
}

.nav ul li .cart-button span {
  padding-left: 5px;
  top: -1px;
}

input[type=submit].guest_button,
input[type=submit].guest_button:hover {
  background-color: #666;
}

input[type=submit].guest_button:hover {
  color: #5e8bb2;
}

/* sub-levels link */
.menu ul a,
.menu li:hover > ul a,
.header .nav ul.menu ul li a {
  padding: 8px 12px;
  background: none;
  text-align: left;
  color: #5e8bb2;
  line-height: 1.2;
}

/* sub-level ul */
.dropdown {
  top: 50%;
  z-index: 1008;
  position: absolute;
  padding-top: 16px;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 1500ms, opacity 1500ms;
}
.dropdown a {
  text-shadow: none !important;
}

.dropdown--align {
  right: 0;
  left: auto;
}

.dropdown-wide {
  width: 500px;
}
.dropdown-wide ul li a {
  word-wrap: break-word;
}

.dropdown-link .icon-arrow-down {
  position: relative;
  top: 1px;
}

.dropdown-links {
  background: #ffffff;
  position: relative;
  display: flex;
}

.nav ul.menu ul {
  width: 250px;
  display: block;
}

.nav ul.menu ul li {
  display: block;
  text-align: left;
  padding: 0;
}

.nav ul.menu ul li a {
  border: 0;
}

.nav ul.menu ul li a.sub-link {
  display: block;
  padding: 5px 24px;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
}

/* show dropdown ul on hover */
.menu li:hover > .dropdown,
.menu li > details[open] + .dropdown {
  z-index: 1008;
  max-height: none;
  opacity: 1;
  visibility: visible;
  transition: max-height 0, opacity 500ms;
}

ul.header__navigation {
  flex: 1 1 auto;
}
ul.header__navigation details > summary::-webkit-details-marker {
  display: none;
}
ul.header__navigation summary {
  list-style: none;
  cursor: pointer;
}

ul.header__secondary-navigation {
  display: flex;
  z-index: 5;
  position: relative;
  flex: 0 0 auto;
  padding-left: 20px;
  text-align: right;
  max-width: 50%;
}

/* Currency / language switcher in header */
#header__selector-form.selectors-form {
  margin: 0;
}
#header__selector-form .selectors-form__wrap {
  margin: 0;
}
#header__selector-form button.disclosure__toggle {
  background-color: rgba(94, 139, 178, 0.2);
  border: 0;
  color: #5e8bb2;
  margin-bottom: 0;
  margin-top: 0;
}
#header__selector-form button.disclosure__toggle:hover, #header__selector-form button.disclosure__toggle:hover .icon-arrow-down {
  color: #7f8c8d;
}
#header__selector-form button.disclosure__toggle.is-clicked + .disclosure__list-wrap #header__selector-form button.disclosure__toggle:focus + .disclosure__list-wrap {
  display: block;
}
#header__selector-form button.disclosure__toggle span {
  color: #5e8bb2;
  text-shadow: none;
}
#header__selector-form .disclosure__list-wrap {
  top: 50%;
  position: absolute;
  padding-top: calc(16px + 8px); /* Accounts for the disclosure button padding and background color */
}
#header__selector-form .disclosure-list {
  background: #ffffff;
  bottom: initial;
  display: block;
  float: none;
  list-style: none;
  padding: 0;
  width: auto;
}
#header__selector-form .disclosure-list__item {
  padding: 0;
}
#header__selector-form button.disclosure__button {
  color: #5e8bb2;
  padding: 14px 18px;
  text-align: left;
}
#header__selector-form button.disclosure__button:hover {
  color: #7f8c8d;
  opacity: 1;
}

.header:not(.header-background--true) .menu .currencies .disclosure__toggle {
  color: #5e8bb2;
}

/* Currency / language switcher on mobile */
.mobile-menu__disclosure.selectors-form {
  display: block;
}
.mobile-menu__disclosure.selectors-form .disclosure__toggle {
  border: 0;
  margin-top: 0;
}
.mobile-menu__disclosure.selectors-form .disclosure-list__item {
  padding: 0;
}
.mobile-menu__disclosure.selectors-form .disclosure-list__item:last-child:after {
  border-bottom: 0;
}
.mobile-menu__disclosure.selectors-form button.disclosure__button {
  line-height: 1.8em;
  padding: 12px 10px 12px 20px;
  text-align: left;
  width: 100%;
}

/* Match mm-menu styling */
.mm-menu_theme-black .selectors-form button.disclosure__button {
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu_theme-white .selectors-form button.disclosure__button {
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu_theme-dark .selectors-form button.disclosure__button {
  color: rgba(255, 255, 255, 0.6);
}

.default-header li.cart,
.default-header li.search,
.default-header li.header-account {
  vertical-align: top;
}

.menu-toggle, .menu-toggle[class*=" icon-"] {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 9px 6px 6px 6px;
  margin-right: 0;
  font-size: 16px;
  transition: transform 0.3s linear;
}
.menu-toggle.active, .menu-toggle[class*=" icon-"].active {
  transform: rotateX(180deg);
}

.scroll-arrow {
  opacity: 1;
  display: block;
  border: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  animation-delay: 0.75s;
  width: 70px;
  z-index: 1;
  transition: opacity 0.3s;
}
.scroll-arrow span {
  color: #ffffff;
  font-size: 30px;
  display: block;
  margin: 0;
}

.scroll-arrow:hover {
  opacity: 0.5;
}

.vertical-text-position--bottom .scroll-arrow {
  bottom: 20px;
}

/* Featured image banners */
.featured-image--true + div.content {
  padding-top: 40px;
}

.container div.collection_nav {
  margin-bottom: 1.5em;
}

.collection_menu, .collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -1px;
  margin: 0;
}

.collection_menu li {
  padding-left: 25px;
}

.toggle_list a {
  display: inline-block;
  position: relative;
  left: -8px;
  padding-left: 8px;
  border-left: solid 4px transparent;
  transition: border 200ms ease-out;
}

.toggle_list a.active, .toggle_list a:hover, ul.blog_list a.active--default {
  border-left: solid 4px #B8C6C6;
  display: inline-block;
}

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article #content_wrapper img,
.article_image img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.footer img,
#target img {
  max-width: 100%;
  height: auto;
}

.zoomImg {
  background-color: #ffffff;
}

.zoom-container {
  width: 100%;
  display: block;
}

.rounded {
  margin: 0 20%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0);
}

/* Lazyloading styles */
.lazyload--fade-in {
  -webkit-backface-visibility: hidden;
  filter: blur(5px);
  transition: filter 200ms, opacity 0.2s;
  opacity: 0.2;
}
@media only screen and (min-width: 799px) {
  .lazyload--fade-in {
    transform: translate3d(0, 0, 0);
  }
}
.lazyload--fade-in.lazyloaded {
  opacity: 1;
  filter: blur(0);
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-element__wrap img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thumbnail .image-element__wrap {
  margin: 0 auto;
}

/* #Placeholders
================================================== */
.shopify-section--featured-promotions svg,
.featured-products-section svg,
.shopify-section--featured-collection svg,
.shopify-section--blog-posts svg,
.shopify-section--collection-list svg {
  background-color: #f3f3f3;
  fill: #7f8c8d;
}

.featured-products-section .section {
  margin: 30px 0px;
}

.placeholder-svg {
  fill: rgba(94, 139, 178, 0.3);
  background-color: rgba(94, 139, 178, 0.4);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  max-height: 600px;
}

.shopify-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions,
.shopify-section--image-with-text .featured-link--image:nth-child(odd) .placeholder-svg--promotions,
.shopify-section--gallery .gallery_image:nth-child(even) .placeholder-svg,
.shopify-section--logo-list .logo-bar__item:nth-child(even) .placeholder-svg {
  background-color: rgba(94, 139, 178, 0.35);
}

.bcg-placeholder {
  background-color: #5e8bb2;
}

.homepage_slider .bcg-placeholder {
  background-color: transparent;
}

.homepage_slider ul li:nth-child(2n+1) .bcg-placeholder {
  background-color: #5e8bb2;
}

.homepage_slider ul li:nth-child(2n) .bcg-placeholder {
  background-color: rgba(94, 139, 178, 0.35);
}

.homepage_slider.slider-loading .slides > li:first-child {
  opacity: 1 !important;
}

/* #Videos
================================================== */
.video-wrapper {
  position: relative;
}
.video-wrapper .plyr--video,
.video-wrapper .plyr__video-embed,
.video-wrapper video {
  display: none;
}
.video-wrapper.video-is-playing .plyr--video,
.video-wrapper.video-is-playing .plyr__video-embed,
.video-wrapper.video-is-playing video {
  display: block;
}
.video-wrapper.video-is-playing .video__text {
  height: auto;
  width: 100%;
}
.video-wrapper.video-is-playing .horizontal-text-position--center .video__text-container {
  justify-content: center;
}
.video-wrapper.video-is-playing .horizontal-text-position--left .video__text-container {
  justify-content: flex-start;
}
.video-wrapper.video-is-playing .horizontal-text-position--right .video__text-container {
  justify-content: flex-end;
}
.video-wrapper.video-is-playing .vertical-text-position--center .video__text-container {
  align-items: center;
}
.video-wrapper.video-is-playing .vertical-text-position--top .video__text-container {
  align-items: flex-start;
}
.video-wrapper.video-is-playing .vertical-text-position--bottom .video__text-container {
  align-items: flex-end;
}
.video-wrapper.video-is-playing .banner__wrap,
.video-wrapper.video-is-playing .parallax__wrap {
  height: auto !important;
}
.video-wrapper.video-is-playing .parallax__wrap,
.video-wrapper.video-is-playing .banner__wrap {
  display: block;
}
@media only screen and (max-width: 798px) {
  .video-wrapper.video-is-playing .parallax {
    display: none;
  }
}
.video-wrapper.video-is-playing img {
  display: none;
}
.video-wrapper.video-is-playing .video__text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
}
.video-wrapper .video-wrapper__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.video-wrapper .video-wrapper__image img {
  object-fit: cover;
}
.video-wrapper .action_button {
  padding: 10px 40px;
}
.video-wrapper .display-text-over-video--false {
  align-items: center;
  justify-content: center;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  z-index: 2;
  pointer-events: none;
}
.video-wrapper .video__text-container a.action_button {
  pointer-events: all;
}
.video-wrapper .video__text {
  display: flex;
  height: 100%;
}
.video-wrapper .video__text.text-align--left {
  text-align: left;
  justify-content: flex-start;
}
.video-wrapper .video__text.text-align--left .headline,
.video-wrapper .video__text.text-align--left .subtitle {
  text-align: left;
}
.video-wrapper .video__text.text-align--right {
  text-align: right;
  justify-content: flex-end;
}
.video-wrapper .video__text.text-align--right .headline,
.video-wrapper .video__text.text-align--right .subtitle {
  text-align: right;
}
.video-wrapper .video__text.text-align--center {
  text-align: center;
  justify-content: center;
}
.video-wrapper .video__text.text-align--center .headline,
.video-wrapper .video__text.text-align--center .subtitle {
  text-align: center;
}
.video-wrapper .video__text-wrapper {
  max-width: 55%;
  padding: 50px 10px;
}
@media only screen and (max-width: 798px) {
  .video-wrapper .video__text-wrapper {
    padding: 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .video-wrapper .video__text-wrapper {
    max-width: 100%;
  }
}
.video-wrapper .horizontal-text-position--center .video__text-wrapper {
  max-width: 80%;
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .video-wrapper .horizontal-text-position--center .video__text-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 798px) {
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .video__text-container {
    position: absolute;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false.video-is-playing .mobile-placeholder-svg {
    display: none;
  }
}

:not(.plyr__video-wrapper) .plyr__video-embed {
  position: relative;
}

/* #Buttons
================================================== */
a.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button],
.share-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: #ffd122;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

a.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.action_button:hover,
input.action_button[type=submit]:hover,
input.action_button[type=button]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background: #5e8bb2;
  transition: all 200ms ease 0s;
}

a.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.action_button:active,
input.action_button[type=submit]:active,
input.action_button[type=button]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.add_to_cart,
#cart_form .add_to_cart,
form.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}

.disabled {
  pointer-events: none;
}

.amazon-payments-pay-button {
  display: block !important;
  text-align: center;
}

.add_to_cart.action_button {
  line-height: initial;
  min-height: 44px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .add_to_cart.action_button {
    min-height: 50px;
  }
}

.action_button.action_button--secondary,
.cart-button-update.action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid #ffd122;
  color: #ffd122;
  margin-bottom: 8px;
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 44px;
}

.cart-button-update.action_button.action_button--secondary {
  min-height: 55px;
  width: 100%;
}

.cart-button-update.action_button.action_button--secondary:hover {
  color: #000000;
}

.shopify-payment-button {
  position: relative;
}

.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
}

.shopify-payment-button__button--unbranded {
  margin-top: 0;
}

button.shopify-payment-button__more-options {
  color: #494c50;
  box-shadow: none;
  text-transform: none;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
button.shopify-payment-button__more-options:hover {
  background-color: transparent;
}

.purchase-details {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .purchase-details {
    align-items: flex-end;
  }
}

.purchase-details.smart-payment-button--true {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .purchase-details.smart-payment-button--true .purchase-details__quantity {
    margin-right: 8px;
  }
}

.purchase-details.smart-payment-button--false {
  align-items: flex-end;
}

.purchase-details__quantity {
  margin-right: 20px;
}
.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .purchase-details__quantity input.quantity {
    min-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .smart-payment-button--true input.quantity {
    min-height: 44px;
  }
}

.purchase-details__buttons {
  margin-top: 3px;
  display: flex;
  flex: 1 0 60%;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons {
    flex: 1 0 70%;
    flex-wrap: no-wrap;
  }
}
.purchase-details__buttons .action_button--secondary {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .action_button--secondary {
    margin: 0 8px 0 0;
  }
}
.purchase-details__buttons .shopify-payment-button,
.purchase-details__buttons .action_button--secondary {
  flex: 1 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .shopify-payment-button,
  .purchase-details__buttons .action_button--secondary {
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

body.cart .dynamic-checkout__content {
  padding-top: 0 !important;
}

.additional-checkout-button.additional-checkout-button--paypal {
  min-width: 100% !important;
}

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important;
}

/* #Cart
================================================== */
#cart {
  z-index: 10000;
  margin-bottom: 0;
}
#cart textarea {
  min-height: 4em;
  box-sizing: border-box;
  margin: 10px 20px 0 20px;
  background: rgba(255, 255, 255, 0.8);
}
#cart textarea:hover {
  background-color: #fff;
}
@media only screen and (max-width: 798px) {
  #cart textarea {
    width: 220px;
  }
}
#cart .mm-listview > li:not(.mm-divider):after {
  border: none;
}
#cart .action_button {
  width: 100%;
  background-color: #ffd122;
  color: #000000;
  padding: 10px;
  line-height: 1.5em;
}
#cart .action_button.full-width {
  width: 100%;
  display: block;
}
#cart .action_button.edit_cart {
  margin-bottom: 0.75rem;
  background-color: #4A4A4A;
}
#cart .mm-action_buttons {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 20px;
}
#cart p::selection,
#cart p::-moz-selection,
#cart input::selection,
#cart input::-moz-selection,
#cart span::selection,
#cart span::-moz-selection {
  background: transparent;
  color: inherit;
}
#cart .price {
  font-weight: bold;
}
#cart label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}
#cart .tos {
  clear: both;
  text-align: right;
  margin: 20px;
  justify-content: flex-start;
}

.tos_checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tos_checkbox p {
  margin-bottom: 0;
  margin-left: 3px;
  line-height: 1.2;
}
.tos_checkbox .tos_agree {
  min-width: 15px;
  min-height: 15px;
}

h4.discount,
h4.subtotal {
  margin-bottom: 0;
  padding-bottom: 0;
}

.notification-discount {
  display: block;
  font-weight: bold;
  margin-top: 0.5rem;
}

p.applied_discount {
  color: #5e8bb2;
}

p.add-to-cart-wrap {
  margin-bottom: 0;
}
p.add-to-cart-wrap input.add_to_cart {
  min-height: 55px;
  margin-bottom: 0;
}

.cart-currency-text {
  margin: 20px 20px 0px 20px;
}

/* Cart drawer */
#cart .mm-listview > li > span.cart__item {
  padding: 0;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#cart .mm-listview > li > span.cart__item-subtotal {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 12px 20px;
  margin-top: 1rem;
}

.cart-mini__tax-label {
  display: flex;
  padding: 0 20px 12px;
}

.cart__info {
  width: 85%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .cart__info {
    width: 65%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cart__info .cart__price {
  font-weight: bold;
}
.cart__info .cart__description {
  white-space: normal;
  margin-bottom: 10px;
}
.cart__info .cart__quantity {
  display: flex;
  align-items: center;
}
.cart__info .cart__quantity input.quantity {
  width: 32px;
  min-width: 32px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.cart__info .cart__quantity input.quantity:hover, .cart__info .cart__quantity input.quantity:focus {
  background: rgba(255, 255, 255, 0.95);
}
.cart__info .cart__quantity input.quantity::-webkit-inner-spin-button, .cart__info .cart__quantity input.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .cart__info .cart__quantity input.quantity {
    height: 35px;
    min-height: 35px;
    line-height: 35px;
  }
}
.cart__info .cart__quantity .plus,
.cart__info .cart__quantity .minus {
  margin: 0;
  font-size: 24px;
  opacity: 0.8;
  cursor: pointer;
}
.cart__info .cart__quantity .plus:hover,
.cart__info .cart__quantity .minus:hover {
  opacity: 1;
}

.cart__image {
  width: 25%;
}
.cart__image img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .cart__image {
    width: 35%;
  }
}

/* Bottom cart drawer */
#cart.side-cart-position--bottom .action_button {
  width: auto;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .action_button {
    width: 100%;
  }
}
#cart.side-cart-position--bottom .action_button.action_button.edit_cart {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .action_button.action_button.edit_cart {
    margin: 0 0 0.75rem 0;
  }
}
#cart.side-cart-position--bottom .mm-action_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: visible;
  white-space: normal;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .mm-action_buttons {
    justify-content: center;
    flex-direction: column;
  }
}
#cart.side-cart-position--bottom .cart__image {
  width: 5%;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .cart__image {
    width: 35%;
  }
}
#cart.side-cart-position--bottom .cart__info {
  width: 95%;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .cart__info {
    width: 65%;
  }
}

/* Right cart drawer */
#cart.side-cart-position--right textarea {
  width: 90%;
}

/* Shipping calculator */
/* Hide the shipping calculator when JS is disabled */
.no-js #shipping-calculator {
  display: none;
}

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 15px 0;
  padding: 0;
  border-bottom: solid 1px #b8c6c6;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 15px;
  line-height: 30px;
  border-width: 1px 0 0 1px;
  margin: 0;
  font-size: 13px;
}

ul.tabs li a.active {
  border: solid 1px #b8c6c6;
  background-color: #ffffff;
  border-bottom: #ffffff;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: #494c50;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

ul.tabs li:first-child a {
  border-top-left-radius: 4px;
}

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  border-top-right-radius: 4px;
}

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
}

ul.tabs-content > li {
  display: none;
  border: 0;
}

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 10px;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color] {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 9px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  box-sizing: border-box;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

select:active,
select:focus,
textarea:active,
textarea:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus {
  color: #444;
  border: 1px solid #aaa;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select::-ms-expand {
  display: none;
}

select {
  background: url(//www.skinesa.com/cdn/shop/t/81/assets/select.png?v=112595941721225094991755591795) no-repeat right, #fff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  padding: 10px 9px 8px;
}

label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}

textarea {
  padding: 8px;
  min-height: 80px;
}

.btn.action_button,
input.btn.action_button[type=submit],
input.btn.action_button[type=button] {
  width: inherit;
}

#target {
  text-align: center;
}

.quantity_label {
  display: inline;
  font-size: smaller;
}

body.cart .quantity_label {
  text-transform: none;
  font-size: 14px;
  color: #494c50;
}

.remove_item a {
  font-size: smaller;
  color: #5e8bb2;
}

input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}

.cart_items p {
  margin-bottom: 5px;
}

li.cart__item a {
  text-indent: 0 !important;
  font-size: small;
}

li.last_cart_item:after {
  border: none !important;
}

a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 10px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8;
}

a.continue:hover {
  opacity: 1;
}

.empty_cart {
  text-align: center;
  font-size: 22px;
  padding-top: 40px !important;
  color: inherit;
}

.empty_cart:after {
  border: 0 !important;
}

#get-rates-submit {
  margin-top: -1px;
  white-space: normal;
}

#customer_login {
  margin-bottom: 2px;
}

.multi_select {
  display: none;
}

.acceptsMarketing {
  margin-bottom: 10px;
}
.acceptsMarketing label,
.acceptsMarketing input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.acceptsMarketing p {
  margin: 0 0 2px 0;
}

/* Comment form */
.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form__name {
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .comment-form__name {
    margin: 0;
  }
}

.comment-form__name,
.comment-form__email {
  flex: 1 1 auto;
}
@media only screen and (max-width: 480px) {
  .comment-form__name,
  .comment-form__email {
    flex: 1 1 100%;
  }
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
  flex-basis: 100%;
}

.comment-form__error-message,
.comment-form__success-message {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

/* #Tables
================================================== */
table {
  width: 100%;
  margin-bottom: 20px;
}
table th {
  font-weight: 700;
  text-align: left;
  background-color: #f9f9f9;
}
table th,
table td {
  padding: 4px;
  border-right: 1px solid #dcdcdc;
}
table th:first-child,
table td:first-child {
  border-left: 1px solid #dcdcdc;
}
table tr {
  border-bottom: 1px solid #dcdcdc;
}
table tr:first-child {
  border-top: 1px solid #dcdcdc;
}
table tr .order_summary td.label {
  text-align: right;
}/* Responsive order tables */
.collapsible-table .selling-plan {
  display: block;
}
@media only screen and (max-width: 798px) {
  .collapsible-table thead {
    display: none;
  }
}
@media only screen and (max-width: 798px) {
  .collapsible-table tr {
    display: block;
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
  }
}
@media only screen and (max-width: 798px) {
  .collapsible-table tr td {
    display: block;
    display: flex;
    position: relative;
    align-items: stretch;
    padding: 0;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #dcdcdc;
  }
  .collapsible-table tr td:before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    min-width: 50%;
    font-weight: bold;
    padding: 0.5rem;
    border-right: 1px solid #dcdcdc;
    background-color: #f9f9f9;
  }
  .collapsible-table tr td .data-label-container {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .collapsible-table tr td:first-child {
    border-left: none;
  }
  .collapsible-table tr td:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 798px) {
  .collapsible-table tfoot tr {
    border-top: none;
  }
}

@media only screen and (max-width: 798px) {
  #customer-orders tr {
    margin-bottom: 1rem;
  }
  #customer-orders tr:last-child {
    margin-bottom: 0;
  }
}

/* #Misc
================================================== */
.hidden {
  display: none;
}

.remove {
  color: #494c50;
}

.relative {
  position: relative;
}

.right {
  float: right;
  position: relative;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

p.warning {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.warning--quantity {
  font-weight: bold;
  z-index: 0;
  float: left;
}

.no-js-only {
  display: none !important;
}

.cart_item p.warning {
  margin-top: 5px;
}

.mobile_only,
span.mobile_only,
.container div.mobile_only {
  display: none;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

html.mm-bottom.mm-opened.mm-opening div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}

.is-absolute {
  position: absolute;
  top: 0;
  margin-top: 0;
}

.is-hidden {
  display: none !important;
}

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}
#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

#grid .example-grid {
  overflow: hidden;
}

/* #Site Styles
================================================== */
div.container {
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

div.section {
  margin: 10px 20px;
}

/* Overwrite shopify email marketing confirmation styles */
.global-wrapper .shopify-email-marketing-confirmation__container {
  max-width: 95%;
  text-align: center;
}

.header div.logo a {
  margin: 0 auto;
  display: block;
  color: #171717 !important;
}

.homepage_content {
  padding: 20px 0;
}

.featured-content {
  background-color: #ffffff;
}

.featured-content,
.featured-content h1,
.featured-content h2,
.featured-content h3,
.featured-content h4,
.featured-content h5,
.featured-content h6 {
  color: #494c50;
}

.richtext_content--featured_text {
  font-size: 21px;
}

div.product_section {
  margin-top: 0;
}

.richtext_content--featured_text {
  font-size: 21px;
}

.frontpage_product_stagger--true .product_section:nth-child(2n) > div {
  float: right;
}

.container .breadcrumb {
  font-size: 13px;
}

.container,
.container .breadcrumb--text {
  margin-bottom: 1em;
  padding-top: 8px;
}

.breadcrumb__wrapper a.ss-icon {
  font-size: 32px;
  margin: 10px 10px 10px 0;
  color: #494c50;
}

.breadcrumb__wrapper .icon-arrow-right {
  font-size: 8px;
  position: relative;
  top: -1px;
}

.breadcrumb__wrapper a.ss-icon:hover {
  color: #5e8bb2;
}

.page-navigation-arrows {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .page-navigation-arrows {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
.page-navigation-arrows .page-navigation__divider {
  padding: 0 5px;
}

.continue_shopping {
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
}

.sku,
.spr-badge {
  margin-top: -10px;
}

.spr-badge {
  margin-bottom: 1em;
}

#category {
  width: 100%;
}

.paginate {
  text-align: center;
}

a.tag,
.paginate a,
.paginate .current {
  border: solid 1px #b8c6c6;
  border-radius: 2px;
  margin: 10px 5px;
  padding: 5px 10px;
  display: inline-block;
}

.paginate .current {
  font-weight: bold;
}

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}

.featured_collections {
  margin-bottom: 10px;
}

a.tag:hover,
.paginate a:hover {
  color: #2c3439;
}

.paginate .deco {
  border: none;
}

.featured_collections .thumbnail {
  text-align: center;
}

.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.thumbnail .image__container {
  overflow: hidden;
  margin-bottom: 15px;
}

.thumbnail img,
.thumbnail svg,
.ie .product-gallery img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Swap to second image on hover */.sold_out,
.thumbnail .sold_out {
  font-weight: bold;
  color: #494c50;
  white-space: nowrap;
}

.sale,
.thumbnail .sale {
  color: #5e8bb2;
}

.banner_holder {
  position: absolute;
  top: 0;
  left: 0;
}

.new_banner,
.sale_banner {
  display: block;
  background: #2c3439;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  padding: 2px 5px;
  text-align: center;
  color: #ffffff;
}

.new_banner {
  background: #2c3439;
}

@media only screen and (max-width: 798px) {
  .block__rich_text_and_image {
    left: 0 !important;
  }
}

/* #Slideshow
================================================== */
.shopify-section--slideshow .container {
  padding: 0;
}

/* #Product thumbnail
================================================== */
.thumbnail {
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em;
}
.thumbnail a {
  display: block;
  cursor: pointer;
  color: #494c50;
}
.thumbnail a:hover {
  color: #2c3439;
}
.thumbnail .spr-badge {
  margin: 0;
}
.thumbnail .collection-swatches--left {
  text-align: left;
}
.thumbnail .collection-swatches--center {
  text-align: center;
}

.thumbnail__image {
  position: relative;
  text-align: center;
}

.thumbnail__title {
  display: block;
  font-size: 1rem;
}

.thumbnail__description {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #494c50;
}

.thumbnail__vendor {
  color: #494c50;
}

.thumbnail__price {
  display: block;
  font-weight: bold;
  color: #494c50;
  font-size: 15px;
}

.thumbnail__border {
  display: block;
  margin: 0 auto;
  width: calc(100% - 50px);
  border-bottom: 1px solid #b8c6c6;
}

.thumbnail__content {
  display: flex;
  position: relative;
  margin-top: 0.75em;
}
.thumbnail__content.thumbnail__content--left {
  text-align: left;
  flex-direction: column;
}
.thumbnail__content.thumbnail__content--center {
  text-align: center;
  flex-direction: column;
}
.thumbnail__content.thumbnail__content--right {
  flex-direction: row;
  justify-content: space-between;
}
.thumbnail__content.thumbnail__content--right .thumbnail__price {
  text-align: right;
}
@media only screen and (max-width: 798px) {
  .thumbnail__content.thumbnail__content--right .thumbnail__price {
    text-align: left;
  }
}
.thumbnail__content.thumbnail__content--right .product-details__unit-price {
  font-weight: initial;
}
.thumbnail__content.thumbnail__content--right .product-thumbnail__info-container {
  flex: 1 0 40%;
}
@media only screen and (max-width: 798px) {
  .thumbnail__content.thumbnail__content--right {
    flex-direction: column;
    align-items: flex-start;
  }
}

.banner_holder--list {
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.banner_holder--list .new_banner,
.banner_holder--list .sale_banner {
  margin-right: 5px;
  font-size: 0.7rem;
  line-height: 1.3;
  align-self: center;
}
.banner_holder--list .new_banner:last-child,
.banner_holder--list .sale_banner:last-child {
  margin-right: 0;
}

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none;
}

.cart__tax-label,
#estimated-shipping {
  display: block;
}

.cart_page_image {
  text-align: center;
  display: block;
  margin: 0 1rem 1rem 0;
}
@media only screen and (max-width: 798px) {
  .cart_page_image {
    margin: 1rem 1rem 1rem 0;
  }
}
.cart_page_image img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.size_chart {
  padding-top: 5px;
}
.size_chart .icon-arrow-right {
  font-size: 12px;
}

.size_chart_content {
  display: none;
  padding: 10px 20px;
}

.icon-arrow-right {
  font-size: smaller;
}

#size-chart h4 {
  padding: 15px 0 0 0;
  text-align: center;
}

.price_total_text {
  font-weight: normal;
  display: none;
}

.was_price {
  text-decoration: line-through;
  color: #7f8c8d;
  font-style: italic;
  text-shadow: none;
  font-weight: normal;
}

.thumbnail span.quick_shop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.thumbnail span.quick_shop--button {
  margin: 0;
  width: 100%;
  font-size: 12px;
  transition: all 0.3s;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: hidden;
  text-align: center;
  pointer-events: none;
  white-space: normal;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffd122;
  transform: translateY(60px);
}
.thumbnail span.quick_shop--button .icon-search {
  position: relative;
  top: 1px;
}
.thumbnail span.quick_shop--button:hover {
  background-color: #5e8bb2;
}
.thumbnail span.quick_shop--icon {
  width: auto;
  opacity: 0;
  cursor: pointer;
  color: #ffd122;
  background-color: transparent;
  transform: translateY(0px);
  transition: all 0.3s;
}
.thumbnail span.quick_shop--icon:hover {
  color: #5e8bb2;
}
.thumbnail span.quick_shop--icon span.icon-plus {
  font-size: 45px;
}
.thumbnail:hover span.quick_shop {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
.thumbnail:hover span.quick_shop--icon {
  opacity: 1;
}

.thumbnails a {
  display: block;
  margin-bottom: 1em;
}

#instafeed img,
#instafeed svg,
#instafeed video {
  margin-bottom: 1em;
}

.arrow {
  font-size: smaller;
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 0.6;
}

.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff;
}

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px;
}
.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

.modal a {
  padding-bottom: 0;
}

p.modal_price,
.modal p.modal_price {
  font-size: 22px;
  margin-bottom: 10px;
}
p.modal_price + .product-details__unit-price,
.modal p.modal_price + .product-details__unit-price {
  margin-top: -10px;
}

:root {
  --color-body-text: #494c50;
  --color-body: #ffffff;
  --color-bg: #ffffff;
}

shopify-payment-terms {
  margin-bottom: 20px;
}

/* Add to cart button container */
.atc-btn-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atc-btn-container.disabled {
  opacity: 0.3;
}

.modal_price--sold-out {
  opacity: 0.3;
}

.modal form {
  margin-bottom: 10px;
}

.notify_form .action_button {
  width: 100%;
}

.product_image {
  text-align: center;
}

.product_image_col {
  margin-top: 15px;
  text-align: center;
}

.meta {
  font-size: 13px;
}
.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}

p.meta {
  margin-bottom: 10px;
}

.comment-body p.meta {
  margin-bottom: 5px;
}

.comment-body h6 {
  padding-top: 0;
}

.content_block.toggle_list {
  padding-right: 15px;
}
.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #5e8bb2;
}
.content_block.toggle_list a:hover {
  border-left: none;
  color: #2c3439;
}

@media only screen and (max-width: 480px) {
  .blog_filter {
    width: 100%;
  }
}

.blog_list {
  margin-left: 0;
}
.blog_list a {
  color: #494c50;
}
.blog_list a:visited {
  color: #494c50;
}
.blog_list a:hover, .blog_list a:active {
  color: #7f8c8d;
}

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #7f8c8d;
}
.blog_meta span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ced3d3;
  box-sizing: border-box;
}
.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  font-weight: bold;
  color: #5e8bb2;
}

.blog_list li {
  list-style: none;
}

.article h5.sub_title {
  line-height: 1.5em;
  letter-spacing: 0;
}

.excerpt {
  line-height: 1.8em;
  position: relative;
  max-height: 9em; /* exactly five lines */
  margin-bottom: 1em;
  overflow: hidden;
}

.excerpt-length--lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.excerpt-length--sm .truncation-fade {
  display: none;
}

.continue_reading .action_button {
  padding: 8px 15px;
  margin-top: 15px;
}

.article h2 {
  margin-bottom: 0;
  line-height: 1.4em;
}
.article h2 a {
  color: #5e8bb2;
}
.article .image-element__wrap {
  margin: 0px auto;
}
.article #content_wrapper img,
.article #content_wrapper svg {
  margin-bottom: 10px;
}

.article,
.article_image {
  display: block;
  padding-bottom: 30px;
}

body.article {
  padding-bottom: 0;
}

.toggle span {
  width: 25px;
  text-align: center;
  color: #7f8c8d;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: smaller;
  float: right;
  display: none;
}
@media only screen and (max-width: 798px) {
  .toggle span {
    display: block;
  }
}

.toggle-all--true h4.toggle {
  cursor: pointer;
}
.toggle-all--true .toggle span {
  display: block;
}
.toggle-all--true .toggle_list,
.toggle-all--true .recent_articles {
  display: none;
}

form.search input[type=text] {
  width: 75%;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 798px) {
  form.search input[type=text] {
    width: 100%;
    margin-right: 0;
  }
}

.label,
.meta .label {
  color: #7f8c8d;
}

.blog_meta,
.blog_meta a {
  color: #7f8c8d;
}

.blog_meta a:hover {
  color: #2c3439;
}

.count {
  font-style: normal;
  font-size: 13px;
}

/* Collection sorting */
.collection-filters {
  padding-top: 8px;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .collection-filters {
    flex-direction: column;
  }
}
.collection-filters .filter-wrap {
  width: 45%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .collection-filters .filter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 798px) {
  .collection-filters .filter-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .collection-filters .filter-wrap:last-child {
    margin-bottom: 0;
  }
}
.collection-filters .filter-wrap #sort-by,
.collection-filters .filter-wrap #tag_filter {
  margin: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 798px) {
  .collection-filters .filter-wrap #sort-by,
  .collection-filters .filter-wrap #tag_filter {
    margin-top: 5px;
  }
}
.collection-filters .filter-wrap label {
  margin-right: 10px;
  white-space: nowrap;
}

.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}

.no-js .additional-checkout-buttons {
  display: none;
}

.additional-checkout-buttons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.additional-checkout-buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
@media only screen and (max-width: 798px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 5px;
  }
}
.additional-checkout-buttons > *:not(script):empty, .additional-checkout-buttons > *:not(script):first-child {
  padding-left: 0px;
}

.or {
  font-size: smaller;
  font-style: italic;
  padding: 0 10px;
}

.purchase {
  margin-top: 25px;
}

.inline_purchase {
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
}

.comment {
  margin-bottom: 20px;
}

.gravatar {
  width: 100px !important;
  padding-right: 20px;
}
.gravatar img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.red {
  color: #C33;
}

.address p {
  margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}

/* #Home page - map
================================================== */
.mapLayout {
  width: 100%;
  position: relative;
}
.mapLayout .placeholder-svg--banner {
  max-height: 400px;
}
.mapLayout .mapLayout--display img.lazyload--fade-in.lazyloaded {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.mapLayout .mapLayout--info {
  display: flex;
  align-items: center;
  width: 25%;
  max-width: 350px;
  height: 300px;
  position: absolute;
  padding: 20px 40px;
  top: 30px;
  border: 1px solid #b8c6c6;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.mapLayout .mapLayout--info.info--right {
  right: 10%;
}
.mapLayout .mapLayout--info.info--left {
  left: 10%;
}
@media only screen and (max-width: 798px) {
  .mapLayout .mapLayout--info {
    position: relative;
    width: calc(100% - 82px);
    max-width: 100%;
    border-color: none;
    box-shadow: none;
    top: 0;
  }
  .mapLayout .mapLayout--info.info--right {
    right: 0%;
  }
  .mapLayout .mapLayout--info.info--left {
    left: 0%;
  }
}
.mapLayout .mapLayout--info .info {
  width: 100%;
}
.mapLayout .mapLayout--info p {
  margin-bottom: 0;
}
.mapLayout .mapLayout--info .action_button {
  margin-top: 20px;
}

/* #Home page - Newsletter
================================================== */
.shopify-section--newsletter h2.title {
  color: inherit;
}
.shopify-section--newsletter .newsletter--center {
  margin: 0px auto;
}
.shopify-section--newsletter .newsletter--right {
  float: right;
}
.shopify-section--newsletter .content_padding {
  padding: 0px 20px;
}
@media only screen and (max-width: 798px) {
  .shopify-section--newsletter .content_padding {
    padding: 0;
  }
}

/* #Home page - Image with text
================================================== */
.image-with-text__wrapper {
  padding: 40px;
}
@media only screen and (max-width: 798px) {
  .image-with-text__wrapper {
    padding: 20px 0;
  }
}

/* #Home page - richtext
================================================== */
.shopify-section--rich-text {
  padding: 30px 0;
}
.shopify-section--rich-text img {
  /* NE compatibility
    max-width: 200px; Remove this style as a new setting will take it's place
  */
}
.shopify-section--rich-text .image-element__wrap {
  display: inline-block;
}
.shopify-section--rich-text .align_center img {
  margin: 0px auto;
}
.shopify-section--rich-text .align_left img {
  margin-left: 0;
  margin-right: auto;
}
.shopify-section--rich-text .align_right img {
  margin-left: auto;
  margin-right: 0;
}

/* #Home page - featured blog
================================================== */
.block__blog_posts .placeholder-svg,
.shopify-section--blog-posts .placeholder-svg {
  height: auto;
}

/* #Home page - slideshow
================================================== */
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav {
    position: static;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav li {
    padding: 10px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav li a {
    margin: 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #494c50;
  }
  .homepage_slider .flex-control-nav li a:hover {
    background: #494c50;
    border: 1px solid #494c50;
    transform: scale(1);
  }
  .homepage_slider .flex-control-nav li a.flex-active {
    background: transparent;
    border: 1px solid #494c50;
    transform: scale(1.2);
  }
}
.homepage_slider .vertical-text-position--bottom .action_button {
  margin-bottom: 2rem;
}

/* #Home page - featured product
================================================== */
.shopify-section--featured-product {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 798px) {
  .product_section[data-media-position=right] {
    display: flex;
    flex-direction: column-reverse;
  }
}

.product__content {
  padding: 0 2.5rem;
}

@media only screen and (max-width: 798px) {
  .is-featured-product {
    align-items: center;
  }
}
.is-featured-product .placeholder-svg {
  margin-bottom: 1rem;
}

.is-quickshop.container {
  padding: 0;
}

/* #Home page - featured promotions
================================================== */
.featured-promotions {
  padding-top: 30px;
  padding-bottom: 20px;
}

.container .column.featured-promotions__item,
.container .columns.featured-promotions__item {
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .container .column.featured-promotions__item,
  .container .columns.featured-promotions__item {
    margin-bottom: 20px;
  }
  .container .column.featured-promotions__item:last-of-type,
  .container .columns.featured-promotions__item:last-of-type {
    margin-bottom: 0;
  }
}

.featured-promotions__image,
.placeholder-svg--promotions {
  margin: 0 auto 15px;
}
@media only screen and (max-width: 480px) {
  .featured-promotions__image,
  .placeholder-svg--promotions {
    max-width: 200px;
  }
}
.featured-promotions__image.featured-promotions__image-rounded-true img, .featured-promotions__image.featured-promotions__image-rounded-true svg,
.placeholder-svg--promotions.featured-promotions__image-rounded-true img,
.placeholder-svg--promotions.featured-promotions__image-rounded-true svg {
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

/* #Home page - Divider
================================================== */
.divider {
  opacity: 0;
  border-color: #5e8bb2;
}
.divider.divider--true {
  opacity: 1;
}

/* #Home page - Quote
================================================== */
.quote__text {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #5e8bb2;
  border-bottom: 1px solid #5e8bb2;
}

.quote__text p {
  margin: 0;
}

/* #Contact form
================================================== */
.contact_form {
  padding-top: 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 798px) {
  .contact_form {
    display: block;
  }
}

.sidebar__content-block .contact-form {
  margin-bottom: 1rem;
}

.contact_form_position--right {
  flex-direction: row;
}

.contact_form_position--left {
  flex-direction: row-reverse;
}

.contact_form_position--center {
  flex-direction: column;
  align-items: center;
}

.page-contact .banner__text h1 {
  display: inline-block;
}

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

.contact_text_alignment--left .contact_content {
  text-align: left;
}

.contact_text_alignment--right .contact_content {
  text-align: right;
}

.contact_text_alignment--center .contact_content {
  text-align: center;
}

.contact-template_contact_form {
  width: 100%;
  margin-bottom: 50px;
}

.contact_form.contact_text_position--center .contact_content {
  margin-bottom: 25px;
}

.contact__form-name {
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .contact__form-name {
    margin-right: 0;
  }
}

.contact__form-name,
.contact__form-email {
  flex: 1 1 auto;
}
@media only screen and (max-width: 480px) {
  .contact__form-name,
  .contact__form-email {
    flex: 1 1 100%;
  }
}

.contact__form-message {
  flex-basis: 100%;
}

.contact__form-subheading {
  border: none;
  text-align: inherit;
}

.contact__form-image {
  margin-bottom: 20px;
}

/* #Blog
================================================== */
.shopify-section--blog-template .article h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.shopify-section--blog-template .breadcrumb,
.shopify-section--blog-template .section_select {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 798px) {
  .shopify-section--blog-template .breadcrumb,
  .shopify-section--blog-template .section_select {
    margin-top: 0.5rem;
  }
}

/* #Blog posts
================================================== */
.parallax-banner--article img {
  margin-bottom: 0;
}

/* Featured image */
.article-image {
  margin-bottom: 1rem;
}

/* Tags */
.article-tags {
  display: flex;
  flex-wrap: wrap;
}

.article-tag {
  margin: 0 0.5rem 0.5rem 0;
  background-color: #eee;
  border-radius: 2px;
  padding: 2px 10px;
  color: #919191;
  font-size: 12px;
}
.article-tag:last-child {
  margin-right: 0;
}

/* #Newsletter
================================================== */
.input-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.input-row input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px;
  max-height: 40px;
}
@media only screen and (max-width: 798px) {
  .input-row input {
    margin: 5px 0;
  }
}
.input-row input.sign_up {
  display: inline-block;
  flex: none;
  max-height: 40px;
}
@media only screen and (max-width: 798px) {
  .input-row input.sign_up {
    width: 100%;
  }
}

/* #Home page - Gallery
================================================== */
.shopify-section--gallery .gallery__image {
  margin-bottom: 20px;
}
.shopify-section--gallery .is-width-wide .gallery__image {
  margin-bottom: 0;
}
.shopify-section--gallery .gallery__link {
  display: block;
}

.image-gallery .column {
  margin-bottom: 1em;
}

/* #Image with text
================================================== */
@media screen and (max-width: 767px) {
  .image-text--align-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homepage_content.image_with_text {
  padding: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .homepage_content.image_with_text {
    width: 100%;
    box-sizing: border-box;
    float: left;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
  }
}
.homepage_content.image_with_text h3.title {
  padding-top: 0;
  margin: 0 0 15px 0;
}

/* #Testimonials
================================================== */
.testimonial-block {
  text-align: center;
  padding: 15px 0;
}

.testimonial-block__text {
  padding-top: 15px;
}

.testimonial-dash {
  font-size: 22px;
  vertical-align: top;
}

/* #Logo-list
================================================== */
.shopify-section--logo-list h2 {
  padding-bottom: 6px;
  color: #494c50;
}

.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: calc(20% - 45px);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .logo-bar__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* #Search
================================================== */
#search {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}

.search-results-text {
  text-align: center;
  font-size: 16px;
  margin: 1.875rem 0 1rem;
}

.search_page .has-sidebar-option {
  width: 100%;
}

.search-form {
  margin: 0;
  position: relative;
}
.search-form.search-form--mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  background-color: #ffffff;
}
.search-form.search-form--search-template {
  max-width: 500px;
  margin: 0 auto;
}
.sidebar__content-block .search-form {
  margin-bottom: 1rem;
}

.search-form__results-container {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: var(--search-results-max-height, auto);
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  margin-top: -1px; /* Account for border overlap */
  opacity: 0;
}
.search-form__results-container[data-animation] {
  display: block;
  transition: opacity 0.2s;
}
.search-form__results-container[data-animation-state=open] {
  display: block;
  opacity: 1;
}
.search-form--mobile-search .search-form__results-container {
  border: none;
  margin-top: 0;
  padding: 1.25rem 0;
}

.search-form__input-wrapper {
  position: relative;
}

input.search-form__input {
  margin: 0;
  padding: 0 20px 0 40px;
}
input.search-form__input:focus {
  box-shadow: none;
  border-color: #dfdfdf;
}
.search-form--header input.search-form__input {
  height: 50px;
  font-size: 22px;
}
.search-form--mobile-search-bar input.search-form__input {
  padding-right: 40px;
}

.search-form__close-button,
.search-form__submit-button {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  padding: 0;
  color: inherit;
  background: none;
}
.search-form__close-button:hover,
.search-form__submit-button:hover {
  background: none;
}
.search-form__close-button:active,
.search-form__submit-button:active {
  box-shadow: none;
}
.search-form__close-button .icon-search,
.search-form__submit-button .icon-search {
  margin: 0;
}

.search-form__close-button {
  display: none;
  right: 0;
}
.mobile-search .search-form__close-button {
  display: flex;
}

.search-form__submit-button {
  display: flex;
  left: 0;
}

/* #Predictive search
================================================== */
.predictive-search {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.search-form__results-container-loading-state {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
[data-loading=false] .search-form__results-container-loading-state {
  display: none;
}

.search-form__results-container-loading-state-spinner path:first-child {
  opacity: 0.125;
}
.search-form__results-container-loading-state-spinner path:last-child {
  fill: #ffd122;
}
[data-loading=true] .search-form__results-container-loading-state-spinner path:last-child {
  transform-origin: center;
  animation: rotate 0.75s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

[data-loading=true] .predictive-search__header {
  display: none;
}

.predictive-search__heading {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
}

.predictive-search__no-results {
  text-align: center;
  padding-top: 0.625rem;
  margin: 0;
}

.predictive-search__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
[data-loading=true] .predictive-search__main {
  display: none;
}

.predictive-search ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
}

.predictive-search__query-suggestions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
}

.predictive-search__query-suggestion-link span {
  font-weight: bold;
  color: inherit;
}
.predictive-search__query-suggestion-link mark {
  background: none;
  color: inherit;
}

.predictive-search__query-suggestion-link,
.predictive-search__page-suggestion-link,
.predictive-search__article-suggestion-link {
  display: block;
  color: #494c50;
}
.predictive-search__query-suggestion-link:hover, .predictive-search__query-suggestion-link:focus, .predictive-search__query-suggestion-link:visited,
.predictive-search__page-suggestion-link:hover,
.predictive-search__page-suggestion-link:focus,
.predictive-search__page-suggestion-link:visited,
.predictive-search__article-suggestion-link:hover,
.predictive-search__article-suggestion-link:focus,
.predictive-search__article-suggestion-link:visited {
  color: #494c50;
}

.predictive-search__product-suggestions,
.predictive-search__article-and-page-suggestions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
}

.predictive-search__product-suggestion-link {
  display: flex;
  gap: 1rem;
  color: #494c50;
}
.predictive-search__product-suggestion-link:hover, .predictive-search__product-suggestion-link:focus, .predictive-search__product-suggestion-link:visited {
  color: #494c50;
}

.predictive-search__product-suggestion-image {
  flex-shrink: 0;
  width: 50px;
}

.predictive-search__product-suggestion-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  font-size: 14px;
}

.predictive-search__product-suggestion-price .was-price {
  text-decoration: line-through;
}

[data-loading=true] .predictive-search__footer {
  display: none;
}

.predictive-search__footer-button.action_button {
  width: 100%;
  font-size: initial;
  padding: 12px 20px;
}

/* #Mobile search
================================================== */
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  background-color: #ffffff;
  opacity: 0;
}
.mobile-search[data-animation] {
  display: block;
  transition: opacity 250ms;
}
.mobile-search[data-animation-state=open] {
  display: block;
  opacity: 1;
}

.mobile-search-bar {
  padding: 1rem;
}
@media only screen and (min-width: 799px) {
  .mobile-search-bar {
    display: none;
  }
}

/* #Swatch Styles
================================================== */.collection-swatches {
    margin-top: 10px;
  }
.collection-swatches .swatch {
    display: inline-block;
    margin: 2px;
  }
.collection-swatches .swatch span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    float: none;
    display: inline-block;
    border-radius: 50%;
    border: #e2e2e2 1px solid;
    background-clip: padding-box;
    background-position: center;
    background-size: cover;
  }/* #Sidebar
================================================== */
.sidebar {
  padding-top: 20px;
}
@media only screen and (max-width: 798px) {
  .sidebar {
    padding-top: 0;
  }
}

.sidebar li ul {
  display: none;
  margin: 10px 0 0 15px;
  font-size: 13px;
}
.sidebar li ul.active {
  display: block;
}

.sidebar li ul li {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.sidebar li ul li:last-child {
  padding-bottom: 0;
}

.sidebar__content {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 798px) {
  .sidebar__content {
    padding: 0;
    border: none;
  }
}
.sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar__content .input-row input {
  margin: 5px 0;
}

.sidebar__content-block {
  margin-bottom: 12px;
  border-bottom: 1px solid #b8c6c6;
}
.sidebar__content-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar_title {
  padding-bottom: 0px;
}

.has-sidebar-option,
.section--has-sidebar-option {
  width: 100%;
}

.content-wrapper {
  width: 100%;
}

.product-row .container {
  padding: 0;
}
.product-row:first-child .container {
  padding-top: 20px;
}
.product-row hr {
  margin: 30px 0;
}

.sidebar--blog .sidebar__content,
.sidebar--article .sidebar__content {
  padding-left: 20px;
  border-left: 1px solid #b8c6c6;
}
@media only screen and (max-width: 798px) {
  .sidebar--blog .sidebar__content,
  .sidebar--article .sidebar__content {
    padding-left: 0;
    border: none;
  }
}

.shopify-section--blog-template .has-sidebar-option.sidebar-enabled--false,
.shopify-section--search-template .has-sidebar-option.sidebar-enabled--false {
  width: 100%;
}

/* #Footer
================================================== */
.footer {
  padding: 25px 0;
  margin-top: 0;
  border-top: 0;
  background-color: #3b6b8f;
  color: #ffffff;
}
.footer form {
  margin-bottom: 0;
}
.footer .footer__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  font-size: 14px;
}
.footer a:hover, .footer a:active {
  color: #bcbec0;
}

.footer_menu {
  margin: 0;
  list-style: none;
}
.footer_menu li {
  padding-right: 20px;
  display: inline-block;
}
.footer_menu li a {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer_menu li a:hover {
  color: #bcbec0;
}
.footer_menu li a.ss-icon {
  font-size: 55px;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 798px) {
  .footer__info {
    flex-direction: column;
  }
}

.selectors-form__locale + .selectors-form__currency {
  margin-left: 10px;
}

.index .footer {
  margin-top: 0;
}

.page-contact .footer {
  margin-top: 0;
}
.page-contact .maps {
  bottom: -6px;
  position: relative;
}

.maps iframe {
  display: block;
}

.sub-footer .social_icons li {
  display: inline;
  padding-right: 10px;
}

.payment_methods {
  margin: 4px 0 6px 0;
  filter: alpha(opacity=80);
  opacity: 0.9;
}
.payment_methods svg {
  width: 48px;
  height: 30px;
  padding-right: 4px;
}

.credits_right {
  text-align: right;
}

/* Custom mmenu styles
================================================== */
.mm-menu {
  background: #333333;
  background: rgba(51, 51, 51, 0.6);
  color: rgba(255, 255, 255, 0.6);
  max-height: 100vh;
}
.mm-menu .continue {
  color: rgba(255, 255, 255, 0.8);
  text-indent: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 10px;
}

.mm-menu.mm-opened {
  display: flex;
}

#nav a,
#nav span,
#nav li select.currencies {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  color: inherit;
}
#nav a.mm-navbar__title,
#nav span.mm-navbar__title,
#nav li select.currencies.mm-navbar__title {
  font-size: 18px;
}

.mm-listview li.currencies {
  padding: 0 8px 0 20px;
}

#nav a.ss-icon span {
  font-size: 40px;
  font-weight: normal;
}

.mm-menu .mm-listview > li > a.mm-subopen:after,
.mm-menu .mm-listview > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-listview a.mm-subopen:after,
.mm-listview a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  transform: rotate(-45deg);
}

.mm-listview a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu .mm-listview > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}

#cart .continue {
  margin: 0;
}

#cart.mm-menu textarea {
  margin: 15px 20px 0px 20px;
  display: block;
  width: calc(100% - 40px);
}

#cart .mm-listview > li {
  display: flex;
  flex-wrap: wrap;
  border-color: inherit;
  position: relative;
}

#cart .mm-listview .item-row {
  display: flex !important;
  flex-wrap: wrap !important;
}

#cart .mm-listview .mm-subtitle,
#cart .mm-listview .mm-label {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#cart .mm-listview > li > a {
  color: inherit;
  display: block;
  padding: 12px 10px 12px 20px;
  margin: 0;
  overflow: hidden;
}
#cart .mm-discount-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 12px 20px;
  line-height: inherit;
}
#cart .mm-listview > li > a.action_button {
  padding: 10px;
  margin: 20px 20px 0 18px;
}

.mm-menu .mm-searchfield {
  margin: 30px 0;
}

.mm-menu .mm-searchfield input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-searchfield input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 20px;
}

.mm-listview > li .mm-btn_next {
  border-left: transparent;
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg a {
  color: rgba(255, 255, 255, 0.3);
}

#nav .mm-search ~ .mm-listview {
  padding-top: 25px;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-btn_next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#nav .mm-panels, #nav .mm-panels > .mm-panel {
  max-width: 80vw;
}

.mm-navbar__title {
  min-height: 100%;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbar__title img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.mm-panel, .mm-panels,
.mm-navbar {
  background: inherit;
}

.mm-navbar {
  border-color: inherit;
  color: inherit;
  height: 80px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px;
}

.mm-panels,
.mm-panel,
.mm-listview,
.mm-listitem {
  color: inherit;
  border-color: inherit;
}

.social-links-container {
  display: flex;
  justify-content: center;
}
.social-links-container .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  margin: 0 0 0 8px;
}

.mm-menu_theme-white {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}
.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu_theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-white .mm-listview > .mm-listitem_selected > a:not(.mm-next) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu_theme-white .mm-listview a.mm-subopen:after,
.mm-menu_theme-white .mm-listview a.mm-subclose:before {
  border-color: #888;
}
.mm-menu_theme-white .mm-counter {
  color: #666;
}
.mm-menu_theme-white .contine {
  color: inherit;
}

.mm-menu_theme-white#cart textarea,
.mm-menu_theme-white#cart .quantity {
  border-color: #ddd;
  color: #888;
}

#nav.mm-menu_theme-black {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
#nav.mm-menu_theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
#nav.mm-menu_theme-black .mm-listview > li .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.2);
}
#nav.mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

#nav.mm-menu_theme-dark {
  background-color: #333;
}
#nav.mm-menu_theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
#nav.mm-menu_theme-dark .mm-listview > li .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
#nav.mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

/* #jQuery FlexSlider v2.2
================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav .flex-prev:before {
  font-family: "ootsb" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: 0.2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.slides li {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

/* FlexSlider Necessary Styles
*********************************/
html[xmlns] .slides {
  display: block;
}

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .slides {
  height: 1%;
}

.flexslider .slides img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides .flex-active-slide {
  z-index: 100 !important;
}

.flexslider .slides li {
  text-align: center;
  position: relative;
  z-index: -100 !important;
}

.flexslider-container {
  position: relative;
}

.carousel li {
  margin-right: 5px;
  border: 0;
}

.headline {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  margin-bottom: 0.5em;
  line-height: 49px;
  position: relative;
  letter-spacing: 1px;
  color: #ffffff;
}.headline {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  }.subtitle p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  color: #ffffff;
}.subtitle p {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  }.headline,
.subtitle p {
  pointer-events: none;
}

.align_left .headline, .align_left .subtitle p {
  text-align: left;
}

.align_right .headline, .align_right .subtitle p {
  text-align: right;
}

.flex-direction-nav .flex-prev:before {
  content: initial;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a, .fancybox-next span, .fancybox-prev span {
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  display: block;
  z-index: 200;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  color: #333;
  text-shadow: 0 0 1px #fff;
}

.flex-direction-nav .flex-next, .fancybox-next span {
  right: -36px;
  text-align: center;
}

.flex-direction-nav .flex-prev, .fancybox-prev span {
  left: -36px;
  text-align: center;
}

.flexslider:hover .flex-next, .fancybox-next:hover span {
  opacity: 0.6;
  right: 15px;
}

.flexslider:hover .flex-prev, .fancybox-prev:hover span {
  opacity: 0.6;
  left: 25px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 4%;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li a {
  width: 6px;
  height: 6px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999em;
  background: #fff;
  border: 1px solid transparent;
  color: #fff;
  margin: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  border: 1px solid #fff;
  background: transparent;
  transform: scale(1.5);
}

.flex-control-thumbs {
  width: 100%;
  position: static;
  bottom: -40px;
  text-align: center;
  overflow: hidden;
}
.flex-control-thumbs li {
  zoom: 1;
  width: 16%;
  vertical-align: top;
  margin: 10px 2% 0 2%;
  display: inline-block;
}
.flex-control-thumbs li img {
  width: 100%;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
.flex-control-thumbs li img:hover {
  opacity: 1;
}
.flex-control-thumbs li .flex-active {
  opacity: 1;
  cursor: default;
}

.product_slider {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main .product-gallery__image a,
  .product-gallery .product-gallery__main .product-gallery__image .video__container,
  .product-gallery .product-gallery__main .product-gallery__image .plyr--youtube {
    min-height: 100%;
    max-height: 75vh;
  }
}
@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main model-viewer {
    min-height: 300px;
  }
}

.flex-caption {
  pointer-events: none;
}
.flex-caption a.action_button {
  pointer-events: all;
}

/* #Quick shop
================================================== */
.quick-shop {
  display: flex;
  justify-content: space-between;
}
.quick-shop .quick-shop__product-gallery,
.quick-shop .quick-shop__product-description {
  width: calc(50% - 25px);
  position: relative;
}

.quick-shop__product-gallery .product_slider {
  margin-bottom: 0;
}

.quick-shop__lightbox .fancybox-content {
  padding: 2.5rem;
  max-width: 870px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1401px) {
  .quick-shop__lightbox .fancybox-content {
    max-width: 1110px;
  }
}

.product-quickshop {
  background: grey;
}
.product-quickshop section.section,
.product-quickshop #shopify-section-header,
.product-quickshop #shopify-section-footer {
  display: none;
}
.product-quickshop #content_wrapper {
  background: transparent;
}
.product-quickshop .product-quickshop__container {
  padding: 2.5rem;
  position: relative;
  max-width: 870px;
  background-color: #ffffff;
  margin: 40px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1401px) {
  .product-quickshop .product-quickshop__container {
    max-width: 1110px;
  }
}

/* #Flickity
================================================== */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* #Product blocks
================================================== */
.product-block--description__link {
  display: flex;
  margin: 1rem 0;
  align-items: center;
}

/* #Product Gallery/Slider Custom Styles
================================================== */
.flickity-viewport {
  width: 100%;
}

.product-gallery:hover .flickity-prev-next-button {
  opacity: 1;
}
.product-gallery .product-gallery__main .flickity-prev-next-button {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main .flickity-prev-next-button {
    opacity: 1;
    top: 100%;
    padding: 0;
    z-index: 30;
    transform: none;
    opacity: 0.5;
    background: none;
    display: none;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
    opacity: 1;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
    height: 30px;
    width: 30px;
    fill: #494c50;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    right: 30%;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 30%;
  }
}
.product-gallery .flickity-page-dots {
  display: none;
}

.product-section__lightbox .fancybox-image {
  padding: 0;
}

/* #Thumbnail Gallery Styles
================================================== */
.product-gallery__thumbnails .product-gallery__thumbnail {
  width: calc(25% - 10px);
  margin: 0 5px;
}
.product-gallery__thumbnails .product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}
.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 0.3;
  cursor: grab;
}
.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
  opacity: 1;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails::-webkit-scrollbar, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
  }
}
.product-gallery__thumbnails.is-slide-nav--false {
  flex-wrap: wrap;
}
.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails {
  display: flex;
  justify-content: center;
}
.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnail {
  margin-bottom: 20px;
  line-height: 0;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails {
    margin-top: 20px;
  }
}
.product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
    justify-content: flex-start;
    align-self: flex-start;
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
    width: 100%;
    margin: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
    line-height: 0;
    color: transparent;
    display: block;
    text-align: center;
    content: counter(carousel-cell);
  }
}
@media screen and (max-width: 580px) {
  .product-gallery__thumbnails {
    padding-top: 0px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1), .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) {
    display: flex;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    width: 80%;
    height: 100%;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    width: 10%;
    margin-left: 20px;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    margin-left: 0;
  }
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    order: 2;
  }
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    margin-right: 20px;
    order: 1;
  }
}

@media screen and (max-width: 580px) {
  .product-gallery__thumbnails--false {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 580px) {
  .product-gallery.display-arrows--false .flickity-viewport:hover .flickity-prev-next-button,
  .product-gallery.display-arrows--false .flickity-prev-next-button {
    display: none !important;
  }
}

.product-gallery__main,
.product-gallery__thumbnails.is-slide-nav--true {
  opacity: 0;
  transition: ease-in-out 0.2s opacity;
}
.product-gallery__main.flickity-enabled, .product-gallery__main.vertical-slider-enabled, .no-js .product-gallery__main,
.product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
.product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled,
.no-js .product-gallery__thumbnails.is-slide-nav--true {
  opacity: 1;
}

.product-gallery__image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .product-gallery__image .image__container {
    display: flex;
    max-height: 75vh;
  }
}
.product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  .product-gallery__image img {
    object-fit: contain;
  }
}
.no-js .product-gallery__image img {
  display: none;
}
.no-js .product-gallery__image noscript img {
  display: block;
}

.product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}

.product-gallery__link {
  display: block;
}

.product-gallery__image .product-gallery__link,
.product-gallery__image model-viewer {
  width: 100%;
  margin: 0 auto;
}
.product-gallery__image .product-gallery__link:focus,
.product-gallery__image model-viewer:focus {
  outline: #025ECC auto 5px;
}

.slideshow-transition--fade .product-gallery__main .flickity-slider {
  transform: none !important;
}
.slideshow-transition--fade .product-gallery__main .product-gallery__image {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.slideshow-transition--fade .product-gallery__main .product-gallery__image.is-selected {
  opacity: 1;
  z-index: 0;
}

.product_section.media-position--right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .product_section.media-position--left,
  .product_section.media-position--right {
    flex-direction: column;
  }
}

/* #Content Creator
================================================== */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.flexslider .flickity-prev-next-button {
  opacity: 0;
  background: transparent;
  border: 1px solid #333;
}
.flexslider:hover .flickity-prev-next-button.previous {
  opacity: 0.6;
  left: 25px;
}
.flexslider:hover .flickity-prev-next-button.next {
  opacity: 0.6;
  right: 15px;
}
.flexslider:hover .flickity-prev-next-button:hover {
  opacity: 1;
}
.flexslider .flickity-prev-next-button.arrow-is-inverse .flickity-button-icon {
  transform: scale(-1, 1);
}

/* #Fancybox
================================================== */
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.1s linear;
}

.fancybox-toolbar {
  display: none;
}

.fancybox-content {
  position: relative;
  width: 90%;
  background-color: #ffffff;
  color: #494c50;
  text-shadow: none;
}

.fancybox-is-open {
  z-index: 10000;
}
.fancybox-is-open .fancybox-content {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Add border around images */
.fancybox-image {
  padding: 15px;
  background-color: #fff;
}

/* Style close button */
.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  line-height: 1;
  z-index: 8040;
  color: #494c50;
}

/* Style navigation elements */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  color: #333;
  text-shadow: 0 0 1px #fff;
}
.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}
.fancybox-next:hover span {
  margin-right: 10px;
}

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* #Product Media Custom Styles
================================================== */

  
.model__container {
  position: relative;
}
.model__container model-viewer {
  min-height: 300px;
}

.model__container--first-media {
  min-height: 300px;
}

.view-in-your-space {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #494c50;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  margin-top: 0;
}
.view-in-your-space:active, .view-in-your-space:focus, .view-in-your-space:hover {
  background: #e6e6e6;
  color: #494c50;
}
.view-in-your-space svg {
  width: auto;
  height: auto;
  margin: 0;
}
.view-in-your-space svg path:first-child {
  stroke: #494c50;
}
.view-in-your-space svg path:last-child {
  fill: #494c50;
}

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: #494c50;
}
.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #494c50;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #494c50;
}
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #494c50;
  color: #494c50;
}
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #494c50;
}
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #494c50;
}
.plyr--video input[type=range]::-ms-thumb {
  background-color: #494c50;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(73, 76, 80, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #494c50;
}
.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  padding: 4px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 52px;
  height: 52px;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: #494c50;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}

.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
  color: #494c50;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #494c50;
  background: #ffffff;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(73, 76, 80, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(73, 76, 80, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(73, 76, 80, 0.05);
}

.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0;
}
.video-on-hover .plyr__controls > *,
.video-on-hover .plyr__control--overlaid > *,
.video-controls-enabled--false .plyr__controls > *,
.video-controls-enabled--false .plyr__control--overlaid > * {
  pointer-events: none;
  cursor: auto;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.product_slider.product-height-set model-viewer {
  margin: 0 auto;
}
.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video {
  width: 100%;
}
.product_slider.product-height-set .product-gallery__main img {
  object-fit: contain;
}
.product_slider.product-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
  height: 100%;
}

.product-gallery__thumbnails .product-gallery__thumbnail {
  position: relative;
}
.product-gallery__thumbnails .product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}
.product-gallery__thumbnails .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}
.product-gallery__thumbnails .media-badge svg {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnails .media-badge path:first-child {
  fill: #ffffff;
}
.product-gallery__thumbnails .media-badge path:last-child {
  fill: #494c50;
}
.product-gallery__thumbnails .media-badge g path:first-child {
  stroke: #494c50;
}
.product-gallery__thumbnails .media-badge .media-badge__outline {
  stroke: rgba(73, 76, 80, 0.55);
}

/* Newsletter */
.js-newsletter-popup {
  display: none;
}

.newsletter_popup .js-newsletter-popup .contact-form {
  overflow: hidden;
  margin-bottom: 0;
}
.newsletter_popup .js-newsletter-popup .newsletter-popup__content {
  max-height: 90vh;
  overflow-y: auto;
}

.newsletter {
  max-width: 640px;
  display: inline-block;
  width: 100%;
}

.footer .newsletter {
  max-width: 100%;
}

.text-align--center .newsletter {
  margin: 0 auto;
}

.newsletter input {
  height: 44px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 798px) {
  .newsletter input {
    margin-right: 0;
  }
}

@media only screen and (max-width: 798px) {
  .newsletter .last-name {
    margin-top: 0;
  }
}

.text-align--center .newsletter {
  margin: 0 auto;
}

.newsletter_popup .js-newsletter-popup,
.newsletter_popup .js-newsletter-popup p.headline,
.newsletter_popup .js-newsletter-popup a,
.newsletter_popup .js-newsletter-popup a:visited {
  color: #494c50;
}

.newsletter_popup .newsletter {
  margin-bottom: 0;
}

.newsletter_popup .newsletter {
  display: block;
  margin: 0px auto;
}
.newsletter_popup .newsletter .input-row {
  width: auto;
}

.newsletter_popup .js-newsletter-popup {
  background-color: #ffffff;
  max-width: 560px;
}
.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-image {
  background: #ffffff url(//www.skinesa.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1200x.gif) center center;
  background-color: transparent;
}
.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-stretched {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.newsletter_popup .fancybox-close {
  color: #494c50 !important;
}

.shopify-challenge__container {
  padding: 150px 0;
}

[data-slideshow-animation=zoom] img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: zoom-in;
}

/* #Currency / Language switcher
================================================== */
.selectors-form__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 798px) {
  .selectors-form__wrap {
    margin-bottom: 10px;
    width: 100%;
  }
}

.selectors-form summary {
  list-style: none;
}
.selectors-form summary::-webkit-details-marker {
  display: none;
}

.no-js .selectors-form--no-js-hidden {
  display: none;
}

.disclosure {
  position: relative;
}
.no-js .disclosure {
  position: initial;
}

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}

.disclosure__toggle {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.no-js .disclosure__toggle {
  pointer-events: none;
}
.disclosure__toggle:active {
  box-shadow: none;
}
.disclosure__toggle.is-clicked, .disclosure__toggle:focus, .disclosure__toggle:hover {
  background-color: #fff;
  color: gray;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap {
  display: block;
}
.disclosure__toggle .icon-arrow-down {
  margin-left: 10px;
  margin-right: 0;
  pointer-events: none;
}

.disclosure__details {
  position: relative;
}

.disclosure-list__item--radio {
  margin: 0;
}
.disclosure-list__item--radio + .disclosure-list__item--label {
  height: 100%;
  color: #494c50;
  word-break: keep-all;
  margin-left: 5px;
  margin-bottom: 0;
  padding: 0;
}

.disclosure__submit {
  margin: 1rem 0;
}

.disclosure-list__item-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.disclosure-list__item-wrapper:first-child {
  margin-top: 0;
}

.disclosure__list-wrap {
  bottom: 100%;
  display: none;
  position: absolute;
  z-index: 3;
  min-width: 92px;
}
.disclosure__list-wrap.disclosure--left {
  right: 0;
}
[open] .disclosure__list-wrap {
  display: block;
  width: max-content;
}

.disclosure-list {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 10px 0;
  max-height: 400px;
  overflow-y: auto;
}
.no-js .disclosure-list {
  padding: 0.75rem !important;
}

.disclosure-list__item {
  line-height: 1;
  margin-bottom: 10px;
}

button.disclosure__button {
  background-color: transparent;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  padding: 8px 0;
}
button.disclosure__button:hover, button.disclosure__button:focus, button.disclosure__button[aria-current=true] {
  color: #7f8c8d;
}

/* # Grid/layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

.index-sections,
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.index-sections .shopify-section:first-child > .section > .container {
  padding-top: 0;
}

.shopify-section {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section {
  max-width: 1240px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}

.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}

/* Global product wrapper */
/* Applied specifically to the product page */
.global-wrapper__product {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.global-wrapper__product .section.is-width-wide {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .row .column,
  .row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=offset-by] {
  position: relative;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.four {
  width: calc(25% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.eight {
  width: calc(50% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.twelve {
  width: calc(75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

.one-whole {
  width: calc(100% - 20px);
}

.one-half {
  width: calc(50% - 20px);
}

.one-third {
  width: calc(33.3333333333% - 20px);
}

.two-thirds {
  width: calc(66.6666666667% - 20px);
}

.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

.one-fifth {
  width: calc(20% - 20px);
}

.two-fifths {
  width: calc(40% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

.one-sixth {
  width: calc(16.6666666667% - 20px);
}

.two-sixths {
  width: calc(33.3333333333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.6666666667% - 20px);
}

.five-sixths {
  width: calc(83.3333333333% - 20px);
}

.one-seventh {
  width: calc(14.2857142857% - 20px);
}

.two-sevenths {
  width: calc(28.5714285714% - 20px);
}

.three-sevenths {
  width: calc(42.8571428571% - 20px);
}

.four-sevenths {
  width: calc(57.1428571429% - 20px);
}

.five-sevenths {
  width: calc(71.4285714286% - 20px);
}

.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

.one-twelfth {
  width: calc(8.3333333333% - 20px);
}

.two-twelfths {
  width: calc(16.6666666667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.3333333333% - 20px);
}

.five-twelfths {
  width: calc(41.6666666667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}

.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}

.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}

.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

.offset-by-three {
  left: calc(18.75%);
}

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}

.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none !important;
  }
  .large-down--visible {
    display: block !important;
  }
  .large-down--one {
    width: calc(6.25% - 20px);
  }
  .large-down--two {
    width: calc(12.5% - 20px);
  }
  .large-down--three {
    width: calc(18.75% - 20px);
  }
  .large-down--four {
    width: calc(25% - 20px);
  }
  .large-down--five {
    width: calc(31.25% - 20px);
  }
  .large-down--six {
    width: calc(37.5% - 20px);
  }
  .large-down--seven {
    width: calc(43.75% - 20px);
  }
  .large-down--eight {
    width: calc(50% - 20px);
  }
  .large-down--nine {
    width: calc(56.25% - 20px);
  }
  .large-down--ten {
    width: calc(62.5% - 20px);
  }
  .large-down--eleven {
    width: calc(68.75% - 20px);
  }
  .large-down--twelve {
    width: calc(75% - 20px);
  }
  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .large-down--sixteen {
    width: calc(100% - 20px);
  }
  .large-down--one-whole {
    width: calc(100% - 20px);
  }
  .large-down--one-half {
    width: calc(50% - 20px);
  }
  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }
  .large-down--two-fourths {
    width: calc(50% - 20px);
  }
  .large-down--three-fourths {
    width: calc(75% - 20px);
  }
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }
  .large-down--two-fifths {
    width: calc(40% - 20px);
  }
  .large-down--three-fifths {
    width: calc(60% - 20px);
  }
  .large-down--four-fifths {
    width: calc(80% - 20px);
  }
  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--three-sixths {
    width: calc(50% - 20px);
  }
  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .large-down--two-eighths {
    width: calc(25% - 20px);
  }
  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .large-down--four-eighths {
    width: calc(50% - 20px);
  }
  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .large-down--six-eighths {
    width: calc(75% - 20px);
  }
  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }
  .large-down--two-tenths {
    width: calc(20% - 20px);
  }
  .large-down--three-tenths {
    width: calc(30% - 20px);
  }
  .large-down--four-tenths {
    width: calc(40% - 20px);
  }
  .large-down--five-tenths {
    width: calc(50% - 20px);
  }
  .large-down--six-tenths {
    width: calc(60% - 20px);
  }
  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .large-down--offset-by-one {
    left: calc(6.25%);
  }
  .large-down--offset-by-two {
    left: calc(12.5%);
  }
  .large-down--offset-by-three {
    left: calc(18.75%);
  }
  .large-down--offset-by-four {
    left: calc(25%);
  }
  .large-down--offset-by-five {
    left: calc(31.25%);
  }
  .large-down--offset-by-six {
    left: calc(37.5%);
  }
  .large-down--offset-by-seven {
    left: calc(43.75%);
  }
  .large-down--offset-by-eight {
    left: calc(50%);
  }
  .large-down--offset-by-nine {
    left: calc(56.25%);
  }
  .large-down--offset-by-ten {
    left: calc(62.5%);
  }
  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .large-down--offset-by-twelve {
    left: calc(75%);
  }
  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none !important;
  }
  .medium-down--visible {
    display: block !important;
  }
  .medium-down--one {
    width: calc(6.25% - 20px);
  }
  .medium-down--two {
    width: calc(12.5% - 20px);
  }
  .medium-down--three {
    width: calc(18.75% - 20px);
  }
  .medium-down--four {
    width: calc(25% - 20px);
  }
  .medium-down--five {
    width: calc(31.25% - 20px);
  }
  .medium-down--six {
    width: calc(37.5% - 20px);
  }
  .medium-down--seven {
    width: calc(43.75% - 20px);
  }
  .medium-down--eight {
    width: calc(50% - 20px);
  }
  .medium-down--nine {
    width: calc(56.25% - 20px);
  }
  .medium-down--ten {
    width: calc(62.5% - 20px);
  }
  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }
  .medium-down--twelve {
    width: calc(75% - 20px);
  }
  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .medium-down--sixteen {
    width: calc(100% - 20px);
  }
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }
  .medium-down--one-half {
    width: calc(50% - 20px);
  }
  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }
  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }
  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }
  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }
  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }
  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }
  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }
  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }
  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }
  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }
  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }
  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }
  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }
  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }
  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }
  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }
  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }
  .medium-down--offset-by-two {
    left: calc(12.5%);
  }
  .medium-down--offset-by-three {
    left: calc(18.75%);
  }
  .medium-down--offset-by-four {
    left: calc(25%);
  }
  .medium-down--offset-by-five {
    left: calc(31.25%);
  }
  .medium-down--offset-by-six {
    left: calc(37.5%);
  }
  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }
  .medium-down--offset-by-eight {
    left: calc(50%);
  }
  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }
  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }
  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .medium-down--offset-by-twelve {
    left: calc(75%);
  }
  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none !important;
  }
  .small-down--visible {
    display: block !important;
  }
  .small-down--one {
    width: calc(6.25% - 20px);
  }
  .small-down--two {
    width: calc(12.5% - 20px);
  }
  .small-down--three {
    width: calc(18.75% - 20px);
  }
  .small-down--four {
    width: calc(25% - 20px);
  }
  .small-down--five {
    width: calc(31.25% - 20px);
  }
  .small-down--six {
    width: calc(37.5% - 20px);
  }
  .small-down--seven {
    width: calc(43.75% - 20px);
  }
  .small-down--eight {
    width: calc(50% - 20px);
  }
  .small-down--nine {
    width: calc(56.25% - 20px);
  }
  .small-down--ten {
    width: calc(62.5% - 20px);
  }
  .small-down--eleven {
    width: calc(68.75% - 20px);
  }
  .small-down--twelve {
    width: calc(75% - 20px);
  }
  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .small-down--sixteen {
    width: calc(100% - 20px);
  }
  .small-down--one-whole {
    width: calc(100% - 20px);
  }
  .small-down--one-half {
    width: calc(50% - 20px);
  }
  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }
  .small-down--two-fourths {
    width: calc(50% - 20px);
  }
  .small-down--three-fourths {
    width: calc(75% - 20px);
  }
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }
  .small-down--two-fifths {
    width: calc(40% - 20px);
  }
  .small-down--three-fifths {
    width: calc(60% - 20px);
  }
  .small-down--four-fifths {
    width: calc(80% - 20px);
  }
  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--three-sixths {
    width: calc(50% - 20px);
  }
  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .small-down--two-eighths {
    width: calc(25% - 20px);
  }
  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .small-down--four-eighths {
    width: calc(50% - 20px);
  }
  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .small-down--six-eighths {
    width: calc(75% - 20px);
  }
  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }
  .small-down--two-tenths {
    width: calc(20% - 20px);
  }
  .small-down--three-tenths {
    width: calc(30% - 20px);
  }
  .small-down--four-tenths {
    width: calc(40% - 20px);
  }
  .small-down--five-tenths {
    width: calc(50% - 20px);
  }
  .small-down--six-tenths {
    width: calc(60% - 20px);
  }
  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .small-down--offset-by-one {
    left: calc(6.25%);
  }
  .small-down--offset-by-two {
    left: calc(12.5%);
  }
  .small-down--offset-by-three {
    left: calc(18.75%);
  }
  .small-down--offset-by-four {
    left: calc(25%);
  }
  .small-down--offset-by-five {
    left: calc(31.25%);
  }
  .small-down--offset-by-six {
    left: calc(37.5%);
  }
  .small-down--offset-by-seven {
    left: calc(43.75%);
  }
  .small-down--offset-by-eight {
    left: calc(50%);
  }
  .small-down--offset-by-nine {
    left: calc(56.25%);
  }
  .small-down--offset-by-ten {
    left: calc(62.5%);
  }
  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .small-down--offset-by-twelve {
    left: calc(75%);
  }
  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  input.contact_email[type=email] {
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
  }
  .collection_menu {
    display: none;
  }
  h1.collection_title_tags,
  div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .cloudzoom-lens {
    width: 140px;
    height: 120px;
  }
}
/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .nav ul li {
    padding: 0 7px 0 7px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer a.ss-icon {
    font-size: 42px;
    margin-right: 10px;
  }
  .nav ul.menu ul {
    margin-top: 7px;
  }
  .nav ul.menu li {
    padding: 3px 0 3px 3px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  .homepage_slider .flex-direction-nav {
    display: none;
  }
  .article_image {
    padding-bottom: 0;
  }
  .scroll-arrow {
    display: none;
  }
  .nav_arrows {
    float: none;
  }
  .nav_arrows .prev {
    float: left;
  }
  .nav_arrows .next {
    float: right;
  }
  .minus,
  .plus {
    display: none;
  }
  .minus {
    margin: 0 2px 0 0;
  }
  .plus {
    margin: 0 0 0 2px;
  }
  #header a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 0;
    width: 50%;
    padding: 0;
  }
  #header a.mobile_logo .image-element__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #header a.mobile_logo img {
    max-width: 150px;
    max-height: 30px;
    object-fit: contain;
  }
  .footer_menu li {
    display: block;
  }
  .footer a.ss-icon {
    font-size: 38px;
    margin-right: 0px;
    margin-top: 6px;
  }.is-absolute {
    top: 0px !important;
  }
  p.mm-counter {
    right: 20px;
  }
  .breadcrumb--text {
    margin-bottom: 1em !important;
    clear: both;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .or {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .mobile_hidden {
    display: none !important;
  }
  table tr.order_summary td.label {
    text-align: left;
  }
  .breadcrumb {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .featured_text {
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
  }
  #header {
    display: block;
  }
  .header {
    display: none;
  }
  .toggle_list {
    display: none;
  }
  select {
    width: 100%;
  }
  .flexslider a.action_button {
    width: initial;
  }
  input[type=submit],
  input[type=reset],
  input[type=button],
  input.action_button[type=submit],
  input.action_button[type=button],
  .sign_up {
    margin-left: 0;
    width: 100%;
  }
  .credits_right {
    text-align: left;
  }
  .container .column.thumbnail, .container .columns.thumbnail {
    margin-top: 1em;
  }
  .title_column {
    float: left;
  }
  .container div.mobile_only,
  .mobile_only {
    display: block;
  }
  span.mobile_only {
    display: inline;
  }
  .price_total_text {
    display: block;
  }
  .update_subtotal,
  .remove_column,
  .checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th,
  table tr td {
    padding: 2px;
  }
  .multiple_product_images {
    display: none;
  }
  .headline {
    font-size: 1.3em;
    line-height: 1.2em;
    position: relative;
  }
  .subtitle p {
    font-size: 1.1em;
    line-height: 1.2em;
    position: relative;
  }
  .banner__text .left {
    padding-left: 20px !important;
  }
  .banner__text .right {
    padding-right: 20px !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  #cart textarea {
    width: 280px;
  }
  .mobile_hidden {
    display: none !important; /* Force hide on mobile */
  }
  .action_button,
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 12px;
  }
  h1,
  h2,
  h2.title,
  h2.title a,
  h3,
  h4,
  h5,
  h6,
  .collection_title,
  .empty_cart {
    font-size: 120%;
    line-height: 1.5em;
  }
  h1,
  h1.home,
  .title a, h2 {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 15px;
  }
}
@-moz-document url-prefix() {
  #search form input {
    padding: 12px 15px 10px 55px;
    height: 60px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 798px) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
.socialButtons {
  padding: 0;
  margin: 20px 0px 0px 0px;
}
.socialButtons li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.socialButtons li a {
  color: #7f8c8d !important;
  padding-left: 5px;
  font-size: 30px;
}
.socialButtons li a:hover {
  color: #5e8bb2 !important;
}
.socialButtons li:nth-of-type(1) {
  position: relative;
  top: -8px;
}

@font-face {
  font-family: "ootsb";
  src: url(//www.skinesa.com/cdn/shop/t/81/assets/ootsb.eot?v=39625945060011876101755591791);
  src: url(//www.skinesa.com/cdn/shop/t/81/assets/ootsb.eot?v=39625945060011876101755591791) format("embedded-opentype"), url(//www.skinesa.com/cdn/shop/t/81/assets/ootsb.ttf?v=88425513192927513031755591792) format("truetype"), url(//www.skinesa.com/cdn/shop/t/81/assets/ootsb.woff?v=42397042526341430171755591792) format("woff"), url(//www.skinesa.com/cdn/shop/t/81/assets/ootsb.svg?v=58526098964867671161755591791) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ootsb" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  display: inline;
  margin-right: 0.2em;
  text-align: center;
  padding-top: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
  font-weight: normal;
}

.icon-circle-left:before {
  content: "\e903";
}

.icon-circle-right:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-flikr:before {
  content: "\e907";
}

.icon-houzz:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-mail:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
  font-weight: normal;
}

.icon-minus:before {
  content: "\e90f";
}

.icon-pinterest:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
  font-weight: bold;
}

.icon-snapchat:before {
  content: "\e914";
}

.icon-tumblr:before {
  content: "\e915";
}

.icon-twitter:before {
  content: "\e916";
}

.icon-vimeo:before {
  content: "\e917";
}

.icon-youtube:before {
  content: "\e918";
}

.icon-user-icon:before {
  content: "\f100";
}

.social-icons {
  margin-bottom: 15px;
}

.fancybox-close:before {
  content: "\e905";
  font-size: 27px !important;
  font-family: "ootsb" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  text-decoration: inherit;
  display: inline;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.icon-check {
  display: block;
  float: left;
  height: 30px;
  margin-right: 8px;
  clear: both;
}

.icon-check-long {
  height: 60px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(-42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    transform-origin: center top;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.delay-0s {
  animation-delay: 0;
}

.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}

.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}

.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}

.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}

.animate_right, .animate_left, .animate_up, .animate_down {
  opacity: 0;
}

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie .animated, .ie .thumbnail img, .thumbnail svg, .ie .product_gallery img {
  opacity: 1 !important;
}

.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s {
  opacity: 1 !important;
}

.ie select {
  background-image: none !important;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^=ss-] {
  -ms-zoom: 1;
}

.ss-icon, .footer .ss-icon, .ss-icon:visited, .ss-icon.ss-sandbox,
[class^=ss-]:before, [class*=" ss-"]:before,
[class^=ss-].ss-sandbox:before, [class*=" ss-"].ss-sandbox:before,
[class^=ss-].right:after, [class*=" ss-"].right:after,
[class^=ss-].ss-sandbox.right:after, [class*=" ss-"].ss-sandbox.right:after {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  margin: 7px 0 7px 0;
  display: inline-block;
}

.remove {
  font-size: 24px !important;
  margin-right: 0;
  margin-top: 8px;
}

/* #Password Page
================================================== */
#password-page-bg {
  background-color: #000000;
  color: #ffffff;
}

input#password {
  width: 100%;
}

#password-container {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}

#password-container h1 {
  color: #ffffff;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
  width: 100%;
  
}
.password-page-col .ss-icon {
  color: #ffffff;
}
.password-page-col .ss-icon:hover {
  color: #e6e6e6;
}
.password-page-col .ss-icon:last-child span {
  margin-right: 0;
}

.password-page-message {
  color: #ffffff;
  font-size: 26px;
  margin: 0 auto 25px;
}

.password-page-follow {
  color: #ffffff;
}

.password-logo {
  max-width: 205px;
  margin: 0px auto;
}

.password-message {
  max-width: 600px;
  margin: 0 auto;
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.ss-password, .ss-password:hover, .ss-password:visited {
  font-family: "SSSandbox";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  margin: 15px 15px 25px 0;
  display: inline-block;
  color: #ffffff;
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #ffffff;
  text-decoration: none;
}

.password-footer a {
  color: #ffffff;
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em 2em 1em 2em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .controls {
    text-align: center;
  }
}

#open-me a {
  color: #ffffff;
}

.close-me {
  z-index: 8000;
}

.close-me a {
  color: #000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 80%;
  display: inline-block;
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
  font-size: 2em;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }
  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}
/* #Order page
================================================== */
.order-details__discount {
  display: block;
}

/* #Product Details
================================================== */
.details-section {
  margin-top: 20px;
}
.details-section .container {
  padding: 0;
}
.details-section .action_button {
  width: auto;
}
.details-section img,
.details-section svg {
  width: 100%;
  margin-bottom: 1em;
}
.details-section img.rich-image {
  max-width: auto;
  margin-bottom: 20px;
}
.details-section .feature_divider_left {
  margin: 25px 0px 25px 0px;
}

.detail_title {
  line-height: initial;
  font-size: 44px;
  margin-bottom: 0.3em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #5e8bb2;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  .detail_title {
    font-size: 22px;
  }
}

.featured_collections .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.featured_collections .featured-link--half:hover a[href] img {
  opacity: 0.8;
}

.featured-link--section {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
}
.featured-link--section:nth-child(odd) {
  flex-direction: row-reverse;
}
.featured-link--section:nth-child(odd) .featured-link--half {
  float: right;
}

.featured-link--half.featured-link--image {
  background-color: transparent;
  text-align: center;
}

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .featured-link--half {
    width: 100%;
    flex: 1 0 100%;
  }
}
.featured-link--half .featured-link--wrap {
  width: 100%;
  flex: 0 0 auto;
}
.featured-link--half img,
.featured-link--half svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .featured-link--half img,
  .featured-link--half svg {
    width: 100%;
    max-width: auto;
  }
}
.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.featured-link--half .info.text-align--right {
  text-align: right;
}
.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}
.featured-link--half .info.text-align--left {
  text-align: left;
}
.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 2em 0;
  }
}
.featured-link--half .collection_title {
  font-size: 2vw;
  margin-bottom: 0.3em;
  display: inline-block;
  color: #5e8bb2;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .collection_title {
    font-size: inherit;
  }
}
.featured-link--half .description {
  position: relative;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
.featured-link--half .action_button {
  width: auto;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .action_button {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-link--half .action_button {
    padding: 7px 15px;
  }
}

.featured_collections.across-2 .featured-link--section.featured-link--no-image {
  width: 100%;
}
.featured_collections.across-2 .featured-link--section:nth-child(odd) .featured-link--half {
  float: left;
}

.featured-link--section.featured-link--no-image > img {
  display: none;
}
.featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%;
}
.featured-link--section.featured-link--no-image .info {
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  text-align: center;
  padding: 2em;
}
.featured-link--section.featured-link--no-image .info.text-align--left {
  text-align: center;
}
.featured-link--section.featured-link--no-image .info.text-align--right {
  text-align: center;
}
.featured-link--section.featured-link--no-image .description, .featured-link--section.featured-link--no-image .collection_title {
  display: none;
}

.featured_collections.across-2 {
  display: flex;
  flex-wrap: wrap;
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    flex-direction: row;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  flex-direction: row-reverse;
}

.featured_collections.across-2 .featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%;
}
.featured_collections.across-2 .featured-link--section {
  width: 50%;
  flex-direction: row;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section {
    width: 100%;
  }
  .featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .featured-link--half {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .featured-link--section .featured-link--half {
    width: 100%;
  }
}
.featured_collections.across-2 .featured-link--section .description {
  font-size: 1.2vw;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .description {
    font-size: inherit;
  }
}
.featured_collections.across-2 .featured-link--section .button {
  font-size: 1.2vw;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .button {
    font-size: inherit;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
  clear: both;
}
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
    float: right;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
    float: left;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right;
}

.featured-link--half .collection_title {
  font-size: 2vw;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .collection_title {
    font-size: inherit;
  }
}

@media only screen and (max-width: 798px) {
  .shopify-section--product-template .block__image_gallery .image-gallery__item {
    margin-bottom: 1em;
  }
}

/* #Integrated Shopify Reviews
================================================== *//* #Homepage Banner Images
================================================== */
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}

.full-link + .banner__text {
  pointer-events: none;
}

@media only screen and (max-width: 798px) {
  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 798px) and (max-device-width: 1024px) {
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}
.parallax__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.banner__wrap .container,
.parallax__wrap .container {
  padding: 0;
  max-width: 1200px;
  width: 95%;
}
.banner__wrap .container .video__text,
.parallax__wrap .container .video__text {
  width: 100%;
}

.parallax__wrap,
.banner {
  overflow: hidden;
}
.parallax__wrap.horizontal-text-position--center,
.banner.horizontal-text-position--center {
  justify-content: center;
}
.parallax__wrap.horizontal-text-position--left,
.banner.horizontal-text-position--left {
  justify-content: flex-start;
}
.parallax__wrap.horizontal-text-position--right,
.banner.horizontal-text-position--right {
  justify-content: flex-end;
}
.parallax__wrap.vertical-text-position--center,
.banner.vertical-text-position--center {
  align-items: center;
}
.parallax__wrap.vertical-text-position--top,
.banner.vertical-text-position--top {
  align-items: flex-start;
}
.parallax__wrap.vertical-text-position--bottom,
.banner.vertical-text-position--bottom {
  align-items: flex-end;
}


  
.parallax[style*="placeholder.svg"]::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #363636;
  opacity: 0.8;
}

.banner__text {
  z-index: 3;
  display: flex;
  overflow-wrap: initial;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .banner__text {
    width: 100%;
  }
}
.banner__text .subtitle p a {
  pointer-events: all;
}
.banner__text a.action_button {
  pointer-events: all;
  padding: 10px 40px;
}
@media only screen and (max-width: 798px) {
  .banner__text a.action_button {
    padding: 10px;
    font-size: 17px;
  }
}
.banner__text.text-align--left {
  text-align: left;
  justify-content: flex-start;
}
.banner__text.text-align--left .headline,
.banner__text.text-align--left .subtitle {
  text-align: left;
}
.banner__text.text-align--right {
  text-align: right;
  justify-content: flex-end;
}
.banner__text.text-align--right .headline,
.banner__text.text-align--right .subtitle {
  text-align: right;
}
.banner__text.text-align--center {
  text-align: center;
  justify-content: center;
}
.banner__text.text-align--center .headline,
.banner__text.text-align--center .subtitle {
  text-align: center;
}

.banner__inner-text {
  max-width: 55%;
  padding: 50px 10px;
}
@media only screen and (max-width: 798px) {
  .banner__inner-text {
    padding: 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .banner__inner-text {
    max-width: 100%;
  }
}

.horizontal-text-position--center .banner__inner-text {
  max-width: 80%;
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .horizontal-text-position--center .banner__inner-text {
    max-width: 100%;
  }
}

.banner__wrap {
  position: relative;
  display: flex;
}
.banner__wrap img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  z-index: 1;
}

.flexslider .slides .banner__wrap img {
  height: 100%;
}

.banner__image-wrapper {
  flex: 1;
}
@media only screen and (max-width: 798px) {
  .banner__image-wrapper .image-element__wrap {
    height: 100%;
  }
}

.parallax noscript img {
  display: block;
}

.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports not (-ms-high-contrast: none) {
  .parallax__container {
    background-color: #ffffff;
  }
}

.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
}.mobile-placeholder-svg,
.flexslider .slides .mobile-placeholder-svg {
  display: none;
}

@media only screen and (max-width: 798px) {
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .parallax {
    background-size: contain !important;
    height: auto !important;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .mobile-placeholder-svg {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .banner__text {
    position: absolute;
  }
}

@supports (-ms-ime-align: auto) {
  .parallax__container .parallax {
    background-attachment: fixed;
    transform: none;
    transform-style: flat;
  }
}
@supports not (-ms-high-contrast: none) {
  .parallax__container .parallax {
    min-height: 100%;
  }
}
@media (prefers-reduced-motion) {
  .parallax__container .parallax {
    position: static;
  }
  .product-gallery__image,
  .flexslider .slides {
    transition: none ease-in !important;
  }
  .animated {
    animation: none ease-in;
    opacity: 1;
  }
}
.darken-image-true .parallax::after,
.darken-image-true .banner__wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* #Unit Pricing
================================================== */
.product-details__unit-price,
.cart__item-unit-price,
.order-details__unit-price {
  font-size: smaller;
}

.cart__item-unit-price {
  font-weight: initial;
}

.order-details__unit-price {
  margin-bottom: 0;
}

.product-details__unit-price {
  color: #494c50;
  font-weight: initial;
}
.predictive-search__product-suggestion-price .product-details__unit-price {
  margin: 0;
}

.product-details__unit-price--hidden,
.cart__item-unit-price--hidden,
.order-details__unit-price--hidden {
  display: none;
}

/* #Surface Pick-up
================================================== */
.surface-pick-up {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.surface-pick-up.surface-pick-up--loading {
  visibility: hidden;
  opacity: 0;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: #099E4D;
  --surface-pick-up-embed-theme-error-color: #DE3618;
  --surface-pick-up-embed-theme-paragraph-font-size: 14px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: 12.25px;
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #494c50;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  margin-bottom: 1.5rem;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: #099E4D;
  --surface-pick-up-item-theme-error-color: #DE3618;
  --surface-pick-up-item-theme-paragraph-font-size: 14px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: 12.25px;
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #494c50;
  --surface-pick-up-item-theme-border-color: rgba(184, 198, 198, 0.5);
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 0.8rem;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 22px;
}

.surface-pick-up__modal.fancybox-content {
  padding: 2rem;
  background: #fff;
  display: inline-block;
  margin: 0;
  width: auto;
  max-width: 600px;
  overflow: auto;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.surface-pick-up__modal.fancybox-content .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.surface-pick-up__modal-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(184, 198, 198, 0.5);
}

.surface-pick-up__modal-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}

.surface-pick-up__modal-subtitle {
  font-size: 14px;
}

button.surface-pick-up-embed__modal-btn {
  font-family: inherit;
  font-size: smaller;
  font-weight: normal;
  text-transform: none;
}
button.surface-pick-up-embed__modal-btn:hover {
  background: none;
}
button.surface-pick-up-embed__modal-btn:active {
  box-shadow: none;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: 0.4em;
}

.surface-pick-up-item__pick-up-location {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: initial;
  text-transform: none;
}

.surface-pick-up-item__address-info {
  font-size: 0.85em;
  line-height: 1.5;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: 0.4em;
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 5rem;
}

.surface-pick-up-item:last-child {
  padding-bottom: calc(var(--surface-pick-up-item-gap) / 2);
}

h3.surface-pick-up-embed__location-availability,
h3.surface-pick-up-item__pick-up-location {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  line-height: 1.8em;
}

.surface-pick-up-item__header {
  align-items: center;
}

/* #Product rating
================================================== */
.rating {
  display: flex;
  align-items: center;
}

.rating__star-wrapper {
  display: flex;
  margin-bottom: 3px;
}

.icon-star-background {
  transform: scaleX(var(--rating-scale, 0));
}

.icon-star-reference {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}

.rating__star {
  width: 20px;
  height: auto;
}

.rating__star-1 {
  --rating-scale: calc(var(--rating-value));
}

.rating__star-2 {
  --rating-scale: calc(var(--rating-value) - 1);
}

.rating__star-3 {
  --rating-scale: calc(var(--rating-value) - 2);
}

.rating__star-4 {
  --rating-scale: calc(var(--rating-value) - 3);
}

.rating__star-5 {
  --rating-scale: calc(var(--rating-value) - 4);
}

.rating__text {
  display: none;
}

.rating__count {
  margin: 0 0 0 5px;
}

@media (forced-colors: active) {
  .rating__star-wrapper {
    display: none;
  }
  .rating__text {
    display: block;
  }
}
/* Faceted Filtering - Collection Template */
.faceted-filters__container {
  display: none;
}
@media only screen and (min-width: 799px) {
  .faceted-filters__container {
    display: block;
  }
}

.faceted-filters-modal__wrapper {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 799px) {
  .faceted-filters-modal__wrapper {
    display: none;
  }
}

.faceted-filters-modal__link {
  width: 100%;
}

.faceted-filters__container.fancybox-content {
  width: 100%;
}
.faceted-filters__container.fancybox-content li {
  list-style: none;
}

ul.faceted-filters__filter {
  margin-left: 0;
}

.faceted-filters__heading {
  margin-top: 0;
  margin-bottom: 8px;
}

.faceted-filters__filter-range {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.faceted-filters__filter-range--from,
.faceted-filters__filter-range--to {
  flex: 1 0 7rem;
}

.faceted-filters__filter-range-label {
  font-weight: 400;
}

.faceted-filters__filter-range-wrapper {
  position: relative;
}

.faceted-filters__filter-range-submit {
  width: 100%;
}

.faceted-filters__filter-range-currency {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.faceted-filters__filter-range-input[type=number] {
  padding-left: 1.25rem;
}
.faceted-filters__filter-range-input::placeholder {
  color: currentColor;
  opacity: 0.6;
}

.faceted-filters__filter-list-item a.faceted-filters__filter-link {
  display: flex;
  align-items: center;
  color: #494c50;
}
.faceted-filters__filter-list-item a.faceted-filters__filter-link:visited {
  color: #494c50;
}
.faceted-filters__filter-list-item a.faceted-filters__filter-link:hover, .faceted-filters__filter-list-item a.faceted-filters__filter-link:active {
  color: #7f8c8d;
}
.faceted-filters__filter-list-item a.faceted-filters__filter-link[data-disabled] {
  cursor: default;
  opacity: 50%;
}
.faceted-filters__filter-list-item a.faceted-filters__filter-link[data-disabled]:hover {
  color: currentColor;
}

li.faceted-filters__filter-list-item {
  list-style: none;
}

.faceted-filters__filter-list-item-text {
  font-weight: 400;
  padding-bottom: 0;
  margin-left: 4px;
  cursor: pointer;
}

[data-disabled] .faceted-filters__filter-list-item-text {
  cursor: default;
}

.faceted-filters__filter-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid currentColor;
  outline-offset: -1px;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  min-width: 13px;
  width: 13px;
  height: 13px;
}

[data-disabled] .faceted-filters__filter-checkbox {
  cursor: default;
}

.faceted-filters__filter-checkbox:checked:after {
  content: "✔";
  color: currentColor;
  background: transparent;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(1px, -1px);
}

.svg-icon.icon-filter-check {
  display: none;
  margin-right: 0;
}

.faceted-filters__filter-checkbox[data-filter-checked] .icon-filter-check {
  display: block;
}

/* Active Filter Tags */
.collection-page__filters--active {
  display: block;
}
.collection-page__empty .collection-page__filters--active {
  margin-bottom: 12px;
}

.search-page__filters--active {
  display: block;
}
.collection-page__empty .search-page__filters--active {
  margin-bottom: 12px;
}

.active-filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 8px;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

a.active-filter-group__item {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px;
  color: #494c50;
  cursor: pointer;
  background-color: transparent;
}
a.active-filter-group__item::after {
  width: 11px;
  height: 11px;
  margin-bottom: 2px;
  line-height: 1;
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L9 1M9 9L1 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.active-filter-group__item-wrapper {
  display: inline-block;
  margin: 0;
  padding-top: 0;
  vertical-align: text-bottom;
  background-color: rgba(73, 76, 80, 0.1);
  border-radius: 3px;
  /* Safari fallback for 'gap' property */
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .active-filter-group__item-wrapper {
    margin-right: 8px;
  }
}

.active-filter-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /* Safari fallback for 'gap' property */
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .active-filter-text {
    margin-right: 8px;
  }
}

.active-filter-group__clear-all {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px;
}

/* #Complementary products
================================================== */
.complementary-products {
  --slide-item-padding: 0;
  --slide-item-outer-gap: 1rem;
  --slide-item-inner-gap: 1rem;
  --slide-item-border-thickness: 0;
}

.complementary-products__container.complementary-products__container--grid {
  margin: 1.25rem 0 1rem;
}
.complementary-products__container.complementary-products__container--slider {
  margin: 1.25rem 0 2rem;
}
.product-block--first .complementary-products__container {
  margin-top: 0;
}

.complementary-products__slider .flickity-viewport {
  margin-bottom: 1rem;
}
.complementary-products__slider.flickity-enabled {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.complementary-products__slider .flickity-button {
  position: relative;
  padding: 0;
  transform: none;
  opacity: 0.5;
  background: none;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.complementary-products__slider .flickity-button:hover {
  opacity: 1;
}
.complementary-products__slider .flickity-button.next {
  margin-left: 1.25rem;
}
.complementary-products__slider .flickity-button.previous {
  margin-right: 1.25rem;
}
.complementary-products__slider .flickity-button-icon {
  height: 30px;
  width: 30px;
  fill: #494c50;
}

.complementary-products__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 1.25rem 0 0.75rem;
  letter-spacing: 0;
  text-transform: none;
}
.product-block--first .complementary-products__title,
.complementary-products__title + .complementary-products__container {
  margin-top: 0;
}

.complementary-product__name {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 20px;
}

.complementary-product__price-text {
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}
.complementary-product__price-text.complementary-product__price-text--now {
  display: none;
}
.complementary-product--on-sale .complementary-product__price-text.complementary-product__price-text--from {
  color: #5e8bb2;
}

.complementary-product__price {
  font-weight: bold;
  color: #494c50;
}
.complementary-product--on-sale .complementary-product__price {
  color: #5e8bb2;
}

.complementary-product__unit-price {
  font-size: smaller;
  color: #494c50;
}

.complementary-product__price-wrapper {
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.complementary-product__price-compare {
  text-decoration: line-through;
  color: #7f8c8d;
  font-style: italic;
}

.complementary-product__name-link {
  color: #494c50;
}

.complementary-product__image {
  flex: 0 0 25%;
}
@media only screen and (min-width: 481px) {
  .complementary-product__image {
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 799px) {
  .complementary-product__image {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .complementary-product__image {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 1401px) {
  .complementary-product__image {
    flex-basis: 20%;
  }
}

.complementary-product__details {
  flex-grow: 1;
}

.age-gate {
  z-index: 10001;
}

.age-gate__heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #5e8bb2;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */

.header {
  top: 25px !important;
}  

  .promo-banner__close {
    display: none !important;
  }
  
.header .menu .header-buy-now-btn {
  padding-right: 8px !important;
}

.header .menu .header-buy-now-btn a {
    background: #FFD122;
    color: #000 !important;
    font-size: 14px;
    padding: 12px 16px 12px;
    transition: all 200ms ease 0s;  
    text-transform:uppercase;
    border-radius: 35px;
    padding: 13px 27px 13px;
}

#header a.icon-menu span {
  display: none;
}

.header .menu .header-buy-now-btn a:hover {
  background: #5E8BB2;
  color: #000 !important;
}

.mobile-search-bar {
  display: none;
}

  @media(max-width: 798px) {
  .global-wrapper {
    margin-top: 25px !important;
  }

    .shopify-section-group-header-group {
       padding-top: 40px !important;
    }
  }

.footer {  
 padding-top: 65px;
}

@media(max-width: 749px) {
  .footer {  
   padding-top: 5px;
  }
}

.footer-content .footer-top-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer-content .footer-info-wrapper {
    width: 50%;
    margin-bottom: 50px;
}

.footer-content .footer-menu {
    margin-bottom: 50px;
}

.footer-content .footer-menu ul {
 display: flex;
 flex-direction: column;
}

.footer-content .footer-info-wrapper img {
    width: 100%;
    max-width: 110px;
    margin-bottom: 26px;  
}

.footer-content .footer-info-wrapper .footer-info-wrap-text {
    border: 1px solid #b8c6c6;
    text-align: center;
    max-width: 100%;
    padding: 10px;
}

.footer-content .footer-info-wrapper .footer-info-wrap-text p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 0;
}

.footer-content .footer-menu ul li {
  margin-bottom: 18px;
}
  
.footer-content .footer-menu ul li a {
    margin-bottom: 0;
    font-size: 15px;
    width: max-content;
    border-bottom: 1px solid transparent;
}

.footer-content .footer-menu ul li a:hover {
  border-color: #fff;
  color: #6991ac;
}

@media(max-width: 749px) {
   .footer-content .footer-info-wrapper {
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
  } 

    .footer-content .footer-info-wrapper img {
       max-width: max-content;
       margin: 26px auto;
    } 

    .footer-content .footer-info-wrapper .footer-info-wrap-text {
      display: none;
    }
  
  .footer-content .footer-menu {
      margin-bottom: 23px;
      border-bottom: 1px solid #b8c6c6;
      width: 100%;
  }

  .footer-content .footer-menu ul li {
    padding-right: 0;
    text-align: center;
  }

 .footer-content .footer-menu ul li a {
    width: 100%;
  }
}

.footer-bottom-row {
      border-top: 1px solid #b8c6c6;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    margin: 0;
}

.footer-bottom-row .social-icons-wrap {
  width: 40%;
}

.footer-bottom-row .social-icons-wrap .social-icons {
  width: 100%;
}

.footer-bottom-row .right-col-text-wrap {
  width: 60%;
}

@media(min-width:750px) {
  .footer-bottom-row .right-col-text-wrap .right-col-text-mobile {
   display: none;
  }

  .footer-bottom-row .right-col-text-wrap .right-col-text {
   text-align: right;
  }
}

@media(max-width:749px) {
  .footer-bottom-row {
    border-top: 0;
    padding-top: 0; 
  }

  .footer-bottom-row .social-icons-wrap {
    width: 100%;
    text-align: center;
  }

  .footer-bottom-row .right-col-text-wrap {
     width: 100%;
  }

  .footer-bottom-row .right-col-text-wrap .right-col-text-mobile {
    border: 1px solid #b8c6c6;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
    padding: 10px;
  }

  .footer-bottom-row .right-col-text-wrap .right-col-text-mobile p {
     margin-bottom: 0;
  }

   .footer-bottom-row .right-col-text-wrap .right-col-text {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  
}

.index-sections .shopify-section--image-with-text-overlay .banner__inner-text {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: -70px;
}
  
.index-sections .shopify-section--image-with-text-overlay .action_button {
    padding: 10px 45px;
    border-radius: 22px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    background: transparent;
    transition: .3s;
}

.index-sections .shopify-section--image-with-text-overlay .action_button:hover {
  color: #fd865d;
}

.index-sections .shopify-section--image-with-text-overlay .headline {
     padding-top: 10px;
    margin-bottom: 2px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    flex-wrap: wrap; 
}

.index-sections .shopify-section--image-with-text-overlay .headline span {
    width: 100%;
    margin-bottom: 0;
}


.index-sections .shopify-section--image-with-text-overlay .headline .first {
    margin-bottom: 5px;
}

.index-sections .shopify-section--image-with-text-overlay .headline .center {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.index-sections .shopify-section--image-with-text-overlay .headline .center #change {
    font-weight: 700;
    width: 25%;
    padding-left: 10px;
    text-align: left !important;
    display: block;
}

@media(max-width:690px) {
  .index-sections .shopify-section--image-with-text-overlay .banner__image-wrapper .image-element__wrap img {
   height: 450px !important; 
  }

  .index-sections .shopify-section--image-with-text-overlay .headline {
    font-size: 25px;
  }
}

#shopify-section-template--16757198323931__rich-text {
 padding: 10px 0;
}

.shopify-section--featured-product .action_button {
 line-height: 1.2; 
 font-weight: 400;
 border-radius: 35px;
 padding: 15px 10px 15px;
}

.skinesa-item:first-of-type {
  margin-bottom: 0;
}

.skinesa-item span:first-child {
 text-decoration-line: line-through;
}

.skinesa-item span:last-child {
      font-family: "Josefin Sans";
    text-decoration-line: none;
    font-style: normal;
    color: #fd865d;
    font-weight: bold;
}

.shopify-section--featured-product .flickity-button {
  display: none;
}

@media screen and (max-width: 580px) {
  .shopify-section--featured-product .product-gallery__thumbnails--false {
   margin-bottom: 5px; 
  }
}

.homepage-logo-wrap-container {
  max-width: 1200px;
}

.homepage-logo-wrap {
  display: flex;
}

.homepage-logo-wrap img {
  width: 100%;
}

@media(max-width:1199px) {
  .homepage-logo-list-section {
    display: none;
  }
}

.testimonials-instagram-section .testimonials-instagram-images {
 padding-bottom: 0;
}

 .testimonials-instagram-section .testimonials-instagram-text {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 15px 5px;
 }

 .testimonials-instagram-section .testimonials-instagram-text h4 {
     margin-bottom: 0;
    padding-bottom: 0;
 }

    .testimonials-instagram-section .testimonials-instagram-text-bottom {
      padding-top: 5px;
    }

     .testimonials-instagram-section .testimonials-instagram-text .mobile-col {      
        display: none !important;
      }
    

   .testimonials-instagram-section .testimonials-instagram-text .text-col {
      width: 100%;
      text-align: center;
   }
 
     .testimonials-instagram-section .testimonials-instagram-text .text-col h3 {
        font-size: 38px;
        line-height: 1.1;
     }

        @media(max-width: 797px) {
        .testimonials-instagram-section .testimonials-instagram-text .text-col h3 {
          font-size: 32px;
          line-height: 1.3;
        }
      }

      .testimonials-instagram-section .testimonials-instagram-text .text-col .btn {
        color: #000;
        max-width: 300px;
        display: block;
        margin: 0 auto 5px;
        font-size: 20px;
        font-weight: 400;
        padding: 14px 16px 14px;
        border-radius: 32px;
        background: #FFD122;
        text-align: center;
        transition: .2s;
      }

        .testimonials-instagram-section .testimonials-instagram-text .text-col .btn:hover {
          background: #5e8bb2;
          }
      
     .testimonials-instagram-section .testimonials-instagram-text .text-col .ti-text p {
          max-width: 432px;
      }
      
     .testimonials-instagram-section .testimonials-instagram-text .text-col p a {
          color: #4741AF;
          border-bottom: 1px solid #4741AF;
     }
          
          .testimonials-instagram-section .testimonials-instagram-text .text-col p a:hover {
            color: #4741AF;
            border-bottom: 1px solid #4741AF;
          }

      
     .testimonials-instagram-section .testimonials-instagram-text .text-col span {
        display: flex;
        align-items: center;
     }

      .testimonials-instagram-section .testimonials-instagram-text .text-col span img {
          max-width: 28px;
          padding-right: 9px;
        }

    
    .testimonials-instagram-section .testimonials-instagram-text .text-col .buttons-col {
      	text-align: center;
      }
  }
  
 .testimonials-instagram-section .testimonials-instagram-text-bottom {
    padding-top: 0;
  }

 .testimonials-instagram-section .testimonials-instagram-images .ti-block {
      width: 25%;
      border: 0.0625rem solid rgba(0, 0, 0, 0.06);
      box-sizing: border-box;
      border-radius: 0.5rem;
 }

      .testimonials-instagram-section .testimonials-instagram-images .ti-block .before-after img {
          width: 100%;
          height:auto;
      }
      
     .testimonials-instagram-section .testimonials-instagram-images .ti-block .info-block {
        padding: 16px;
      }

      .testimonials-instagram-section .testimonials-instagram-images .ti-block .author-info-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
      }

       .testimonials-instagram-section .testimonials-instagram-images .ti-block .author-info {
          display: flex;
          align-items: center;
       }

         .testimonials-instagram-section .testimonials-instagram-images .ti-block .author-info img {
            width: 100%;
            max-width: 48px;
            padding-right: 15px;
          }
          
        .testimonials-instagram-section .testimonials-instagram-images .ti-block .author-info span {
            font-size: 15px;
          }

         .testimonials-instagram-section .testimonials-instagram-images .ti-block .instagram-pic img {
            width: 100%;
            max-width: 18px;
          }

     .testimonials-instagram-section .testimonials-instagram-images .ti-block .ti-quote p {
          font-size: 15px;
          line-height: 1.4;
          margin-bottom: 0;
        }
    
    .testimonials-instagram-section .slick-dots {
      margin-left: 0;
      list-style-type: none;
      display: flex;
      justify-content: center;
      margin-top: 15px;
      margin-bottom: 0;
    }
      
      @media(max-width: 500px) {
        .testimonials-instagram-section .slick-dots {
         margin-top: 10px;
        }
      }
      
     .testimonials-instagram-section .slick-dots li button {
          font-size: 0;
          background-color: rgba(166, 166, 166, 0.44);
          padding: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          opacity: .6;
          trasition: .3s;
          margin: 0 7px;
        }
      
      .testimonials-instagram-section .slick-dots .slick-active button {
          background-color: rgba(0,0,0,1) !important;
          opacity: 1 !important;
        }
    
    .testimonials-instagram-section .slick-slide {
      margin: 0 14px;
    }
    /* the parent */
    .testimonials-instagram-section .slick-list {
      margin: 0 -14px;
    }

    @media(max-width:798px) {

      .testimonials-instagram-section .testimonials-instagram-images {
        padding-left: 0;
        padding-right: 0;
      }
      
     .testimonials-instagram-section .slick-slide {
        margin: 0 6px;
      }
      /* the parent */
      .testimonials-instagram-section .slick-list {
        margin: 0 6px;
      }

      .testimonials-instagram-section .slick-track {
         padding-top: 20px;
      }

        .testimonials-instagram-section .slick-slide.slick-active {
          position: relative;
          top: -20px;
        }
    }

.container {
 position: relative;
 max-width: 1240px;
}
 
.image-section img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.featured-promotions .featured-promotions__image .image-element__wrap {
  max-width: 228px !important;
  margin: 0 auto; 
}

  @-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-1deg);}
	3.5% {-webkit-transform: rotate(1deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-1deg);}
	3.5% {-webkit-transform: rotate(1deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	2% {-webkit-transform: rotate(-1deg);}
	3.5% {-webkit-transform: rotate(1deg);}
	5% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}

 .toggle-animation {
    -webkit-animation: btnWiggle 5s infinite;
    -moz-animation: btnWiggle 5s infinite;
    -o-animation: btnWiggle 5s infinite;
    animation: btnWiggle 5s infinite;
  }

.recommend-section {
    max-width: 100%;
    width: 100%;
    padding-bottom: 75px;
}

.recommend-section .bg {
  background-color: #b2b2b2;
}

.recommend-section .container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 100px;
}

.recommend-section .image-with-text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.recommend-section .image-with-text .image {
  width: 30%;
}

.recommend-section .image-with-text .image img {
  width: 100%;
  max-width: 300px;
}

.recommend-section .image-with-text .text {
    width: 58%;
   color: #000;
}

.recommend-section .image-with-text .text p {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}

.recommend-section .image-with-text .text .action_button {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 28px auto 28px;
    font-size: 25px;
    font-weight: 400;
    padding: 17px 16px 17px;
    border-radius: 20px;
    line-height: 1.2;
}

.recommend-section .image-with-text .text .under-button-btn {
    color: #4741AF;
    border-bottom: 1px solid #4741AF;
    font-size: 28px;  
}

.recommend-section .image-with-text .text span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 25px;
    color: #474747;
    text-align: center;  
}

.recommend-section .image-with-text .text span img {
    margin-top: -3px;
    padding-right: 10px;
}

.recommend-section .bullet-image {
  position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

@media(max-width:798px) {
  .recommend-section .image-with-text .image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .recommend-section .image-with-text .text {
    width: 100%;
  }

  .recommend-section .image-with-text .text p {
    font-size: 25px;
  }

  .recommend-section .image-with-text .text .action_button {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px !important;
    height: 44px !important;
    line-height: 10px !important;
    border-radius: 10px;
  }

  .recommend-section .image-with-text .text .under-button-btn {
    font-size: 18px;
    display: inline-block;
    padding-top: 20px;
  }

  .recommend-section .image-with-text .text span {
    font-size: 18px;
  }
  
}

.gallery-slider-section {
  max-width: 95%;
}

.gallery-slider-section .container {
  display: block !important;
  max-width: 100%;
}

.gallery-slider-section .gallery-block img {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#shopify-section-mailchimp_old_newsletter form {
  margin-bottom: 0;
}
#shopify-section-mailchimp_old_newsletter .form-success {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
#shopify-section-mailchimp_old_newsletter .container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#shopify-section-mailchimp_old_newsletter .container .row {
  margin-bottom: 0 !important;
  width: 100%;
}
#shopify-section-mailchimp_old_newsletter .container .row .col-lg-12 {
  width: 100%;
}
#shopify-section-mailchimp_old_newsletter .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 749px) {
  #shopify-section-mailchimp_old_newsletter .cta-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    text-align: center;
  }
}
#shopify-section-mailchimp_old_newsletter .cta-title p {
  margin-bottom: 0;
  font-size: 15px;
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner {
  position: relative;
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner input {
  background: #fff;
  color: #333;
  width: 290px;
  padding-right: 56px;
  height: 50px;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  font-size: 15px;
  border-radius: 0;
}
@media (max-width: 749px) {
  #shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner input {
    margin-bottom: 20px;
  }
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner button {
  background: #464646;
  color: #fff;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 24px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding: 0;
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner button:hover {
  background: #0099cd;
  color: #fff;
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner button svg {
  font-size: 30px;
}
#shopify-section-mailchimp_old_newsletter .nesletter__form .subscription-form .form__inner button svg path {
  fill: #fff;
}

.product .global-wrapper {
  background: #f5f5f5; 
}

.product .shopify-section--product-template .section {
  width: 100%;  
}

.product-gallery__thumbnails .product-gallery__thumbnail {
  width: calc(16.6% - 10px);
}

.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail {
  opacity: 1;
}

.product h1.product_name {
  line-height: 1.3;
  margin-bottom: 10px;
}

@media(min-width:798px) {
  .product_section .three-fifths {
     width: calc(57% - 20px);
  }

   .product_section .two-fifths {
     width: calc(43% - 20px);
  }
}

.jdgm-rev-widg .jdgm-rev__icon::after, .jdgm-rev-widg .jdgm-rev__buyer-badge {
  background-color: #0099eb !important;
}

@media(max-width:797px) {
  .product-gallery__image {
   width: 66.6% !important; 
  }

  .product div.container {
    padding: 20px 0px;
  }
}

@media(max-width:579px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails {
    margin-top: 10px;
  }
}

@media(max-width:480px) {
.product h1.product_name {
  font-size: 26px;
 }
}

.before-after--desktop {
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 25px !important;
}

    .before-after--desktop h2 {
      letter-spacing: 0;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 1.4;
    }

.before-after--desktop .before-after-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.before-after--desktop .before-after-inner .before-after-img {
    width: 20%;
    padding-left: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.before-after--desktop .before-after-inner .before-after-img img {
 width: 100%;
}

    .before-after--mobile h2 {
      letter-spacing: 0;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 1.4;
    }

@media(max-width:960px) {
  .before-after--desktop {
    display: none;
  }

  .before-after--mobile {
    display: block !important;
  }
}

  @media (min-width: 961px) {
  .before-after--mobile {
    display: none !important;
  }
 }

 @media(max-width:960px) {
  .before-after--mobile h2 {
      padding: 25px 10px 0;
  }
 }

 .before-after--mobile {
    padding: 0 0 10px !important;
 }

.before-after-slider .before-after-slide {
  display: flex !important;
}
@media (max-width: 960px) {
  .before-after-slider .before-after-slide {
    flex-wrap: wrap;
  }
}
.before-after-slider .before-after-slide h2 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 961px) {
  .before-after-slider .before-after-slide h2 {
    display: none;
  }
}
.before-after-slider .before-after-slide .images-col {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 960px) {
  .before-after-slider .before-after-slide .images-col {
    width: 100%;
  }
}
@media (max-width: 798px) {
  .before-after-slider .before-after-slide .images-col {
    padding: 0;
  }
}
.before-after-slider .before-after-slide .images-col .image {
  padding: 0 10px;
}
@media (max-width: 798px) {
  .before-after-slider .before-after-slide .images-col .image:first-child {
    padding-left: 0;
  }
}
@media (max-width: 798px) {
  .before-after-slider .before-after-slide .images-col .image:last-child {
    padding-right: 0;
  }
}
.before-after-slider .before-after-slide .images-col .image p {
  margin-bottom: 0;
  margin-top: 10px;
}
.before-after-slider .before-after-slide .images-col .image img {
  width: 100%;
  max-width: 400px;
}
.before-after-slider .before-after-slide .info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: 400px;
  padding-right: 30px;
}
@media (max-width: 960px) {
  .before-after-slider .before-after-slide .info-col {
    width: 100%;
    max-width: 480px;
    padding-right: 0;
    margin: 25px auto 0;
  }
}
@media (max-width: 960px) {
  .before-after-slider .before-after-slide .info-col h2 {
    display: none;
  }
}
.before-after-slider .before-after-slide .info-col h3 {
  font-size: 15px;
  color: #fd865d;
}
.before-after-slider .slick-prev, .before-after-slider .slick-next {
  font-size: 0;
  background-repeat: no-repeat !important;
  background-size: 12px 24px !important;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 29px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  z-index: 9;
  outline: none;
}
.before-after-slider .slick-prev {
  background: url(/cdn/shop/files/arrow-left.png?v=1591954669);
}
.before-after-slider .slick-next {
  background: url(/cdn/shop/files/arrow-right.png?v=1591954669);
  right: 0;
}
.before-after-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 25px;
  margin-left: 0;
  margin-bottom: 0;
}
.before-after-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  margin: 0 5px 0;
}
.before-after-slider .slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #d8d8d8;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  font-family: slick;
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.before-after-slider .slick-dots .slick-active button:before {
  background: #737273;
}

.tab-accordion-wrap {
  padding-top: 0;
  position: relative;
  z-index: 3;
}
.tab-accordion-wrap h2 {
  padding-left: 18px;
  color: #6991ac;
  font-size: 24px;
  margin-bottom: 20px;
}
.tab-accordion-wrap .accordion {
  position: relative;
  background-color: #fff;
  color: #6991ac;
  cursor: pointer;
  font-size: 18px;
  text-transform: initial;
  font-weight: 400;
  padding: 19px 47px 19px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.tab-accordion-wrap .accordion:after {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(50%, -50%);
}
.tab-accordion-wrap .active:after {
  content: "-";
}
.tab-accordion-wrap .active, .tab-accordion-wrap .accordion:hover {
  color: #FFD122;
}
.tab-accordion-wrap .panel {
  padding: 0 18px;
  border-bottom: 2px solid #E6E6E6;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tab-accordion-wrap .action_button {
  display: block;
  margin: 30px auto 3px;
  max-width: 250px;
  font-size: 14px;
}

.svg-list {
  position: relative;
  z-index: 2;
}
@media (min-width: 799px) {
  .svg-list {
    display: none;
  }
}
.svg-list .wrap {
  position: relative;
  z-index: 20;
}
.svg-list .wrap div {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.svg-list .wrap div img {
  max-width: 100%;
  height: auto;
  padding: 10px 0 0;
}
.svg-list .wrap div .img_smaller_95 {
  max-width: 95%;
  width: 100%;
}
.svg-list .wrap div .img_smaller_80 {
  max-width: 80%;
  width: 100%;
}
.svg-list .wrap div span {
  color: #6991ac;
  margin-left: 2px;
  font-size: 16px;
  font-family: inherit;
}
.svg-list .wrap div span a {
  text-decoration: underline;
}
.svg-list .list_item {
  padding-left: 20px;
}
.svg-list .list_item img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 17px;
  bottom: 14px;
}
.svg-list .list_item span {
  color: #6991ac;
  margin-left: 2px;
  font-size: 16px;
  font-family: inherit;
  position: relative;
}
.svg-list .list_item span a {
  text-decoration: underline;
}
.svg-list:after {
  content: '';
  display: block;
  position: absolute;
  left: -130px;
  top: 340px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #FD865D;
  transition: left 2s ease 0s, right 2s ease 0s, opacity 2s ease 0s;
  opacity: 75% !important;
  z-index: 10;
}
.additional-subscription-text {
  padding-left: 0;
  display: flex;
  word-break: break-word;
  white-space: normal;
}

.product .product-block--text h4 {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #000;
    margin-top: 7px;
}


@media(max-width: 480px) {
  .add_to_cart.action_button {
    min-height: unset;
    font-size: 20px;
  }
}


.product-subscription-only .add_to_cart span {
 font-weight: 400;
}

.additional-faq {
    padding-top: 0;
}

   @media (max-width: 767px) {
   .additional-faq {
      margin-bottom: 30px;
    }
  }
  
 .additional-faq .accordion {
    text-transform: uppercase;
    background: transparent;
    padding: 13px 47px 13px 0;
    font-size: 16px;
 }

  .additional-faq .accordion:after {
      font-weight: 400;
      right: 7px;
    }
  

 .additional-faq .panel {
    border-color: #5e8bb2;
    background: transparent !important;
    padding: 0 !important;
  }

  .product-icons {
    margin: 40px 0 20px;
  }

    .product-icons .product-icon {
      display: flex;
      align-items: center;      
      margin-bottom: 15px;
    }

         .product-icons .product-icon svg {
            width: 100%;
            max-width: 30px;
          }

     .product-icons .product-icon  span {
        font-size: 16px;
        font-weight: 700;
        color: #6991ac;
        margin-left: 10px;
      }


.clinical-popup-button-wrapper .clinical-popup-button {
    color: #6991ac;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
}

.popup-block {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
}
.popup-block .popup-block-wrap {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 580px;
  width: 97%;
  padding: 56px 100px;
  margin: 0 auto;
  z-index: 21;
  background: #Fff;
}
@media (max-width: 600px) {
  .popup-block .popup-block-wrap {
    padding: 30px 20px;
    width: 88%;
  }
}
.popup-block .popup-block-wrap #popup-chart h2 {
  letter-spacing: 0;
  font-size: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .popup-block .popup-block-wrap #popup-chart h2 {
    font-size: 24px;
  }
}
.popup-block .popup-block-wrap #popup-chart p, .popup-block .popup-block-wrap #popup-chart li {
  font-size: 18px;
  color: #000;
}
@media (max-width: 767px) {
  .popup-block .popup-block-wrap #popup-chart p, .popup-block .popup-block-wrap #popup-chart li {
    font-size: 15px;
  }
}
.popup-block .close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: ease 0.25s all;
  transform: translate(50%, -50%);
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
}
.popup-block .close img {
  width: 15px;
  height: 15px;
}
@media (max-width: 400px) {
  .popup-block .close {
    top: 20px;
    right: 15px;
  }
}
.popup-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.75);
}
.active-popup {
  display: block !important;
}

.delivery-text span {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
}


.radio-block label {
     border-radius: 11px;
    background: #fff;
    border: 1px solid #000;
    padding: 15px 10px;
    margin-bottom: 20px;
    background: transparent; 
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.active-radio-block label {
    border: 1px solid #fd865d !important;
    background: #fff !important;
}

.radio-block label .radio-input {
    position: relative;
    bottom: -1px;
}

.radio-block label .radio-block-info {
  margin-left: 8px;
}

.radio-block label .radio-block-info .opt-name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
      display: block;
}

.radio-block label .radio-block-info .opt-info {
  display: flex;
  align-items: center; 
}

.radio-block label .radio-block-info .opt-info .opt-label {
background: #FFD122 !important;
    padding: 3px 6px !important;
    margin-left: 10px !important;
    border-radius: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 13px;
    text-transform: none;
    line-height: 12px;
}

.radio-block label .radio-block-info .opt-price-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
 }

.radio-block label .radio-block-info .opt-price {
    display: block;
    font-size: 18px;
    margin-top: 6px;
    margin-right: 0;
    line-height: 21px;
}

.radio-block label .radio-block-info .opt-price-sale {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    color: #858484;
    text-decoration: line-through;
    margin-top: 6px;
    margin-right: 0;
    line-height: 21px;
 }

 .radio-block label .radio-block-info .opt-additional-info {
     font-weight: bold;
    font-size: 12px;
    color: #444;
    text-transform: none;
 }

 .subscribe-product-button {
   width: 100%;
 }
  
 .subscribe-product-button .action_button-subscribe-product {
    width: 100%;
    padding: 10px 20px 9px;
    height: 45px;
   min-height: 45px !important;
  }

.product-two-products .purchase-details__buttons {
  margin-top: 0;
}

.page-wrapper {
  margin-bottom: 35px;
}

.press-section-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.press-section-wrapper .heading {
  width: 100%;
}

.press-section-wrapper .heading h2 {
  margin-bottom: 35px;
  font-size: 24px;
  color: #000;
}

.press-section-wrapper .press-info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px
}

.press-section-wrapper .press-info .press-block {
  width: 33.3%;
  padding-left: 20px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.press-section-wrapper .press-info .press-block .press-logo {
   max-width: 100%;
   margin-bottom: 15px;
   height: 30px;
}

.press-section-wrapper .press-info .press-block .image-block {
  border: 1px solid #000;
  margin-bottom: 13px;
  line-height: 1;
    font-size: 0;
}

.press-section-wrapper .press-info .press-block .image-block a {
  line-height: 1;
    font-size: 0;
}

.press-section-wrapper .press-info .press-block .image-block img {
  width: 100%;
}

.press-section-wrapper .press-info .press-block .press-date {
     position: relative;
    display: inline-block;
    font-size: smaller;
    color: #7f8c8d; 
      margin: 8px 0;
}

.press-section-wrapper .press-info .press-block .press-read-link {
    font-size: 16px;
    display: block;
}

.press-section-wrapper .press-info .press-block h3 {
    margin-bottom: 0;
    line-height: 1.4em;  
}

.press-section-wrapper .press-info .press-block h3 a {
    color: #5e8bb2;
}

.press-section-wrapper .press-info .full-press-block {
  width: 100%;
}

.press-section-wrapper .press-info .press-block h2 {
    display: block;
    color: #494c50;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

@media(max-width: 749px) {
  .press-section-wrapper .press-info .press-block {
    width: 100%;
  }
}

.big-title-wrapper {
  margin-bottom: 0;
}

.big-title-wrapper h1 {
      font-size: 48px;
    line-height: 1.2;
    color: #474747;
    margin-bottom: 0;
}

@media(max-width: 767px) {
 .big-title-wrapper h1 {
     font-size: 30px;
  }

  .big-title-wrapper .container {
    padding: 50px 0 30px;
  }
}

.section_background {
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 300px;
  padding-right: 1.28%;
  padding-left: 1.28%;
}
.section_background .text_on_background {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_background .text_on_background {
    width: 80%;
  }
}
.section_background .text_on_background .big_text_on_background {
  font-size: 31px;
  font-weight: 700;
  font-family: "Josefin Sans";
}
@media (max-width: 767px) {
  .section_background .text_on_background .big_text_on_background {
    font-size: 18px;
  }
}
.section_background .text_on_background .small_text_on_background {
  font-size: 18px;
  font-family: "Josefin Sans";
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .section_background .text_on_background .small_text_on_background {
    font-size: 14px;
  }
}
.section_background .btn_on_background {
  text-decoration: none;
  font-style: normal;
}
.section_background .btn_on_background a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Josefin Sans';
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  padding: 16px 48px;
  transition: all 0.2s ease 0s;
}
.section_background .btn_on_background a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .section_background .btn_on_background a {
    font-size: 16px;
    padding: 8px 24px;
    display: block;
    text-align: center;
  }
}

.title-section-wrapper .heading {
  width: 100%;
}

.title-section-wrapper h2 {
     font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;   
}

.button-and-link-wrapper .container {
     width: 100%;
    text-align: center;
}

.button-and-link-wrapper .text-col {
  width: 100%;
}

.button-and-link-wrapper .text-col .btn {
    color: #fff;
    max-width: 400px;
    display: block;
    margin: 0 auto 17px;
    font-size: 20px;
    font-weight: 400;
    padding: 14px 16px 11px;
    border-radius: 20px;
    background: #fd865d;
    text-align: center;
}

.button-and-link-wrapper .under-button-btn {
      color: #4741af;
    border-bottom: 1px solid #4741af;
}

.button-and-link-wrapper .under-button-btn:hover {
    color: #fd865d;
    border-bottom: 1px solid #fd865d;
}

.page-new-reviews .jdgm-widget {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.page-contact .contact_form {
 flex-wrap: wrap;
 justify-content: center;
}


.page-contact .contact_form .seven {
  width: 100%;
  max-width: 580px;
    margin-bottom: 25px;
    text-align: center;
}


.page-contact .contact_form .one-half {
  width: 100%;
  max-width: 600px;
}

#page_science_1 .section_padding {
  padding: 20px 1.28%;
}
#page_science_1 .wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #page_science_1 .wrapper {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  #page_science_1 .wrapper {
    max-width: 740px;
  }
}
@media (max-width: 576px) {
  #page_science_1 .wrapper {
    max-width: 540px;
  }
}
#page_science_1 .section_header {
  background-color: #f5f5f5;
  padding: 20px 1.28% 20px;
}
#page_science_1 .section_header .wrapper {
  display: flex;
}
#page_science_1 .section_header .wrapper .header_img {
  max-width: 570px;
  width: 100%;
  padding: 0 15px;
}
#page_science_1 .section_header .wrapper .header_img img {
  width: 100%;
}
#page_science_1 .section_header .wrapper .header_text {
  max-width: 570px;
  width: 100%;
  padding: 0 15px;
}
#page_science_1 .section_header .wrapper .header_text h1 {
  font-family: "Josefin Sans";
  color: #5E8BB2;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #page_science_1 .section_header .wrapper .header_text h1 {
    font-size: 28px;
    padding: 0px;
  }
}
#page_science_1 .section_header .wrapper .header_text .default {
  font-size: 18px;
  font-family: "Josefin Sans";
}
#page_science_1 .section_header .wrapper .header_text .default .fat {
  font-weight: 700;
}
#page_science_1 .section_header .wrapper .header_text .default .blue_big {
  color: #0099CD;
}
@media (max-width: 767px) {
  #page_science_1 .section_header .wrapper .header_text .default {
    font-size: 16px;
  }
}
#page_science_1 .section_header .wrapper .header_text .small {
  font-family: "Josefin Sans";
  font-size: 8px;
}
#page_science_1 .section_header .wrapper .header_text .small .blue_small {
  color: #494c50;
}
@media (max-width: 767px) {
  #page_science_1 .section_header .wrapper .header_text .small {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_header .wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_header {
    padding: 20px;
  }
}

#page_science_1 .section1a {
  padding: 30px;
}

#page_science_1 .section1a h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

#page_science_1 .section1a .section1a-content p {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  #page_science_1 .section1a h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  #page_science_1 .section1a .section1a-content p {
    font-size: 16px;
  }
}

#page_science_1 .section_92 {
  max-width: 100%;
  padding: 30px 1.28%;
}
#page_science_1 .section_92 .wrapper {
  text-align: center;
}
#page_science_1 .section_92 .wrapper img {
  width: 36%;
}
@media (max-width: 767px) {
  #page_science_1 .section_92 .wrapper img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_92 .wrapper {
    max-width: 55%;
  }
}
#page_science_1 .blue_title {
  padding: 10px 1.28%;
}
#page_science_1 .blue_title .wrapper {
  text-align: center;
}
#page_science_1 .blue_title .wrapper h2 {
  margin: 8px 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Josefin Sans";
  color: #5e8bb2;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page_science_1 .blue_title .wrapper h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #page_science_1 .blue_title {
    padding: 15px;
  }
}

#page_science_1 .section2a {
 background-color: #5e8bb2;
 color: #ffffff; 
}

#page_science_1 .section2a .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 35px;
}

#page_science_1 .section2a .left-col {
  width: 50%;
}

#page_science_1 .section2a .right-col {
  width: 50%;
}

#page_science_1 .section2a .left-col h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
}

#page_science_1 .section2a .left-col .info {
  margin-bottom: 55px;
}

#page_science_1 .section2a .left-col .info p {
 font-size: 18px;
 line-height: 1.5;
}

#page_science_1 .section2a .left-col .note {
 margin-bottom: 30px; 
}

#page_science_1 .section2a .left-col .references {
 margin-bottom: 30px; 
}

#page_science_1 .section2a .left-col .references p {
    font-style: italic;
    font-size: 14px;
    font-family: 'Crimson Pro', serif !important;
}

#page_science_1 .section2a .left-col .btn-wrap a {
    color: #000;
    max-width: 300px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 16px 16px;
    border-radius: 32px;
    background: #FFD122;
    text-align: center;
    transition: .2s;
}

#page_science_1 .section2a .right-col .top-img {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 35px;
}

#page_science_1 .section2a .right-col .top-img img {
    width: 100%;
    max-width: 250px;
}

#page_science_1 .section2a .right-col .top-img span {
    display: block;
    font-size: 18px;
    font-style: italic;
    max-width: 325px;
    margin: 0 auto;
}


#page_science_1 .section2a .right-col .bottom-img {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 35px;
}

#page_science_1 .section2a .right-col .bottom-img img {
    width: 100%;
    max-width: 250px;
}

#page_science_1 .section2a .right-col .bottom-img span {
    display: block;
    font-size: 18px;
    font-style: italic;
    max-width: 325px;
    margin: 0 auto;
}

@media(min-width: 768px) {
  #page_science_1 .section2a .right-col .mobile-info {
    display: none;
  }
}

@media(max-width: 767px) {
   #page_science_1 .section2a .left-col {
    width: 100%;
  }

  #page_science_1 .section2a .left-col h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  #page_science_1 .section2a .left-col .info {
    margin-bottom: 0;
  }

  #page_science_1 .section2a .left-col .info p {
   font-size: 16px;
  }  

  #page_science_1 .section2a .left-col .note,
  #page_science_1 .section2a .left-col .references,
  #page_science_1 .section2a .left-col .btn-wrap {
    display: none;
  }
  
  #page_science_1 .section2a .right-col {
    width: 100%;
  } 

  #page_science_1 .section2a .right-col .mobile-info {

  }

  #page_science_1 .section2a .right-col .mobile-info .btn-wrap a {
    color: #fff;
    max-width: 300px;
    display: block;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 16px 16px;
    border-radius: 32px;
    background: #fd865d;
    text-align: center;
    transition: .2s;
  }

  #page_science_1 .section2a .right-col .mobile-info .references p {
    font-style: italic;
    font-size: 14px;
    font-family: 'Crimson Pro', serif !important;
  }
}

#page_science_1 .section_newspapper {
  max-width: 100%;
  padding: 30px 1.28%;
}
#page_science_1 .section_newspapper .wrapper {
  text-align: center;
}
#page_science_1 .section_newspapper .wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  #page_science_1 .section_newspapper {
    padding: 15px;
  }
}

#page_science_1 .section_newspapper .section_newspapper-btn {
 margin-bottom: 30px;
}

#page_science_1 .section_newspapper .section_newspapper-btn .btn {
     color: #fff;
    max-width: 300px;
    display: block;
    margin: 0 auto 5px;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 16px 16px;
    border-radius: 32px;
    background: #fd865d;
    text-align: center;
    transition: .2s;
}

#page_science_1 .section_newspapper .section_newspapper-btn .btn:hover {
    background: #5e8bb2;
}

#page_science_1 .homepage-mobile-ingredients .landing-ingredients-btn {
    position: relative;
    max-width: 628px;
    width: 95%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid #5e8bb2;
    font-size: 29px;
    font-weight: 500;  
    border-radius: 5px;
}

#page_science_1 .homepage-mobile-ingredients .landing-ingredients-btn img { 
  margin-right: 13px;
  max-width: 43px;
}

#page_science_1 .homepage-mobile-ingredients .landing-ingredients-btn span:not(.icon) { 
    color: #5e8bb2;
    font-size: 14px;
}

#page_science_1 .homepage-mobile-ingredients .landing-ingredients-btn .icon {
    position: absolute;
    right: -17px;
    top: -24px;
    background: #fff;
    padding: 4px;
}

#page_science_1 .homepage-mobile-ingredients .landing-ingredients-btn .icon { 
  max-width: 30px;
}

#page_science_1 .homepage-mobile-ingredients {
  margin-bottom: 35px;
}

#page_science_1 .section_blue_title {
  padding: 10px 1.28%;
  background-color: #F5F5F5;
}
#page_science_1 .section_blue_title .wrapper {
  text-align: center;
}
#page_science_1 .section_blue_title .wrapper h2 {
  margin: 8px 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Josefin Sans";
  color: #5e8bb2;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page_science_1 .section_blue_title .wrapper h2 {
    line-height: 1.2;
    font-size: 24px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_blue_title {
    padding: 15px;
  }
}
#page_science_1 .section_main_text {
  max-width: 100%;
  padding: 20px 1.28% 0;
  background: #f5f5f5;
}
#page_science_1 .section_main_text .wrapper {
  padding: 0 15px;
}
#page_science_1 .section_main_text .wrapper .default {
  font-size: 18px;
  font-family: "Josefin Sans";
  margin: 0;
  padding: 7.5px 0 10px;
}
@media (max-width: 767px) {
  #page_science_1 .section_main_text .wrapper .default {
    font-size: 16px;
  }
}
#page_science_1 .section_main_text .wrapper .default .blue_big {
  color: #0099CD;
}
@media (max-width: 767px) {
  #page_science_1 .section_main_text {
    padding: 15px;
  }
}
#page_science_1 .small {
  font-family: "Josefin Sans";
  font-size: 8px;
  margin: 0;
  background: #f5f5f5;
}
#page_science_1 .small .wrapper {
  margin: 0 auto;
}
#page_science_1 .small .wrapper .blue_small {
  color: #494c50;
}
#page_science_1 .small .wrapper p {
  margin: 0;
  padding: 0 !important;
}
#page_science_1 .small .wrapper p .blue_small {
  color: #494c50;
}
@media (max-width: 767px) {
  #page_science_1 .small .wrapper p {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #page_science_1 .small {
    padding: 15px;
  }
}
#page_science_1 .section_probiotic_ph {
  max-width: 100%;
  padding: 30px 1.28%;
}
#page_science_1 .section_probiotic_ph .wrapper {
  text-align: center;
  margin: 0 auto;
}
#page_science_1 .section_probiotic_ph .wrapper img {
  width: 85%;
}
@media (max-width: 767px) {
  #page_science_1 .section_probiotic_ph .wrapper {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_probiotic_ph {
    padding: 15px;
  }
}
#page_science_1 .section_blue_title_none_bg {
  padding: 10px 1.28% 50px;
}
#page_science_1 .section_blue_title_none_bg .wrapper {
  text-align: center;
}
#page_science_1 .section_blue_title_none_bg .wrapper h2 {
  margin: 8px 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Josefin Sans";
  color: #5e8bb2;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page_science_1 .section_blue_title_none_bg .wrapper h2 {
    line-height: 1.2;
    font-size: 24px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #page_science_1 .section_blue_title_none_bg {
    padding: 10px 15px 50px;
  }
}
#page_science_1 .container {
  padding: 20px 1.28%;
  display: flex;
  justify-content: center;
}
#page_science_1 .container .offset-by-one {
  padding: 0;
}
@media (max-width: 805px) {
  #page_science_1 .container .offset-by-one {
    display: flex;
    flex-wrap: wrap;
  }
}
#page_science_1 .container .columns {
  display: block;
  max-width: 50%;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  #page_science_1 .container .columns {
    max-width: 100%;
  }
}
#page_science_1 .container .sixteen {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
#page_science_1 .container .sixteen .image-element__wrap {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page_science_1 .container .sixteen {
    padding: 15px;
  }
}
@media (max-width: 330px) {
  #page_science_1 .container .sixteen {
    max-width: 220px;
  }
}
#page_science_1 .container h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page_science_1 .container h3 {
    padding-top: 20px;
    font-size: 14px;
  }
}
#page_science_1 .container p {
  font-size: 18px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #page_science_1 .container p {
    font-size: 16px;
  }
}
#page_science_1 .container ul {
  margin: 0;
  padding-left: 40px;
}
#page_science_1 .container ul li {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  #page_science_1 .container ul {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #page_science_1 .container {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
#page_science_1 .small_text_section {
  max-width: 100%;
  padding: 20px 1.28%;
}
#page_science_1 .small_text_section .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  text-align: right;
}
#page_science_1 .small_text_section .wrapper p {
  margin: 0;
  font-size: 10px;
}
#page_science_1 .small_text_section .wrapper p span {
  color: #0099CD;
}
@media (max-width: 767px) {
  #page_science_1 .small_text_section .wrapper {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #page_science_1 .small_text_section {
    padding: 0 30px 15px;
  }
}
#page_science_1 .under_footer {
  max-width: 100%;
  padding: 100px 1.28% 20px;
}
#page_science_1 .under_footer .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
#page_science_1 .under_footer .wrapper span {
  font-size: 14px;
}
#page_science_1 .under_footer .wrapper span a {
  color: #0099CD;
}
#page_science_1 .under_footer .wrapper span a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #page_science_1 .under_footer {
    padding: 100px 15px 20px;
  }
}

.image-with-different-text {
  padding: 20px 0;
}

.image-with-different-text .wrapper {
   max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.image-with-different-text .wrapper .iwd-content {
    display: flex;
    flex-wrap: wrap;
}

.image-with-different-text .wrapper .iwd-content .img-col {
  width: 50%;
  text-align: center;
}

.image-with-different-text .wrapper .iwd-content .img-col img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.image-with-different-text .wrapper .iwd-content .info-col {
  width: 50%;
}

.image-with-different-text .wrapper .iwd-content .info-col h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
}

.image-with-different-text .wrapper .iwd-content .info-col .info p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.8em;
    max-width: 100%;
    font-size: 18px;
    padding: 20px 0;
}

.image-with-different-text .wrapper .iwd-content .info-col ul {
    margin: 0;
    padding-left: 40px;
}

.image-with-different-text .wrapper .iwd-content .info-col ul li {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.image-with-different-text .wrapper .iwd-content .info-col ul .highlight-text {
    background-color: #FFEFB4;
    width: fit-content;
    padding: 1px 6px;
    border-radius: 5px;
}

.image-with-different-text .wrapper .iwd-content .additional_text {
    margin-top: 45px;
}

.image-with-different-text .wrapper .iwd-content .additional_text p {
     margin: 0;
    font-size: 10px;
    text-align: right;
}

.image-with-different-text .wrapper .iwd-content .additional_text p span {
  color: #5e8bb2;
  padding-right: 5px;
}

@media(max-width:749px) {

  .image-with-different-text .wrapper .iwd-content .img-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .image-with-different-text .wrapper .iwd-content .info-col {
    width: 100%;
  }

  .image-with-different-text .wrapper .iwd-content .info-col h2 {
   font-size: 18px;
  }
  
  .image-with-different-text .wrapper .iwd-content .additional_text p {
     margin: 0;
    font-size: 10px;
    text-align: left;
  }
}

#page_new_thank_you .section_main_title {
  max-width: 100%;
  padding: 120px 0 50px;
}
#page_new_thank_you .section_main_title .main_title_wrapper {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#page_new_thank_you .section_main_title .main_title_wrapper span {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 48px;
  color: #474747;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_main_title .main_title_wrapper span {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_main_title {
    padding: 50px 0 50px;
  }
}
#page_new_thank_you .section_title {
  max-width: 100%;
}
#page_new_thank_you .section_title .title_wrapper {
  padding: 20px 0;
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
}
#page_new_thank_you .section_title .title_wrapper .img {
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
#page_new_thank_you .section_title .title_wrapper .img img {
  max-width: 60%;
}
#page_new_thank_you .section_title .title_wrapper .text {
  margin: auto;
  max-width: 60%;
  text-align: center;
}
#page_new_thank_you .section_title .title_wrapper .text span {
  color: #FD865D;
  font-size: 33px;
  font-weight: 700;
  font-family: "Josefin Sans";
}
@media (max-width: 767px) {
  #page_new_thank_you .section_title .title_wrapper .text span {
    margin: 8px auto;
    max-width: 100%;
    font-size: 16px;
    display: block;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_title .title_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_title .title_wrapper {
    max-width: 77%;
  }
}
#page_new_thank_you .section_video_name {
  max-width: 100%;
}
#page_new_thank_you .section_video_name .video_name_wrapper {
  padding: 40px 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#page_new_thank_you .section_video_name .video_name_wrapper span {
  color: #6991AC;
  font-size: 26px;
  font-weight: 700;
  font-family: "Josefin Sans";
}
@media (max-width: 767px) {
  #page_new_thank_you .section_video_name .video_name_wrapper span {
    font-size: 18px;
  }
}
#page_new_thank_you .section_under_name {
  max-width: 100%;
}
#page_new_thank_you .section_under_name .under_name_wrapper {
  padding: 20px 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#page_new_thank_you .section_under_name .under_name_wrapper p {
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  font-family: "Josefin Sans";
}
#page_new_thank_you .section_video {
  max-width: 100%;
}
#page_new_thank_you .section_video .video_wrapper {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#page_new_thank_you .section_video .video_wrapper iframe {
  max-width: 100%;
  width: 960px;
  max-height: 100%;
  height: 540px;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_video .video_wrapper iframe {
    height: 257px;
  }
}
#page_new_thank_you .section_orange_title {
  max-width: 100%;
}
#page_new_thank_you .section_orange_title .orange_title_wrapper {
  padding: 40px 0 50px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#page_new_thank_you .section_orange_title .orange_title_wrapper span {
  color: #FD865D;
  font-size: 26px;
  font-weight: 700;
  font-family: "Josefin Sans";
}
@media (max-width: 767px) {
  #page_new_thank_you .section_orange_title .orange_title_wrapper span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_orange_title .orange_title_wrapper {
    max-width: 77%;
  }
}
#page_new_thank_you .section_content {
  max-width: 100%;
}
#page_new_thank_you .section_content .content_wrapper {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#page_new_thank_you .section_content .content_wrapper .content {
  max-width: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#page_new_thank_you .section_content .content_wrapper .content .content_title span {
  font-family: "Josefin Sans";
  font-size: 22px;
  font-weight: 700;
  color: #6991AC;
  margin: 8px 0;
  display: block;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .content .content_title span {
    font-size: 20px;
  }
}
#page_new_thank_you .section_content .content_wrapper .content .main_content span {
  padding: 10px 0 20px;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  display: block;
  margin: 8px 0;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .content .main_content span {
    font-size: 18px;
  }
}
#page_new_thank_you .section_content .content_wrapper .content .content_list {
  padding: 0 0 20px;
}
#page_new_thank_you .section_content .content_wrapper .content .content_list ul li {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .content .content_list ul li {
    font-size: 18px;
  }
}
#page_new_thank_you .section_content .content_wrapper .content .action_button {
  max-width: 270px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  text-transform: none;
  padding: 11px 48px;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .content .action_button {
    max-width: 80%;
    font-size: 16px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .content {
    max-width: 100%;
  }
}
#page_new_thank_you .section_content .content_wrapper .erick_img {
  max-width: 50%;
  text-align: center;
}
#page_new_thank_you .section_content .content_wrapper .erick_img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper .erick_img {
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_content .content_wrapper {
    max-width: 77%;
    display: flex;
    flex-direction: column-reverse;
  }
}
#page_new_thank_you .section_text {
  max-width: 100%;
}
#page_new_thank_you .section_text .text_wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
#page_new_thank_you .section_text .text_wrapper span {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_text .text_wrapper span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_text .text_wrapper {
    max-width: 540px;
    padding: 30px;
  }
}
#page_new_thank_you .section_link {
  max-width: 100%;
}
#page_new_thank_you .section_link .link_wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
#page_new_thank_you .section_link .link_wrapper span {
  font-family: "Josefin Sans";
  font-size: 26px;
  font-weight: 700;
  color: #6991AC;
  padding: 10px 0 30px;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_link .link_wrapper span {
    font-size: 18px;
    display: block;
  }
}
#page_new_thank_you .section_link .link_wrapper p {
  padding: 30px 0;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_link .link_wrapper p {
    font-size: 18px;
    padding: 0;
  }
}
#page_new_thank_you .section_link .link_wrapper p a {
  color: #0022DC;
}
#page_new_thank_you .section_link .link_wrapper p a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_link .link_wrapper {
    max-width: 540px;
    padding: 30px;
  }
}
#page_new_thank_you .section_under_footer {
  max-width: 100%;
}
#page_new_thank_you .section_under_footer .under_footer_wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
#page_new_thank_you .section_under_footer .under_footer_wrapper span {
  font-family: "Josefin Sans";
  font-size: 26px;
  font-weight: 700;
  color: #6991AC;
  padding: 10px 0 30px;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_under_footer .under_footer_wrapper span {
    font-size: 18px;
    display: block;
  }
}
#page_new_thank_you .section_under_footer .under_footer_wrapper p {
  padding: 30px 0;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 767px) {
  #page_new_thank_you .section_under_footer .under_footer_wrapper p {
    font-size: 18px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #page_new_thank_you .section_under_footer .under_footer_wrapper {
    max-width: 540px;
    padding: 30px;
  }
}
#page_new_thank_you .page-thank-you-content {
  padding: 170px 20px 55px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 797px) {
  #page_new_thank_you .page-thank-you-content {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#page_new_thank_you .page-thank-you-content h4 {
  color: #fd865d;
  font-family: 'Josefin Sans';
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 797px) {
  #page_new_thank_you .page-thank-you-content h4 {
    font-size: 20px;
  }
}
#page_new_thank_you .page-thank-you-content img {
  width: 100%;
}
#page_new_thank_you .page-thank-you-content ul {
  max-width: 600px;
  margin: 30px auto 20px;
  width: 100%;
  list-style-type: disc;
}
#page_new_thank_you .page-thank-you-content ul li {
  font-family: 'Josefin Sans';
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 797px) {
  #page_new_thank_you .page-thank-you-content ul li {
    font-size: 16px;
  }
}

  .lp-banner-section section {
    width: 100%;
  }

.lp-banner-section .wrap {
     max-width: 758px;
    width: 100%;
    z-index: 2;
    position: relative;
}

  .lp-banner-section .wrap .title {
    margin-bottom: 32px;
    font-size: 62px;
    line-height: 1.2;
    color: #5E8BB2;
  }

  .lp-banner-section .wrap .title p {
      line-height: 1.2;
  }

    .lp-banner-section .wrap .desc {
      margin-bottom: 70px;
    }

    .lp-banner-section .wrap .desc p {
      margin-bottom: 0;
      font-size: 30px;
      line-height: 1.4;
      color: #000;
    }

     .lp-banner-section .wrap .desc sup {
        font-size: 14px;
     }

   .lp-banner-section .wrap .desc a {
     color: #5E8BB2;
    }

    .lp-banner-section .wrap .product-actions {
      position: relative;
    }

    .lp-banner-section .wrap .product-actions .action_button {
      max-width: 525px;
      border-radius: 38px;
      padding: 12px 16px 12px;
      font-size: 20px !important;
      height: unset;
      line-height: 1.2;
      font-weight: 400;
      display: block;
      color: #000;
      width: 100%;
    }

    @media(max-width: 992px) {
       .lp-banner-section .wrap .product-actions .action_button {
        margin: 0 auto;
       }
    }

    .lp-banner-section .wrap .product-actions .guarantee-text {      
      width: 100%;
      max-width: 525px;
      text-align: center;
      font-size: 29px;
      color: #474747;
    }

    .lp-banner-section .wrap .product-actions .guarantee-text img {      
      width: 26px;
      margin-right: 8px;
      margin-bottom: -3px;
    }

     .lp-banner-section .wrap .product-actions .rating {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 15px;
        font-size: 29px;
        margin-top: 20px;
     }

    .lp-banner-section .wrap .product-actions .rating img {
        max-width: 130px;
        width: 100%;
        margin-bottom: 5px;
        display: block;
     }

@media(min-width: 994px) {
.lp-banner-section .lp-banner-image {
    position: absolute;
    right: -71px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 555px;
    width: 100%;
}
}

@media(max-width:1400px) {
  .lp-banner-section .lp-banner-image {
    right: 0;
    max-width: 450px;
  }
}

@media(max-width: 993px) {
 .lp-banner-section .lp-banner-image {
    margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100%;
  }

  .lp-banner-section .wrap {
    max-width: 100%;
  }

  .lp-banner-section .wrap .title {
    font-size: 25px;
    line-height: 1.2;
    color: #5E8BB2;
    margin-bottom: 10px;
  }

   .lp-banner-section .wrap .desc {
      margin-bottom: 25px;
   }                       

  .lp-banner-section .wrap .desc p {
    font-size: 18px;
    line-height: 1.5;
  }

  .lp-banner-section .wrap .product-actions .guarantee-text {
    font-size: 18px;
    color: #474747;
    margin-top: 10px;
    max-width: 100%;
  }
  
  .lp-banner-section .wrap .product-actions .rating {
     position: unset;
    font-size: 18px;
    color: #474747;
    margin-top: 10px;
  }
}

 .section-images {
  padding-bottom: 35px;
 }

.section-images .container {
  display: block;
}

 .section-images .pills {
     max-width: 220px;
    display: block;
    margin: 0 auto;
    width: 100%;  
 }

  .section-images .pills-text {
    width: 60%;
    display: block;
    margin: 10px auto 0;
 }

 @media(max-width: 749px) {
   .section-images .pills {
    max-width: 160px;
   }
  
    .section-images .pills-text {
    width: 100%;
   }
 }

 .bg-wrapper {
    position: relative;
    background: #e2e2e2;
 }

 .ingredients-section .wrap {
    max-width: 764px;
    width: 100%;
    z-index: 2;
    position: relative;
 }

 .ingredients-section .container h4 {
      margin-bottom: 30px;
    font-size: 32px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center; 
    letter-spacing: 0;
    position: relative;
    z-index: 2;
 }

  .ingredients-section .container h2 {
    margin-bottom: 55px;
    font-size: 54px;
    width: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 0;
     position: relative;
    z-index: 2;
  }

    .ingredients-section .container .text-1 {
      margin-bottom: 40px;
      font-size: 25px;
      color: #000;
    }

    .ingredients-section .container .text-1 span {
      font-family: "HoneyScript";
    }

    
    .ingredients-section .container .text-2 {
      margin-bottom: 18px;
      font-size: 22px;
      color: #000;
    }

    .ingredients-section .container ul {
      margin-bottom: 42px;
      list-style: none;
      margin-left: 0;
    }

    .ingredients-section .container ul li {
      margin-bottom: 30px;
      font-size: 22px;
      color: #000;
    }

     .ingredients-section .container .text-3 p {
      text-align: left;
      line-height: 1.15;
      font-size: 22px;
      color: #000;
     }

   .ingredients-section .container .text-3 p strong {
    color: #5e8bb2;
    }

    .ingredients-section .container .action_button {
        position: relative;
        max-width: 628px;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 2px solid #868686;
        font-size: 29px;
        font-weight: 500;
    }

    .ingredients-section .container .action_button img {
      margin-right: 13px;
    }

    .ingredients-section .container .action_button span:not(.icon) {
      margin-top: 5px;
      color: #868686;
    }

     .ingredients-section .container .action_button .icon {
      position: absolute;
      right: -17px;
      top: -24px;
      background: #e2e2e2;
      padding: 4px;
     }

     .ingredients-section .container .action_button .icon img {
      display: block;
      margin: 0;
     }

    .ingredients-section .ingredients-img {
      max-width: 390px;
      width: 100%;
      position: absolute;
      right: 210px;
      bottom: 0;
      right: 0;
      z-index: 1;
     }

     @media(max-width:993px) {

        .bg-wrapper {
          padding: 15px 0;
       }
       
       .ingredients-section .ingredients-img {
          display: none;
       }

       .ingredients-section .container h4 {
          font-size: 24px;
          letter-spacing: 0;
          text-align: center;
       }

       .ingredients-section .container h2 {
            font-size: 36px;
            letter-spacing: 0;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 20px;
       }

       .ingredients-section .container .text-1 {
          font-size: 18px;
          margin-bottom: 18px;
       }

       .ingredients-section .container .text-2 {
        font-size: 18px;
       }

        .ingredients-section .container ul {
           margin-bottom: 20px;
        }

       .ingredients-section .container ul li {
         font-size: 18px;
         margin-bottom: 12px;
       }

       .ingredients-section .container .action_button span:not(.icon) {
         font-size: 12px;
       }

    .ingredients-section .container .text-3 p {
        font-size: 18px;
      }
     }

 .ingredients-block-landing {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
}
.ingredients-block-landing .ingredients-block-wrap-landing {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 97%;
  padding: 40px;
  margin: 0 auto;
  z-index: 21;
}
@media (max-width: 600px) {
  .ingredients-block-landing .ingredients-block-wrap-landing {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .ingredients-block-landing .ingredients-block-wrap-landing {
    padding: 10px;
  }
}
.ingredients-block-landing .ingredients-block-wrap-landing #ingredients-chart-landing {
  text-align: center;
}
.ingredients-block-landing .ingredients-block-wrap-landing #ingredients-chart-landing img {
  width: 100%;
  max-width: 480px;
}
.ingredients-block-landing .close {
  width: 20px;
  height: 20px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 65px;
  right: 65px;
  transition: ease 0.25s all;
  transform: translate(50%, -50%);
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}
.ingredients-block-landing .close img {
  width: 15px;
  height: 15px;
}
@media (max-width: 600px) {
  .ingredients-block-landing .close {
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 400px) {
  .ingredients-block-landing .close {
    top: 30px;
    right: 30px;
  }
}

.popup-overlay-landing {
      display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.75);
}

.lp-testimonials .container {
  display: block;
  max-width:1430px;
}

.lp-testimonials {
 padding: 70px 0;
 max-width:1430px;
}

.lp-testimonials .wrap {
    display: flex;
    flex-wrap: wrap;
}

.lp-testimonials .wrap > div:first-child {
    flex: 0 0 55%;
    width: 55%;
}

.lp-testimonials .wrap > div:last-child {
    padding-left: 130px;
    flex: 0 0 45%;
    width: 45%;
    box-sizing: border-box;
}

.lp-testimonials .slider-item h2 {
      margin-bottom: 53px;
    font-size: 44px;
    line-height: normal;
    text-align: center;
    color: #000;
}

  .lp-testimonials .slider-item h2 p {
    line-height: 1.3;
  }

.lp-testimonials .slider-item h3 {
    margin-bottom: 38px;
    font-size: 35px;
    line-height: normal;
    text-align: center;
    color: #000;
}

.lp-testimonials .slider-item .reviews-slider__item img {
     max-width: 320px;
    width: 100%;
    border: 2px solid #b7b7b7;
    margin: 0 auto 40px; 
}

.lp-testimonials .slider-item .reviews-slider__item p {
     margin-bottom: 35px;
    font-size: 34px;
    line-height: normal;
    color: #000;
    text-align: center; 
}

.lp-testimonials .slider-item .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0; 
}

.lp-testimonials .slider-item .slick-dots li {
    width: 24px;
    height: 24px;
    margin: 0 12.5px;
}

.lp-testimonials .slider-item .slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.lp-testimonials .slider-item .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #d8d8d8;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lp-testimonials .slider-item .slick-dots .slick-active button:before {
 background: #737273;
}

@media(max-width: 993px) {
  .lp-testimonials .wrap > div:first-child {
    flex: 0 0 100%;
    width: 100%;
  }

  .lp-testimonials .slider-item h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: normal;
    text-align: center;
  }

  .lp-testimonials .slider-item h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }

  .lp-testimonials .slider-item .reviews-slider__item p {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.lp-testimonials .reviews-item p {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: normal;
   color: #000;
}

.lp-testimonials .reviews-item p:last-of-type { 
    margin-top: 23px;
}

.lp-testimonials .reviews-item .review__item {
      padding-bottom: 32px;
    margin-bottom: 50px;
    border-bottom: 2px solid #bcbcbc;
}

@media(max-width: 993px) {
  .lp-testimonials .wrap > div:last-child {
    display: none;
    padding-left: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

.lp-clinically-proven .bg {
 background-color: #b2b2b2;
 padding-top: 20px; 
}

.lp-clinically-proven .clinically-proven {
 border: 2px solid #2d2d2d; 
}

.lp-clinically-proven .clinically-proven .clinically-proven-info {
  padding: 0 50px;  
}

.lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
    font-size: 64px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #b2b2b2;
    display: block;
    margin: -20px auto 60px;
    width: max-content;
    padding: 4px 30px;
    color: #000;
}

.lp-clinically-proven .clinically-proven .clinically-proven-info .sub-info {
    margin-bottom: 90px;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
}

.lp-clinically-proven .clinically-proven .clinically-proven-info h3 {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
}

.lp-clinically-proven .clinically-proven .clinically-proven-info p {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 45px;
    color: #000;
}

.lp-clinically-proven .clinically-proven .note {
    background-color: #d6d6d6;
    padding: 20px 10px;
    text-align: center;                        
}

.lp-clinically-proven .clinically-proven .note h4 {
  color: #000;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.5;
}

@media(max-width:650px) {
  .lp-clinically-proven .clinically-proven .note h4 {
     font-size: 13px;
  }

 .lp-clinically-proven .clinically-proven .note h4 em {
     font-size: 13px !important;
  }
}

.lp-clinically-proven .small-notes {
  margin: 60px auto 0;
}

.lp-clinically-proven .small-notes span {
    display: block;
    text-align: center;
    color: #000;
}

@media(max-width:798px) {

  .lp-clinically-proven .clinically-proven .clinically-proven-info {
    padding: 0 20px;  
  }
  
  .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {    
    font-size: 31px;
    margin-bottom: 20px;
  }

  .lp-clinically-proven .clinically-proven .clinically-proven-info .sub-info {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .lp-clinically-proven .clinically-proven .clinically-proven-info h3 {
   font-size: 31px; 
  }

   .lp-clinically-proven .clinically-proven .clinically-proven-info p {
     font-size: 18px;
   }

  .lp-clinically-proven .small-notes {
    margin-top: 30px;
  }
  
}

.lp-key-benefits .bg {
  background-color: #f7f7f7;   
}

.lp-key-benefits .proven-ingredients-container {
     padding: 60px 80px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative; 
}

.lp-key-benefits .proven-ingredients-container .text-col {
    width: 50%;
    padding-bottom: 60px;
}

.lp-key-benefits .proven-ingredients-container .text-col h4 {
    text-align: center;
    color: #606060;
    font-size: 38px;
    letter-spacing: 0;
    margin-bottom: 27px;
}

.lp-key-benefits .proven-ingredients-container .text-col h2 {
    text-align: center;
    color: #606060;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1.2 !important;
    margin-bottom: 0;
}

.lp-key-benefits .proven-ingredients-container .text-col .benefits img {
  width: 100%;
}

.lp-key-benefits .proven-ingredients-container .image-col {
     width: 50%;
    position: relative; 
}

.lp-key-benefits .proven-ingredients-container .image-col img {
    position: absolute;
    bottom: 0;
     width: 100%;
}

.lp-key-benefits .bullet-img {
      position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
   z-index: 9;
}

@media(max-width: 798px) {
  .lp-key-benefits .proven-ingredients-container .image-col {
    display: none;
  }  

   .lp-key-benefits .proven-ingredients-container .text-col {
    width: 100%;
  } 

  .lp-key-benefits .proven-ingredients-container .text-col h4 {
    font-size: 22px;
  }

  .lp-key-benefits .proven-ingredients-container .text-col h2 {
    font-size: 38px;
  }

  .lp-key-benefits .proven-ingredients-container {
    padding: 60px 0 0;
  }

   .lp-key-benefits .bullet-img {
    bottom: -80px;
  }
}

.lp-quote-and-image .bg {
      background-color: #efefef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lp-quote-and-image .info {
    padding-top: 150px;
    max-width: 950px;
    margin: 0 auto 100px;
}

.lp-quote-and-image .info p {
    color: #606060;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
}

.lp-quote-and-image img {
     width: 100%;
    display: block;
    height: unset !important; 
}

@media(max-width:798px) {
  .lp-quote-and-image .info p {
    font-size: 31px;
  }
}

.lp-why-skinesa .container {
  width: 100%;
  display: block;
}

.lp-why-skinesa .why-skinesa {
     border: 2px solid #808080;
    margin-top: 120px;
      width: 100%;
}

.lp-why-skinesa .why-skinesa .why-skinesa-info {
    padding: 0 50px;
}

.lp-why-skinesa .why-skinesa .why-skinesa-info h2 {
    color: #606060;
    text-align: center;
    font-size: 64px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #fff;
    display: block;
    margin: -20px auto 20px;
    width: max-content;
    padding: 4px 30px;
}

.lp-why-skinesa .why-skinesa .why-skinesa-info p {
  color: #606060;
    text-align: center;
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.lp-why-skinesa .why-skinesa .why-skinesa-info h4 {
     color: #606060;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0; 
}

.lp-why-skinesa .why-skinesa .note {
    padding: 10px 50px;
    background: #d6d6d6;
}

.lp-why-skinesa .why-skinesa .note p { 
margin-bottom: 0;
    color: #000;
    text-align: center;
    line-height: 1.2;
    font-size: 25px;
}

@media(max-width: 890px) {

  .lp-why-skinesa .why-skinesa .why-skinesa-info {
    padding: 0 20px;
  }
  
  .lp-why-skinesa .why-skinesa .why-skinesa-info h2 {
     font-size: 22px;
  }

  .lp-why-skinesa .why-skinesa .why-skinesa-info p {
     font-size: 22px;
  }

  .lp-why-skinesa .why-skinesa .why-skinesa-info h4 {
    line-height: 1.5em;
    font-size: 31px;
  }

  .lp-why-skinesa .why-skinesa .note p {
    font-size: 18px;
  }
  
}

.lp-additional-info .beware-container {
    padding-top: 150px;  
}

.lp-additional-info .beware-container .title {
    position: relative;
    width: 50%;
    text-align: center;
}

.lp-additional-info .beware-container .title h3 {
    color: #606060;
    font-size: 48px;
    text-align: center;
    width: fit-content;
    letter-spacing: 0;
    line-height: 45px;
    margin: 0 0 15px;
    display: inline;
}

.lp-additional-info .beware-container .title sup {
    font-size: 20px;
    position: relative;
    bottom: 14px;
   display: inline;
}

.lp-additional-info .beware-container .beware-info {
     display: flex;
    flex-wrap: wrap;
    margin-top: 40px; 
}

.lp-additional-info .beware-container .beware-info .text-col {
    width: 50%;
    text-align: center;
    color: #606060;
    box-sizing: border-box;
    padding: 0 10px;
}

.lp-additional-info .beware-container .beware-info .text-col .text {
    max-width: 600px;
    margin: 0 auto;
}

.lp-additional-info .beware-container .beware-info .text-col .text h4 {
    color: #606060;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    padding-top: 0;
    margin-bottom: 35px;
}

.lp-additional-info .beware-container .beware-info .text-col .text p {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 55px;
}

.lp-additional-info .beware-container .beware-info .text-col .text .color-text p {
    margin-bottom: 70px;
    margin-top: 70px;
}

  .lp-additional-info .beware-container .beware-info .text-col .text .color-text p span {
    font-weight: 700;
    background-color: #fff374;
}

.lp-additional-info .beware-container .beware-info .img-col { 
    width: 50%;
  box-sizing: border-box;
}

.lp-additional-info .beware-container .beware-info .img-col img { 
    max-width: 100%;
    height: auto;
}

@media(max-width:993px) {

    .lp-additional-info .bg {
      background: #eaeaea;
    }

  .lp-additional-info .beware-container {
    padding-top: 35px;
    margin-top: 30px;
  }

  .lp-additional-info .beware-container .title {
    width: 100%;
   }

  .lp-additional-info .beware-container .title h3 {
    font-size: 31px;
    width: 100%;
    line-height: 25px;
  }

  .page-landing-page .section-8 .beware-container .beware-info {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  
.lp-additional-info .beware-container .beware-info .text-col {
  width: 100%;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

  .lp-additional-info .beware-container .beware-info .text-col .text {
    max-width: 100%;
  }

  .lp-additional-info .beware-container .beware-info .text-col .text h4 {
      font-size: 22px;
    line-height: 25px;
  }


  .lp-additional-info .beware-container .beware-info .text-col .text p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .lp-additional-info .beware-container .beware-info .text-col .text .color-text p {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .lp-additional-info .beware-container .beware-info .img-col { 
    width: 100%;
  }
}

.lp-two-images .supplement-container {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 45px 35px;  
}

.lp-two-images .supplement-container .image-col-1 {
     width: 65%; 
}

.lp-two-images .supplement-container .image-col-1 img {
     width: 100%; 
}

.lp-two-images .supplement-container .image-col-2 {
  width: 35%;
}

.lp-two-images .supplement-container .image-col-2 img {
     width: 100%; 
}

.lp-two-images .supplement-container .info {
    margin: 30px auto 0;
    max-width: 950px;
}

.lp-two-images .supplement-container .info p {
    color: #606060;
    font-size: 38px;
    text-align: center;
    line-height: 1.2;
}

  .lp-two-images .supplement-container .info .action_button {
    max-width: 350px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    color: #000;
    width: 100%;
    margin: 28px auto 10px;
  }

  @media(max-width:798px) {
      .lp-two-images .supplement-container .info .action_button {
        padding: 13px 16px 13px;
        height: unset !important;
         margin-top: 15px;
      }
  }

.lp-two-images .supplement-container .info .under-button-btn {
     color: #4741AF;
    border-bottom: 1px solid #4741AF;
    font-size: 28px; 
}

.lp-two-images .supplement-container .info .under-button-btn:hover {
  color: #FFD122;
  border-color: #FFD122;
}

.lp-two-images .supplement-container .info span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #606060;
}

.lp-two-images .supplement-container .info span img {
    padding-right: 10px;
    max-width: 100%;
    height: auto;
}

@media(max-width:993px) {

  .lp-two-images .supplement-container {
    padding: 0 20px 35px;
    margin-top: -60px;
  }
  
    .lp-two-images .supplement-container .image-col-1 {
       display: none;
  }

  .lp-two-images .supplement-container .image-col-2 {
    width: 100%;
  }

  .lp-two-images .supplement-container .info p {
    font-size: 25px;
  }

  .lp-two-images .supplement-container .info .under-button-btn {
    font-size: 17px;
    display: inline-block;
    padding-top: 20px;
  }

  .lp-two-images .supplement-container .info span {
    font-size: 18px;
  }

}

.lp-reviews {
      padding-top: 115px;
}

.lp-reviews .reviews-content {
    border: 2px solid #808080;
    padding: 0 50px;    
}

.lp-reviews .reviews-content h3 {
    line-height: 1.3;
    color: #606060;
    letter-spacing: 0;
    text-align: center;
    font-size: 48px;
    background: #fff;
    width: fit-content;
    margin: -17px auto 100px;
    padding: 0 35px;
}

   .lp-reviews .reviews-content h4 {
    color: #606060;
    text-align: center;
    font-size: 48px;
    letter-spacing: 0;
    margin-bottom: 60px;
  }

.lp-reviews .reviews-content .review-item {
     text-align: center;
    margin-bottom: 55px;
    color: #000; 
}

.lp-reviews .reviews-content .review-item img {
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.lp-reviews .reviews-content .review-item .author {
    font-size: 25px;
    margin-bottom: 0;  
}

.lp-reviews .reviews-content .review-item .mark {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px; 
}

.lp-reviews .reviews-content .review-item .review {
  font-size: 18px;
}

  @media(max-width: 993px) {
    .lp-reviews {
     width: 100%;
     padding-top: 10px;
    }

    .lp-reviews .reviews-content {
      padding: 0 20px;
    }

    .lp-reviews .reviews-content h3 {
      font-size: 25px;
      margin-bottom: 0;
    }

    .lp-reviews .reviews-content h4 {
      font-size: 25px;
      margin-bottom: 15px;
    }
  }

.lp-bottom-banner {
 padding-top: 50px;
 padding-bottom: 58px;
}

.lp-bottom-banner .wrap {
    z-index: 2;
    position: relative;
    max-width: 758px;
    width: 100%;
}

.lp-bottom-banner .wrap .title h2 {
    margin-bottom: 32px;
    font-size: 75px;
    text-align: left;
    line-height: 1.2;
    color: #5E8BB2;
}

.lp-bottom-banner .wrap .desc {
      margin-bottom: 70px;
    font-size: 31px;
    line-height: 1.2;
    color: #000;
}

.lp-bottom-banner .wrap .desc p {
 line-height: inherit;
}

.lp-bottom-banner .wrap .desc .image-with-text {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.lp-bottom-banner .wrap .desc .image-with-text img { 
    width: 100%;
    max-width: 145px;
    margin-right: 10px;
}

.lp-bottom-banner .wrap .desc .image-with-text p {
    margin-bottom: 0;
    line-height: inherit;
}

.lp-bottom-banner .wrap .product-actions {
  max-width: 525px;
  width: 100%; 
}

.lp-bottom-banner .wrap .product-actions .action_button {
     max-width: 350px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    color: #000;
    width: 100%;
    margin: 28px auto 10px;
}

@media(max-width:798px) {
  .lp-bottom-banner .wrap .product-actions .action_button {
    padding: 13px 16px 13px;
  }
}

.lp-bottom-banner .wrap .guarantee-text {
    color: #474747;
    font-size: 29px;
    max-width: 525px;
    text-align: center;
}

.lp-bottom-banner .wrap .guarantee-text img {
    width: 26px;
    margin-right: 8px;
    margin-bottom: -3px;
}

.lp-bottom-banner .right-col-img {
 position: absolute;
    right: -71px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 555px;
    width: 100%; 
}

@media(max-width:1400px) {
 .lp-bottom-banner .right-col-img {
    max-width: 430px;
    right: 0;
 }
}

@media(max-width:1100px) {
  .lp-bottom-banner .wrap {
    max-width: 100%;
  }

  .lp-bottom-banner .wrap .title h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .lp-bottom-banner .wrap .desc {
   font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
  }

  .lp-bottom-banner .wrap .desc .image-with-text {
     margin-top: 15px;
  }

  .lp-bottom-banner .wrap .guarantee-text {
    font-size: 18px;
    color: #474747;
    margin-top: 10px;
    max-width: 100%;
  }

  .lp-bottom-banner .right-col-img {
      position: unset;
    margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100%;
    transform: unset;
  }
}

.order-info {
    margin-left: 0;
}

.order-info p {
  margin-bottom: 2px;
}

.order-info li {
  margin-bottom: 0;
}

.featured-main-img {
    margin: 0 auto;
    display: block;
}

.page-contact .contact_form h3 {
  color: #474747;
}

.shopify-policy__title h1 {
 text-transform: capitalize;
}

.lp-coupon-seciton {
   margin: 10px auto !important;
   padding-bottom: 35px;
}

.lp-coupon-seciton .image-block {
  width: 100%;
}

.lp-coupon-seciton .image-block .info {
    max-width: 500px;
    margin: 0 auto 0;  
}

.lp-coupon-seciton .image-block .info .action_button {
    color: #000;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 28px auto 19px;
    font-size: 30px;
    font-weight: 400;
    padding: 24px 16px 21px;
    border-radius: 20px;
}

.lp-coupon-seciton .image-block .info .under-button-btn {
     color: #4741AF;
    border-bottom: 1px solid #4741AF;
    font-size: 28px; 
}

.lp-coupon-seciton .image-block .info .under-button-btn:hover {
     color: #fd865d;
    border-bottom: 1px solid #fd865d;
}

.lp-coupon-seciton .image-block .info span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #606060;
    text-align: center;  
}

.lp-coupon-seciton .image-block .info span img {
    padding-right: 10px;
    max-width: 35px;
}

  .lp-coupon-seciton .desktop-sale-img {
    max-width: 850px;
    display: block;
    margin: 10px auto;
    width: 100%;
  }

  .lp-coupon-seciton .lowest-price-text {
    width:100%;
    text-aling: center;
  }

  .lp-coupon-seciton .lowest-price-text p {
    text-align: center;
    font-size: 28px;
    color: #000;
    display: block;
    width: 100%;
    margin: 0; 
  }

@media(max-width: 600px) {
  .lp-coupon-seciton .desktop-sale-img {
    display: none;
  }
}

@media(min-width: 601px) {
  .lp-coupon-seciton .mobile-sale-img {
    display: none;
  }
}

@media(max-width: 749px) {
  .lp-coupon-seciton .image-block .info .action_button {
      max-width: 300px;
      margin: 0 auto;
      font-size: 17px !important;
      height: 44px !important;
      line-height: 0;
      border-radius: 10px;
  }

   .lp-coupon-seciton .image-block .info p {
     text-align: center;
   }

  .lp-coupon-seciton .image-block .info .under-button-btn {
    font-size: 18px;
    display: inline-block;
    padding-top: 20px;
  }

  .lp-coupon-seciton .image-block .info span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .lp-coupon-seciton .lowest-price-text p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
}

.lp-banner-section .wrap .product-actions .under-button-link-wrapper {
     display: block;
    max-width: 525px;
    text-align: center;     
     margin: 25px 0 8px;
}

.lp-banner-section .wrap .product-actions .under-button-link-wrapper .under-button-link {
    color: #4741AF;
    border-bottom: 1px solid #4741AF;
    font-size: 26px;
}

.lp-banner-section .wrap .product-actions .under-button-link-wrapper .under-button-link:hover {
    color: #fd865d;
    border-color: #fd865d;
}

@media(max-width:993px) {
  .lp-banner-section .wrap .product-actions .under-button-link-wrapper {
    max-width: 100%;  
    margin-top: 10px;
  }

  .lp-banner-section .wrap .product-actions .under-button-link-wrapper .under-button-link {
    font-size: 17px;
 }
}

.lp-before-after-desktop {
    background-color: #f5f5f5;
    padding: 20px 0 75px;
}

.lp-before-after-desktop .section {
    margin: 0 auto;
}

.lp-before-after-desktop .before-after--desktop {
  margin-bottom: 0;
}

@media(max-width:960px) {
  .lp-before-after-desktop {
    display: none;
  }
}

 .lp-before-after-mobile {
    background-color: #f5f5f5;
    padding-top: 35px;
   padding-bottom: 20px;
  }

     .lp-before-after-mobile .section {
        margin: 0 auto;
     }

   .lp-before-after-mobile .before-after-slider .before-after-slide .images-col .image img {
      max-width: 100%;
   }

@media(min-width:961px) {
  .lp-before-after-mobile {
    display: none;
  }
}

.lp-key-benefits-slider-section {
    position: relative;
}

.lp-key-benefits-slider-section .bg {
  background-color: #f5f5f5;    
}

.lp-key-benefits-slider-section .proven-ingredients-container {
    padding: 60px 80px 55px; 
}

.lp-key-benefits-slider-section .proven-ingredients-container .text-col {
    width: 50%;
    padding-bottom: 60px;
}

.lp-key-benefits-slider-section .proven-ingredients-container .text-col h4 {
    text-align: center;
    color: #606060;
    font-size: 38px;
    letter-spacing: 0;
    margin-bottom: 27px;
}

.lp-key-benefits-slider-section .proven-ingredients-container .text-col h2 {
    text-align: center;
    color: #606060;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1.2 !important;
   margin-bottom: 0;
}

.lp-key-benefits-slider-section .key-proven-slider .slick-slide {
 margin: 0 10px;
}

.lp-key-benefits-slider-section .key-proven-slider .key-proven-slide img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;  
}

.lp-key-benefits-slider-section .key-proven-slider .slick-dots {
     margin: 25px auto;
    display: flex;
    justify-content: center;
    list-style-type: none; 
}

.lp-key-benefits-slider-section .key-proven-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
    margin: 0 5px;
}

.lp-key-benefits-slider-section .key-proven-slider .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #d8d8d8;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lp-key-benefits-slider-section .key-proven-slider .slick-dots .slick-active button:before {
    background: #737273;
}

.lp-key-benefits-slider-section .bullet-img-bottom {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;  
    z-index: 9;
}

.lp-key-benefits-slider-section .bullet-img-top {
  position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;  
}

@media(max-width:1200px) {
  .lp-key-benefits-slider-section .proven-ingredients-container .text-col {
    width: 100%;
    padding-bottom: 0;
    padding-top: 40px;
  }
}

@media(max-width:960px) {

  .lp-key-benefits-slider-section {
      margin-top: 50px;  
      margin-bottom: 50px;
   }

  .lp-key-benefits-slider-section .proven-ingredients-container {
    padding-left: 0;
    padding-right: 0;
  }

  .lp-key-benefits-slider-section .bullet-img-top {
    top: -90px;
  }

  .lp-key-benefits-slider-section .bullet-img-bottom {
    bottom: -102px;
  }
  
  .lp-key-benefits-slider-section .proven-ingredients-container .text-col h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .lp-key-benefits-slider-section .proven-ingredients-container .text-col h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}

.cart-qty-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.cart-qty-wrap .quantity {
  text-align: center;
  width: 37px;
  height: 33px;
  min-height: unset;
  border: 0;
}
.cart-qty-wrap .quantity_label {
  padding-right: 10px;
}
.cart-qty-wrap .qty-block {
  display: flex;
}
.cart-qty-wrap .qty-minus, .cart-qty-wrap .qty-plus {
  position: relative;
  color: #000;
  font-weight: 400;
  background: #fff;
  height: 33px;
  width: 25px;
  min-height: unset;
  font-size: 0 !important;
  border-radius: 0;
  padding: 5px 10px;
}
.cart-qty-wrap .qty-minus-wrap, .cart-qty-wrap .qty-plus-wrap {
  position: relative;
}
.cart-qty-wrap .qty-minus-wrap img, .cart-qty-wrap .qty-plus-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 8px;
}

.cart-qty-wrap  input::-webkit-outer-spin-button,
.cart-qty-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.cart-qty-wrap input[type=number] {
    -moz-appearance:textfield;
}

.shopify-section--cart-template {
 background: #f5f5f5;
}

  .tos_checkbox input {
    position: relative !important;
    top: -2.5px !important;
    min-width: unset !important;
    min-height: unset !important;
  }

.tos_checkbox .tos_label p {
  text-transform: none;
}

.disable_btn {
  pointer-events: none;
  opacity: .6;
}

    
.products-table-section .products-table-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.products-table-section .products-table-content .product-table {
  width: calc(32.3% - 30px);
  max-width: 350px;
  margin-left: 30px;
  border: 4px solid #5e8bb2;  
  background: #fff;
  display: flex;
  flex-direction: column;
}

.products-table-section .products-table-content .product-table .product-table-content {
 padding: 20px 20px 10px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-table-section .products-table-content .product-table-regular {
  margin-top: 40px;
}

.products-table-section .products-table-content .product-table .product-table-badge {
    background-color: #5E8BB2;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding: 0 7px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-table-section .products-table-content .product-table .product-header .title {
    letter-spacing: 0;
    text-align: left;
    font-size: 22px;
    margin-bottom: 8px;  
    color: #000;
   line-height: 1.1;
}

.products-table-section .products-table-content .product-table .product-header .price {
    font-size: 18px;
    color: #000;
 }

 .products-table-section .products-table-content .product-table .product-header .price .pt-sale-price {
   color: #888888;
   text-decoration: line-through;
 }
  
 .products-table-section .products-table-content .product-table .product-header .serving-text {
    color: #5e8bb2;
    margin-bottom: 5px;
    display: block;
 }

 .products-table-section .products-table-content .product-table .product-image {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
 }

  .products-table-section .products-table-content .product-table .product-info p {
    font-weight: 700;
    line-height: 1.2;
    font-size: 17px;
    margin-bottom: 20px;
  }
  
  .products-table-section .products-table-content .product-table .product-info ul {
    list-style-type: none;
    margin-left: 0;
  }

 .products-table-section .products-table-content .product-table .product-info ul li {
    font-size: 16px;
    margin-bottom: 5px;
 }

 .products-table-section .products-table-content .product-table .product-info ul li span {
   font-weight: 700;
 }

 .products-table-section .products-table-content .product-table .product-button .top-text {
    display: block;
    color: #5E8BB2;
    font-size: 16px;
    line-height: 1.2;
 }

  .products-table-section .products-table-content .product-table .product-button a {
    display: block;
    background: #FFD122;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 35px;
  }

    .products-table-section .products-table-content .product-table .product-button a:hover {
      background: #5e8bb2;
    }

   .products-table-section .products-table-content .product-table .product-button .product-guarantee-text {    
      color: #5e8bb2;
      display: block;
      text-align: center;
      margin-top: 5px;
    }

    @media(max-width:1150px) {
      .products-table-section .products-table-content .product-table {
        width: 100%;
        margin-left: 0;
        margin-bottom: 35px;
        max-width: 100%;
      }                                                                  
    }

   .bulk-buying-section {
     background: #ebebeb;
   }

    .bulk-buying-section .section {
     max-width: 1600px;
   }

    .bulk-buying-section .section .container {
      max-width: 1600px;
      padding-top: 50px;
      padding-bottom: 50px;
   }

   .bulk-buying-section .buying-bulk-wrapper {
    display: flex;
    flex-wrap: wrap;
   }

  .bulk-buying-section .buying-bulk-wrapper .heading {
    width: 100%;
   }

   .bulk-buying-section .buying-bulk-wrapper .heading h1 {
    text-align: left;
    color: #000;
   }

   .bulk-buying-section .buying-bulk-wrapper .bulk-sidebar {
     width: 25%;
     margin-top: 40px;
   }

   .bulk-buying-section .buying-bulk-wrapper .products-table-section {
      width: 75%;
   }

   .bulk-sidebar {
     display: flex;
    flex-direction: column;
    justify-content: space-between;
   }

     .bulk-sidebar .top-content p {
      margin-bottom: 0;
      color: #000;
      font-size: 17px;
      line-height: 1.5;
     }

      .bulk-sidebar .bottom-content .bottom-content-container {
        border: 1px solid #0099cd;
        background: #fafcca;
        padding: 10px;
        border-radius: 5px;
      }

    .bulk-sidebar .bottom-content p {
       margin-bottom: 0;
      color: #000;
      font-size: 17px;
      text-align: center;
      line-height: 1.5;
    }

     .bulk-sidebar .bottom-content p span {
      text-decoration: underline;
     }

     @media(max-width:1150px) {

       .bulk-buying-section .buying-bulk-wrapper .heading h1 {
          font-weight: 700;
          font-size: 22px;
          letter-spacing: 0;
       }
       
        .bulk-buying-section .buying-bulk-wrapper .bulk-sidebar {
          width: 100%;
          margin-top: 0;
          margin-bottom: 30px;
          order: 2;
        }

       .bulk-sidebar .top-content {
         display: none;
       }

       .bulk-buying-section .buying-bulk-wrapper .products-table-section {
         width: 100%;
         order: 1;
       }

       .products-table-section .products-table-content .product-table-regular {
         margin-top: 0;
       }
     }

     .bulk-link {
        color: #5e8bb2 !important;        
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
       text-decoration: underline;
     }

     .bulk-link span {
       text-decoration: underline;
     }

     .bulk-link sup {
       color: red;
       position: relative;
       bottom: -7px;
     }

     .loop-subscription-container {
      margin-top: 0;
     }

   #product-form {
     margin-bottom: 0;
  }

   .deliverydate  {     
      margin-top: 0 !important;
      padding: 10px 0 0 !important;
      margin-bottom: 0 !important;
  }

    @media(min-width:798px) {
        .mobile-wave {
         display: none;
        }
   }

  @media(max-width:797px) {
    .product-block--description__text {
      background: #fff;
      width: 100vw;
      margin-left: calc((100% - 100vw)/2);
       position: relative;
      margin-top: 10px;
    }

    .product-block--description-content {
      padding: 0 20px 20px;
    }

    .mobile-wave {
     width: 100%;
    }

  }

   @media(min-width:798px) {

     .shopify-section--featured-product .mobile-wave {
      display: none !important;
    }
   }

  @media(max-width:797px) {

     .shopify-section--featured-product .mobile-wave {
      transform: rotate(180deg);
      width: 100%;
      margin-left: calc((100% - 100vw) / 2) !important;
    }

    .shopify-section--featured-product .product-block--description {
       width: 100vw;
      margin-left: calc((100% - 100vw) / 2) !important;
      box-sizing: border-box;
      margin-top: 30px;
    }
    
    .shopify-section--featured-product .product-block--description__text {
      padding: 0 30px 15px;
      box-sizing: border-box;
      background: #f5f5f5;
      width: 100%;
      margin-left: auto;
      position: relative;
      margin-top: 10px;
    }

        .shopify-section--featured-product .product-block--description__mobile {
          margin-top: -8px;
          padding-top: 10px;
        }

    .fp-mobile-references {
       padding: 0 30px; 
       border-bottom: 1px solid #b8c6c6;
       padding-bottom: 15px;
    }

     .fp-mobile-references .fp-mobile-references-content {
      border-top: 1px solid #b8c6c6;
      padding-top: 10px;
      margin-top: 25px;
    }
  }


  .page-black-friday-lp2 .header, .page-black-friday-lp2 #header, .page-black-friday-lp2 .page-wrapper h1 {
    display: none !important;
  }

  .page-black-friday-lp2 .shopify-section-group-header-group {
    padding-top: 0 !important;
  }

  @media screen and (min-width: 798px) {
    .page-black-friday-lp2 .promo-banner {
      display: none !important;
    }
  }

  .page-black-friday-lp2 .shopify-section--gallery {
    background-color: #fff;
    padding: 0 0 30px;
    margin-top: 50px;
  }

 .refund-page-image {
  width: 100%;
  margin-top: 20px;
 }

.product .jdgm-prev-badge {
  margin-bottom: 3px;
}

.product .product-block .modal_price {
 line-height: 1.4;
}

.guarantee-text-pdp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 5px;
}

.guarantee-text-pdp img {
    width: 100%;
    max-width: 25px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.guarantee-text-pdp span {
 font-size: 18px;
}

.product-form-custom-subscription .radio-block label {
   border: 0;
   border-radius: 0;
   margin-bottom: 0;
}

.product-form-custom-subscription .radio-block .radio-input {
 bottom: -13px;
}

.product-form-custom-subscription .active-radio-block label {
 border-radius: 0 !important;
 border: 0 !important 
}

.product-form-custom-subscription .radio-block-subscribe label {
    border-top-left-radius: 1em !important;
    border-top-right-radius: 1em !important;
    border-bottom: 1px solid #5E8BB2 !important;
}

.product-form-custom-subscription .radio-block-one-time label {
    border-bottom-left-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
}

.product-form-custom-subscription .custom-choose-product {
    border-radius: 1em !important;
    border: 3px solid #5e8bb2;
    margin: 10px 0px 15px 0px !important;
}

.product-form-custom-subscription .radio-block-info {
   width: 100%; 
}

.product-form-custom-subscription .radio-block-info .opt-info {
  align-items: center !important;
  justify-content: space-between;
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-info-block {
  width: 70%;
  display: flex;
  align-items: center;
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-info-block .opt-name {
    font-weight: 600 !important;
    letter-spacing: 0;
    font-size: 16px;
    color: #494c50;
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-info-block .opt-label {
  font-size: 13px;
  padding: 5px 11px 4px!important;
  text-align: center;
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-price-wrapper {
  width: 30%;
 justify-content: flex-end; 
  flex-wrap: wrap;
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-price-wrapper .opt-price {
   font-size: 21px;
    font-weight: 400;
    width: 100%;
    text-align: right; 
}

.product-form-custom-subscription .radio-block-info .opt-info .opt-price-wrapper .opt-price-info {
   width: 100%;
    text-align: right; 
      text-transform: lowercase;
    color: #494c50;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.product-form-custom-subscription .radio-block-info .opt-additional-info {
    display: none;
   color: #494c50 !important;
   font-weight: 400 !important; 
}

.product-form-custom-subscription .radio-block-subscribe.active-radio-block .opt-additional-info { 
  display: block;
}

.product-form-custom-subscription fieldset {
  margin-bottom: 0;
}

@media(max-width:520px) {
  .product-form-custom-subscription .radio-block-info .opt-info .opt-info-block {
    flex-wrap: wrap;
  }

  .product-form-custom-subscription .radio-block-info .opt-info .opt-info-block .opt-name {
    width: 100%;
  }

  .product-form-custom-subscription .radio-block-info .opt-info .opt-info-block .opt-label {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .radio-block label .radio-block-info .opt-additional-info {
    line-height: 1.3;
  }
}

.custom-choose-product-label {
 font-size: 16px;
}

.product-block--custom_line {
  line-height: 100%;
  margin-bottom: 10px;
}

.custom-line span {
  font-weight: 700;
}

.custom-line span.text {
  font-weight: 700;
  margin-left: 5px;
}

.subs-block {
  margin-bottom: 60px;
  flex: 0 100%;
}

@media screen and (max-width: 798px) {
  .subs-block {
    margin-bottom: 40px;
  }
}

.subs-block .subs-title {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .subs-block .subs-title {
    font-size: 16.8px;
  }
}

@media screen and (max-width: 798px) {
  .subs-block .btn {
    font-size: 16px !important;
  }
}

.login-wrap {
  background: #f5f5f5;
  flex: 0 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 50px 20px 50px;
}

@media screen and (max-width: 798px) {
  .login-wrap {
    padding: 30px 20px 10px;
  }
}

.login-wrap .btn.center {
  display: block !important;
  margin-top: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.login-wrap .form-fields {
  background: #fff;
  padding: 15px 20px 8px 20px;
}

.customers-login  #customer_register_link {
  display: block;
}

.customers-login .main-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}


.as-seen-in-section .heading {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 100%;
}

.as-seen-in-section .heading .border {
    height: 1px;
    background-color: #494c50;
    width: 25%;
    max-width: 250px;
}

.as-seen-in-section .heading h2 {
    margin: 0;
    color: #494c50;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.as-seen-in-section .as-seen-in-logo img {
  width: 100%;
  object-fit: contain;
  height: 85px;
  margin: 0 auto;
  display: block;
}

.as-seen-in-section .as-seen-in-logos {
  display: flex;
  align-items: center;
  width: 100%;
}

.as-seen-in-section .as-seen-in-logos .as-seen-in-logo {
  width: 16.6%;
  padding: 0 20px;
}

@media(max-width: 749px) {
  .as-seen-in-section .as-seen-in-logos-desktop {
      display: none !important
  }
}

@media(min-width: 750px) {
  .as-seen-in-section .as-seen-in-logos-mobile {
      display: none !important
  }
}

.as-seen-in-section .as-seen-in-logos-mobile img {
  width: 100%;
}

.as-seen-in-section-lp {
  padding-bottom: 50px !important;
}

.buy-more-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 345px;
}

.buy-more-buttons .buy-more-btn {
  display: none;
    color: #000;
    background: #FFD122;
    border-color: transparent;
    border-width: 2px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
  width: 46%;
  cursor: pointer;
  transition: all .2s ease 0s;
}

.buy-more-buttons .buy-more-btn:hover {
    background: #5e8bb2;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
 background-color: rgba(0,0,0,.7);
}

#cart {
 background: transparent;
}

#cart .mm-panels {
  background: transparent;
}

#cart .mm-panels>.mm-panel {
    margin: 10px;
    border-radius: 15px;
    padding: 0;
    width: 500px;
    max-width: calc(100% - 20px);
    background: #fff;
}

#cart .mm-listview {
 margin: 0 !important; 
 margin-block-start: 0 !important;
}

#cart .mm-panel:before {
  height: 0;
}

.mm-menu_offcanvas {
   width: 100% !important;
   max-width: 520px !important;
}

#cart .mm-listview .mm-subtitle {
  display: flex;
  position: relative;
  padding: 10px 20px;
}

#cart .mm-listview .mm--top-subtitle h4 {
  width: 100%;
  text-align: center;
  color: #5E8BB2;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
}

#cart .mm-listview .mm--top-subtitle a {
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #5E8BB2;
  font-size: 18px;
  padding: 0 !important;
}

#cart .mm-listview .mm--top-subtitle a .icon-close svg {
 height: 17px;
 width: 17px; 
}

#cart .mm-listview .mm--top-subtitle a .icon-close:before {
  display: none;
}

#cart .item-row {
  border-bottom: 1px solid #eee;
}

#cart .cart__description .itemtitle {
  color: #232323;
    margin-bottom: 3px;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

#cart .cart__price .money {
  color: #535353;
    font-weight: 400;
    font-size: 11px;
}

#cart .cart__price .current_price,
#cart .cart__price .current_price .money {
  color: #44BE70;
}

#cart .cart__price .was_price,
#cart .cart__price .was_price .money {
  color: #9a9a9a;
  font-style: normal;
}

#cart .notification-discount {
 color: #44BE70;
 margin-top: 3px;
 font-weight: 400;
 font-size: 12px; 
}

#cart .icon-close path {
  color: #5E8BB2;
  fill: #5E8BB2;
}

#cart .cart__quantity .icon-minus:before {
  display: none;
}

#cart .cart__quantity .icon-plus:before {
  display: none;
}

#cart .cart__info .cart__quantity {
  border: 1px solid #e3e3e3;
  width: fit-content;
  background: rgba(255,255,255,1);
}

#cart .cart__info .cart__quantity input.quantity {
     width: 36px;
    min-width: unset;
    margin: 0;
    padding: 0;
    min-height: unset;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #5E8BB2;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-radius: 0;
    background: rgba(255,255,255,1);
}

#cart .cart__info .cart__quantity .qty-icon {
      width: 36px;
    min-width: unset;
    margin: 0;
    padding: 0;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
   border-radius: 0;
  background: rgba(255,255,255,1);
}

#cart .cart__info .cart__quantity .qty-icon span {
 color: #5E8BB2; 
 font-size: 18px;
 opacity: 1;
 cursor: pointer;
 font-weight: 700;
 line-height: 1;
}

#cart .additional-cart-info {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 20px;
}

#cart .additional-cart-info .mm-listitem__text {
    width: 100%;
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2px;
    color: #494c50;
    font-size: 14px;
    padding: 0;
    line-height: 25px;
}

#cart .cart-mini__tax-label {
  display: none;
}

#cart .mm-label {
 background: #fff;
 border-top: 1px solid #eee;
}

#cart .mm-label a {
  cursor: default; 
}

#cart .mm-label a strong {
    color: #5E8BB2;
    font-size: 14px;
    text-transform: none;
}

#cart .mm-label a .money {
   color: #5E8BB2;
}

#cart .mm-subtitle {
 flex-wrap: wrap;
}

#cart .mm-subtitle .tos_checkbox {
  width: 100%;
  margin: 0;
   color: #494c50;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

#cart .mm-subtitle .tos_checkbox p {
 text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

#cart .mm-listview .mm-subtitle a {
  position: unset; 
  font-size: 13px;
  color: #5E8BB2;
}

#cart .mm-listview .mm-subtitle a:hover {
  color: #494c50;
}

#cart .mm-action_buttons {
  margin: 15px 0 0;
}

#cart .mm-action_buttons .action_button {
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 10px;
}

#cart .cart__item-subtotal {
  padding-bottom: 0 !important;
}

#cart .top-subheading {
 background-color: #eeeeee;
}

#cart .top-subheading span {
 color: #232323;
 display: block;
 padding: 5px 20px;
 text-align: center;
 font-size: 13px;
}

#cart .empty_cart {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 0.5em;
    padding: 7px 0;
    color: #5e8bb2;  
    padding-left: 20px;
    padding-right: 20px;
}

#cart .empty_cart_subheading {
      display: block;
    text-align: center;
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.8em;
    max-width: 100%;
    color: #494c50;
   font-size: 14px;
   padding-left: 20px;
    padding-right: 20px;
}

#cart .mm-listview .empty-cart-btn-wrap {
 display: flex;
 flex-wrap: wrap;
 padding: 0 20px; 
}

#cart .mm-listview>li .empty-cart-btn {
    display: block;
    margin: 0 auto;
    padding: 14px 15px;
    width: 100%;
    height: auto;
    background: #FFD122;
    border-color: transparent;
    border-width: 2px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

#cart .mm-listview>li .empty-cart-btn:hover {
background: #5E8BB2;
}

.additional-cart-info p {
    color: #232323;
    display: block;
    width: 100%;
    line-height: 25px;
    margin-bottom: 2px;
}

.regular-additional-text p,
.subscription-additional-text p,
.defensin-additional-text p {
  display: block;
}

#cart .hide-text {
  display: none !important;
}

.additional-cart-info-false.additional-cart-info-defensin-false .regular-additional-text {
  display: block;
}

.additional-cart-info-false .subscription-additional-text {
  display: none;
}

.additional-cart-info-defensin-false .defensin-additional-text {
  display: none;
}

.additional-cart-info-true .regular-additional-text,
.additional-cart-info-true .defensin-additional-text {
  display: none;
}

.additional-cart-info-true .regular-additional-text,
.additional-cart-info-true .defensin-additional-text {
  display: none;
}

.additional-cart-info-defensin-true .regular-additional-text {
  display: none;
}

.additional-cart-info-false.additional-cart-info-defensin-true .defensin-additional-text {
  display: block;
}

.additional-cart-info-true .subscription-additional-text {
  display: block;
}

#cart .cart__info {
  width: 50%;
}

#cart .cart-right-col-info {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#cart .cart-drawer__remove {
  color: #000;
}

#cart .cart-drawer__remove svg {
  width: 18px;
  height: 18px;
}

#cart .cart-right-col-info  .cart__price {
 margin-top: 10px; 
 text-align: right;
}

@media(max-width:480px) {

  #cart .cart__image {
     width: 30%;
  }
  
 #cart .cart__info {
  width: 50%;
}

  #cart .cart-right-col-info {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  } 
}

.product-custom-subscription form shopify-payment-terms {
  display: none !important;
}

@media(max-width: 500px) {
  #cart .cart__price .money {
    display: block;
  }
}

.shopify-section--featured-product shopify-payment-terms {
  display: none !important;
}

.shopify-section--featured-product .product_name  {
 padding-bottom: 0;
}

.shopify-section--featured-product #product-form {
   margin-top: 15px;
}

.page-new-reviews .jdgm-rev-widg__title {
 display: none; 
}

.gallery-mobile-slider .slick-dots {
 margin-left: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 list-style-type: none;
}

.gallery-mobile-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 7px 10px;
}

.gallery-mobile-slider .slick-dots li button {
  width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.gallery-mobile-slider .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #d8d8d8;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;                    
}

.gallery-mobile-slider .slick-dots li.slick-active button:before {
  background: #737273;
}

@media(max-width:797px) {
  .page-black-friday-lp2 .sticky-promo--true {
    top: 0;
  }

  .page-black-friday-lp2 .shopify-section--gallery {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page-black-friday-lp2 .sticky-promo--true {
  position: unset !important;
}

@media (max-width: 798px) {
  .page-black-friday-lp2 .global-wrapper {
    margin-top: 0!important;
  }
}

.page-black-friday-lp2 .lp-clinically-proven .bg,
.page-landing-page .lp-clinically-proven .bg {
  background: #fff;
}

.page-black-friday-lp2 .lp-clinically-proven .clinically-proven .clinically-proven-info .title p,
.page-landing-page .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
  background: #fff;
}

.page-black-friday-lp2 .lp-clinically-proven .clinically-proven .note,
.page-landing-page .lp-clinically-proven .clinically-proven .note {
  background: #fff;
  border-top: 1px solid #949494;
}

@media(max-width:600px) {
  .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
    padding: 4px 15px;   
  }
}

.desktop-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mobile-gallery .slick-dots {
  margin-bottom: 0 !important;
}

.mobile-gallery-1 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; 
}

.lp-quote-and-image .bg {
  position:relative;
}

.page-black-friday-lp2 .lp-quote-and-image .bg,
.page-landing-page .lp-quote-and-image .bg,
.page-breakthrough-results-v2 .lp-quote-and-image .bg,
.page-landing-button-links .lp-quote-and-image .bg {
  position: relative;
  margin-bottom: 300px;
}

.page-black-friday-lp2 .lp-quote-and-image .bg .container,
.page-landing-page .lp-quote-and-image .bg .container,
.page-breakthrough-results-v2 .lp-quote-and-image .bg .container,
.page-landing-button-links .lp-quote-and-image .bg .container {
    width: 100%;
}

.page-black-friday-lp2 .lp-quote-and-image .info, 
.page-landing-page .lp-quote-and-image .info,
.page-breakthrough-results-v2 .lp-quote-and-image .info,
.page-landing-button-links .lp-quote-and-image .info {
  margin-bottom: 268px;      
}

.page-black-friday-lp2 .lp-quote-and-image img,
.page-landing-page .lp-quote-and-image img,
.page-breakthrough-results-v2 .lp-quote-and-image img,
.page-landing-button-links .lp-quote-and-image img  {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -335px;
    left: 0;
    right: 0;  
}

@media(max-width:550px) {

  .page-black-friday-lp2 .lp-quote-and-image .info,
  .page-landing-page .lp-quote-and-image .info,
  .page-breakthrough-results-v2 .lp-quote-and-image .info,
  .page-landing-button-links .lp-quote-and-image .info {
   margin-bottom: 150px;
  }
  
  .page-black-friday-lp2 .lp-quote-and-image img,
  .page-landing-page .lp-quote-and-image img,
  .page-breakthrough-results-v2 .lp-quote-and-image img,
  .page-landing-button-links .lp-quote-and-image img {
    bottom: -240px;
  }
}

.before-after--desktop.container {
  max-width: 1200px;
  padding-top: 35px;
}

.before-after-bg {
     background: #fff;
    width: calc(100vw - 9px);
    margin-left: calc((100% - 100vw)/2);
    position: relative;
}

@media(max-width:749px) {
  .before-after-bg {
    width:100vw;
  }
}

@media(max-width:749px) {
  .product_section.media-position--left {
    padding-bottom: 0 !important;
  }
}

body.page-landing-page [id*="0c3bb2a2eabf"] .lp-testimonials,
body.page-landing-page [id*="0c3bb2a2eabf"] .lp-testimonials .container {
  padding-bottom: 30px;
}
body.page-landing-page [id*="91fba79e3062"] .before-after--desktop.container {
  max-width: 1240px;
  padding-top: 0;
  margin-top: 20px !important;
}

@media(min-width: 961px) {
  body.page-landing-page [id*="0c3bb2a2eabf"] .lp-testimonials,
  body.page-landing-page [id*="0c3bb2a2eabf"] .lp-testimonials .container {
    padding-bottom: 0;
  }
}

.jdgm-paginate__first-page, .jdgm-paginate__last-page, .jdgm-paginate__prev-page, .jdgm-paginate__next-page {
 font-family: "JudgemeIcons" !important;
}

@media(max-width:798px) {
  .page-contact .shopify-section--page-contact-template .container .column,
  .page-contact .shopify-section--page-contact-template .container .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .page-contact .shopify-section--page-contact-template .contact-header {
    width: 100%;
  }
}

 .product-custom-subscription #judgeme_product_reviews {
      padding-top: 60px;
}

 .product-custom-subscription .jdgm-all-reviews-widget, .jdgm-rev-widg {
   margin-top: 0; 
}

.is-featured-product .jdgm-prev-badge {
  cursor: pointer;
}

.all-reviews-link {
 font-weight: 400 !important;
 color: #5e8bb2;       
  display: inline-block;
  padding-top: 5px;
 padding-bottom: 10px;
 cursor: pointer;
} 

.homepage-image-with-text-overlay .banner__inner-text {
    text-align: center;
    max-width: 300px;
}

.homepage-image-with-text-overlay .banner__inner-text .action_button {
      background: transparent;
    color: #5e8bb2;
    border-color: #5e8bb2;
    font-size: 18px;
    letter-spacing: 0;
}

.homepage-image-with-text-overlay .banner__inner-text .action_button:hover {
  color: #5e8bb2;
}

.homepage-image-with-text-overlay .banner__inner-text .headline {
  color: #5e8bb2;
  text-shadow: none;
  text-align: center;
}

.homepage-image-with-text-overlay .headline #change {
   width: fit-content !important;
   text-align: center !important;
}

.index-sections .homepage-image-with-text-overlay .banner__inner-text {
  bottom: -90px;
  left: 50px;
}

.homepage-image-with-text-overlay .banner__wrap .banner__text.container {
  max-width: 82%;
}


@media(max-width:1600px) {
  .homepage-image-with-text-overlay .banner__wrap .banner__text.container {
    max-width: 86%;
  }
}

@media(max-width:798px) {

  .homepage-image-with-text-overlay .banner__wrap .banner__text.container {
    max-width: 100%;
  }

  .index-sections .homepage-image-with-text-overlay .banner__inner-text {
     margin: 0 auto;
     bottom: 45px;
     left: 0;
  }

  .index-sections .homepage-image-with-text-overlay .banner__image-wrapper .image-element__wrap img {
    height: auto !important;
    object-fit: cover !important;
  }

  .index-sections .homepage-image-with-text-overlay .banner {
     align-items: end;
  }

  #shopify-section-template--17374400676059__rich-text {
    padding: 5px 0;
  }
}


@media(min-width: 799px) {
  .mobile-banner-wave {
    display: none;
  }
}
.custom-shape-divider-bottom-1707900793 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    top: -31px;
}

.custom-shape-divider-bottom-1707900793 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
}

.custom-shape-divider-bottom-1707900793 .shape-fill {
    fill: #FFFFFF;
}


/* Results page */

.page-results .main-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.page-results .main-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-results .main-banner .main-banner-container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.page-results .main-banner h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #5E8BB2;
}
.page-results .main-banner p {
  max-width: 415px;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  color: #5E8BB2;
}
.page-results .main-banner .action_button {
    color: #000;
    width: 100%;
    max-width: 390px;
    display: block;
    font-size: 25px;
    font-weight: 400;
    padding: 17px 16px 17px;
    border-radius: 20px;
    line-height: 1.2;
}
.page-results .video-reviews h2 {
  margin-bottom: 40px;
}
.page-results .video-reviews {
  margin-top: 25px;
}
.page-results .video-reviews .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  z-index: 2;
}
.page-results .video-reviews .slick-arrow::before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 0.20em 0.20em 0 0;
  width: 0.6em;
  height: 0.6em;
  position: relative;
  left: 0.15em;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  color: #000;
}
.page-results .video-reviews .slick-next:before {
  left: 0;
  transform: rotate(45deg);
}
.page-results .video-reviews .slick-prev:before {
  transform: rotate(-45deg) scaleX(-1);
}
.page-results .video-reviews .slick-prev {
  left: -40px;
}
.page-results .video-reviews .slick-next {
  right: -40px;
}
.page-results .reeview-app-widget {
  padding-bottom: 50px;
  border-bottom: 1px solid #d1d9e0;
  margin-bottom: 50px;
}
.page-results .video-slider__item-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-results .video-slider__item-content h3 {
  font-size: 16px;
  line-height: normal;
  color: #494c50;
}
.page-results .video-slider__item-content .author {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.page-results .video-slider__item-content .video {
  flex: 0 0 40%;
  width: 40%;
}
.page-results .video-slider__item-content .text {
  flex: 0 0 60%;
  width: 60%;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.page-results .video-slider__item-content .verified-buyer {
  font-size: 14px;
}
.page-results .video-slider__item-content .verified-buyer svg {
  width: 20px;
  height: 20px;
}
.page-results .video-slider__item-content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: normal;
}
.page-results .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 45px 0;
  list-style-type: none;
}
.page-results .video-slider .slick-dots:before,
.page-results .video-slider .slick-dots:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  flex: 1 1;
  height: 1px;
  background: #d1d9e0;
}
.page-results .video-slider .slick-dots:before {
  margin-right: 10px;
}
.page-results .video-slider .slick-dots:after {
  margin-left: 10px;
}
.page-results .slick-dots li {
  margin: 0;
}
.page-results .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  margin: 0 5px 0;
}
.page-results .slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #d8d8d8;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  font-family: slick;
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-results .slick-active button:before {
  background: #737273 !important;
  border-color: #737273 !important;
}
.page-results .reviews-cards {
  box-sizing: border-box;
}
.page-results .reviews-cards .reviews-cards__item {
  box-sizing: border-box;
}
.page-results .reviews-cards .reviews-cards__item .bg {
  padding: 0 20px 20px;
  background: #f7f7f7;
}
.page-results .reviews-cards .jdgm-rev__rating {
  padding-top: 30px;
  display: block;
}
.page-results .reviews-cards .author {
  font-weight: bold;
}
.page-results .verified-buyer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e5e5e;
}
.page-results .verified-buyer svg {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  fill: #5e5e5e;
}
.page-results .more-reviews {
  margin-top: 55px;
}
.page-results h2.title {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}
.page-results h3.subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #494c50;
}
.page-results .comparison-label {
  font-weight: bold;
  text-transform: uppercase;
}
.page-results .comparison-label:not(.first) {
  margin-top: 20px;
}
.page-results .tab-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  grid-gap: 0.5rem;
  padding: 0;
  margin: 20px 0 25px 0;
}
.page-results .tab-links li.active a {
  background: #FFD122;
}
.page-results .tab-links a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  transition: all 200ms ease 0s;
  background: #5e8bb2;
  color: #fff;
}
.page-results .tabs {
  padding-bottom: 55px;
}
.tab-content .slick-list {
  margin: 0 -10px;
}
.tab-content .slick-slide {
  margin: 0 10px;
}
.tab-content .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #a2b1c1;
  background: transparent;
  z-index: 2;
}
.tab-content .slick-arrow:before {
  content: '→';
  color: #a2b1c1;
}
.tab-content .slick-prev {
  left: -65px;
}
.tab-content .slick-prev:before {
  transform: scaleX(-1);
}
.tab-content .slick-next {
  right: -65px;
}
.page-results .tab-item {
  border: 1px solid #e0e5eb;
  border-radius: 10px;
  text-align: center;
}
.page-results .tab-item h2 {
  padding-top: 10px;
  margin: 0; 
}
.page-results .tab-item p {
  margin-bottom: 9px;
}
.page-results .tab-item h2,
.page-results .tab-item p {
  font-size: 16px;
}
.page-results .cta-banner {
  margin-top: 5px;
}
.page-results .image-with-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-results .image-with-text h2 {
  font-size: 30px;
  color: #5E8BB2;
  text-align: left;
}
.page-results .image-with-text p {
  font-size: 16px;
}
.page-results .image-with-text .guarantee {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.page-results .image-with-text .guarantee img {
  max-width: 90px;
  width: 100%;
  display: block;
}
.page-results .image-with-text .action_button {
    width: 100%;
    max-width: 390px;
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    padding: 17px 16px 17px;
    border-radius: 20px;
    line-height: 1.2;
}
.page-results .image-with-text span {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.page-results .image-with-text span:before {
  content: '';
  display: block;
  max-width: 20px;
  width: 100%;
  height: 20px;
  margin-right: 10px;
  background: url('https://www.skinesa.com/cdn/shop/files/90-day-badge_200x.png?v=1674854502') no-repeat;
  background-size: cover;
}

  .page-results .review-button {
    text-align: center;
    margin-top: 45px;
    width: 100%;
    padding-left: 80px;
  }

  .page-results .review-button .action_button  {
     color: #000;
    width: 100%;
    max-width: 390px;
    display: block;
    font-size: 25px;
    font-weight: 400;
    padding: 17px 16px 17px;
    border-radius: 20px;
    line-height: 1.2;
    margin: 0 auto;
  }
  
@media only screen and (min-width: 768px) {
  .page-results .main-banner {
    height: 760px;
    margin-top: 65px;
  }
  .page-results .main-banner .main-banner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-results .tab-links a {
    padding: 10px 20px;
    font-size: 16px;
  }
  .page-results .main-banner h1 {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 46px;
  }
  .page-results .main-banner p {
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
  }
  .page-results .comparison-label:not(.first) {
    margin-top: 75px;
  }
  .page-results .video-reviews h2 {
    margin-bottom: 80px;
  }
  .page-results .video-slider__item-content h3 {
    font-size: 24px;
  }
  .page-results .video-slider__item-content .author {
    font-size: 20px;
  }
  .page-results .video-slider__item-content p {
    margin-top: 55px;
    font-size: 16px;
  }
  .page-results .video-slider__item-content .text {
      padding: 0 30px;
    }
  .page-results .video-slider__item-content .verified-buyer {
    font-size: 18px;
  }
  .page-results .more-reviews {
    margin-top: 120px;
  }
  .page-results .video-slider .slick-dots {
    padding: 65px 0;
  }
  .page-results .reviews-cards .reviews-cards__item {
    flex: 0 0 33.333%;
    width: 33.333%;
    overflow: hidden;
  }
  .page-results .reviews-cards .reviews-cards__item .bg {
    padding: 0 30px 30px;
    height: 100%;
  }
  
  .page-results h2.title {
    font-size: 50px;
  }
  .page-results h3.subtitle {
    font-size: 32px;
  }
  .page-results .cta-banner {
    margin-top: 55px;
  }
  .page-results .image-with-text > div {
    flex: 0 0 50%;
    width: 50%;
  }
  .page-results .image-with-text h2 {
    font-size: 40px;
  }
  .page-results .image-with-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .page-results .image-with-text .guarantee img {
    max-width: 150px;
    padding-right: 20px;
  }
  .page-results .image-with-text .guarantee {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 990px) {
  .page-results .reviews-cards {
    margin-left: -80px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-results .reviews-cards .reviews-cards__item {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 989px) {
  .page-results .image-with-text .guarantee {
    flex-direction: column;
  }
  .page-results .image-with-text .guarantee img {
    margin-bottom: 15px;
  }
  .page-results .video-reviews {
    padding: 0 10px;
  }
  .page-results .video-reviews .slick-arrow::before {
    margin-top: -7px;
  }
  .page-results .reviews-cards__item:not(:last-child) {
    margin-bottom: 70px;
  }
  .page-results .reviews-cards__item .slick-dots {
    padding: 25px 0 15px;
  }
  .page-results .reviews-cards .slick-dots {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .page-results .main-banner h1 {
    margin-top: 25px;
  }
  .page-results .main-banner p {
    margin-left: auto;
    margin-right: auto;
  }
  .page-results .main-banner .action_button {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px !important;
    height: 44px !important;
    line-height: 10px !important;
    border-radius: 10px;
  }

  .page-results .image-with-text .action_button {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px !important;
    height: 44px !important;
    line-height: 9px;
    border-radius: 10px;
    display: block;
  }

  .page-results .review-button .action_button {
     max-width: 300px;
    margin: 0 auto;
    font-size: 17px !important;
    height: 44px !important;
    line-height: 10px !important;
    border-radius: 10px;
  }
  
  .page-results .tabs {
    padding-bottom: 25px;
  }
  .page-results .tab-content .slick-dots {
    padding: 25px 0;
  }
  .page-results .tab-content {
    width: 100vw;
    padding: 0 7px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .page-results .review-button {
    padding-left: 0;
  }
}

.page-results .main-baner-alt {
  height: unset;
   width: 100%; 
  margin-top: 98px;
}

.page-results .main-baner-alt .desktop-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6%;
}

.page-results .main-baner-alt .desktop-block .banner-text-block {
    width: 27%;
    padding-right: 30px;
}

.page-results .main-baner-alt .desktop-block .banner-image-block {
  width: 73%;
}

.page-results .main-baner-alt .desktop-block .banner-image-block img {
  object-fit: unset;
  object-position: unset;
}

@media(max-width: 1400px) {
  .page-results .main-baner-alt .desktop-block .banner-text-block {
      width: 35%;
  }
  
  .page-results .main-baner-alt .desktop-block .banner-image-block {
    width: 65%;
  }
}

@media(max-width: 998px) {
 .page-results .main-baner-alt .desktop-block {
     display: none;
  }

     .page-results .main-baner-alt .mobile-block img {
      object-fit: unset;
      object-position: unset;
    }

  .page-results .main-baner-alt .main-banner-container {
    position: unset;
    transform: unset;
    width: 95%;
    margin: 0 auto;
  }

  .page-results .main-baner-alt h1 {
    text-align: center;
  }

   .page-results .main-baner-alt p {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
   }

  .page-results .main-baner-alt .action_button {
    margin: 0 auto;
  }
}

@media(min-width: 999px) {
 .page-results .main-baner-alt .mobile-block {
     display: none;
  }
}

@media(max-width:798px) {
  .page-results .main-baner-alt {
    margin-top: 0;
  }
}

.product-form-custom-defensin .purchase-details__buttons {
  margin-bottom: 10px;
}

.product-custom-defensin .gallery-slider-section {
  width: 100%;
  max-width: 100%;
}

.product-custom-defensin .gallery-slider-section .container {
  padding: 20px 0;
}

@media(max-width: 479px) {
 .gallery-slider-section .gallery-block img {
   padding: 0;
 }
}

.science-section.section2a {
 background-color: #85a7c4;
 color: #ffffff; 
 margin-top: 25px; 
}

.science-section.section2a .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 35px;
  max-width: 1100px;
  margin: 0 auto;
}

.science-section.section2a .left-col {
  width: 50%;
}

.science-section.section2a .right-col {
  width: 50%;
}

.science-section.section2a .left-col h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.science-section.section2a .left-col .info {
  margin-bottom: 20px;
}

.science-section.section2a .left-col .info p {
 font-size: 20px;
 line-height: 1.5;
}

.science-section.section2a .left-col .note {
 margin-bottom: 30px; 
}

.science-section.section2a .left-col .references {
 margin-bottom: 30px; 
}

.science-section.section2a .left-col .reference1 {
 margin-bottom: 0; 
}

.science-section.section2a .left-col .references p {
    font-size: 10px;
    margin-bottom: 0;
}

.science-section.section2a .left-col .btn-wrap a {
  display: block;
    background: #FFD122;
    color: #000 !important;
    font-size: 20px;
    padding: 12px 16px 12px;
    transition: all 200ms ease 0s;
    text-transform: uppercase;
    text-align: center;
    border-radius: 35px;
    letter-spacing: 0;
    max-width: 350px;
}

.science-section.section2a .right-col .top-img {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 35px;
}

.science-section.section2a .right-col .top-img img {
    width: 100%;
    max-width: 250px;
}

.science-section.section2a .right-col .top-img span {
    display: block;
    font-size: 18px;
    max-width: 340px;
    margin: 0 auto;
}

.science-section.section2a .right-col span sup {
  font-size: 10px;
}

.science-section.section2a .right-col .bottom-img {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.science-section.section2a .right-col .bottom-img img {
    width: 100%;
    max-width: 250px;
}

.science-section.section2a .right-col .bottom-img span {
    display: block;
    font-size: 18px;
    max-width: 340px;
    margin: 0 auto;
}

@media(min-width: 768px) {
  .science-section.section2a .right-col .mobile-info {
    display: none;
  }
}

.science-section-wave,
.references-mobile {
  display: none;
}


@media(max-width: 767px) {

  .science-section-wave {
    display: block;
    line-height: 0;
    margin-top: 30px;
    position: relative;
    bottom: -1px;
  }

   .science-section-wave img {
     width: 100%;
  }

  .science-section.section2a {
    margin-top: 0;
  }

  .science-section.section2a .wrapper {
    padding-top: 0;
    padding-bottom: 35px;
  }
  
   .science-section.section2a .left-col {
    width: 100%;
  }

  .science-section.section2a .left-col h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
  }

  .science-section.section2a .left-col .info {
    margin-bottom: 0;
  }

 .science-section.section2a .left-col .info p {
   font-size: 18px;
   text-align: center;
  }  

  .science-section.section2a .left-col .references p {
    font-style: italic;
    font-size: 14px;
    font-family: 'Crimson Pro', serif !important;
  }

  .science-section.section2a .right-col .bottom-img span {
    font-size: 16px;
  }

  .science-section.section2a .left-col .note,
  .science-section.section2a .left-col .references,
  .science-section.section2a .left-col .btn-wrap {
    display: none;
  }
  
  .science-section.section2a .right-col {
    width: 100%;
  } 

  .science-section.section2a .right-col .mobile-info {

  }

  .science-section.section2a .right-col .mobile-info .btn-wrap a {
    display: block;
    background: #FFD122;
    color: #000 !important;
    font-size: 20px;
    padding: 15px 16px;
    transition: all 200ms ease 0s;
    text-transform: uppercase;
    text-align: center;
    border-radius: 35px;
    letter-spacing: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .science-section.section2a .right-col .mobile-info .references {
    display: none;
  }

  .science-section.section2a .right-col .mobile-info .references p {
    font-style: italic;
    font-size: 14px;
    font-family: 'Crimson Pro', serif !important;
    margin-bottom: 0;
    display: inline;
  }

  .science-section.section2a .references-mobile {
    display: block;
    padding: 25px 30px 30px;
    border-bottom: 1px solid #b8c6c6;
    background: #fff;
    margin-bottom: 35px;
  }

   .science-section.section2a .references-mobile .references-mobile-content {
    border-top: 1px solid #b8c6c6;
    padding-top: 10px;
  }

  .science-section.section2a .references-mobile .references-mobile-content p {
    color: #494c50;
    font-size: 8px;
    margin-bottom: 0;
  }
}

@media(min-width:799px) {
  .show-on-mobile {
    display: none !important;
  }
}

@media(max-width:798px) {
  .show-on-desktop {
    display: none !important;
  }
}

.custom-benefits-section {
 background-color: #f7f7f7;
 padding: 50px 0; 
}

.custom-benefits-section .custom-benefits-container {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.custom-benefits-section .custom-benefits-container .benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.custom-benefits-section .custom-benefits-container .benefits-container .benefits-block {
  width: 25%;
}

.custom-benefits-section .custom-benefits-container .benefits-container .benefits-block img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

@media(max-width: 767px) {

  .custom-benefits-section {
   background-color: #fff;
  }
  
  .custom-benefits-section .custom-benefits-container .benefits-container .benefits-block {
    width: 50%;
    margin-bottom: 20px;
  }
}


  .custom-benefits-section .heading h2 {
    text-align: center;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  }

   .custom-benefits-section .heading p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

.custom-benefits-section .buttons-wrapper {
  text-align: center;
}

.custom-benefits-section .buttons-wrapper .button {
    display: block;
    color: #000;
    background-color: #FFD122;
    border: 2px solid #FFD122;
    border-radius: 35px;
    margin-bottom: 15px;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 20px;
}

.custom-benefits-section .buttons-wrapper .button:hover {
  background-color: #5e8bb2;
  border-color: #5e8bb2;
}

.custom-benefits-section .buttons-wrapper span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.custom-benefits-section .buttons-wrapper span img {
 margin-right: 10px;
}

.clear-skin-section {
  padding: 50px 0;
}

.clear-skin-section .clear-skin-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
   box-sizing: border-box;
}

.clear-skin-section .clear-skin-container .heading h2 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 42px;
    margin-bottom: 5px;
}

.clear-skin-section .clear-skin-container .heading .subheading {
    max-width: 830px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.clear-skin-section .clear-skin-container .clear-skin-info {
  display: flex;
  flex-wrap: wrap;
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block {
  width: calc(33.3% - 20px);
  padding: 0 10px;
  text-align: center;
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block h3 {
    font-weight: 700;
    letter-spacing: 0;
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block .percents {
   color: #5e8bb2;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px; 
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block .subtitle {
  color: #5e8bb2;
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block .info {
  margin-top: 20px;
}

.clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block p {
 line-height: 1.6;
  font-size: 16px;
}

@media(max-width:767px) {
  .clear-skin-section {
    background-color: #f7f7f7;
    padding: 30px 0;
  }  

  .clear-skin-section .clear-skin-container .heading h2 {
    font-size: 30px;
    text-align: left;
  }

  .clear-skin-section .clear-skin-container .heading .subheading {
    text-align: left;
}

  .clear-skin-section .clear-skin-container .heading .subheading {
    line-height: 1.6;
    padding-bottom: 75px;
  }

  .clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block .subtitle {
    display: none;
  }  

   .clear-skin-section .clear-skin-container .clear-skin-info {
     position: relative;
   }

  .clear-skin-section .clear-skin-container .clear-skin-info:before {
    content: "";
    display: inline-block;
    width: 2px;
    background: #5e8bb2;
    position: absolute;
    left: 8px;
    top: 5px;
    height: 69%;
  }


  .clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block {
    width: 100%;
    padding-left: 40px;
    text-align: left;
    position: relative;
  }

    .clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #5e8bb2;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 10px;
     }

    .clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block .clear-skin-block-content {
      position: relative;
      top: -45px;
    }

    .clear-skin-section .clear-skin-container .clear-skin-info .clear-skin-block p {
    font-size: 14px;
  }

}

@media(max-width:425px) {
  .clear-skin-section .clear-skin-container .clear-skin-info:before {
    height: 68%;
  }
}

.homepage-recommend-section .container {
   max-width: 1030px; 
   padding-bottom: 40px;
}

@media(min-width:799px) {
  .homepage-recommend-section .image-with-text .image {
    width: 42%; 
  }

 .homepage-recommend-section .guarantee-text {
  display: none !important;
  }

  
 .homepage-recommend-section .bg {
   background: rgb(167,191,212);
   background: linear-gradient(0deg, rgba(167,191,212,1) 0%, rgba(251,252,253,1) 100%);
 }
}

.homepage-recommend-section .container .quote {
 font-weight: 700;
}

.homepage-recommend-section .container .author-name {
    line-height: 1.5;
    font-size: 23px;
    text-align: center;
    margin-bottom: 6px;
}

.homepage-recommend-section .container .author-info {
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
}

.homepage-recommend-section .image-with-text .text .action_button {
  max-width: 350px;
  border-radius: 38px;
  padding: 12px 16px 12px;
  font-size: 20px !important;
}

@media(max-width:798px) {
 .homepage-recommend-section .bg {
   background: #fff;
 }

  .recommend-section .image-with-text {
      margin-top: 0;
  }

  .homepage-recommend-section .container .quote p {
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
    color: #5e8bb2;
  }

  .homepage-recommend-section .image-with-text .text .action_button {
    padding: 20px 16px 20px;
    height: unset !important;
    margin-top: 15px;
  }

  .homepage-recommend-section .image-with-text .text span {
     font-size: 18px;
    margin-top: 10px;
  }

  .homepage-recommend-section .image-with-text .text span img {
    width: 100%;
    max-width: 25px;
    margin-top: 0;
  }

  .homepage-recommend-section .container .author-info {
   font-size: 16px;
  }

  .homepage-recommend-section .image-with-text .image {
      margin-bottom: 0;
  }
  
}

.homepage-recommend-section {
  padding-bottom: 0;
}

.icons-with-text-section .icons-with-text--bg {
  padding: 50px 0 75px;
 background: rgb(168,192,213);
 background: linear-gradient(180deg, rgba(168,192,213,1) 0%, rgba(251,252,253,1) 55%);
}

.icons-with-text-section .icons-with-text--container {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.icons-with-text-section .icons-with-text--container h2 {
    color: #4E4E4E;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 42px;
}

.icons-with-text-section .icons-with-text--container .icons-with-text-content {
  display: flex;
  flex-wrap: wrap;
}

.icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block {
  width: calc(33.3% - 40px);
  padding: 0 20px;
  margin: 0;
}

.icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block .title {
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

.icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block .info {
    line-height: 1.5;
    color: #000;
    letter-spacing: 0;
    font-size: 15px;
}

  .icons-with-text-section .icons-with-text--container .action_button {
    max-width: 350px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px;
    display: block;
    margin: 15px auto 0;
    font-weight: 400;
  }

@media(max-width: 798px) {

  .icons-with-text-section .icons-with-text--bg {
     position: relative;
     top: -1px;
  }

  .icons-with-text-section {
    border: none;
  }

  .icons-with-text-section .icons-with-text--container {
    padding: 0 10px;
  }
  
  .icons-with-text-section .icons-with-text--container h2 {
      font-size: 30px;
      padding: 0 55px;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content {
    justify-content: center;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block {
      width: calc(50% - 20px);
      padding: 0 10px;
      margin-bottom: 15px;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block-1 {
    order: 1;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block-2 {
    order: 3;
    width: 100%;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block-3 {
    order: 2;
  }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block .title {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 6px;
  }

    .icons-with-text-section .icons-with-text--container .action_button {
      padding: 16px;
   }

  .icons-with-text-section .icons-with-text--container .icons-with-text-content .icon-block img {
    max-width: 140px;
  }
  
}

.homepage-product-section {
  padding-top: 45px;
  background: rgb(167, 191, 212);
  background: linear-gradient(0deg, rgba(167, 191, 212, 1) 0%, rgba(251, 252, 253, 1) 100%);
}

.homepage-product-section .homepage-product-container {
  padding: 0 0 50px;
}

.homepage-product-section .homepage-product-container .homepage-product-content img {
  width: 100%;
}

.homepage-product-section .homepage-product-content-info {
  padding: 0 20px;
}

.homepage-product-section .homepage-product-container .homepage-product-content h2 {
    text-align: center;
    color: #4e4e4e;
    letter-spacing: 0;
    font-size: 30px;
    margin-bottom: 0;
}

.homepage-product-section .homepage-product-container .homepage-product-content .subheading {
    text-align: center;
    color: #000;
}

.homepage-product-section .homepage-product-container .homepage-product-content .action_button {
      display: block;
    font-weight: 400;
    font-size: 20px;
    border-radius: 35px;
    padding: 13px 10px 13px;
    margin: 10px auto;
    width: 90%;
}

.homepage-product-section .homepage-product-container .homepage-product-content .additional-link {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
}

@media(max-width:798px) {
  .featured-product-images-block {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2) !important;
  }

  .featured-product-info {
    margin-left: calc((100% - 100vw) / 2) !important;
  }

  .product-form-custom-subscription .radio-block-subscribe.active-radio-block .opt-additional-info {
    line-height: 1.5;
  }
}

.shopify-section--featured-product .product-block--description__mobile {
 text-align: center;
}

.shopify-section--featured-product .mobile-list {
  padding: 0 20px;
}

.shopify-section--featured-product .mobile-list .list-row {
    display: flex;
    align-items: flex-start;
}

.shopify-section--featured-product .mobile-list .list-row .checkmark {
    display: inline;
    width: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}

.shopify-section--featured-product .mobile-list .list-row p {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    font-weight: 700;
}

.guarantee-text-fp {
 display: flex;
 margin-bottom: 30px; 
}

.guarantee-text-fp .image {
  margin-right: 10px;
  width: 20%;
}


.guarantee-text-fp .fp-text {
    width: 80%;
     text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

@media(max-width:798px) {
  .guarantee-text-fp {
    margin-bottom: 5px;
  }
}

.homepage-mobile-ingredients .homepage-ingredients-container {
  padding: 5px 10px;
}

.homepage-mobile-ingredients .homepage-ingredients-container img {
 width: 100%;
 height: auto; 
}

.homepage-mobile-ingredients .homepage-ingredients-container .hi-content {
  text-align: center;
  padding: 5px 10px 50px 10px;
}

@media(max-width:798px) {
  .homepage-mobile-ingredients .homepage-ingredients-container .hi-content {
    padding-bottom: 25px;
  }
}

.homepage-mobile-ingredients .homepage-ingredients-container .hi-content h2 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 24px;
    margin-bottom: 8px;
}

.homepage-mobile-ingredients .homepage-ingredients-container .hi-content .hi-ingredients p {
    color: #5e8bb2;
    font-size: 17px;
    margin-bottom: 7px;
}

.homepage-mobile-ingredients .homepage-ingredients-container .hi-content .bottom-info {
 margin-top: 35px;
}


@media(max-width:798px) {
  .homepage-mobile-ingredients .homepage-ingredients-container .hi-content .bottom-info {
    margin-top: 15px;
  }
}

.homepage-mobile-ingredients .homepage-ingredients-container .hi-content .bottom-info p {
  color: #5e8bb2;
  margin-bottom: 0;
  font-size: 12px;
}

.homepage-recommend-section .image-with-text .text p {
  color: #5e8bb2;
}

.lp-bottom-banner .under-button-link-wrapper {
 max-width: 525px;
 text-align: center;
 margin-top: 30px;
 margin-bottom: 5px;
}

.lp-bottom-banner .under-button-link-wrapper .under-button-link {
  color: #4741AF;
  border-bottom: 1px solid #4741AF;
  font-size: 26px;
}

@media(max-width:1100px) {
  .lp-bottom-banner .under-button-link-wrapper {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

 .lp-bottom-banner .under-button-link-wrapper .under-button-link {
   font-size: 17px;
 }
}

.science-section-defensin-wrapper {
   width: calc(100vw - 9px);
   margin-left: calc((100% - 100vw) / 2);
}

@media(max-width: 749px) {
  .science-section-defensin-wrapper {
     width: 100vw;
     margin-left: calc((100% - 100vw) / 2);
  }
}

.science-section-defensin-wrapper .science-section-defensin .left-col {
 text-align: center; 
}

.science-section-defensin-wrapper .science-section-defensin .left-col .references {
 text-align: left; 
}

  .science-section-defensin-wrapper .science-section-defensin .btn-wrap {
    position: relative;
  }

  .science-section-defensin-wrapper .science-section-defensin .btn-wrap img {
    width: 100%;
    max-width: 50px;
    position: absolute;
    top: -10px;
    right: 55px;
  }

  @media(max-width: 998px) {
     .science-section-defensin-wrapper .science-section-defensin .btn-wrap img { 
        display: none;
     }
  }

.science-section-defensin-wrapper .science-section-defensin .left-col .btn-wrap { 
  text-align: center;
  padding: 12px 0 5px;
}

.science-section-defensin-wrapper .science-section-defensin .left-col .btn-wrap a { 
  margin: 0 auto; 
}

  .science-section-defensin-wrapper .science-section-defensin .left-col .info p {
    max-width: 440px;
    margin: 0 auto;
  }

 .science-section-defensin-wrapper .science-section-defensin .left-col .info p sup {
    font-size: 10px;
    font-weight: 400;
  }

  @media(max-width:767px) {

      .science-section-defensin-wrapper .science-section-defensin .mobile-info .btn-wrap {
       margin-top: 25px;
      }
    
    .science-section-defensin-wrapper .science-section-defensin .references-mobile {
        border-bottom: 0;
        background: #85a7c4;      
        padding: 0 30px 15px;
        margin-bottom: 10px;
    }

      .science-section-defensin-wrapper .science-section-defensin .references-mobile .references-mobile-content {
        border-top: 0;
        padding-top: 0;   
    }

     .science-section-defensin-wrapper .science-section-defensin .references-mobile .references-mobile-content p {
       color: #fff;
       margin-bottom: 10px;
    }
  }

  .science-section-defensin-wrapper .right-col .bottom-img {
      padding-bottom: 0 !important;
  }

  .custom-benefits-defensin-section {
    background-color: #f5f5f5;
  }

@media(max-width:767px) {
  .custom-defensin-benefits-section {
     background-color: #f5f5f5;
     padding: 10px 0 25px;
  }

  .custom-defensin-benefits-section .custom-benefits-container {
      padding: 0;
  }

  .custom-defensin-benefits-section .custom-benefits-container .benefits-container .benefits-block {
    width: 100%;
    margin-bottom: 10px;
  }

   .custom-defensin-benefits-section .custom-benefits-container .benefits-block img {
     margin: 0 !important;
     max-width: 100% !important;
   }
  
}

.how-it-works-section {
  width: calc(100vw - 9px);
  margin-left: calc((100% - 100vw) / 2);
  background-color: #85a7c4;
  margin-bottom: 15px;
}

@media(max-width: 749px) {
  .how-it-works-section {
     width: 100vw;
     margin-left: calc((100% - 100vw) / 2);
  }
}

.how-it-works-section .how-it-works-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 25px;
}

.how-it-works-section .how-it-works-container .heading h2 {
    color: #494c50;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
}

.how-it-works-section .how-it-works-container .how-it-works-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;  
}

.how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block {
 width: 25%;
 padding-left: 30px;
 box-sizing: border-box;
}

.how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .image-col img {
 width: 100%;
}

.how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col {
  margin: 0 auto;
  width: calc(100% - 30px);
}

.how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col h3 {
    color: #494c50;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col .info {
    font-size: 18px;
    line-height: 1.4;
}

@media(max-width: 992px) {
  .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block {
   width: 50%;
   margin-bottom: 15px;
  }
}

@media(max-width: 767px) {

  .how-it-works-section .how-it-works-container .heading h2 {
    color: #000;
  }

  .how-it-works-section .how-it-works-container .how-it-works-content {
    margin-left: 0;
  }
  
  .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block {
   width: 100%;
   display: flex;
   align-items: center;
    padding-left: 0;
  }

    .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .image-col {
     width: 50%;
    }
    
    .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col {
      margin: 0 auto;
      width: 50%;
      padding-left: 10px;
    }

  .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col h3 {
    font-size: 18px;
  }
  
  .how-it-works-section .how-it-works-container .how-it-works-content .how-it-works-block .text-col .info {
      font-size: 16px;
  }

  .how-it-works-btn .button {
    display: block;
    background: #FFD122;
    color: #000 !important;
    font-size: 20px;
    padding: 15px 16px;
    transition: all 200ms ease 0s;
    text-transform: uppercase;
    text-align: center;
    border-radius: 35px;
    letter-spacing: 0;
    max-width: 350px;
    margin: 15px auto 0;
    font-weight: 400;
  }
}

.product-custom-defensin .icons-with-text-section {
  width: calc(100vw - 9px);
  margin-left: calc((100% - 100vw) / 2);
}

@media(min-width: 799px) {
  .product-custom-defensin .icons-with-text-section .icons-with-text--bg {
    background: rgb(167, 191, 212);
    background: linear-gradient(0deg, rgba(167, 191, 212, 1) 0%, rgba(251, 252, 253, 1) 100%);
  }
}

@media(max-width: 798px) {
 .product-custom-defensin .icons-with-text-section {
     width: 100vw;
     margin-left: calc((100% - 100vw) / 2);
  }
}

.product-custom-defensin .homepage-product-desktop {
  width: calc(100vw - 9px);
  margin-left: calc((100% - 100vw) / 2);
  background: rgb(168, 192, 213);
  background: linear-gradient(180deg, rgba(168, 192, 213, 1) 0%, rgba(251, 252, 253, 1) 55%);
  padding-top: 0;
  padding-bottom: 30px;
}

@media(max-width: 798px) {
 .product-custom-defensin .homepage-product-desktop {
     width: 100vw;
     margin-left: calc((100% - 100vw) / 2);
  }
}

.homepage-product-desktop .homepage-product-container {
    padding: 0 30px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;  
}

.homepage-product-desktop .homepage-product-container .homepage-product-content {
 display: flex;
 align-items: center;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .img-block {
 width: 50%;
 padding-right: 30px;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .img-block img {
 width: 100%;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .homepage-product-content-info {
 width: 50%;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .homepage-product-content-info h2 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 30px;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .homepage-product-content-info .action_button {
  max-width: 380px;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .homepage-product-content-info .additional-link {
 color: #4e4e4e;
 font-size: 18px;
}

.homepage-product-desktop .homepage-product-container .homepage-product-content .homepage-product-content-info .not-additional-link {
 text-decoration: none;
 pointer-events: none;  
}

@media(max-width: 798px) {
 .product-custom-defensin .homepage-product-mobile {
     width: 100vw;
     margin-left: calc((100% - 100vw) / 2);
  }

  .product-custom-defensin .homepage-product-mobile .homepage-product-container {
   padding-bottom: 0;
  }

  .product-custom-defensin .homepage-product-mobile .homepage-product-container .homepage-product-content h2 {
    color: #fff;
  }

   .product-custom-defensin .homepage-product-mobile .homepage-product-container .homepage-product-content .not-additional-link {
      text-decoration: none;
     pointer-events: none;
  }
}

  .product-custom-defensin .product-block--description__text {
   margin-top: 20px;
  }

  .product-custom-defensin .global-wrapper__product .product-block--description__text p {
      font-size: 16px;
    }

 .product-custom-defensin .product-block--description__text .product-block--description-content .heading-text span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
  }

 .product-custom-defensin .mobile-list {
    padding: 0 20px;
  }

 .product-custom-defensin .mobile-list .list-row {
    display: flex;
    align-items: flex-start;
  }

   .product-custom-defensin .mobile-list .list-row .checkmark {
      display: inline;
      width: 20px;
      margin-right: 10px;
      position: relative;
      bottom: -4px;
  }

  .product-custom-defensin .mobile-list .list-row p {
    font-size: 17px;
    text-align: left;
    line-height: 1.4;
  }

  .product-custom-defensin .guarantee-text-fp {
    padding-top: 15px;
    margin-bottom: 0;
    align-items: center;
  }

  .product-custom-defensin .product-block--description-content .references p {
    font-size: 8px;
    margin-bottom: 0;
  }

  @media(max-width:797px) {
    .product-custom-defensin .product-block--description__text .product-block--description-content .heading-text span {
      text-align: center;
      display: inline-block;
      font-weight: 400;
      font-size: 24px;
    }

    
    .product-custom-defensin .global-wrapper__product .product-block--description__text p {
      text-align: center;
      font-size: 15px;
    }

    .product-custom-defensin .mobile-list .list-row p {
       font-size: 16px;
      text-align: left;
    }

    .product-custom-defensin .mobile-list .list-row:last-child .checkmark {
          bottom: -6px;
    }

    .product-custom-defensin .product-block--description-content .references p {
      text-align: left;
       font-size: 8px;
    }
  }

  .product-discount-block {
    margin-bottom: 25px;
  }

  .product-discount-block .product-discount-block-content {
    padding: 15px 25px;
    border: 1px solid #000;
    background: #fff;
  }

  .product-discount-block-content .product-discount-field {
    display: flex;
    align-items: center;
  }

   .product-discount-block-content .product-discount-field .product-discount-field-code {
    width: 60%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 25px;
     box-sizing: border-box;
  }

   .product-discount-block-content .product-discount-field .product-discount-field-code span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }

  .product-discount-block-content .product-discount-field .product-discount-field-btn {
    width: 40%;
    border: 2px solid #FFD122;
    background: #f5f5f5;
    padding: 5.25px 25px;
    position: relative;
    left: -3px;
    text-align: center;
     box-sizing: border-box;
  }

  .product-discount-block-content .product-discount-field .product-discount-field-btn span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }

 .product-discount-block-content .product-discount-info {
   line-height: 1.2;
    margin-top: 13px;
  }

   .product-discount-block-content .product-discount-info span {
    font-size: 12px;
    line-height: 1.2;
    color: #129612;
  }

  @media(max-width:797px) {
    .product-discount-block {
      padding: 0 10px;
    }
  }

    @media(max-width:400px) {
    .product-discount-block-content .product-discount-field .product-discount-field-code {
      padding: 6px 15px;
    }

      .product-discount-block-content .product-discount-field .product-discount-field-btn {
       padding: 5.25px 15px;
      }
  }

  .product-form-custom-defensin .radio-block-info .opt-info {
     flex-wrap: wrap;
     align-items: flex-start !important;
  }
  
   .product-form-custom-defensin .radio-block-info .opt-info .opt-price-crossed-out {
     text-decoration: line-through;
   }

  .product-form-custom-defensin .radio-block-info .opt-info .opt-price-coupon-info {
     color: #129612;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
   }

     .product-form-custom-defensin .radio-block-info .opt-info .opt-price-coupon-info .opt-price-coupon-info-price {
      font-size: 21px;
      font-weight: 400;
      margin-left: 5px;
       color: #129612;
     }

     .product-form-custom-defensin .opt-info .opt-price-wrapper .opt-price-new {
       margin-top: 15px;
     }

     .product-form-custom-defensin .opt-info .opt-price-wrapper .opt-price-new .opt-order-total {
       text-transform: none;
      font-weight: 500;
      font-size: 16px;
      margin-right: 8px;
     }

    .product-form-custom-defensin .radio-block .radio-input {
      bottom: -4px;
    }

    .product-form-custom-defensin .opt-price-wrapper-full {
      width: 100% !important;
    }

   .product-form-custom-defensin .atc-btn-container .action_button {
      line-height: 1.2;
      font-weight: 400;
      border-radius: 35px;
      padding: 15px 10px 15px;
      width: 100%;
    }

    @media(max-width: 797px) {
       .product-form-custom-defensin .atc-btn-container .action_button {
        max-width: 300px;
        margin: 0 auto;
       }

      .product-form-custom-defensin .radio-block label {
        padding: 8px 10px;
      }

      .product-form-custom-defensin .radio-block-info .opt-info .opt-price-wrapper .opt-price {
        font-size: 18px;
      }

      .product-form-custom-defensin .radio-block-info .opt-info .opt-price-coupon-info .opt-price-coupon-info-price {
        font-size: 18px;
      }

      .product-form-custom-defensin .opt-info .opt-price-wrapper .opt-price-new {
          margin-top: 5px;
       }

      .product-form-custom-defensin .radio-block label .radio-block-info .opt-price-wrapper {
        padding-bottom: 0;
      }

      .product-custom-defensin .product-block--description__text {
          margin-top: 0;
      }
    }

    .warning-block {
      border: 2px solid #949494;
      border-radius: 15px;
      padding: 5px 15px;
      background: #d7d7d7;
       width: 100%;
      max-width: 700px;
      margin: 0 auto 5px;
      box-sizing: border-box;
    }

      .warning-block .warning-title {
        color: #CB2027;
        text-align: center;
        line-height: 1.3;
      }

        .warning-block .warning-title span {
        text-decoration: underline;
       }

      .warning-block .warning-block-content {
      color: #CB2027;
      display: flex;
      justify-content: center;
      align-items: center;
      }

      .warning-block .warning-block-content img {
        width: 100%;
        max-width: 27px;
      }

         .warning-block .warning-block-content .warning-not-allowed {
            text-align: center;
            margin: 10px 25px;
         }

       .warning-block .warning-block-content .warning-not-allowed span {
            display: block;
             font-size: 12px;
            line-height: 17px;
         }

        .warning-block .warning-additional-info {
          text-align: center;
          font-size: 12px;
         }

        .warning-block .warning-additional-info a {
          color: #5e8bb2;
          text-decoration: underline;
         }

/* Page Defensin */

.page-defensin .lp-bottom-banner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.page-defensin .lp-bottom-banner .right-col-img {
  position: static;
  transform: none;
  flex: 1;
  max-width: 100%;
  height: auto;
  object-fit: contain; 
}

.page-defensin .blue-bg,
.page-black-friday-lp2 .blue-bg {
  text-align: center;
}
.page-defensin .ingredients-section .text-1 {
  text-align: center;
  line-height: normal;
  font-size: 14px;
}
.page-defensin .ingredients-section .text-1,
.page-defensin .section-2 h2,
.page-defensin .section-2 .wrap li {
  color: #4a4a4a;
}
.page-defensin .ingredients-section .text-1 {
  margin-bottom: 0;
}
.page-defensin [id*="custom_html_fbmywL"],
.page-black-friday-lp2 [id*="custom_html_pM6RPG"] {
  position: relative;
  background: #86a8c4;
}
.page-defensin .blue-bg p,
.page-black-friday-lp2 .blue-bg p {
  margin: 0;
  font-size: 19px;
  color: #fff;
}

@media(max-width:500px) {
  .page-defensin .blue-bg p {
    font-size: 14px;
  }

  #shopify-section-template--18431245746395__custom_html_fbmywL .container,
  #shopify-section-template--18431245615323__custom_html_pM6RPG .container {
    padding: 20px 5px 30px;
  }
}

.page-defensin .lp-clinically-proven .bg,
.page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
  background: #ffff;
}
.page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
  margin: -48px auto 60px;
}
.page-defensin .section-2 .wrap li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: normal !important;
}
.page-defensin .section-2 .wrap li span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: #86a8c4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 12px;
}
.page-defensin .ingredients-section .container h2 {
  font-size: 30px;
}
.page-defensin [id*="custom_liquid_YyUK3R"] {
  background: #f5f5f5 !important;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .image-with-text {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .image-with-text img {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .image-with-text i {
  font-style: normal;
  font-weight: bold;
  color: #86a8c4;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .image-with-text p {
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .one-whole.column,
.page-defensin [id*="custom_liquid_YyUK3R"] .section {
  width: 100%;
  margin: 0;
}
.page-defensin [id*="custom_liquid_YyUK3R"] .container {
  padding-bottom: 0;
}
.page-defensin .text-columns {
  max-width: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px;
  font-size: 12px;
  background: #fff;
}
.page-defensin .text-columns p:last-child {
  margin-bottom: 0;
}
.page-defensin .images {
  padding: 30px 0;
}
.page-defensin .image:first-child {
  margin-bottom: 15px;
}
.page-defensin .images img {
  width: 100%;
}
.page-defensin .section-5 {
  background: #006a91;
}
.page-defensin .section-5 .blue-bg {
  padding: 25px 0;
}
.page-defensin .section-5 .wrap {
  max-width: 1240px;
  width: 95%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.page-defensin .section-5 .wrap > div {
  flex: 0 0 100%;
  width: 100%;
}
.page-defensin .section-5 .wrap small {
  display: block;
  text-align: left;
  font-size: 8px;
  line-height: 15px;
  color: #fff;
}
.page-defensin .section-5 .action_button {
  max-width: 382px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 35px;
  height: 49px !important;
  line-height: 32px !important;
  font-size: 20px !important;
  font-weight: 500;
}
.page-defensin .section-5 .wrap h2 {
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.page-defensin .section-5 .wrap p {
  font-size: 18px;
}
.page-defensin [id*="custom_liquid_jJwaYG"] .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.page-defensin [id*="custom_liquid_jJwaYG"] .section {
  max-width: 100%;
  width: 100%;
}
.page-defensin [id*="custom_liquid_jJwaYG"] .one-whole.column {
  width: 100%;
  margin: 0;
}
.page-defensin .section-5 .text p {
  margin: 0 auto 20px;
  line-height: normal;
  font-size: 18px;
}
.page-defensin .section-5 .text p sup {
  font-size: 10px;
  font-weight: 400;
}
.page-defensin .section-5 .wrap__item:nth-child(2) p.first-child {
  margin-bottom: 0;
}
.page-defensin .section-5 .wrap__item:nth-child(2) p.first-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 25px auto 0;
  background: #c4c4c4;
}
.page-defensin .section-5 .wrap__item:nth-child(2) p {
  font-size: 16px;
  margin: 0 auto;
}
.page-defensin .lp-quote-and-image .info {
  padding-top: 0;
  margin-bottom: 0;
}
.page-defensin .lp-quote-and-image .info p:first-child {
  font-size: 28px;
}
.page-defensin .lp-quote-and-image .info p:last-child {
  font-size: 24px;
}
.page-defensin .lp-quote-and-image .bg {
  flex-direction: column;
}
.page-defensin .lp-quote-and-image img {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.page-defensin .lp-quote-and-image {
  margin-bottom: 50px;
  position: relative;
}
.page-defensin .lp-quote-and-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 23%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-defensin .clinically-proven h2 p strong {
  text-decoration: none !important;
}
.page-defensin .lp-clinically-proven .clinically-proven .note {
  border-top: 2px solid #d6d6d6;
  background: transparent;
}
.page-defensin .lp-clinically-proven .clinically-proven .note em {
  font-weight: 600;
}
.page-defensin .lp-key-benefits .image-col,
.page-defensin .lp-key-benefits .bullet-img {
  display: none;
}
.page-defensin .lp-key-benefits .text-col {
  width: 100%;
}
.page-defensin .lp-key-benefits .text-col img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.page-defensin .lp-key-benefits h2,
.page-defensin .lp-key-benefits h4 {
  color: #82a5c3 !important;
}
.page-defensin .lp-key-benefits h4 {
  margin-bottom: 0 !important;
}
.page-defensin .lp-key-benefits h2 {
  margin-bottom: 30px !important;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .wrap,
.page-defensin [id*="custom_liquid_BU3gtA"] .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .wrap > div,
.page-defensin [id*="custom_liquid_BU3gtA"] .wrap > div {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .wrap img,
.page-defensin [id*="custom_liquid_BU3gtA"] .wrap img {
  display: block;
  width: 100%;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .action_button,
.page-defensin [id*="custom_liquid_GAKipE"] .action_button,
.page-defensin [id*="custom_liquid_bxBjUe"] .action_button {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 20px;
  height: 44px !important;
  line-height: 28px !important;
  font-size: 17px !important;
  font-weight: 500;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .text {
  text-align: center;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] .text p,
.page-defensin [id*="custom_liquid_GAKipE"] p {
  color: #5e8bb2;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] h4 {
  margin: 0;
  font-size: 20px;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] h3 {
  font-size: 29px;
  font-weight: bold;
  line-height: normal;
}
.page-defensin [id*="custom_liquid_Rjh3wR"] h3 sup {
  font-size: 10px;
}
.page-defensin [id*="custom_liquid_BU3gtA"] {
  background: #f7f7f7;
}
.page-defensin [id*="custom_liquid_BU3gtA"] .image,
.page-defensin [id*="custom_liquid_GAKipE"] .wrap__item.image {
  text-align: center;
}
.page-defensin [id*="custom_liquid_BU3gtA"] p,
.page-defensin [id*="custom_liquid_BU3gtA"] small {
  color: #5e8bb2;
}
.page-defensin [id*="custom_liquid_BU3gtA"] h3,
.page-defensin [id*="custom_liquid_GAKipE"] h3 {
  font-size: 20px;
  font-weight: bold;
}
.page-defensin [id*="custom_liquid_BU3gtA"] p,
.page-defensin [id*="custom_liquid_GAKipE"] p {
  line-height: normal;
  font-size: 16px;
}
.page-defensin [id*="custom_liquid_BU3gtA"] .section,
.page-defensin [id*="custom_liquid_BU3gtA"] .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.page-defensin [id*="custom_liquid_BU3gtA"] .one-whole.column {
  margin: 0;
  width: 100%;
}
.page-defensin [id*="custom_liquid_BU3gtA"] small {
  max-width: 60%;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-defensin .lp-bottom-banner .wrap .desc .image-with-text {
  margin-top: 30px;
}
.page-defensin .lp-bottom-banner .wrap .desc {
  margin-bottom: 35px;
}
.page-defensin .lp-bottom-banner .under-button-link {
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  border: 0;
  font-size: 17px !important;
  height: 44px !important;
  line-height: 44px;
  border-radius: 40px;
  display: block;
  background: #FFD122;
  color: #000;
  text-transform: uppercase;
}
.page-defensin [id*="custom_liquid_jJwaYG"] .wrap__item img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.page-defensin .science-section-wave {
  margin-top: 0;
}
.page-defensin .science-section-wave img {
  max-width: 100% !important;
  margin: 0 !important;
}
.page-defensin [id*="8994-123a148451a7"] .benefits {
  display: none;
}
.page-defensin [id*="custom_liquid_Ce6Uxw"],
.page-defensin [id*="8994-123a148451a7"] .lp-key-benefits .bg {
  background-color: #f5f5f5;
}
.page-defensin [id*="8994-123a148451a7"] .text-col {
  padding-bottom: 0;
}
.page-defensin [id*="8994-123a148451a7"] .lp-key-benefits .bg {
  background-color: #f5f5f5;
}
.page-defensin [id*="custom_liquid_Ce6Uxw"] .custom-benefits-section {
  padding-top: 0;
}
.page-defensin .lp-additional-info .beware-container .beware-info .text-col .text {
  max-width: 675px !important;
}

.page-defensin [id*="gallery_slider_5_JWLrG"] .container,
.page-defensin [id*="gallery_slider_5_EVLXgt"] .container {
  max-width: 1240px;
}
.page-defensin [id*="gallery_slider_5_EVLXgt"] .container {
  padding-top: 0;
}
.page-defensin [id*="gallery_slider_5_CVntTW"],
.page-defensin [id*="gallery_slider_5_LXDdCN"] {
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .page-defensin [id*="gallery_slider_5_EVLXgt"] {
    padding-bottom: 15px;
  }
  .page-defensin [id*="gallery_slider_5_CVntTW"],
  .page-defensin [id*="gallery_slider_5_LXDdCN"] {
    display: none !important;
  }

  .page-defensin .lp-bottom-banner .under-button-link-wrapper {
    margin: 0;
  }
  .page-defensin .section-5 .wrap small {
    font-size: 9px;
  }
  .page-defensin .section-5 .action_button {
    margin-bottom: 30px;
  }
  .page-defensin .lp-bottom-banner .under-button-link,
  .page-defensin [id*="custom_liquid_GAKipE"],
  .page-defensin [id*="lp_key_benefits_z9AxYf"],
  .page-defensin [id*="custom_liquid_bxBjUe"] {
    display: none;
  }
  .page-defensin [id*="custom_liquid_BU3gtA"] h3 {
    margin-top: 25px;
    font-size: 24px;
  }
  .page-defensin [id*="custom_liquid_BU3gtA"] p {
    font-size: 18px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .text img {
    display: none;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] {
    margin-top: 70px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] h4 {
    font-size: 22px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] h3 {
    font-size: 35px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] p {
    font-size: 18px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .action_button {
     max-width: 350px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset !important;
    line-height: 1.2 !important;
    font-weight: 400;
    display: block;
    color: #000;
    width: 100%;
    margin: 28px auto 10px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .wrap,
  .page-defensin [id*="custom_liquid_BU3gtA"] .wrap {
    margin-left: -30px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .wrap > div,
  .page-defensin [id*="custom_liquid_BU3gtA"] .wrap > div {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 30px;
  }
  .page-defensin .lp-clinically-proven .clinically-proven .note h4 {
    max-width: 85%;
    margin: 0 auto;
  }
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .sub-info {
    font-size: 24px;
  }
  .page-defensin .lp-quote-and-image {
    margin-bottom: 80px;
  }
  .page-defensin .lp-quote-and-image .info p:first-child {
    font-size: 36px;
  }
  .page-defensin .lp-quote-and-image:after {
    height: 33%;
  }
  .page-defensin .lp-quote-and-image .info p:last-child {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }
  .page-defensin .before-after--desktop.container {
    padding-top: 20px;
  }
  .page-defensin .lp-quote-and-image .info {
    padding-top: 50px;
  }
  .page-defensin .section-5 .wrap__item:nth-child(2) p {
    font-size: 18px;
    max-width: 340px;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] .mobile {
    display: none;
  }
  .page-defensin .section-5 .wrap h2 {
    font-size: 42px;
  }
  .page-defensin .lp-bottom-banner .wrap .title h2 {
    font-size: 62px;
  }
  .page-defensin .lp-bottom-banner .wrap {
    max-width: 738px;
  }
  .page-defensin .blue-bg p {
    font-size: 24px;
  }

  .page-defensin .lp-bottom-banner .right-col-img {
    max-width: calc(100% - 738px);
  }

  .page-defensin .lp-bottom-banner .desc p {
    font-size: 27px !important;
  }
  .page-defensin .ingredients-section .container {
    align-items: center;
  }
  .page-defensin .ingredients-section .wrap {
    max-width: 50%;
    width: 50%;
  }
  .page-defensin .ingredients-section .ingredients-img {
    max-width: 50%;
    width: 35%;
    position: static;
    margin: 0 auto;
  }
  .page-defensin .section-2 .wrap ul {
    max-width: 81%;
    margin: 0 auto;
  }
  .page-defensin .ingredients-section .container h2 {
    margin-bottom: 35px;
    font-size: 42px;
  }
  .page-defensin .section-2 {
    padding-bottom: 35px;
  }
  .page-defensin .section-2 .wrap li {
    font-size: 19px;
  }
  .page-defensin .ingredients-section .text-1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .page-defensin .section-2 .wrap li span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    font-size: 14px;
  }
  .page-defensin [id*="custom_liquid_YyUK3R"] {
    display: none !important;
  }
  .page-defensin .section-5 .wrap > div {
    flex: 0 0 50%;
    width: 50%;
  }
  .page-defensin .section-5 .text p {
    max-width: 83%;
    font-size: 20px;
  }
  .page-defensin .section-5 .wrap .text {
    margin: 0 auto;
  }
  .page-defensin .section-5 .wrap .text p {
    max-width: 440px;
    margin-bottom: 34px;
  }
  .page-defensin .section-5 .blue-bg {
    padding: 55px 0 70px;
  }
}
@media (max-width: 991px) {
  .page-defensin [id*="gallery_slider_5_JWLrGX"],
  .page-defensin [id*="gallery_slider_5_EVLXgt"] {
    display: none !important;
  }
  .page-defensin .lp-quote-and-image {
    margin-bottom: 20px;
  }
  .page-defensin .guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-defensin .lp-key-benefits .proven-ingredients-container .text-col .benefits img {
    width: 90%;
    margin: 20px auto 25px;
  }
  .page-defensin .lp-clinically-proven .clinically-proven .note h4 em {
    font-size: 9px !important;
  }
  .page-defensin .lp-bottom-banner .under-button-link {
    height: 54px !important;
    line-height: 54px !important;
  }
  .page-defensin #content_wrapper .action_button {
    height: 54px !important;
    line-height: 31px !important;
    border-radius: 40px;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info .beware-container {
    padding-top: 0;
    margin-top: 0;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] .lp-key-benefits .text-col {
    padding-bottom: 0;
  }
  .page-defensin [id*="custom_liquid_bxBjUe"] {
    background-color: #f7f7f7;
  }
  .page-defensin [id*="custom_liquid_bxBjUe"] .container {
    padding-top: 0;
    padding-bottom: 55px;
  }
  .page-defensin [id*="custom_liquid_bxBjUe"] .one-whole.column {
    text-align: center;
  }
  .page-defensin [id*="custom_liquid_bxBjUe"] .text-link {
    text-align: center;
  }
  .page-defensin [id*="custom_liquid_bxBjUe"] .text-link a {
    text-decoration: underline;
    display: inline-block;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] h4,
  .page-defensin [id*="lp_key_benefits_z9AxYf"] h2 {
    color: #606060 !important;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] .lp-key-benefits h2 {
    margin-bottom: 7px !important;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] .proven-ingredients-container {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] .image-col {
    width: 100%;
    display: block;
  }
  .page-defensin [id*="lp_key_benefits_z9AxYf"] .image-col img {
    position: static;
  }
  .page-defensin [id*="custom_liquid_GAKipE"] .container {
    padding-top: 0;
  }
  .page-defensin [id*="custom_liquid_BU3gtA"],
  .page-defensin [id*="123a148451a7"],
  .page-defensin .lp-bottom-banner .action_button,
  .page-defensin [id*="custom_liquid_Ce6Uxw"] {
    display: none !important;
  }
  .page-defensin .lp-bottom-banner .wrap .guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .page-defensin .lp-bottom-banner .wrap .guarantee-text img {
    margin-bottom: 0;
    width: 24px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .text p {
    padding-top: 7px;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] h4 {
    padding-bottom: 0;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .wrap__item.image {
    display: none;
  }
  .page-defensin [id*="custom_liquid_Rjh3wR"] .one-whole.column {
    margin: 0;
    width: 100%;
  }
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .sub-info,
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info p {
    margin-bottom: 30px;
  }

  .page-defensin .section-2 .container {
    padding: 20px 10px;
  }
  .page-defensin .ingredients-section,
  .page-defensin .ingredients-section .container {
    padding-bottom: 0;
  }
  .page-defensin .ingredients-section .container {
    padding-top: 0;
  }
  .page-defensin .ingredients-section .container ul {
    margin-bottom: 0;
  }
  .page-defensin .section-2 .wrap li {
    margin-bottom: 10px;
  }
  .page-defensin .section-2 .text-2 {
    margin: 0;
  }
  .page-defensin .section-5 {
    background: #f5f5f5;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] .blue-bg {
    padding-top: 0;
    background: #006a91;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] .section {
    position: relative;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] img {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  .page-defensin .images {
    padding: 30px 0 10px;
  }
  .page-defensin .section-5 .text .action_button,
  .page-defensin .section-5 .text small {
    display: none;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] .mobile {
    margin-top: 25px;
  }
  .page-defensin [id*="custom_liquid_jJwaYG"] .mobile .action_button {
    margin-bottom: 30px;
  }
  .page-defensin .section-5 .wrap .mobile .action_button {
    margin-top: 30px;
  }
  .page-defensin [id*="201582a4ca5d"],
  .page-defensin [id*="6e675253649e"],
  .page-defensin [id*="c8e33f08f198"],
  .page-defensin [id*="79da688474f5"] .img-col {
    display: none;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info {
    position: relative;
    background: #f5f5f5;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    background: #eaeaea;
    position: absolute;
    top: -38px;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info .beware-container .beware-info {
    margin-top: 25px;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info .beware-container .beware-info .text p {
    font-size: 16px;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info .beware-container .title h3 {
    font-size: 25px;
  }
  .page-defensin [id*="79da688474f5"] .lp-additional-info .beware-container .text h4 {
    padding: 0;
    margin: 0;
  }
  .page-defensin [id*="79da688474f5"] .lp-bottom-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 798px) {
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
    margin: -28px auto 15px;
  }
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info .title p,
  .page-defensin .lp-clinically-proven .clinically-proven .clinically-proven-info h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) { 
  .product-handle-defensin-probiotic-spray h1.product_name {
    font-size: 22px !important;
  }
}


.page-defensin .section-5 .wrap small {
   max-width: 382px;
   margin: 0 auto; 
}

.comparison-chart-section .comparison-table {
  display: none;
   max-width: 600px;
  margin: 35px auto;
}

.comparison-chart-section .comparison-table.comparison-table-active {
  display: block;
}

.comparison-chart-section {
 background-color: #85a7c4;
 padding: 30px 0;
}

.comparison-chart-section .comparison-chart-container .comparison-chart-content {
    width: 100%;
    text-align: center;    
}

.comparison-chart-section .comparison-chart-content .comparison-chart-heading h2 {
    color: #fff;
    letter-spacing: 0;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

@media(max-width: 798px) {
  .comparison-chart-section .comparison-chart-content .comparison-chart-heading h2 { 
    font-size: 31px;
  }
}

.comparison-chart-section .comparison-chart-content .comparison-chart-heading button {
    border: 2px solid #fff;
    color: #fff;
    height: unset;
    text-transform: unset;
    font-size: 16px;
    background: transparent;
    border-radius: 35px;
    margin: 0 5px;
    font-weight: 500;
}

.comparison-chart-section .comparison-chart-content .comparison-chart-heading .active-chart-button {
  color: #313131;
  background: #fff;
}

.comparison-chart-section .comparison-table .comparison-table-row {
   border-bottom: 1px solid #000;
   display: flex;
}

.comparison-chart-section .comparison-table .comparison-table-row div {
  width: 33.3%;
  padding: 20px 10px;
}

.comparison-chart-section .comparison-table .comparison-table-row-heading div { 
    color: #313131;
    font-weight: 700;
    font-size: 16px;
      display: flex;
    justify-content: center;
    align-items: center;
}

.comparison-chart-section .comparison-table .comparison-table-row-heading .second-col { 
      background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.comparison-chart-section .comparison-table .comparison-table-row-item div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-chart-section .comparison-table .comparison-table-row-item .first-col {
    color: #313131;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
     justify-content: flex-start;
}

.comparison-chart-section .comparison-table .comparison-table-row-item .second-col {
  background: #fff;
}

.comparison-chart-section .comparison-table .comparison-table-row-item .second-col img {
    width: 100%;
    max-width: 22px;
}

.comparison-chart-section .comparison-table .comparison-table-row-item .third-col {
  color: #313131;
    font-size: 13px;
    line-height: 1.1;
}

.comparison-chart-section .comparison-table .comparison-table-row:last-child {
   border-bottom: none;
}
  
.comparison-chart-section .comparison-table .comparison-table-row:last-child .second-col {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.comparison-chart-section .comparison-chart-footer .action_button {
     max-width: 350px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    color: #fff;
    width: 100%;
    margin: 35px auto 10px; 
}

.comparison-chart-section .comparison-chart-footer .action_button:hover { 
    background: #fd865d !important;
}

@media(max-width:798px) {

  .comparison-chart-section .comarison-chart-buttons {
      display: flex;
      justify-content: center;
  }

  .comparison-chart-section .comparison-chart-content .comparison-chart-heading button {
    font-size: 14px;
  }
  
  .comparison-chart-section .comparison-table .comparison-table-row-item .first-col {
    font-size: 13px;
    line-height: 1.3;
  }

  .comparison-chart-section .comparison-table .comparison-table-row div {
     padding: 18px 8px;
  }

  .comparison-chart-section .comparison-table .comparison-table-row-item .third-col {
   font-size: 11px;
  }
}

/* .buy-more-buttons,
#cart .notification-discount {
  display: none !important;
}

.cart__info .cart__quantity {
  display: none !important;
} */

@media(max-width: 798px) {
  .coupon-code-clickable .coupon-desktop {
    display: none;
  }
}

@media(min-width: 799px) {
  .coupon-code-clickable .coupon-mobile {
    display: none;
  }
}

.lp-reviews-testimonials .heading-block h2 {
      letter-spacing: 0;
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.lp-reviews-testimonials .heading-block h3 {
  font-size: 30px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

@media(max-width:798px) {
  .lp-reviews-testimonials .heading-block h2 {
    font-size: 24px;
    white-space: normal;
    word-break: normal;
  }

  .lp-reviews-testimonials .heading-block h3 {
    font-size: 22px;
  }
}

.lp-reviews-testimonials .reviews-and-testimonails-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    padding-top: 20px;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block {
     width: calc(33.3% - 15px);
    border: 2px solid #000;
    border-radius: 10px;
    margin-left: 15px;
    margin-bottom: 25px;
    padding: 15px 15px 15px;
    box-sizing: border-box;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-block-customer {
    display: flex;
    align-items: center;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-block-customer .customer-name {
 font-weight: 700;
 color: #000;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-block-customer .verified-buyer-block img {
    max-width: 17px;
    position: relative;
    bottom: -3px;
    margin: 0px 2px 0 13px;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-block-customer .verified-buyer-block span {
 color: #5e8bb2;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .reviews-stars {
 max-width: 100px;
 margin-top: 5px;
}

.lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-info p {
  color: #000;
  margin-bottom: 0;
}

@media(max-width:998px) {
  .lp-reviews-testimonials .reviews-and-testimonails-content .rab-block {
    width: calc(50% - 15px);
 }
}

@media(max-width:650px) {
  .lp-reviews-testimonials .reviews-and-testimonails-content {
    margin-left: 0;
  }
  
  .lp-reviews-testimonials .reviews-and-testimonails-content .rab-block {
      width: 100%;
    margin-left: 0;
   }
}

  .page-black-friday-lp2 .section-3.lp-testimonials p,
  .page-black-friday-lp2 .section-3.lp-testimonials b,
  .page-black-friday-lp2 .section-3.lp-testimonials h3 {
    color: #313131 !important;
  }

.page-black-friday-lp2 .section-3.lp-testimonials h2 p {
 font-weight: 700;
}

.page-black-friday-lp2 .section-3.lp-testimonials .author-item-slider {
 font-weight: 700;
}

.black-friday-coupon-section {
 background-color: #5e8bb2;  
}

.black-friday-coupon-section .lp-coupon-seciton {
    padding-top: 13px;
    padding-bottom: 15px;
}

.black-friday-coupon-section .lp-coupon-seciton .info {
    max-width: 850px;
    text-align: center;
}

.black-friday-coupon-section .lp-coupon-seciton .info h3 {
  color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.black-friday-coupon-section .lp-coupon-seciton .info h3 p {
 margin-bottom: 0;
 line-height: 1.3;
}

.black-friday-coupon-section .lp-coupon-seciton .info .under-button-btn {
  color: #fff;
  border-color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0;
  text-decoration: underline;
}

.black-friday-coupon-section .lp-coupon-seciton .info .under-button-btn:hover {
    border-bottom: 0;
}

.lp-coupon-seciton .image-block .info .action_button {
 border-radius: 36px;
}
 

@media (max-width: 749px) {
   .black-friday-coupon-section .lp-coupon-seciton .info .under-button-btn {
        padding-top: 0;
    }

     .black-friday-coupon-section .lp-coupon-seciton .info-bottom {
      margin-top: 20px;
    }
}      


.page-black-friday-lp2 .clinically-proven p,
.page-black-friday-lp2 .clinically-proven h3,
.page-black-friday-lp2 .clinically-proven h4 {
    color: #313131 !important;
}  

.page-black-friday-lp2 .beware-container p,
.page-black-friday-lp2 .beware-container h3,
.page-black-friday-lp2 .beware-container h4 {
  color: #313131 !important;
}

@media (max-width: 490px) {
    .page-black-friday-lp2 .ingredients-section:before {
        content: '';
        position: absolute;
        top: -2%;
        left: 0;
        width: 100vw;
        height: 80px;
        background-color: #f5f5f5;
         background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2386a8c4" d="M0,192L60,213.3C120,235,240,277,360,266.7C480,256,600,192,720,160C840,128,960,128,1080,154.7C1200,181,1320,235,1380,256L1440,277.3L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleY(-1);
    }
}

@media (max-width: 500px) {
    #shopify-section-template--18431245615323__custom_html_pM6RPG .container {
        padding: 20px 5px 30px;
    }
}

.page-black-friday-lp2 .bg-wrapper.ingredients-section {
 background: #f5f5f5 !important;
}

 .page-black-friday-lp2 .ingredients-section .container h2 {
        margin-bottom: 20px;
        font-size: 30px;
        color: #313131;
    }
    
@media (min-width: 992px) {
    .page-black-friday-lp2 .ingredients-section .container h2 {
        margin-bottom: 35px;
        font-size: 42px;
    }
}

.page-black-friday-lp2 .ingredients-section .container .text-1, 
.page-black-friday-lp2 .ingredients-section .container .text-2 {
    color: #313131;
    line-height: normal;
}

.page-black-friday-lp2 .ingredients-section .container ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: normal !important;
    color: #313131;
}

.page-black-friday-lp2 .section-2 .wrap li span {
    border-radius: 50%;
    background: #86a8c4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 4px;
          width: 22px;
        height: 22px;
        flex: 0 0 22px;
        font-size: 14px;
}

@media(max-width:991px) {
  .page-black-friday-lp2 .ingredients-section .container ul li {
    font-size: 14px;
     margin-bottom: 5px;
  }

  .page-black-friday-lp2 .section-2 .wrap li span {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    font-size: 12px;
  }
}

.page-black-friday-lp2 .ingredients-section .image-with-text,
.custom-black-friday-section .image-with-text {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.page-black-friday-lp2 .ingredients-section .image-with-text img,
.custom-black-friday-section .image-with-text img { 
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
}

.page-black-friday-lp2 .ingredients-section .image-with-text p,
.custom-black-friday-section .image-with-text p { 
flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
    padding: 0 10px;
    margin: 0;    
    color: #313131;
}

@media(max-width:749px) {
  .page-black-friday-lp2 .ingredients-section .image-with-text p,
  .custom-black-friday-section .image-with-text p { 
    font-size: 13px;
    line-height: 20px;
  }
}

 .custom-black-friday-section {
     max-width: 700px;
    margin: 0 auto 35px;
 }

  .custom-black-friday-section .button {
    text-align: center;
    margin-bottom: 30px;
  }

    .custom-black-friday-section .button .action_button {
     max-width: 525px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    color: #000;
    width: 100%;
    margin: 0 auto;
  }

 .custom-black-friday-section p strong {
    color: #5e8bb2;
}

 .custom-black-friday-section p {
      padding: 0 10px;
    line-height: 1.15;
    font-size: 22px;
    margin: 0;
    color: #313131;
}

.page-black-friday-lp2 .lp-coupon-seciton .image-block .info .action_button {
      max-width: 525px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    height: unset;
    line-height: 1.2;
    font-weight: 400;
    display: block;
    color: #000;
    width: 100%;
}

.supplement-container-bottom {
 padding-top: 0 !important;
}

.page-black-friday-lp2 .supplement-container-bottom {
 background-color: #5e8bb2;
}

.page-black-friday-lp2 .supplement-container-bottom .info p {
 color: #fff;
}

.page-black-friday-lp2 .supplement-container-bottom .info .under-button-btn {
  color: #fff;
  border: 0;
  text-decoration: underline;
}

@media(min-width:768px) {
  .mobile-header {
    display: none;
  }
}

@media(max-width:992px) {
  .page-black-friday-lp2 .lp-banner-section .wrap .product-actions .action_button {
   margin: 0 auto;
  }
}

.page-black-friday-lp2 .bg-gallery .title {
 font-size: 32px;
 line-height: 1.6;
 max-width: 500px;
}

@media(max-width: 749px) {
  .desktop-version {
    display: none;
  }
}

@media(min-width: 750px) {
  .mobile-version {
    display: none;
  }
}

.healthcare-top-banner .healthcare-top-banner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-image {
  width: 50%;
  text-align: center;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-image img {
    width: 100%;
    max-width: 450px;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-info {
  width: 50%;
 text-align: center;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-info-container {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-info h2 {
  letter-spacing: 0;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-info h1 {
  letter-spacing: 0;
      font-size: 30px;
    line-height: 1.3;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-info .info {
  font-size: 18px;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-btn {
 text-align: center;
  width: 100%;
}

.healthcare-top-banner .healthcare-top-banner-container .htp-btn .action_button {
  max-width: 450px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    line-height: 1.2;
    color: #000;
    width: 100%;
    font-weight: 400;
    display: block;
      margin: 20px auto;
      text-transform: none;
}

.healthcare-top-banner.mobile-version .container {
  background: #f7f7f7;
}

.healthcare-top-banner.mobile-version h1 {
    line-height: 1.5;
    letter-spacing: 0;
      font-size: 24px;
}

.healthcare-top-banner.mobile-version .htp-reviews {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.healthcare-top-banner.mobile-version .htp-reviews img {
    max-width: 90px;
    margin-right: 5px;
}

.healthcare-top-banner.mobile-version .healthcare-top-banner-container .htp-image {
  width: 100%;
}

.healthcare-top-banner.mobile-version .healthcare-top-banner-container .htp-image img {
    max-width: 300px;
}

.healthcare-top-banner.mobile-version h2 {
    margin-bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 0;
      font-size: 24px;
}

.healthcare-top-banner.mobile-version .info {
  text-align: center;
    font-size: 16px;
}

.healthcare-steps-section {
  background-color: #3b6b8f;
  padding: 35px 0;
}

.healthcare-steps-section .heading-flex {
      width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.healthcare-steps-section .heading-flex .heading-flex-col {
  text-align: center;
  width: 50%;
}

.healthcare-steps-section .heading-flex .heading-flex-col h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
      max-width: 500px;
    margin: 0 auto 13px;
}

.healthcare-steps-section .heading-flex .heading-flex-col span {
  color: #fff;
   font-size: 20px;
}

.healthcare-steps-section .action_button {
  max-width: 450px;
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    line-height: 1.2;
    color: #000;
    width: 100%;
    font-weight: 400;
    display: block;
      margin: 20px auto;
      text-transform: none;
}

.healthcare-steps-section .steps-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.healthcare-steps-section .steps-content .steps-col {
  width: 50%;
}

.healthcare-steps-section .steps-content .steps-col .step-block {
  display: flex;
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
}

.healthcare-steps-section .steps-content .steps-col .step-block .step-number {
    font-size: 40px;
    position: relative;
    bottom: -15px;
    margin-right: 25px;
}

.healthcare-steps-section .steps-content .steps-col .step-block .step-content {
    padding-right: 50px;
    font-size: 16px;
    min-height: 105px;
}

.healthcare-steps-section .steps-mobile-button {
   width: 100%;
}

@media(max-width:749px) {
  .healthcare-steps-section .heading-flex .action_button  {
    display: none;
  }

  .healthcare-steps-section .heading-flex .heading-flex-col h2 {
     font-size: 24px;
     margin-bottom: 25px;
  }

  .healthcare-steps-section .heading-flex .heading-flex-col {
    width: 100%;
  }

  .healthcare-steps-section .steps-content .steps-col {
    width: 100%;
  }

  .healthcare-steps-section .steps-content .steps-col .step-block .step-content {
    padding-right: 0;
    min-height: unset;
  }
}

@media(min-width:750px) {
  .healthcare-steps-section .steps-mobile-button {
    display: none;
  }
}

.two-cols-with-text-section {
  background: #e7e8e9;
  padding: 35px 0;
}

.two-cols-with-text-section {
  background: #e7e8e9;
      padding: 35px 0;
}

.two-cols-with-text-section h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #313131;
    letter-spacing: 0;
    font-size: 32px;
      margin-bottom: 35px;
}

.two-cols-with-text-section .two-cols-content {
      width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-cols-with-text-section .two-cols-content .two-cols-block {
    background: #fff;
    border-radius: 25px;
    padding: 30px 45px;
    width: 47%;
    box-sizing: border-box;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.two-cols-with-text-section .two-cols-content .two-cols-block h3 {
    color: #313131;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.two-cols-with-text-section .two-cols-content .two-cols-block .info p {
  color: #313131;
  font-size: 16px;
  line-height: 1.6;
}

.two-cols-with-text-section .two-cols-content .two-cols-block .action_button {
    border-radius: 38px;
    padding: 12px 16px 12px;
    font-size: 20px !important;
    line-height: 1.2;
    color: #000;
    width: 100%;
    font-weight: 400;
    display: block;
    margin: 30px auto 14px;
    text-transform: none;
}

@media(max-width:749px) {

  .two-cols-with-text-section {
      padding: 15px 0;
  }

  .two-cols-with-text-section h2 { 
    font-size: 24px;
  }
  
  .two-cols-with-text-section .two-cols-content .two-cols-block {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px 35px;
  }
}

#shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper {
  background: #e7e8e9;
  padding: 35px 0;
}
#shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper h2 {
  text-align: center;
  color: #313131;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
      padding-left: 0;
}
#shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper .tab-accordion-wrap .accordion {
  color: #313131;
  border-radius: 10px;
}
#shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper .tab-accordion-wrap .accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper .panel {
  margin-bottom: 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-accordion-wrap p {
  color: #313131;
}
.lp-banner-section h2.title p strong {
  font-weight: 400;
}

@media(max-width:749px) {
 #shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper { 
        padding: 0 0 10px;
  }

  #shopify-section-template--18866109677787__faq_section_q4wQjL .faq-section-wrapper h2 { 
    font-size: 24px;
  }

  #shopify-section-template--18866109677787__faq_section_q4wQjL .tab-accordion-wrap .accordion {
    background: #e7e8e9;
        padding: 9px 38px 9px 0;
    font-size: 16px;
  }

  #shopify-section-template--18866109677787__faq_section_q4wQjL .tab-accordion-wrap .panel {
    background: #e7e8e9;
    padding: 0;
    border-bottom: 0;
  }

 #shopify-section-template--18866109677787__homepage_product_mobile_qzEcnX .homepage-product-mobile { 
    padding-top: 0;
  }
}

.page-skin-health-pdp .product_name a {
  font-size: 23px;
  font-weight: 600;
}

.page-skin-health-pdp #judgeme_product_reviews {
  padding-top: 50px;
}

.page-skin-health-pdp .lp-bottom-banner {
  padding-bottom: 0;
}

.page-skin-health-pdp .lp-quote-and-image img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -335px;
    left: 0;
    right: 0;  
}

.page-skin-health-pdp .lp-quote-and-image .bg {
  position: relative;
  margin-bottom: 300px;
}

.page-skin-health-pdp .lp-quote-and-image .info {
    margin-bottom: 268px;
}

@media(max-width:550px) {
  .page-skin-health-pdp .lp-quote-and-image .info {
   margin-bottom: 150px;
  }

  .page-skin-health-pdp .lp-quote-and-image img {
    bottom: -240px;
  }
}

@media screen and (max-width: 798px) {
  .page-skin-health-pdp .shopify-section--featured-product .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .page-skin-health-pdp .shopify-section--featured-product .product-gallery {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-skin-health-pdp .featured-product-info,
  .page-skin-health-pdp .featured-product-images-block{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-skin-health-pdp .product_section.media-position--left, .page-skin-health-pdp .product_section.media-position--right {
    flex-direction: unset !important;
  }
}

@media (min-width: 798px) {
  .page-skin-health-pdp .featured-product-images-block {
    width: calc(57% - 20px);
  }

  .page-skin-health-pdp .featured-product-info {
    width: calc(43% - 20px);
  }
}

.page-skin-health-pdp .shopify-section--featured-product .container {
  max-width: 1200px;
}

  .desktop-ingredients-text {
     max-width: 81%;
     margin: 0 auto;
  }

@media(max-width:991px) {
  .desktop-ingredients-text {
     display: none;
  }
}

  .desktop-ingredients-text .guarantee-text {
   font-size: 17px;
  }

  .desktop-ingredients-text .reference-text {
    border-top: 1px solid #b8c6c6;
    padding-top: 10px;
    margin-top: 35px;
  }

    .desktop-ingredients-text .reference-text p {
    font-size: 8px;
    margin-bottom: 0;
  }

  .lp-coupon-seciton .atc-btn-container button {
     background: transparent !important;
    width: fit-content !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

.jm-mfp-is-open .jm-mfp-bg {
    z-index: 10002;
}

.jm-mfp-is-open .jm-mfp-wrap.jm-mfp-gallery {
  z-index: 10003;
}

.header-flag-icon {
  padding-right: 8px !important;
 padding-left: 5px !important;
}

.header-flag-icon img {
 width: 100% !important;
  max-width: 40px !important;
 padding: 5px 0 2px 0;
}

.header-flag-icon-mobile {
      z-index: 1;
    padding-top: 0;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 70px;
    position: absolute;
   width: 100% !important;
  max-width: 33px !important;
}

  .jdgm-review-widget--small .jdgm-rev-widg, .jdgm-review-widget--medium .jdgm-rev-widg {
    padding: 16px 10px !important;
  }

  .kids-chewable-section .kids-chewable-container {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
  }

  .kids-chewable-section .kids-chewable-container .kids-chewable-images {
    position: relative;
    width: 60%;
   }

     .kids-chewable-section .kids-chewable-container .kids-chewable-images .kids-img-overlay {
        width: 100%;
     }

   .kids-chewable-section .kids-chewable-container .kids-chewable-images .kids-img-btn {
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      margin-inline: auto;
      width: 60%;
      max-width: 300px;
      z-index: 2;
     }

       .kids-chewable-section .kids-chewable-container .kids-chewable-images .kids-img-product {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-inline: auto;
        width: 70%;
     }
   
   .kids-chewable-section .kids-chewable-container .kids-chewable-text-block {
    width: 40%;
   }

   .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content {
    height: 100%;
    padding: 50px;
  }

   .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content h1 {
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
    padding: 0;
   }

      .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content h1 span {
       color: #E8398D;
      }

   .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .kids-chewable-text {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .kids-chewable-additional-text {
    color: #000;
    font-size: 16px;
    text-align: center;
  }

    .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .klaviyo-form {
      width: 100%;
    }

     .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .klaviyo-form button {
      font-weight: 400 !important;
      font-size: 20px !important;
      text-transform: uppercase !important;
    }

    .kids-img-overlay-mobile,
    .kids-img-product-mobile {
    display: none;
    }

    @media(max-width:998px) {

      .kids-chewable-section .kids-chewable-container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
      }
      
      .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content {
        padding: 20px 0;
      }

       .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content h1 {
        font-size: 25px; 
         padding-left: 20px;
        padding-right: 20px;
       }

      .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .kids-chewable-text {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 20px;
        padding-right: 20px;
      }
    }

     @media(max-width:899px) {
      .kids-chewable-section .kids-chewable-container .kids-chewable-images {
        display: none;
      }

       .kids-chewable-section .kids-chewable-container .kids-chewable-text-block {
          width: 100%;
        }

       .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content {
         padding: 0;
       }

       .kids-content-wrapper {
         position: relative;
         padding-top: 0;         
         background-image: url(/cdn/shop/files/Mobile_-_Pop_Art_Background.webp?v=1745919655);
         background-size: cover;
         background-repeat: no-repeat;
         background-position: 50% 50%;
          padding: 10px 20px;
        margin-top: 200px;
       }

       .kids-img-overlay-mobile {
         display: block;
         width: 100%;
       }

       .kids-img-product-mobile {
          display: block;
          position: relative;
          top: -200px;
          left: 0;
          right: 0;
          margin-inline: auto;
          width: 80%;
       }

       .kids-chewable-form {
        position: relative;
        top: -140px;
       }

       .kids-chewable-section .kids-chewable-container .kids-chewable-text-block .kids-chewable-content .kids-chewable-additional-text {
          color: #ffd122;
        }
    }

    @media(max-width:530px) {
      .kids-content-wrapper {
          margin-top: 80px;
       }

       .kids-img-product-mobile {
          top: -90px;
          width: 100%;
          max-width: 280px;
       }

       .kids-chewable-form {
         top: -130px;
       }
    }

   @media(min-width:993px) {
    .lp-reviews-section-mobile,
     .lp-banner-section-mobile {
      display: none;
    }
  }

  .lp-reviews-section-mobile .action_button {
    margin: 0 auto;
   }

    .lp-reviews-section-mobile .product-actions .rating {
      display: flex !important;
      align-items: center;
      justify-content: center;
    }

    .lp-reviews-section-mobile .product-actions .rating span {
      text-decoration: underline;
      margin-left: 10px;
    }

    
@media (max-width: 993px) {
    .lp-banner-section-mobile .lp-testimonials .wrap > div:last-child {
        display: block;
    }

  .lp-banner-section-mobile .lp-testimonials .wrap .slider-item {
       flex: 0 0 100%;
      width: 100%;
        margin-bottom: 35px;
    }
}

.custom-logo-section img {
     max-width: 130px;
    margin: 0 auto; 
}

.custom-richtext-section {
  background-color: #b6c8dc;    
}

.custom-richtext {
  padding: 10px 0;
}

.custom-richtext-section .heading {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #6892b6;
    max-width: 900px;
    margin: 0 auto 15px; 
}

.custom-richtext-section .heading h2 {
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    font-family: Times New Roman !important;
}

.custom-richtext-section .info {
    width: 100%;
    text-align: center;
    font-size: 38px;
    line-height: 1.3;
    max-width: 800px;
    margin: 0 auto;
}

@media(max-width: 749px) {
  
  .custom-richtext-section .heading h2 {
            font-size: 20px;
  }
  
  .custom-richtext-section .info {
     font-size: 28px;
  }
}

.custom-promo .heading {
    border-top: 4px solid #5E8BB2;
    width: 100%;
    text-align: center;  
}

.custom-promo .heading h2 {
    padding-top: 30px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.custom-promo .info {
 width: 100%;    
}

.custom-promo .info .info-subheading p {
  text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 22px; 
}

.custom-promo .info .info-text p {
  text-align: center;
    color: #000;
    font-size: 22px; 
}

.custom-promo .info .info-text p strong {
    font-weight: 700;
}

@media(max-width:798px) {
  .custom-promo .heading h2 {
          font-size: 28px;
        color: #000;
  }

  .custom-promo .info .info-subheading p {
     font-weight: 400;
    line-height: 1.5;
  }

   .custom-promo .info .info-text p {
    line-height: 1.5;
  }

  .custom-promo .info .info-text p strong {
    font-weight: 400;
    text-decoration: underline;
  }
}

.custom-promo-box-wrapper {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.custom-promo-box-wrapper .arrow-down-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    top: -15px;
}

.custom-promo-box-wrapper .custom-promo-box {
     text-align: center;
    border: 4px solid #5e8bb2;
    background: #FFD122;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
     padding: 8px 10px;
}

.custom-promo-box-wrapper .custom-promo-box a {
  color: #000;
}

.custom-promo-box-wrapper .custom-promo-box p {
  margin-bottom: 0;
}

.custom-promo-box-wrapper .custom-promo-box p strong {
 font-weight: 400;
}

@media(max-width: 798px) {

  .custom-promo-box-wrapper {
     background: #e7e8e9;
    border-radius: 10px;
    padding: 7px;
  }

  .custom-promo-box-wrapper .arrow-down-icon {
  top: -11px;
}

  .custom-promo-box-wrapper .custom-promo-box { 
    border: 0;
    border-radius: 10px;
    padding: 12px 10px;
  }
  
  .custom-promo-box-wrapper .custom-promo-box p {
    line-height: 1.5;
  }
  
  .custom-promo-box-wrapper .custom-promo-box p strong {
   text-decoration: underline;
  }
}

.custom-promo-box-product-wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
    width: 100%;
}

.custom-promo-box-product-wrapper .custom-promo-box-product {
    background-color: #e7e8e9;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-image {
  width: 40%;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-image img {
  width: 100%;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info {
  width: 60%;
  text-align: center;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .custom-promo-box-logo img {
    width: 100%;
    max-width: 215px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info h3 {
    padding-top: 15px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .custom-promo-rating {
    display: flex;
    justify-content: center;
    align-items: center;
     margin-bottom: 13px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .custom-promo-rating img {
    width: 100%;
    max-width: 130px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .custom-promo-rating span {
    color: #000;
    margin-left: 10px;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .action_button {
    width: 100%;
    border: 4px solid #fff;
    border-radius: 30px;
    padding: 13px 10px;
    margin-bottom: 0;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .action_button p {
    margin: 0;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .guarantee-text {
      width: 100%;
    max-width: 525px;
    text-align: center;
    font-size: 29px;
    color: #000;
    margin: 0 auto;
}

.custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .guarantee-text img { 
    width: 26px;
    margin-right: 8px;
    margin-bottom: -3px;
}

  .curved-arrow {
    position: absolute;
  }
  
  .curved-arrow-left {
    left: 0;
    top: -23px;
    transform: rotate(-63deg);
    width: 100%;
    max-width: 50px !important;
  }
  
  .curved-arrow-right {
    right: 0px;
    top: -23px;
    transform: rotate(69deg);
    width: 100%;
    max-width: 50px !important;
  }

@media(max-width: 798px) {
  .curved-arrow {
    display: none;
  }

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-image {
    width: 100%;
  }

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info {
    width: 100%;
  }

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info h3 {
    font-weight: 400;
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .action_button {
    border: 0;
    font-size: 15px;
    padding: 15px 10px;
  }

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .guarantee-text {
    font-size: 14px;
  }

  /* .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .guarantee-text img {
    display: none;
  } */

  .custom-promo-box-product-wrapper .custom-promo-box-product .custom-promo-box-product-info .guarantee-text img { 
    width: 16px;
    margin-right: 3px;
    margin-bottom: -3px;
  }
}

@media(min-width:799px) {
  .reasons-info-mobile {
    display: none;
  }
}

.reasons-section .heading h2 {
    padding-top: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.reasons-section .heading .arrow-down-icon {
    margin: 0 auto 30px;
    width: fit-content;
    display: block;
}

.reasons-info {
  display: flex;
  flex-wrap: wrap;
}

.reasons-info .reasons-slider-col {
    flex: 0 0 50%;
    width: 50%;
}

.reasons-info .reasons-info-col {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 20px;
      box-sizing: border-box;
}

.reasons-slider-col .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 5px 0 0; 
}

.reasons-slider-col .slick-dots li {
    width: 24px;
    height: 24px;
    margin: 0 12.5px;
}

.reasons-slider-col .slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.reasons-slider-col .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #eaeaea;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reasons-slider-col .slick-dots .slick-active button:before {
 background: #d9d9d8;
}

.reasons-info-col .reasons-label {
      width: fit-content;
    display: block;
    background: #5e8bb2;
    color: #fff;
    font-size: 24px;
    padding: 7px 10px;
    border-radius: 5px;
  margin-bottom: 10px;
}

  .reasons-info-col .reasons-title {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 30px;
   margin-bottom: 10px;
  }

    .reasons-info-col .reasons-info-box p,
    .reasons-info-col .reasons-info-box li {
      color: #000;
      font-size: 21px;
      line-height: 1.8em;
    }

  .reasons-info-col .reasons-info-box ul {
    margin-left: 22px;
  }

    @media(max-width:798px) {
      .reasons-section .heading h2 {
          font-size: 28px;   
      }

      .reasons-section .heading .arrow-down-icon {
        margin-bottom: 40px;
      }

      .reasons-info .reasons-slider-col {
        flex: 0 0 100%;
        width: 100%;
      }

      .reasons-info .reasons-info-col {
          flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
      }

      .reasons-info-mobile .reasons-label {
          width: fit-content;
        display: block;
        background: #5e8bb2;
        color: #fff;
        font-size: 24px;
        padding: 7px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
      }

      .reasons-info-mobile .reasons-title {
             font-weight: 400;
          letter-spacing: 0;
          font-size: 22px;
          margin-bottom: 23px;
      }

      .reasons-info-col .reasons-label,
      .reasons-info-col .reasons-title {
        display: none;
      }

      .reasons-slider-col .slick-dots li {
          width: 15px;
        height: 15px;
        margin: 0 7px;
        margin-bottom: 20px;
      }

      .reasons-info-col .reasons-info-box p {
        font-size: 18px;
      }

      .reasons-section .container {
        padding-bottom: 0;
      }

       .reasons-section .reasons-info-box p:last-child {
        margin-bottom: 0;
      }
    }

    .mobile-divider {
        display: block;
      background: #5e8bb2;
      height: 5px;
      width: 85px;
      margin-bottom: 20px;
    }

.purchase-details .atc-btn-container .ajax-submit,
.faq-section-wrapper .faq-section .tab-accordion-wrap .action_button,
.jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  border-radius: 35px;
}

[id*="image_text_nVTwjJ"] .container {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 799px) {
  [id*="image_text_nVTwjJ"] .image-with-text__wrapper {
    padding: 0 20px;
  }
}
[id*="image_text_nVTwjJ"] .image-with-text__wrapper p,
[id*="image_text_nVTwjJ"] .image-with-text__wrapper li {
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
}

@media screen and (max-width:798px) {
  [id*="image_text_nVTwjJ"] .image-with-text__wrapper ul {
    margin-bottom: 0;
  }
}

[id*="image_text_nVTwjJ"] .image-with-text__wrapper ul {
  padding-top: 20px;
}

[id*="image_text_nVTwjJ"] .image-with-text__wrapper li {
    list-style-type: disclosure-closed;
    line-height: 1.3 !important;
  }

@media screen and (max-width:798px) {
  [id*="image_text_nVTwjJ"] .image-with-text__wrapper li {
    list-style-type: disclosure-closed;
    line-height: 22px !important;
  }
}


[id*="image_text_nVTwjJ"] .image-with-text__wrapper li::marker,
[id*="image_text_nVTwjJ"] .image-with-text__wrapper li::-webkit-details-marker {
  font-size: 35px;
  content: '';
  visibility: hidden;
  opacity: 0;
  display: none !important;
  list-style-type: none;
  padding: 0;
  color:#fff;
  z-index:-5;
}

@media (max-width: 798px) {
  [id*="image_text_nVTwjJ"] p,
  [id*="image_text_nVTwjJ"] li {
    font-size: 21px;
  }
  [id*="image_text_nVTwjJ"] .image-with-text__wrapper {
    padding-bottom: 0;
  }
}

[id*="reasons_slider_gJ6nbN"] .reasons-info-box li:nth-child(2) {
  display: inline-block;
  background-color: #ffff7f;
  position: relative;
}

[id*="reasons_slider_gJ6nbN"] .reasons-info-box li:nth-child(2)::before {
  content: "•";
  position: absolute;
  left: -22px;
  font-size: 25px;
}

@media screen and (max-width: 798px) {
  [id*="reasons_slider_gJ6nbN"] .reasons-info-box li:nth-child(2)::before {
    content: "•";
    position: absolute;
    left: -19px;
    font-size: 19px;
  }
}

[id*="reasons_slider_gJ6nbN"] li a {
  text-decoration: underline;
}

[id*="image_text_nVTwjJ"] .image-with-text__wrapper li {
  position: relative;
}

[id*="image_text_nVTwjJ"] .image-with-text__wrapper li:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  left: -35px;
  top: 5px;
  display: block;
  background: url(/cdn/shop/files/arrow-li.png?v=1749561226) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 798px) {
  [id*="image_text_nVTwjJ"] .image-with-text__wrapper li:before {
    width: 17px;
    height: 17px;
    left: -31px;
    top: 3px;
  }
}

@media screen and (max-width: 798px) {
  .page-5-reasons-why p,
  .page-5-reasons-why li {
    line-height: 1.2 !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 798px) {
  [id*="custom_promotion_pbnMNe"] h2 {
    font-size: 24px !important;
    max-width: 370px;
    margin: 0 auto 20px auto;
  }
}

[id*="custom_promotion_pbnMNe"] .info-text a,
[id*="featured_text_UDiJXp"] a,
[id*="reasons_slider_acnBVN"] li a {
  text-decoration: underline;
}

[id*="custom_promotion_pbnMNe"] .info-text a strong,
[id*="featured_text_UDiJXp"] a,
[id*="reasons_slider_gJ6nbN"] li a strong,
[id*="reasons_slider_acnBVN"] li a strong {
  font-weight: 700 !important;
}

[id*="reasons_slider_gJ6nbN"] h2 {
  position: relative;
}

[id*="reasons_slider_gJ6nbN"] h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 2px dotted rgb(94, 139, 178);
  bottom: -36px;
}

@media screen and (max-width: 798px) {
  [id*="reasons_slider_gJ6nbN"] h2:before {
  }
}

/* page template "breakthrough-pictures" */

.page-breakthrough-pictures .lp-quote-and-image .bg {
  position: relative;
  margin-bottom: 300px;
}

.page-breakthrough-pictures .lp-quote-and-image .info {
  margin-bottom: 268px;
}

.page-breakthrough-pictures .lp-quote-and-image img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: -335px;
  left: 0;
  right: 0;
}

.page-breakthrough-pictures .lp-clinically-proven .bg {
  background-color: #fff;
}

.page-breakthrough-pictures .lp-clinically-proven .clinically-proven .clinically-proven-info .title p {
  background-color: #fff;
}

.page-breakthrough-pictures .lp-clinically-proven .clinically-proven .note {
  background-color: #fff;
  border-top: 2px solid #000;
}

@media(max-width:550px) {
  .page-breakthrough-pictures .lp-quote-and-image .info {
     margin-bottom: 150px;
  }
  
  .page-breakthrough-pictures .lp-quote-and-image img {
      bottom: -240px;
  }
}

@media (min-width: 993px) {
  .page-breakthrough-pictures [id*="8d563e87-300a-4bee-9ac5-79da688474f5"],
  .page-breakthrough-pictures [id*="6c1381ec-d28e-4079-a424-3fc22ea602bd"],
  .page-breakthrough-pictures [id*="lp_testimonials_new_nqgwT7"],
  .page-breakthrough-pictures [id*="lp_testimonials_new_NFa3M4"],
  .page-breakthrough-pictures [id*="9412ac55-19bc-41e1-aa01-3bd4be6a5253"] {
    display: none;
  }
}

.lp-banner-before-after-section .wrap .product-actions {
      position: relative;
    }

.lp-banner-before-after-section .wrap .product-actions .action_button {
  max-width: 525px;
  border-radius: 38px;
  padding: 12px 16px 12px;
  font-size: 20px !important;
  height: unset;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  color: #fff;
  width: 100%;
}

@media(max-width: 798px) {
    padding: 20px 16px 20px;
    height: unset !important;
    margin-top: 15px;
}

.lp-banner-before-after-section .wrap .product-actions .guarantee-text {      
  width: 100%;
  max-width: 525px;
  text-align: center;
  font-size: 29px;
  color: #474747;
}

.lp-banner-before-after-section .wrap .product-actions .guarantee-text img {      
  width: 26px;
  margin-right: 8px;
  margin-bottom: -3px;
}

 .lp-banner-before-after-section .wrap .product-actions .rating {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 15px;
  font-size: 29px;
  margin-top: 20px;
 }

.lp-banner-before-after-section .wrap .product-actions .rating img {
  max-width: 130px;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.lp-banner-before-after-section .slider-item .reviews-slider__item img {
     max-width: 320px;
    width: 100%;
    border: 2px solid #b7b7b7;
    margin: 0 auto 40px; 
}

.lp-banner-before-after-section .slider-item .reviews-slider__item p {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: normal;
    color: #000;
    text-align: center; 
}

.lp-banner-before-after-section .slider-item .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0; 
}

.lp-banner-before-after-section .slider-item .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 7.5px;
}

.lp-banner-before-after-section .slider-item .slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.lp-banner-before-after-section .slider-item .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #d8d8d8;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lp-banner-before-after-section .slider-item .slick-dots .slick-active button:before {
 background: #737273;
}

.lp-banner-before-after-section .section-1 {
  display: flex;
  align-items: flex-start;
}

.lp-banner-before-after-section .slider-item {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 432px;
}

.lp-banner-before-after-section .slider-item .slick-slider {
  max-width: 320px;
  margin-top: 20px;
}

@media screen and (max-width: 993px) {
  .page-breakthrough-pictures [id*="lp_banner_before_after_bereCj"] {
    display: none;
  }
}

.lp-new-bottom .title p {
  color: #7da8ca;
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2 !important;
}

.lp-new-bottom .mobile-title {
  width: 100%;
  margin-top: 10px;
}

.lp-new-bottom .mobile-title p {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

.lp-new-bottom .desc p {
  font-size: 18px;
  text-align: center;
  line-height: 2 !important;
  margin-bottom: 0;
}

.lp-new-bottom .wrap .product-actions .action_button {
  font-size: 28px !important;
}

.lp-new-bottom .guarantee-text-desktop {
  margin: 0 auto;
}

.lp-new-bottom .wrap .guarantee-text img {
  width: 20px;
}

.lp-new-bottom .wrap {
  max-width: 640px;
}

.lp-new-bottom .wrap .desc .image-with-text p {
  margin-top: 0;
}

.lp-new-bottom .wrap .desc .image-with-text img {
  max-width: 100px;
}

.lp-new-bottom .image-with-text {
  font-size: 18px;
  margin-top: 5px !important;
  justify-content: center;
}

.lp-new-bottom .image-with-text strong {
  color: #5E8BB2;
}

.lp-new-bottom .wrap .product-actions {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .lp-new-bottom .right-col-img {
    max-width: 470px;
    right: 0;
    display: block;
    width: 100%;
    top: 50%;
  }
}

.lp-new-bottom .wrap .desc {
  margin-bottom: 30px !important;
}

.lp-new-bottom .container {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 939px) {
  .lp-new-bottom .container {
    flex-direction: column;
    padding: 20px 0;
  }
}

.lp-new-bottom .right-col-img {
  position: unset !important;
  transform: none !important;
}

@media screen and (max-width: 939px) {
  .lp-new-bottom .hide-sm {
    display: none;
  }
}

.lp-new-bottom .button-mobile {
  margin: 0 auto;
  font-size: 20px !important;
  max-width: 350px;
  border-radius: 38px;
  padding: 20px 16px 20px;
  height: unset !important;
  margin-top: 15px;
  width: 100%;
  font-weight: 400;
  line-height: .5;
}

.lp-new-bottom .guarantee-text-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.lp-new-bottom .image-with-text-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lp-new-bottom .image-with-text-mobile img {
  display: block;
  max-width: 100px;
  margin-right: 10px;
}

.lp-new-bottom .image-with-text-mobile span {
  text-decoration: underline;
}

.lp-new-bottom .guarantee-text-mobile img {
  width: 100%;
  max-width: 25px;
  margin-top: 0;
  margin-top: -3px;
  padding-right: 10px;
}

.lp-new-bottom .mobile-title {
  font-size: 20px;
}

@media screen and (min-width: 940px) {
  .lp-new-bottom .image-with-text-mobile,
  .lp-new-bottom .button-mobile,
  .lp-new-bottom .guarantee-text-mobile,
  .lp-new-bottom .mobile-title {
    display: none;
  }
}

@media(min-width: 799px) {
    .under-button-link-wrapper-mobile {
    display: none;
  }
}

@media(max-width:798px) {
  .lp-bottom-banner .container {
  padding: 20px 5px !important;
  }
}

@media(max-width:798px) {
  .shopify-section--featured-product .is-featured-product {
   padding: 20px 0;
  }
}

  .product-custom-chewables .global-wrapper {
    background-color: #fff;
  }

.product-custom-chewables .product_name {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 32px; 
}  

.product-custom-chewables .product_name a {
   color: #000;
}  

@media(max-width:480px) {
  .product-custom-chewables h1.product_name {
    font-size: 22px;
  }
}

.chewable-check-text {
    color: #e8388c;
    width: fit-content;
    border: 1px solid #e8388c;
    border-radius: 7px;
    background: #fff6de;
    padding: 9px 12px;
}

.product-custom-chewables .product-text p {
 color: #000;
 font-size: 16px;  
 margin-bottom: 5px;
}

  @media(max-width:480px) {
    .product-custom-chewables .product-text p {
      font-size: 14px;
      line-height: 1.4;
    }
  }

  .product-custom-chewables .custom-choose-product-label {
      color: #000;
    font-weight: 700;
  }

   .product-custom-chewables .product-form-custom-subscription .custom-choose-product {
        border: 0;
  }

   .product-custom-chewables .product-form-custom-subscription .radio-block label {
      border: 1px solid #000;
      background: #f3f3f3;
      border-radius: 1em;
     padding: 10px 10px;
  }

     .product-custom-chewables .product-form-custom-subscription .radio-block span {
        color: #000 !important;
     }

   .product-custom-chewables .product-form-custom-subscription .active-radio-block label {
    border: 2px solid #000 !important;
     border-radius: 1em !important;
  }

  .product-custom-chewables .radio-block-subscribe {
    margin-top: 15px;
    position: relative;
  }

   .product-custom-chewables .product-form-custom-subscription .radio-block .opt-compare-at-price-info {
     color: #909090 !important;
    text-decoration: line-through !important;
    font-size: 16px !important;
  }

  .product-custom-chewables .product-form-custom-subscription .radio-block .opt-additional-info .text {
    font-weight: 400 !important;
    padding-left: 5px;
  }

  .product-custom-chewables .radio-block-subscribe .opt-label {
      font-size: 13px;
    padding: 3px 7px 3px !important;
    text-align: center;
    background: #ffd122;
    border-radius: 3px;
    position: absolute;
    right: 30px;
    top: -8px;
    line-height: 1;
  }

  .product-custom-chewables .product-form-custom-subscription .radio-block-info .opt-info .opt-info-block {
    flex-wrap: wrap;
  }

  .product-custom-chewables .product-form-custom-subscription .radio-block-subscribe .radio-block-info .opt-info {
   align-items: flex-start !important;
  }

   .product-custom-chewables .product-form-custom-subscription .radio-block-one-time .radio-input {
   bottom: -15px;
  }

  .product-custom-chewables .product-form-custom-subscription .radio-block-subscribe .radio-input {
      bottom: -4px;
  }

  @media(max-width: 749px) {
    .product-custom-chewables .product-form-custom-subscription .radio-block .opt-additional-info .text {
      font-size: 11px;
    }
  }

  .product-custom-chewables .bulk-link {
   color: #e8388c !important;
  }

  .product-custom-chewables .action_button,
  .page-lp-kids .action_button {
   background: #ffd122;
   color: #000;
    width: 100%;
    max-width: 478px;
    border-radius: 35px;
    min-height: 46px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .product-custom-chewables .action_button span,
  .page-lp-kids .action_button span {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
  }

  .product-custom-chewables .action_button:hover,
   .page-lp-kids .action_button:hover {
   background: #e8388c;
   color: #000; 
  }

   .product-custom-chewables .action_button:hover span,
   .page-lp-kids .action_button:hover span {
   color: #000;
  }

  .product-atc-icons {
    display: flex;
   flex-wrap: wrap;
    margin-top: 7px;
  }

   .product-atc-icons .product-atc-icon {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .product-atc-icons .product-atc-icon:first-child {
    padding-right: 20px;
  }

   .product-atc-icons .product-atc-icon img {
      width: 100%;
      max-width: 27px;
      margin-right: 5px;
   }

     .product-atc-icons .product-atc-icon1 img {
      max-width: 43px;
   }

    .product-atc-icons .product-atc-icon span {
      color: #000;
      font-size: 16px;
    }

    @media(max-width:749px) {
    .product-atc-icons {
       display: flex;
       flex-wrap: nowrap;
       margin-top: 7px;
      }

     .product-atc-icons .product-atc-icon img {
        max-width: 25px;
     }
      
      .product-atc-icons .product-atc-icon1 img {
        max-width: 35px;
     }

     .product-atc-icons .product-atc-icon span {
        font-size: 11px;
      }
    }

    @media (max-width: 797px) {
     .product-custom-chewables .mobile-wave {
         display: none;
      }
    }

    .product-icons-kids {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;  
      margin-top: 30px;
    }
    
     .product-icons-kids img {
      width: calc(25% - 10px);
    }
    
    .product-kids-faq {
     margin-top: 15px;
    }

    .product-kids-faq .accordion {
      color: #000;
      padding-left: 0;
    }
    
    .product-kids-faq .accordion:after {
      color: #e8388c;
    }

     .product-kids-faq .accordion:hover {
        color: #e8388c;
      }

    .product-kids-faq .panel {
      border-color: #e8388c;
      padding: 0;
    }

@media(min-width:999px) {
  .kids-image-with-text-icons-wrapper {
    margin: 50px auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #f3f3f3;
  }
}

.kids-image-with-text-icons-wrapper .kids-image-with-text-icons-container {
     width: 100%;
    max-width: 1400px;
    margin: 0 auto; 
}

.kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content {
    display: flex;
    flex-wrap: wrap;  
}

.kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-image-col {
  width: 50%;
      display: flex;
    align-items: flex-end;
}

.kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-image-col img {
  width: 100%;
}

.kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-info-col {
  width: 50%;
  padding: 80px 0 50px;
}

.kids-image-with-text-icons-wrapper .kids-info-col h2 {
      font-weight: 700;
    letter-spacing: 0;
    font-size: 43px;
    line-height: 1.4;
    text-align: center;
    color: #e8388c;
    margin-bottom: 10px;
}

.kids-image-with-text-icons-wrapper .kids-info-col .subheading {
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    max-width: 500px;
    margin: 0 auto 15px;
}

.kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block {
  width: calc(50% - 20px);
}

.kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block img {
    width: 100%;
    max-width: 70px;
}

.kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block h3 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #e8388c;
    margin-bottom: 10px;
}

.kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block .icons-block-info {
    color: #000;
    font-size: 16px;
}

 .kids-image-with-text-icons-wrapper .button-wrapper {
     text-align: center;
    margin-top: 30px; 
  }

   .kids-image-with-text-icons-wrapper .guarantee-text {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 5px;
      color: #000;
      font-size: 16px;
    }

     .kids-image-with-text-icons-wrapper .guarantee-text img {
        width: 100%;
        max-width: 25px;
        position: relative;
        bottom: -1px;
        margin-right: 5px;
      }

      .kids-image-with-text-icons-wrapper .notes-mobile {
         display: none;
         text-align: left;
      }

      .kids-image-with-text-icons-wrapper .notes-mobile span {
        display: block;
        font-size: 10px;
        line-height: 1.5;
        color: #a0a0a0;
      }

@media(max-width:998px) {

  .kids-image-with-text-icons-wrapper {
   margin-top: 35px;
  }
  
  .kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-image-col {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-image-col img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .kids-image-with-text-icons-wrapper .kids-image-with-text-icons-content .kids-info-col {
     width: 100%;
     padding-top: 0;
     padding: 0 15px 25px;
  }

  .kids-image-with-text-icons-wrapper .kids-info-col h2 {
   font-size: 30px;
  }

  .kids-image-with-text-icons-wrapper .kids-info-col .subheading {
    font-size: 18px;
     max-width: 100%;
  }

  .kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks {
    gap: 0;
     padding-top: 15px;
  }

  .kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }

    .kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block .icons-block-text-wrapper {
      text-align: left;
      padding-left: 10px;
    }

  .kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block .icons-block-text-wrapper h3 {
      text-align: left;
      font-size: 20px;
      margin-bottom: 4px;
    }

  .kids-image-with-text-icons-wrapper .kids-info-col .icons-blocks .icons-block img {
    max-width: 55px;
  }

  .kids-image-with-text-icons-wrapper .button-wrapper {
      margin-top: 15px;
  }

  .product-custom-chewables .button-wrapper .action_button {
    max-width: 350px;
  }

   .kids-image-with-text-icons-wrapper .notes-mobile {
      display: block;
      margin-top: 15px;
    }

}  

.before-after-grid-wrapper {
  padding-bottom: 50px;
}

.before-after-grid-wrapper .heading {
 width: 100%;
}

.before-after-grid-wrapper .heading h2 {
 font-weight: 700;
    letter-spacing: 0;
    font-size: 43px;
    line-height: 1.4;
    text-align: center;
    color: #e8388c;
    margin-bottom: 20px;
    width: 100%;   
}

.before-after-grid-wrapper .heading .subheading {
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 35px;
    display: block;
}

.before-after-grid-wrapper .before-after-grid-content {
     display: flex;
    flex-wrap: wrap;
    gap: 30px; 
    margin-bottom: 35px;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block {
  width: calc(33.3% - 30px);
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .images-blocks {
  display: flex;
  line-height: 0;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block {
  position: relative;
  width: 50%;
  line-height: 0;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block img {
  width: 100%;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block-before img {
    border-top-left-radius: 15px;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block-after img {
    border-top-right-radius: 15px;
}


.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block {
  position: relative;
  width: 50%;
}

.before-after-grid-wrapper .before-after-grid-content .before-after-block .image-block span {
    position: absolute;
    bottom: 28px;
    left: 15px;
    color: #fff;
    font-size: 18px;
}

.before-after-grid-wrapper .before-after-grid-content .text-info {
    background: #f5f5f5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 13px 20px 16px; 
}

.before-after-grid-wrapper .before-after-grid-content .text-info .reviews-stars img {
    width: 100%;
    max-width: 90px;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .author-info {
 display: flex;
 align-items: center;
 width: 100%;
  margin-bottom: 5px;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .author-info h3 {
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px 0 0;
    line-height: 1.4;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .author-info .verified-buyer {
display: flex;
    align-items: center;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .author-info .verified-buyer img {
    width: 100%;
    max-width: 17px;
  margin-right: 8px;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .author-info .verified-buyer span {
    font-weight: 700;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .link-block {
      margin-top: 3px;
}

.before-after-grid-wrapper .before-after-grid-content .text-info .link-block a {
  color: #000;
  text-decoration: underline;
}

.before-after-grid-wrapper .before-after-grid-container .additional-text {
      max-width: 460px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #ababab;
    font-weight: 400;
    margin: 0 auto;
}

@media(max-width: 998px) {

  .before-after-grid-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .before-after-grid-wrapper .heading h2 {
   font-size: 28px; 
  }
  
  .before-after-grid-wrapper .heading .subheading {
    font-size: 18px;
    max-width: 100%;
  }

  .before-after-grid-wrapper .before-after-grid-content {
    gap: 0;
    margin-bottom: 0;
  }

  .before-after-grid-wrapper .before-after-grid-content .before-after-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .before-after-grid-wrapper .before-after-grid-content .text-info .author-info h3 {
  font-size: 16px;
  }

  .before-after-grid-wrapper .before-after-grid-container .additional-text {
    text-align: left;
  }
}

    .kids-ingredients-wrapper {
        margin: 0 auto;
        padding: 55px 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        background-color: #f5dbe9;
        position: relative;
    }

    .kids-ingredients-wrapper:before {
    content: "";
    background-image: url(/cdn/shop/files/15.png?v=1752829728);
      position: absolute;
    width: 400px;
    height: 100%;
    left: -96px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    }

    .kids-ingredients-wrapper:after {
    content: "";
    background-image: url(/cdn/shop/files/15.png?v=1752829728);
      position: absolute;
    width: 400px;
    height: 680px;
    right: -96px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    }

    .kids-ingredients-wrapper .heading {
      width: 100%;
    }

    .kids-ingredients-wrapper .heading h2 {
      font-weight: 700;
      letter-spacing: 0;
      font-size: 43px;
      line-height: 1.4;
      text-align: center;
      color: #e8388c;
      margin-bottom: 10px;
      width: 100%;
       box-sizing: border-box;
    }

    .kids-ingredients-wrapper .heading .subheading {
      color: #000;
      text-align: center;
      font-size: 22px;
      line-height: 1.4;
      max-width: 670px;
      margin: 0 auto 35px;
      display: block;
    }

    @media(max-width: 998px) {
     .kids-ingredients-wrapper .heading h2 {
        font-size: 30px; 
        padding: 0 20px;
      }
  
      .kids-ingredients-wrapper .heading .subheading {
        font-size: 18px;
        max-width: 100%;
      }
    }

     .kids-ingredients-wrapper .kids-ingredients-content {
       display: flex;
        flex-wrap: wrap;
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
      }

       .kids-ingredients-wrapper .kids-ingredients-content .image-col {
        width: 38%;
         text-align: center;
      }

       .kids-ingredients-wrapper .kids-ingredients-content .image-col img {
        width: 100%;
      }

       .kids-ingredients-wrapper .kids-ingredients-content .text-col {
        width: 62%;
        padding-top: 40px;
      }

     .kids-ingredients-wrapper .bottom-info {
        width: 100%;
      }

     .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks {
        margin-bottom: 30px;
      }

      .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks .ingredient-block {
           width: fit-content;
          border: 1px solid #e8388c;
          border-radius: 35px;
          background: #fff6de;
          padding: 9px 14px;
          line-height: 1.3;
          display: inline-block;
          margin: 0 10px 15px 0px;
      }

       .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks .ingredient-block .checkbox {
        color: #e8388c;
        font-size: 18px;
        font-weight: 700;
      }

       .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks .ingredient-block .ingredient {
         color: #000;
         font-size: 16px;
      }

      .kids-ingredients-wrapper .action_button {
        background: #e8388c;
        color: #000;
        margin-bottom: 25px;
            display: flex;
        justify-content: center;
        align-items: center;
            padding: 13px 20px;
      }

       .kids-ingredients-wrapper .action_button:hover {
          background: #ffd122;
          color: #000;
        }

        .kids-ingredients-wrapper .action_button img {
            width: 100%;
            max-width: 26px;
           margin-right: 10px;
        }

        .kids-ingredients-wrapper .button-wrapper {
          width: fit-content;
        }

         .kids-ingredients-wrapper .additional-info {
              max-width: 410px;
              text-align: center;
              font-size: 11px;
              line-height: 1.4;
              color: #818181;
              font-weight: 400;
              margin: 0 auto;
        }

        .kids-ingredients-wrapper .bottom-info {
          margin-top: 20px;
        }

        .kids-ingredients-wrapper .bottom-info h2 {
          font-weight: 700;
          letter-spacing: 0;
          font-size: 32px;
          line-height: 1.4;
          text-align: center;
          color: #e8388c;
          margin: 0 auto 20px;
          width: fit-content;
          position: relative;
        }

          .kids-ingredients-wrapper .bottom-info h2:before {
                content: '';
                width: 100px;
                height: 3px;
                background-color: #e8388c;
                position: absolute;
                top: 50%;
                left: -127px;
          }

           .kids-ingredients-wrapper .bottom-info h2:after {
                content: '';
                width: 100px;
                height: 3px;
                background-color: #e8388c;
                position: absolute;
                top: 50%;
                right: -127px;
          }

           .kids-ingredients-wrapper .bottom-info .quote {
                 font-style: normal;
                color: #000;
                font-weight: 700;
                font-size: 26px;
           }

            .kids-ingredients-wrapper .bottom-info .name {
              text-align: center;
              color: #000;
              font-size: 20px;
            }

      .kids-ingredients-container {
          position: relative;
          z-index: 2;
      }

       .kids-ingredients-wrapper .button-wrapper-mobile {
       display: none;
      }
      
@media(max-width: 998px) {
  .kids-ingredients-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kids-ingredients-wrapper .kids-ingredients-content {
    align-items: center;
    padding: 0 5px;
  }

  .kids-ingredients-wrapper:after {
    display: none;
  }

 .kids-ingredients-wrapper:before {
   height: 300px;
  top: 50%;
  transform: translateY(-83%);
   left: -55px;
  }

          .kids-ingredients-wrapper .bottom-info h2:before {
                display: none;
          }

           .kids-ingredients-wrapper .bottom-info h2:after {
                display: none;
          }

  .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks .ingredient-block {
     display: block;
     margin-bottom: 10px;
     padding: 4px 14px;
     margin-right: 0;
  }

   .kids-ingredients-wrapper .kids-ingredients-content .text-col {
    padding-top: 0;
   }

  .kids-ingredients-wrapper .kids-ingredients-content .text-col .ingredients-blocks .ingredient-block .ingredient {
    font-size: 13px;
  }

  .kids-ingredients-wrapper .kids-ingredients-content .text-col .button-wrapper {
    display: none;                    
  }

    .kids-ingredients-wrapper .button-wrapper-mobile {
       display: block;
          width: 100%;
       text-align: center;
    }

  .kids-ingredients-wrapper .button-wrapper-mobile .action_button {
    margin-bottom: 15px !important;
  }
}  

.kids-science-section {
  line-height: 0; 
}

.kids-science-section .science-section {
  margin-top: 0;
  background-color: #e8388c;
   line-height: 1.5;
}  

  .kids-science-section .science-section .wrapper {
    align-items: center;
   }

.kids-science-section .line-bg {
  width: 100%;
}

.kids-science-section .info {
    font-size: 18px;
    max-width: 420px;
    margin: 0 auto 20px;  
}

.kids-science-section .science-section-defensin .btn-wrap .action_button {
     background: #ffd122 !important;
    color: #000 !important;
    width: 100% !important;
    max-width: 478px !important;
    border-radius: 35px !important;
    min-height: 46px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    margin-bottom: 15px !important;                                              
}

.kids-science-section .science-section-defensin .note {
  margin-bottom: 20px;
}

.kids-science-section .science-section-defensin .note p {
    font-size: 12px;
    color: #dcdcdc;
}

.kids-science-section .science-section-defensin .references {
    color: #dcdcdc;
    border: 1px solid #dcdcdc;
    padding: 4px 10px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.kids-science-section .science-section-defensin .references p {
  font-size: 8px;
}

  @media (max-width: 767px) {
  .kids-science-section .science-section.section2a .left-col h2 {
    font-size: 30px;
    }

    .kids-science-section .wrapper {
        padding-top: 35px !important;
    }

    .kids-science-section .section2a .right-col .mobile-info .btn-wrap .action_button { 
      color: #000 !important;
      padding: 10px 20px !important;
    }

  .kids-science-section .right-col .mobile-info .references {
        display: block !important;
        line-height: 1.1;
        padding: 0px 10px 4px;
    }

     .kids-science-section .science-section.section2a .right-col .mobile-info .references p {
        font-style: normal;
        font-size: 8px;
        line-height: 1;
        font-family: 'Lexend Deca' !important;
    }
  }

  .kids-circle-image-with-text-wrapper {
      margin: 0 auto;
      padding: 55px 0;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      background-color: #f5dbe9;
  }
  
  .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
   align-items: center;
  }

   .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-image-col {
      width: 50%;
     text-align: center;
     position: relative;
   }

     .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-image-col img {
        width: 100%;
      border-radius: 50%;
      max-width: 400px;
      background: #fff;
   }

    .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col {
    width: 50%;
   }

   .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info {
      background: #fff6de;
      border: 1px solid #e8388c;
      border-radius: 10px;
      max-width: 420px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      padding: 20px;
      position: relative;
      top: -45px;
   }

   .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info .checkbox span {
      color: #fff;
      background: #e8388c;
      width: 17px;
      height: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
  }

    .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info .info {
      padding-left: 20px;
      text-align: left;
    }

     .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info .info h3 {
      color: #000;
       font-weight: 700;
       letter-spacing: 0;
       line-height: 1.3;
      margin-bottom: 8px;
    }

     .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info .text-block {
      color: #000;
      line-height: 1.4;
    }

    .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col {
      max-width: 400px;
      margin-left: 30px;
    }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col h2 {
        font-weight: 700;
        letter-spacing: 0;
        font-size: 43px;
        line-height: 1.4;
        text-align: center;
        color: #e8388c;
        margin-bottom: 16px;
        width: 100%;
        box-sizing: border-box;
       }

       @media(max-width:998px) {
          .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col h2 {
            font-size: 30px;
            display: none;
          }
       }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col .subheading {
          text-align: center;
          color: #000;
          font-weight: 700;
          font-size: 20px;
          margin-bottom: 10px;
       }
       
       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col .info {
            text-align: center;
            color: #000;
            max-width: 250px;
            margin: 0 auto 20px;
            line-height: 1.4;
       }

       .kids-circle-image-with-text-wrapper .guarantee-text {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 5px;
          color: #000;
          font-size: 16px;
      }

      .kids-circle-image-with-text-wrapper .guarantee-text img {
         width: 100%;
        max-width: 25px;
        position: relative;
        bottom: -1px;
        margin-right: 5px;
    }

    .kids-circle-image-with-text-wrapper .mobile-title {
      display: none;
    }

    .kids-circle-image-with-text-wrapper .image-info-mobile {
      display: none;
    }
    

     @media(max-width:998px) {
      .kids-circle-image-with-text-wrapper {
         background-color: #f5f5f5;
         padding: 30px 0;
      }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content {
          padding: 0 20px;
       }

       .kids-circle-image-with-text-wrapper .mobile-title {
        display: block;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 30px;
        padding: 0 35px;
        line-height: 1.4;
        text-align: center;
        color: #e8388c;
        margin-bottom: 16px;
        width: 100%;
        box-sizing: border-box;
      }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-image-col {
         width: 100%;
       }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-image-col img {
         margin-bottom: 20px;
         max-width: 185px;
       }

       .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info {
         display: none;
       }

         .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .kids-info-col {
           width: 100%;
           margin: 0 auto;
       }

          .product-custom-chewables .button-wrapper .action_button {
              margin: 0 auto;
          }

       .product-custom-chewables .button-wrapper {
        text-align: center;
       }

          .kids-circle-image-with-text-wrapper .kids-circle-image-with-text-content .image-info-mobile {
          background: #fff6de;
          border: 1px solid #e8388c;
          border-radius: 10px;
          max-width: 420px;
          margin: 20px auto 0;
          display: flex;
          align-items: center;
          padding: 20px;
          position: relative;
       }
    
       .kids-circle-image-with-text-wrapper .image-info-mobile .checkbox span {
          color: #fff;
          background: #e8388c;
          width: 17px;
          height: 17px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
      }
    
        .kids-circle-image-with-text-wrapper .image-info-mobile .info-text {
          text-align: left !important;
          padding-left: 20px;
        }
    
         .kids-circle-image-with-text-wrapper .image-info-mobile .info-text h3 {
          color: #000;
           font-weight: 700;
           letter-spacing: 0;
           line-height: 1.3;
          margin-bottom: 8px;
        }
    
         .kids-circle-image-with-text-wrapper .image-info-mobile .text-block {
          color: #000;
          line-height: 1.4;
        }
        
     }

     .kids-text-with-button-wrapper {
         margin: 0 auto;
        padding: 0 0 55px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        background-color: #fff6de;
     }

     .kids-text-with-button-wrapper .img-line img {
        width: 100%;
      }

       .kids-text-with-button-wrapper .kids-text-with-button-container {
        justify-content: center;
        text-align: center;
      }

     .kids-text-with-button-wrapper .kids-text-with-button-container h2 {
        font-size: 30px;
        letter-spacing: 0;
        color: #000;
        font-weight: 700;
        margin-bottom: 10px;
     }

     @media (max-width: 998px) {
      .kids-text-with-button-wrapper .kids-text-with-button-container h2 {
            font-size: 25px;
      }
    }

      .kids-text-with-button-wrapper .kids-text-with-button-container .info {
        color: #000;
        font-size: 16px;
        margin-bottom: 12px;
      }

        .kids-text-with-button-wrapper .kids-text-with-button-container .action_button {
        color: #000;
        background: #e8388c;
        max-width: 450px;
        min-height: 50px;
      }

        .kids-text-with-button-wrapper .kids-text-with-button-container .action_button:hover {
          background: #FFD122;      
        }

      .kids-text-with-button-wrapper .guarantee-text {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        color: #000;
        font-size: 16px;
    }

    .kids-text-with-button-wrapper .guarantee-text img {
      width: 100%;
        max-width: 25px;
        position: relative;
        bottom: -1px;
        margin-right: 5px;
  }

  .kids-faq-wrapper {
        margin: 0 auto;
    padding: 35px 0 20px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
  }

  .kids-faq-wrapper .heading {
    width: 100%;
  }

  .kids-faq-wrapper .heading h2 {
        font-weight: 700;
    letter-spacing: 0;
    font-size: 43px;
    line-height: 1.4;
    text-align: center;
    color: #e8388c;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  @media(max-width: 998px) {
    .kids-faq-wrapper .heading h2 {
        font-size: 30px;
      padding: 0 20px;
    }
  }

  .kids-faq-wrapper .kids-faq-container {
    position: unset;
  }

  .kids-faq-wrapper .kids-faq-content {
      display: flex;
     flex-wrap: wrap;
     width: 100%;
  }

   .kids-faq-wrapper .kids-faq-content .image-col {
    width: 45%;
  }

  .kids-faq-wrapper .kids-faq-content .image-col img {
    width: 100%;
    max-width: 700px;
  }

  .kids-faq-wrapper .kids-faq-content .faq-col {
    width: 55%;
  }

  .kids-faq-wrapper .tab-accordion-wrap .accordion {
    color: #000;
    font-weight: 700;
     padding-left: 0;
  }

  .kids-faq-wrapper  .tab-accordion-wrap .active, .kids-faq-wrapper  .tab-accordion-wrap .accordion:hover {
    color: #e8388c;
  }

   .kids-faq-wrapper .tab-accordion-wrap .panel {
    border-color: #e8388c;
    padding: 0;
  }

  .kids-faq-wrapper .tab-accordion-wrap .accordion:after {
    content: url('/cdn/shop/files/arrow15.png?v=1753095415');
  }

  @media(max-width:1390px) {
   .kids-faq-wrapper .kids-faq-content .image-col img {
    bottom: 0;
    max-width: 500px;
   }
  }

    @media(max-width:998px) {

      .kids-faq-wrapper .kids-faq-content {
        padding: 0 20px;
      }
      
     .kids-faq-wrapper .kids-faq-content .image-col {
       display: none;
      }

       .kids-faq-wrapper .kids-faq-content .faq-col {
          width: 100%;
        }

      .kids-faq-wrapper .tab-accordion-wrap .accordion {
        font-weight: 400;
        font-size: 16px;
      }
    }

  .kids-reviews {
      margin: 0 auto;
    padding: 55px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #f5f5f5;
  }

   .kids-reviews .heading-block h2 {
      font-weight: 700;
      letter-spacing: 0;
      font-size: 43px;
      line-height: 1.4;
      text-align: center;
      color: #e8388c;
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box;
     }

     .kids-reviews .heading-block .subheading {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 23px;
      color: #000;
      margin-bottom: 5px;
     }

     .kids-reviews .heading-block .subheading span {
      color: #e8388c;
      padding: 0 5px;
     }

     .kids-reviews .heading-block .subheading img {
        width: 100%;
        max-width: 115px;
        margin-right: 5px;
     }

  @media(max-width: 767px) {
      .kids-reviews .heading-block h2 {
        font-size: 30px;
     }

    .kids-reviews .heading-block .subheading {
      font-size: 16px;
    }
  }

  .kids-reviews .reviews-and-testimonails-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-left: 0;
  }

 .kids-reviews .reviews-and-testimonails-content .rab-col {
  width: calc(33.3% - 30px);
 }


  .kids-reviews .reviews-and-testimonails-content .rab-block {
    height: fit-content;
    width: 100%;
        margin: 10px 0;
    display: inline-block;
    box-sizing: border-box;
    border-color: #e8388c;
    padding: 15px 5px 15px;
  }

  .kids-reviews .reviews-and-testimonails-content .rab-block .rab-block-customer {
    display: block;
    text-align: center;
  }

  .kids-reviews .reviews-and-testimonails-content .rab-block .rab-info p {
    font-size: 16px;
    line-height: 1.6;
  }

   .kids-reviews .reviews-and-testimonails-content .rab-block .rab-block-customer .customer-name {
    font-size: 16px;
  }

 .kids-reviews .verified-buyer-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .kids-reviews .reviews-and-testimonails-content .rab-block .rab-block-customer .verified-buyer-block img {
     max-width: 100px;
    position: relative;
    bottom: 0; 
  }

  .lp-reviews-testimonials .reviews-and-testimonails-content .rab-block .rab-block-customer .verified-buyer-block span {
      color: #000;
    font-size: 12px;
  }

.lp-reviews-testimonials .additional-info-block .additional-info-content {
     text-align: center;
    font-size: 12px;
    max-width: 645px;
    margin: 35px auto 0; 
}


 @media(max-width: 998px) {

   .kids-reviews {
     padding: 30px 0 15px;
     background: #fff;
   }
    
 .kids-reviews .reviews-and-testimonails-content {
     margin-left: 0;
     padding: 20px 20px 0;
     gap: 0;
 }
   
    .kids-reviews .reviews-and-testimonails-content .rab-col {
    width: 100%;
   }

   .lp-reviews-testimonials .additional-info-block .additional-info-content {
     padding: 0 20px;
     margin-top: 15px;
   }
 }

 .kids-faq-wrapper em {
  font-family: 'Lexend Deca', sans-serif !important;
 }

.kids-ingredients-section .ingredients-block-landing .ingredients-block-wrap-landing {
  max-width: 506px;
 }

 .kids-ingredients-section .ingredients-block-landing #ingredients-chart-landing img {
    max-width: 506px;
 }

 @media (min-width: 601px) {
  .kids-ingredients-section .ingredients-block-landing .close {
      top: 55px;
      right: 62px;
  }
}

.email-banner-wrapper {
  border: 2px solid #949494;
    border-radius: 15px;
    padding: 15px 15px;
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}

.email-banner-wrapper p {
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

.email-banner-wrapper a {
    color: #5e8bb2;
}

@media(max-width: 749px) {
  .email-banner-wrapper p {
    line-height: 1.3;
    font-size: 12px;
  }
}

.kids-recommend-section .line-img img {
  width: 100%;
}

.kids-recommend-section .bg {
  background: #fff;
}

.kids-recommend-section .container {
  padding: 20px 20px 40px;
}

.kids-recommend-section .image {
  text-align: center;
}

.kids-recommend-section .quote p {
  color: #e8388c !important;
}

.kids-recommend-section .author-name {
  font-weight: 700;
}

.kids-recommend-section .author-info {
 font-size: 16px !important;
}

.kids-recommend-section .full-width-info {
    width: 100%;
    max-width: 635px;
    margin: 0 auto 20px;
}

.kids-recommend-section .full-width-info .info p {
    text-align: center;
    color: #000;
    font-size: 24px;
}

.kids-recommend-section .full-width-info .action_button {
  min-height: 50px;
      margin: 0 auto;
    display: block;
}

.kids-recommend-section .full-width-info .guarantee {
 text-align: center;
     display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
}

.kids-recommend-section .full-width-info .guarantee img {
     width: 100%;
    max-width: 25px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}

.kids-recommend-section .image-with-text {
    max-width: 765px;
    margin: 0 auto 0;
    align-items: center;
}

@media(max-width: 799px) {

  .kids-recommend-section .container {
    padding-bottom: 0;
  }

  .kids-recommend-section .quote p {
    color: #000 !important;
  }

  .kids-recommend-section .full-width-info .info {
    display: none;
  }

  .kids-recommend-section .full-width-info .action_button-global {
    background: #e8388c;
    color: #fff;
    margin-top: 10px;
  }
}

.kids-recommend-section .full-width-info.show-on-mobile {
  background: #f5f5f5;
    padding: 20px 20px 40px !important;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
}

 .kids-recommend-section .full-width-info.show-on-mobile .info {
    display: block;
  }

.lp-kids-image-with-text-section .lp-kids-image-with-text-content {
  display: flex;
  flex-wrap: wrap;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .image-col {
  width: 50%;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .image-col img {
  width: 100%;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col {
  width: 50%;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .subheading {
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #000;
      margin-bottom: 5px;
     }

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .subheading img {
    width: 100%;
    max-width: 115px;
    margin-right: 5px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .subheading span {
    font-weight: 700;
    margin-right: 7px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col h2 {
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 32px;
    color: #000;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .info {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    max-width: 478px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .guarantee-text img {
    width: 100%;
    max-width: 25px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .html ul {
    list-style-type: none;
    margin: 20px 0 0;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .html ul li {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .html ul li .checkbox {
    color: #e8388c;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}

@media(max-width: 798px) {

  .lp-kids-image-with-text-section .container {
    padding: 20px 0 0;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .image-col {
    width: 100%;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col {
    width: 100%;
    text-align: center;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .subheading {
    justify-content: center;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .html ul {
    text-align: left;
    padding: 0 30px;
    margin-top: 10px;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .html ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .action_button {
    border: 2px solid #000;
    width: 90%;
  }

  .lp-kids-image-with-text-section .lp-kids-image-with-text-content .text-col .guarantee-text span {
    font-weight: 700;
  }

  .page-lp-kids .before-after-grid-wrapper .heading h2 {
   margin-bottom: 10px;
  }
}

.lp-kids-image-with-checkbox-bg {
  background: #f5f5f5;
}

.lp-kids-image-with-checkbox-section {
 padding-top: 50px;
}

.lp-kids-image-with-checkbox-section .container {
 padding-bottom: 0;
}

.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content {
 display: flex;
 flex-wrap: wrap;
}

.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col {
  width: 60%;
}

.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .image-col {
  width: 40%;
}


.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .image-col img {
  width: 100%;
}

.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col h2 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 38px;
    line-height: 1.4;
    text-align: left;
    color: #e8388c;
    margin-bottom: 10px;
}

.lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col .info {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.checkbox-text-block {
  margin-top: 30px;
}

.checkbox-text-block .checkbox-text-row {
  display: flex;
  margin-bottom: 20px;
}

.checkbox-text-block .checkbox-text-row .checkbox-icon .checkbox {
    color: #fff;
    background: #e8388c;
    border-radius: 50%;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 3px;
    font-weight: 700;
    font-size: 16px;
    margin-right: 13px;
    position: relative;
    bottom: -7px;
}

.checkbox-text-block .checkbox-text-row .checkbox-text strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.checkbox-text-block .checkbox-text-row .checkbox-text span {
   font-size: 16px;
   color: #000;
}

.lp-kids-image-with-checkbox-section .image-col .button-wrapper {
  text-align: center;
   max-width: 370px;
   margin: 0 auto 5px;
}

.lp-kids-image-with-checkbox-section .image-col .guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #000;
    font-size: 14px;
}

.lp-kids-image-with-checkbox-section .image-col .guarantee-text img {
    width: 100%;
    max-width: 25px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}

.lp-kids-image-with-checkbox-section .image-col .image-block {
  line-height: 0;
}

.lp-kids-image-with-checkbox-section .mobile-text {
  display: none;
}

@media(max-width: 998px) {

  .lp-kids-image-with-checkbox-section {
    padding-top: 20px;
  }

  .lp-kids-image-with-checkbox-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col {
    width: 100%;
  }

  .lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .image-col {
    width: 100%;
  }

  .lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col h2 {
    text-align: center;
    font-size: 30px;
  }

  .lp-kids-image-with-checkbox-section .lp-kids-image-with-text-content .text-col .info {
    text-align: center;
  }

  .checkbox-text-block .checkbox-text-row {
    background: #fff;
    border: 2px solid #e8388c;
    border-radius: 10px;
    padding: 10px 10px;
  }

  .lp-kids-image-with-checkbox-section .mobile-text {
    display: block;
     margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
    color: #ababab;
    font-weight: 400;
  }

}

.lp-kids-table-section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.lp-kids-table-section .table-section-content {
  display: flex;
  flex-wrap: wrap;
}

.lp-kids-table-section .table-section-content .table-wrap-col {
  width: 60%;
  padding-right: 50px;
  box-sizing: border-box;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper {
  border: 3px solid #e8388c;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row {
  display: flex;
  border-bottom: 3px solid #e8388c;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row:last-child {
  border-bottom: 0;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell {
  width: 22%;
  border-right: 3px solid #e8388c;
  padding: 20px 20px;
  box-sizing: border-box;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell:first-child {
  width: 56%;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell:last-child {
  border-right: 0;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-title span {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-yes,
.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-no {
  text-align: center;
  line-height: 1.3;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-yes img,
.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-no img {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
    max-width: 35px;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-yes span,
.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-no span {
    color: #000;
    font-size: 12px;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row-heading span {
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 18px;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-big {
    padding: 0;
    position: relative;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .big-cell {
    position: absolute;
    width: 100%;
    left: -2.5px;
    height: 125px;
    border: 3px solid #e8388c;
    top: 23px;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f5f5f5;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row-heading .big-cell {
    background: #e8388c;
    top: -33px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: calc(100% + 5px) !important;
}

.lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row-heading .big-cell img {
  width: 100%;
}

.lp-kids-table-section .additional-text.mobile-text {
  display: none;
  font-size: 10px;
    line-height: 1.4;
    color: #818181;
    font-weight: 400;
}

.lp-kids-table-section .table-section-content .text-col {
  width: 40%;
 box-sizing: border-box;
}

.lp-kids-table-section .table-section-content .text-col h2 {
      font-weight: 700;
    letter-spacing: 0;
    font-size: 38px;
    line-height: 1.4;
    text-align: left;
    color: #e8388c;
    margin-bottom: 10px;
}

.lp-kids-table-section .table-section-content .text-col .info {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
}

.lp-kids-table-section .table-section-content .text-col .additional-text {
    font-size: 10px;
    line-height: 1.4;
    color: #818181;
    font-weight: 400;
}

@media(max-width: 998px) {

   .lp-kids-table-section {
    padding-top: 50px;
   }

   .lp-kids-table-section .container {
    padding-left: 0;
    padding-right: 0;
   }

  .lp-kids-table-section .table-section-content .text-col {
    width: 100%;
    order: 1;
  }

   .lp-kids-table-section .table-section-content .text-col h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
  }

  .lp-kids-table-section .table-section-content .text-col .info {
    text-align: center;
     margin-bottom: 70px;
  }


   .lp-kids-table-section .table-section-content .additional-text {
    display: none;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col {
    width: 100%;
    order: 2;
    padding-right: 0;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row-heading .big-cell img {
   max-width: 100px;
    margin: 0 auto;
    display: block;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell {
    width: 27%;
    padding: 20px 9px;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell:first-child {
    width: 46%;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-yes span, .lp-kids-table-section .table-section-content .table-wrap-col .table-wrapper .table-row .table-cell-no span {
    font-size: 11px;
  }

  .lp-kids-table-section .table-section-content .table-wrap-col .additional-text {
          display: block;
        width: 90%;
        margin: 70px auto 0;
  }
}

.lp-kids-bottom-banner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content {
  display: flex;
  flex-wrap: wrap;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col h2 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
    color: #e8388c;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .info {
    color: #000;
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .image-with-text {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .image-with-text img {
    width: 100%;
    max-width: 100px;
    margin-right: 30px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .image-with-text p {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.6;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .image-col {
 width: 50%;
  box-sizing: border-box;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .image-col img {
  width: 100%;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .action_button {
  min-height: 50px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .guarantee-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    max-width: 478px;
}

.lp-kids-bottom-banner .lp-bottom-banner-content .text-col .guarantee-text img {
    width: 100%;
    max-width: 25px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}

@media(max-width: 998px) {

  .lp-kids-bottom-banner-bg {
    background: #f5f5f5;
  }

  .lp-kids-bottom-banner {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -110px;
  }

  .lp-kids-bottom-banner .container {
      padding-left: 0;
      padding-right: 0;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  } 

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col h2 {
    font-size: 30px;
    text-align: center;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col .info {
    font-size: 18px;
    text-align: center;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col .image-with-text p {
    font-size: 16px;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col .image-with-text img {
     margin-right: 10px;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col .button-wrapper {
    text-align: center;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .text-col .guarantee-text {
   margin: 5px auto 0;
  }

  .lp-kids-bottom-banner .lp-bottom-banner-content .image-col {
    width: 100%;
    }
}

.lp-kids-bottom-banner-bg .mobile-top-image {
  display: none;
}

@media(max-width: 998px) {
  .lp-kids-bottom-banner-bg .mobile-top-image {
    display: block;
  }

  .lp-kids-bottom-banner-bg .mobile-top-image img {
    width: 100%;
    position: relative;
    top: -105px;
  }
}

.bulk-buying-kids-section .buying-bulk-wrapper .bulk-sidebar {
   margin-top: 0;
}

.bulk-buying-kids-section .buying-bulk-wrapper .heading h1 {
    letter-spacing: 0;
}

.bulk-buying-kids-section .bulk-sidebar .bottom-content .bottom-content-container {
  border-color: #e8388c;
  background: #fff6de;
  max-width: 300px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table {
  border-color: #e8388c;
  border-radius: 15px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-table-badge {
    background-color: #e8388c;
    padding: 4px 7px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table-regular .product-table-content {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-table-content {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
   padding-bottom: 16px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-header .serving-text,
.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-button .top-text {
  color: #e8388c;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-button a {
  background-color: #ffd122;
  color: #000;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-button a:hover {
  background-color: #e8388c;
  color: #000;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-button .product-guarantee-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #000;
    font-size: 14px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-button .product-guarantee-text img {
    width: 100%;
    max-width: 25px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
}

.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-info p,
.bulk-buying-kids-section .products-table-section .products-table-content .product-table .product-info ul li  {
  color: #000;
}

.bulk-buying-kids-section .buying-bulk-wrapper .heading-mobile {
  display: none;
}

@media (max-width: 1150px) {
  .bulk-buying-kids-section .buying-bulk-wrapper .heading-mobile {
    display: block;
  }

  .bulk-buying-kids-section .buying-bulk-wrapper .heading-mobile h1 {
     font-size: 28px;
      margin-bottom: 25px;
  }
}

.product-badges {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-badges span {
      background-color: #d2e2f4;
    padding: 3px 5px 5px;
    border-radius: 4px;
    font-weight: 400;
}

.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #FFC122 !important;
}