/* MEDIA QUERIES */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:wght@400;600;700&display=swap");
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%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.4; }

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; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px; }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(170deg, #6b797a 0%, #fff 80vh);
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

a {
  text-decoration: none;
  color: inherit; }

figure {
  margin: 0;
  padding: 0; }

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

section p:not(:last-child) {
  margin-bottom: 1em; }

body.palette-cyan {
  background: linear-gradient(170deg, #627d98 0%, #fff 80vh); }

body.palette-yellow {
  background: linear-gradient(170deg, #625d52 0%, #fff 80vh); }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 38.4px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h2 {
      font-size: 25.6px; } }
body > main {
  flex: 1 1;
  margin-bottom: 50px; }

.link {
  display: flex;
  align-items: center;
  font-size: 19.2px;
  border: 2px solid #88dd9b;
  padding: 13px 22px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #88dd9b;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent; }
  .link svg {
    color: inherit;
    fill: currentColor;
    margin-left: 10px; }
  .link--reversed {
    flex-direction: row-reverse; }
    .link--reversed svg {
      margin-right: 10px;
      margin-left: 0; }
  .link--filled {
    background-color: #88dd9b;
    color: #fff; }
  .link--borderless {
    border: none;
    padding: 0; }
  .link--light {
    color: #fff;
    border-color: #fff; }
  .link--light-filled {
    background-color: #fff;
    border-color: #fff;
    color: #88dd9b; }
  .link--light-borderless {
    border: none;
    color: #fff;
    padding: 0; }
  @media (max-width: 768px) {
    .link {
      font-size: 16px; } }
.link-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .link-group a,
  .link-group .link {
    margin: 0 0.5em 1em; }

.palette-cyan .link {
  border-color: #54d1db;
  color: #54d1db; }
  .palette-cyan .link--filled {
    background-color: #54d1db;
    color: #fff; }
  .palette-cyan .link--light {
    color: #fff;
    border-color: #fff; }
  .palette-cyan .link--light-filled {
    background-color: #fff;
    border-color: #fff;
    color: #54d1db; }
  .palette-cyan .link--light-borderless {
    color: #fff; }

.palette-yellow .link {
  border-color: #fbbf24;
  color: #fbbf24; }
  .palette-yellow .link--filled {
    background-color: #fbbf24;
    color: #fff; }
  .palette-yellow .link--light {
    color: #fff;
    border-color: #fff; }
  .palette-yellow .link--light-filled {
    background-color: #fff;
    border-color: #fff;
    color: #fbbf24; }
  .palette-yellow .link--light-borderless {
    color: #fff; }

.button {
  font-family: "Open Sans", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 19.2px;
  border: 2px solid #88dd9b;
  background-color: #fff;
  color: #88dd9b;
  padding: 0.5em;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color .2s, background-color .2s; }
  .button svg {
    color: inherit;
    fill: currentColor; }
  .button:hover {
    background-color: #88dd9b;
    color: #fff; }
  .button:active {
    background-color: #5c9174;
    color: #fff;
    outline: none; }
  .button__icon, .button__text {
    padding: 0 0.5em; }
  .button__icon + .button__text {
    padding-left: 0; }
  .button--icon-only {
    width: 48px;
    height: 48px; }
  .button--transparent {
    background-color: transparent; }
    .button--transparent:hover, .button--transparent:active {
      background-color: transparent; }
  .button--std {
    background-color: #88dd9b;
    color: #fff; }
    .button--std svg {
      width: 22px;
      height: 22px; }
    .button--std:hover {
      background-color: #5c9174; }
    .button--std:active {
      background-color: #547567; }
  .button--large-icon {
    padding-left: 24px;
    padding-right: 24px; }
  .button--large-icon .button__text {
    margin-left: 16px; }
  .button--large-icon .button__icon {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .button--large-icon .button__icon svg {
    height: 24px;
    width: 24px; }

.palette-cyan .button {
  background-color: #fff;
  color: #54d1db;
  border: 2px solid #54d1db; }
  .palette-cyan .button:hover {
    background-color: #54d1db;
    color: #fff; }
  .palette-cyan .button:active {
    background-color: #38bec9;
    color: #fff; }
  .palette-cyan .button--transparent {
    background-color: transparent; }
    .palette-cyan .button--transparent:hover, .palette-cyan .button--transparent:active {
      background-color: transparent; }
  .palette-cyan .button--std {
    background-color: #54d1db;
    color: #fff; }
    .palette-cyan .button--std:hover {
      background-color: #38bec9; }
    .palette-cyan .button--std:active {
      background-color: #14919b; }

.palette-yellow .button {
  background-color: #fff;
  color: #fbbf24;
  border: 2px solid #fbbf24; }
  .palette-yellow .button:hover {
    background-color: #fbbf24;
    color: #fff; }
  .palette-yellow .button:active {
    background-color: #f7b305;
    color: #fff; }
  .palette-yellow .button--transparent {
    background-color: transparent; }
    .palette-yellow .button--transparent:hover, .palette-yellow .button--transparent:active {
      background-color: transparent; }
  .palette-yellow .button--std {
    background-color: #fbbf24;
    color: #fff; }
    .palette-yellow .button--std:hover {
      background-color: #f7b305; }
    .palette-yellow .button--std:active {
      background-color: #d49a04; }

.header-wrapper {
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -100px; }
  .header-wrapper header {
    color: #d9dfe0; }

header {
  width: 100%;
  max-width: 1300px;
  width: 100%;
  max-width: 1300px;
  position: relative;
  z-index: 10;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #384647; }
  @media (max-width: 1300px) {
    header {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 768px) {
    header {
      padding-left: 25px;
      padding-right: 25px; } }
  header nav {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5em; }
    @media (max-width: 768px) {
      header nav {
        min-height: auto; } }
    header nav .hamburger-content {
      left: calc(-100vw + -100vw);
      background-color: #f0f5f6;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: fixed;
      overflow: hidden;
      z-index: -1;
      top: 0;
      height: 100vh;
      width: 100vw;
      transition: left .3s ease-in-out; }
      header nav .hamburger-content ul {
        font-size: 19.2px; }
        header nav .hamburger-content ul li {
          margin: 1ex 0; }
      header nav .hamburger-content .hamburger__options {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 19.2px; }
        header nav .hamburger-content .hamburger__options .button {
          margin-right: 1em; }
    header nav #menu-shown {
      display: none; }
      header nav #menu-shown:checked ~ .hamburger-content {
        left: 0; }
    @media (min-width: 768px) {
      header nav .hamburger, header nav .hamburger-content {
        display: none !important; } }
    @media (max-width: 768px) {
      header nav .non-phone {
        display: none; } }
    header nav > ul {
      margin: 0 auto;
      display: grid;
      display: flex; }
      @media (max-width: 768px) {
        header nav > ul {
          display: none; } }
      header nav > ul li {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        list-style: none; }
        header nav > ul li:not(:last-child) {
          margin-right: 40px; }

.palette-cyan .header-wrapper header {
  color: #d8e2ed; }

.palette-cyan header {
  color: #334e68; }
  .palette-cyan header nav .hamburger-content {
    background-color: #f0f4f8; }

.palette-yellow .header-wrapper header {
  color: #d8d6d1; }

.palette-yellow header {
  color: #38352f; }
  .palette-yellow header nav .hamburger-content {
    background-color: #f0efed; }

.hero {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 1300px) {
    .hero {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 768px) {
    .hero {
      padding-left: 25px;
      padding-right: 25px; } }
  .hero h1, .hero h2 {
    color: #fff;
    margin: 0 auto 15px;
    max-width: 720px;
    font-size: 64px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .hero h1, .hero h2 {
        font-size: 25.6px; } }
  .hero h2 {
    font-size: 32px; }

.palette-cyan .hero h1, .palette-cyan .hero h2 {
  color: #d8e2ed; }

.palette-yellow .hero h1, .palette-yellow .hero h2 {
  color: #d8d6d1; }

section.products {
  width: 100%;
  max-width: 1000px; }

.featured_products section.products {
  width: 100%;
  max-width: unset; }

.product-grid {
  padding: 0;
  margin: 0;
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-row-gap: 15px;
  grid-column-gap: 15px; }
  .product-grid > * {
    width: 100%;
    list-style: none;
    margin: 0;
    margin-bottom: 16px;
    user-select: none;
    border: 2px solid #d9dfe0;
    background-color: #fff;
    border-radius: 24px; }
    .product-grid > * figure {
      position: relative; }
      .product-grid > * figure .price {
        display: block;
        position: absolute;
        padding: 8px;
        font-size: 19.2px;
        border-radius: 0 24px 0 24px;
        top: 0;
        right: 0;
        background-color: #88dd9b;
        color: #f0f5f6; }
    .product-grid > * img {
      width: 100%;
      height: 270px;
      object-fit: cover;
      background-size: cover;
      position: relative;
      border-radius: 23.2px 23.2px 0 0;
      margin: 0;
      padding: 0;
      cursor: pointer;
      display: block; }
    .product-grid > * figcaption {
      display: none; }
    .product-grid > * h3 {
      margin: 1ex;
      font-size: 19.2px;
      color: #273132;
      white-space: nowrap;
      overflow-x: hidden;
      text-overflow: ellipsis; }
  .product-grid.featured > * {
    box-shadow: 0px 20px 52px rgba(0, 0, 0, 0.31); }

.palette-cyan .product-grid > * {
  border: 2px solid #d8e2ed; }
  .palette-cyan .product-grid > * figure .price {
    background-color: #54d1db;
    color: #f0f4f8; }
  .palette-cyan .product-grid > * h3 {
    color: #243b53; }

.palette-yellow .product-grid > * {
  border: 2px solid #d8d6d1; }
  .palette-yellow .product-grid > * figure .price {
    background-color: #fbbf24;
    color: #f0efed; }
  .palette-yellow .product-grid > * h3 {
    color: #27241d; }

.featured_products {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .featured_products .featured_products-container {
    width: 100%;
    max-width: 1300px; }
    @media (max-width: 1300px) {
      .featured_products .featured_products-container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .featured_products .featured_products-container {
        padding-left: 25px;
        padding-right: 25px; } }
  .featured_products h2 {
    color: #d9dfe0;
    margin-bottom: 1ex; }

.palette-cyan .featured_products h2 {
  color: #d8e2ed; }

.palette-yellow .featured_products h2 {
  color: #d8d6d1; }

.category {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .category .category-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    padding-left: 0;
    overflow: visible; }
    @media (max-width: 1300px) {
      .category .category-container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .category .category-container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 768px) {
      .category .category-container {
        padding-left: 25px;
        flex-direction: column; } }
  .category nav {
    flex: 1;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background-color: #f7fafa;
    border-radius: 0px 24px 24px 0px;
    margin-right: 50px;
    padding: 40px 40px 40px 1ex; }
    .category nav h2 {
      white-space: nowrap; }
    @media (max-width: 768px) {
      .category nav {
        padding: 0; } }
    .category nav:before {
      content: "";
      border-radius: 0px 24px 24px 0px;
      background-color: #f7fafa;
      position: absolute;
      height: 100%;
      width: 100vw;
      right: 0;
      top: 0;
      z-index: -1; }
    @media (max-width: 768px) {
      .category nav {
        border-bottom: 1px solid #d9dfe0;
        border-top: 1px solid #d9dfe0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 25px;
        margin-bottom: 25px;
        margin-left: -25px;
        margin-right: -25px; }
        .category nav:before {
          content: none; } }
.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product .product-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    padding-left: 0;
    overflow: visible; }
    @media (max-width: 1300px) {
      .product .product-container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .product .product-container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 768px) {
      .product .product-container {
        padding-left: 25px;
        flex-direction: column; } }
    .product .product-container ul {
      list-style: disc outside;
      padding-left: 2em;
      line-height: 1.6;
      margin: 1ex 0; }
  .product aside {
    flex: 1;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background-color: #f7fafa;
    border-radius: 0px 24px 24px 0px;
    margin-right: 50px;
    padding: 40px 40px 40px 1ex; }
    .product aside dl {
      margin: 1em 0; }
      .product aside dl dt {
        float: left;
        clear: left;
        width: 2em; }
        .product aside dl dt img {
          height: 1.5em;
          vertical-align: baseline; }
      .product aside dl dd {
        padding: 0 0 1em 0;
        margin-right: 1em;
        white-space: nowrap; }
    @media (max-width: 768px) {
      .product aside {
        padding: 0; } }
    .product aside:before {
      content: "";
      border-radius: 0px 24px 24px 0px;
      background-color: #f7fafa;
      position: absolute;
      height: 100%;
      width: 100vw;
      right: 0;
      top: 0;
      z-index: -1; }
    @media (max-width: 768px) {
      .product aside {
        border-bottom: 1px solid #d9dfe0;
        border-top: 1px solid #d9dfe0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 25px;
        margin-bottom: 25px;
        margin-left: -25px;
        margin-right: -25px; }
        .product aside:before {
          content: none; } }
  .product .gallery {
    position: relative; }
    .product .gallery input[name$="control"] {
      display: none; }
    .product .gallery .carousel {
      display: inline-flex;
      float: left;
      flex-direction: row-reverse;
      position: relative;
      width: 50%;
      margin: 0 1em 1ex 0; }
      @media (max-width: 1100px) {
        .product .gallery .carousel {
          width: 100%; } }
    .product .gallery .wrap {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      margin-right: 20px;
      max-height: 50vh; }
      .product .gallery .wrap figure {
        padding: 10px;
        height: 100%;
        min-width: 100%;
        transition: opacity 0.25s ease-in-out 0.05s;
        position: relative;
        left: 0;
        transform: translateX(0%);
        box-sizing: border-box;
        text-align: center;
        margin: 0;
        display: block;
        align-items: center;
        justify-content: center;
        opacity: 1; }
        .product .gallery .wrap figure label {
          cursor: zoom-in;
          height: auto;
          width: 100%;
          height: 100%;
          position: relative;
          display: block; }
        .product .gallery .wrap figure img {
          cursor: inherit;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          border-radius: 3px;
          margin: 0 auto;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
    .product .gallery .thumbnails {
      flex: 1;
      min-width: 60px;
      max-height: 100%;
      height: auto;
      flex-grow: 0;
      align-self: center;
      flex-basis: auto;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      padding: 0 10px; }
      .product .gallery .thumbnails .thumb {
        min-width: 60px;
        height: 60px;
        background-position: center center;
        background-size: cover;
        box-sizing: border-box;
        opacity: 0.7;
        margin: 5px 0;
        flex-shrink: 0;
        left: 0;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        background-repeat: no-repeat; }
      .product .gallery .thumbnails .slider {
        position: absolute;
        display: block;
        width: 5px;
        height: calc(60px + 10px);
        z-index: 2;
        margin: 0;
        left: 0;
        transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1); }
        .product .gallery .thumbnails .slider .indicator {
          width: 100%;
          height: 30px;
          max-height: calc(100% - 10px);
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          background: #88dd9b;
          border-radius: 1px; }
    .product .gallery input#fullscreen:checked ~ .carousel {
      width: 100%;
      flex-direction: row; }
      .product .gallery input#fullscreen:checked ~ .carousel .thumbnails {
        z-index: 21; }
      .product .gallery input#fullscreen:checked ~ .carousel .wrap figure {
        position: fixed;
        z-index: 10;
        height: 100vh;
        width: 100vw;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards; }
        .product .gallery input#fullscreen:checked ~ .carousel .wrap figure label {
          cursor: zoom-out; }
          .product .gallery input#fullscreen:checked ~ .carousel .wrap figure label img {
            animation: shadow 0.2s;
            animation-timing-function: ease-in-out;
            animation-direction: forwards;
            animation-fill-mode: forwards;
            border-radius: 0; }

@keyframes full {
  from {
    transform: translate(-50%, -50%) scale(0.8); }
  to {
    transform: translate(-50%, -50%) scale(1); } }

@keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0); }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6); } }

.palette-cyan .product .gallery .thumbnails .slider .indicator {
  background-color: #54d1db; }

.palette-yellow .product .gallery .thumbnails .slider .indicator {
  background-color: #fbbf24; }

.faq-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-top: 24px; }

.faq-question {
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 19.2px;
  margin-bottom: 30px;
  color: #384647; }

.faq-answer {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #6b797a; }
  .faq-answer:after {
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: block;
    background: #d9dfe0;
    height: 1px;
    width: 100%; }
  .faq-answer p {
    font-size: 16px; }
  .faq-answer ul {
    list-style: disc;
    margin-left: 30px;
    margin-top: 30px; }
  .faq-answer li {
    list-style-type: disc; }

.palette-cyan .faq-question {
  color: #334e68; }

.palette-cyan .faq-answer {
  color: #627d98; }
  .palette-cyan .faq-answer:after {
    background: #d8e2ed; }

.palette-yellow .faq-question {
  color: #38352f; }

.palette-yellow .faq-answer {
  color: #625d52; }
  .palette-yellow .faq-answer:after {
    background: #d8d6d1; }

main.single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  main.single .main-content {
    width: 100%;
    max-width: 1300px; }
    @media (max-width: 1300px) {
      main.single .main-content {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      main.single .main-content {
        padding-left: 25px;
        padding-right: 25px; } }
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #384647; }
  footer .footer-container {
    width: 100%;
    max-width: 1300px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex; }
    @media (max-width: 1300px) {
      footer .footer-container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 768px) {
      footer .footer-container {
        padding-left: 25px;
        padding-right: 25px; } }
  footer nav {
    display: flex;
    padding: 0;
    margin: 0 50px 0 0;
    list-style: none; }
    @media (max-width: 768px) {
      footer nav {
        display: none; } }
    footer nav a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #6b797a;
      font-weight: bold; }
      footer nav a:not(:last-child) {
        margin-right: 40px; }
  footer .legal-notice {
    display: flex;
    align-items: center;
    color: #6b797a;
    font-weight: bold;
    margin-left: auto;
    line-height: 1.2; }

.palette-cyan footer {
  background-color: #334e68; }
  .palette-cyan footer nav a,
  .palette-cyan footer .legal-notice {
    color: #627d98; }

.palette-yellow footer {
  background-color: #38352f; }
  .palette-yellow footer nav a,
  .palette-yellow footer .legal-notice {
    color: #625d52; }

#snipcart footer {
  background: unset; }

.content-footer {
  display: flex;
  width: 100%; }
  .content-footer picture {
    flex: 1;
    width: 0;
    padding-bottom: 50px;
    object-fit: cover;
    background-color: #384647; }
    .content-footer picture img {
      width: 100%; }
  .content-footer section.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    flex: 1;
    width: 0;
    padding: 60px;
    color: #fff;
    background-color: #88dd9b;
    background-size: auto 400%;
    background-position: center; }
    .content-footer section.main-content h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 25.6px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .content-footer section.main-content h3 {
          font-size: 19.2px; } }
  @media (max-width: 768px) {
    .content-footer {
      flex-direction: column; }
      .content-footer picture {
        width: auto;
        padding-bottom: 0;
        max-height: 300px; }
      .content-footer section.main-content {
        width: auto;
        margin-top: 0;
        align-items: center;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px; } }
.palette-cyan .content-footer picture {
  background-color: #334e68; }

.palette-cyan .content-footer section.main-content {
  background-color: #54d1db; }

.palette-yellow .content-footer picture {
  background-color: #38352f; }

.palette-yellow .content-footer section.main-content {
  background-color: #fbbf24; }
