/** Shopify CDN: Minification failed

Line 5162:1 Expected "}" to go with "{"

**/
@font-face {
  font-family: 'Optima';
  font-style: normal;
  font-weight: normal;
  src: url("OPTIMA.ttf") format("truetype"), url("optima-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Optima Italic';
  font-style: normal;
  font-weight: normal;
  src: url("Optima_Italic.ttf") format("truetype"), url("Optima_Italic.woff") format("woff");
}

@font-face {
  font-family: 'Optima Medium';
  font-style: normal;
  font-weight: normal;
  src: url("Optima Medium.ttf") format("truetype"), url("Optima_Medium.woff") format("woff");
}

@font-face {
  font-family: "Optima Bold";
  src: url("Optima-Bold.eot");
  src: url("Optima-Bold.woff2") format("woff2"),
       url("Optima-Bold.woff") format("woff"),
       url("OPTIMA_B.ttf") format("truetype"),
       url("Optima-Bold.svg#Optima") format("svg");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: rgba(38, 38, 38, 0.8);
  font-size: 1em;
  line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3a5c5;
  text-shadow: none;
}

::selection {
  background: #b3a5c5;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: rgba(38, 38, 38, 0.8);
  padding: 0.2em 0;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden {
  display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.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;
  /* 1 */
}

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
  visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}

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

a:hover {
  text-decoration: underline;
}

em {
  font-style: normal;
}

ul {
  list-style-position: inside;
}

img {
  max-width: 100%;
}

section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  section {
    margin-bottom: 0;
  }
}

input {
  font-family: inherit;
}

input[type="password"] {
  font-family: sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dn {
  display: none;
}

.shopify-challenge__container {
  background-color: #fff;
  margin: 100px auto;
  padding: 50px;
}

.shopify-challenge__container input {
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 15px 40px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: transparent;
}

@media only screen and (min-width: 900px) {
  .shopify-challenge__container input:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

html {
  font-family: "Optima", sans-serif;
  color: rgba(38, 38, 38, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Optima", sans-serif;
  font-weight: 400;
}

.utils__container {
  padding: 0 20px;
  max-width: 1400px;
  margin: auto;
}

.utils__container--small {
  max-width: 1000px;
}

.utils__container--text {
  max-width: 700px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.utils__custom-checkbox-wrapper {
  position: relative;
}

.utils__custom-checkbox-wrapper input {
  display: none;
}

.utils__custom-checkbox-wrapper input:checked + .utils__custom-checkbox {
  background-color: #C9B6EB;
}

.utils__custom-checkbox-wrapper label {
  cursor: pointer;
}

.utils__custom-checkbox {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border: 1px solid #A0A0A0;
  cursor: pointer;
}

.utils__button {
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 15px 30px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-transform: uppercase;
}

.utils__button:hover {
  text-decoration: none;
}

.utils__button--primary {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: transparent;
}

@media only screen and (min-width: 900px) {
  .utils__button--primary:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

.utils__button--secondary {
  background-color: #FFBE68;
  color: rgba(38, 38, 38, 0.8);
  border: 1px solid #FFBE68;
}

@media only screen and (min-width: 900px) {
  .utils__button--secondary:hover {
    background-color: #FFB553;
    border-color: #FFB553;
  }
}

.utils__button--tertiary {
  background-color: #836d9b;
  color: white;
  border: none;
}

@media only screen and (min-width: 900px) {
  .utils__button--tertiary:hover {
    opacity: 0.8;
  }
}

.utils__button--small {
  font-size: 15px;
  padding: 5px 15px;
}

.utils__mt-5 {
  margin-top: 3em;
}

.utils__custom-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.utils__custom-radio-wrapper input {
  display: none;
}

.utils__custom-radio-wrapper input:checked ~ .radio-button:after {
  opacity: 1;
}

.utils__custom-radio-wrapper label {
  cursor: pointer;
}

.utils__custom-radio-wrapper .radio-button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.utils__custom-radio-wrapper .radio-button:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  border-radius: 50%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.noscroll {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-footer {
  background-color: white;
}

.c-footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 40px);
  margin-left: -20px;
}

@media (max-width: 900px) {
  .c-footer__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  background-color: #836d9b;
}

.c-footer__logo img {
  width: 100%;
}

@media (max-width: 900px) {
  .c-footer__logo {
    margin-bottom: 20px;
    width: 100%;
  }
}

.c-footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .c-footer__middle {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 900px) {
  .c-footer__links {
    margin-bottom: 20px;
    width: 100%;
  }
  .c-footer__links nav {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.7px;
  list-style: none;
}

.c-footer__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .c-footer__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.c-footer__list-item--tucked-in {
  /*margin-left: -20px;*/
}

@media (max-width: 900px) {
  .c-footer__list-item--tucked-in {
    margin-left: 0;
  }
}

.c-footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.c-footer__social-icons > *:first-child {
  margin-right: 30px;
}

@media (max-width: 900px) {
  .c-footer__social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer__subs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 600px) {
  .c-footer__subs {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.c-footer__info {
  position: relative;
  padding-top: 45px;
}

.c-footer__info::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-footer__info-list {
  list-style: none;
}

.c-footer__info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.c-footer__info-list-item img {
  width: 20px;
  margin-right: 15px;
}

.c-footer__info-list-item address {
  font-style: normal;
}

.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.66);
}

@media (max-width: 900px) {
  .c-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.c-footer__privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  list-style: none;
}

.c-footer__privacy-list > * {
  padding: 0 20px;
}

.c-footer__privacy-list > *:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.c-footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .c-footer__payments {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 30px;
  }
}

.c-footer__copy {
  width: 320px;
}

@media (max-width: 900px) {
  .c-footer__copy {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 20px;
  }
}

.c-footer__darwin {
  text-align: right;
}

@media (max-width: 900px) {
  .c-footer__darwin {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 100%;
    margin-left: -20px;
  }
}

.hamburger {
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 1000;
}

.hamburger .line {
  top: 10px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger .line:after, .hamburger .line:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger .line::after {
  top: 6px;
}

.hamburger .line::before {
  top: -6px;
}

.open-hamburger .line {
  top: 5px;
  -webkit-transform: rotate(45deg) translate(3px, 3px);
          transform: rotate(45deg) translate(3px, 3px);
  background-color: #105F7B;
}

.open-hamburger .line:after {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #105F7B;
}

.open-hamburger .line:before {
  top: 0;
  background-color: #105F7B;
}

.full-page-header .hamburger.open-hamburger .line {
  background-color: #105F7B;
}

.full-page-header .hamburger.open-hamburger .line:after {
  background-color: #105F7B;
}

.full-page-header .hamburger.open-hamburger .line:before {
  background-color: #105F7B;
}

.c-header {
  background-color: white;
}

@media (max-width: 900px) {
  .c-header {
    background-color: #C9B6EB;
    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;
    padding: 0 20px;
    position: relative;
  }
}

.c-header__hamburger {
  width: 30px;
  height: 30px;
  margin-right: 54px;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .c-header__hamburger {
    margin-right: 54px;
  }
}

.c-header__hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: white;
}

.c-header__hamburger span::before, .c-header__hamburger span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: white;
}

.c-header__hamburger span::before {
  top: -7px;
}

.c-header__hamburger span::after {
  top: 7px;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .c-header__container {
    padding: 0;
  }
}

.c-header__upper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 900px) {
  .c-header__upper {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .c-header__upper {
    padding: 10px 0;
  }
}

.c-header__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: auto;
  width: 30%;
}

@media (max-width: 900px) {
  .c-header__social-icons {
    display: none;
  }
}

.c-header__social-icons-item {
  margin-right: 15px;
}

@media (max-width: 600px) {
  .c-header__logo {
    max-width: 100px;
  }
  .c-header__logo svg {
    width: 100%;
  }
}

.c-header__logo .a,
.c-header__logo .b {
  fill: #836d9b;
}

@media (max-width: 900px) {
  .c-header__logo .a,
  .c-header__logo .b {
    fill: white;
  }
}

.c-header__logo .b {
  font-size: 14px;
  font-family: Optima-Medium, Optima;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c-header__secondary-nav {
  margin-left: auto;
  width: 30%;
}

@media (max-width: 900px) {
  .c-header__secondary-nav {
    display: none;
  }
}

.c-header__secondary-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: 80px;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-header__secondary-nav-list-item {
  margin-right: 30px;
}

.c-header__bottom {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-header__primary {
  margin: 0 auto;
  padding-left: 20%;
}

@media (max-width: 900px) {
  .c-header__primary {
    display: none;
  }
}

.c-header__primary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.c-header__primary-list-item:not(:last-child) {
  margin-right: 45px;
}

.c-header__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 900px) {
  .c-header__settings {
    width: unset;
  }
}

.c-header__settings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__settings-item:not(:last-child) {
  margin-right: 30px;
}

.c-header__settings-link-label {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-header__settings-link-label:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .c-header__settings-link-label {
    display: none;
  }
}

.c-header__settings-link:hover {
  text-decoration: none;
}

.c-header__settings-link .a {
  fill: none;
  stroke: #000;
}

@media (max-width: 900px) {
  .c-header__settings-link .a {
    stroke: white;
  }
}

@media (max-width: 900px) {
  .c-header__settings-link .b {
    fill: white;
  }
}

.c-header__cart-count {
  font-size: 12px;
  padding: 2px 5px;
  background-color: #FFBE68;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0;
}

.c-header__mobile {
  display: none;
  color: white;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #c9b6eb;
}

@media (max-width: 900px) {
  .c-header__mobile {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #C9B6EB;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 75px);
  }
  .c-header__mobile--open {
    display: block;
  }
}

@media (max-width: 600px) {
  .c-header__mobile {
    height: calc(100vh - 50px);
  }
}

.c-header__mobile-list {
  margin-top: 50px;
  list-style: none;
  font-size: 22px;
  letter-spacing: 1.1px;
}

.c-header__mobile-list-item {
  opacity: 0.7;
}

.c-header__mobile-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.c-header__mobile-list-item--active {
  opacity: 1;
}

.c-header__mob-social {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header__mob-social li:not(:last-child) {
  margin-right: 20px;
}

div.translation-lab-floating-dropdown-container {
  top: 62px;
  right: 50%;
  -webkit-transform: translate(680px);
          transform: translate(680px);
  font-family: inherit;
  padding: 0;
  background-color: transparent;
}

@media only screen and (max-width: 1400px) {
  div.translation-lab-floating-dropdown-container {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 900px) {
  div.translation-lab-floating-dropdown-container {
    top: 110px;
    border-color: white;
    color: white;
    display: none;
  }
  div.translation-lab-floating-dropdown-container .translation-lab-floating-dropdown-content {
    background-color: transparent;
  }
}

@media only screen and (max-width: 600px) {
  div.translation-lab-floating-dropdown-container {
    top: 85px;
    left: unset;
  }
}

div.translation-lab-floating-dropdown-container .current-lang-code-floating {
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  div.translation-lab-floating-dropdown-container .current-lang-code-floating {
    color: white;
  }
}

div.translation-lab-floating-dropdown-container .translation-lab-floating-dropdown {
  padding-right: 20px;
}

div.translation-lab-floating-dropdown-container .translation-lab-floating-dropdown:after {
  right: 14px;
  top: 12px;
}

@media only screen and (max-width: 900px) {
  div.translation-lab-floating-dropdown-container .translation-lab-floating-dropdown:after {
    border-color: rgba(255, 255, 255, 0.7);
  }
}

.db {
  display: block !important;
}

.c-four-icons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.c-four-icons__icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .c-four-icons__icons-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-four-icons__caption {
  max-width: 70px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .c-four-icons__caption {
    margin: 10px auto 0;
  }
}

.c-subscribe {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-subscribe__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media (max-width: 900px) {
  .c-subscribe__image {
    display: none;
  }
}

.c-subscribe__content {
  background-color: white;
  padding: 60px 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 900px) {
  .c-subscribe__content {
    padding: 30px 0;
  }
}

.c-subscribe__header {
  font-size: 14px;
  letter-spacing: -0.14px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.c-subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-subscribe__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .c-subscribe__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-subscribe__input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 13px;
}

@media (max-width: 600px) {
  .c-subscribe__input input {
    margin-bottom: 15px;
  }
}

.c-subscribe__input button {
  padding: 10px 13px;
  color: white;
  border: none;
  background-color: #C9B6EB;
  font-size: 16px;
  letter-spacing: 0.48px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-subscribe__input button:disabled {
  opacity: 0.7;
}

.c-subscribe__input button:hover {
  background-color: #8C70AA;
}

@media (max-width: 600px) {
  .c-subscribe__input button {
    margin-bottom: 15px;
  }
}

.c-subscribe__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  line-height: 14px;
  color: #4C4C4C;
}

.c-subscribe__label {
  max-width: 250px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .c-subscribe__label {
    max-width: 450px;
  }
}

.c-subscribe__checkbox {
  margin-right: 20px;
  margin-top: 2px;
}

.c-latest-news {
  padding: 50px 0;
}

.c-latest-news__header {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 25px;
}

.c-latest-news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-latest-news__grid--page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 100px;
}

.c-latest-news__single-news {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  .c-latest-news__single-news:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (max-width: 600px) {
  .c-latest-news__single-news {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

.c-latest-news__single-news--small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 30px);
          flex: 0 0 calc(33.3% - 30px);
  margin-right: 45px;
  margin-bottom: 70px;
}

@media only screen and (min-width: 901px) {
  .c-latest-news__single-news--small:nth-child(3), .c-latest-news__single-news--small:nth-child(6) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .c-latest-news__single-news--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    margin-right: 30px;
  }
  .c-latest-news__single-news--small:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .c-latest-news__single-news--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

.c-latest-news__single-news img {
  width: 100%;
  max-height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-latest-news__news-title {
  font-size: 24px;
  line-height: 26px;
  margin: 20px 0 10px;
}

.c-latest-news__desc {
  font-size: 15px;
  line-height: 23px;
  opacity: 0.9;
  font-style: normal;
  margin-bottom: 30px;
}

.c-latest-news__button {
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
}

.c-homepage-about {
  padding: 50px 0;
}

.c-homepage-about__header {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 60px;
  text-align: center;
}

.c-homepage-about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .c-homepage-about__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-homepage-about__two-grid-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
}

.c-homepage-about__grid-item {
  position: relative;
  display: block;
}

.c-homepage-about__grid-item--big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  margin-right: 15px;
}

@media (max-width: 900px) {
  .c-homepage-about__grid-item--big {
    margin-right: 0;
  }
}

.c-homepage-about__grid-item:last-child {
  margin-top: 15px;
}

@media (max-width: 900px) {
  .c-homepage-about__grid-item:last-child {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .c-homepage-about__grid-item {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 900px) {
  .c-homepage-about__grid-item:hover .c-homepage-about__discover {
    opacity: 0.8;
  }
}

.c-homepage-about__figure {
  height: 100%;
}

.c-homepage-about__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .c-homepage-about__image {
    max-height: 200px;
  }
}

.c-homepage-about__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  opacity: 0.9;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 3px black;
}

.c-homepage-about__discover {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px 20px 30px;
  font-size: 14px;
  color: white;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.c-homepage-about__arrow {
  margin-right: 8px;
  margin-bottom: 4px;
  width: 15px;
}

.c-instagram {
  padding: 50px 0;
}

.c-instagram__header {
  font-size: 32px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 52px;
}

.c-instagram__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-instagram__grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 75px)/4);
          flex: 0 0 calc((100% - 75px)/4);
  margin-right: 25px;
  overflow: hidden;
}

@media only screen and (min-width: 900px) {
  .c-instagram__grid-item:hover img,
  .c-instagram__grid-item:hover video {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-instagram__grid-item:nth-child(4), .c-instagram__grid-item:nth-child(8) {
  margin-right: 0;
}

.c-instagram__grid-item:nth-child(1), .c-instagram__grid-item:nth-child(2), .c-instagram__grid-item:nth-child(3), .c-instagram__grid-item:nth-child(4) {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .c-instagram__grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    margin-right: 15px;
  }
  .c-instagram__grid-item:nth-child(1) {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .c-instagram__grid-item:nth-child(2) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .c-instagram__grid-item:nth-child(3) {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .c-instagram__grid-item:nth-child(4) {
    margin-bottom: 0;
    margin-right: 0;
  }
  .c-instagram__grid-item:nth-child(5), .c-instagram__grid-item:nth-child(6), .c-instagram__grid-item:nth-child(7), .c-instagram__grid-item:nth-child(8) {
    display: none;
  }
}

.c-instagram__image {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-instagram__button-wrapper {
  text-align: center;
  margin-top: 70px;
}

.c-build-selection-link {
  padding-top: 120px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .c-build-selection-link__container {
    background-color: #fff;
    -webkit-box-shadow: 0px 28px 37px rgba(0, 0, 0, 0.051);
            box-shadow: 0px 28px 37px rgba(0, 0, 0, 0.051);
    margin-bottom: 50px;
  }
}

.c-build-selection-link__header {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.c-build-selection-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-build-selection-link__wrapper:hover {
  text-decoration: none;
}

@media only screen and (min-width: 900px) {
  .c-build-selection-link__wrapper:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

@media (max-width: 900px) {
  .c-build-selection-link__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-build-selection-link__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 50px;
}

@media (max-width: 900px) {
  .c-build-selection-link__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
  .c-build-selection-link__image img {
    max-width: 400px;
    width: 100%;
  }
}

@media (max-width: 574px) {
  /*.c-build-selection-link__image {*/
  /*  display:none*/
  /*}*/
}

.c-build-selection-link__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 80px 30px;
}

@media (max-width: 900px) {
  .c-build-selection-link__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px;
  }
}

.c-build-selection-link__first-p {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 18px;
}

.c-build-selection-link__content-header {
  font-size: 28px;
  margin-bottom: 32px;
}

.c-build-selection-link__content-image {
  max-width: 350px;
  margin: 0 auto 32px;
}

@media (max-width: 600px) {
  .c-build-selection-link__content-image {
    max-width: 100%;
  }
}

.c-build-selection-link__em {
  font-size: 18px;
  font-style: normal;
  max-width: 340px;
  margin: 0 auto;
}

.c-build-selection-link__button {
  margin-top: 32px;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-main-slider {
  padding: 0 0 50px;
}

.c-main-slider__header {
  font-size: 32px;
  margin-bottom: 60px;
  text-align: center;
}

.c-main-slider__slider {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .c-main-slider__slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.c-main-slider__slide {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 7.5px;
}

@media only screen and (min-width: 900px) {
  .c-main-slider__slide:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
.c-main-slider__image { margin-bottom: 32px; width: 100%; height: auto; max-height: 320px; object-fit: contain; }

.c-main-slider__name {
  font-size: 24px;
  margin-bottom: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 32px;
}

.c-main-slider__qty {
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
}

.c-main-slider__slide-button {
  position: absolute;
  height: calc(100% - 72px);
  width: 93px;
  top: 0;
  z-index: 5;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 900px) {
  .c-main-slider__slide-button {
    width: 42.5px;
  }
}

.c-main-slider__slide-button:after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #f0f0f0;
  position: absolute;
  top: 100%;
  left: 0;
}

.c-main-slider__slide-button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .c-main-slider__slide-button svg {
    width: 20px;
  }
}

.c-main-slider__slide-button .a {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.c-main-slider__slide-button--prev {
  left: 0;
}

.c-main-slider__slide-button--prev svg {
  right: 30px;
}

@media (max-width: 900px) {
  .c-main-slider__slide-button--prev svg {
    right: 10px;
  }
}

.c-main-slider__slide-button--next {
  right: 0;
}

.c-main-slider__slide-button--next svg {
  left: 30px;
}

@media (max-width: 900px) {
  .c-main-slider__slide-button--next svg {
    left: 10px;
  }
}

.c-hero-grid {
  padding: 15px 0 0;
}

@media only screen and (max-width: 600px) {
  .c-hero-grid {
    margin-bottom: 40px;
  }
}

.c-hero-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .c-hero-grid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-hero-grid__header {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
h1.c-hero-grid__header{
  margin:0;
}
.c-product-description__buttons-container h2{
  font-size: inherit;
}
@media (max-width: 1200px) {
  .c-hero-grid__header {
    font-size: 2vw;
  }
}

@media (max-width: 600px) {
  .c-hero-grid__header {
    font-size: 20px;
  }
  .c-product-description__buttons-container h2{
    font-size: 13px;
  }
}

.c-hero-grid__content-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 600px) {
  .c-hero-grid__content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}

.c-hero-grid__content {
  background-color: #C9B6EB;
  background-image: url("../assets/flower.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  color: white;
  padding: 50px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .c-hero-grid__content {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .c-hero-grid__content {
    margin-top: 15px;
  }
}

.c-hero-grid__content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hero-grid__content-images > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}

@media (max-width: 600px) {
  .c-hero-grid__content-images > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-hero-grid__content-images > img:first-child {
  margin-right: 15px;
}

@media (max-width: 600px) {
  .c-hero-grid__content-images > img:first-child {
    display: none;
  }
}

.c-hero-grid__main-images-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .c-hero-grid__main-images-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-hero-grid__main-images-grid > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}

.c-hero-grid__main-images-grid > img:first-child {
  margin-right: 15px;
}

.c-hero-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .c-hero-grid img {
    max-height: 150px;
  }
}

.c-page-header {
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 600px) {
  .c-page-header {
    padding-top: 20px;
  }
}

.c-page-header__header {
  color: #836d9b;
  font-size: 40px;
  margin: 40px auto 20px;
}

.c-page-header__header--single {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .c-page-header__header {
    font-size: 30px;
  }
}

.c-page-header__subheader {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(38, 38, 38, 0.8);
  font-style: normal;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .c-page-header__subheader {
    font-size: 16px;
  }
}

.c-contact-form {
  padding: 80px 0 100px;
  position: relative;
}

.c-contact-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
}

@media (max-width: 900px) {
  .c-contact-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact-form__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-size: 16px;
  line-height: 24px;
  padding-right: 50px;
}

.c-contact-form__content h2 {
  font-size: 42px;
  line-height: 47px;
  color: #836d9b;
  margin-bottom: 10px;
}

.c-contact-form__content h1 {
  font-size: 42px;
  line-height: 47px;
  color: #836d9b;
  margin-bottom: 10px;
}

.c-contact-form__content h3 {
  color: #836d9b;
  font-size: 28px;
  margin-bottom: 10px;
}

.c-contact-form__content li strong,
.c-contact-form__content p strong {
  font-family:sans-serif;
}

.c-contact-form__content em {
  font-style: normal;
}

.c-contact-form__content p {
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .c-contact-form__content {
    margin-bottom: 50px;
  }
}

.c-contact-form__social {
  margin-top: 20px;
}

.c-contact-form__social-link {
  margin-right: 10px;
}

.c-contact-form__icon--instagram .a {
  fill: #836d9b;
}

.c-contact-form__icon--instagram .b {
  fill: none;
}

.c-contact-form__icon--instagram .c {
  fill: #ebeef6;
}

.c-contact-form__icon--instagram .d, .c-contact-form__icon--instagram .e {
  stroke: none;
}

.c-contact-form__icon--instagram .e {
  fill: #ecedf5;
}

.c-contact-form__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.c-form__input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-form__input-row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}

@media (max-width: 600px) {
  .c-form__input-row > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.c-form__form-control {
  position: relative;
  margin-bottom: 25px;
}

.c-form__form-control input,
.c-form__form-control textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #dadada;
}

.c-form__form-control textarea {
  min-height: 200px;
}

.c-form__form-control label {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 14px;
}

.c-form__form-control--with-bd {
  border: 1px solid #dadada;
}

@media only screen and (max-width: 600px) {
  .c-form__submit {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.c-hero {
  text-align: center;
  padding: 200px 20px;
  color: white;
  background-position: center;
  background-size: cover;
}

.c-hero__header {
  font-size: 40px;
  margin-bottom: 15px;
}

.c-hero__desc {
  font-size: 18px;
  line-height: 26px;
  opacity: 0.9;
  font-style: normal;
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .c-hero {
    padding: 100px 20px;
  }
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #afafaf transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #afafaf transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  padding: 10px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-collection-box {
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  .c-collection-box {
    margin-bottom: 50px;
  }
}

.c-collection-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 28px 37px rgba(0, 0, 0, 0.051);
          box-shadow: 0px 28px 37px rgba(0, 0, 0, 0.051);
}

@media (max-width: 600px) {
  .c-collection-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-collection-box__image {
  max-width: 300px;
}

@media (max-width: 600px) {
  .c-collection-box__image {
    max-width: 100%;
    width: 100%;
    max-height: 50vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.c-collection-box__content {
  text-align: center;
  padding: 40px 60px;
  background-color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  width: 100%;
}

@media (max-width: 600px) {
  .c-collection-box__content {
    padding: 30px;
  }
}

.c-collection-box__content span {
  font-size: 14px;
}

.c-collection-box__content h2 {
  color: #836d9b;
  font-size: 28px;
  margin: 5px 0 20px;
}

.c-collection-box__content p {
  margin-bottom: 20px;
}

.c-collection-box__content .utils__button {
  margin-top: auto;
}

.c-product {
  max-width: 1040px;
  margin: 50px auto 0;
}

.c-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 14%;
}

@media (max-width: 1200px) {

  .c-product__container {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .c-product__container {
    margin: 0;
  }

}

@media (max-width: 600px) {
  .c-product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-product__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 30px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .c-product__details {
    margin-top: 20px;
    padding-left: 0;
  }
}

.c-product__qty {
  margin-left: 15px;
}

.c-product__subheader {
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.c-product__header {
  color: #836d9b;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 5px;
}

.c-product__amount {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product__price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.c-product__currency {
  font-family: "Optima Bold", sans-serif;
  font-size: 15px;
  color: black;
  margin-left: 15px;
}

.c-product__stickers {
  margin-top: 35px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product__stickers > *:first-child {
  margin-right: 15px;
}

.c-product__stickers img {
  width: 41px;
}

.c-product__slider-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-width: 400px;
}

.c-product__slider {
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 900px) {
  .c-product__slider {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .c-product__slider {
    max-width: 100%;
  }
}

.c-product__slider img {
  width: 100%;
}

.c-product__slider-nav {
  max-width: 400px;
}

@media (max-width: 900px) {
  .c-product__slider-nav {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .c-product__slider-nav {
    max-width: 100%;
  }
}

.c-product__slider-nav img {
  width: 115px;
  margin-right: 15px;
}

@media (max-width: 900px) {
  .c-product__slider-nav img {
    width: 80px;
  }
}

#productSelect {
  display: none;
}

.c-flavors {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 100px;
}

.c-flavors--no-border {
  border-bottom: none;
}

.c-flavors__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-flavors__grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  margin-bottom: 50px;
  border: none;
  background-color: transparent;
}

.c-flavors__grid-item:hover .c-flavors__message {
  opacity: 1;
}

@media (max-width: 600px) {
  .c-flavors__grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 900px) {
  .c-flavors__grid-item:hover .c-flavor-details__box {
    opacity: 1;
  }
}

.c-flavors__class {
  font-size: 22px;
  letter-spacing: 0.24px;
  margin-bottom: 15px;
}

.c-flavors__header {
  font-size: 27px;
  height: 30px;
  color: #000 !important;
}

@media (max-width: 600px) {
  .c-flavors__header {
    font-size: 20px;
    color: #000 !important;
  }
}

.c-flavors__image {
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}

.c-flavors__message {
  text-transform: uppercase;
  margin-top: -30px;
  display: block;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-flavors__disclaimer {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.c-flavors__desc {
  display: none;
}

.c-flavors__description {
  max-width: 700px;
  line-height: 1.5;
  margin: 0 auto 40px;
}

.c-flavor-boxes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .c-flavor-boxes__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flavor-boxes__subheader {
  font-size: 12px;
  margin-bottom: 10px;
  color: #383838;
}

.c-flavor-boxes__header {
  font-size: 23px;
  margin-bottom: 30px;
}

.c-flavor-boxes__image {
  margin-bottom: 30px;
  display: block;
}

.c-flavor-boxes__box {
  background-color: white;
  text-align: center;
  padding: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 20px);
          flex: 0 0 calc(33.3% - 20px);
}

.c-flavor-boxes__box:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 600px) {
  .c-flavor-boxes__box:not(:last-child) {
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .c-flavor-boxes__box {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .c-flavor-boxes__box {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 0 auto 20px;
  }
}

.c-product-description {
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 100px;
}

.c-product-description__tabs {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
}

.c-product-description__buttons-container {
  /*max-width: 1040px;*/
  /*margin: 0 auto;*/
  max-width: 600px;
  margin: 0 14%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {

  .c-product-description__buttons-container {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .c-product-description__buttons-container {
    margin: 0;
  }

}

.c-product-description__button {
  border: none;
  background-color: transparent;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.c-product-description__button--active {
  border-bottom: 1px solid #836d9b;
  color: #836d9b;
}

@media (max-width: 600px) {
  .c-product-description__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
  .c-product-description__buttons-container {
    margin: 0;
  }
}

.c-product-description__content {
  display: none;
}

.c-product-description__content--active {
  display: block;
}

.c-product-description__allergens-wrapper {
  border: 1px solid rgba(112, 112, 112, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .c-product-description__allergens-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-product-description__allergens {
  min-width: 130px;
  padding: 15px;
}

.c-product-description__allergens:not(:last-child) {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}

@media only screen and (max-width: 600px) {
  .c-product-description__allergens:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
}

.c-product-description__allergens svg {
  margin-right: 8px;
}

.c-product-description__allergens-desc {
  margin-top: 30px;
}

.c-product-description__nuts .a, .c-product-description__nuts .b {
  fill: transparent;
  stroke: #707070;
  stroke-width: .5px;
}

.c-product-description__nuts .b {
  fill: none;
}

.c-product-description__milk .a, .c-product-description__milk .d, .c-product-description__soya .a, .c-product-description__soya .d {
  fill: none;
}

.c-product-description__milk .a, .c-product-description__milk .b, .c-product-description__soya .a, .c-product-description__soya .b {
  stroke: #707070;
  stroke-width: 0.5px;
}

.c-product-description__milk .b, .c-product-description__soya .b {
  fill: transparent;
}

.c-product-description__milk .c, .c-product-description__soya .c {
  stroke: none;
}

.c-product-description__eggs .a, .c-product-description__sesame .a {
  fill: none;
  stroke: #707070;
  stroke-width: 0.5px;
}

.c-table-cart {
  position: relative;
  background-color: white;
  padding-bottom: 70px;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow-x: hidden;
}

.c-table-cart__title {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.c-table-cart th {
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
}

.c-table-cart td {
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  .c-table-cart td {
    padding: 10px 6px;
  }
}

@media only screen and (max-width: 900px) {
  .c-table-cart__container {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.c-table-cart__table {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.c-table-cart__header {
  font-size: 14px;
  font-weight: 400;
}

.c-table-cart__header th {
  padding: 10px 0;
}

.c-table-cart__header th span {
  border-right: 1px solid #707070;
  display: block;
}

.c-table-cart__product-image {
  max-width: 75px;
}

@media only screen and (max-width: 600px) {
  .c-table-cart__product-image {
    max-width: 50px;
  }
}

.c-table-cart__price {
  font-size: 12px;
  letter-spacing: 0.36px;
}

.c-table-cart__product {
  text-align: left;
}

.c-table-cart__button {
  border: none;
  background-color: transparent;
}

.c-table-cart__button a,
.c-table-cart__button img {
  display: block;
}

@media only screen and (max-width: 480px) {
  .c-table-cart__button a,
  .c-table-cart__button img {
    width: 30px;
  }
}

.c-table-cart__delivery-title {
  text-decoration: underline;
  margin-bottom: 10px;
}

.c-table-cart__checkout-area {
  border-top: 1px solid #f0f0f0;
}

.c-table-cart__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
  margin-top: 50px;
}

@media only screen and (max-width: 900px) {
  .c-table-cart__note {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .c-table-cart__note {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c-table-cart__note textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  resize: none;
  border: 1px solid #707070;
  padding: 10px;
}

.c-table-cart__label {
  margin-bottom: 10px;
  margin-right: 170px;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 428px) {
  .c-table-cart__label {
    margin-left: 0px;
  }
}

.c-table-cart__checkout-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .c-table-cart__checkout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}

.c-table-cart__no-tax {
  font-size: 18px;
}

.c-table-cart__total {
  text-align: center;
  margin-left: auto;
}

@media only screen and (max-width: 900px) {
  .c-table-cart__total {
    margin-right: auto;
  }
}

.c-table-cart__total-tax {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c-table-cart__total-price {
  font-size: 30px;
  font-family: "Optima Bold", sans-serif;
  margin-bottom: 15px;
}

.c-table-cart__total-price-header {
  font-size: 14px;
}

.c-table-cart__disclaimer {
  font-size: 10px;
  line-height: 1.6;
  opacity: 0.7;
  margin-top: 5px;
}

.c-table-cart__qty {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .c-table-cart__qty {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .c-table-cart__mobile-hidden {
    display: none;
  }
}

.c-table-cart__free {
  border: 1px solid #836d9b;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}

.c-table-cart__back {
  margin-left: auto;
  margin-right: 50px;
  font-size: 12px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-table-cart__back:hover {
  text-decoration: none;
  opacity: 1;
}

.c-table-cart__back:before {
  content: "\00AB";
  margin-right: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .c-table-cart__back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: -16px;
    margin-right: 0;
  }
}

#handmsg {
  display: none;
}

.c-qty {
  border: 1px solid #000;
}

.c-qty__button {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.c-qty__qty-input {
  background-color: transparent;
  border: none;
  width: 20px;
  text-align: center;
}

.c-configurator {
  background-color: white;
  margin-bottom: 0px !important;
  padding-bottom: 80px;
}

.c-configurator__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (max-width: 900px) {
  .c-configurator__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-configurator__flavors {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 80px 0 0;
}

.c-configurator__box-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 20px;
}

.c-configurator__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-configurator__box-title {
  color: rgba(38, 38, 38, 0.8);
  font-size: 22px;
  margin-bottom: 20px;
}

.c-configurator__box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  border: 3px solid white;
  background-color: #F0F0F0;
  height: 33.3%;
  position: relative;
}

.c-configurator__box-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 900px) {
  .c-configurator__box-item:after {
    display: none;
  }
}

.c-configurator__box-item:hover .c-configurator__remove {
  opacity: 1;
}

@media (max-width: 900px) {
  .c-configurator__box-item {
    min-height: 33vw;
    height: unset;
  }
}

@media (max-width: 600px) {
  .c-configurator__box-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.c-configurator__box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-configurator__box-content img {
  padding: 25px;
  background-color: #fff;
}

@media (max-width: 900px) {
  .c-configurator__box-content {
    position: static;
  }
}

.c-configurator__selected {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}

.c-configurator__submit {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.c-configurator__submit:disabled {
  opacity: 0.5;
}

.c-configurator__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .c-configurator__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-configurator__price-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 14px;
}

.c-configurator__qty {
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 600px) {
  .c-configurator__qty-wrapper {
    margin: 20px 0;
  }
}

.c-configurator__price {
  font-size: 32px;
  font-family: "Optima Bold", sans-serif;
  line-height: 1.4;
}

.c-configurator__tax {
  font-size: 14px;
  opacity: 0.7;
}

.c-configurator__disclaimer {
  font-size: 10px;
  margin-top: 5px;
  opacity: 0.7;
  display: inline-block;
  line-height: 1.4;
}

.c-configurator__name, .c-configurator__remove {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px;
}

@media (max-width: 900px) {
  .c-configurator__name {
    position: static;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.c-configurator__remove {
  opacity: 0;
  color: white;
  background-color: black;
  border: none;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 900px) {
  .c-configurator__remove {
    opacity: 1;
  }
}

.c-configurator__flavors-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-configurator__flavors-box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  position: relative;
  margin-bottom: 20px;
}

.c-configurator__flavors-box-item img {
  padding: 25px;
}

.c-configurator__flavors-box-item:hover .c-configurator__add-to-box {
  opacity: 1;
}

.c-configurator__flavors-box-item:hover .c-configurator__flavor-name {
  opacity: 0;
}

@media (max-width: 900px) {
  .c-configurator__flavors-box-item:hover .c-configurator__flavor-name {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .c-configurator__flavors-box-item {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .c-configurator__flavors-box-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.c-configurator__flavor-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 900px) {
  .c-configurator__flavor-name {
    position: static;
    margin-bottom: 5px;
  }
}

.c-configurator__add-to-box {
  position: absolute;
  border: none;
  color: white;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 900px) {
  .c-configurator__add-to-box {
    position: static;
    opacity: 1;
    height: unset;
    background-color: black;
    border-radius: 0;
  }
}

.c-configurator__checkbox input {
  display: none;
}

.c-configurator__checkbox input:checked ~ .c-configurator__custom-box:after {
  opacity: 1;
}

.c-configurator__checkbox label {
  cursor: pointer;
}

.c-configurator__checkbox .c-configurator__custom-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  border: 1px solid #836d9b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 2px;
  margin-right: 5px;
}

.c-configurator__checkbox .c-configurator__custom-box:hover {
  opacity: 0.8;
}

.c-configurator__checkbox .c-configurator__custom-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid white;
  background-color: #836d9b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.breadcrumbs {
  font-size: 14px;
  padding-top: 10px;
}

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:last-child) {
  color: #836d9b;
}

.breadcrumbs li:last-child {
  opacity: 0.5;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
  content: "\00BB";
  display: inline-block;
  padding: 0 3px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 20px;
}

.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs [aria-current="page"]:hover,
.breadcrumbs [aria-current="page"]:focus {
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.pagination span:not(:last-child) {
  margin-right: 10px;
}

.c-article {
  max-width: 1000px;
  padding: 50px;
  margin: 50px auto 100px;
  background-color: white;
}

@media only screen and (max-width: 600px) {
  .c-article {
    padding: 0 20px 50px;
    margin: 0 auto;
  }
}

.c-article__image {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .c-article__image {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: unset;
  }
}

.c-article__header {
  color: #836d9b;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .c-article__header {
    margin-top: 40px;
    font-size: 28px;
  }
}

.c-article__text {
  max-width: 800px;
  margin-bottom: 100px;
  margin-top: 40px;
}

.c-empty-cart {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.c-empty-cart__back {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-empty-cart__back:hover {
  text-decoration: none;
  opacity: 1;
}

.c-empty-cart__back:before {
  content: "\00AB";
  margin-right: 10px;
  font-size: 16px;
}

.c-empty-cart__header {
  padding-top: 80px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.c-empty-cart__subheader {
  font-size: 27px;
  margin-bottom: 10px;
}

.c-empty-cart__text {
  font-size: 20px;
  opacity: 0.9;
  line-height: 1.5;
  max-width: 330px;
  margin: 0 auto;
  font-style: normal;
  color: #2E2E2E;
}

.c-empty-cart__buttons {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .c-empty-cart__buttons > * {
    display: block;
    width: 100%;
  }
}

.c-empty-cart__buttons > *:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .c-empty-cart__buttons > *:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 35px 50px;
  font-size: 16px;
  line-height: 22px;
  z-index: 100;
}

@media only screen and (max-width: 600px) {
  .cookies {
    padding: 20px 0;
  }
}

.cookies__text {
  padding-right: 40px;
}

@media only screen and (max-width: 600px) {
  .cookies__text {
    margin-bottom: 20px;
    padding: 0;
  }
}

.cookies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  .cookies__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-account__title-area {
  margin: 70px 0;
  text-transform: uppercase;
}

.c-account__title {
  font-size: 40px;
  color: #836d9b;
  margin: 0 20px 0 0;
  display: inline-block;
}

.c-account__logout {
  font-size: 16px;
  display: inline-block;
}

.c-account__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .c-account__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}

.c-account__order-history {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

@media (max-width: 900px) {
  .c-account__order-history {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 30px;
  }
}

.c-account__account-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 900px) {
  .c-account__account-details {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.c-account__grid-title {
  margin-bottom: 20px;
}

/*================ #Tables ================*/
.c-account table,
.c-order table {
  margin-bottom: 27.5px;
  width: 100%;
  padding-right: 40px;
}

.c-account table a,
.c-order table a {
  color: #0080FF;
}

@media only screen and (min-width: 900px) {
  .c-account table a:hover,
  .c-order table a:hover {
    text-decoration: underline;
  }
}

.c-account th,
.c-order th {
  color: #836d9b;
}

.c-account th:first-child,
.c-order th:first-child {
  padding-left: 0;
}

.c-account th,
.c-account td,
.c-order th,
.c-order td {
  text-align: left;
  padding: 10px 14px;
}

.c-account tbody th,
.c-account td,
.c-order tbody th,
.c-order td {
  border-top: 1px solid #ddd;
}

.c-account tbody th,
.c-account tfoot th,
.c-order tbody th,
.c-order tfoot th {
  font-weight: normal;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media (max-width: 900px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    width: calc(100vw - 40px);
    border: 0;
    margin: 0;
    position: relative;
  }
  .responsive-table th:after,
  .responsive-table td:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ddd;
  }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
    margin-top: 5px;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after,
  tfoot > .responsive-table__row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid #ddd;
  }
}

.c-login__title {
  margin-bottom: 40px;
  margin-top: 0;
  color: #836d9b;
}

.c-login__signin {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .c-login__signin {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .c-login__signup {
    display: block;
    width: 100%;
  }
}

.c-login__forgot {
  display: block;
  margin-bottom: 30px;
  margin-top: -10px;
  opacity: 0.7;
  text-align: left;
}

.c-login__form {
  background-color: white;
  padding: 50px;
  max-width: 600px;
  text-align: center;
  margin: 50px auto;
}

@media (max-width: 600px) {
  .c-login__form {
    padding: 50px 20px;
  }
}

.c-login__forgot-wrapper {
  border: 1px solid #836d9b;
  margin-top: 50px;
  padding: 20px 50px;
  display: none;
}

.c-login__passreset {
  margin-bottom: 10px;
  color: #836d9b;
}

.c-login__passresetmsg {
  margin-bottom: 50px;
}

.form-message {
  margin-bottom: 40px;
}

.c-order {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
}

.c-order__header {
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 0;
  color: #836d9b;
}

@media only screen and (max-width: 900px) {
  .c-order__header {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.c-order__subheader {
  font-size: 30px;
  margin-bottom: 5px;
}

.c-order__date {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 50px;
}

.c-order__table {
  padding-right: 0;
}

.c-order__table-img {
  margin-right: 10px;
}

.c-order__back {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-order__back:hover {
  text-decoration: none;
  opacity: 1;
}

.c-order__back:before {
  content: '\00AB';
  margin-right: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 900px) {
  .c-order__back {
    top: -50px;
  }
}

.c-order__details {
  line-height: 1.3;
  margin-top: 80px;
}

.c-order__details h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 900px) {
  .c-order .small--hide {
    display: none;
  }
}

.c-address__container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-right: 400px;
}

.c-address__header {
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 0;
  color: #836d9b;
}

@media only screen and (max-width: 900px) {
  .c-address__header {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.c-address__subheader {
  margin-bottom: 20px;
}

.c-address__back {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-address__back:hover {
  text-decoration: none;
  opacity: 1;
}

.c-address__back:before {
  content: '\00AB';
  margin-right: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 900px) {
  .c-address__back {
    top: -50px;
  }
}

.c-address__h2 {
  margin-bottom: 50px;
}

.c-address__custom-checkbox {
  margin-bottom: 20px;
}

.c-address__form {
  margin-top: 50px;
  margin-bottom: 80px;
}

.c-address__edit-address {
  margin-top: 40px;
  margin-bottom: 60px;
}

.c-address__hidden {
  display: none;
}

.c-address__address-wrapper {
  margin-bottom: 50px;
}

.c-address__buttons {
  margin-top: 20px;
}

.p-homepage section {
  margin-bottom: 50px;
}

.c-coming-soon {
  background-color: #836d9b;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#B5A4D3), color-stop(50%, #836d9b), to(#836d9b));
  background-image: linear-gradient(to top, #B5A4D3, #836d9b 50%, #836d9b);
  color: white;
  text-align: center;
  width: 100%;
  height: 100vh;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Optima';
}

@media only screen and (max-width: 414px) {
  .c-coming-soon {
    padding: 30px 20px;
  }
}

.c-coming-soon__center-area {
  background-image: url("../images/coming-soon-flower.png");
  background-position: center top;
  background-size: 230px 230px;
  background-repeat: no-repeat;
  margin-top: -200px;
}

@media only screen and (max-width: 414px) {
  .c-coming-soon__center-area {
    margin-top: -50px;
  }
}

.c-coming-soon__center-area h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 80px;
  font-family: inherit;
}

@media only screen and (max-width: 414px) {
  .c-coming-soon__center-area h1 {
    font-size: 30px;
  }
}

.c-coming-soon__center-area h4 {
  font-size: 20px;
  opacity: 0.83;
  line-height: 1.3;
  max-width: 280px;
  margin: 0 auto 50px;
  font-family: inherit;
}

@media only screen and (max-width: 414px) {
  .c-coming-soon__center-area h4 {
    font-size: 16px;
  }
}

.c-coming-soon__media-icons {
  padding: 0;
  list-style: none;
}

.c-coming-soon__media-icons li {
  display: inline-block;
}

.c-coming-soon__media-icons li:not(:last-child) {
  margin-right: 15px;
}

.c-coming-soon__bottom-message {
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.83;
}

@media only screen and (max-width: 414px) {
  .c-coming-soon__bottom-message {
    font-size: 16px;
  }
}

.p-page,
.shopify-policy__container {
  font-size: 16px;
  line-height: 26px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-page h1,
.p-page h2,
.shopify-policy__container h1,
.shopify-policy__container h2 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #836d9b;
  text-align: center;
}

.p-page p,
.shopify-policy__container p {
  margin-bottom: 30px;
}

.p-thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../assets/ty-subscribing.jpg);
  background-position: center;
  background-size: cover;
}

.p-thankyou__wrapper {
  background-color: #fff;
  padding: 50px 80px;
  text-align: center;
  margin: 150px auto;
}

@media only screen and (max-width: 600px) {
  .p-thankyou__wrapper {
    padding: 20px;
    margin: 150px 20px;
  }
}

.p-thankyou h1 {
  font-size: 26px;
  opacity: 0.8;
  letter-spacing: 1.3px;
  line-height: 29px;
  text-transform: uppercase;
}

.p-thankyou h2 {
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  opacity: 0.8;
  max-width: 300px;
  margin: 0 auto;
}

body {
  background-color: #F0F0F0;
}
.product-description-teaser {
  display: none;
}