@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
:root {
  --messaging-font-size: 12px;
  --logo-badge-width: 80px;
  --messaging-margin-block-start: 0;
  --messaging-margin-block-end: 0;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 48px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 48px;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 63.99em) {
  .navigation-open body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
}

body.scroll-lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.u-h1,
h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 40px;
}

.u-h2,
h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 35px;
}

.u-h3,
h3 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 30px;
}

.u-h4,
h4 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 21px;
}

.u-h5,
h5 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-size: 18px;
}

.u-h6,
h6 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 14px;
}

html {
  font-size: 1em;
  line-height: 1.75;
  overflow-y: scroll;
  min-height: 100%;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
}
@media (max-width: 63.99em) {
  html.navigation-open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
}
html.scroll-lock, html.vanilla-modal--open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

@media (max-width: 61.25em) {
  html #wpadminbar {
    display: none !important;
  }
  body.admin-bar {
    margin-top: -32px;
  }
}
@media (max-width: 48.875em) {
  html #wpadminbar {
    display: none !important;
  }
  body.admin-bar {
    margin-top: -46px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password] {
  background-color: transparent;
  padding: 1.25rem 16px;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Roboto Mono", monospace;
  border: 0px;
  background: #F9F9F9;
  border-radius: 8px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none;
}

label {
  color: #000;
}

p {
  margin-bottom: 24px;
}

select {
  background-color: transparent;
  padding: 1.25rem 16px;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Roboto Mono", monospace;
  border: 0px;
  background: #F9F9F9;
  border-radius: 8px;
  background: #F9F9F9 url("../images/icon-arrow-down.svg") no-repeat right 1rem center;
  background-size: 1rem;
  font-family: "Roboto Mono", monospace;
  -moz-appearance: none;
  border-radius: 6px;
  font-size: 16px;
}
select:focus {
  outline: none;
}

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

textarea {
  background-color: transparent;
  padding: 1.25rem 16px;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Roboto Mono", monospace;
  border: 0px;
  background: #F9F9F9;
  border-radius: 8px;
  height: 150px;
  resize: none;
}
textarea:focus {
  outline: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce-in {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper, .c-shop-search--style-search .c-shop-search__wrapper, .c-search-header__inner {
  padding-right: 48px;
  padding-left: 48px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1386px;
}
.o-wrapper:after, .c-shop-search--style-search .c-shop-search__wrapper:after, .c-search-header__inner:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-wrapper--small, .c-shop-search--style-search .c-shop-search__wrapper {
  max-width: calc(1064px + 80px);
}
@media (max-width: 46.24em) {
  .o-wrapper--small, .c-shop-search--style-search .c-shop-search__wrapper {
    max-width: calc(1064px + 48px);
  }
}
.o-wrapper--full-width {
  max-width: none;
}
.o-wrapper--generic {
  max-width: 1068px;
}
.o-wrapper--large {
  max-width: 1586px;
}
.o-wrapper--tiny {
  max-width: 600px;
}
.o-wrapper--near-normal {
  max-width: calc(1138px + 80px);
}
@media (max-width: 46.24em) {
  .o-wrapper--near-normal {
    max-width: calc(1138px + 48px);
  }
}
@media (max-width: 63.99em) {
  .o-wrapper, .c-shop-search--style-search .c-shop-search__wrapper, .c-search-header__inner {
    max-width: 650px !important;
  }
}
@media (max-width: 46.24em) {
  .o-wrapper, .c-shop-search--style-search .c-shop-search__wrapper, .c-search-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .o-wrapper .o-wrapper, .c-shop-search--style-search .c-shop-search__wrapper .o-wrapper, .o-wrapper .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .o-wrapper .c-shop-search__wrapper, .c-shop-search--style-search .c-shop-search__wrapper .c-shop-search__wrapper, .c-search-header__inner .o-wrapper, .c-search-header__inner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-search-header__inner .c-shop-search__wrapper, .o-wrapper .c-search-header__inner, .c-shop-search--style-search .c-shop-search__wrapper .c-search-header__inner, .c-search-header__inner .c-search-header__inner {
    padding: 0;
  }
  .o-wrapper .o-layout, .c-shop-search--style-search .c-shop-search__wrapper .o-layout, .c-search-header__inner .o-layout {
    margin-left: -24px;
  }
  .o-wrapper .o-layout__item, .c-shop-search--style-search .c-shop-search__wrapper .o-layout__item, .c-search-header__inner .o-layout__item {
    padding-left: 24px;
  }
  .o-wrapper .o-layout.o-layout--large > .o-layout__item, .c-shop-search--style-search .c-shop-search__wrapper .o-layout.o-layout--large > .o-layout__item, .c-search-header__inner .o-layout.o-layout--large > .o-layout__item, .o-wrapper .o-layout.o-layout--huge > .o-layout__item, .c-shop-search--style-search .c-shop-search__wrapper .o-layout.o-layout--huge > .o-layout__item, .c-search-header__inner .o-layout.o-layout--huge > .o-layout__item {
    padding-left: 24px;
  }
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block; /* [1] */
  margin: 0; /* [2] */
  padding: 0; /* [2] */
  list-style: none; /* [1] */
  margin-left: -48px; /* [3] */
  font-size: 0;
}

/**
 * 1. Required in order to combine fluid widths with fixed gutters.
 * 2. Allows us to manipulate grids vertically, with text-level properties,
 *    etc.
 * 3. Default item alignment is with the tops of each other, like most
 *    traditional grid/layout systems.
 * 4. By default, all layout items are full-width (mobile first).
 * 5. Gutters provided by left padding:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 * 6. Fallback for old IEs not supporting `rem` values.
 */
.o-layout__item {
  box-sizing: border-box; /* [1] */
  display: inline-block; /* [2] */
  vertical-align: top; /* [3] */
  width: 100%; /* [4] */
  padding-left: 48px; /* [5] */
  font-size: 16px; /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}
.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}
.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}
.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -48px;
}
.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}
.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn’t take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: flex;
  flex-wrap: wrap;
}
.o-layout--stretch > .o-layout__item {
  display: flex;
}
.o-layout--stretch.o-layout--center {
  justify-content: center;
}
.o-layout--stretch.o-layout--right {
  justify-content: flex-end;
}
.o-layout--stretch.o-layout--left {
  justify-content: flex-start;
}

/* Fill order modifiers
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}
.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}
.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

.o-layout--spaced {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .o-layout--spaced {
    padding: 6rem 0;
  }
}

.o-layout--bg-white {
  background-color: white;
}
.o-layout--bg-white + .o-layout--bg-white {
  padding-top: 0px;
}

.o-layout--bg-grey,
.o-layout--bg-off-white {
  background-color: #f9f9f9;
  color: #000;
}
.o-layout--bg-grey + .o-layout--bg-grey,
.o-layout--bg-grey + .o-layout--bg-off-white,
.o-layout--bg-off-white + .o-layout--bg-grey,
.o-layout--bg-off-white + .o-layout--bg-off-white {
  padding-top: 0px;
}

.o-layout--bg-black {
  background-color: #000;
  color: white;
}
.o-layout--bg-black + .o-layout--bg-black {
  padding-top: 0px;
}

.o-layout--bg-pattern {
  background-image: url("../images/motoz-bg-texture-2.png");
  background-size: 1440px 732px;
}

.o-layout--bg-pattern-grey {
  background-color: #f9f9f9;
  color: #000;
  background-image: url("../images/motoz-bg-texture-2.png");
  background-size: 1440px 732px;
}

.o-type--section-title {
  line-height: 1.3333333333;
  margin-bottom: 32px;
}
.o-type--section-title {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .o-type--section-title {
    font-size: calc(25px + 5 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .o-type--section-title {
    font-size: 30px;
  }
}
@media (min-width: 64em) {
  .o-type--section-title {
    margin-bottom: 40px;
  }
}

.o-type--large-section-title {
  line-height: 1.25;
  margin-bottom: 32px;
}
.o-type--large-section-title {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .o-type--large-section-title {
    font-size: calc(25px + 15 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .o-type--large-section-title {
    font-size: 40px;
  }
}
@media (min-width: 64em) {
  .o-type--large-section-title {
    margin-bottom: 40px;
  }
}

.o-type--extra-section-title {
  line-height: 1.2;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
.o-type--extra-section-title {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .o-type--extra-section-title {
    font-size: calc(25px + 25 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .o-type--extra-section-title {
    font-size: 50px;
  }
}
@media (min-width: 64em) {
  .o-type--extra-section-title {
    margin-bottom: 40px;
  }
}

.o-type--accessible-link:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.o-type--faded-text {
  color: #828282;
}

.o-type--wysiwyg p,
.o-type--wysiwyg .c-video-responsive {
  margin-bottom: 24px;
}
.o-type--wysiwyg p:last-child,
.o-type--wysiwyg .c-video-responsive:last-child {
  margin-bottom: 0;
}
.o-type--wysiwyg a:not(.c-button):not(.woocommerce-Button):not(.woocommerce-button):not(.gform_button):not(input[type=submit]):not(input[type=button]):not(input[type=reset]) {
  text-decoration: underline;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.o-type--wysiwyg blockquote {
  background-color: #ccc;
  font-weight: 500 !important;
  font-size: 25px;
  color: #000;
  border-radius: 8px;
  line-height: 35px;
  padding: 24px;
}
.o-type--wysiwyg blockquote:last-child {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .o-type--wysiwyg blockquote {
    padding: 32px;
    font-size: 20px;
    line-height: 32px;
  }
}
.o-type--wysiwyg blockquote > p {
  font-weight: 500 !important;
  font-size: 20px;
}
.o-type--wysiwyg .wp-caption {
  margin-bottom: 40px;
  max-width: 100%;
}
.o-type--wysiwyg .wp-caption .wp-caption-text {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 32px;
}
.o-type--wysiwyg a {
  font-weight: 700;
}
.o-type--wysiwyg a:not(.c-button):not(.woocommerce-Button):not(.woocommerce-button):not(.gform_button):not(input[type=submit]):not(input[type=button]):not(input[type=reset]):not(.c-link) {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.o-type--wysiwyg a:not(.c-button):not(.woocommerce-Button):not(.woocommerce-button):not(.gform_button):not(input[type=submit]):not(input[type=button]):not(input[type=reset]):not(.c-link):hover {
  color: #585858;
}
.o-type--wysiwyg .aligncenter {
  display: block;
  margin: auto;
}
.o-type--wysiwyg .alignnone {
  display: block;
  width: 100% !important;
  margin: 48px 0;
}
.o-type--wysiwyg .alignnone img {
  width: 100%;
}
.o-type--wysiwyg img.alignleft {
  float: left;
  margin: 20px 0;
  margin-right: 20px;
}
.o-type--wysiwyg img.alignright {
  float: right;
  margin: 20px 0;
  margin-left: 20px;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/1 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/2 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/2 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-2\/2 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/2 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-3\/3 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/3 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/4 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

.u-2\/4 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-3\/4 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-4\/4 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/4 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/5 {
  width: 20% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 20% !important;
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important; /* [1] */
}

.u-2\/5 {
  width: 40% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 40% !important;
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important; /* [1] */
}

.u-3\/5 {
  width: 60% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 60% !important;
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important; /* [1] */
}

.u-4\/5 {
  width: 80% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 80% !important;
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important; /* [1] */
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/5 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/6 {
  width: 16.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 16.6666666667% !important;
}

.u-pull-1\/6 {
  position: relative !important;
  right: 16.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-2\/6 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-2\/6 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-3\/6 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-3\/6 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-4\/6 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-4\/6 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-5\/6 {
  width: 83.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 83.3333333333% !important;
}

.u-pull-5\/6 {
  position: relative !important;
  right: 83.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-6\/6 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/6 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-6\/6 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/8 {
  width: 12.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 12.5% !important;
}

.u-pull-1\/8 {
  position: relative !important;
  right: 12.5% !important;
  left: auto !important; /* [1] */
}

.u-2\/8 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-2\/8 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

.u-3\/8 {
  width: 37.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 37.5% !important;
}

.u-pull-3\/8 {
  position: relative !important;
  right: 37.5% !important;
  left: auto !important; /* [1] */
}

.u-4\/8 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-4\/8 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-5\/8 {
  width: 62.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 62.5% !important;
}

.u-pull-5\/8 {
  position: relative !important;
  right: 62.5% !important;
  left: auto !important; /* [1] */
}

.u-6\/8 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-6\/8 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-7\/8 {
  width: 87.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 87.5% !important;
}

.u-pull-7\/8 {
  position: relative !important;
  right: 87.5% !important;
  left: auto !important; /* [1] */
}

.u-8\/8 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/8 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-8\/8 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

.u-1\/12 {
  width: 8.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 8.3333333333% !important;
}

.u-pull-1\/12 {
  position: relative !important;
  right: 8.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-2\/12 {
  width: 16.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 16.6666666667% !important;
}

.u-pull-2\/12 {
  position: relative !important;
  right: 16.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-3\/12 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 25% !important;
}

.u-pull-3\/12 {
  position: relative !important;
  right: 25% !important;
  left: auto !important; /* [1] */
}

.u-4\/12 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-4\/12 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-5\/12 {
  width: 41.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 41.6666666667% !important;
}

.u-pull-5\/12 {
  position: relative !important;
  right: 41.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-6\/12 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 50% !important;
}

.u-pull-6\/12 {
  position: relative !important;
  right: 50% !important;
  left: auto !important; /* [1] */
}

.u-7\/12 {
  width: 58.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 58.3333333333% !important;
}

.u-pull-7\/12 {
  position: relative !important;
  right: 58.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-8\/12 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-8\/12 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-9\/12 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-9\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 75% !important;
}

.u-pull-9\/12 {
  position: relative !important;
  right: 75% !important;
  left: auto !important; /* [1] */
}

.u-10\/12 {
  width: 83.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-10\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 83.3333333333% !important;
}

.u-pull-10\/12 {
  position: relative !important;
  right: 83.3333333333% !important;
  left: auto !important; /* [1] */
}

.u-11\/12 {
  width: 91.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-11\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 91.6666666667% !important;
}

.u-pull-11\/12 {
  position: relative !important;
  right: 91.6666666667% !important;
  left: auto !important; /* [1] */
}

.u-12\/12 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-12\/12 {
  position: relative !important;
  right: auto !important; /* [1] */
  left: 100% !important;
}

.u-pull-12\/12 {
  position: relative !important;
  right: 100% !important;
  left: auto !important; /* [1] */
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 40em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@mobile {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@mobile {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@mobile {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@mobile {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@mobile {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@mobile {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@mobile {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@mobile {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@mobile {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@mobile {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@mobile {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@mobile {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@mobile {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@mobile {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@mobile {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@mobile {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@mobile {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@mobile {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@mobile {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@mobile {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@mobile {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@mobile {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@mobile {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@mobile {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@mobile {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@mobile {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@mobile {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@mobile {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@mobile {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@mobile {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@mobile {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@mobile {
    left: auto !important;
  }
  .u-pull-none\@mobile {
    right: auto !important;
  }
}
@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@tablet {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@tablet {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@tablet {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@tablet {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@tablet {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@tablet {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@tablet {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@tablet {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@tablet {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@tablet {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@tablet {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@tablet {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@tablet {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@tablet {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@tablet {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@tablet {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@tablet {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@tablet {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@tablet {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@tablet {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@tablet {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@tablet {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@tablet {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@tablet {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@tablet {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@tablet {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@tablet {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@tablet {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@tablet {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@tablet {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@tablet {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@tablet {
    left: auto !important;
  }
  .u-pull-none\@tablet {
    right: auto !important;
  }
}
@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@desktop {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@desktop {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@desktop {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@desktop {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@desktop {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@desktop {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@desktop {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@desktop {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@desktop {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@desktop {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@desktop {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@desktop {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@desktop {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@desktop {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@desktop {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@desktop {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@desktop {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@desktop {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@desktop {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@desktop {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@desktop {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@desktop {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@desktop {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@desktop {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@desktop {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@desktop {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@desktop {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@desktop {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@desktop {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@desktop {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@desktop {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@desktop {
    left: auto !important;
  }
  .u-pull-none\@desktop {
    right: auto !important;
  }
}
@media (min-width: 81.25em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/1\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/2\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/2\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-1\/3\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-2\/3\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/3\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/4\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/5\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/6\@wide {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-1\/6\@wide {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/6\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-2\/6\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/6\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/6\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-4\/6\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/6\@wide {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-5\/6\@wide {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/6\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/8\@wide {
    width: 12.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 12.5% !important;
  }
  .u-pull-1\/8\@wide {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/8\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-2\/8\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/8\@wide {
    width: 37.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 37.5% !important;
  }
  .u-pull-3\/8\@wide {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/8\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-4\/8\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/8\@wide {
    width: 62.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 62.5% !important;
  }
  .u-pull-5\/8\@wide {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/8\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-6\/8\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/8\@wide {
    width: 87.5% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 87.5% !important;
  }
  .u-pull-7\/8\@wide {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/8\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-8\/8\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-1\/12\@wide {
    width: 8.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 8.3333333333% !important;
  }
  .u-pull-1\/12\@wide {
    position: relative !important;
    right: 8.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-2\/12\@wide {
    width: 16.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 16.6666666667% !important;
  }
  .u-pull-2\/12\@wide {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-3\/12\@wide {
    width: 25% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important; /* [1] */
  }
  .u-4\/12\@wide {
    width: 33.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 33.3333333333% !important;
  }
  .u-pull-4\/12\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-5\/12\@wide {
    width: 41.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 41.6666666667% !important;
  }
  .u-pull-5\/12\@wide {
    position: relative !important;
    right: 41.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-6\/12\@wide {
    width: 50% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important; /* [1] */
  }
  .u-7\/12\@wide {
    width: 58.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 58.3333333333% !important;
  }
  .u-pull-7\/12\@wide {
    position: relative !important;
    right: 58.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-8\/12\@wide {
    width: 66.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 66.6666666667% !important;
  }
  .u-pull-8\/12\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-9\/12\@wide {
    width: 75% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important; /* [1] */
  }
  .u-10\/12\@wide {
    width: 83.3333333333% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 83.3333333333% !important;
  }
  .u-pull-10\/12\@wide {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important; /* [1] */
  }
  .u-11\/12\@wide {
    width: 91.6666666667% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 91.6666666667% !important;
  }
  .u-pull-11\/12\@wide {
    position: relative !important;
    right: 91.6666666667% !important;
    left: auto !important; /* [1] */
  }
  .u-12\/12\@wide {
    width: 100% !important;
  }
  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/12\@wide {
    position: relative !important;
    right: auto !important; /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important; /* [1] */
  }
  .u-push-none\@wide {
    left: auto !important;
  }
  .u-pull-none\@wide {
    right: auto !important;
  }
}
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-border-top {
  border-top: 1px solid #000;
}

.u-border-bottom {
  border-bottom: 1px solid #000;
}

@media (max-width: 46.24em) {
  .u-hidden\@mobile {
    display: none !important;
  }
}

@media (min-width: 46.25em) and (max-width: 63.99em) {
  .u-hidden\@tablet {
    display: none !important;
  }
}

@media (min-width: 64em) and (max-width: 81.24em) {
  .u-hidden\@desktop {
    display: none !important;
  }
}

@media (min-width: 81.25em) {
  .u-hidden\@wide {
    display: none !important;
  }
}

@media (min-width: 46.25em) {
  .u-hidden\@tablet-above {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .u-hidden\@desktop-above {
    display: none !important;
  }
}

@media (max-width: 63.99em) {
  .u-hidden\@desktop-below {
    display: none !important;
  }
}

.u-spaced {
  padding: 3rem 0;
}
@media (min-width: 64em) {
  .u-spaced {
    padding: 6rem 0;
  }
}

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

.u-text-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 23px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 23px;
  height: 2px;
  background-color: #eef0e9;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 25px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -25px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-25px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(25px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-25px, 25px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(25px, 25px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-25px, -25px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(25px, -25px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 25px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -25px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-25px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(25px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 25px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -25px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-25px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(25px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.gform_title {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 2rem;
}

.gform_description {
  padding: 0;
  display: block;
}

.gform_body {
  padding: 0;
}
.gform_body:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.gform_footer {
  padding: 0;
  position: relative;
}
.gform_footer:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.gsection {
  display: none;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_fields:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.gform_fields:after {
  display: block;
  content: "";
  width: 100%;
}
.gform_fields .gfield_label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
}
.gform_fields .gfield {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  width: 100%;
  position: relative;
}
.gform_fields .gfield textarea,
.gform_fields .gfield input {
  border: 0px;
  background: #F9F9F9;
  border-radius: 8px;
}
.gform_fields .gfield select {
  border: 0px;
  background-color: #F9F9F9;
  border-radius: 8px;
}
.gform_fields .gfield.gfield-label-hide .gfield_label {
  opacity: 0;
}
.gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_fields .gfield_required {
  display: none;
}
.gform_fields .gform_validation_container {
  display: none;
}
.gform_fields .ginput_container_date .ginput_container_date {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .ginput_container_date .ginput_container_date:last-child {
  margin-right: 0;
}
.gform_fields .gfield_date_month,
.gform_fields .gfield_date_day {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.gform_fields .gfield_date_year {
  width: 29%;
  float: right;
}
.gform_fields .gfield-half {
  width: 100%;
  float: left;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-half {
    width: calc(50% - (8px));
  }
}
.gform_fields .gfield-half-right {
  width: 100%;
  float: left;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-half-right {
    width: calc(50% - (8px));
  }
}
.gform_fields .gfield-quarter {
  width: 50%;
  float: left;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-quarter {
    width: 25%;
    padding-right: 1rem;
  }
}
.gform_fields .gfield-quarter-right {
  width: 50%;
  float: left;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .gform_fields .gfield-quarter-right {
    width: 25%;
    padding-left: 1rem;
  }
}

@media (min-width: 64em) {
  .gform_button {
    float: right;
  }
}
@media (max-width: 63.99em) {
  .gform_button {
    width: 100%;
  }
}

.gform_ajax_spinner {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left-color: #000;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 99;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.validation_error {
  background-color: #b70000;
  color: #fff;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  text-align: center;
}
.validation_error h2 {
  font-size: 16px !important;
  margin: 0px !important;
  text-transform: none;
  font-family: "Roboto Mono", monospace;
}

.validation_message {
  color: #b70000;
  padding: 0;
  margin-top: 1rem;
  line-height: 1.2;
  position: relative;
  font-size: 0.8rem;
}

.gfield_error input[type=email],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error textarea {
  border: 1px solid #b70000;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 2rem;
  border: 1px dashed #ccc;
  text-align: center;
  color: #000;
  background: rgba(0, 0, 0, 0.02);
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 0.8rem;
}

.ginput_container .gform_drop_area input {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

.modal-hider {
  display: none;
}

.modal {
  display: none;
}
.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.vanilla-modal.modal-visible .modal {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s;
}

.modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}
.modal__inner {
  position: relative;
  max-width: 90%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}
.modal-visible .modal__inner {
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s;
}

.modal__content-inner {
  margin: 0;
  padding: 5rem 0;
}
@media (min-width: 46.25em) {
  .modal__content-inner {
    width: 635px;
  }
}
@media (min-width: 64em) {
  .modal__content-inner {
    width: 50rem;
  }
}
.modal__content-inner iframe {
  padding: 1rem;
  width: 100%;
  height: 490px;
}
.modal__content-inner input,
.modal__content-inner textarea,
.modal__content-inner select {
  border-color: #fff;
}
.modal__content-inner input:focus,
.modal__content-inner textarea:focus,
.modal__content-inner select:focus {
  border-color: #fff;
}
.modal__content-inner input[type=button],
.modal__content-inner input[type=submit] {
  border-color: #a1a1a1;
}
.modal__content-inner input[type=button]:focus,
.modal__content-inner input[type=submit]:focus {
  border-color: #a1a1a1;
}

.modal > [data-modal-close] {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  right: 1rem;
  color: white;
  cursor: pointer;
}
.modal > [data-modal-close]:hover {
  opacity: 0.7;
}
.modal > [data-modal-close] .close-icon {
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}
.modal > [data-modal-close] .close-icon:before, .modal > [data-modal-close] .close-icon:after {
  width: 1.4rem;
  content: "";
  display: block;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0;
}
.modal > [data-modal-close] .close-icon:before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
.modal > [data-modal-close] .close-icon:after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.modal > [data-modal-close] .close-text {
  position: relative;
  top: -0.2rem;
}
body[data-current-modal=terms-popup] .modal > [data-modal-close] {
  display: none;
}
body[data-current-modal=fitment-data-popup] .modal > [data-modal-close] {
  display: none;
}

/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: $woocommerce;
  --wc-green: $green;
  --wc-red: $red;
  --wc-orange: $orange;
  --wc-blue: $blue;
  --wc-primary: $primary;
  --wc-primary-text: $primarytext;
  --wc-secondary: $secondary;
  --wc-secondary-text: $secondarytext;
  --wc-highlight: $highlight;
  --wc-highligh-text: $highlightext;
  --wc-content-bg: $contentbg;
  --wc-subtext: $subtext;
}

/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * oEmbeds
   */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}

@media (max-width: 759px) {
  /**
   * woocommerce-smallscreen.scss
   * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
   */
  /**
   * Imports
   */
  /**
   * Deprecated
   * Fallback for bourbon equivalent
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Use bourbon mixin instead `@include transform(scale(1.5));`
   */
  /**
   * Deprecated
   * Use bourbon mixin instead `@include box-sizing(border-box);`
   */
  /**
   * Objects
   */
  /**
   * WooCommerce CSS Variables
   */
  :root {
    --woocommerce: $woocommerce;
    --wc-green: $green;
    --wc-red: $red;
    --wc-orange: $orange;
    --wc-blue: $blue;
    --wc-primary: $primary;
    --wc-primary-text: $primarytext;
    --wc-secondary: $secondary;
    --wc-secondary-text: $secondarytext;
    --wc-highlight: $highlight;
    --wc-highligh-text: $highlightext;
    --wc-content-bg: $contentbg;
    --wc-subtext: $subtext;
  }
  /**
   * Style begins
   */
  .woocommerce,
  .woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    *zoom: 1;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    content: " ";
    display: table;
  }
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  /**
   * Twenty Thirteen specific styles
   */
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: $woocommerce;
  --wc-green: $green;
  --wc-red: $red;
  --wc-orange: $orange;
  --wc-blue: $blue;
  --wc-primary: $primary;
  --wc-primary-text: $primarytext;
  --wc-secondary: $secondary;
  --wc-secondary-text: $secondarytext;
  --wc-highlight: $highlight;
  --wc-highligh-text: $highlightext;
  --wc-content-bg: $contentbg;
  --wc-subtext: $subtext;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: rgb(106.5, 106.5, 106.5);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: white;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  color: rgb(138.17, 125.83, 135.6634375);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: rgb(222.9429878049, 219.5570121951, 222.2552115091);
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: #a46497;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: rgb(150.2743902439, 88.2256097561, 137.6707317073);
  color: white;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: white;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: rgb(210.8325609756, 206.1674390244, 209.8849580793);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double rgb(235.0534146341, 232.9465853659, 234.625464939);
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: rgb(109.4077868852, 194.1741803279, 46.3258196721);
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: rgb(69.9390243902, 41.0609756098, 64.0731707317);
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: rgb(247.1638414634, 246.3361585366, 246.9957183689);
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgb(222.9429878049, 219.5570121951, 222.2552115091);
  color: #515151;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: rgb(198.7221341463, 192.7778658537, 197.5147046494);
  border-top-color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid rgb(222.9429878049, 219.5570121951, 222.2552115091); /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.error-404 {
  padding: 3rem 0;
  text-align: center;
}
@media (min-width: 64em) {
  .error-404 {
    padding: 6rem 0;
  }
}
.error-404__message {
  max-width: 480px;
  margin: auto;
}

.c-accordion__content {
  overflow: hidden;
  transition: height 300ms;
}

.c-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 16px 0px;
}
.c-bottom-bar .c-navigation {
  margin: 0px;
  padding: 0px;
}
.c-bottom-bar .c-navigation__item {
  display: inline-block;
  font-size: 14px;
  margin: 0px 24px;
}
.c-bottom-bar .c-navigation__link {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-bottom-bar .c-navigation__link:hover, .c-bottom-bar .c-navigation__link:active, .c-bottom-bar .c-navigation__link:focus {
  color: #a1a1a1;
}

.c-button, .woocommerce .button.alt, .woocommerce-Button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt, input[type=submit],
input[type=button],
input[type=reset], .gform_button {
  color: white;
  background-color: #000;
  padding: 0.8rem 24px;
  min-width: 137px;
  font-family: "Roboto Mono", monospace;
  display: inline-block;
  transition: all 300ms;
  cursor: pointer;
  user-select: none;
  outline: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  line-height: 28px;
  border: 1px solid #000;
}
@media (min-width: 64em) {
  .c-button, .woocommerce .button.alt, .woocommerce-Button,
  .woocommerce-button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce a.button.alt, input[type=submit],
  input[type=button],
  input[type=reset], .gform_button {
    min-width: 177px;
  }
}
.c-button:active, .woocommerce .button.alt:active, .woocommerce-Button:active,
.woocommerce-button:active,
.woocommerce a.button:active,
.woocommerce button.button:active, input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active, .gform_button:active, .c-button:focus, .woocommerce .button.alt:focus, .woocommerce-Button:focus,
.woocommerce-button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus, input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus, .gform_button:focus, .c-button:hover, .woocommerce .button.alt:hover, .woocommerce-Button:hover,
.woocommerce-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover, input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover, .gform_button:hover {
  color: #000;
  background-color: white;
  border: 1px solid #000;
}

.c-button--white {
  background-color: white;
  border: 1px solid white;
  color: #000;
}
.c-button--white:hover, .c-button--white:active, .c-button--white:focus {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.c-button--orange {
  background-color: #fea500;
  border: 1px solid #fea500;
  color: #000;
}
.c-button--orange:hover, .c-button--orange:active, .c-button--orange:focus {
  border: 1px solid rgb(238.7, 155.061023622, 0);
  background-color: rgb(238.7, 155.061023622, 0);
  color: #000;
}

.c-button--black-to-outline, .woocommerce-cart-form .checkout-button {
  background-color: #000;
  border: 1px solid #000;
  color: white;
}
.c-button--black-to-outline:active, .woocommerce-cart-form .checkout-button:active, .c-button--black-to-outline:focus, .woocommerce-cart-form .checkout-button:focus, .c-button--black-to-outline:hover, .woocommerce-cart-form .checkout-button:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.c-button--secondary {
  color: #a1a1a1;
  background-color: #000;
}
.c-button--secondary:active, .c-button--secondary:focus, .c-button--secondary:hover {
  color: #000;
  background-color: #a1a1a1;
}

.c-button--outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.c-button--outline:active, .c-button--outline:focus, .c-button--outline:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 63.99em) {
  .c-button--block-tablet-below {
    width: 100%;
  }
}

.c-definitions-popup-trigger {
  font-weight: 700;
  text-decoration: none;
  margin-left: 8px;
}
.c-definitions-popup-trigger__icon {
  position: relative;
  top: 0px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-right: 8px;
}
.c-definitions-popup-trigger__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.c-definitions-popup {
  position: relative;
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  margin: auto;
  padding: 32px 40px;
  padding-top: 40px;
}
.c-definitions-popup__title {
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  padding-right: 40px;
  margin-bottom: 32px;
}
.c-definitions-popup__item {
  margin-bottom: 24px;
}
.c-definitions-popup__item-title {
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 700;
}
.c-definitions-popup .c-button, .c-definitions-popup .woocommerce .button.alt, .woocommerce .c-definitions-popup .button.alt, .c-definitions-popup .woocommerce-Button,
.c-definitions-popup .woocommerce-button,
.c-definitions-popup .woocommerce a.button,
.woocommerce .c-definitions-popup a.button,
.c-definitions-popup .woocommerce button.button,
.woocommerce .c-definitions-popup button.button, .c-definitions-popup input[type=submit],
.c-definitions-popup input[type=button],
.c-definitions-popup input[type=reset], .c-definitions-popup .gform_button {
  margin-top: 16px;
}
.c-definitions-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.c-definitions-popup--size-wide {
  max-width: 550px;
}

.c-footer {
  font-size: 14px;
  background: #000;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 46.25em) {
  .c-footer {
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  .c-footer {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.c-footer a {
  font-size: 14px !important;
  line-height: 1.4;
}
.c-footer .c-footer-column .c-navigation {
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer .c-footer-column .c-navigation li.c-navigation__item--has-children {
  break-inside: avoid;
  margin-bottom: 0;
}
.c-footer .c-footer-column .c-navigation li.c-navigation__item--has-children > a {
  color: #fea500;
  margin-bottom: 24px;
}
.c-footer .c-footer-column .c-navigation ul {
  column-count: 1;
  break-inside: avoid;
  margin-bottom: 24px;
}
.c-footer .c-footer-column .c-navigation a {
  font-size: 14px !important;
  line-height: 1.4;
}
.c-footer__footer {
  display: none;
  padding-top: 80px;
}
@media (min-width: 64em) {
  .c-footer__footer {
    display: block;
  }
}
.c-footer__footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-footer__footer-body > div:first-child {
  flex: 1;
  margin-right: 120px;
}
.c-footer__footer-body > div:last-child {
  flex: 3;
}
.c-footer h3 {
  color: #fea500;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}
.c-footer h4 {
  color: #fea500;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.c-footer .c-footer__item a {
  color: #fff;
}
.c-footer .c-social-media {
  justify-content: flex-start;
}
.c-footer .c-social-media__link {
  color: #fff;
}

.c-link, .woocommerce-Address a.edit {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  transition: color 300ms;
}
.c-link:active, .woocommerce-Address a.edit:active, .c-link:focus, .woocommerce-Address a.edit:focus, .c-link:hover, .woocommerce-Address a.edit:hover {
  color: #a1a1a1;
}

.c-link--secondary {
  color: #a1a1a1;
}
.c-link--secondary:active, .c-link--secondary:focus, .c-link--secondary:hover {
  color: #000;
}

.c-link--underline, .woocommerce-Address a.edit {
  border-bottom: 1px solid #000;
  transition: all 300ms;
}
.c-link--underline:active, .woocommerce-Address a.edit:active, .c-link--underline:focus, .woocommerce-Address a.edit:focus, .c-link--underline:hover, .woocommerce-Address a.edit:hover {
  border-color: #585858;
  color: #585858;
}

.c-link--underline-white {
  border-bottom: 1px solid white;
  color: white;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-link--underline-white:active, .c-link--underline-white:focus, .c-link--underline-white:hover {
  border-color: white;
  color: white;
  opacity: 0.7;
}

.c-logo {
  display: block;
  width: 20rem;
}
.c-logo__image {
  display: block;
  width: 100%;
}

.c-map {
  min-height: 300px;
}

.c-social-media {
  display: flex;
  justify-content: center;
}
.c-social-media__link {
  color: #000;
  display: block;
  font-size: 1.1rem;
  line-height: 2.3rem;
  height: 2.3rem;
  width: 2.3rem;
  text-align: center;
}

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

.c-wishlist-add-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 24px;
}
.c-wishlist-add-trigger svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  border-radius: 50%;
  height: 24px;
}
.c-wishlist-add-trigger svg path, .c-wishlist-add-trigger svg circle {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-wishlist-add-trigger span.text {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  width: 0px;
  opacity: 0;
  font-size: 14px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  margin-left: 4px;
  overflow: hidden;
}
.c-wishlist-add-trigger span.tick {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-wishlist-add-trigger span.wishlist {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-wishlist-add-trigger.active span.text {
  visibility: visible;
  opacity: 1;
  width: 60px;
}
.c-wishlist-add-trigger.active span.wishlist {
  visibility: hidden;
  opacity: 0;
}
.c-wishlist-add-trigger.active span.tick {
  opacity: 1;
  visibility: visible;
}
.c-wishlist-add-trigger--color-black.active {
  color: #000;
}

.c-block-icon-banner {
  background-color: #ffba00;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 64em) {
  .c-block-icon-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.c-block-icon-banner__image {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #000;
  border-radius: 50%;
  padding: 0 25px;
}
@media (min-width: 64em) {
  .c-block-icon-banner__image {
    height: 250px;
    width: 250px;
  }
}
.c-block-icon-banner h2 {
  margin-top: 40px;
  font-size: 21px;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-block-icon-banner h2 {
    font-size: 30px;
  }
}

.c-block-basic-content ul {
  padding-left: 20px;
  margin: 0;
  color: #000;
  padding-bottom: 25px;
}
.c-block-basic-content ul li {
  text-align: left;
  position: relative;
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 25px;
  font-weight: 700;
}
.c-block-basic-content ul li:last-child {
  padding-bottom: 0;
}
.c-block-basic-content ul li:before {
  content: "";
  background-image: url("../images/cross-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: -24px;
}

.c-block-basic-image.c-spacing--bottom {
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .c-block-basic-image.c-spacing--bottom {
    padding-bottom: 80px;
  }
}
.c-block-basic-image.c-spacing--top {
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-block-basic-image.c-spacing--top {
    padding-top: 80px;
  }
}

.c-block-banner {
  position: relative;
  color: white;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  background-color: #000;
}
.c-block-banner__title {
  margin: 0;
  color: white;
  padding-top: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.1666666667;
}
.c-block-banner__title {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-block-banner__title {
    font-size: calc(30px + 30 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-banner__title {
    font-size: 60px;
  }
}
.c-block-banner__title.medium {
  line-height: 1.2;
  margin-bottom: 32px;
  padding-top: 0;
}
.c-block-banner__title.medium {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-block-banner__title.medium {
    font-size: calc(30px + 20 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-banner__title.medium {
    font-size: 50px;
  }
}
@media (min-width: 64em) {
  .c-block-banner__title.medium {
    margin-bottom: 40px;
  }
}
.c-block-banner .o-wrapper, .c-block-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-block-banner .c-shop-search__wrapper, .c-block-banner .c-search-header__inner {
  width: 100%;
}
.c-block-banner__small-title {
  margin-top: 8px;
  line-height: 1.4;
}
.c-block-banner__content {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  height: 228px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 64em) {
  .c-block-banner__content {
    height: 383px;
  }
}
.c-block-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.c-block-banner__description {
  max-height: 100px;
  margin-top: 24px;
}
@media (min-width: 64em) {
  .c-block-banner__description {
    margin-top: 0;
  }
}
.c-block-banner__description a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-block-banner__description a:hover {
  color: #fea500;
}
@media (min-width: 64em) {
  .c-block-banner--size-large .c-block-banner__content {
    height: 505px;
  }
}
.c-block-banner--search {
  padding-top: 24px;
  padding-bottom: 56px;
}
@media (min-width: 64em) {
  .c-block-banner--search {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}
.c-block-banner--search .c-block-banner__content {
  height: auto;
}
.c-block-banner--search .c-block-banner__title {
  padding-top: 0;
  text-transform: uppercase;
}
.c-block-banner--tax {
  text-align: left;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-block-banner--tax {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.c-block-banner--tax .c-block-banner__content {
  height: auto;
}
.c-block-banner--tax .c-block-banner__title {
  padding-top: 0;
}

.c-block-basic-content {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-block-basic-content {
    padding: 80px 0;
  }
}

.c-block-footer-banner {
  background-color: #e4e4e4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 230px;
}
@media (min-width: 64em) {
  .c-block-footer-banner {
    padding-top: 0px;
    background-image: none !important;
  }
}
.c-block-footer-banner__inner {
  padding: 32px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .c-block-footer-banner__inner {
    padding: 64px 0;
  }
}
@media (max-width: 63.99em) {
  .c-block-footer-banner__inner {
    background-image: none !important;
  }
}
@media (min-width: 64em) {
  .c-block-footer-banner__inner {
    display: flex;
    align-items: center;
    height: 616px;
  }
}
.c-block-footer-banner .o-wrapper, .c-block-footer-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-block-footer-banner .c-shop-search__wrapper, .c-block-footer-banner .c-search-header__inner {
  width: 100%;
  max-width: calc(1070px + 80px);
}
.c-block-footer-banner h3 {
  line-height: 1.1666666667;
  margin-bottom: 24px;
}
.c-block-footer-banner h3 {
  font-size: 40px;
}
@media screen and (min-width: 375px) {
  .c-block-footer-banner h3 {
    font-size: calc(40px + 20 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-footer-banner h3 {
    font-size: 60px;
  }
}
@media (min-width: 64em) {
  .c-block-footer-banner h3 {
    margin-bottom: 8px;
  }
}
.c-block-footer-banner__description {
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-block-footer-banner__description {
    margin-bottom: 16px;
  }
}

.c-block-home-banner {
  position: relative;
  background-color: #000;
  color: white;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 64em) {
  .c-block-home-banner {
    height: 665px;
  }
}
.c-block-home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 123px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.c-block-home-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  height: 50%;
}
.c-block-home-banner__bg:before {
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 78.65%, rgb(18, 18, 18) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
@media (min-width: 64em) {
  .c-block-home-banner__bg {
    height: auto;
  }
}
.c-block-home-banner:after {
  background-image: linear-gradient(0deg, rgba(18, 18, 18, 0) 22.65%, rgb(18, 18, 18) 100%);
  content: "";
  position: absolute;
  top: 100%;
  height: 200px;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
}
.c-block-home-banner__content {
  position: relative;
  z-index: 3;
  padding: 24px 0 40px;
}
@media (max-width: 63.99em) {
  .c-block-home-banner__content {
    padding-bottom: 32px;
  }
}
.c-block-home-banner__content-inner {
  max-width: 765px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.c-block-home-banner .o-wrapper, .c-block-home-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-block-home-banner .c-shop-search__wrapper, .c-block-home-banner .c-search-header__inner {
  width: 100%;
}
.c-block-home-banner h1 {
  margin: 0;
  color: white;
  line-height: 1.0714285714;
  text-transform: uppercase;
}
.c-block-home-banner h1 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-block-home-banner h1 {
    font-size: calc(30px + 40 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-home-banner h1 {
    font-size: 70px;
  }
}
.c-block-home-banner__sub-title {
  margin-bottom: 24px;
  font-size: 20px;
}
@media (min-width: 64em) {
  .c-block-home-banner__sub-title {
    margin-bottom: 40px;
  }
}
.c-block-home-banner__search {
  max-width: calc(1062px + 48px);
  padding: 0 24px;
}
@media (min-width: 64em) {
  .c-block-home-banner__search {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-80%);
    margin: auto;
  }
}
@media (min-width: 64em) {
  .c-block-home-banner + .c-block-square-image-text {
    padding-top: 160px;
  }
}
@media (min-width: 64em) {
  .c-block-home-banner + .c-brands-block {
    padding-top: 160px;
  }
}

.c-block-image-banner {
  background-color: #e4e4e4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 404px;
  padding: 0px !important;
}
@media (min-width: 64em) {
  .c-block-image-banner {
    height: 548px;
  }
}

@media (min-width: 64em) {
  .c-block-square-image-text__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-block-square-image-text__image {
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-block-square-image-text__image {
    margin-bottom: 0;
  }
}
.c-block-square-image-text__image-slide {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 24px;
  background-color: #a1a1a1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.c-block-square-image-text__image-slide-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-block-square-image-text__slide-caption {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  transform: translateZ(0);
  left: 16px;
  border-top-right-radius: 12px;
  background-color: white;
  padding: 6px 12px;
}
@media (min-width: 64em) {
  .c-block-square-image-text__slide-caption {
    left: -1px;
  }
}
.c-block-square-image-text__title {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.c-block-square-image-text__title {
  font-size: 35px;
}
@media screen and (min-width: 375px) {
  .c-block-square-image-text__title {
    font-size: calc(35px + 5 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-square-image-text__title {
    font-size: 40px;
  }
}
.c-block-square-image-text__title.u-h2 {
  font-size: 35px;
  line-height: 1.4;
}
.c-block-square-image-text__title.u-h3 {
  font-size: 25px;
  line-height: 1.4;
}
.c-block-square-image-text__title.u-h4 {
  font-size: 20px;
  line-height: 1.4;
}
.c-block-square-image-text__description {
  font-weight: 400;
  font-size: 14px;
}
.c-block-square-image-text__sub-title {
  margin-bottom: 24px;
  font-size: 16px;
}
.c-block-square-image-text__buttons {
  margin-top: 32px;
}
.c-block-square-image-text__buttons .c-button, .c-block-square-image-text__buttons .woocommerce .button.alt, .woocommerce .c-block-square-image-text__buttons .button.alt, .c-block-square-image-text__buttons .woocommerce-Button,
.c-block-square-image-text__buttons .woocommerce-button,
.c-block-square-image-text__buttons .woocommerce a.button,
.woocommerce .c-block-square-image-text__buttons a.button,
.c-block-square-image-text__buttons .woocommerce button.button,
.woocommerce .c-block-square-image-text__buttons button.button, .c-block-square-image-text__buttons input[type=submit],
.c-block-square-image-text__buttons input[type=button],
.c-block-square-image-text__buttons input[type=reset], .c-block-square-image-text__buttons .gform_button {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 81.25em) {
  .c-block-square-image-text__buttons .c-button, .c-block-square-image-text__buttons .woocommerce .button.alt, .woocommerce .c-block-square-image-text__buttons .button.alt, .c-block-square-image-text__buttons .woocommerce-Button,
  .c-block-square-image-text__buttons .woocommerce-button,
  .c-block-square-image-text__buttons .woocommerce a.button,
  .woocommerce .c-block-square-image-text__buttons a.button,
  .c-block-square-image-text__buttons .woocommerce button.button,
  .woocommerce .c-block-square-image-text__buttons button.button, .c-block-square-image-text__buttons input[type=submit],
  .c-block-square-image-text__buttons input[type=button],
  .c-block-square-image-text__buttons input[type=reset], .c-block-square-image-text__buttons .gform_button {
    margin-top: 0;
  }
}
.c-block-square-image-text__buttons .c-button:last-child, .c-block-square-image-text__buttons .woocommerce .button.alt:last-child, .woocommerce .c-block-square-image-text__buttons .button.alt:last-child, .c-block-square-image-text__buttons .woocommerce-Button:last-child,
.c-block-square-image-text__buttons .woocommerce-button:last-child,
.c-block-square-image-text__buttons .woocommerce a.button:last-child,
.woocommerce .c-block-square-image-text__buttons a.button:last-child,
.c-block-square-image-text__buttons .woocommerce button.button:last-child,
.woocommerce .c-block-square-image-text__buttons button.button:last-child, .c-block-square-image-text__buttons input[type=submit]:last-child,
.c-block-square-image-text__buttons input[type=button]:last-child,
.c-block-square-image-text__buttons input[type=reset]:last-child, .c-block-square-image-text__buttons .gform_button:last-child {
  margin-right: 0;
}
.c-block-square-image-text__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.c-block-square-image-text.o-layout--bg-black .c-block-square-image-text__title {
  color: #fea500;
}
@media (min-width: 64em) {
  .c-block-square-image-text--align-right .c-block-square-image-text__image {
    order: 2;
  }
  .c-block-square-image-text--align-right .c-block-square-image-text__content {
    order: 1;
  }
}
@media (min-width: 64em) {
  .c-block-square-image-text--align-left .c-block-square-image-text__image-caption {
    left: 30px;
    right: auto;
  }
}
.c-block-square-image-text--size-narrow {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-narrow {
    padding: 120px 0;
  }
}
.c-block-square-image-text--size-narrow .c-block-square-image-text__image {
  max-width: 406px;
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-narrow .c-block-square-image-text__image {
    width: 38.0149812734%;
  }
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-narrow .c-block-square-image-text__content {
    width: 51.3108614232%;
  }
}
.c-block-square-image-text--size-normal .c-block-square-image-text__image {
  max-width: 630px;
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-normal .c-block-square-image-text__image {
    width: 58.9887640449%;
  }
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-normal .c-block-square-image-text__content {
    width: 41.0112359551%;
  }
}
.c-block-square-image-text--size-normal .c-block-square-image-text__content-inner {
  max-width: 500px;
}
.c-block-square-image-text--size-normal {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-normal {
    padding: 80px 0;
  }
}
@media (min-width: 64em) {
  .c-block-square-image-text--size-normal.c-block-square-image-text--align-left .c-block-square-image-text__content {
    padding-left: 80px;
  }
}

.c-block-statement {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-block-statement {
    padding: 80px 0;
  }
}
@media (min-width: 46.25em) {
  .c-block-statement {
    text-align: center;
  }
}
.c-block-statement h3 {
  color: #000;
  margin-bottom: 0px;
  line-height: 1.25;
}
.c-block-statement h3 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  .c-block-statement h3 {
    font-size: calc(18px + 22 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-block-statement h3 {
    font-size: 40px;
  }
}
.c-block-statement__sub-title {
  margin-bottom: 32px;
  font-size: 20px;
}

.c-brands-block {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (min-width: 64em) {
  .c-brands-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.c-brands-block--bg-white {
  background-color: #fff;
  color: #000;
}
.c-brands-block--bg-grey {
  background-color: #ccc;
  color: #000;
}
.c-brands-block--bg-black {
  background-color: #000;
  color: #fff;
}
.c-brands-block--bg-black .flickity-button svg path {
  fill: #fff;
}
.c-brands-block__title {
  line-height: 1.2;
  color: inherit;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
  font-weight: 500;
}
.c-brands-block__title {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-brands-block__title {
    font-size: calc(30px + 10 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-brands-block__title {
    font-size: 40px;
  }
}
@media (min-width: 64em) {
  .c-brands-block__title {
    margin: 0 auto 40px;
  }
}
.c-brands-block-carousel__item {
  width: 100%;
}
@media (min-width: 64em) {
  .c-brands-block-carousel__item {
    width: calc(20% - 32px);
    margin: 0 16px;
  }
}
.c-brands-block-carousel__item img {
  max-height: 60px;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  text-align: center;
}
.c-brands-block-carousel__item .c-lazy-wrapper {
  padding-bottom: 60px;
  background-color: transparent;
}
.c-brands-block-carousel .flickity-button {
  background-color: transparent;
}
.c-brands-block-carousel .flickity-prev-next-button.previous {
  top: -50px;
}
@media (min-width: 64em) {
  .c-brands-block-carousel .flickity-prev-next-button.previous {
    top: 50%;
    left: -32px;
  }
}
.c-brands-block-carousel .flickity-prev-next-button.next {
  top: -50px;
}
@media (min-width: 64em) {
  .c-brands-block-carousel .flickity-prev-next-button.next {
    top: 50%;
    right: -32px;
  }
}

.c-brands-list--padding-bottom {
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .c-brands-list--padding-bottom {
    padding-bottom: 80px;
  }
}
.c-brands-list--padding-top {
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-brands-list--padding-top {
    padding-top: 80px;
  }
}
.c-brands-list--bg-white {
  background-color: #fff;
  color: #000;
}
.c-brands-list--bg-grey {
  background-color: #f9f9f9;
  color: #000;
}
.c-brands-list--bg-black {
  background-color: #000;
  color: #fff;
}
.c-brands-list__wrapper {
  display: grid;
  gap: 32px;
}
@media (min-width: 46.25em) {
  .c-brands-list__wrapper {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .c-brands-list__wrapper {
    gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-brands-list__item {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-brands-list__item:hover a {
  text-decoration: underline;
}
.c-brands-list__item .c-lazy-wrapper {
  padding-bottom: 40%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: transparent;
}
.c-brands-list__item img {
  position: static !important;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  max-height: 200px;
  height: 100 !important;
  object-fit: contain;
}
.c-brands-list__item a {
  display: block;
  margin-top: 24px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.c-brands-list__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-contact-block__left {
  margin-bottom: 40px;
}
.c-contact-block__inner {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-contact-block__inner {
    padding: 80px 0;
  }
}
.c-contact-block h2 {
  margin-bottom: 16px;
  line-height: 1.3333333333;
  letter-spacing: 0px;
}
.c-contact-block h2 {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .c-contact-block h2 {
    font-size: calc(25px + 5 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-contact-block h2 {
    font-size: 30px;
  }
}
.c-contact-block__details + .c-contact-block__form {
  margin-top: 64px;
}
.c-contact-block .o-type--wysiwyg {
  margin-bottom: 24px;
}
.c-contact-block .o-type--wysiwyg a {
  color: #000;
}
.c-contact-block__item {
  position: relative;
  margin-bottom: 8px;
  font-size: 20px;
}
.c-contact-block__item:last-child {
  margin-bottom: 0px;
}
.c-contact-block__item--button {
  margin-top: 24px;
}
.c-contact-block + .c-contact-block:before {
  content: "";
  display: block;
  width: 100%;
  margin: auto;
  background-color: #ececec;
  height: 1px;
}

.c-contact-lower:before {
  content: "";
  display: block;
  width: 100%;
  margin: auto;
  background-color: #ececec;
  height: 1px;
}
.c-contact-lower__inner {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-contact-lower__inner {
    padding: 80px 0;
  }
}
.c-contact-lower h2 {
  color: #000;
  letter-spacing: 0px;
  margin-bottom: 0px;
  line-height: 1.25;
}
.c-contact-lower h2 {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .c-contact-lower h2 {
    font-size: calc(25px + 15 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-contact-lower h2 {
    font-size: 40px;
  }
}

.c-contact-lower-block {
  margin-top: 40px;
}
@media (min-width: 64em) {
  .c-contact-lower-block {
    margin-top: 64px;
  }
}
.c-contact-lower-block h4 {
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.c-contact-lower-block h4 {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .c-contact-lower-block h4 {
    font-size: calc(20px + 5 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-contact-lower-block h4 {
    font-size: 25px;
  }
}
@media (min-width: 64em) {
  .c-contact-lower-block h4 {
    margin-bottom: 24px;
  }
}
.c-contact-lower-block__address {
  max-width: 140px;
}
.c-contact-lower-block p:last-child {
  margin-bottom: 0px;
}

.c-distributor-map__inner {
  padding: 24px 0;
}
@media (min-width: 64em) {
  .c-distributor-map__inner {
    padding: 48px 0;
  }
}
.c-distributor-map__upper-filters {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
@media (min-width: 64em) {
  .c-distributor-map__upper-filters {
    text-align: center;
    padding-bottom: 48px;
  }
}
.c-distributor-map__loading-indicator {
  background-image: url("../images/loader-white.svg");
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.c-distributor-map__loading {
  height: 200px;
  background-image: url("../images/loader.svg");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
.c-distributor-map .c-block-banner__content {
  padding: 120px 0px;
  padding-bottom: 48px;
}
@media (max-width: 63.99em) {
  .c-distributor-map .c-block-banner__content {
    height: auto;
  }
}
@media (min-width: 64em) {
  .c-distributor-map .c-block-banner__content {
    padding: 80px 0px;
    padding-bottom: 0px;
  }
}
.c-distributor-map .c-filter-toggle {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .c-distributor-map .c-filter-toggle {
    width: auto;
  }
}
@media (max-width: 63.99em) {
  .c-distributor-map .c-filter-toggle__label {
    display: block;
    margin-bottom: 8px;
    margin-top: 0px;
  }
}
.c-distributor-map .c-filter-toggle__option {
  padding: 10px 16px;
  line-height: 14px;
}
.c-distributor-map .c-filter-toggle__option .c-distributor-tile__icon:first-child {
  margin-left: 0px;
}
.c-distributor-map .c-filter-toggle__option .c-distributor-tile__icon:before {
  margin-left: 0px;
  width: auto;
}
@media (max-width: 46.24em) {
  .c-distributor-map .c-filter-toggle__option {
    font-size: 12px;
  }
  .c-distributor-map .c-filter-toggle__option span:last-child {
    display: none;
  }
}
@media (max-width: 20.0625em) {
  .c-distributor-map .c-filter-toggle__option .c-distributor-tile__icon {
    display: none !important;
  }
}

.c-distributor-map-area {
  height: 376px;
  background-color: #fafafa;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-distributor-map-area {
    height: 503px;
    margin-bottom: 64px;
  }
}

.c-distributor-map-country__title {
  border-top: 1px solid #000;
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-distributor-map-country__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 64px;
  }
}
.c-distributor-map-country__title h2 {
  margin-bottom: 16px;
}
@media (max-width: 63.99em) {
  .c-distributor-map-country__title h2 {
    font-size: 40px;
  }
}
.c-distributor-map-country .c-filter-toggle {
  margin-top: 8px;
}
.c-distributor-map-country .c-filter-toggle .c-filter-toggle__label {
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-distributor-map-country .c-filter-toggle .c-filter-toggle__label {
    margin-bottom: 0px;
  }
}
.c-distributor-map-country:first-child .c-distributor-map-country__title {
  border-top: 0px;
  padding-bottom: 0px;
  margin-bottom: -16px;
  padding-top: 24px;
}
@media (min-width: 64em) {
  .c-distributor-map-country:first-child .c-distributor-map-country__title {
    padding-top: 64px;
  }
}

.c-distributor-map-state__title {
  border-top: 1px solid #000;
  padding-top: 24px;
  margin-bottom: 40px;
  margin-top: 48px;
  line-height: 1.4;
}
.c-distributor-map-state__title {
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .c-distributor-map-state__title {
    font-size: calc(20px + 5 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-distributor-map-state__title {
    font-size: 25px;
  }
}
@media (min-width: 64em) {
  .c-distributor-map-state__title {
    padding-top: 48px;
    margin-bottom: 32px;
  }
}
.c-distributor-map-state:after {
  content: "";
  display: block;
  clear: both;
}

.c-distributor-results__tiles {
  margin-bottom: 40px;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 64em) {
  .c-distributor-results__tiles {
    margin-bottom: 64px;
    grid-column-gap: 64px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-faq-links-block .o-type--section-title {
  max-width: 500px;
}
.c-faq-links-block__inner {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-faq-links-block__inner {
    padding: 120px 0;
  }
}
.c-faq-links-block__faqs {
  margin-bottom: 48px;
}
@media (min-width: 64em) {
  .c-faq-links-block__faqs {
    margin-bottom: 0px;
  }
}
.c-faq-links-block__links {
  display: flex;
  flex-wrap: wrap;
}
.c-faq-links-block__link-item {
  margin-bottom: 32px;
  margin-right: 32px;
}
@media (min-width: 64em) {
  .c-faq-links-block__link-item {
    margin-right: 40px;
  }
}
.c-faq-links-block:after {
  content: "";
  display: block;
  width: 100%;
  margin: auto;
  background-color: #ececec;
  height: 1px;
}

.c-featured-items-slider {
  padding: 40px 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  .c-featured-items-slider {
    padding: 120px 0;
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__wrapper {
    border-left: calc((100vw - 1386px) / 2) solid transparent;
    padding-left: 48px;
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__wrapper-inner {
    display: flex;
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__left {
    width: 440px;
    flex-shrink: 0;
    margin-right: 48px;
  }
}
.c-featured-items-slider__left-inner {
  max-width: 80%;
}
@media (min-width: 64em) {
  .c-featured-items-slider__left-inner {
    max-width: 330px;
  }
}
.c-featured-items-slider__title {
  line-height: 1.25;
}
.c-featured-items-slider__title {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .c-featured-items-slider__title {
    font-size: calc(25px + 15 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-featured-items-slider__title {
    font-size: 40px;
  }
}
.c-featured-items-slider__description {
  font-size: 14px;
}
@media (min-width: 46.25em) {
  .c-featured-items-slider__description {
    font-size: 16px;
  }
}
.c-featured-items-slider__responsive-grid {
  max-width: 650px;
  margin: auto;
  padding-left: 24px;
}
@media (min-width: 46.25em) {
  .c-featured-items-slider__responsive-grid {
    padding-left: 48px;
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__responsive-grid {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.c-featured-items-slider .c-button, .c-featured-items-slider .woocommerce .button.alt, .woocommerce .c-featured-items-slider .button.alt, .c-featured-items-slider .woocommerce-Button,
.c-featured-items-slider .woocommerce-button,
.c-featured-items-slider .woocommerce a.button,
.woocommerce .c-featured-items-slider a.button,
.c-featured-items-slider .woocommerce button.button,
.woocommerce .c-featured-items-slider button.button, .c-featured-items-slider input[type=submit],
.c-featured-items-slider input[type=button],
.c-featured-items-slider input[type=reset], .c-featured-items-slider .gform_button {
  margin-top: 32px;
}
.c-featured-items-slider__right {
  position: relative;
  flex-grow: 1;
  margin-top: 40px;
  border-left: calc((100vw - 650px) / 2) solid transparent;
  padding-left: 24px;
}
@media (min-width: 46.25em) {
  .c-featured-items-slider__right {
    padding-left: 48px;
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__right {
    margin-top: 0;
    padding: 0;
    border-left: 0;
  }
}
@media (max-width: 63.99em) {
  .c-featured-items-slider .flickity-viewport {
    overflow: visible;
  }
}
.c-featured-items-slider__buttons {
  text-align: right;
  margin-bottom: 8px;
}
@media (min-width: 64em) {
  .c-featured-items-slider__buttons {
    margin-bottom: 0;
  }
}
.c-featured-items-slider__buttons .flickity-prev-next-button {
  position: absolute;
  transform: none;
  top: 50%;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  width: 20px;
  height: 20px;
  z-index: 5;
  transform: translateY(-50%);
  box-shadow: none !important;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  background-color: transparent;
}
.c-featured-items-slider__buttons .flickity-prev-next-button.loading {
  opacity: 0;
  visibility: hidden;
}
.c-featured-items-slider__buttons .flickity-prev-next-button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  background-size: contain;
}
@media (min-width: 64em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button:before {
    width: 20px;
    height: 20px;
  }
}
.c-featured-items-slider__buttons .flickity-prev-next-button svg {
  display: none;
}
.c-featured-items-slider__buttons .flickity-prev-next-button:disabled, .c-featured-items-slider__buttons .flickity-prev-next-button.disabled {
  opacity: 0;
}
.c-featured-items-slider__buttons .flickity-prev-next-button.previous {
  display: none;
}
@media (min-width: 64em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.c-featured-items-slider__buttons .flickity-prev-next-button.previous:before {
  transform: rotate(180deg);
}
.c-featured-items-slider__buttons .flickity-prev-next-button.next {
  left: calc(285px + 24px);
}
@media (min-width: 46.25em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button.next {
    left: calc(285px + 48px);
  }
}
@media (min-width: 64em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button.next {
    left: 390px;
  }
}
@media (min-width: 81.25em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button.next {
    left: 815px;
  }
}
@media (max-width: 46.24em) {
  .c-featured-items-slider__buttons .flickity-prev-next-button {
    top: 170px;
  }
}
.c-featured-items-slider--type-posts .c-featured-items-slider__buttons .flickity-prev-next-button {
  top: 150px;
}
@media (min-width: 64em) {
  .c-featured-items-slider--type-posts .c-featured-items-slider__buttons .flickity-prev-next-button {
    top: 175px;
  }
}
.c-featured-items-slider__buttons-image-slider {
  position: absolute;
  top: 13px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-featured-items-slider__buttons-image-slider .flickity-prev-button,
.c-featured-items-slider__buttons-image-slider .flickity-next-button {
  position: relative;
  width: 50px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  outline: none;
}
.c-featured-items-slider__buttons-image-slider .flickity-prev-button:focus,
.c-featured-items-slider__buttons-image-slider .flickity-next-button:focus {
  outline: none;
  box-shadow: none;
}
.c-featured-items-slider__buttons-image-slider .flickity-prev-button {
  transform: rotate(90deg);
}
.c-featured-items-slider__buttons-image-slider .flickity-next-button {
  transform: rotate(-90deg);
}
.c-featured-items-slider__slider:not(.flickity-enabled) {
  display: flex;
}

.c-featured-products-tile {
  width: 285px;
  margin-right: 32px;
}
@media (min-width: 64em) {
  .c-featured-products-tile {
    width: 380px;
    margin-right: 48px;
  }
  .c-featured-products-tile:last-child {
    margin-right: 80px;
  }
}
.o-layout--bg-black .c-featured-products-tile .c-product-tile {
  background-color: #fff;
  border-radius: 8px;
}
.o-layout--bg-black .c-featured-products-tile .c-product-tile .c-product-tile__details {
  padding: 0 24px;
}
.o-layout--bg-black .c-featured-products-tile .c-product-tile afterpay-placement {
  color: #000;
  font-size: 12px !important;
}

.o-layout--bg-grey .c-featured-products-tile .c-product-tile {
  background-color: #fff;
  border-radius: 8px;
}
.o-layout--bg-grey .c-featured-products-tile .c-product-tile .c-product-tile__details {
  padding: 0 24px;
}
.o-layout--bg-grey .c-featured-products-tile .c-product-tile afterpay-placement {
  color: #000;
  font-size: 12px !important;
}

.c-featured-products-tile .c-post-tile {
  margin-bottom: 0 !important;
}

.c-block-separator {
  border: none;
  height: 1px;
  background-color: #EFEFEF;
  margin-bottom: 80px;
}

.c-block-square-image-text__description-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 24px;
  color: black;
}

.c-featured-items-slider__slider .c-featured-products-tile {
  width: 42% !important;
  max-width: 42% !important;
  flex: none !important;
}

.c-featured-products-tile__image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.c-featured-items-slider__caption {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
  width: 100%;
}

.c-post-inner {
  padding-top: 80px;
  margin-bottom: 80px;
}
.c-post-inner select {
  display: block;
  background-color: #f7f7f7;
}
@media (min-width: 64em) {
  .c-post-inner select {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-post-inner .c-post-content:first-of-type {
    padding-top: 0;
  }
}
.c-instagram-feed {
  padding: 32px 0;
  background-color: #f9f9f9;
}
@media (min-width: 46.25em) {
  .c-instagram-feed {
    padding: 80px 0;
  }
}
@media (min-width: 64em) {
  .c-instagram-feed__header {
    margin-bottom: 24px;
  }
}
.c-instagram-feed__title {
  color: #000;
  font-size: 30px;
}
@media (max-width: 63.99em) {
  .c-instagram-feed__title {
    margin-bottom: 0px;
    font-size: 25px;
  }
}
.c-instagram-feed__feed {
  margin-left: -24px;
  margin-right: -24px;
}
.c-instagram-feed__feed #sbi_images {
  padding-bottom: 0px !important;
}
@media (max-width: 63.99em) {
  .c-instagram-feed__feed #sbi_images {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.c-instagram-feed__feed #sb_instagram {
  padding-bottom: 0px !important;
}
.c-instagram-feed__feed #sb_instagram #sbi_images .sbi_item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.c-instagram-feed__feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .c-instagram-feed__feed #sb_instagram .sbi_item:nth-child(5), .c-instagram-feed__feed #sb_instagram .sbi_item:nth-child(6), .c-instagram-feed__feed #sb_instagram .sbi_item:nth-child(7), .c-instagram-feed__feed #sb_instagram .sbi_item:nth-child(8) {
    display: none !important;
  }
}
@media (max-width: 63.99em) {
  .c-instagram-feed__feed .sbi-owl-item {
    width: 285px !important;
  }
}
.c-instagram-feed__feed .sbi-owl-nav > div {
  background-color: transparent !important;
  box-shadow: none !important;
  width: 18px;
  padding: 0px !important;
  height: 18px;
  background-size: contain !important;
  background-image: url("../images/arrow-right.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.c-instagram-feed__feed .sbi-owl-nav > div svg {
  display: none !important;
}
.c-instagram-feed__feed .sbi-owl-nav > div.sbi-owl-prev {
  transform: rotate(180deg) !important;
}
@media (max-width: 63.99em) {
  .c-instagram-feed__feed .sbi-owl-nav > div.sbi-owl-prev {
    display: none;
  }
}
@media (max-width: 63.99em) {
  .c-instagram-feed__feed .sbi-owl-nav > div.sbi-owl-next {
    margin-top: 20px;
    left: 275px;
  }
}
.c-instagram-feed__link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-instagram-feed__link .icon-instagram {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .c-instagram-feed__link {
    float: right;
  }
}
.c-instagram-feed__link:active, .c-instagram-feed__link:focus, .c-instagram-feed__link:hover {
  color: #585858;
}

.c-post-banner {
  padding-top: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding-bottom: 40px;
}
@media (min-width: 46.25em) {
  .c-post-banner {
    padding-top: 40px;
  }
}
@media (min-width: 64em) {
  .c-post-banner {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: none;
  }
}
.c-post-banner .o-wrapper, .c-post-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-post-banner .c-shop-search__wrapper, .c-post-banner .c-search-header__inner {
  max-width: 1325px;
}
.c-post-banner .o-layout__item:first-child {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 2;
}
@media (max-width: 46.24em) {
  .c-post-banner .o-layout__item:first-child {
    max-width: 650px;
    margin: 40px auto 0;
  }
}
@media (min-width: 64em) {
  .c-post-banner .o-layout__item:first-child {
    margin-top: 0;
    order: 1;
  }
}
.c-post-banner .o-layout__item:last-child {
  order: 1;
}
@media (min-width: 64em) {
  .c-post-banner .o-layout__item:last-child {
    order: 2;
  }
}
.c-post-banner__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 48px;
  color: #fff !important;
  font-weight: 500;
}
@media (min-width: 46.25em) {
  .c-post-banner__title {
    margin-top: 32px;
    padding: 0 24px 0 0;
  }
}
@media (min-width: 64em) {
  .c-post-banner__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    max-width: 520px;
  }
}
.c-post-banner__category {
  padding: 0 48px;
  margin-bottom: 32px;
}
@media (min-width: 46.25em) {
  .c-post-banner__category {
    padding: 0;
  }
}
.c-post-banner__category a {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 12px;
  background-color: #a1a1a1;
  border-radius: 24px;
  transition: background-color 0.3s;
}
.c-post-banner__category a:hover {
  background-color: rgb(135.5, 135.5, 135.5);
}
.c-post-banner-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: 1;
  padding: 0 48px;
  font-size: 15px;
}
@media (min-width: 46.25em) {
  .c-post-banner-author {
    padding: 0 0 24px;
  }
}
@media (min-width: 64em) {
  .c-post-banner-author {
    padding: 0;
  }
}
.c-post-banner-author__image {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-post-banner-author__image {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}
.c-post-banner-author__image .c-lazy-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 70px !important;
}
@media (min-width: 64em) {
  .c-post-banner-author__image .c-lazy-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 80px !important;
  }
}
.c-post-banner-author__image img {
  width: 70px;
  height: 70px;
  border-radius: 70px !important;
}
@media (min-width: 64em) {
  .c-post-banner-author__image img {
    width: 80px;
    height: 80px;
    border-radius: 80px !important;
  }
}
.c-post-banner-author__label {
  font-size: 16px;
  color: #fea500;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .c-post-banner-author__label {
    font-size: 18px;
  }
}
.c-post-banner-author__read {
  color: #efefef;
  font-size: 14px;
  margin-top: 4px;
}
.c-post-banner-author__meta {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Mono", monospace;
}
.c-post-banner__image {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 64em) {
  .c-post-banner__image {
    margin-top: 0;
  }
}
@media (max-width: 46.24em) {
  .c-post-banner .o-wrapper, .c-post-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-post-banner .c-shop-search__wrapper, .c-post-banner .c-search-header__inner {
    padding: 0;
    max-width: 100% !important;
  }
}
@media (max-width: 63.99em) {
  .c-post-banner .o-wrapper, .c-post-banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-post-banner .c-shop-search__wrapper, .c-post-banner .c-search-header__inner {
    max-width: 650px;
  }
}
.c-post-banner .c-lazy-wrapper {
  padding-bottom: 66.66%;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .c-post-banner .c-lazy-wrapper {
    border-radius: 8px;
  }
}
.c-post-banner .c-lazy-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 46.25em) {
  .c-post-banner .c-lazy-wrapper img {
    border-radius: 8px;
  }
}

.c-post-carousel {
  padding: 40px 0 0 0;
}
@media (min-width: 64em) {
  .c-post-carousel {
    padding: 80px 0 0 0;
  }
}
.c-post-carousel__caption {
  margin-top: 8px;
  font-size: 14px;
}
.c-post-carousel__carousel {
  width: 100%;
}
.c-post-carousel__slide {
  width: 100%;
}
.c-post-carousel .flickity-viewport:before {
  display: none;
}
.c-post-carousel .flickity-viewport:after {
  display: none;
}

.c-post-content {
  padding: 40px 0 0 0;
}
@media (min-width: 64em) {
  .c-post-content {
    padding: 80px 0 0 0;
  }
}
.c-post-content h2 {
  font-size: 28px;
}
.c-post-content h3 {
  font-size: 22px;
}
.c-post-content h4 {
  font-size: 18px;
}
.c-post-content h2,
.c-post-content h3,
.c-post-content h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.c-post-content ul {
  margin-left: 12px;
}
.c-post-content p:last-child {
  margin-bottom: 0;
}
.c-post-content__action {
  margin-top: 24px;
}
@media (min-width: 64em) {
  .c-post-content__action {
    margin-top: 32px;
  }
}

.c-post-highlight {
  background-color: #f7f7f7;
  padding: 16px;
  font-size: 21px;
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 8px;
}
@media (min-width: 64em) {
  .c-post-highlight {
    padding: 24px;
    margin-top: 80px;
  }
}

.c-post-image {
  padding: 40px 0 0 0;
}
@media (min-width: 64em) {
  .c-post-image {
    padding: 80px 0 0 0;
  }
}
.c-post-image__caption {
  margin-top: 8px;
  font-size: 14px;
}
.c-post-image .c-lazy-wrapper,
.c-post-image img {
  border-radius: 8px;
}

.c-post-quote {
  font-size: 18px;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 64em) {
  .c-post-quote {
    padding-top: 80px;
  }
}
.c-post-quote__text {
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media (min-width: 64em) {
  .c-post-quote__text {
    font-size: 26px;
  }
}
.c-post-quote__cite {
  margin-top: 16px;
}

.c-post-video {
  padding: 40px 0 0 0;
}
@media (min-width: 64em) {
  .c-post-video {
    padding: 80px 0 0 0;
  }
}
.c-post-video .c-video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.c-post-video .c-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-product-feature-block {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-product-feature-block {
    padding: 120px 0;
  }
}
.c-product-feature-block .o-wrapper, .c-product-feature-block .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-product-feature-block .c-shop-search__wrapper, .c-product-feature-block .c-search-header__inner {
  width: 100%;
}
@media (min-width: 64em) {
  .c-product-feature-block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-product-feature-block__image {
  position: relative;
  max-width: 540px;
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-product-feature-block__image {
    margin-bottom: 0;
    width: 53.9887640449%;
  }
}
@media (min-width: 81.25em) {
  .c-product-feature-block__image {
    width: 58.9887640449%;
  }
}
.c-product-feature-block__title {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 50px;
}
.c-product-feature-block__description {
  font-weight: 400;
}
.c-product-feature-block__sub-title {
  margin-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 64em) {
  .c-product-feature-block__sub-title {
    margin-bottom: 40px;
  }
}
.c-product-feature-block__buttons {
  margin-top: 24px;
}
@media (min-width: 64em) {
  .c-product-feature-block__buttons {
    margin-top: 32px;
  }
}
.c-product-feature-block__buttons .c-button, .c-product-feature-block__buttons .woocommerce .button.alt, .woocommerce .c-product-feature-block__buttons .button.alt, .c-product-feature-block__buttons .woocommerce-Button,
.c-product-feature-block__buttons .woocommerce-button,
.c-product-feature-block__buttons .woocommerce a.button,
.woocommerce .c-product-feature-block__buttons a.button,
.c-product-feature-block__buttons .woocommerce button.button,
.woocommerce .c-product-feature-block__buttons button.button, .c-product-feature-block__buttons input[type=submit],
.c-product-feature-block__buttons input[type=button],
.c-product-feature-block__buttons input[type=reset], .c-product-feature-block__buttons .gform_button {
  margin-right: 16px;
  margin-top: 8px;
}
@media (min-width: 81.25em) {
  .c-product-feature-block__buttons .c-button, .c-product-feature-block__buttons .woocommerce .button.alt, .woocommerce .c-product-feature-block__buttons .button.alt, .c-product-feature-block__buttons .woocommerce-Button,
  .c-product-feature-block__buttons .woocommerce-button,
  .c-product-feature-block__buttons .woocommerce a.button,
  .woocommerce .c-product-feature-block__buttons a.button,
  .c-product-feature-block__buttons .woocommerce button.button,
  .woocommerce .c-product-feature-block__buttons button.button, .c-product-feature-block__buttons input[type=submit],
  .c-product-feature-block__buttons input[type=button],
  .c-product-feature-block__buttons input[type=reset], .c-product-feature-block__buttons .gform_button {
    margin-top: 0;
  }
}
.c-product-feature-block__buttons .c-button:last-child, .c-product-feature-block__buttons .woocommerce .button.alt:last-child, .woocommerce .c-product-feature-block__buttons .button.alt:last-child, .c-product-feature-block__buttons .woocommerce-Button:last-child,
.c-product-feature-block__buttons .woocommerce-button:last-child,
.c-product-feature-block__buttons .woocommerce a.button:last-child,
.woocommerce .c-product-feature-block__buttons a.button:last-child,
.c-product-feature-block__buttons .woocommerce button.button:last-child,
.woocommerce .c-product-feature-block__buttons button.button:last-child, .c-product-feature-block__buttons input[type=submit]:last-child,
.c-product-feature-block__buttons input[type=button]:last-child,
.c-product-feature-block__buttons input[type=reset]:last-child, .c-product-feature-block__buttons .gform_button:last-child {
  margin-right: 0;
}
@media (min-width: 64em) {
  .c-product-feature-block--align-right .c-product-feature-block__image {
    order: 2;
  }
  .c-product-feature-block--align-right .c-product-feature-block__content {
    order: 1;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block--align-left .c-product-feature-block__image-caption {
    left: 30px;
    right: auto;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block__content {
    width: 46.0112359551%;
  }
}
@media (min-width: 81.25em) {
  .c-product-feature-block__content {
    width: 41.0112359551%;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block__content-inner {
    max-width: 520px;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block.c-product-feature-block--align-left .c-product-feature-block__content {
    padding-left: 40px;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block.c-product-feature-block--align-left .c-product-feature-block__content-inner {
    margin-right: 0;
    margin-left: auto;
  }
}
.c-product-feature-block.c-product-feature-block--align-left .c-product-feature-block__image:after {
  left: calc(100% - 20px);
}
@media (min-width: 64em) {
  .c-product-feature-block.c-product-feature-block--align-right .c-product-feature-block__content {
    text-align: right;
    padding-right: 40px;
  }
}
@media (min-width: 81.25em) {
  .c-product-feature-block.c-product-feature-block--align-right .c-product-feature-block__content {
    padding-right: 80px;
  }
}
@media (min-width: 64em) {
  .c-product-feature-block.c-product-feature-block--align-right .c-product-feature-block__content-inner {
    margin-left: 0;
    margin-right: auto;
  }
}
.c-product-feature-block.c-product-feature-block--align-right .c-product-feature-block__image:after {
  right: calc(100% - 20px);
}

.c-services-block {
  background-color: #fea500;
  padding: 40px 0 0;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 64em) {
  .c-services-block {
    padding: 120px 0;
  }
}
.c-services-block .o-wrapper, .c-services-block .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-services-block .c-shop-search__wrapper, .c-services-block .c-search-header__inner {
  position: relative;
  z-index: 5;
}
.c-services-block:before {
  content: "";
  display: block;
  background-color: #fea500;
  width: 100%;
  height: 100%;
  top: 0;
  right: -50%;
  position: absolute;
  z-index: 0;
}
.c-services-block:after {
  content: "";
  display: block;
  background-color: #fea500;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  position: absolute;
  z-index: 0;
}
.c-services-block__title {
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 40px;
}
.c-services-block__title {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-services-block__title {
    font-size: calc(30px + 10 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-services-block__title {
    font-size: 40px;
  }
}

.c-services-items {
  margin-left: -48px;
}
@media (min-width: 64em) {
  .c-services-items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.c-services-item {
  margin-left: 48px;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-services-item {
    margin-bottom: 0;
  }
}
.c-services-item__image {
  object-fit: contain;
  width: auto;
  height: 100%;
}
.c-services-item__image-wrapper {
  height: 45px;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-services-item__image-wrapper {
    margin-bottom: 24px;
  }
}
.c-services-item__title {
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.c-services-item__title {
  font-size: 22px;
}
@media screen and (min-width: 375px) {
  .c-services-item__title {
    font-size: calc(22px + 8 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-services-item__title {
    font-size: 30px;
  }
}
@media (min-width: 64em) {
  .c-services-item__title {
    margin-bottom: 24px;
  }
}
.c-services-item__description {
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-services-item__description {
    margin-bottom: 24px;
    max-width: 275px;
  }
}
.c-services-item .c-button:hover, .c-services-item .woocommerce .button.alt:hover, .woocommerce .c-services-item .button.alt:hover, .c-services-item .woocommerce-Button:hover,
.c-services-item .woocommerce-button:hover,
.c-services-item .woocommerce a.button:hover,
.woocommerce .c-services-item a.button:hover,
.c-services-item .woocommerce button.button:hover,
.woocommerce .c-services-item button.button:hover, .c-services-item input[type=submit]:hover,
.c-services-item input[type=button]:hover,
.c-services-item input[type=reset]:hover, .c-services-item .gform_button:hover {
  background-color: transparent;
}

.c-steps-block {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-steps-block {
    padding: 80px 0;
  }
}
.c-steps-block .c-button, .c-steps-block .woocommerce .button.alt, .woocommerce .c-steps-block .button.alt, .c-steps-block .woocommerce-Button,
.c-steps-block .woocommerce-button,
.c-steps-block .woocommerce a.button,
.woocommerce .c-steps-block a.button,
.c-steps-block .woocommerce button.button,
.woocommerce .c-steps-block button.button, .c-steps-block input[type=submit],
.c-steps-block input[type=button],
.c-steps-block input[type=reset], .c-steps-block .gform_button {
  margin-top: 32px;
}
.c-steps-block__sub-title {
  font-size: 14px;
  margin-bottom: 40px;
}
.c-steps-block__title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}
.c-steps-block__items {
  counter-reset: block-count;
  margin-top: 32px;
}
@media (min-width: 64em) {
  .c-steps-block__items {
    margin-top: 0px;
  }
}

.c-steps-block-item {
  border-bottom: 1px solid #000;
  margin-left: auto;
  font-size: 16px;
  padding: 24px 0px;
  padding-left: 80px;
}
@media (min-width: 64em) {
  .c-steps-block-item {
    max-width: 440px;
  }
}
.c-steps-block-item__inner {
  position: relative;
}
.c-steps-block-item__inner:before {
  position: absolute;
  top: 0px;
  left: -80px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  counter-increment: block-count;
  content: counter(block-count);
}
.c-steps-block-item:first-child {
  padding-top: 0px;
}
.c-steps-block-item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.c-tyre-list--padding-bottom {
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .c-tyre-list--padding-bottom {
    padding-bottom: 80px;
  }
}
.c-tyre-list--padding-top {
  padding-top: 40px;
}
@media (min-width: 64em) {
  .c-tyre-list--padding-top {
    padding-top: 80px;
  }
}
.c-tyre-list--bg-white {
  background-color: #fff;
  color: #000;
}
.c-tyre-list--bg-grey {
  background-color: #f9f9f9;
  color: #000;
}
.c-tyre-list--bg-black {
  background-color: #000;
  color: #fff;
}
.c-tyre-list__wrapper h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-tyre-list__wrapper h2 {
    margin-top: 80px;
    font-size: 40px;
  }
}
.c-tyre-list__wrapper h2:first-of-type {
  margin-top: 0;
}
.c-tyre-list__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 46.25em) {
  .c-tyre-list__group {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .c-tyre-list__group {
    gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-tyre-list__item {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.c-tyre-list__item:hover a {
  text-decoration: underline;
}
.c-tyre-list__item .c-lazy-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  background-color: transparent;
}
.c-tyre-list__item img {
  position: static !important;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  max-height: 200px;
  height: 100 !important;
  object-fit: contain;
}
.c-tyre-list__item a {
  display: block;
  margin-top: 24px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.c-tyre-list__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-wishlist-archive__loading {
  text-align: center;
}
.c-wishlist-archive__loading svg {
  width: 100px;
}
.c-wishlist-archive__no-results {
  text-align: center;
  display: none;
}
.c-wishlist-archive__lower {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-wishlist-archive__lower {
    padding: 80px 0;
  }
}
.c-wishlist-archive .c-block-banner h1 {
  margin-bottom: 8px;
}
.c-wishlist-archive .c-block-banner__count {
  min-height: 28px;
}

.wp-block-columns {
  display: flex;
}
.wp-block-columns .wp-block-column {
  flex: 1;
}

img.lazy {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
img:not(.initial) {
  transition: opacity 0.3s;
}
img.initial, img.loaded, img.error {
  opacity: 1;
  transition: opacity 0.3s;
}
img:not([src]) {
  visibility: hidden;
}

.lazy:not(img) {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy:not(img)[data-ll-status=loaded],
.lazy:not(img)[data-ll-status=entered] {
  opacity: 1;
}

.c-lazy-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  background-color: #a1a1a1;
  padding-bottom: 50%;
  transition: background 300ms;
}
.c-lazy-wrapper--loaded, .c-lazy-wrapper--transparent {
  background-color: transparent;
}

.c-lazy-wrapper-static {
  display: inline-block;
  background-color: #a1a1a1;
  vertical-align: middle;
}
.c-lazy-wrapper-static img {
  display: block;
  position: static;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
  user-select: none;
}
.c-tag-list-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 25px;
  font-size: 12px;
}
@media (min-width: 64em) {
  .c-tag-list-item {
    font-size: 14px;
    padding: 4px 16px;
  }
}
.c-tag-list-item--color-white {
  background-color: white;
  color: #000;
}
.c-tag-list-item--color-black {
  background: #242424;
  color: white;
}

.c-distributor-tile {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding-right: 24px;
}
@media (min-width: 64em) {
  .c-distributor-tile {
    margin-top: 64px;
  }
}
.c-distributor-tile:first-child, .c-distributor-tile:nth-child(2) {
  margin-top: 0px;
}
@media (min-width: 64em) {
  .c-distributor-tile:nth-child(3), .c-distributor-tile:nth-child(4) {
    margin-top: 0px;
  }
}
.c-distributor-tile__upper {
  flex-grow: 1;
}
.c-distributor-tile__lower {
  flex-grow: 0;
}
.c-distributor-tile__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 46.25em) {
  .c-distributor-tile__title {
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  .c-distributor-tile__title {
    margin-bottom: 24px;
  }
}
.c-distributor-tile__icons {
  display: inline-block;
  vertical-align: middle;
  background-color: black;
  border-radius: 20px;
  padding: 1px 12px;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-distributor-tile__icons {
    margin-bottom: 24px;
  }
}
.c-distributor-tile__icon {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: 0px 4px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-distributor-tile__icon.icon-dist-instore:before {
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.c-distributor-tile__icon--online {
  background-image: url("../images/icon-dist-online.svg");
}
.c-distributor-tile__icon--instore {
  background-image: url("../images/icon-dist-instore.svg");
}
.c-distributor-tile__icon--international {
  background-image: url("../images/icon-dist-international.svg");
}
.c-distributor-tile__address {
  margin-bottom: 8px;
}
.c-distributor-tile__address a {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-distributor-tile__address a:hover {
  color: #585858;
}
.c-distributor-tile__phone {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 64em) {
  .c-distributor-tile__phone {
    margin-bottom: 16px;
  }
}
.c-distributor-tile__phone a {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-distributor-tile__phone a:hover {
  color: #585858;
}
.c-distributor-tile__address {
  font-size: 14px;
}
.c-distributor-tile.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.c-location-filters-input {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-location-filters-input {
    margin-bottom: 40px;
  }
}
.c-location-filters-input:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\e801";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
}
.c-location-filters-input__input[type=text] {
  border: 1px solid white;
  font-size: 14px;
  line-height: 1.52;
  background-color: transparent;
  padding: 1rem 1rem 1rem 3.5rem;
  color: white;
}
@media (min-width: 46.25em) {
  .c-location-filters-input__input[type=text] {
    font-size: 16px;
    line-height: 1.4;
  }
}
.c-location-filters-input__input[type=text]::placeholder {
  color: white;
}
.c-location-filters-input__input[type=text]:focus {
  outline: none;
}
.c-location-filters-input ::-webkit-input-placeholder {
  color: #000;
}
.c-location-filters-input ::-moz-placeholder {
  color: #000;
}
.c-location-filters-input :-ms-input-placeholder {
  color: #000;
}
.c-location-filters-input :-moz-placeholder {
  color: #000;
}
@media (min-width: 64em) {
  .c-location-filters-filter {
    display: block;
  }
}
.c-location-filters-filter--padded-small {
  padding: 3rem 0;
}
.c-location-filters__close-filters {
  margin-top: 32px;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: none;
  padding: 1.28rem 1.5rem;
}
@media (min-width: 64em) {
  .c-location-filters__close-filters {
    display: none;
  }
}

.c-location-search-dropdown {
  position: relative;
}
.c-location-search-dropdown__result-draw {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  background-color: white;
  border: 1px solid #000;
  border-top: 0px;
  z-index: 501;
  max-height: 345px;
  overflow: auto;
  box-shadow: 20px 20px 30px -20px rgba(30, 33, 38, 0.15);
}
.c-location-search-dropdown__item {
  padding: 4px 20px;
  padding-left: 40px;
  cursor: pointer;
  transition: all 300ms;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
}
.c-location-search-dropdown__item--active, .c-location-search-dropdown__item:hover, .c-location-search-dropdown__item:active, .c-location-search-dropdown__item:focus {
  background-color: #000;
  color: white;
}

.c-map-marker {
  text-align: center;
  margin: auto;
  margin-top: -46px;
  white-space: nowrap;
  border-radius: 20px;
  padding: 5px 6px;
  background-color: black;
  border: 1px solid #FFFFFF;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
}
.c-map-marker:after {
  content: "";
  width: 2px;
  background-color: #000;
  height: 16px;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
}
.c-map-marker__icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin: 2px 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-map-marker__icon--online {
  background-image: url("../images/icon-dist-online.svg");
}
.c-map-marker__icon--international {
  background-image: url("../images/icon-dist-international.svg");
}
.c-map-marker__icon--instore {
  background-image: url("../images/icon-dist-instore.svg");
}

.c-faq-group {
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .c-faq-group {
    margin-bottom: 3rem;
  }
}
@media (min-width: 64em) {
  .c-faq-group {
    padding-left: 60px;
  }
}
.c-faq-group:last-child {
  margin-bottom: 0;
}
.c-faq-group:first-child {
  margin-top: -3rem;
}
.c-faq-group__title {
  padding-top: 2rem;
  margin-bottom: 15px;
  line-height: 1;
}
.c-faq-group__title {
  font-size: 22px;
}
@media screen and (min-width: 375px) {
  .c-faq-group__title {
    font-size: calc(22px + 8 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-faq-group__title {
    font-size: 30px;
  }
}
@media (min-width: 46.25em) {
  .c-faq-group__title {
    margin-bottom: 29px;
    padding-top: 3rem;
  }
}

.c-faq-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 3rem;
  display: none;
}
@media (min-width: 64em) {
  .c-faq-nav {
    display: block;
  }
}
.c-faq-nav__item {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 64em) {
  .c-faq-nav__item {
    margin-bottom: 20px;
  }
}
.c-faq-nav__link {
  font-weight: 500;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.36;
  display: block;
  position: relative;
  color: #000;
  transition: all 300ms;
  text-decoration: none;
}
@media (min-width: 64em) {
  .c-faq-nav__link {
    font-size: 22px;
  }
}
.c-faq-nav__link:before {
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  content: "";
  left: 0;
  height: 2px;
  width: 0;
  transition: all 300ms;
}
.c-faq-nav__link:hover:before, .c-faq-nav__link.is-active:before {
  width: 25px;
}

.c-faqs {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 74px;
  height: 430px;
}
.c-faqs__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: bottom center;
  max-width: 1290px;
  margin: auto;
  opacity: 0;
  transition: opacity 300ms;
}
@media (min-width: 46.25em) {
  .c-faqs__bg {
    background-size: contain;
    background-position: bottom right;
  }
}
.c-faqs.do .c-faqs__bg {
  opacity: 1;
}
.c-faqs__inner {
  position: relative;
  z-index: 2;
}
.c-faqs h1 {
  margin-bottom: 0;
  max-width: 500px;
}
@media (max-width: 46.24em) {
  .c-faqs__title {
    display: none;
  }
}

.c-faq {
  overflow: hidden;
  background-color: #FFF;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
}
.c-faq:last-child {
  margin-bottom: 0px;
}
.c-faq__title {
  position: relative;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  font-family: "Roboto Mono", monospace;
  user-select: none;
  padding: 1rem 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-left: 16px;
  padding-left: 52px;
}
@media (min-width: 64em) {
  .c-faq__title {
    font-size: 22px;
  }
}
.c-faq__title:after {
  position: absolute;
  content: "";
  display: block;
  background: #fea500 url("../images/icon-arrow-down.svg") no-repeat center;
  background-size: 12px 7px !important;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: transform 300ms;
  flex-shrink: 0;
  left: 0;
}
@media (min-width: 46.25em) {
  .c-faq__title:after {
    background-size: 14px 14px;
    width: 32px;
    height: 32px;
  }
}
.c-faq__answer {
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  line-height: 24px;
  font-size: 14px;
  color: #4A4A4A;
  padding: 0 24px;
  margin-left: 45px;
}
@media (min-width: 46.25em) {
  .c-faq__answer {
    line-height: 27px;
    font-size: 16px;
  }
}
.c-faq__answer p {
  margin-bottom: 1rem;
}
.c-faq__answer-content {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.c-faq--is-active .c-faq__title:after {
  transform: rotate(-180deg);
}
.c-faq--is-active .c-faq__answer {
  visibility: visible;
  opacity: 1;
}

.c-faqs-block {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-faqs-block {
    padding: 80px 0;
  }
}
.c-faqs-block .c-button, .c-faqs-block .woocommerce .button.alt, .woocommerce .c-faqs-block .button.alt, .c-faqs-block .woocommerce-Button,
.c-faqs-block .woocommerce-button,
.c-faqs-block .woocommerce a.button,
.woocommerce .c-faqs-block a.button,
.c-faqs-block .woocommerce button.button,
.woocommerce .c-faqs-block button.button, .c-faqs-block input[type=submit],
.c-faqs-block input[type=button],
.c-faqs-block input[type=reset], .c-faqs-block .gform_button {
  margin-top: 32px;
}
.c-faqs-block__title {
  margin-bottom: 24px;
}
.c-faqs-block__left {
  max-width: 520px;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-faqs-block__left {
    margin-bottom: 0px;
  }
}
.c-faqs-block__description {
  font-size: 14px;
}
@media (min-width: 64em) {
  .c-faqs-block__description {
    font-size: 16px;
  }
}
.c-faqs-block__faqs {
  background-color: white;
}

.c-desktop-header {
  display: none;
}
@media (min-width: 71.875em) {
  .c-desktop-header {
    display: block;
    position: relative;
    background-color: #000;
  }
}
.c-desktop-header__body {
  display: flex;
  align-items: center;
  color: white;
  padding: 16px 0;
}
.c-desktop-header__column {
  width: 33.33333333%;
}
.c-desktop-header__column:first-child, .c-desktop-header__column:last-child {
  flex-basis: 300px;
}
.c-desktop-header__column--nav {
  text-align: center;
  flex-grow: 1;
}
.c-desktop-header__column--right {
  text-align: right;
}
.c-desktop-header .c-logo {
  max-width: 178px;
}
.c-desktop-header .c-navigation__item {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
.c-desktop-header .c-navigation__item--has-children-mega {
  position: static;
}
.c-desktop-header .c-navigation__link {
  display: inline-block;
  padding: 26px 10px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-desktop-header .c-navigation__link:hover, .c-desktop-header .c-navigation__link:active, .c-desktop-header .c-navigation__link:focus {
  opacity: 0.7;
}
@media (min-width: 87.5em) {
  .c-desktop-header .c-navigation__link {
    padding: 26px 0;
  }
}
.c-desktop-header .c-sub-navigation {
  background-color: #000;
  top: calc(100% - 10px);
  width: 166px;
  position: absolute;
  left: -10px;
  border-radius: 8px;
  text-align: left;
  padding: 8px 0;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-desktop-header .c-sub-navigation:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 52px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid black;
}
.c-desktop-header .c-sub-navigation__link {
  display: block;
  padding: 4px 32px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-desktop-header .c-sub-navigation__link:hover, .c-desktop-header .c-sub-navigation__link:active, .c-desktop-header .c-sub-navigation__link:focus {
  opacity: 0.7;
}
.c-desktop-header .c-navigation .c-navigation__item--has-children:hover .c-sub-navigation,
.c-desktop-header .c-navigation__item--has-children-mega:hover > .c-mega-menu {
  opacity: 1;
  visibility: visible;
}
.c-desktop-header .c-navigation .c-navigation__item--has-children:hover .c-sub-navigation .c-sub-navigation,
.c-desktop-header .c-navigation__item--has-children-mega:hover > .c-mega-menu .c-sub-navigation {
  opacity: 1;
  visibility: visible;
}
.c-desktop-header .c-mega-menu {
  background-color: #000;
  top: 86px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left;
  padding: 40px 24px;
  margin: 0;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  transition: opacity 0.3s;
  list-style: none;
}
.c-desktop-header .c-mega-menu .o-wrapper, .c-desktop-header .c-mega-menu .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-desktop-header .c-mega-menu .c-shop-search__wrapper, .c-desktop-header .c-mega-menu .c-search-header__inner {
  column-fill: balance;
  column-count: auto;
  column-width: 200px;
}
.c-desktop-header .c-mega-menu .o-wrapper li, .c-desktop-header .c-mega-menu .c-shop-search--style-search .c-shop-search__wrapper li, .c-shop-search--style-search .c-desktop-header .c-mega-menu .c-shop-search__wrapper li, .c-desktop-header .c-mega-menu .c-search-header__inner li {
  break-inside: avoid;
}
.c-desktop-header .c-mega-menu--large .o-wrapper, .c-desktop-header .c-mega-menu--large .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-desktop-header .c-mega-menu--large .c-shop-search__wrapper, .c-desktop-header .c-mega-menu--large .c-search-header__inner {
  max-width: 960px;
}
.c-desktop-header .c-mega-menu--small .o-wrapper, .c-desktop-header .c-mega-menu--small .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-desktop-header .c-mega-menu--small .c-shop-search__wrapper, .c-desktop-header .c-mega-menu--small .c-search-header__inner {
  max-width: 560px;
}
.c-desktop-header .c-mega-menu .c-sub-navigation {
  position: static;
  width: auto;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  transition: none !important;
}
.c-desktop-header .c-mega-menu .c-sub-navigation__item--has-children {
  margin-bottom: 16px;
}
.c-desktop-header .c-mega-menu .c-sub-navigation__item--has-children > a {
  color: #fea500;
}
.c-desktop-header__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-desktop-header__icon:hover, .c-desktop-header__icon:focus, .c-desktop-header__icon:active {
  opacity: 0.7;
}
.c-desktop-header__icon svg {
  display: inline-block;
  vertical-align: middle;
}
.c-desktop-header__search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 24px;
  height: 18px;
  cursor: pointer;
}
.c-desktop-header__wishlist {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
}
.c-desktop-header__cart {
  position: relative;
}
.c-desktop-header__cart-count {
  position: absolute;
  background-color: #fea500;
  color: #000;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  right: -9px;
  top: -4px;
}
.c-site-theme--black .c-desktop-header {
  background-color: #000;
}
body.home .c-desktop-header {
  border-bottom: 0;
}

.c-expandable-block {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height ease-in-out 0.35s;
}
.c-expandable-block__read-more {
  position: relative;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  transition: margin cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
@media (min-width: 46.25em) {
  .c-expandable-block__read-more {
    font-size: 15px;
  }
}
.c-expandable-block__read-more span {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fea500;
  user-select: none;
}
.c-expandable-block__read-more span:after {
  position: relative;
  display: inline-block;
  content: "+";
  font-size: 18px;
  margin-left: 2px;
  margin-right: 0;
  text-align: center;
  bottom: -1px;
  left: 8px;
  transition: all ease-in-out 0.35s;
}
.c-expandable-block__read-more:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 0;
  opacity: 1;
  background: linear-gradient(0deg, #000 12%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity ease-in-out 0.35s;
}
.c-expandable-block--white + .c-expandable-block__read-more span {
  color: #fea500;
  width: 100%;
  padding: 8px 0;
}
.c-expandable-block--white + .c-expandable-block__read-more span:before {
  position: relative;
  display: inline-block;
  content: "+";
  font-size: 18px;
  margin-left: 2px;
  margin-right: 0;
  text-align: center;
  bottom: -2px;
  left: -6px;
  transition: all ease-in-out 0.35s;
}
.c-expandable-block--white + .c-expandable-block__read-more:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
  opacity: 1;
  z-index: 0;
  background: linear-gradient(0deg, #000 12%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 100%);
  transition: all ease-in-out 0.35s;
}
.c-expandable-block.opened + .c-expandable-block__read-more {
  margin-top: 20px;
}
.c-expandable-block.opened + .c-expandable-block__read-more span:after {
  content: "-";
}
.c-expandable-block.opened + .c-expandable-block__read-more:before {
  opacity: 0;
}

.c-navigation-hidden {
  background: #000;
  color: white;
  right: 0;
  top: 77px;
  bottom: 0;
  z-index: 3000;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms;
  will-change: transform;
}
.c-navigation-hidden a {
  color: white;
}
.c-navigation-hidden__content {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px;
  padding-bottom: 30px;
  padding-top: 0px;
}
.c-navigation-hidden--opened {
  transform: translate3d(0, 0, 0);
  transition: transform 300ms;
}
.c-navigation-hidden__header {
  position: relative;
  padding: 13px 30px;
  padding-top: 24px;
  margin: 0px !important;
}
.c-navigation-hidden__back {
  display: block;
  color: #AEAEAE;
  cursor: pointer;
  font-size: 14px;
  z-index: 3;
  text-align: left;
  text-decoration: none;
}
.c-navigation-hidden__back:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\f107";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  transform: rotate(90deg);
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  margin-left: -6px;
  line-height: 30px;
}
.c-navigation-hidden ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.c-navigation-hidden__link {
  display: block;
  padding: 0.5rem 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: all ease-in-out 0.35s;
  text-decoration: none;
}
.c-navigation-hidden__link span {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  transition: all ease-in-out 0.35s;
}
.c-navigation-hidden__link:active span, .c-navigation-hidden__link:focus span, .c-navigation-hidden__link:hover span {
  border-bottom: 1px solid #ccc;
}
.c-navigation-hidden__nav-footer {
  position: relative;
  padding: 0px 30px;
}
.c-navigation-hidden__menu-title {
  margin-left: 0px !important;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.c-mobile-header {
  display: block;
  background-color: #000;
  color: white;
}
@media (min-width: 71.875em) {
  .c-mobile-header {
    display: none;
  }
}
.c-mobile-header__body {
  background-color: #000;
  padding: 0.4rem 24px 0.4rem 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 101;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  height: 75px;
}
@media (min-width: 46.25em) {
  .c-mobile-header__body {
    padding: 0.3rem 48px 0.3rem 48px;
  }
}
.c-mobile-header__column {
  flex-basis: 100px;
}
.c-mobile-header__column--center {
  flex-grow: 1;
  flex-basis: auto;
  text-align: center;
}
.c-mobile-header__column:last-child {
  text-align: right;
}
.c-mobile-header__search {
  display: inline-block;
  vertical-align: middle;
}
.c-mobile-header__cart {
  position: relative;
}
.c-mobile-header__cart-count {
  position: absolute;
  background-color: #fea500;
  color: #000;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  right: -9px;
  top: -4px;
}
body.c-site-theme--transparent .c-mobile-header__body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c-mobile-header .c-navigation {
  margin-top: 0;
  list-style: none;
  padding: 2rem 0 0;
}
.c-mobile-header .c-navigation__link {
  display: block;
  padding: 0.55rem 0;
  font-size: 1rem;
  color: white;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link {
  position: relative;
}
.c-mobile-header .c-navigation__item--has-children .c-navigation__link:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\f107";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  position: relative;
  font-size: 27px;
  top: -1px;
  transform: rotate(-90deg);
}
.c-mobile-header__nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 77px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: opacity 300ms, visibility 0s 300ms, transform 300ms;
}
.navigation-open .c-mobile-header__nav-wrapper {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 300ms, transform 300ms;
}

.c-mobile-header__nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
}
.c-mobile-header__nav .c-navigation {
  padding-top: 0;
}
.c-mobile-header__nav .c-navigation__link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.c-mobile-header__lower {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  padding-top: 33px;
  margin-top: 33px;
}
.c-mobile-header__lower ul .c-navigation__link {
  font-weight: 400;
  font-size: 16px;
  padding: 0.5rem 0;
}
.c-mobile-header__icon {
  display: inline-block;
  vertical-align: middle;
}
.c-mobile-header__logo-block {
  flex-grow: 1;
}
.c-mobile-header__nav-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.c-mobile-header .c-logo {
  position: relative;
  z-index: 100;
  width: auto;
  margin: auto;
  max-width: 138px;
}
.c-mobile-header .c-logo svg {
  max-width: 100%;
  width: 100px;
}
.c-mobile-header .hamburger {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  margin-right: 12px;
}
.c-mobile-header .hamburger .hamburger-inner,
.c-mobile-header .hamburger .hamburger-inner:before,
.c-mobile-header .hamburger .hamburger-inner:after {
  background-color: white;
}
.c-mobile-header .c-social-media {
  position: relative;
  left: -3px;
  padding: 0;
  display: block;
  padding: 0 0;
  margin-top: 16px;
}
.c-mobile-header .c-social-media__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  height: auto;
  color: white;
  width: auto;
}
.c-mobile-header__my-account {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  width: 15px;
  margin-bottom: -4px;
}
.c-mobile-header__cart {
  position: relative;
  bottom: -2px;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__search-icon {
  color: white;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__search-icon svg path, html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__logo-block svg path {
  fill: white;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__search-icon svg circle, html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__logo-block svg circle {
  stroke: white;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__search-icon svg path {
  stroke: white;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header__my-account svg path {
  stroke: white;
}
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header .hamburger .hamburger-inner,
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header .hamburger .hamburger-inner:before,
html:not(.navigation-open) .c-header-color--white .c-site-header:not(.fixed) .c-mobile-header .hamburger .hamburger-inner:after {
  background-color: white;
}

.c-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation__link {
  text-decoration: none;
  color: inherit;
}

.c-notification {
  background-color: #fea500;
  padding: 7px 16px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-notification img {
  display: inline-block;
  margin: 0 8px -3px 0;
}

.c-sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-sub-navigation__link {
  text-decoration: none;
  color: inherit;
}

.c-wishlist-popup {
  font-size: 14px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px 16px;
  display: inline-block;
  position: fixed;
  top: 24px;
  left: 24px;
  right: 24px;
  max-width: 322px;
  margin: auto;
  z-index: 2000;
  user-select: none;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-wishlist-popup.hidden {
  opacity: 0;
  visibility: hidden;
}
.c-wishlist-popup a {
  text-decoration: underline;
}
.c-wishlist-popup__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.c-wishlist-popup__close:hover {
  opacity: 1;
}
.c-wishlist-popup__close:before, .c-wishlist-popup__close:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #828282;
}
.c-wishlist-popup__close:before {
  transform: rotate(45deg);
}
.c-wishlist-popup__close:after {
  transform: rotate(-45deg);
}

.c-blog-archive__posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-blog-archive__posts {
    display: grid;
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-blog-archive__filter {
  margin-top: 40px;
}
.c-blog-archive__filter .c-post-filter__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 64em) {
  .c-blog-archive__filter .c-post-filter__wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
}
.c-blog-archive__filter .c-post-filter select {
  min-width: 220px;
  border-radius: 0;
  width: 100%;
  margin-top: 16px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  background-size: 10px;
}
@media (min-width: 64em) {
  .c-blog-archive__filter .c-post-filter select {
    width: auto;
    margin-top: 0;
  }
}

.c-blog-card {
  position: relative;
}
.c-blog-card .c-accessibility-link:before {
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
.c-blog-card:hover .c-blog-card__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-blog-card:hover .c-link:before, .c-blog-card:hover .woocommerce-Address a.edit:before, .woocommerce-Address .c-blog-card:hover a.edit:before {
  width: 100%;
}
.c-blog-card .c-link, .c-blog-card .woocommerce-Address a.edit, .woocommerce-Address .c-blog-card a.edit {
  user-select: none;
}
.c-blog-card span {
  font-size: 18px;
  margin-top: 16px;
}
.c-blog-card__image {
  aspect-ratio: 620/400;
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}
.c-blog-card__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-blog-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .c-blog-card__content-text {
    flex-grow: 1;
    flex-shrink: 0;
  }
}

.c-page-banner {
  text-align: center;
}
@media (min-width: 64em) {
  .c-page-banner {
    padding-top: 40px;
  }
}
.c-page-banner h1 {
  font-size: 40px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .c-page-banner h1 {
    font-size: 60px;
  }
}
.c-page-banner__breadcrumbs {
  margin-bottom: 16px;
}
.c-page-banner__breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.c-post-author {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-post-author {
    flex-direction: row;
  }
}
.c-post-author-thumbnail {
  width: 210px;
  height: 210px;
  border-radius: 210px;
  margin: 0 auto 32px;
  flex: 1;
}
@media (min-width: 64em) {
  .c-post-author-thumbnail {
    flex: 0 0 310px;
    margin-right: 80px;
    width: 310px;
    height: 310px;
    border-radius: 310px;
  }
}
.c-post-author-thumbnail .c-lazy-wrapper,
.c-post-author-thumbnail img {
  width: 210px;
  height: 210px;
  border-radius: 210px;
}
@media (min-width: 64em) {
  .c-post-author-thumbnail .c-lazy-wrapper,
  .c-post-author-thumbnail img {
    width: 310px;
    height: 310px;
    border-radius: 310px;
  }
}
.c-post-author h4 {
  margin-bottom: 8px;
}
.c-post-author__bio {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 16px;
  margin-top: 24px;
}
.c-post-author__bio p {
  font-size: 16px;
}
.c-post-author .c-button, .c-post-author .woocommerce .button.alt, .woocommerce .c-post-author .button.alt, .c-post-author .woocommerce-Button,
.c-post-author .woocommerce-button,
.c-post-author .woocommerce a.button,
.woocommerce .c-post-author a.button,
.c-post-author .woocommerce button.button,
.woocommerce .c-post-author button.button, .c-post-author input[type=submit],
.c-post-author input[type=button],
.c-post-author input[type=reset], .c-post-author .gform_button {
  margin-top: 24px;
}

.c-page-navigation {
  margin: 80px 0 0 0;
  padding: 0;
}
.c-page-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.c-page-navigation ul li {
  display: flex;
  align-items: center;
}
.c-page-navigation ul li a {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.2s;
}
.c-page-navigation ul li.active a {
  color: #000;
  background-color: white;
}
.c-page-navigation ul li.c-page-navigation__next a, .c-page-navigation ul li.c-page-navigation__previous a {
  width: 100%;
  color: #000;
}

.c-post-single .c-expandable-block__read-more:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 35px;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 55px;
  opacity: 1;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 84.37%);
}
.c-post-single .c-expandable-block__read-more span {
  font-size: 14px;
  padding: 16px 0 0;
  transition: all ease-in-out 0.35s;
  position: relative;
  z-index: 1;
}
.c-post-single__footer {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
@media (min-width: 64em) {
  .c-post-single__footer {
    padding: 80px 0;
  }
}

.c-share-links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: none;
}
@media (min-width: 64em) {
  .c-share-links {
    display: block;
  }
}
.c-share-links__label {
  font-size: 16px;
  margin-bottom: 16px;
}
.c-share-links__items {
  gap: 8px;
  display: flex;
  flex-direction: flex-row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-share-links__items li {
  position: relative;
}
.c-share-links__items a {
  background-color: white;
  transition: background-color ease-in-out 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  cursor: pointer;
}
.c-share-links__items a:hover {
  background-color: #000;
}
.c-share-links__items a:hover svg path {
  fill: #f7f7f7;
}
.c-share-links__items a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-share-links-copy__message {
  position: absolute;
  background-color: #231f21;
  font-size: 0.75rem;
  line-height: 1;
  height: auto;
  width: 80px;
  color: white;
  padding: 6px 4px 7px;
  top: -35px;
  left: -25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  text-align: center;
}
@screen lg {
  .c-share-links-copy__message {
    left: -20px;
  }
}
.c-share-links-copy__message.is-active {
  opacity: 1;
  visibility: visible;
}
.c-share-links-copy__message:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #231f21 transparent transparent transparent;
}

.c-sticky-nav {
  display: none;
  margin: 0;
}
@media (min-width: 64em) {
  .c-sticky-nav {
    display: block;
  }
}
.c-sticky-nav span {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}
.c-sticky-nav li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.c-sticky-nav li:last-child a {
  padding-bottom: 0;
}
.c-sticky-nav li:last-child a:before {
  height: calc(100% - 8px);
}
.c-sticky-nav li:last-child:before {
  height: calc(100% - 8px);
}
.c-sticky-nav li:before {
  background-color: #a1a1a1;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
}
.c-sticky-nav a {
  position: relative;
  display: inline-block;
  color: #a1a1a1;
  font-size: 1rem;
  padding-left: 16px;
  padding-bottom: 8px;
  line-height: 1.6;
  transition: color 0.3s;
  cursor: pointer;
}
.c-sticky-nav a.is-active {
  color: #000;
  opacity: 1;
}
.c-sticky-nav a.is-active:before {
  color: #000;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 16px);
}
.c-sticky-nav a:hover {
  color: #000;
}
.c-sticky-nav a span {
  position: relative;
  display: block;
}

.c-team-member-bio__header {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}
@media (min-width: 64em) {
  .c-team-member-bio__header {
    padding: 80px 0;
  }
}
.c-team-member-bio__body {
  padding: 40px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 64em) {
  .c-team-member-bio__body {
    padding: 80px 0;
  }
}
.c-team-member-bio__body .c-team-member-bio__author-large {
  width: 170px;
  height: 170px;
  border-radius: 170px;
  object-fit: cover;
  margin: 0 auto 30px;
}
@media (min-width: 64em) {
  .c-team-member-bio__body .c-team-member-bio__author-large {
    width: 310px;
    height: 310px;
    margin: 0 auto;
  }
}

.c-product-additional-info {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-product-additional-info {
    padding: 80px 0;
  }
}
.c-product-additional-info__left {
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-product-additional-info__left {
    margin-bottom: 0px;
  }
}
.c-product-additional-info__left .o-type--wysiwyg p {
  font-size: 14px;
}

.c-product-features {
  margin-top: 40px;
  border-top: 1px solid #000000;
}

.c-product-feature {
  display: flex;
  border-bottom: 1px solid #000000;
  border-left: 0px;
  border-right: 0px;
  padding: 24px 0px;
  align-items: center;
  font-size: 14px;
}
.c-product-feature__tick {
  flex-shrink: 0;
  margin-right: 24px;
  width: 35px;
  height: 35px;
  background-image: url("../images/icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  align-self: flex-start;
}
@media (min-width: 64em) {
  .c-product-feature__tick {
    margin-right: 40px;
  }
}

.c-single-product-gallery__slider:after {
  content: "flickity";
  display: none; /* hide :after */
}
.c-single-product-gallery__slider--hidden {
  display: none;
}
.c-single-product-gallery .flickity-button {
  display: inline-block;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-position: center;
}
.c-single-product-gallery .flickity-button svg {
  display: none;
}
.c-single-product-gallery .flickity-button.previous {
  background-image: url("../images/arrow-right.svg");
  transform: scale(-1) translateY(50%);
  left: 24px;
  top: calc(50% + 1px);
}
@media (min-width: 64em) {
  .c-single-product-gallery .flickity-button.previous {
    left: 64px;
  }
}
.c-single-product-gallery .flickity-button.next {
  background-image: url("../images/arrow-right.svg");
  right: 24px;
}
@media (min-width: 64em) {
  .c-single-product-gallery .flickity-button.next {
    right: 64px;
  }
}
.c-single-product-gallery__gallery-image {
  width: 100%;
}
@media (min-width: 71.875em) {
  .c-single-product-gallery__gallery-image {
    background-color: #f9f9f9;
  }
}
.c-single-product-gallery__gallery-image-inner {
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 64em) {
  .c-single-product-gallery__gallery-image-inner {
    max-width: 286px;
  }
}
@media (min-width: 71.875em) {
  .c-single-product-gallery__gallery-image-inner {
    max-width: none;
    padding: 80px;
    background-color: white;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.c-single-product-gallery__gallery-image-inner img {
  display: block;
  margin: auto;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}
.c-single-product-gallery__gallery-image-inner .c-image,
.c-single-product-gallery__gallery-image-inner .c-lazy-wrapper {
  width: 100%;
  margin: 0 auto;
}
.c-single-product-gallery__gallery-image-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 24px;
}
.c-single-product-gallery__caption {
  color: #828282;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  padding-top: 16px;
}
@media (min-width: 64em) {
  .c-single-product-gallery__caption {
    position: absolute;
    bottom: 16px;
    padding-top: 0;
    left: 64px;
    right: 16px;
  }
}

.c-product-grid {
  margin-top: 35px;
  margin-bottom: 45px;
}
.c-product-grid__block-title {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
}
.c-product-grid__columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 46.25em) {
  .c-product-grid__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (min-width: 64em) {
  .c-product-grid__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
  }
}
.c-product-grid__column {
  display: flex;
  width: 100%;
}
.c-product-grid .c-product-tile {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 8px;
}
.c-product-grid .c-product-tile__details {
  padding: 24px 24px 16px 24px;
  margin: 0;
}
@media (min-width: 64em) {
  .c-product-grid--margin-large {
    margin-top: 100px;
  }
}
.c-product-grid--no-margin .c-product-grid__columns {
  padding: 0;
}

.c-product-specs {
  border-top: 1px solid #ececec;
  padding: 40px 0;
}
@media (min-width: 64em) {
  .c-product-specs {
    padding: 80px 0;
  }
}
.c-product-specs h2 {
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .c-product-specs h2 {
    margin-bottom: 80px;
  }
}
.c-product-specs__table-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.c-product-specs__table {
  overflow-y: auto;
  width: 100%;
}
.c-product-specs__table-inner {
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.c-product-specs__table-inner > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  text-align: left;
  margin-bottom: 0;
  min-width: 500px;
}
.c-product-specs__table-inner > table thead tr th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-product-specs__table-inner > table thead tr th:first-child {
  border-left: 1px solid #000;
  border-top-left-radius: 12px;
}
.c-product-specs__table-inner > table thead tr th:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 12px;
}
.c-product-specs__table-inner > table td,
.c-product-specs__table-inner > table th {
  padding: 14px 12px;
  font-weight: bold;
  min-width: 80px;
}
.c-product-specs__table-inner > table td:first-child,
.c-product-specs__table-inner > table th:first-child {
  padding-left: 28px;
  border-left: 1px solid #000;
}
.c-product-specs__table-inner > table td:last-child {
  border-right: 1px solid #000;
}
.c-product-specs__table-inner > table tr:last-child td {
  border-bottom: 1px solid #000;
}
.c-product-specs__table-inner > table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.c-product-specs__table-inner > table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.c-product-specs__table-inner > table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.c-product-stats {
  border-radius: 40px;
  border: 1px solid #000;
  overflow: hidden;
  user-select: none;
  display: flex;
  font-size: 14px;
}
@media (min-width: 46.25em) {
  .c-product-stats {
    font-size: 16px;
  }
}
.c-product-stats__left {
  background-color: #000;
  color: white;
  padding: 11px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .c-product-stats__left {
    padding: 9px 30px;
  }
}
.c-product-stats__right {
  padding: 11px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
@media (min-width: 64em) {
  .c-product-stats__right {
    padding: 9px 20px;
  }
}
.c-product-stats.left .c-product-stats__right {
  flex-grow: 1;
}
.c-product-stats.right .c-product-stats__left {
  flex-grow: 1;
}

.c-product-tile {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-product-tile__upper {
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-product-tile__upper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 16px;
}
.c-product-tile__upper-row span.wishlist svg path,
.c-product-tile__upper-row span.wishlist svg circle {
  stroke: #000;
}
.c-product-tile .c-tag-list-item {
  margin-bottom: 0;
}
.c-product-tile .c-tag-list-item:last-child {
  margin-right: 0;
}
.c-product-tile__thumbnail {
  display: block;
  padding: 0 32px;
  position: relative;
}
.c-product-tile__thumbnail:before {
  display: block;
  content: "";
  padding-bottom: 113.6507936508%;
}
.c-product-tile__thumbnail img {
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  top: 0;
  bottom: 0;
}
.c-product-tile__thumbnail:hover .c-product-tile__hover-thumbnail {
  opacity: 1;
}
.c-product-tile__thumbnail-caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #828282;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-product-tile__details {
  margin-bottom: 15px;
  flex-grow: 1;
}
.c-product-tile__title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-product-tile__title {
    font-size: 18px;
  }
}
.c-product-tile__title a {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  border-bottom: 2px solid transparent;
}
.c-product-tile .price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin: 8px 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
@media (min-width: 64em) {
  .c-product-tile .price {
    font-size: 16px;
  }
}
.c-product-tile__brand {
  width: 140px;
  height: 40px;
}
.c-product-tile__brand .c-lazy-wrapper {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
  background-color: transparent;
}
.c-product-tile__brand img {
  object-fit: contain;
  object-position: center;
  height: 40px;
  width: 100%;
}
.c-product-tile:hover .c-product-tile__title a, .c-product-tile:active .c-product-tile__title a, .c-product-tile:focus .c-product-tile__title a {
  border-bottom: 2px solid #000;
}
.c-product-tile:hover .price, .c-product-tile:active .price, .c-product-tile:focus .price {
  color: #000;
}
.c-product-tile__stock {
  font-size: 11px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: #90caa9;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  align-self: center;
}
.c-product-tile__stock--outofstock {
  background-color: #fe9e80;
}
.c-product-tile__stock--onbackorder {
  background-color: #fed280;
}

.c-product-page {
  background-color: #f9f9f9;
}
@media (min-width: 71.875em) {
  .c-product-page .c-site-header-wrapper {
    min-height: 0;
  }
}

.c-product-specs + hr {
  border: 1px solid #ececec;
  margin: 0;
}

.ppc-button-wrapper {
  margin-top: 16px;
}

.c-single-product {
  background-color: #f9f9f9;
}
@media (min-width: 64em) {
  .c-single-product {
    border-bottom: 1px solid #ececec;
  }
}
.c-single-product .c-wishlist-add-trigger {
  float: right;
}
.c-single-product .c-wishlist-add-trigger svg {
  width: 20px;
  height: 20px;
}
.c-single-product .c-wishlist-add-trigger span.wishlist svg path,
.c-single-product .c-wishlist-add-trigger span.wishlist svg circle {
  stroke: #000;
}
.c-single-product__header {
  position: relative;
}
@media (min-width: 71.875em) {
  .c-single-product__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 61.25em) {
  body.admin-bar .c-single-product__header {
    min-height: calc(100vh - 80px);
  }
}
.c-single-product__content-wrapper {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .c-single-product__content-wrapper {
    padding: 50px 0;
    padding-top: 80px;
    width: 50%;
  }
}
@media (min-width: 1200px) and (min-height: 600px) {
  .c-single-product__content-wrapper {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    right: 0;
    padding-top: 80px;
    min-height: calc(100vh - 80px);
  }
}
.c-single-product__content {
  margin: auto;
  width: 100%;
  padding: 0 25px;
}
.c-single-product__content .screen-reader-text {
  display: none;
}
@media (min-width: 64em) {
  .c-single-product__content {
    max-width: calc(426px + 64px);
  }
}
.c-single-product__content .cart {
  display: flex;
  justify-content: flex-start;
}
.c-single-product__content .cart select {
  flex: 1;
}
.c-single-product__content .cart .c-button, .c-single-product__content .cart .woocommerce .button.alt, .woocommerce .c-single-product__content .cart .button.alt, .c-single-product__content .cart .woocommerce-Button,
.c-single-product__content .cart .woocommerce-button,
.c-single-product__content .cart .woocommerce a.button,
.woocommerce .c-single-product__content .cart a.button,
.c-single-product__content .cart .woocommerce button.button,
.woocommerce .c-single-product__content .cart button.button, .c-single-product__content .cart input[type=submit],
.c-single-product__content .cart input[type=button],
.c-single-product__content .cart input[type=reset], .c-single-product__content .cart .gform_button {
  margin-left: 24px;
  flex: 3;
}
.c-single-product__content h1 {
  line-height: 1.1428571429;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.c-single-product__content h1 {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .c-single-product__content h1 {
    font-size: calc(25px + 10 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-single-product__content h1 {
    font-size: 35px;
  }
}
.c-single-product__content .o-type--wysiwyg {
  margin-top: 40px;
}
.c-single-product__content .o-type--wysiwyg p {
  font-size: 15px;
}
.c-single-product__content .o-type--wysiwyg ul {
  margin-left: 20px;
  font-size: 15px;
  margin-bottom: 16px;
}
.c-single-product .c-tag-list {
  margin-bottom: 32px;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 64em) {
  .c-single-product .c-tag-list {
    position: static;
  }
}
.c-single-product__gallery {
  padding: 30px 15px;
  text-align: center;
  background-color: white;
}
@media (min-width: 71.875em) {
  .c-single-product__gallery {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
}
.c-single-product .stock {
  display: none;
}
.c-single-product .meta {
  display: flex;
  align-items: center;
  font-size: 26px;
}
.c-single-product .o-type--wysiwyg {
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-single-product .o-type--wysiwyg {
    margin-bottom: 64px;
  }
}
.c-single-product .price {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.c-single-product .price .c-product-tile__stock {
  align-self: center;
}
.c-single-product .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
.c-single-product .woocommerce-product-details__short-description .c-link, .c-single-product .woocommerce-product-details__short-description .woocommerce-Address a.edit, .woocommerce-Address .c-single-product .woocommerce-product-details__short-description a.edit {
  font-size: 16px;
}
.c-single-product .variations {
  width: 100%;
}
.c-single-product .variations .reset_variations {
  display: none !important;
}
.c-single-product .variations .variation-label {
  display: none;
  color: #bebdbd;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.c-single-product .variations_form table {
  margin-bottom: 0;
}
.c-single-product .c-variations-block {
  display: flex;
}
.c-single-product .c-variations-block select.quantity {
  max-width: 95px;
  margin-left: 16px;
}
.c-single-product .cart select,
.c-single-product .c-variations-block select {
  border: 1px solid #000;
  height: 55px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.c-single-product .cart .variations tr td,
.c-single-product .c-variations-block .variations tr td {
  padding-top: 24px;
}
.c-single-product .cart .variations tr:first-child td,
.c-single-product .c-variations-block .variations tr:first-child td {
  padding-top: 0;
}
.c-single-product .single_variation_wrap {
  margin-top: 16px;
}
.c-single-product .single_variation_wrap .woocommerce-variation {
  margin-bottom: 16px;
}
.c-single-product .single_variation_wrap .stock {
  display: inline-block;
  margin-top: 16px;
  vertical-align: middle;
  background: #f78967;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 12px;
  margin-bottom: 0;
}
.c-single-product__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.c-single-product__buttons .c-button, .c-single-product__buttons .woocommerce .button.alt, .woocommerce .c-single-product__buttons .button.alt, .c-single-product__buttons .woocommerce-Button,
.c-single-product__buttons .woocommerce-button,
.c-single-product__buttons .woocommerce a.button,
.woocommerce .c-single-product__buttons a.button,
.c-single-product__buttons .woocommerce button.button,
.woocommerce .c-single-product__buttons button.button, .c-single-product__buttons input[type=submit],
.c-single-product__buttons input[type=button],
.c-single-product__buttons input[type=reset], .c-single-product__buttons .gform_button {
  width: calc(50% - 8px);
}
@media (max-width: 63.99em) {
  .c-single-product__buttons .c-button, .c-single-product__buttons .woocommerce .button.alt, .woocommerce .c-single-product__buttons .button.alt, .c-single-product__buttons .woocommerce-Button,
  .c-single-product__buttons .woocommerce-button,
  .c-single-product__buttons .woocommerce a.button,
  .woocommerce .c-single-product__buttons a.button,
  .c-single-product__buttons .woocommerce button.button,
  .woocommerce .c-single-product__buttons button.button, .c-single-product__buttons input[type=submit],
  .c-single-product__buttons input[type=button],
  .c-single-product__buttons input[type=reset], .c-single-product__buttons .gform_button {
    padding-left: 12px;
    padding-right: 12px;
    width: calc(50% - 4px);
  }
}
.c-single-product__footnotes {
  margin-top: 24px;
}
@media (max-width: 63.99em) {
  .c-single-product__footnotes {
    font-size: 14px;
  }
}
@media (min-width: 64em) {
  .c-single-product__footnotes {
    margin-top: 32px;
  }
}
.c-single-product__footnotes .c-link, .c-single-product__footnotes .woocommerce-Address a.edit, .woocommerce-Address .c-single-product__footnotes a.edit {
  margin-top: 8px;
}
.c-single-product #zip-tagline .text {
  font-size: 12px !important;
}
.c-single-product .zip-widget__wrapper {
  padding: 0 !important;
}
.c-single-product .zip-widget__wrapper .zip-container span {
  font-size: 12px !important;
}

body button.c-clear-search-field {
  position: absolute;
  width: 17px;
  cursor: pointer;
  background-color: transparent !important;
  border: 0px;
  height: 17px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  outline: none !important;
  cursor: pointer;
  font-size: 0px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
body button.c-clear-search-field:before, body button.c-clear-search-field:after {
  position: absolute;
  left: 6px;
  top: 0px;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: white;
}
body button.c-clear-search-field:before {
  transform: rotate(45deg);
}
body button.c-clear-search-field:after {
  transform: rotate(-45deg);
}
body button.c-clear-search-field.c-clear-search-field--hide {
  visibility: hidden;
  opacity: 0;
}

.c-filter-label {
  display: none;
  vertical-align: middle;
  color: #000;
  font-weight: 400;
  margin-right: 16px;
}
@media (min-width: 64em) {
  .c-filter-label {
    display: inline-block;
  }
}

.c-filter-dropdown {
  position: relative;
  z-index: 51;
  text-align: left;
  width: 100%;
}
@media (min-width: 64em) {
  .c-filter-dropdown {
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;
  }
}
.c-filter-dropdown select {
  display: none;
}
.c-filter-dropdown__header {
  color: #000;
  font-size: 14px;
  padding: 19px 24px;
  padding-bottom: 16px;
  padding-right: 35px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  user-select: none;
}
@media (min-width: 64em) {
  .c-filter-dropdown__header {
    cursor: pointer;
    font-size: 16px;
    background-color: transparent;
    color: #000;
    padding: 11px 15px;
    padding-right: 40px;
    border: 1px solid #000;
    border-radius: 6px;
  }
}
@media (min-width: 64em) {
  .c-filter-dropdown__header:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icon-arrow-down.svg");
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  }
}
.c-filter-dropdown__options {
  background-color: white;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
@media (max-width: 63.99em) {
  .c-filter-dropdown__options {
    height: auto !important;
  }
}
@media (min-width: 64em) {
  .c-filter-dropdown__options {
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.0784313725);
    border: 1px solid #000;
    border-radius: 8px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 368px;
    overflow: auto;
  }
}
.c-filter-dropdown__option {
  position: relative;
  font-size: 14px;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  user-select: none;
}
@media (min-width: 64em) {
  .c-filter-dropdown__option {
    padding: 8px 8px;
  }
}
.c-filter-dropdown__option input {
  position: absolute;
  width: 29px;
  opacity: 0;
  height: 29px;
}
.c-filter-dropdown__option label {
  position: relative;
  font-size: 14px;
  line-height: 29px;
  padding-left: 15px;
  text-align: left;
  display: block;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-filter-dropdown__option label:focus {
  outline: 1px solid #000;
}
.c-filter-dropdown__option label:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  border: 1px solid #000;
  margin-left: -15px;
  margin-right: 6px;
  top: -1px;
}
.c-filter-dropdown__option label:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transform: rotate(-45deg);
  top: 12px;
  left: 5px;
  height: 6px;
  width: 10px;
}
.c-filter-dropdown__option input:focus + label:before {
  border: 1px solid #000;
}
.c-filter-dropdown__option input:checked + label:after {
  opacity: 1;
  transform: rotate(-45deg);
}
.c-filter-dropdown--opened .c-filter-dropdown__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-filter-dropdown--opened .c-filter-dropdown__options {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 64em) {
  .c-filter-dropdown--active:not(.c-filter-dropdown--icon-sort) .c-filter-dropdown__header:after {
    background-image: url("../images/tick-icon.svg");
  }
}
@media (min-width: 64em) {
  .c-filter-dropdown--size-small {
    max-width: 160px;
  }
}
@media (min-width: 64em) {
  .c-filter-dropdown--size-large {
    max-width: 220px;
  }
}

.c-filter-toggle {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media (max-width: 63.99em) {
  .c-filter-toggle {
    margin-top: 32px;
  }
}
@media (min-width: 46.25em) {
  .c-filter-toggle {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: 0;
  }
}
.c-filter-toggle__label {
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (min-width: 46.25em) {
  .c-filter-toggle__label {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
    margin-right: 16px;
  }
}
.c-filter-toggle__options {
  display: flex;
}
.c-filter-toggle__option {
  font-size: 14px;
  color: #000;
  cursor: pointer;
  padding: 2px 16px;
  border-radius: 25px;
  background-color: transparent;
  margin-right: 8px;
  user-select: none;
  font-weight: 400;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  border: 1px solid #242424;
}
.c-filter-toggle__option:last-child {
  margin-right: 0;
}
.c-filter-toggle__option label {
  cursor: pointer;
}
.c-filter-toggle__option svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.c-filter-toggle__option.active, .c-filter-toggle__option:hover {
  background: #000;
  color: white;
}
.c-filter-toggle__option.active label, .c-filter-toggle__option:hover label {
  color: white;
}
@media (max-width: 63.99em) {
  .c-filter-toggle--list-mobile {
    padding: 0;
    margin: 0;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__label {
    display: none;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__options {
    display: block;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option {
    display: block;
    border: 0;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid #e5e5e5;
    user-select: none;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option:last-child {
    border-bottom: 0;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option input {
    position: absolute;
    width: 29px;
    opacity: 0;
    height: 29px;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option label {
    position: relative;
    font-size: 14px;
    line-height: 29px;
    padding-left: 15px;
    text-align: left;
    display: block;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option label:focus {
    outline: 1px solid #000;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option label:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    border: 1px solid #000;
    margin-left: -15px;
    margin-right: 6px;
    top: -1px;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option label:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    opacity: 0;
    transform: rotate(-45deg);
    top: 12px;
    left: 5px;
    height: 6px;
    width: 10px;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option input:focus + label:before {
    border: 1px solid #000;
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option.active label:after {
    opacity: 1;
    transform: rotate(-45deg);
  }
  .c-filter-toggle--list-mobile .c-filter-toggle__option.active, .c-filter-toggle--list-mobile .c-filter-toggle__option:hover {
    background-color: transparent;
  }
}

@media (min-width: 46.25em) {
  .c-search-form {
    display: flex;
  }
}
.c-search-form__input {
  position: relative;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 6px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .c-search-form__input {
    margin-right: 16px;
  }
}
.c-search-form__input:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\e801";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  font-size: 20px;
  margin-left: 24px;
  margin-right: 16px;
  color: white;
}
.c-search-form__input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 55px;
  border: 0px !important;
  color: white;
  padding-left: 0px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-right: 60px;
  background-color: transparent;
  text-overflow: ellipsis;
}
.c-search-form__input input::-webkit-input-placeholder { /* Edge */
  opacity: 1;
  color: white;
}
.c-search-form__input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1;
  color: white;
}
.c-search-form__input input::placeholder {
  opacity: 1;
  color: white;
}
.c-search-form__clear {
  position: absolute;
  width: 17px;
  cursor: pointer;
  background-color: transparent !important;
  border: 0px;
  height: 17px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  outline: none !important;
  cursor: pointer;
}
.c-search-form .c-button, .c-search-form .woocommerce .button.alt, .woocommerce .c-search-form .button.alt, .c-search-form .woocommerce-Button,
.c-search-form .woocommerce-button,
.c-search-form .woocommerce a.button,
.woocommerce .c-search-form a.button,
.c-search-form .woocommerce button.button,
.woocommerce .c-search-form button.button, .c-search-form input[type=submit],
.c-search-form input[type=button],
.c-search-form input[type=reset], .c-search-form .gform_button {
  font-size: 16px;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 46.25em) {
  .c-search-form .c-button, .c-search-form .woocommerce .button.alt, .woocommerce .c-search-form .button.alt, .c-search-form .woocommerce-Button,
  .c-search-form .woocommerce-button,
  .c-search-form .woocommerce a.button,
  .woocommerce .c-search-form a.button,
  .c-search-form .woocommerce button.button,
  .woocommerce .c-search-form button.button, .c-search-form input[type=submit],
  .c-search-form input[type=button],
  .c-search-form input[type=reset], .c-search-form .gform_button {
    width: auto;
    margin-top: 0px;
  }
}
.c-search-form--size-large .c-button, .c-search-form--size-large .woocommerce .button.alt, .woocommerce .c-search-form--size-large .button.alt, .c-search-form--size-large .woocommerce-Button,
.c-search-form--size-large .woocommerce-button,
.c-search-form--size-large .woocommerce a.button,
.woocommerce .c-search-form--size-large a.button,
.c-search-form--size-large .woocommerce button.button,
.woocommerce .c-search-form--size-large button.button, .c-search-form--size-large input[type=submit],
.c-search-form--size-large input[type=button],
.c-search-form--size-large input[type=reset], .c-search-form--size-large .gform_button {
  min-width: 215px;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  font-size: 16px;
}
@media (min-width: 64em) {
  .c-search-form--size-large .c-button, .c-search-form--size-large .woocommerce .button.alt, .woocommerce .c-search-form--size-large .button.alt, .c-search-form--size-large .woocommerce-Button,
  .c-search-form--size-large .woocommerce-button,
  .c-search-form--size-large .woocommerce a.button,
  .woocommerce .c-search-form--size-large a.button,
  .c-search-form--size-large .woocommerce button.button,
  .woocommerce .c-search-form--size-large button.button, .c-search-form--size-large input[type=submit],
  .c-search-form--size-large input[type=button],
  .c-search-form--size-large input[type=reset], .c-search-form--size-large .gform_button {
    font-size: 18px;
    padding-top: 1.19rem;
    padding-bottom: 1.19rem;
  }
}
@media (min-width: 64em) {
  .c-search-form--size-large .c-search-form__input:before {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 0px;
  }
}
.c-search-form--size-large .c-search-form__input input {
  height: 60px;
  line-height: 60px;
}
@media (min-width: 64em) {
  .c-search-form--size-large .c-search-form__input input {
    font-size: 20px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.c-search-header {
  margin-bottom: 32px;
}
@media (min-width: 46.25em) {
  .c-search-header {
    margin-bottom: 48px;
  }
}
@media (min-width: 64em) {
  .c-search-header--sidebar {
    display: block;
  }
}
.c-search-header--sidebar .c-search-header__columns,
.c-search-header--sidebar .c-filter-toggle {
  display: block;
}
.c-search-header--sidebar .c-search-header__inner {
  padding: 0;
}
.c-search-header--sidebar .c-filter-toggle {
  margin-bottom: 32px;
}
.c-search-header--sidebar .c-filter-toggle__label {
  font-weight: 700;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
@media (min-width: 64em) {
  .c-search-header--sidebar .c-filter-toggle__label {
    padding: 0 0 16px 0;
  }
}
.c-search-header--sidebar .c-filter-toggle__options {
  display: block;
}
.c-search-header--sidebar .c-filter-toggle__option {
  display: block;
  border: 0;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  user-select: none;
}
@media (min-width: 64em) {
  .c-search-header--sidebar .c-filter-toggle__option {
    padding: 8px 0;
  }
}
.c-search-header--sidebar .c-filter-toggle__option:last-child {
  border-bottom: 0;
}
.c-search-header--sidebar .c-filter-toggle__option input {
  position: absolute;
  width: 29px;
  opacity: 0;
  height: 29px;
}
.c-search-header--sidebar .c-filter-toggle__option label {
  position: relative;
  font-size: 14px;
  line-height: 29px;
  padding-left: 15px;
  text-align: left;
  display: block;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-search-header--sidebar .c-filter-toggle__option label:focus {
  outline: 1px solid #000;
}
.c-search-header--sidebar .c-filter-toggle__option label:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  border: 1px solid #000;
  margin-left: -15px;
  margin-right: 6px;
  top: -1px;
}
.c-search-header--sidebar .c-filter-toggle__option label:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transform: rotate(-45deg);
  top: 12px;
  left: 5px;
  height: 6px;
  width: 10px;
}
.c-search-header--sidebar .c-filter-toggle__option input:focus + label:before {
  border: 1px solid #000;
}
.c-search-header--sidebar .c-filter-toggle__option.active label:after {
  opacity: 1;
  transform: rotate(-45deg);
}
.c-search-header--sidebar .c-filter-toggle__option.active, .c-search-header--sidebar .c-filter-toggle__option:hover {
  background-color: transparent;
}
.c-search-header__click-catcher {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  visibility: hidden;
  display: none;
}
@media (min-width: 64em) {
  .c-search-header__click-catcher {
    display: block;
  }
}
.c-search-header__click-catcher.show {
  visibility: visible;
}
.c-search-header__search-wrapper {
  position: relative;
  width: 100%;
}
.c-search-header__mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6000;
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  background-color: #f9f9f9;
}
@media (min-width: 64em) {
  .c-search-header__mobile-header {
    display: none;
  }
}
.c-search-header__mobile-title {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.c-search-header__mobile-title .icon-filter {
  position: relative;
  top: -1px;
}
.c-search-header__mobile-close {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
}
.c-search-header__mobile-close:hover {
  opacity: 1;
}
.c-search-header__mobile-close:before, .c-search-header__mobile-close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #000;
}
.c-search-header__mobile-close:before {
  transform: rotate(45deg);
}
.c-search-header__mobile-close:after {
  transform: rotate(-45deg);
}
@media (max-width: 63.99em) {
  .c-search-header__mobile-panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 5000;
    background-color: white;
    overflow-x: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    padding-top: 52px;
  }
  .c-search-header__mobile-panel.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 64em) {
  .c-search-header__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .c-search-header__column {
    white-space: nowrap;
    flex-grow: 1;
  }
}
@media (min-width: 64em) {
  .c-search-header__column .c-filter-dropdown {
    margin-right: 16px;
  }
  .c-search-header__column .c-filter-dropdown:last-child {
    margin-right: 0;
  }
}
@media (min-width: 46.25em) {
  .c-search-header__column--right {
    text-align: right;
  }
}
.c-search-header__result-count {
  font-size: 16px;
  font-weight: 400;
  min-width: 1px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 64em) {
  .c-search-header__result-count {
    display: inline-block;
    text-align: right;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.c-search-header__result-count p {
  margin-bottom: 0;
}
.c-search-header__submit-filters {
  padding: 24px;
}
@media (min-width: 64em) {
  .c-search-header__submit-filters {
    display: none;
  }
}
.c-search-header__filter-button {
  background-color: #000;
  border: 1px solid #000;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-weight: 500;
  padding: 15px 20px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-search-header__filter-button:hover, .c-search-header__filter-button:focus, .c-search-header__filter-button:active {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.c-search-header__filter-button:hover i, .c-search-header__filter-button:focus i, .c-search-header__filter-button:active i {
  color: white;
}
.c-search-header__filter-button i {
  position: relative;
  top: -1px;
  font-size: 14px;
  margin-right: 4px;
}
@media (min-width: 64em) {
  .c-search-header__filter-button {
    display: none;
  }
}
.c-search-header__search-field {
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 64em) {
  .c-search-header__search-field {
    position: absolute;
    width: 455px;
    right: 0;
    top: -188px;
  }
}
.c-search-header__search-field button {
  position: absolute;
  border-radius: 6px;
  width: 65px;
  height: 60px;
  border: 0;
  background-color: white;
  outline: none;
  cursor: pointer;
  font-size: 1.3rem;
}
.c-search-header__search-field input {
  background: #fff;
  border-radius: 6px;
  border: 0 !important;
  font-weight: 500;
  padding-top: 23px;
  padding-bottom: 19px;
  padding-left: 65px;
  padding-right: 48px;
}

.c-search-page .c-search-form {
  margin-bottom: 16px;
}
@media (min-width: 46.25em) {
  .c-search-page .c-search-form {
    margin-bottom: 32px;
  }
}
.c-search-page__banner {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 32px 0;
}
@media (min-width: 46.25em) {
  .c-search-page__banner {
    padding: 80px 0;
  }
}
@media (min-width: 46.25em) {
  .c-search-page__banner {
    background-image: url("../images/stardust-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 64em) {
  .c-search-page__banner {
    padding-top: 120px !important;
  }
}
.c-search-page__banner .o-wrapper, .c-search-page__banner .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-search-page__banner .c-shop-search__wrapper, .c-search-page__banner .c-search-header__inner {
  max-width: 875px;
}
.c-search-page__banner h1 {
  color: white;
  text-align: center;
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 1.25;
}
.c-search-page__banner h1 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-search-page__banner h1 {
    font-size: calc(30px + 10 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-search-page__banner h1 {
    font-size: 40px;
  }
}
.c-search-page__lower {
  padding: 32px 0;
  background-color: #f9f9f9;
}
@media (min-width: 46.25em) {
  .c-search-page__lower {
    padding: 80px 0;
  }
}
.c-search-page__section {
  margin-bottom: 80px;
}
.c-search-page__section--product {
  margin-bottom: 0px;
}
.c-search-page__section:last-child {
  margin-bottom: 0px;
}
.c-search-page__section-title {
  line-height: 1.25;
}
.c-search-page__section-title {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .c-search-page__section-title {
    font-size: calc(30px + 10 * (100vw - 375px) / 1011);
  }
}
@media screen and (min-width: 1386px) {
  .c-search-page__section-title {
    font-size: 40px;
  }
}
.c-search-page .c-search-header {
  margin-bottom: 48px;
}
.c-search-page .c-search-header__inner {
  padding: 0px;
}
.c-search-page__dropdown-column {
  flex-grow: 1;
}
.c-search-page__count-column {
  font-size: 16px;
  margin-bottom: 24px;
}
@media (min-width: 46.25em) {
  .c-search-page__count-column {
    text-align: right;
    margin-bottom: 0px;
  }
}

.c-search-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 6000;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-search-popup.show {
  opacity: 1;
  visibility: visible;
}
.c-search-popup__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  background-color: rgba(2, 2, 2, 0.4);
}
.c-search-popup__dialog {
  position: relative;
  z-index: 5;
  background-color: #000;
  padding: 80px 0px;
  color: white;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
@media (min-width: 64em) {
  .c-search-popup__dialog {
    padding: 120px 0px;
  }
}
.c-search-popup__dialog-inner {
  max-width: calc(846px + 48px);
  margin: auto;
  padding: 0px 24px;
}
@media (min-width: 46.25em) {
  .c-search-popup__dialog-inner {
    padding: 0px 48px;
    max-width: calc(846px + 96px);
  }
}
.c-search-popup__close-wrapper {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.c-search-popup__close-wrapper:before {
  display: inline-block;
  vertical-align: middle;
  content: "Close";
  font-size: 16px;
  margin-right: 8px;
}
.c-search-popup__close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -5px;
  width: 23px;
  cursor: pointer;
  height: 23px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  font-size: 0px;
  color: white;
}
.c-search-popup__close:before, .c-search-popup__close:after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  top: 0px;
  width: 2px;
  background-color: white;
}
.c-search-popup__close:before {
  transform: rotate(45deg);
}
.c-search-popup__close:after {
  transform: rotate(-45deg);
}
.c-search-popup .c-featured-topics {
  border: 0px;
  padding-bottom: 0px;
  padding-top: 40px;
}
@media (min-width: 46.25em) {
  .c-search-popup .c-featured-topics {
    padding-top: 64px;
  }
}
.c-search-popup .c-featured-topics h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0px;
}
@media (max-width: 46.24em) {
  .c-search-popup .c-featured-topics h4 {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.c-search-popup .c-featured-topics .o-wrapper, .c-search-popup .c-featured-topics .c-shop-search--style-search .c-shop-search__wrapper, .c-shop-search--style-search .c-search-popup .c-featured-topics .c-shop-search__wrapper, .c-search-popup .c-featured-topics .c-search-header__inner {
  max-width: 100%;
  padding: 0px !important;
}
@media (min-width: 64em) {
  .c-search-popup .c-featured-topics__list {
    max-width: 437px;
    margin-left: auto;
  }
}
.c-search-popup .c-featured-topics__list a {
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px solid #FFF;
  border-radius: 25px;
  font-size: 14px;
  padding: 4px 16px;
}

.woocommerce a.remove {
  line-height: 0.85;
  font-size: 1;
}

.woocommerce-cart-form table.cart td.product-remove {
  width: 50px;
}
.woocommerce-cart-form table.cart td.product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form table.cart td.actions .input-text {
  width: 150px;
  background-color: white;
}
@media (max-width: 46.24em) {
  .woocommerce-cart-form table.cart .coupon {
    display: flex;
    justify-content: space-between;
  }
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 24px;
}

#order_review #payment #place_order {
  width: auto;
  float: right;
}
@media (min-width: 64em) {
  #order_review #wc-stripe-cc-form {
    max-width: 50%;
  }
}

.woocommerce-Button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  text-decoration: none !important;
}
.woocommerce-Button:active, .woocommerce-Button:focus, .woocommerce-Button:hover,
.woocommerce-button:active,
.woocommerce-button:focus,
.woocommerce-button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover {
  color: #000;
  background-color: white;
  border: 1px solid #000;
}
.woocommerce-Button:disabled,
.woocommerce-button:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce a.button.alt:disabled {
  background-color: white !important;
}

.woocommerce .button.alt {
  text-decoration: none !important;
}

.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
  margin-bottom: 48px;
}
.woocommerce-NoticeGroup:empty,
.woocommerce-notices-wrapper:empty {
  margin-bottom: 0px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  list-style: none;
  max-width: 800px;
  margin: auto !important;
  background-color: #b70000;
  color: white;
  padding: 17px 55px;
}
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: white;
  text-decoration: underline;
}
.woocommerce-info + .woocommerce-info,
.woocommerce-info + .woocommerce-message,
.woocommerce-info + .woocommerce-error,
.woocommerce-message + .woocommerce-info,
.woocommerce-message + .woocommerce-message,
.woocommerce-message + .woocommerce-error,
.woocommerce-error + .woocommerce-info,
.woocommerce-error + .woocommerce-message,
.woocommerce-error + .woocommerce-error {
  margin-top: 16px !important;
}

.woocommerce-info,
.woocommerce-message {
  background-color: #1a1a1a;
  color: white;
}

.woocommerce-error {
  border-top-color: #b70000;
}
.woocommerce-error:before {
  color: white;
}

.cart-empty {
  margin-bottom: 24px !important;
}
.cart-empty + .return-to-shop {
  text-align: center;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 30px;
}

@media (min-width: 64em) {
  .woocommerce .col2-set {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce .col2-set:after, .woocommerce .col2-set:before {
  display: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: calc(50% - 12px) !important;
  }
}
.woocommerce .input-text, .woocommerce select {
  background-color: transparent;
  padding: 1.25rem 16px;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Roboto Mono", monospace;
  border: 0px;
  background: #F9F9F9;
  border-radius: 8px;
  background-color: #F9F9F9 !important;
}
.woocommerce .input-text:focus, .woocommerce select:focus {
  outline: none;
}
.woocommerce select {
  background: #F9F9F9 url("../images/icon-arrow-down.svg") no-repeat right 1rem center;
  background-size: 1rem;
}
.woocommerce textarea {
  height: auto !important;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 250px;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0px;
}
.woocommerce-MyAccount-navigation li {
  font-weight: 700;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 5px 0px;
}

@media (min-width: 64em) {
  .woocommerce-MyAccount-content {
    float: left;
    width: calc(100% - 250px);
  }
}

.woocommerce-Address a.edit {
  margin-bottom: 16px;
  margin-top: -24px;
}

@media (min-width: 64em) {
  .c-shop-archive .c-filter-dropdown {
    max-width: 200px;
  }
}
.c-shop-archive__loader {
  display: none;
  visibility: hidden;
  opacity: 0;
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  height: 200px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.c-shop-archive__loader.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 63.99em) {
  .c-shop-archive .c-product-grid {
    margin-top: 0px;
  }
  .c-shop-archive .c-product-grid__column:first-child .c-product-tile {
    margin-top: 0px;
  }
}

.c-shop-block {
  padding: 40px 0;
  background-color: #f9f9f9;
}
@media (min-width: 64em) {
  .c-shop-block {
    padding: 80px 0;
  }
}
.c-shop-block--white {
  background-color: white;
}
.c-shop-block--search .c-product-grid__columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
@media (min-width: 64em) {
  .c-shop-block--search .c-product-grid__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.c-shop-block--search .c-product-grid__column {
  width: 100%;
  margin: 0;
}
.c-shop-block--search .c-product-grid .c-product-tile {
  margin-top: 0;
}
.c-shop-block--search .c-search-header:not(.c-search-header--sidebar) .c-archive-filter[data-name=wheel_type] {
  display: none;
}
.c-shop-block--search .c-search-header:not(.c-search-header--sidebar) .c-search-header__inner {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
}

.c-shop-search-panel {
  display: none;
}
.c-shop-search-panel.active {
  display: block;
}
@media (min-width: 64em) {
  .c-shop-search-panel__fields {
    display: flex;
  }
}
.c-shop-search-panel__field {
  flex-grow: 1;
  margin-bottom: 8px;
}
@media (min-width: 64em) {
  .c-shop-search-panel__field {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.c-shop-search-panel__field:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-shop-search-panel__field--input, .c-shop-search-panel__field--select {
    width: 33.3333%;
  }
}
.c-shop-search-panel__field--input input,
.c-shop-search-panel__field--input select, .c-shop-search-panel__field--select input,
.c-shop-search-panel__field--select select {
  padding: 1.175rem 16px;
}
.c-shop-search-panel__field--button {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 160px;
}
.c-shop-search-panel__field--button .c-button, .c-shop-search-panel__field--button input[type=submit],
.c-shop-search-panel__field--button input[type=button],
.c-shop-search-panel__field--button input[type=reset], .c-shop-search-panel__field--button .gform_button, .c-shop-search-panel__field--button .woocommerce-Button,
.c-shop-search-panel__field--button .woocommerce-button,
.c-shop-search-panel__field--button .woocommerce a.button,
.woocommerce .c-shop-search-panel__field--button a.button,
.c-shop-search-panel__field--button .woocommerce button.button,
.woocommerce .c-shop-search-panel__field--button button.button, .c-shop-search-panel__field--button .woocommerce .button.alt, .woocommerce .c-shop-search-panel__field--button .button.alt {
  width: 100%;
  background-color: #fea500;
  color: #000;
}
.c-shop-search-panel__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/loader-white.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}
.c-shop-search-panel__loader.show {
  opacity: 1;
  visibility: visible;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.c-shop-search {
  position: relative;
  z-index: 6;
}
.c-shop-search__panels {
  position: relative;
  margin-top: -1px;
}
.c-shop-search__panel-wrapper {
  position: relative;
  padding: 40px 24px;
  padding-bottom: 24px;
  background: #1a1a1a;
  border-radius: 0px 0px 12px 12px;
}
@media (min-width: 64em) {
  .c-shop-search__panel-wrapper {
    padding: 40px 48px;
  }
}
.c-shop-search .c-link, .c-shop-search .woocommerce-Address a.edit, .woocommerce-Address .c-shop-search a.edit {
  color: white;
}
@media (min-width: 64em) {
  .c-shop-search .c-link, .c-shop-search .woocommerce-Address a.edit, .woocommerce-Address .c-shop-search a.edit {
    margin-bottom: 16px;
    margin-left: 8px;
  }
}
.c-shop-search__footer {
  text-align: center;
}
@media (min-width: 64em) {
  .c-shop-search__footer {
    text-align: left;
  }
}
.c-shop-search__fitment-data {
  margin-left: 0px !important;
  margin-top: 8px;
}
@media (min-width: 64em) {
  .c-shop-search__fitment-data {
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
.c-shop-search__additional-links {
  text-align: center;
  padding-top: 24px;
}
@media (min-width: 64em) {
  .c-shop-search__additional-links {
    padding-top: 0px;
    text-align: left;
  }
}
.c-shop-search__additional-links a {
  white-space: nowrap;
}
.c-shop-search--style-banner {
  border-radius: 12px;
  background: #171717;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
}
@media (min-width: 64em) {
  .c-shop-search--style-banner {
    background-color: transparent;
  }
}
.c-shop-search--style-banner .c-shop-search__panels {
  border-radius: 0px 0px 12px 12px;
}
@media (max-width: 63.99em) {
  .c-shop-search--style-banner .c-shop-search__panels {
    background: #1a1a1a;
  }
}
.c-shop-search--style-search {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/stardust-bg.png");
  background-size: cover;
  padding-bottom: 24px;
}
@media (min-width: 64em) {
  .c-shop-search--style-search {
    margin-top: -64px;
    background: none;
    padding-bottom: 0px;
  }
}
.c-shop-search--style-search .c-shop-search__wrapper {
  width: 100%;
}
@media (min-width: 64em) {
  .c-shop-search--style-search .c-shop-search__panels {
    background: #1a1a1a;
  }
}
.c-shop-search--style-search .c-shop-search__panel-wrapper {
  position: static;
}

.c-shop-search-nav {
  position: relative;
  color: white;
  background-color: #4D4C4C;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 64em) {
  .c-shop-search-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 48px;
  }
}
@media (min-width: 64em) {
  .c-shop-search--style-banner .c-shop-search-nav {
    background: #171717;
    padding-top: 32px;
  }
}
@media (min-width: 64em) {
  .c-shop-search--style-search .c-shop-search-nav {
    border-radius: 0px;
    background-color: transparent;
  }
}
.c-shop-search-nav__header {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 1px;
  user-select: none;
  padding: 16px 24px;
  background: transparent url("../images/icon-arrow-down-white.svg") no-repeat right 32px center;
  background-size: 14px;
}
@media (min-width: 64em) {
  .c-shop-search-nav__header {
    display: none;
  }
}
.c-shop-search-nav ul {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background-color: #4D4C4C;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 5;
}
@media (min-width: 64em) {
  .c-shop-search-nav ul {
    position: static;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    width: 100%;
    height: auto !important;
  }
}
.c-shop-search-nav ul li {
  display: block;
}
@media (min-width: 64em) {
  .c-shop-search-nav ul li {
    display: inline-block;
    vertical-align: middle;
  }
}
.c-shop-search-nav ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 24px;
  user-select: none;
  color: white;
}
@media (min-width: 64em) {
  .c-shop-search-nav ul li a {
    display: inline-block;
    padding: 18px 24px;
    color: #828282;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    user-select: none;
  }
}
.c-shop-search-nav ul li:hover a, .c-shop-search-nav ul li.active a {
  background: #1a1a1a;
  color: white;
}
.c-shop-search-nav__additional-links a {
  white-space: nowrap;
}
.c-shop-search-nav.is-active ul {
  opacity: 1;
  visibility: visible;
}