/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* Responsive breakpoints
   xs: max 575.98px
   sm: min 576px
   md: min 768px
   lg: min 992px
   xl: min 1200px
   xxl: min 1400px
   xxxl: min 1600px
   ultra: min 1920px
*/

/* Section index (search for [tag])
   [typography] Text, headings, and paragraph helpers
   [utilities]  Color, spacing, and layout utilities
   [layout]     Containers, wrappers, and body chrome
   [header]     Site header, navigation, and actions
   [components] Buttons, cards, and featured sections
   [overlays]   Modals, galleries, and responsive tweaks
*/

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Pangea";
  src: url("../fonts/Pangea-Regular.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/Pangea-Medium.woff2") format("woff2");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/Pangea-SemiBold.woff2") format("woff2");
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/Pangea-Italic.woff2") format("woff2");
  font-weight: 400; /* Regular Italic */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Pangea";
  src: url("../fonts/Pangea-MediumItalic.woff2") format("woff2");
  font-weight: 500; /* Medium Italic */
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Pangea", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #243638;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.page__blockquote {
  padding: 30px;
  font-size: 20px;
  line-height: 42px;
  overflow: auto;
  margin: 0 0 30px 0;
  display: block;
}

.page__blockquote-quote {
  display: block;
}

.page__blockquote-cite {
  font-style: normal;
  display: block;
}

@media (min-width: 992px) {
  .page__blockquote--left {
    float: left;
    margin-right: 30px;
    width: 45%;
  }
  .page__blockquote--right {
    float: right;
    margin-left: 30px;
    width: 45%;
  }
}
::selection {
  background: #f9ba2f;
  color: #243638;
}

::-moz-selection {
  background: #f9ba2f;
  color: #243638;
}

p,
.p {
  margin: 0;
}
p + p,
p + .p,
.p + p,
.p + .p {
  margin-top: 20px;
}

/* [typography] Type hierarchy & lede copy
   -------------------------------------- */
@media (min-width: 768px) {
  .paragraph--lede, .page__summary strong, .comment__content {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.paragraph--small, .gallery__caption,
small {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

address {
  font-style: normal;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .text--2col {
    column-count: 2;
    column-gap: 30px;
  }
}
h1,
.h1,
.banner__title,
h2,
.h2,
.floating-circles__title,
.product-detail__title,
.section__title,
.boxed__title,
h3,
.h3,
.image-and-text__media-title,
.page__link-block-title,
.cta-grid__title,
.site-footer__tag-line,
h4,
.h4,
.nav__dropdown-item .cta-grid__title,
.basket__total,
h5,
.h5,
.product-card__title,
.search-form__menu-title,
h6,
.h6 {
  margin: 0;
  line-height: 1.1em;
  font-weight: 500;
  display: block;
}
p + h1,
p + .h1,
p + .banner__title,
p + h2,
p + .h2,
p + .floating-circles__title,
p + .product-detail__title,
p + .section__title,
p + .boxed__title,
p + h3,
p + .h3,
p + .image-and-text__media-title,
p + .page__link-block-title,
p + .cta-grid__title,
p + .site-footer__tag-line,
p + h4,
p + .h4,
.nav__dropdown-item p + .cta-grid__title,
p + .basket__total,
p + h5,
p + .h5,
p + .product-card__title,
p + .search-form__menu-title,
p + h6,
p + .h6 {
  margin-top: 30px;
}

h1,
.h1,
.banner__title {
  font-size: 42.3076923077px;
  margin: 0 0 45px 0;
  letter-spacing: -0.01em;
}
@media (min-width: 576px) {
  h1,
  .h1,
  .banner__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .banner__title {
    font-size: 55px;
  }
}

h2,
.h2,
.floating-circles__title,
.product-detail__title,
.section__title,
.boxed__title {
  font-size: 32.3076923077px;
  margin: 0 0 30px 0;
  letter-spacing: -0.01em;
}
@media (min-width: 576px) {
  h2,
  .h2,
  .floating-circles__title,
  .product-detail__title,
  .section__title,
  .boxed__title {
    font-size: 38.1818181818px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  .floating-circles__title,
  .product-detail__title,
  .section__title,
  .boxed__title {
    font-size: 42px;
  }
}

h3,
.h3,
.image-and-text__media-title,
.page__link-block-title,
.cta-grid__title,
.site-footer__tag-line {
  font-size: 25.3846153846px;
  margin: 0 0 15px 0;
}
@media (min-width: 576px) {
  h3,
  .h3,
  .image-and-text__media-title,
  .page__link-block-title,
  .cta-grid__title,
  .site-footer__tag-line {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3,
  .image-and-text__media-title,
  .page__link-block-title,
  .cta-grid__title,
  .site-footer__tag-line {
    font-size: 33px;
  }
}

h4,
.h4,
.nav__dropdown-item .cta-grid__title,
.basket__total {
  font-size: 22px;
  margin: 0 0 7.5px 0;
}
@media (min-width: 576px) {
  h4,
  .h4,
  .nav__dropdown-item .cta-grid__title,
  .basket__total {
    font-size: 27px;
  }
}

h5,
.h5,
.product-card__title,
.search-form__menu-title {
  font-size: 22px;
  margin: 0 0 7.5px 0;
}

h6,
.h6 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

.heading--pre-title {
  display: block;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 7.5px;
}

.heading--spaced {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading--block {
  display: block;
}

ul,
ol {
  padding-left: 30px;
  break-inside: avoid;
  page-break-inside: avoid;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 10px;
}
ul li::marker,
ol li::marker {
  color: #c70061;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}

li + li {
  margin-top: 15px;
}

/* [utilities] List formatting helpers
   ----------------------------------- */
.list--unstyled {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.list--unstyled ul,
.list--unstyled ol {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.list--unstyled li {
  line-height: 1.5em;
  margin: 0;
}
.list--unstyled li + li {
  margin-top: 6px;
}

.list--inline {
  list-style-type: none !important;
  padding: 0 !important;
}
.list--inline li {
  display: inline-block;
  margin: 6px;
}

/* [utilities] Quick color modifiers
   --------------------------------- */
.color--pink {
  color: #c70061 !important;
}

.color--blue {
  color: #008fab !important;
}

.color--black {
  color: #243638 !important;
}

.color--success {
  color: #4c8b3f !important;
}

.color--failure {
  color: #ae3d3f !important;
}

.align--centre {
  text-align: center !important;
}

.align--left {
  text-align: left !important;
}

.align--right {
  text-align: right !important;
}

.weight--normal {
  font-weight: 500 !important;
}

.weight--bold {
  font-weight: 600 !important;
}

.style--italic {
  font-style: italic !important;
}

.style--underline {
  text-decoration: underline !important;
}

.style--linethrough {
  text-decoration: line-through !important;
}

.case--ucase {
  text-transform: uppercase !important;
}

.case--lcase {
  text-transform: lowercase !important;
}

.case--scase {
  text-transform: none !important;
}

.case--caps {
  text-transform: capitalize !important;
}

/* [utilities] Spacing shorthands
   ------------------------------ */
.flush {
  margin: 0 !important;
  padding: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.margin {
  margin: 30px !important;
}

.margin--top {
  margin-top: 30px !important;
}

.margin--bottom {
  margin-bottom: 30px !important;
}

.margin--left {
  margin-left: 30px !important;
}

.margin--right {
  margin-right: 30px !important;
}

.padding {
  padding: 30px !important;
}

.padding--top {
  padding-top: 30px !important;
}

.padding--bottom {
  padding-bottom: 30px !important;
}

.padding--left {
  padding-left: 30px !important;
}

.padding--right {
  padding-right: 30px !important;
}

.border--top, .pagination {
  border-top: 1px solid #f4f4f4 !important;
}

.border--bottom, .comment {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border--left {
  border-left: 1px solid #f4f4f4 !important;
}

.border--right {
  border-right: 1px solid #f4f4f4 !important;
}

.float--left {
  float: left !important;
}

.float--right {
  float: right !important;
}

/**
 * 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 are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

.hidden {
  display: none;
}

.visuallyhidden, .product-card__label, .search-form__label {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  text-indent: -100000px;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
}

@media (max-width: 991.98px) {
  .not-palm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .palm {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .not-lap {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .lap {
    display: none !important;
  }
}

@keyframes fadeDropIn {
  0% {
    position: relative;
    opacity: 0;
    top: 10px;
  }
  100% {
    position: relative;
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes arrowReverse {
  to {
    stroke-dashoffset: -1309;
  }
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 10px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes floatingMore {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 20px);
  }
  to {
    transform: translate(0, 0px);
  }
}

/* [components] Buttons & clickable elements
   ---------------------------------------- */
.button, .gallery__zoom, .floating-circles__button, .image-and-text__button, .hero__button, .section__button, .nav__item--cart-button, .nav__toggle,
button,
input[type=button],
input[type=submit] {
  padding: 0 30px;
  padding-bottom: 2px;
  min-height: 62px;
  border-radius: 31px;
  border: 2px solid #c70061;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  color: #c70061;
  transition: color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.button img, .gallery__zoom img, .floating-circles__button img, .image-and-text__button img, .hero__button img, .section__button img, .nav__item--cart-button img, .nav__toggle img,
.button svg,
.gallery__zoom svg,
.floating-circles__button svg,
.image-and-text__button svg,
.hero__button svg,
.section__button svg,
.nav__item--cart-button svg,
.nav__toggle svg,
button img,
button svg,
input[type=button] img,
input[type=button] svg,
input[type=submit] img,
input[type=submit] svg {
  height: 20px;
  margin-left: 5px;
  margin-right: -10px;
}
.button:before, .gallery__zoom:before, .floating-circles__button:before, .image-and-text__button:before, .hero__button:before, .section__button:before, .nav__item--cart-button:before, .nav__toggle:before,
button:before,
input[type=button]:before,
input[type=submit]:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c70061;
  transform: scaleX(0);
  transform-origin: 50%;
  transition: all 0.2s ease-in-out;
}
.button:hover, .gallery__zoom:hover, .floating-circles__button:hover, .image-and-text__button:hover, .hero__button:hover, .section__button:hover, .nav__item--cart-button:hover, .nav__toggle:hover, .button:focus, .gallery__zoom:focus, .floating-circles__button:focus, .image-and-text__button:focus, .hero__button:focus, .section__button:focus, .nav__item--cart-button:focus, .nav__toggle:focus,
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #FFFFFF;
}
.button:hover:before, .gallery__zoom:hover:before, .floating-circles__button:hover:before, .image-and-text__button:hover:before, .hero__button:hover:before, .section__button:hover:before, .nav__item--cart-button:hover:before, .nav__toggle:hover:before, .button:focus:before, .gallery__zoom:focus:before, .floating-circles__button:focus:before, .image-and-text__button:focus:before, .hero__button:focus:before, .section__button:focus:before, .nav__item--cart-button:focus:before, .nav__toggle:focus:before,
button:hover:before,
button:focus:before,
input[type=button]:hover:before,
input[type=button]:focus:before,
input[type=submit]:hover:before,
input[type=submit]:focus:before {
  z-index: -1;
  transform: scaleX(1);
}
.button:hover img, .gallery__zoom:hover img, .floating-circles__button:hover img, .image-and-text__button:hover img, .hero__button:hover img, .section__button:hover img, .nav__item--cart-button:hover img, .nav__toggle:hover img, .button:hover svg, .gallery__zoom:hover svg, .floating-circles__button:hover svg, .image-and-text__button:hover svg, .hero__button:hover svg, .section__button:hover svg, .nav__item--cart-button:hover svg, .nav__toggle:hover svg, .button:focus img, .gallery__zoom:focus img, .floating-circles__button:focus img, .image-and-text__button:focus img, .hero__button:focus img, .section__button:focus img, .nav__item--cart-button:focus img, .nav__toggle:focus img, .button:focus svg, .gallery__zoom:focus svg, .floating-circles__button:focus svg, .image-and-text__button:focus svg, .hero__button:focus svg, .section__button:focus svg, .nav__item--cart-button:focus svg, .nav__toggle:focus svg,
button:hover img,
button:hover svg,
button:focus img,
button:focus svg,
input[type=button]:hover img,
input[type=button]:hover svg,
input[type=button]:focus img,
input[type=button]:focus svg,
input[type=submit]:hover img,
input[type=submit]:hover svg,
input[type=submit]:focus img,
input[type=submit]:focus svg {
  filter: brightness(0) invert(1);
}
.button:active, .gallery__zoom:active, .floating-circles__button:active, .image-and-text__button:active, .hero__button:active, .section__button:active, .nav__item--cart-button:active, .nav__toggle:active, .button.button--active, .button--active.gallery__zoom, .button--active.floating-circles__button, .button--active.image-and-text__button, .button--active.hero__button, .button--active.section__button, .button--active.nav__item--cart-button, .button--active.nav__toggle,
button:active,
button.button--active,
input[type=button]:active,
input[type=button].button--active,
input[type=submit]:active,
input[type=submit].button--active {
  color: #FFFFFF;
  top: 2px;
}
.button:active:before, .gallery__zoom:active:before, .floating-circles__button:active:before, .image-and-text__button:active:before, .hero__button:active:before, .section__button:active:before, .nav__item--cart-button:active:before, .nav__toggle:active:before, .button.button--active:before, .button--active.gallery__zoom:before, .button--active.floating-circles__button:before, .button--active.image-and-text__button:before, .button--active.hero__button:before, .button--active.section__button:before, .button--active.nav__item--cart-button:before, .button--active.nav__toggle:before,
button:active:before,
button.button--active:before,
input[type=button]:active:before,
input[type=button].button--active:before,
input[type=submit]:active:before,
input[type=submit].button--active:before {
  z-index: -1;
  transform: scaleX(1);
}
.button.button--secondary, .button--secondary.gallery__zoom, .floating-circles__button, .button--secondary.image-and-text__button, .button--secondary.hero__button, .button--secondary.section__button, .button--secondary.nav__item--cart-button, .button--secondary.nav__toggle,
button.button--secondary,
input[type=button].button--secondary,
input[type=submit].button--secondary {
  border-color: #008fab;
  color: #008fab;
}
.button.button--secondary:before, .button--secondary.gallery__zoom:before, .floating-circles__button:before, .button--secondary.image-and-text__button:before, .button--secondary.hero__button:before, .button--secondary.section__button:before, .button--secondary.nav__item--cart-button:before, .button--secondary.nav__toggle:before,
button.button--secondary:before,
input[type=button].button--secondary:before,
input[type=submit].button--secondary:before {
  background: #008fab;
}
.button.button--secondary:hover, .button--secondary.gallery__zoom:hover, .floating-circles__button:hover, .button--secondary.image-and-text__button:hover, .button--secondary.hero__button:hover, .button--secondary.section__button:hover, .button--secondary.nav__item--cart-button:hover, .button--secondary.nav__toggle:hover, .button.button--secondary:focus, .button--secondary.gallery__zoom:focus, .floating-circles__button:focus, .button--secondary.image-and-text__button:focus, .button--secondary.hero__button:focus, .button--secondary.section__button:focus, .button--secondary.nav__item--cart-button:focus, .button--secondary.nav__toggle:focus,
button.button--secondary:hover,
button.button--secondary:focus,
input[type=button].button--secondary:hover,
input[type=button].button--secondary:focus,
input[type=submit].button--secondary:hover,
input[type=submit].button--secondary:focus {
  color: #FFFFFF;
}
.button.button--special, .button--special.gallery__zoom, .button--special.floating-circles__button, .button.image-and-text__button--standout, .image-and-text__button--standout.gallery__zoom, .image-and-text__button--standout.floating-circles__button, .button--special.image-and-text__button, .image-and-text__button.image-and-text__button--standout, .button.product-detail__button, .product-detail__button.gallery__zoom, .product-detail__button.floating-circles__button, .product-detail__button.image-and-text__button, .button--special.hero__button, .hero__button.image-and-text__button--standout, .hero__button.product-detail__button, .button--special.section__button, .section__button.image-and-text__button--standout, .section__button.product-detail__button, .nav__item--cart-button, .button--special.nav__toggle, .nav__toggle.image-and-text__button--standout, .nav__toggle.product-detail__button,
button.button--special,
button.image-and-text__button--standout,
button.product-detail__button,
input[type=button].button--special,
input[type=button].image-and-text__button--standout,
input[type=button].product-detail__button,
input[type=submit].button--special,
input[type=submit].image-and-text__button--standout,
input[type=submit].product-detail__button {
  background: #f9ba2f;
  border-color: #f9ba2f;
  color: #243638;
}
.button.button--special:before, .button--special.gallery__zoom:before, .button--special.floating-circles__button:before, .button.image-and-text__button--standout:before, .image-and-text__button--standout.gallery__zoom:before, .image-and-text__button--standout.floating-circles__button:before, .button--special.image-and-text__button:before, .image-and-text__button.image-and-text__button--standout:before, .button.product-detail__button:before, .product-detail__button.gallery__zoom:before, .product-detail__button.floating-circles__button:before, .product-detail__button.image-and-text__button:before, .button--special.hero__button:before, .hero__button.image-and-text__button--standout:before, .hero__button.product-detail__button:before, .button--special.section__button:before, .section__button.image-and-text__button--standout:before, .section__button.product-detail__button:before, .nav__item--cart-button:before, .button--special.nav__toggle:before, .nav__toggle.image-and-text__button--standout:before, .nav__toggle.product-detail__button:before,
button.button--special:before,
button.image-and-text__button--standout:before,
button.product-detail__button:before,
input[type=button].button--special:before,
input[type=button].image-and-text__button--standout:before,
input[type=button].product-detail__button:before,
input[type=submit].button--special:before,
input[type=submit].image-and-text__button--standout:before,
input[type=submit].product-detail__button:before {
  background: rgba(255, 255, 255, 0.15);
}
.button.button--special:hover, .button--special.gallery__zoom:hover, .button--special.floating-circles__button:hover, .button.image-and-text__button--standout:hover, .image-and-text__button--standout.gallery__zoom:hover, .image-and-text__button--standout.floating-circles__button:hover, .button--special.image-and-text__button:hover, .image-and-text__button.image-and-text__button--standout:hover, .button.product-detail__button:hover, .product-detail__button.gallery__zoom:hover, .product-detail__button.floating-circles__button:hover, .product-detail__button.image-and-text__button:hover, .button--special.hero__button:hover, .hero__button.image-and-text__button--standout:hover, .hero__button.product-detail__button:hover, .button--special.section__button:hover, .section__button.image-and-text__button--standout:hover, .section__button.product-detail__button:hover, .nav__item--cart-button:hover, .button--special.nav__toggle:hover, .nav__toggle.image-and-text__button--standout:hover, .nav__toggle.product-detail__button:hover, .button.button--special:focus, .button--special.gallery__zoom:focus, .button--special.floating-circles__button:focus, .button.image-and-text__button--standout:focus, .image-and-text__button--standout.gallery__zoom:focus, .image-and-text__button--standout.floating-circles__button:focus, .button--special.image-and-text__button:focus, .image-and-text__button.image-and-text__button--standout:focus, .button.product-detail__button:focus, .product-detail__button.gallery__zoom:focus, .product-detail__button.floating-circles__button:focus, .product-detail__button.image-and-text__button:focus, .button--special.hero__button:focus, .hero__button.image-and-text__button--standout:focus, .hero__button.product-detail__button:focus, .button--special.section__button:focus, .section__button.image-and-text__button--standout:focus, .section__button.product-detail__button:focus, .nav__item--cart-button:focus, .button--special.nav__toggle:focus, .nav__toggle.image-and-text__button--standout:focus, .nav__toggle.product-detail__button:focus,
button.button--special:hover,
button.image-and-text__button--standout:hover,
button.product-detail__button:hover,
button.button--special:focus,
button.image-and-text__button--standout:focus,
button.product-detail__button:focus,
input[type=button].button--special:hover,
input[type=button].image-and-text__button--standout:hover,
input[type=button].product-detail__button:hover,
input[type=button].button--special:focus,
input[type=button].image-and-text__button--standout:focus,
input[type=button].product-detail__button:focus,
input[type=submit].button--special:hover,
input[type=submit].image-and-text__button--standout:hover,
input[type=submit].product-detail__button:hover,
input[type=submit].button--special:focus,
input[type=submit].image-and-text__button--standout:focus,
input[type=submit].product-detail__button:focus {
  color: #243638;
}
.button.button--whiteout, .button--whiteout.gallery__zoom, .button--whiteout.floating-circles__button, .button--whiteout.image-and-text__button, .button--whiteout.hero__button, .hero .hero__button, .button--whiteout.section__button, .button--whiteout.nav__item--cart-button, .button--whiteout.nav__toggle,
button.button--whiteout,
input[type=button].button--whiteout,
input[type=submit].button--whiteout {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button.button--whiteout:before, .button--whiteout.gallery__zoom:before, .button--whiteout.floating-circles__button:before, .button--whiteout.image-and-text__button:before, .button--whiteout.hero__button:before, .hero .hero__button:before, .button--whiteout.section__button:before, .button--whiteout.nav__item--cart-button:before, .button--whiteout.nav__toggle:before,
button.button--whiteout:before,
input[type=button].button--whiteout:before,
input[type=submit].button--whiteout:before {
  background: #FFFFFF;
}
.button.button--whiteout:hover, .button--whiteout.gallery__zoom:hover, .button--whiteout.floating-circles__button:hover, .button--whiteout.image-and-text__button:hover, .button--whiteout.hero__button:hover, .hero .hero__button:hover, .button--whiteout.section__button:hover, .button--whiteout.nav__item--cart-button:hover, .button--whiteout.nav__toggle:hover, .button.button--whiteout:focus, .button--whiteout.gallery__zoom:focus, .button--whiteout.floating-circles__button:focus, .button--whiteout.image-and-text__button:focus, .button--whiteout.hero__button:focus, .hero .hero__button:focus, .button--whiteout.section__button:focus, .button--whiteout.nav__item--cart-button:focus, .button--whiteout.nav__toggle:focus,
button.button--whiteout:hover,
button.button--whiteout:focus,
input[type=button].button--whiteout:hover,
input[type=button].button--whiteout:focus,
input[type=submit].button--whiteout:hover,
input[type=submit].button--whiteout:focus {
  color: #243638;
}
.button.button--muted, .button--muted.gallery__zoom, .button--muted.floating-circles__button, .button--muted.image-and-text__button, .button--muted.hero__button, .button--muted.section__button, .button--muted.nav__item--cart-button, .button--muted.nav__toggle,
button.button--muted,
input[type=button].button--muted,
input[type=submit].button--muted {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #cecece;
  cursor: default;
}
.button.button--muted:before, .button--muted.gallery__zoom:before, .button--muted.floating-circles__button:before, .button--muted.image-and-text__button:before, .button--muted.hero__button:before, .button--muted.section__button:before, .button--muted.nav__item--cart-button:before, .button--muted.nav__toggle:before,
button.button--muted:before,
input[type=button].button--muted:before,
input[type=submit].button--muted:before {
  display: none;
}
.button.button--muted:hover, .button--muted.gallery__zoom:hover, .button--muted.floating-circles__button:hover, .button--muted.image-and-text__button:hover, .button--muted.hero__button:hover, .button--muted.section__button:hover, .button--muted.nav__item--cart-button:hover, .button--muted.nav__toggle:hover, .button.button--muted:focus, .button--muted.gallery__zoom:focus, .button--muted.floating-circles__button:focus, .button--muted.image-and-text__button:focus, .button--muted.hero__button:focus, .button--muted.section__button:focus, .button--muted.nav__item--cart-button:focus, .button--muted.nav__toggle:focus,
button.button--muted:hover,
button.button--muted:focus,
input[type=button].button--muted:hover,
input[type=button].button--muted:focus,
input[type=submit].button--muted:hover,
input[type=submit].button--muted:focus {
  background: #f4f4f4;
}
.button.button--pill, .button--pill.gallery__zoom, .button--pill.floating-circles__button, .button--pill.image-and-text__button, .button--pill.hero__button, .button--pill.section__button, .button--pill.nav__item--cart-button, .button--pill.nav__toggle,
button.button--pill,
input[type=button].button--pill,
input[type=submit].button--pill {
  min-height: 47.6923076923px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  padding-bottom: 1px;
}
.button.button--block, .button--block.gallery__zoom, .button--block.floating-circles__button, .button--block.image-and-text__button, .button--block.hero__button, .button--block.section__button, .button--block.nav__item--cart-button, .button--block.nav__toggle,
button.button--block,
input[type=button].button--block,
input[type=submit].button--block {
  display: flex;
}

.play-button, .image-and-text__media-play {
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 6px #FFFFFF;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -100000px;
  transition: box-shadow 0.4s ease-in-out;
  border: none;
}
.play-button:before, .image-and-text__media-play:before {
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  background: transparent url("../img/icon__play--yellow.svg") no-repeat center center;
  background-size: 50%;
  border-radius: 30%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.play-button:after, .image-and-text__media-play:after {
  display: none;
}
.play-button:focus, .image-and-text__media-play:focus, .play-button:hover, .image-and-text__media-play:hover {
  box-shadow: inset 0px 0px 0px 30px #FFFFFF;
}
.play-button:focus:before, .image-and-text__media-play:focus:before, .play-button:hover:before, .image-and-text__media-play:hover:before {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .play-button, .image-and-text__media-play {
    width: 90px;
    height: 90px;
    box-shadow: inset 0px 0px 0px 8px #FFFFFF;
  }
  .play-button:before, .image-and-text__media-play:before {
    width: 90px;
    height: 90px;
  }
  .play-button:focus, .image-and-text__media-play:focus, .play-button:hover, .image-and-text__media-play:hover {
    box-shadow: inset 0px 0px 0px 45px #FFFFFF;
  }
}
.play-button--small, .image-and-text__media-play {
  width: 60px;
  height: 60px;
  box-shadow: inset 0px 0px 0px 4px #FFFFFF;
}
.play-button--small:before, .image-and-text__media-play:before {
  width: 60px;
  height: 60px;
}
.play-button--small:focus, .image-and-text__media-play:focus, .play-button--small:hover, .image-and-text__media-play:hover {
  box-shadow: inset 0px 0px 0px 30px #FFFFFF;
}

label,
.form__label {
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
  line-height: 1.5em;
  cursor: pointer;
}
label + label,
.form__label + label {
  margin: 0;
  margin-top: 10px;
}

.form__label--full {
  width: 100% !important;
  text-align: left !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=url],
input[type=search],
textarea {
  padding: 0 20px;
  min-height: 62px;
  border-radius: 31px;
  padding-bottom: 2px;
  border: 2px solid transparent;
  width: 100%;
  background: #f4f4f4;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
  border-color: #008fab;
  transition: all 0.2s ease-in-out;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #8c8c8c;
}

input[type=file] {
  padding: 30px 0;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 10px 0 0;
}

textarea {
  height: 200px;
  display: block;
  padding: 20px;
}

select {
  width: 100%;
  height: 62px;
  border-radius: 31px;
  border: none;
  background: #f4f4f4 url("../img/icon__arrow-down--blue.svg") no-repeat right 20px center;
  background-size: 20px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  outline: none;
  border-color: #008fab;
  transition: all 0.2s ease-in-out;
}
select:invalid {
  color: #8c8c8c;
}

input[type=button],
input[type=submit] {
  border: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

a,
.link,
.nav__dropdown-link {
  color: #243638;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #008fab;
  cursor: pointer;
}
a:hover, a:focus,
.link:hover,
.nav__dropdown-link:hover,
.link:focus,
.nav__dropdown-link:focus {
  color: #008fab;
  text-underline-offset: 8px;
}
a:active,
.link:active,
.nav__dropdown-link:active {
  text-decoration: none;
}
a:focus,
.link:focus,
.nav__dropdown-link:focus {
  outline: none;
}

.link--block {
  display: block !important;
}

.link--inline {
  display: inline !important;
}

.link--inline-block {
  display: inline-block !important;
}

/* Note: Button styles are included as a seperate sss file located in /objects/_buttons.scss. */
img,
video,
embed {
  border: none;
  max-width: 100%;
  height: auto;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notice,
.errors,
.note {
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 30px;
  text-align: center;
}

.notice--error,
.errors {
  background: #ae3d3f;
  color: #FFFFFF;
}
.notice--error a,
.errors a {
  color: #FFFFFF;
}
.notice--error ul,
.errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notice--error li,
.errors li {
  margin: 0;
}
.notice--error li + li,
.errors li + li {
  margin-top: 15px;
}

.notice--success,
.form-success {
  background: #4c8b3f;
  color: #FFFFFF;
}
.notice--success a,
.form-success a {
  color: #FFFFFF;
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}

caption {
  margin-bottom: 15px;
  line-height: 1.5em;
  text-align: left;
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  vertical-align: top;
}
.table__no-border th,
.table__no-border td {
  border-bottom: none;
}
.table__no-bottom-padding th,
.table__no-bottom-padding td {
  padding-bottom: 0 !important;
}
th:first-child,
td:first-child {
  padding-left: 0;
  text-align: left;
}
th:last-child,
td:last-child {
  padding-right: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  th.table__mobile-hide,
  td.table__mobile-hide {
    display: none;
  }
}

th {
  font-weight: bold;
  padding-top: 0 !important;
}

thead tr:last-child th {
  border-bottom: 1px solid #f4f4f4;
}

[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background: #f4f4f4;
}

.social-sharing__label {
  display: none;
}
@media (min-width: 768px) {
  .social-sharing__label {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 12px; gap: 32px;
  }
}
.social-sharing__button {
  color: #243638;
  padding: 3px 12px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  font-size: 11px;
  margin-right: 2px;
  margin-top: 10px;
  margin-bottom: 12px; gap: 32px;
  display: inline-block;
  background: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 768px) {
  .social-sharing__button {
    margin-right: 10px;
  }
}
.social-sharing__button:last-child {
  margin-right: 0;
}
.social-sharing__button:focus, .social-sharing__button:hover {
  color: #243638;
  background: #f4f4f4;
}
.social-sharing__button:after {
  display: none;
}
.social-sharing__button:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-sharing__button--facebook:before {
  background-image: url("icon__social-facebook-default.svg");
}
.social-sharing__button--twitter:before {
  background-image: url("icon__social-twitter-default.svg");
}
.social-sharing__button--pinterest:before {
  background-image: url("icon__social-pinterest-default.svg");
}
.social-sharing__button--email:before {
  background-image: url("icon__social-email-default.svg");
}

.comments {
  margin-bottom: 30px;
}

.comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.comment__content {
  margin: 0;
}
.comment__meta {
  display: block;
  font-size: 14px;
  margin-bottom: 12px; gap: 32px;
  color: #008fab;
}

.search-form {
  position: relative;
  width: 100%;
}
.search-form__input {
  width: 100%;
  -webkit-appearance: none !important;
  background: #FFFFFF !important;
  border-color: #f4f4f4;
}
.search-form__input::placeholder {
  color: #8c8c8c !important;
  opacity: 1 !important;
  transition: color 0.2s ease-in-out;
}
.search-form__input::-ms-input-placeholder {
  color: #8c8c8c !important;
  transition: color 0.2s ease-in-out;
}
.search-form__input:focus {
  border-color: #c70061 !important;
}
.search-form__input:focus::placeholder {
  color: #8c8c8c !important;
  opacity: 1 !important;
}
.search-form__input:focus::-ms-input-placeholder {
  color: #8c8c8c !important;
}
.search-form__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background: transparent url("../img/icon__search--blue.svg") no-repeat center center;
  background-size: 30px;
  text-indent: -100000px;
  box-shadow: none;
  border: none;
  transition: background-size 0.2s ease-in-out;
}
.search-form__button:before {
  display: none;
}
.search-form__button:focus, .search-form__button:hover {
  background: transparent url("../img/icon__search--blue.svg") no-repeat center center;
  background-size: 32px;
}
@media (max-width: 767.98px) {
  .search-form__button {
    background-size: 20px;
  }
  .search-form__button:focus, .search-form__button:hover {
    background-size: 20px;
  }
}
.search-form__menu {
  position: absolute;
  left: -30px;
  right: -30px;
  top: 100%;
  margin-top: 10px;
  z-index: 10;
  background: #243638;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0px 3px 15.8px 0.16px rgba(0, 1, 1, 0.15);
  display: none;
  align-items: flex-start;
  opacity: 0;
}
.search-form__input:not(:placeholder-shown) + .search-form__menu {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.search-form__input:not(:placeholder-shown):not(:focus) + .search-form__menu {
  display: none;
}
.search-form__menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.search-form__menu a:focus, .search-form__menu a:hover {
  color: #f9ba2f;
}
.search-form__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-form__menu li {
  margin: 0;
}
.search-form__menu li + li {
  margin-top: 7.5px;
}
.search-form__menu-title {
  color: #f9ba2f;
}
.search-form__menu-terms {
  width: 50%;
  paddding-right: 7.5px;
  position: relative;
  opacity: 0;
  top: 10px;
  display: none;
}
.search-form__input:not(:placeholder-shown) + .search-form__menu .search-form__menu-terms {
  display: block;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.search-form__menu-products {
  width: 50%;
  paddding-left: 7.5px;
  position: relative;
  opacity: 0;
  top: 10px;
  display: none;
}
.search-form__input:not(:placeholder-shown) + .search-form__menu .search-form__menu-products {
  display: block;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.search-form__menu-product {
  display: flex;
}
.search-form__menu-product + .search-form__menu-product {
  margin-top: 10px;
}
.search-form__menu-product img {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 3px;
  object-fit: cover;
  margin-right: 7.5px;
}
.search-form__menu-product span {
  line-height: 1.3em;
  position: relative;
  top: -3px;
  display: block;
}

.tag, .icon-list__tag, .product-detail__media-tag, .product-card__tag, .nav__dropdown-tag, .nav__tag {
  font-size: 11px;
  font-weight: 600;
  background: #f9ba2f;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  color: #243638;
  line-height: 1;
  padding: 4px 4px 4px 6px;
  letter-spacing: 0.1em;
}
.tag--large, .product-detail__media-tag {
  font-size: 14px;
}

.boxed, .product-detail__standout {
  padding: 20px;
  padding-bottom: 0px;
  background: #f4f4f4;
  border-radius: 10px;
  position: relative;
}
.boxed p + p, .product-detail__standout p + p {
  margin-top: 13.6363636364px;
}
@media (min-width: 992px) {
  .boxed, .product-detail__standout {
    padding: 20px;
  }
}
.boxed--info {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 992px) {
  .boxed--info {
    text-align: left;
    margin: 0;
    margin-right: 60px;
  }
}
.boxed--info .boxed__image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: -80px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .boxed--info .boxed__image {
    float: right;
    margin: 0;
    margin-right: -80px;
    margin-left: 20px;
  }
}
.boxed__title {
  color: #008fab;
  text-align: center;
}
.boxed__title--offset {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .boxed__title--offset {
    margin-top: -45px;
  }
}

.arrow {
  width: 200px;
  height: 200px;
}
.arrow__path {
  stroke: #c70061;
  fill: none;
  stroke-width: 35;
  stroke-miterlimit: 10;
  stroke-dashoffset: -1309;
  stroke-dasharray: 1640;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  min-width: 375px;
}

.site-content {
  position: relative;
  z-index: 0;
}

/* .site-content::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.body--nav-open .site-content::after {
  opacity: 1;
} */

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

/* [layout] Page chrome and global wrappers
   ---------------------------------------- */
body.body--nav-open::after {
  opacity: 1;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.container--wide {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}
.container--thin {
  max-width: 950px;
}

body:before {
  background: url("../img/header__curve.svg") no-repeat center bottom;
  background-size: 2000px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  height: 167px;
}
/* Mobile nav category tiles */
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  body:before {
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  body:before {
    background-size: 700px;
  }
}
@media (min-width: 1920px) {
  body:before {
    background-size: 100%;
  }
}
body:before .body--nav-open {
  z-index: 1;
}

/* [header] Site header: logo, search, action buttons
   ----------------------------------------------- */
.site-header {
  position: relative;
  z-index: 3;
}
.html--nav-open .site-header {
  opacity: 0.2;
  pointer-events: none;
}
.site-header__main {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__main {
    padding: 0;
  }
}
.site-header__main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__main-inner {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    height: 75px;
  }
}
.site-header__logo {
  width: 118px;
  height: 53px;
  display: block;
  text-indent: -100000px;
  background: url("../img/Yahire Event Furniture Hire London.svg") no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
@media (min-width: 1200px) {
  .site-header__logo {
    width: 183px;
    height: 82px;
    margin-right: 7%;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-header__logo:before {
  display: none;
}
.site-header__logo:focus, .site-header__logo:hover {
  opacity: 0.9;
}
.site-header__search {
  max-width: 415px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__search {
    display: none;
  }
}
.site-header__tools {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__tools {
    justify-content: space-between;
    width: 100%;
  }

  .site-header__action--menu {
    margin-right: auto;
  }

  .site-header__action--cart {
    margin-left: auto;
  }
}

@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__item--desktop-only,
  .nav__item--mega {
    display: none !important;
  }

  .nav__item--mobile-categories {
    padding: 0;
    margin-bottom: 24px;
    display: block !important;
    width: 100% !important;
  }

  .mobile-nav-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 10px 0 6px;
  }

  .mobile-nav-categories .cta-grid__item {
    height: 150px;
    border-radius: 12px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #0f2a31;
  }

  .mobile-nav-categories .cta-grid__badge {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 8px;
  }

  .mobile-nav-categories .cta-grid__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-nav-categories .cta-grid__content {
    padding: 12px 14px 16px;
  }
}

.site-header__action {
  color: #243638;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  gap: 4px;
  padding: 0;
  border: none;
  min-height: 0;
  border-radius: 0;
}
.site-header__action:before {
  display: none;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__action {
    font-size: 0;
  }
}
@media (min-width: 1200px) {
  .site-header__action--mobile {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  /* Keep mobile header actions available on touch devices even when wide */
  .site-header__action--mobile {
    display: flex !important;
  }
}
.site-header__action strong {
  font-weight: 500;
  color: #c70061;
}
.site-header__action:after {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  margin-left: 7.5px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__action:after {
    width: 22px;
    height: 22px;
    margin: 0;
  }
}
.site-header__action:focus, .site-header__action:hover {
  color: #243638;
}
.site-header__action:focus strong, .site-header__action:hover strong {
  color: #008fab;
}
.site-header__action + .site-header__action {
  margin-left: 30px;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__action + .site-header__action {
    margin-left: 15px;
  }
}
.site-header__action--menu {
  margin-right: 5px;
}
.site-header__action--menu:after {
  background-image: url("../img/icon__menu--blue.svg");
}
.site-header__action--search:after {
  background-image: url("../img/icon__search--blue.svg");
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .site-header__action--contact {
    margin-left: auto !important;
  }
}
.site-header__action--contact:after {
  background-image: url("../img/icon__chat--blue.svg");
}
.site-header__action--cart:after {
  width: 21px;
  height: 21px;
  background-image: url("../img/icon__cart--blue.svg");
}
@media (max-width: 767.98px) {
  .site-header__action--cart:after {
    width: 24px;
    height: 24px;
  }
}

.site-footer {
  padding: 30px 0;
  background: #008fab url("../img/texture__on-blue.webp") center center;
  background-size: 2000px;
  color: #FFFFFF;
}
.site-footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__main {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
.site-footer__badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 50%;
  order: 2;
}
@media (min-width: 992px) {
  .site-footer__badges {
    width: 25%;
    order: 1;
  }
}
.site-footer__badges-item {
  display: block;
  height: 70px;
}
@media (min-width: 992px) {
  .site-footer__badges-item {
    height: 100px;
  }
}
.site-footer__actions {
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer__actions {
    order: 2;
  }
}
.site-footer__tag-line {
  text-align: center;
  display: block;
  margin: 0;
}
.site-footer__tag-line strong {
  color: #f9ba2f;
}
.site-footer__nav {
  margin-top: 15px;
}
.site-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer__nav-item {
  display: inline-block;
  margin: 0;
}
.site-footer__nav-link {
  color: #FFFFFF;
  text-decoration-color: #f9ba2f;
}
.site-footer__nav-link:focus, .site-footer__nav-link:hover {
  color: #f9ba2f;
}
.site-footer__socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 50%;
  order: 3;
}
@media (min-width: 992px) {
  .site-footer__socials {
    width: 25%;
    order: 3;
  }
}
.site-footer__socials-icon {
  display: inline-block;
  text-indent: -10000px;
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  border: 4px solid #f9ba2f;
}
@media (min-width: 992px) {
  .site-footer__socials-icon {
    width: 50px;
    height: 50px;
    background-size: 30px;
  }
}
.site-footer__socials-icon:focus, .site-footer__socials-icon:hover {
  background-size: 35px;
  border-color: #FFFFFF;
}
.site-footer__socials-icon:before {
  display: none;
}
.site-footer__socials-icon--facebook {
  background-image: url("../img/social-icon__facebook.svg");
}
.site-footer__socials-icon--linkedin {
  background-image: url("../img/social-icon__linkedin.svg");
}
.site-footer__socials-icon--instagram {
  background-image: url("../img/social-icon__instagram.svg");
}
.site-footer__sub {
  margin-top: 15px;
  text-align: center;
  display: block;
}

.nav {
  position: relative;
  z-index: 2;
}
.body--nav-open .nav {
  z-index: 3;
}
.nav__inner {
  display: flex;
}
.nav__toggle:focus, .nav__toggle:hover {
  outline: none;
}
@media (min-width: 1200px) {
  .nav__toggle {
    display: none !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  /* Force mobile nav trigger to show on touch devices even if wide */
  .nav__toggle {
    display: inline-flex !important;
  }
}
.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 15.8px 0.16px rgba(0, 1, 1, 0.15);
  padding: 0 30px;
  display: flex;
}
@media (min-width: 1200px) {
  .nav__list {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 62px;
    border-radius: 31px;
  }
}
@media (min-width: 1400px) {
  .nav__list {
    padding: 0 60px;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__list {
    flex-direction: column;
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 300px;
    background: #243638;
    padding: 30px 15px;
    overflow: scroll;
  }
  .nav__list--open {
    display: flex;
    left: 0;
    transition: left 0.4s ease-in-out, width 0.4s ease-in-out;
  }
  .nav__list--open.nav__list--show-dropdown {
    width: 600px;
    left: -300px;
  }
}
.nav__mobile-icon {
  text-indent: -100000px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.nav__mobile-icon--search {
  background-image: url("icon__search--yellow.svg");
}
.nav__mobile-icon--menu {
  background-image: url("icon__menu--yellow.svg");
}
.nav__link--active .nav__mobile-icon--search, .nav__link--active .nav__mobile-icon--menu {
  background-size: 16px;
  background-image: url("icon__close--yellow.svg");
}
.nav__item {
  margin: 0;
  position: relative;
  display: flex;
}
@media (min-width: 1200px) {
  .nav__item {
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    margin: 0 -1px;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__item {
    width: 270px;
  }
  .nav__list--search .nav__item {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .nav__item--mobile-only {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  /* Hide desktop-only items and use mobile nav on touch devices */
  .nav__item--desktop-only,
  .nav__item--mega {
    display: none !important;
  }
  .nav__item--mobile-only {
    display: block !important;
  }
}
.nav__item--mega {
  position: static;
}
.nav__item--search {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav__list--search .nav__item--search {
  order: 1;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .nav__item--search {
    display: none;
  }
}
.nav__item--cart {
  margin-top: auto;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .nav__item--cart {
    display: none;
  }
}
.nav__item--cart-button {
  margin-top: 15px;
  width: 100%;
}
.nav__tag {
  top: 1px;
  right: -5px;
  position: absolute;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__tag {
    left: 100%;
    right: auto;
  }
}
.nav__link {
  padding: 15px 0 15.7894736842px 0;
  text-align: center;
  line-height: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav__link {
    padding: 16.6666666667px 0 17.6470588235px 0;
    line-height: 1.3em;
    color: #c70061;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__link {
    color: #FFFFFF !important;
    text-align: left;
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    position: relative;
  }
  .nav__item--chairs .nav__link:before,
  .nav__item--tables .nav__link:before,
  .nav__item--linen .nav__link:before,
  .nav__item--catering .nav__link:before,
  .nav__item--gazebos .nav__link:before,
  .nav__item--barriers .nav__link:before,
  .nav__item--accessories .nav__link:before,
  .nav__item--inspiration .nav__link:before,
  .nav__item--trade .nav__link:before,
  .nav__item--why .nav__link:before,
  .nav__item--contact .nav__link:before
  {
    content: "";
    display: block;
    background-size: 100%;
    position: relative;
    top: 0;
    margin-right: 10px;
    width: 23px;
    height: 23px;
  }
  .nav__item--chairs .nav__link:before {
    background-image: url("../img/icon__chair--blue.svg");
  }
  .nav__item--tables .nav__link:before {
    background-image: url("../img/icon__table--blue.svg");
  }
  .nav__item--linen .nav__link:before {
    background-image: url("../img/icon__linen--blue.svg");
  }
  .nav__item--catering .nav__link:before {
    background-image: url("../img/icon__cutlery--blue.svg");
  }
  .nav__item--gazebos .nav__link:before {
    background-image: url("../img/icon__gazebo--blue.svg");
  }
  .nav__item--barriers .nav__link:before {
    background-image: url("../img/icon__barrier--blue.svg");
  }
  .nav__item--accessories .nav__link:before {
    background-image: url("../img/icon__lecturn--blue.svg");
  }
  .nav__item--inspiration .nav__link:before {
    background-image: url("../img/icon__bulb--blue.svg");
  }
  .nav__item--trade .nav__link:before {
    background-image: url("../img/icon__plan--blue.svg");
  }
  .nav__item--why .nav__link:before {
    background-image: url("../img/icon__smiley--blue.svg");
  }
  .nav__item--contact .nav__link:before {
    background-image: url("../img/icon__chat--blue.svg");
  }
}
.nav__link:focus, .nav__link:hover {
  color: #243638;
}
.nav__link--standout {
  color: #008fab;
}
.nav__link--dropdown:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-size: 100%;
  position: relative;
  top: 0;
  margin-left: 5px;
  transition: transform 0.2s ease-in-out;
  background-image: url("../img/icon__arrow-down--black.svg");
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__link--dropdown:after {
    background-image: url("../img/icon__arrow-right--white.svg");
    width: 18px;
    height: 18px;
  }
}
.nav__item--search .nav__link--dropdown:after, .nav__item--more .nav__link--dropdown:after {
  display: none;
}
.nav__link--dropdown--dropdown-active:after {
  transform: rotate(180deg);
}
.nav__dropdown {
  margin-top: 0;
  list-style: none;
  padding: 0;
  z-index: 9999;
  display: block;
  top: 100%;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  padding: 10px 0;
  right: auto;
  position: absolute;
  margin: 0;
  width: 250px;
  text-align: left;
  background: #243638;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__dropdown {
    width: 0px;
    opacity: 0 !important;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
    left: 300px;
    height: auto;
    top: 30px;
    box-shadow: none;
  }
}
.nav__dropdown--open, .nav__item--dropdown:hover .nav__dropdown, .nav__dropdown:hover {
  opacity: 1 !important;
  visibility: visible;
  height: auto;
  overflow: visible;
  margin-top: -3px;
  transition: opacity 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__dropdown--open, .nav__item--dropdown:hover .nav__dropdown, .nav__dropdown:hover {
    width: 300px;
    opacity: 1 !important;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .nav__dropdown--mega {
    left: 0;
    width: calc(100vw - 40px);
    max-width: 1360px;
    padding: 15px 30px;
    columns: 2;
    column-gap: 7.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .nav__list--open .nav__dropdown--mega {
    width: auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .nav__dropdown--mega-2col {
    columns: 2;
  }
  .nav__dropdown--mega-3col {
    columns: 3;
  }
  .nav__dropdown--mega-4col {
    columns: 4;
  }
  .nav__dropdown--mega-5col {
    columns: 5;
  }
  .nav__dropdown--mega-6col {
    columns: 6;
  }
}
@media (min-width: 1200px) {
  .nav__dropdown-cta {
    animation: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    /* margin-top: 10px !important; */
    opacity: 1 !important;
    width: 100% !important;
    justify-content: center !important;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__dropdown-cta {
    animation: none !important;
    position: relative !important;
    opacity: 1 !important;
    top: 0 !important;
  }
}
.nav__dropdown-item {
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  display: none;
  padding: 10px 20px;
  position: relative;
  opacity: 0;
  top: 10px;
}
.nav__dropdown--open .nav__dropdown-item, .nav__item--dropdown:hover .nav__dropdown-item, .nav__dropdown:hover .nav__dropdown-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(1), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(1), .nav__dropdown:hover .nav__dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(2), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(2), .nav__dropdown:hover .nav__dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(3), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(3), .nav__dropdown:hover .nav__dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(4), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(4), .nav__dropdown:hover .nav__dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(5), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(5), .nav__dropdown:hover .nav__dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(6), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(6), .nav__dropdown:hover .nav__dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(7), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(7), .nav__dropdown:hover .nav__dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(8), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(8), .nav__dropdown:hover .nav__dropdown-item:nth-child(8) {
  animation-delay: 0.8s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(9), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(9), .nav__dropdown:hover .nav__dropdown-item:nth-child(9) {
  animation-delay: 0.9s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(10), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(10), .nav__dropdown:hover .nav__dropdown-item:nth-child(10) {
  animation-delay: 1s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(11), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(11), .nav__dropdown:hover .nav__dropdown-item:nth-child(11) {
  animation-delay: 1.1s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(12), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(12), .nav__dropdown:hover .nav__dropdown-item:nth-child(12) {
  animation-delay: 1.2s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(13), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(13), .nav__dropdown:hover .nav__dropdown-item:nth-child(13) {
  animation-delay: 1.3s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(14), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(14), .nav__dropdown:hover .nav__dropdown-item:nth-child(14) {
  animation-delay: 1.4s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(15), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(15), .nav__dropdown:hover .nav__dropdown-item:nth-child(15) {
  animation-delay: 1.5s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(16), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(16), .nav__dropdown:hover .nav__dropdown-item:nth-child(16) {
  animation-delay: 1.6s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(17), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(17), .nav__dropdown:hover .nav__dropdown-item:nth-child(17) {
  animation-delay: 1.7s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(18), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(18), .nav__dropdown:hover .nav__dropdown-item:nth-child(18) {
  animation-delay: 1.8s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(19), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(19), .nav__dropdown:hover .nav__dropdown-item:nth-child(19) {
  animation-delay: 1.9s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(20), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(20), .nav__dropdown:hover .nav__dropdown-item:nth-child(20) {
  animation-delay: 2s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(21), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(21), .nav__dropdown:hover .nav__dropdown-item:nth-child(21) {
  animation-delay: 2.1s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(22), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(22), .nav__dropdown:hover .nav__dropdown-item:nth-child(22) {
  animation-delay: 2.2s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(23), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(23), .nav__dropdown:hover .nav__dropdown-item:nth-child(23) {
  animation-delay: 2.3s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(24), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(24), .nav__dropdown:hover .nav__dropdown-item:nth-child(24) {
  animation-delay: 2.4s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(25), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(25), .nav__dropdown:hover .nav__dropdown-item:nth-child(25) {
  animation-delay: 2.5s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(26), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(26), .nav__dropdown:hover .nav__dropdown-item:nth-child(26) {
  animation-delay: 2.6s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(27), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(27), .nav__dropdown:hover .nav__dropdown-item:nth-child(27) {
  animation-delay: 2.7s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(28), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(28), .nav__dropdown:hover .nav__dropdown-item:nth-child(28) {
  animation-delay: 2.8s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(29), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(29), .nav__dropdown:hover .nav__dropdown-item:nth-child(29) {
  animation-delay: 2.9s;
}
.nav__dropdown--open .nav__dropdown-item:nth-child(30), .nav__item--dropdown:hover .nav__dropdown-item:nth-child(30), .nav__dropdown:hover .nav__dropdown-item:nth-child(30) {
  animation-delay: 3s;
}
@media (min-width: 1200px) {
  .nav__dropdown-item--cta {
    break-inside: avoid-column;
    padding-left: 10px;
    padding-right: 0;
    animation-delay: 0.6s !important;
  }
  .nav__dropdown-item--cta + .nav__dropdown-item--cta {
    animation-delay: 0.4s !important;
  }
  .nav__dropdown-item--cta + .nav__dropdown-item--cta + .nav__dropdown-item--cta {
    animation-delay: 0.2s !important;
  }
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__dropdown-item--cta {
    padding: 10px 15px !important;
    width: 300px !important;
    animation-delay: 0.2s !important;
  }
  .nav__dropdown-item--cta .slick-dots {
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .nav__dropdown-item--cta .slick-dots button {
    border-color: #FFFFFF;
  }
  .nav__dropdown-item--cta .slick-dots .slick-active button {
    background: #FFFFFF !important;
  }
}
.nav__dropdown-item--back {
  font-size: 20px;
  font-weight: 600;
}
.nav__dropdown-item--back a:before {
  display: inline-block;
  content: "";
  background-size: 100%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  transition: transform 0.2s ease-in-out;
  background-image: url("../img/icon__arrow-left--blue.svg");
  width: 23px;
  height: 23px;
}
@media (min-width: 1200px) {
  .nav__dropdown-item--back {
    display: none !important;
  }
}
.nav__dropdown-link {
  color: #FFFFFF;
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  line-height: 1.1em;
  text-decoration: none;
}
.nav__dropdown-link:hover, .nav__dropdown-link:focus {
  color: #f9ba2f !important;
}
@media (max-width: 1199.98px), (hover: none) and (pointer: coarse) {
  .nav__dropdown-cta-button {
    color: #00b1d4 !important;
  }
  .nav__dropdown-cta-button img,
  .nav__dropdown-cta-button svg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav__dropdown-cta-button {
    padding: 0 30px;
    padding-bottom: 2px;
    min-height: 62px;
    border-radius: 31px;
    border: 2px solid #f9ba2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f9ba2f;
    color: #243638;
    box-shadow: 0px 3px 15.8px 0.16px rgba(0, 1, 1, 0.15);
  }
  .nav__dropdown-cta-button:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c70061;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.15);
  }
  .nav__dropdown-cta-button:hover, .nav__dropdown-cta-button:focus {
    color: #243638 !important;
  }
  .nav__dropdown-cta-button:hover:before, .nav__dropdown-cta-button:focus:before {
    z-index: -1;
    transform: scaleX(1);
  }
  .nav__dropdown-cta-button img,
  .nav__dropdown-cta-button svg {
    height: 20px;
    margin-left: 5px;
    margin-right: -10px;
  }
}
.nav__dropdown-tag {
  margin-left: 5px;
}

form,
.form {
  padding: 0;
  margin: 0;
  border: 0;
}
form ol,
.form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
form li,
form .form__question,
.form li,
.form .form__question {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}

.basket td,
.basket th {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.basket td:first-child,
.basket th:first-child {
  padding-left: 0;
}
.basket td:last-child,
.basket th:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .basket td,
  .basket th {
    vertical-align: middle;
  }
}
@media (max-width: 767.98px) {
  .basket td:nth-child(3),
  .basket th:nth-child(3) {
    padding-right: 0;
  }
}
.basket th {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
@media (max-width: 767.98px) {
  .basket__not-for-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .basket__for-mobile {
    display: none !important;
  }
}
.basket__product-link {
  display: inline-block;
}
.basket__product-thumb {
  width: 70px;
  margin-bottom: 12px; gap: 32px;
}
@media (min-width: 768px) {
  .basket__product-thumb {
    margin-bottom: 0;
    margin-right: 15px;
    float: left;
  }
}
.basket__product-title {
  margin: 0;
  color: #008fab;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover .basket__product-title, a:focus .basket__product-title {
  color: #243638;
}
@media (max-width: 767.98px) {
  .basket__product-title {
    font-size: 20px;
    word-break: break-word;
  }
}
.basket__product-variants {
  font-size: 14px;
  margin: 7.5px 0 0 0;
}
.basket__mobile-remove {
  margin: 17.6470588235px 0;
  font-size: 14px;
  display: inline-block;
}
.basket__quantity-input {
  padding: 12px !important;
  text-align: center;
  width: 56px !important;
  margin-bottom: 12px; gap: 32px;
}
.basket__quantity-link {
  padding: 0;
  color: #243638;
  font-size: 14px;
  display: inline-block;
  background: none;
  padding: 0;
  position: relative;
}
.basket__quantity-link:hover, .basket__quantity-link:focus {
  background: none;
  color: #243638;
  outline: none;
}
.basket__remove {
  font-size: 14px;
}
.basket__tools {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .basket__tools {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .basket__notes {
    width: 50%;
    padding-right: 15px;
  }
}
.basket__notes label {
  margin-bottom: 12px; gap: 32px;
  text-align: center;
}
@media (min-width: 1200px) {
  .basket__notes label {
    text-align: left;
  }
}
.basket__notes textarea {
  height: 172px;
}
@media (min-width: 1200px) {
  .basket__actions {
    width: 50%;
    padding-left: 15px;
  }
}
.basket__total {
  display: block;
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .basket__total {
    margin-top: 30px;
    text-align: right;
  }
}
.basket__total span {
  color: #008fab;
}
.basket__total-note {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .basket__total-note {
    text-align: right;
  }
}
.basket__buttons {
  text-align: center;
}
@media (min-width: 1200px) {
  .basket__buttons {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .basket__buttons br {
    display: none;
  }
}
.basket__buttons .button + br + .button, .basket__buttons .gallery__zoom + br + .button, .basket__buttons .button + br + .gallery__zoom, .basket__buttons .gallery__zoom + br + .gallery__zoom, .basket__buttons .floating-circles__button + br + .button, .basket__buttons .floating-circles__button + br + .gallery__zoom, .basket__buttons .button + br + .floating-circles__button, .basket__buttons .gallery__zoom + br + .floating-circles__button, .basket__buttons .floating-circles__button + br + .floating-circles__button, .basket__buttons .image-and-text__button + br + .button, .basket__buttons .image-and-text__button + br + .gallery__zoom, .basket__buttons .image-and-text__button + br + .floating-circles__button, .basket__buttons .button + br + .image-and-text__button, .basket__buttons .gallery__zoom + br + .image-and-text__button, .basket__buttons .floating-circles__button + br + .image-and-text__button, .basket__buttons .image-and-text__button + br + .image-and-text__button, .basket__buttons .hero__button + br + .button, .basket__buttons .hero__button + br + .gallery__zoom, .basket__buttons .hero__button + br + .floating-circles__button, .basket__buttons .hero__button + br + .image-and-text__button, .basket__buttons .button + br + .hero__button, .basket__buttons .gallery__zoom + br + .hero__button, .basket__buttons .floating-circles__button + br + .hero__button, .basket__buttons .image-and-text__button + br + .hero__button, .basket__buttons .hero__button + br + .hero__button, .basket__buttons .section__button + br + .button, .basket__buttons .section__button + br + .gallery__zoom, .basket__buttons .section__button + br + .floating-circles__button, .basket__buttons .section__button + br + .image-and-text__button, .basket__buttons .section__button + br + .hero__button, .basket__buttons .button + br + .section__button, .basket__buttons .gallery__zoom + br + .section__button, .basket__buttons .floating-circles__button + br + .section__button, .basket__buttons .image-and-text__button + br + .section__button, .basket__buttons .hero__button + br + .section__button, .basket__buttons .section__button + br + .section__button, .basket__buttons .nav__toggle + br + .button, .basket__buttons .nav__toggle + br + .gallery__zoom, .basket__buttons .nav__toggle + br + .floating-circles__button, .basket__buttons .nav__toggle + br + .image-and-text__button, .basket__buttons .nav__toggle + br + .hero__button, .basket__buttons .nav__toggle + br + .section__button, .basket__buttons .nav__item--cart-button + br + .button, .basket__buttons .nav__item--cart-button + br + .gallery__zoom, .basket__buttons .nav__item--cart-button + br + .floating-circles__button, .basket__buttons .nav__item--cart-button + br + .image-and-text__button, .basket__buttons .nav__item--cart-button + br + .hero__button, .basket__buttons .nav__item--cart-button + br + .section__button, .basket__buttons .button + br + .nav__toggle, .basket__buttons .gallery__zoom + br + .nav__toggle, .basket__buttons .floating-circles__button + br + .nav__toggle, .basket__buttons .image-and-text__button + br + .nav__toggle, .basket__buttons .hero__button + br + .nav__toggle, .basket__buttons .section__button + br + .nav__toggle, .basket__buttons .nav__toggle + br + .nav__toggle, .basket__buttons .nav__item--cart-button + br + .nav__toggle, .basket__buttons .button + br + .nav__item--cart-button, .basket__buttons .gallery__zoom + br + .nav__item--cart-button, .basket__buttons .floating-circles__button + br + .nav__item--cart-button, .basket__buttons .image-and-text__button + br + .nav__item--cart-button, .basket__buttons .hero__button + br + .nav__item--cart-button, .basket__buttons .section__button + br + .nav__item--cart-button, .basket__buttons .nav__toggle + br + .nav__item--cart-button, .basket__buttons .nav__item--cart-button + br + .nav__item--cart-button {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .basket__buttons .button + br + .button, .basket__buttons .gallery__zoom + br + .button, .basket__buttons .button + br + .gallery__zoom, .basket__buttons .gallery__zoom + br + .gallery__zoom, .basket__buttons .floating-circles__button + br + .button, .basket__buttons .floating-circles__button + br + .gallery__zoom, .basket__buttons .button + br + .floating-circles__button, .basket__buttons .gallery__zoom + br + .floating-circles__button, .basket__buttons .floating-circles__button + br + .floating-circles__button, .basket__buttons .image-and-text__button + br + .button, .basket__buttons .image-and-text__button + br + .gallery__zoom, .basket__buttons .image-and-text__button + br + .floating-circles__button, .basket__buttons .button + br + .image-and-text__button, .basket__buttons .gallery__zoom + br + .image-and-text__button, .basket__buttons .floating-circles__button + br + .image-and-text__button, .basket__buttons .image-and-text__button + br + .image-and-text__button, .basket__buttons .hero__button + br + .button, .basket__buttons .hero__button + br + .gallery__zoom, .basket__buttons .hero__button + br + .floating-circles__button, .basket__buttons .hero__button + br + .image-and-text__button, .basket__buttons .button + br + .hero__button, .basket__buttons .gallery__zoom + br + .hero__button, .basket__buttons .floating-circles__button + br + .hero__button, .basket__buttons .image-and-text__button + br + .hero__button, .basket__buttons .hero__button + br + .hero__button, .basket__buttons .section__button + br + .button, .basket__buttons .section__button + br + .gallery__zoom, .basket__buttons .section__button + br + .floating-circles__button, .basket__buttons .section__button + br + .image-and-text__button, .basket__buttons .section__button + br + .hero__button, .basket__buttons .button + br + .section__button, .basket__buttons .gallery__zoom + br + .section__button, .basket__buttons .floating-circles__button + br + .section__button, .basket__buttons .image-and-text__button + br + .section__button, .basket__buttons .hero__button + br + .section__button, .basket__buttons .section__button + br + .section__button, .basket__buttons .nav__toggle + br + .button, .basket__buttons .nav__toggle + br + .gallery__zoom, .basket__buttons .nav__toggle + br + .floating-circles__button, .basket__buttons .nav__toggle + br + .image-and-text__button, .basket__buttons .nav__toggle + br + .hero__button, .basket__buttons .nav__toggle + br + .section__button, .basket__buttons .nav__item--cart-button + br + .button, .basket__buttons .nav__item--cart-button + br + .gallery__zoom, .basket__buttons .nav__item--cart-button + br + .floating-circles__button, .basket__buttons .nav__item--cart-button + br + .image-and-text__button, .basket__buttons .nav__item--cart-button + br + .hero__button, .basket__buttons .nav__item--cart-button + br + .section__button, .basket__buttons .button + br + .nav__toggle, .basket__buttons .gallery__zoom + br + .nav__toggle, .basket__buttons .floating-circles__button + br + .nav__toggle, .basket__buttons .image-and-text__button + br + .nav__toggle, .basket__buttons .hero__button + br + .nav__toggle, .basket__buttons .section__button + br + .nav__toggle, .basket__buttons .nav__toggle + br + .nav__toggle, .basket__buttons .nav__item--cart-button + br + .nav__toggle, .basket__buttons .button + br + .nav__item--cart-button, .basket__buttons .gallery__zoom + br + .nav__item--cart-button, .basket__buttons .floating-circles__button + br + .nav__item--cart-button, .basket__buttons .image-and-text__button + br + .nav__item--cart-button, .basket__buttons .hero__button + br + .nav__item--cart-button, .basket__buttons .section__button + br + .nav__item--cart-button, .basket__buttons .nav__toggle + br + .nav__item--cart-button, .basket__buttons .nav__item--cart-button + br + .nav__item--cart-button {
    margin: 0 0 0 15px;
  }
}
.basket__proceed {
  background: #008fab !important;
}
.basket__proceed:hover, .basket__proceed:focus {
  background: #007a92 !important;
}

.toolbar {
  padding: 10px 15px 10px 20px;
  border-radius: 30px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
}
.toolbar__item {
  position: relative;
}
.toolbar__button {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
  gap: 5px;
  color: #243638;
  border-radius: none;
  min-height: 0;
}
.toolbar__button:before {
  display: none;
}
.toolbar__button strong {
  color: #c70061;
}
.toolbar__button:focus, .toolbar__button:hover {
  color: #c70061;
}
.toolbar__button img {
  margin: 0;
}
.toolbar__dropdown {
  list-style: none;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  width: 250px;
  text-align: left;
  top: 100%;
  margin: 0;
  margin-top: 6px;
  left: 0;
  background: #243638;
  z-index: 4;
  box-shadow: 0px 3px 15.8px 0.16px rgba(0, 1, 1, 0.15);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.toolbar__item:last-child .toolbar__dropdown {
  left: auto;
  right: 0;
  text-align: right;
}
.toolbar__dropdown--open {
  opacity: 1 !important;
  visibility: visible;
  height: auto;
  overflow: visible;
  height: auto;
  transition: opacity 0.2s ease-in-out;
}
.toolbar__dropdown-item {
  margin: 0;
  position: relative;
  opacity: 0;
  top: 10px;
  display: none;
}
.toolbar__dropdown--open .toolbar__dropdown-item {
  display: block;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(8) {
  animation-delay: 0.8s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(9) {
  animation-delay: 0.9s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(10) {
  animation-delay: 1s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(11) {
  animation-delay: 1.1s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(12) {
  animation-delay: 1.2s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(13) {
  animation-delay: 1.3s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(14) {
  animation-delay: 1.4s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(15) {
  animation-delay: 1.5s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(16) {
  animation-delay: 1.6s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(17) {
  animation-delay: 1.7s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(18) {
  animation-delay: 1.8s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(19) {
  animation-delay: 1.9s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(20) {
  animation-delay: 2s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(21) {
  animation-delay: 2.1s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(22) {
  animation-delay: 2.2s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(23) {
  animation-delay: 2.3s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(24) {
  animation-delay: 2.4s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(25) {
  animation-delay: 2.5s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(26) {
  animation-delay: 2.6s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(27) {
  animation-delay: 2.7s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(28) {
  animation-delay: 2.8s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(29) {
  animation-delay: 2.9s;
}
.toolbar__dropdown--open .toolbar__dropdown-item:nth-child(30) {
  animation-delay: 3s;
}
.toolbar__dropdown-link {
  display: block;
  padding: 6px 10px;
  color: #FFFFFF;
  text-decoration-color: transparent;
}
.toolbar__dropdown-link:focus, .toolbar__dropdown-link:hover {
  color: #f9ba2f;
}

.section {
  padding: 36px 0;
  position: relative;
  /* z-index: 2; */
}
.section + .section {
  padding-top: 0;
}
.section--standout {
  background: #f4f4f4;
  padding-top: 36px !important;
}
.hero + .section, .section--standout + .section {
  padding-top: 36px;
}
.section .container {
  overflow: visible;
}
.section__header {
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .section__header {
    margin: 0 0 30px 0;
  }
}
.section__title {
  display: block;
  text-align: center;
  color: #008fab;
}
.section__grid {
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section__grid--wide-padding {
    margin-top: -60px;
    margin-left: -60px;
  }
}
.section__grid--top {
  align-items: flex-start;
}
.section__grid--baseline {
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .section__grid--desktop-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .section__grid--products {
    margin-top: -15px;
    margin-left: -15px;
  }
}
.section__grid-cell {
  margin-top: 20px;
  padding-left: 30px;
  width: 100%;
}
.section__grid--mobile-2 .section__grid-cell {
  width: 50%;
}
@media (min-width: 768px) {
  .section__grid--wide-padding .section__grid-cell {
    margin-top: 60px;
    padding-left: 60px;
  }
}
.section__grid-cell--stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .section__grid--products .section__grid-cell {
    margin-top: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .section__grid--2 .section__grid-cell, .section__grid--4 .section__grid-cell, .section__grid--8 .section__grid-cell {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section__grid--3 .section__grid-cell, .section__grid--6 .section__grid-cell, .section__grid--7 .section__grid-cell {
    width: 33.3%;
  }
  .section__grid--5 .section__grid-cell {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .section__grid--4 .section__grid-cell, .section__grid--8 .section__grid-cell {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .section__grid--4 .section__grid-cell--double, .section__grid--8 .section__grid-cell--double {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section__grid--3 .section__grid-cell--double, .section__grid--6 .section__grid-cell--double, .section__grid--7 .section__grid-cell--double {
    width: 66.6%;
  }
  .section__grid--5 .section__grid-cell--double {
    width: 40%;
  }
}
.section__footer {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .section__footer {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px;
  }
}
.section__button {
  display: table;
  margin: 0 auto;
}

.cta-grid__item {
  width: 100%;
  display: block;
  height: 300px;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section__grid--2 .cta-grid__item {
    height: 350px;
  }
}
.cta-grid__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.cta-grid__item:focus .cta-grid__image, .cta-grid__item:hover .cta-grid__image {
  transform: scale(1.05);
}
.cta-grid__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;;
  z-index: 3;
  ;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.cta-grid__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
}
.nav__dropdown-item .cta-grid__title {
  margin: 0;
}
.cta-grid__text {
  overflow: hidden;
  color: #FFFFFF;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.cta-grid__item:focus .cta-grid__text, .cta-grid__item:hover .cta-grid__text {
  max-height: 300px;
  margin-top: 12px;
}

.page__header {
  position: relative;
  text-align: center;
}
.page__header-button {
  display: none;
}
@media (min-width: 992px) {
  .page__header-button {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
  }
  .page__header-button.button--secondary, .page__header-button.floating-circles__button {
    right: auto;
    left: 0;
  }
}
.page__title {
  text-align: center;
  text-transform: none;
  color: #c70061;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .page__title {
    margin-top: 15px;
  }
}
.page__summary {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .page__summary {
    margin-bottom: 30px;
  }
}
.page__content {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page__content--columns {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .page__main {
    width: 70%;
    padding-right: 30px;
    border-right: 1px solid #f4f4f4;
  }
}
.page__sidebar {
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .page__sidebar {
    margin-top: 0;
    padding-top: 0;
    border-rop: none;
    width: 30%;
    padding-left: 30px;
  }
}
.page__footer {
  text-align: center;
  margin-bottom: 30px;
}
.page__footer-button {
  display: inline-block;
}
@media (min-width: 992px) {
  .page__footer-button--has-header {
    display: none;
  }
}
.page__link-block {
  padding-bottom: 15px;
  padding: 30px;
  width: 100%;
  position: relative;
  color: #243638;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 300px;
}
.page__link-block:after {
  display: none;
}
.page__link-block--image {
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.page__link-block--image:before {
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.75);
}
.page__link-block--image:hover, .page__link-block--image:focus {
  color: #FFFFFF;
}
.page__link-block--image:hover:before, .page__link-block--image:focus:before {
  opacity: 0.5;
}
.page__link-block--no-image {
  background: #f4f4f4;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.page__link-block--no-image:hover, .page__link-block--no-image:focus {
  background: #008fab;
  color: #243638;
}
.page__link-block-title {
  display: block;
  width: 100%;
  font-family: "Pangea", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px; gap: 32px;
  z-index: 5;
  position: relative;
}
.page__link-block-meta {
  font-size: 14px;
  z-index: 5;
  position: relative;
  display: block;
  width: 100%;
}

.hero {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .hero + .section.flush--top {
    margin-top: -30px !important;
  }
}
.hero .container {
  position: relative;
}
.hero--curve:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 200px;
  pointer-events: none;
  z-index: 2;
  background: url("../img/hero__curve.svg") no-repeat center bottom;
  background-size: 2000px;
}
@media (max-width: 767.98px) {
  .hero--curve:after {
    background-size: 700px;
  }
}
@media (min-width: 1920px) {
  .hero--curve:after {
    background-size: 100%;
  }
}
@media (min-width: 1920px) {
  .hero--curve:after {
    background-size: 100%;
  }
}
.hero:first-child {
  margin-top: -25px;
}
@media (min-width: 992px) {
  .hero:first-child {
    margin-top: -65px;
  }
}
@media (min-width: 1600px) {
  .hero:first-child {
    margin-top: -85px;
  }
}
@media (min-width: 1920px) {
  .hero:first-child {
    margin-top: -100px;
  }
}
@media (min-width: 2200px) {
  .hero:first-child {
    margin-top: -115px;
  }
}
.hero__iframe, .hero__video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  z-index: 1;
  transition: min-height 0.6s ease-in-out;
}
.hero__inner .container {
  display: flex;
  width: 100%;
}
.hero__inner:before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}
.hero--no-content .hero__inner:before {
  display: none;
}
@media (min-width: 992px) {
  .hero__inner {
    min-height: 600px;
  }
}
@media (min-width: 1920px) {
  .hero__inner {
    min-height: 750px;
  }
}
.hero--small .hero__inner {
  min-height: 400px;
}
@media (min-width: 992px) {
  .hero--small .hero__inner {
    min-height: 500px;
  }
}
.hero__video {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__content {
  position: relative;
  color: #FFFFFF;
  padding: 15px;
  z-index: 10;
  width: 100%;
  max-width: 700px;
  text-align: center;
  top: 0px;
}
.hero__content--wide {
  max-width: 850px;
}
.container > .hero__content {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .hero__content {
    top: -20px;
    padding: 30px;
  }
  .container > .hero__content {
    padding: 30px 0;
  }
}
.hero__content--top {
  align-self: flex-start;
}
.hero__content--middle {
  align-self: center;
}
.hero__content--bottom {
  align-self: flex-end;
}
.hero__content--left {
  text-align: left;
  margin-right: auto;
}
.hero__content--centre {
  text-align: center;
  margin: 0 auto;
}
.hero__content--right {
  text-align: right;
  margin-left: auto;
}
.hero__pre-title {
  color: #f9ba2f;
  font-size: 20px;
  font-weight: 600;
}
.hero__title {
  color: #FFFFFF;
  margin: 0 !important;
}
.hero__title strong {
  color: #f9ba2f;
  font-weight: 500;
}
.hero__title + .hero__text {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .hero .hero__text {
    /* display: none; */
  }
}
.hero__button {
  margin-top: 20px;
}
.hero__button:first-child {
  margin-top: 0;
}
.hero .hero__icon-list {
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -100px;
  background: #FFFFFF;
  box-shadow: 0px 3px 15.8px 0.16px rgba(0, 1, 1, 0.15);
  border-radius: 50px;
  padding: 12px;
  margin-left: 20px;
  margin-right: 20px;
}
.hero__sub {
  text-align: center;
}
.hero + .hero__mobile-below {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.hero + .icon-list .arrow,
.hero + .hero__mobile-below + .icon-list .arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 54%;
  margin-left: 80px;
  transform: rotate(-86deg);
  margin-top: -91px;
  width: 160px;
  height: 160px;
}
@media (max-width: 1279.98px) {
  .hero + .icon-list .arrow,
  .hero + .hero__mobile-below + .icon-list .arrow {
    width: 100px;
    height: 100px;
    transform: rotate(-90deg);
    left: 91%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.hero + .icon-list .arrow__path,
.hero + .hero__mobile-below + .icon-list .arrow__path {
  animation: arrow 1.2s forwards;
}
.hero + .icon-list .arrow__path:last-child,
.hero + .hero__mobile-below + .icon-list .arrow__path:last-child {
  animation-delay: 0.4s;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 21px;
  overflow: hidden;
}
.product-card__main {
  display: block;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}
.product-card__main:focus, .product-card__main:hover {
  color: #243638;
}
.product-card__media {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 21px 21px 0 0;
}
.product-card__image {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.product-card__main:focus .product-card__image, .product-card__main:hover .product-card__image {
  transform: scale(1.05);
}
.product-card__tag {
  position: absolute;
  left: 15px;
  top: 15px;
}
@media (max-width: 767.98px) {
  .product-card__tag {
    left: 10px;
    top: 10px;
  }
}
.product-card__content {
  padding: 12px 15px 6px 15px;
}
.product-card__title {
  margin: 0;
}
.product-card__price {
  margin-top: 4px;
  display: block;
  font-size: 14px;
}
.product-card__price strong {
  color: #c70060;
}
.product-card__quick-add {
  display: flex;
  align-items: stretch;
  margin: 0;
  margin-top: auto;
  border: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
  background: #ffffff;
}
.product-card__quick-add input[type=text],
.product-card__quick-add input[type=email],
.product-card__quick-add input[type=password],
.product-card__quick-add input[type=tel],
.product-card__quick-add input[type=number],
.product-card__quick-add input[type=url],
.product-card__quick-add input[type=search],
.product-card__quick-add textarea {
  flex: 1 1 auto;
  padding: 0 16px;
  min-height: 52px;
  padding-bottom: 2px;
  border: none;
  border-right: 1px solid #f4f4f4;
  border-radius: 0 0 0 21px;
  background: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.product-card__input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(199, 0, 97, 0.15);
}
.product-card__quick-add input[type=number]::-webkit-outer-spin-button,
.product-card__quick-add input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card__quick-add input[type=number] {
  -moz-appearance: textfield;
}
.product-card__button {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px !important;
  height: 45px;
  padding: 0 18px;
  border: none;
  border-left: 1px solid #f4f4f4;
  border-radius: 0 0 21px 0;
  color: #000000;
  background-color: #f9ba2f;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.product-card__button:before {
  display: none;
}
.product-card__button:focus, .product-card__button:hover {
  color: #000000;
  background-color: #ffcf57;
  border-color: #f9ba2f;
}
@media (max-width: 767.98px) {
  .product-card__button span {
    display: none;
  }
}

@media (min-width: 1200px) {
  .product-detail__inner {
    display: flex;
    align-items: flex-start;
  }
}

.product-detail__found-in .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product-detail__found-in-label {
  font-weight: 600;
  font-size: 18px;
}
.product-detail__found-in-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}
.product-detail__found-in-link {
  color: #243638;
  font-weight: 500;
  text-decoration: none;
}
.product-detail__found-in-link:hover,
.product-detail__found-in-link:focus {
  color: #008fab;
  text-decoration: underline;
}
.product-detail__ribbons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  /* justify-content: center; */
}
.product-detail__ribbon {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  background: #f4f4f4;
  border-radius: 999px;
  color: #243638;
}
.product-detail__ribbon img {
  width: 26px;
  height: 26px;
}
.product-detail__ribbon span {
  font-size: 15px;
}
.product-detail__ribbon strong {
  color: #c70061;
  text-decoration: underline;
}
@media (max-width: 599.98px) {
  .product-detail__ribbons {
    justify-content: flex-start;
  }
  .product-detail__ribbon {
    width: 100%;
  }
}
.product-detail__media {
  position: relative;
}
@media (max-width: 1199.98px) {
  .product-detail__media {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .product-detail__media {
    width: 50%;
  }
}
.product-detail__media-tag {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
}
@media (max-width: 1199.98px) {
  .product-detail__media-tag {
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .product-detail__slider {
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #d9d9d9;
    line-height: 0;
  }
}
.product-detail__slide {
  position: relative;
}
.product-detail__slide img,
.product-detail__slide video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* optional: helps with video/image scaling */
  margin-bottom: 0; /* fix spacing artifact */
}
.product-detail__zoom {
  display: none;
}
@media (min-width: 1200px) {
  .product-detail__zoom {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    font-size: 0;
    text-indent: -10000px;
    width: 35px;
    height: 35px;
    background: url("../img/icon__zoom--blue.svg") no-repeat center center;
    z-index: 3;
  }
  .product-detail__zoom:focus, .product-detail__zoom:hover {
    transform: scale(1.05);
  }
}
.product-detail__thumb {
  display: flex;
  margin-top: -25px;
}
@media (min-width: 1200px) {
  .product-detail__thumb {
    margin-top: -50px;
  }
}
.product-detail__thumb .slick-track {
  transform: none !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.product-detail__thumb .slick-slide {
  margin: 0 6px;
}
.product-detail__thumb img {
  display: block;
  width: 50px;
  height: 50px;
  object-fiit: cover;
  border-radius: 3px;
  border: 2px solid #d9d9d9;
}
@media (min-width: 1200px) {
  .product-detail__thumb img {
    width: 100px;
    height: 100px;
  }
}
/* .product-detail__content {
  margin-top: 30px;
} */
@media (min-width: 1200px) {
  .product-detail__content {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail__title {
    text-align: center;
  }
}
.product-detail__costs {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .product-detail__costs {
    justify-content: center;
  }
}
.product-detail__price {
  font-size: 30px;
  font-weight: 600;
  color: #c70061;
}
.product-detail__price + .product-detail__meta {
  margin-left: 15px;
}
.product-detail__form {
  margin-bottom: 30px;
}
.product-detail__actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.product-detail__options + .product-detail__actions {
  margin-top: 15px;
}
.product-detail__quantity {
  position: relative;
}
.product-detail__quantity-input {
  text-align: center;
}
.product-detail__quantity-input:focus {
  border-color: #c70061 !important;
}
.product-detail__quantity-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  min-height: 0;
}
.product-detail__quantity-button:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.product-detail__quantity-button--less {
  left: 8px;
}
.product-detail__quantity-button--less:after {
  background: url("../img/icon__minus--pink.svg") no-repeat center;
}
.product-detail__quantity-button--more {
  right: 8px;
}
.product-detail__quantity-button--more:after {
  background: url("../img/icon__plus--pink.svg") no-repeat center;
}
.product-detail__quantity-button:focus:after, .product-detail__quantity-button:hover:after {
  filter: brightness(0) invert(1);
}
.product-detail__quantity-button:active {
  top: 50%;
  margin-top: 1px;
}
.product-detail__button {
  white-space: nowrap;
}
.product-detail__info-tabs {
  margin-top: 32px;
}
.info-tabs {
  background: #243638;
  border-radius: 18px;
  padding: 20px clamp(16px, 5vw, 48px);
  color: #ffffff;
}
.info-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.info-tabs__tab {
  background: transparent;
  border: 2px solid #f9ba2f;
  color: #f9ba2f;
  border-radius: 999px;
  padding: 4px 18px;
  min-height: 32px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.info-tabs__tab:before {
  display: none !important;
}
.info-tabs__tab:is(:focus-visible, :hover) {
  outline: none;
  background-color: #f9ba2f;
  color: #243638;
  border-color: #f9ba2f;
}
.info-tabs__tab.is-active {
  background: #f9ba2f;
  color: #243638;
  border-color: #f9ba2f;
}
.info-tabs__panels {
  text-align: center;
}
.info-tabs__panel {
  display: none;
}
.info-tabs__panel.is-active {
  display: block;
}
.info-tabs__panel[hidden] {
  display: none !important;
}
.product-detail__info-tabs .product-detail__standout {
  background: transparent;
  color: #ffffff;
  margin: 0;
  padding-bottom: 0px;
}
.product-detail__info-tabs .product-detail__standout table {
  margin: 0 auto;
  color: inherit;
}
.product-detail__info-tabs .product-detail__standout table th {
  color: #ffffff;
  font-weight: 600;
  padding: 4px 24px 12px;
}
.product-detail__info-tabs .product-detail__standout table th,
.product-detail__info-tabs .product-detail__standout table td {
  padding: 6px 24px;
  text-align: center;
  border: none;
}
/* .product-detail__info-tabs .product-detail__standout table td:first-child,
.product-detail__info-tabs .product-detail__standout table th:first-child {
  padding-right: 72px;
} */
.product-detail__info-tabs .product-detail__details {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
}
.product-detail__info-tabs .product-detail__details p {
  margin-bottom: 18px;
  color: #ffffff;
}
.product-detail__info-tabs .product-detail__details-heading {
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.product-detail__info-tabs .product-detail__details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail__info-tabs .product-detail__details-row {
  display: flex;
  color: #ffffff;
  margin-bottom: 6px;
  gap: 32px;
}
.product-detail__info-tabs .product-detail__details-row > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.product-detail__info-tabs .product-detail__details-label {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.product-detail__info-tabs .product-detail__details-label::after {
  content: ":";
  margin-left: 4px;
}
.product-detail__info-tabs .product-detail__details-value {
  color: #f9ba2f;
  font-weight: 500;
  text-align: center;
}
.product-detail__description--below {
  margin-top: 24px;
}
.product-detail__description--below p {
  margin-bottom: 0;
  color: #243638;
}
.product-detail__standout {
  background: #243638;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.product-detail__standout h1, .product-detail__standout .h1, .product-detail__standout .banner__title, .product-detail__standout h2, .product-detail__standout .h2, .product-detail__standout .floating-circles__title, .product-detail__standout .boxed__title, .product-detail__standout .section__title, .product-detail__standout .product-detail__title, .product-detail__standout h3, .product-detail__standout .h3, .product-detail__standout .image-and-text__media-title, .product-detail__standout .site-footer__tag-line, .product-detail__standout .cta-grid__title, .product-detail__standout .page__link-block-title, .product-detail__standout h4, .product-detail__standout .h4, .product-detail__standout .basket__total, .product-detail__standout h5, .product-detail__standout .h5, .product-detail__standout .search-form__menu-title, .product-detail__standout .product-card__title, .product-detail__standout h6, .product-detail__standout .h6 {
  color: #f4f4f4;
  font-weight: 600;
}
.product-detail__standout a {
  color: #FFFFFF;
  text-decoration-color: #f9ba2f;
}
.product-detail__standout strong, .product-detail__standout em {
  font-weight: 500;
  color: #f9ba2f;
}
.product-detail__standout table {
  margin: 0;
  /* width: auto; */
}
.product-detail__standout table th, .product-detail__standout table td {
  border: none;
  padding: 3px 20px 3px 0;
}
.product-detail__standout table th:last-child, .product-detail__standout table td:last-child {
  padding-right: 0;
}
.product-detail__description-more {
  display: none;
}
.product-detail__description-more--open {
  position: relative;
  opacity: 0;
  top: 10px;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@media (min-width: 992px) {
  .image-and-text__inner {
    display: flex;
    align-items: center;
  }
  .image-and-text__inner--right {
    flex-direction: row-reverse;
  }
  .image-and-text__inner--top {
    align-items: flex-start;
  }
  .image-and-text__inner--bottom {
    align-items: flex-end;
  }
}
.image-and-text__media {
  margin-bottom: 30px;
  position: relative;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .image-and-text__media {
    margin-bottom: 0;
    width: 50%;
    padding-left: 15px;
  }
  .image-and-text__inner--left .image-and-text__media {
    padding-left: 0;
    padding-right: 15px;
  }
}
.image-and-text__media .arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -155px;
  z-index: 4;
}
.image-and-text__inner--left .image-and-text__media .arrow {
  transform: scale(-1, 1);
  left: 0;
  margin-left: -45px;
}
.faq-section .image-and-text__media .arrow {
  left: -40%;
  top: -32%;
  margin-left: 0;
  transform: translateX(-50%) rotate(-90deg) scale(0.7);
}
.faq-section .image-and-text__inner--left .image-and-text__media .arrow {
  transform: translateX(-50%) rotate(-90deg) scale(0.7);
}
.animate-in--active .image-and-text__media .arrow__path {
  animation: arrow 1.2s forwards;
}
.animate-in--active .image-and-text__media .arrow__path:last-child {
  animation-delay: 0.4s;
}
.image-and-text--playing .image-and-text__media .arrow__path {
  stroke-dashoffset: 0;
  animation: arrowReverse 1.2s forwards;
  animation-delay: 0.8s;
}
.image-and-text--playing .image-and-text__media .arrow__path:last-child {
  animation-delay: 0;
}
.image-and-text__media-overlay {
  position: absolute;
  padding: 30px;
  left: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.image-and-text__inner--left .image-and-text__media-overlay {
  left: 0;
  right: 15px;
}
.animate-in .image-and-text__media-play {
  display: none;
  position: relative;
  opacity: 0;
  top: 10px;
}
.animate-in--active .image-and-text__media-play {
  display: block;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.image-and-text__media-title {
  text-align: center;
}
.image-and-text__media-play + .image-and-text__media-title {
  margin-top: 15px;
}
.animate-in .image-and-text__media-title {
  display: none;
  position: relative;
  opacity: 0;
  top: 10px;
}
.animate-in--active .image-and-text__media-title {
  display: block;
  animation-name: fadeDropIn;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.image-and-text__image, .image-and-text__video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
}
.image-and-text__video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
  border-radius: 6px;
  clip-path: inset(1px 1px);
  height: 100%;
  object-fit: contain;
  background-color: #000000;
}
@media (min-width: 992px) {
  .image-and-text__content {
    width: 50%;
    padding-left: 30px;
  }
  .image-and-text__inner--right .image-and-text__content {
    padding-left: 0;
    padding-right: 30px;
  }
.faq-section.animate-in--active {
  padding-top: 13px;
}
}
.image-and-text__button {
  margin-top: 30px;
}
.pagination {
  overflow: visible;
  padding-top: 30px !important;
}
.pagination__disabled {
  color: #f4f4f4;
}
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 425px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .banner {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .banner {
    min-height: 650px;
  }
}
.banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  opacity: 0.7;
}
.banner--embed-open:before {
  -webkit-transition: opacity 1.2s ease-in-out;
  -ms-transition: opacity 1.2s ease-in-out;
  -moz-transition: opacity 1.2s ease-in-out;
  -o-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
  opacity: 1;
}
.banner__content {
  max-width: 950px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .banner__content {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .banner__content {
    padding: 0 100px;
  }
}
.banner__title {
  line-height: 1.1em;
  display: block;
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  top: 10px;
  animation: fadeDropIn 0.2s forwards;
  animation-delay: 0.4s;
}
.banner__intro {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  top: 10px;
  animation: fadeDropIn 0.2s forwards;
  animation-delay: 0.8s;
}
@media (min-width: 768px) {
  .banner__intro {
    font-size: 20px;
    line-height: 1.7em;
  }
}
.banner__button {
  margin-top: 30px;
  position: relative;
  opacity: 0;
  top: 10px;
  animation: fadeDropIn 0.2s forwards;
  animation-delay: 1.2s;
}
.banner__embed {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-width: 850px;
  top: -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 5;
  text-align: center;
  width: 0;
}
.banner__embed--open {
  overflow: visible;
  visibility: visible;
  display: block;
  opacity: 1;
  height: auto;
  top: 0;
  width: auto;
}
.banner__embed-inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 320px;
}
@media (min-width: 576px) {
  .banner__embed-inner {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .banner__embed-inner {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .banner__embed-inner {
    width: 850px;
  }
}
.banner__embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__embed-hide {
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 15px;
  color: #FFFFFF;
  font-family: "Pangea", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  background: none;
  box-shadow: none;
  padding: 0;
  top: auto;
}
.banner__embed-hide:focus, .banner__embed-hide:hover {
  background: none;
}
.banner__embed-hide:active {
  top: auto;
}

.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    margin: 45px 0 15px 0;
    font-size: 14px;
  }
  .breadcrumb a {
    margin-right: 30px;
    position: relative;
  }
  .breadcrumb a:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 4px;
    /* background: url("icon__chevron-right-default.svg") no-repeat center; */
    background-size: cover;
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }
  .breadcrumb span {
    color: #f4f4f4;
  }
}

.announcement {
  text-align: center;
  padding: 10px 0;
  background: #243638;
  color: #FFFFFF;
}
.announcement a {
  color: #FFFFFF;
  text-decoration-color: #008fab;
  display: inline-block;
}
.announcement img, .announcement svg, .announcement__icon {
  height: 18px;
  position: relative;
  top: 3px;
}
.announcement img + a, .announcement svg + a, .announcement__icon + a {
  margin-left: 8px;
}

.logo-grid__inner {
  margin: 0 auto;
}
.logo-grid__main {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.logo-grid__item {
  margin: 7.5px 15px;
}
@media (max-width: 767.98px) {
  .logo-grid__item {
    margin: 1.5px 15px;
  }
}
@media (min-width: 992px) {
  .logo-grid__item {
    margin: 20px 25px;
  }
}
@media (max-width: 767.98px) {
  .logo-grid__item:last-child {
    display: none;
  }
}
.logo-grid__link {
  display: block;
}
.logo-grid__link:before {
  display: none;
}
.logo-grid__image {
  max-width: 130px;
  width: 100%;
  max-height: 70px;
  display: inline-block;
}
@media (min-width: 992px) {
  .logo-grid__image {
    max-width: 195px;
    max-height: 110px;
  }
}

.icon-list__main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -15px;
}
.icon-list__main--secondary {
  display: none;
}
.icon-list__main--open {
  display: block !important;
}
.icon-list__main--natural {
  justify-content: space-around;
}
.icon-list__grid-cell {
  margin: 15px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .icon-list__grid-cell {
    width: 50%;
    padding-right: 20px;
  }
}
.icon-list__main--natural .icon-list__grid-cell {
  width: auto;
}
@media (max-width: 767.98px) {
  .icon-list__main--mobile-stacked .icon-list__grid-cell {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .icon-list__main--mobile-columns .icon-list__grid-cell {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .icon-list__grid-cell {
    width: 25%;
  }
  .icon-list__main--2 .icon-list__grid-cell {
    width: 50%;
  }
  .icon-list__main--3 .icon-list__grid-cell {
    width: 33.3%;
  }
  .icon-list__main--4 .icon-list__grid-cell {
    width: 25%;
  }
  .icon-list__main--5 .icon-list__grid-cell {
    width: 20%;
  }
}
.icon-list__item {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.3em;
  width: 100%;
}
.icon-list__main--boxed .icon-list__item {
  padding: 12px;
  border-radius: 30px;
  background: #f4f4f4;
}
.section-block--standout .icon-list__main--boxed .icon-list__item {
  background-color: #FFFFFF;
}
.icon-list__item strong {
  font-weight: 500;
  color: #c70061;
}
.icon-list__icon {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-right: 7.5px;
  position: relative;
}
.icon-list__icon--image {
  border: 4px solid #f4f4f4;
  border-radius: 50%;
}
.section--standout .icon-list__icon--image, .boxed .icon-list__icon--image, .product-detail__standout .icon-list__icon--image {
  border-color: #FFFFFF;
}
.icon-list__icon--large {
  width: 60px;
  height: 60px;
}
.icon-list__icon--larger {
  width: 80px;
  height: 80px;
}
.icon-list__content {
  position: relative;
}
.icon-list__content a {
  color: #c70061;
}
a.icon-list__item .icon-list__content {
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #008fab;
}
a.icon-list__item:hover .icon-list__content, a.icon-list__item:focus .icon-list__content {
  color: #008fab;
  text-underline-offset: 8px;
}
.icon-list__title {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.icon-list__title + p {
  margin-top: 5px;
}
.icon-list__tag {
  position: absolute;
  top: -18px;
  left: -18px;
  transition: left 0.2s ease-in-out;
}
a.icon-list__content:focus .icon-list__tag, a.icon-list__content:hover .icon-list__tag {
  left: -8px;
}

.simple-text__summary {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}

.accordion__main {
  margin: 0;
  border-top: 2px solid #f4f4f4;
}
.section-block--standout .accordion__main {
  border-color: #FFFFFF;
}
.accordion__item {
  border-bottom: 2px solid #f4f4f4;
}
.section-block--standout .accordion__item {
  border-color: #FFFFFF;
}
.accordion__item-title {
  padding: 12px 0;
  color: #243638;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__item-title:after {
  content: "";
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url("../img/icon__circle-arrow-down--blue.svg") no-repeat center center;
  background-size: 100%;
  position: relative;
  margin-left: 5px;
  transform: rotate(0);
  top: 0px;
  transition: all 0.2s ease-in-out;
  flex-basis: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.accordion__item-title:focus, .accordion__item-title:hover {
  color: #008fab;
}
.accordion__item-title:focus:after, .accordion__item-title:hover:after {
  top: 5px;
}
.accordion__item-title--active {
  color: #008fab;
}
.accordion__item-title--active:after {
  transform: rotate(180deg);
}
.accordion__item-content {
  display: none;
  margin: 0;
}
.accordion__item-content--open {
  display: block;
  padding: 0 0 30px 0;
}

@media (min-width: 992px) {
  .floating-circles__inner {
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
}
.floating-circles__media {
  position: relative;
}
@media (min-width: 992px) {
  .floating-circles__media {
    margin-bottom: 0;
    width: 50%;
  }
}
.floating-circles__media-item {
  position: relative;
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.floating-circles__media-item--supplementary-1, .floating-circles__media-item--supplementary-2 {
  position: absolute;
  left: 0;
  top: 0;
}
.floating-circles__media-item--supplementary-1 {
  top: -50px;
  left: -10px;
  z-index: 1;
  width: 40%;
  animation-delay: 1s;
}
.floating-circles__media-item--supplementary-2 {
  z-index: 3;
  width: 30%;
  left: 15%;
  top: 70%;
  animation-delay: 2s;
}
.floating-circles__media-item--main {
  z-index: 2;
  position: relative;
  width: 80%;
  margin-left: auto;
  animation-name: floatingMore;
}
@media (max-width: 991.98px) {
  .floating-circles__media-item--main {
    width: 90%;
    margin-right: -40px;
  }
}
.floating-circles__media-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  border: 4px solid #d9d9d9;
}
.floating-circles__content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .floating-circles__content {
    width: 50%;
    padding-left: 30px;
  }
}
.floating-circles__title {
  color: #c70061;
}
.floating-circles__title strong {
  font-weight: 500;
  color: #008fab;
}
.floating-circles__button {
  margin-top: 15px;
}
.floating-circles__button:first-child {
  margin-top: 0;
}

.gallery__inner--mozaic .section-block__grid--gallery-mozaic {
  display: block;
  columns: 2;
  gap: 15px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .gallery__inner--mozaic .section-block__grid--gallery-mozaic {
    columns: 3;
  }
}
@media (min-width: 992px) {
  .gallery__inner--mozaic .section-block__grid--gallery-mozaic {
    columns: 4;
  }
}
.gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell {
  break-inside: avoid;
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(1) .gallery__image, .gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(1) {
  aspect-ratio: 1/0.8;
}
.gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(3n+2) .gallery__image, .gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(3n+2) {
  aspect-ratio: 1/0.6;
}
.gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(2n+7) .gallery__image, .gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(2n+7) {
  aspect-ratio: 1/1.3;
}
.gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(19n) .gallery__image, .gallery__inner--mozaic .section-block__grid--gallery-mozaic .section-block__grid-cell:nth-child(19n) {
  aspect-ratio: 1/0.4;
}
.gallery__item {
  width: 100%;
}
.gallery__item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery__item-link {
  display: block;
  width: 100%;
}
.gallery__image {
  width: 100%;
  display: block;
}
.gallery__image--cropped {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.section-block__grid--1 .gallery__image {
  height: auto;
}
.gallery__caption {
  display: block;
  z-index: 5;
  top: 30px;
  left: 0;
  padding: 20px;
  line-height: 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
}
.gallery__zoom {
  border-color: #FFFFFF;
  text-indent: -100000px;
  width: 40px;
  height: 40px;
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
}
.gallery__zoom:focus, .gallery__zoom:hover {
  transform: scale(1.05);
}
.gallery__zoom:after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/icon__zoom--white.svg") no-repeat center center;
  background-size: 100%;
}
.gallery__zoom:before {
  display: none;
}
.gallery__zoom:active {
  top: 11px;
}
.gallery__modal-image {
  width: 100%;
  display: block;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 7.5px;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  padding: 0;
  background: transparent;
  text-index: -10000;
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #008fab;
  transition: background 0.2s ease-in-out, width 0.2s ease-in-out;
  min-height: 0px;
}
.slick-dots button:before {
  display: block;
}
.slick-dots .slick-active button {
  background: #008fab;
  width: 40px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* [overlays] Modal and gallery framework
   -------------------------------------- */
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  min-height: 0;
}
.modaal-wrapper .modaal-close:before {
  transform: rotate(-45deg) !important;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media (max-width: 1199.98px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media (max-width: 575.98px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
