/* Text Elements */

h2 {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #1a1d2d;
  text-align: center;
  letter-spacing: 2px;
  font-size: 36px;
  font-family: 'Teko', sans-serif;
}

h2.product-title {
  text-align: left;
}

h2.heading-1 {
  text-transform: uppercase;
  font-weight: 300;
}

h2.product-section-title {
  text-transform: uppercase;

  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

h4.product-title {
  margin-bottom: 6px;
  color: #15252b;
  font-size: 22px;
  line-height: 1.2;
}

h4 {
  font-family: 'Poppins', sans-serif;
}

h5.values-header {
  color: rgba(0, 56, 56, .54);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Teko', sans-serif;
}

h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
  font-family: 'Teko', sans-serif;
}

p.paragraph {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  color: #5e5955;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
}

span.text-element.menu-toggler {
  padding-top: 22px;
  padding-right: 12px;
  padding-left: 0;
  background-color: transparent;
  color: #002b31;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-family: 'Teko', sans-serif;
}

span.text-element.price {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: .0625rem solid rgba(255, 217, 210, .49);
  color: #002b31;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.3;
}

span.text-element.button.menu-toggler {
  padding-top: 14px;
  padding-bottom: 8px;
  padding-left: .2em;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  font-family: 'Oswald', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

span.text-element {
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

span.text-element.secondary {
  color: rgba(0, 43, 49, .8);
  font-size: 14px;
}

span.text-element.value-text {
  color: #002b31;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

a.link-text {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

a.link-text.default-link.sub-nav:last-child {
  border-right-width: 0;
}

/* Interaction Elements */

a.link-button.button.card-btn {
  margin-bottom: 0;
  padding-top: .65em;
  padding-bottom: .65em;
  border-color: #e0afa5;
  border-radius: 3px;
  background-color: #ffdbd4;
  color: #002b31;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: 'Teko', sans-serif;
}

a.link-button {
  font-family: 'PT Sans', sans-serif;
}

/* Layout Elements */

.container.top-bar {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.nav-modal {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: 100;
  display: none;
  padding-right: 0;
  padding-left: 0;
  min-height: 50vh;
  background-color: #afdada;
  box-shadow: rgba(0, 11, 53, .5) 0 0 10px 10px;
}

.container.navigation-container {
  padding-right: 0;
  padding-left: 0;
}

.container.product-img-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 300px;
}

.container.product-card {
  margin: 10px 2px;
  padding-right: 0;
  padding-left: 0;
  max-width: 80%;
}

.container.product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin: 10px auto 20px;
  padding-right: 0;
  padding-left: 0;
  max-width: 92%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.container-2 {
  padding-right: 0;
  padding-left: 0;
}

.container.product-description {
  padding-right: 0;
  padding-left: 0;
}

.container.product-visuals {
  margin: 10px 2px;
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}

.container.main-img {
  position: relative;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.container.product-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 40px auto 60px;
  padding: 40px 18px;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .5) 0 -5px 10px 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.section-divider {
  padding-right: 0;
  padding-left: 0;
}

.container.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  padding-top: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.card-action {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: end;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.container.values-section {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(1, 155, 155, .25);
}

.container.featured-product.product-card {
  margin-bottom: 3rem;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
}

.container.product-section.secondary-products {
  -ms-flex-pack: justify;
  padding-right: 2%;
  padding-left: 2%;
  max-width: 96%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .5) 0 -5px 10px 0;
  -webkit-transform: translateY(-59px);
     -moz-transform: translateY(-59px);
       -o-transform: translateY(-59px);
          transform: translateY(-59px);

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.product-image-list {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.container.product-info {
  padding-left: 0;
}

.container.price-info {
  padding-left: 0;
}

.container.value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #b8e7e6;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.container.values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding-top: 10px;
  padding-bottom: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture {
  max-width: none;
}

span.glyph.close-button {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #019b9b;
  color: rgba(255, 255, 255, .8);
}

ul.list-container.main-nav {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

span.glyph.menu-toggler {
  padding: 10px 0 8px 12px;
  background-color: transparent;
  color: #002b31;
  font-size: 20px;
}

.rule hr {
  border-top-color: #ffd9d3;
}

li.list-item-container.nav-item {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

.html-element.gallery-config {
  display: none;
}

div.responsive-picture.background {
  position: relative;
  -webkit-filter: opacity(.37);
          filter: opacity(.37);

  mix-blend-mode: normal;
}

span.glyph.button.close-button {
  background-color: #002b31;
}

span.glyph.value-icon {
  color: #6da1a0;
  font-size: 22px;
}

span.glyph.button.menu-toggler {
  padding-right: 0;
  background-color: transparent;
  font-size: 33px;
}

div.responsive-picture.img-thumb:last-child {
  margin-right: 0;
}

div.responsive-picture.planet-image.outofview {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

div.responsive-picture.img-thumb.img-thumb-active {
  box-shadow: rgba(0, 0, 0, .29) 0 3px 10px 0;
  -webkit-transform: scaleX(1.05) scaleY(1.05);
     -moz-transform: scaleX(1.05) scaleY(1.05);
       -o-transform: scaleX(1.05) scaleY(1.05);
          transform: scaleX(1.05) scaleY(1.05);
}

div.responsive-picture.main-image-home.product-img-active {
  opacity: 1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

div.responsive-picture.product-cat-img.product-img-active {
  opacity: 1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

span.glyph.button.menu-toggler:hover {
  color: #000;
}

li.list-item-container.nav-item:hover {
  background-color: #019b9b;
}

@supports (display: grid) {
  /* Text Elements */

  h2 span.heading-text-6 {
    text-decoration: none;
    font-size: 1.375rem;
  }

  h2 span.heading-text-3 {
    font-size: 1.8125rem;
  }

  h2 span.heading-text-7 {
    font-size: 1.5rem;
  }

  h2.product-section-title {
    margin: -9px 0 -31px 0;
    padding: 10px;
    background-color: #fffcff;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    text-shadow: none;
    font-size: 30px;
    line-height: 5px;
  }

  h2 span.heading-text-12 {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  h2 span.heading-text-13 {
    font-weight: 400;
    font-size: 1.5rem;
  }

  h2 span.heading-text-16 {
    font-size: 1.8125rem;
  }

  h2 span.heading-text-15 {
    font-size: 1.125rem;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h2.heading-1 {
    padding: 10px;
  }

  h2 span.heading-text-10 {
    font-size: 2.0625rem;
  }

  h2 span.heading-text-19 {
    color: rgba(128, 50, 128, .8);
    font-size: .9375rem;
  }

  h2 span.heading-text-20 {
    color: #ce1a40;
    font-size: 2.6875rem;
    font-family: 'Alegreya SC', serif;
  }

  h2 span.heading-text-23 {
    color: #ce1a40;
    font-size: 1.75rem;
  }

  h2 span.heading-text-24 {
    color: rgba(128, 50, 128, .8);
    font-size: .9375rem;
  }

  h2 span.heading-text-25 {
    color: rgba(128, 50, 128, .8);
    font-size: .9375rem;
  }

  h2 span.heading-text-1 {
    color: rgba(128, 50, 128, .8);
  }

  h2 span.heading-text-2 {
    color: rgba(128, 50, 128, .8);
  }

  h2 span.heading-text-4 {
    color: rgba(128, 50, 128, .8);
  }

  h2 span.heading-text-5 {
    font-size: 1rem;
  }

  h2 span.heading-text-8 {
    font-size: .9375rem;
  }

  h2 span.heading-text-9 {
    font-size: .9375rem;
  }

  h4.product-title {
    font-size: 16px;
  }

  p.paragraph.paragraph-1 {
    padding: 12px;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.1875rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-3 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-5 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-6 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-7 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-8 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-9 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-10 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-11 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-12 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-13 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-14 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-15 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-16 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-17 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-18 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-19 {
    font-size: 1.125rem;
  }

  p.paragraph span.paragraph-text-20 {
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-21 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-22 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-23 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-24 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-25 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-26 {
    font-size: 1.125rem;
  }

  p.paragraph span.paragraph-text-27 {
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-28 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-29 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-30 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-31 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-32 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-33 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-34 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-35 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-36 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-37 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-38 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-39 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-40 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-41 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-42 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-43 {
    font-size: 1.125rem;
  }

  p.paragraph span.paragraph-text-44 {
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-45 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-46 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-47 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-48 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-49 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-50 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-51 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-52 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-53 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-54 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-55 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-56 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-57 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-58 {
    font-size: 1.125rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-59 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-60 {
    font-size: 1.0625rem;
    font-family: 'Playfair Display SC', serif;
  }

  p.paragraph span.paragraph-text-61 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-62 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-63 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-64 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-65 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-66 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-67 {
    color: #f41343;
  }

  p.paragraph span.paragraph-text-68 {
    color: #f41343;
  }

  p.paragraph.paragraph-2 {
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    border: .0625rem solid #f41343;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
  }

  span.text-element.value-text {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button.card-btn {
    background-color: #edffff;
  }

  /* Layout Elements */

  .container.product-visuals {
    max-width: none;
  }

  .container.values-section {
    margin-top: -75px;
    margin-bottom: 41px;
    background-color: #b8e7e6;
  }

  .container.product-img-wrapper {
    padding-top: 0;
    min-width: 10px;
    height: 238px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.values-list {
    display: grid;
    padding: 0;
    background-color: #95cdcb;

    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
  }

  .container.product-overview {
    padding-top: 101px;
    background-color: transparent;
  }

  .container.product-section.secondary-products {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: -29px;
    margin-bottom: 0;
    padding: 0;
    min-width: 10px;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: translateY(-59px) skewX(0deg);
       -moz-transform: translateY(-59px) skewX(0deg);
         -o-transform: translateY(-59px) skewX(0deg);
            transform: translateY(-59px) skewX(0deg);
  }

  .container.product-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.card-content {
    display: block;
  }

  div.responsive-picture.main-image-home {
    background-color: #019b9b;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0, rgba(0, 0, 0, .5) 5px 5px 10px 0;
    -webkit-filter: sepia(.01);
            filter: sepia(.01);

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.heading-1 {
    text-transform: uppercase;
  }

  /* Layout Elements */

  .container.top-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .18) 0 5px 10px 0;
  }

  .container.menu-toggle {
    display: none;
  }

  .container.nav-modal {
    position: relative;
    right: auto;
    left: auto;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    min-height: 0vh;
    border-bottom: .0625rem dotted #7efdae;
    background-color: transparent;
    box-shadow: none;
  }

  .container.navigation-container {
    position: relative;
  }

  .container.product-section {
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    max-width: 800px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.product-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: none;

    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.product-description {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.product-details-wrapper {
    margin-top: 160px;
    padding-right: 60px;
    padding-left: 60px;
    max-width: 600px;
    border: .0625rem dotted rgba(247, 117, 255, .3);
  }

  .container.product-section.secondary-products {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.featured-product.product-card {
    padding-right: 0;
    padding-left: 0;
  }

  span.glyph.close-button {
    display: none;
  }

  ul.list-container.main-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-item {
    -webkit-transition-delay: 0s, 0s;
       -moz-transition-delay: 0s, 0s;
         -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
       -moz-transition-timing-function: ease-in-out, ease-in-out;
         -o-transition-timing-function: ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transition-duration: .3s, .3s;
       -moz-transition-duration: .3s, .3s;
         -o-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
    -webkit-transition-property: background-color, box-shadow;
       -moz-transition-property: background-color, box-shadow;
         -o-transition-property: background-color, box-shadow;
            transition-property: background-color, box-shadow;
  }

  li.list-item-container.nav-item:hover {
    background-color: rgba(255, 219, 212, .44);
    box-shadow: rgba(0, 0, 0, .3) 0 4px 10px 0;
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.product-section {
      grid-template-columns: repeat(3 , 180px);
    }

    .container.product-details-wrapper {
      display: grid;
      -ms-flex-pack: start;
      -ms-flex-align: start;
      margin-top: 40px;
      max-width: 1024px;

      grid-template-columns: 2fr 3fr;
      grid-template-rows: 100px auto;
      grid-template-areas: 'visuals product-title' 'visuals action';
      grid-column-gap: 20px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
              align-items: flex-start;
    }

    .container.product-visuals {
      grid-area: visuals;
    }

    .container.values-list {
      grid-template-columns: repeat(2 , 1fr);
    }
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.product-section-title {
    margin-top: 40px;
  }

  /* Layout Elements */

  .container.product-section {
    padding-bottom: 60px;
    max-width: 800px;
  }

  .container.product-card {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 500px;

    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
       -moz-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }

  .container.featured-product.product-card {
    max-width: 400px;

    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
       -moz-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .container.product-section.secondary-products {
    max-width: 1000px;
  }

  .container.value-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 20%;
       -moz-box-flex: 1;
        -ms-flex: 1 20%;
            flex: 1 20%;
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.product-section {
      grid-template-columns: repeat(3 , 1fr);
    }

    .container.product-details-wrapper {
      margin-top: 80px;
      max-width: 90%;
    }

    .container.value-item {
      background-color: #b8e7e6;
    }

    .container.values-list {
      grid-template-columns: repeat(4 , 1fr);
    }
  }
}

@media screen and (min-width: 87.5rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.product-section {
    max-width: 1600px;
  }

  .container.featured-product.product-card {
    max-width: 320px;
  }

  .container.product-section.secondary-products {
    max-width: 1400px;
  }

  .container.product-details-wrapper {
    margin-top: 200px;
  }

  @supports (display: grid) {
      /* Layout Elements */

    .container.product-details-wrapper {
      max-width: 1280px;
    }
  }
}

@media screen and (min-width: 102.3125rem) {
  /* Layout Elements */

  .container.featured-product.product-card {
    max-width: 370px;
  }
}