.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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 */
  -webkit-text-decoration: underline dotted;
          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: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

/**
 * 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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

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

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

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

/**
 * Remove the inner padding 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Font';
  src: url(91145937954f0acdfef5a4388a0476ec.eot);
  src: url(91145937954f0acdfef5a4388a0476ec.eot?#iefix) format("embedded-opentype"), url(0ebbfb7cb684d4aecdb61085a2995ad7.woff2) format("woff2"), url(8e6d11f425d7642a1368e78ef2966a9a.woff) format("woff"), url(64285251f0374b4cf35728f3af99e80d.ttf) format("truetype"), url(bc38f51750875ad8bcdba4920249c1de.svg#CFModGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

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

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 20px;
  --yellow: #f2bf47;
  --blue: #4575a5;
  --orange: #dc684d;
  --cream: #f9f3d2;
  --gray: #aaa096;
  --font-big: 8.333333vw;
  --border-4: 4px;
  --negative-border-4: -4px;
  --border-3: 3px;
  --pd-1: 160px;
  --page-begin: 8.33333vw;
  --page-begin-2: var(--header-height);
  --header-height: 60px;
  --page-title-height: 140px; }
  @media all and (max-width: 1680px) {
    html {
      font-size: 18px; } }
  @media all and (max-width: 1440px) {
    html {
      font-size: 16px;
      --pd-1: 120px;
      --header-height: 50px;
      --page-title-height: 80px; } }
  @media all and (max-width: 1160px) {
    html {
      --border-3: 2px;
      --border-4: 3px;
      --negative-border-4: -3px;
      --pd-1: 80px;
      --page-begin: 120px;
      --page-title-height: 73px;
      --header-height: 42px; } }
  @media all and (max-width: 960px) {
    html {
      font-size: 14px;
      --page-begin: 100px;
      --page-title-height: 68px; } }
  @media all and (max-width: 660px) {
    html {
      --font-big: 60px;
      --border-4: 2px;
      --border-3: 2px;
      --negative-border-4: -2px;
      --header-height: 50px; } }

body {
  color: #000;
  font-family: 'Font';
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  overflow-x: hidden;
  background-color: var(--gray);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media all and (max-width: 1680px) {
    body {
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    body {
      line-height: 20px; } }
  @media all and (max-width: 1160px) {
    body {
      line-height: 18px; } }

/*#content {
    min-height: 100vh;
}*/
p {
  margin: 0 0 18px; }
  p:last-of-type {
    margin: 0; }

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

ul {
  list-style-type: none; }

b,
strong,
.strong {
  font-family: 'Font';
  font-weight: 500;
  font-style: normal;
  opacity: 0.4; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    opacity: 0.4; }

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

svg {
  color: transparent; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: normal; }

h1,
.h1 {
  font-family: 'Font';
  font-size: 6.25vw;
  line-height: 6.25vw;
  /*@media all and (max-width: 660px) {
        font-size: 60px;
        line-height: 50px;
    }*/ }
  @media all and (max-width: 660px) {
    h1,
    .h1 {
      font-size: 50px;
      line-height: 40px; } }

h2,
.h2 {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    h2,
    .h2 {
      font-size: 22px;
      line-height: 28px; } }

h3,
.h3,
h4,
.h4 {
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px; }
  @media all and (max-width: 1680px) {
    h3,
    .h3,
    h4,
    .h4 {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    h3,
    .h3,
    h4,
    .h4 {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    h3,
    .h3,
    h4,
    .h4 {
      font-size: 14px;
      line-height: 18px; } }

h5,
.h5 {
  font-size: 14px;
  line-height: 18px; }
  @media all and (max-width: 960px) {
    h5,
    .h5 {
      font-size: 12px;
      line-height: 18px; } }

.yellow-fill-with-border {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--yellow); }

.orange-fill-with-border {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--orange); }

.blue-fill-with-border {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--blue); }

.cream-fill-with-border {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--cream); }

.gray-fill-with-border {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--gray); }

::-moz-selection {
  background-color: var(--yellow);
  color: #000; }

::selection {
  background-color: var(--yellow);
  color: #000; }

.socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .socials li a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative; }
    .socials li a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.page-title {
  background: var(--gray);
  text-align: center;
  border-bottom: var(--border-4) solid #000;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  position: relative;
  z-index: 99;
  height: var(--page-title-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px 10px; }
  @media all and (max-width: 960px) {
    .page-title {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .page-title {
      font-size: 22px;
      line-height: 28px; } }

.page-begin {
  padding: var(--page-begin) 0 0; }

.page-begin-2 {
  padding: var(--page-begin-2) 0 0; }

.hide {
  display: none; }

sup.small {
  top: -1em;
  right: -0.5em;
  font-size: 10px;
  line-height: 10px; }

sup.large {
  font-size: 10px;
  line-height: 10px;
  top: -1.5vw;
  right: -0.25vw; }
  @media all and (max-width: 960px) {
    sup.large {
      top: -18px;
      right: -5px; } }

ins {
  text-decoration: none; }

.tab__content {
  display: none; }

.full-image {
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: var(--gray);
  border-bottom: var(--border-4) solid #000; }
  #header > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 20px 19px 20px;
    min-height: var(--header-height); }
  #header .header__logo {
    position: absolute;
    z-index: 10;
    bottom: -39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    #header .header__logo a:hover {
      opacity: 1; }
  #header .menu-button {
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer; }
    #header .menu-button:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000; }
    #header .menu-button:after {
      content: '';
      position: absolute;
      bottom: 9px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000; }
    #header .menu-button > div {
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #header .left-menu li {
    margin: 0 20px 0 0; }
    #header .left-menu li:last-of-type {
      margin: 0; }
  @media all and (max-width: 960px) {
    #header .left-menu {
      display: none; } }
  #header .right-menu > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #header .right-menu li {
    margin: 0 20px 0 0; }
    #header .right-menu li:last-of-type {
      margin: 0; }
  #header .right-menu .login svg,
  #header .right-menu .cart svg {
    color: var(--gray); }
  #header .right-menu .mobile sup.small {
    right: 0; }
  #header .header__mobile-menu {
    display: none;
    position: fixed;
    top: calc(var(--header-height) + 2px);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange);
    overflow-y: auto; }
    @media all and (min-width: 961px) {
      #header .header__mobile-menu {
        display: none; } }
    #header .header__mobile-menu > .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 100%;
      padding: 80px 0; }
    #header .header__mobile-menu .upper {
      margin: auto 0 20px;
      text-align: center; }
    #header .header__mobile-menu .lower {
      margin: auto 0 0;
      text-align: center; }
      #header .header__mobile-menu .lower .lang-button {
        margin: 0 0 40px; }
      #header .header__mobile-menu .lower .header-info {
        margin: 0 0 40px; }
      #header .header__mobile-menu .lower .socials {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  @media all and (min-width: 961px) {
    #header .right-menu .mobile {
      display: none; }
    #header .menu-button {
      display: none; } }
  @media all and (max-width: 1440px) {
    #header .header__logo {
      bottom: -27px; }
      #header .header__logo svg {
        width: 180px; }
    #header > .flex {
      padding: 14px 20px 16px 20px; } }
  @media all and (max-width: 1160px) {
    #header > .flex {
      padding: 10px 20px 12px 20px; }
    #header .header__logo {
      bottom: -23px; }
      #header .header__logo svg {
        width: 160px; } }
  @media all and (max-width: 960px) {
    #header > .flex {
      padding: 3px 10px 5px 10px; }
    #header .right-menu .lang-button {
      display: none; }
    #header .right-menu .desktop {
      display: none; } }

.open-menu body {
  overflow: hidden; }

.open-menu #header .header__mobile-menu {
  display: block; }

.open-menu #header .menu-button:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.open-menu #header .menu-button:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

.open-menu #header .menu-button > div {
  display: none; }

#footer {
  padding: 80px 20px 20px; }
  @media all and (max-width: 1160px) {
    #footer {
      padding: 40px 20px 10px; } }
  @media all and (max-width: 960px) {
    #footer {
      padding: 40px 10px 10px; } }
  @media all and (max-width: 660px) {
    #footer {
      padding: 10px; } }

.footer-upper {
  margin: 0 0 80px; }
  .footer-upper svg {
    width: 100%; }
  .footer-upper #footer-triangle-1:hover .shape {
    fill: var(--orange); }
  .footer-upper #footer-c:hover .shape {
    fill: var(--blue); }
  .footer-upper #footer-hexagon:hover .shape {
    fill: var(--yellow); }
  .footer-upper #footer-rotated-ellipse:hover .shape {
    fill: var(--cream); }
  .footer-upper #footer-ellipse:hover .shape {
    fill: var(--orange); }
  .footer-upper #footer-half-circles:hover .shape {
    fill: var(--blue); }
  .footer-upper #footer-jug-1:hover .shape {
    fill: var(--yellow); }
  .footer-upper #footer-jug-2:hover .shape {
    fill: var(--cream); }
  .footer-upper #footer-triangle-2:hover .shape {
    fill: var(--orange); }
  @media all and (max-width: 1440px) {
    .footer-upper {
      margin: 0 0 60px; } }
  @media all and (max-width: 1160px) {
    .footer-upper {
      margin: 0 0 40px; } }
  @media all and (min-width: 661px) {
    .footer-upper #footer-shapes-mobile {
      display: none; } }
  @media all and (max-width: 660px) {
    .footer-upper svg g {
      width: 25%; }
    .footer-upper svg g:nth-child(n + 5) {
      display: none; }
    .footer-upper #footer-shapes {
      display: none; } }

.footer-middle {
  margin: 0 0 80px; }
  @media all and (max-width: 1440px) {
    .footer-middle {
      margin: 0 0 60px; } }
  @media all and (max-width: 1160px) {
    .footer-middle {
      margin: 0 0 40px; } }

.footer-lower > .footer-lower__upper {
  margin: 0 -10px; }
  .footer-lower > .footer-lower__upper > div {
    padding: 0 10px;
    margin: 0 0 60px;
    width: 25%; }
  .footer-lower > .footer-lower__upper h3 {
    margin: 0 0 30px; }

.footer-lower > .footer-lower__lower {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 1440px) {
  .footer-lower > .footer-lower__upper > div {
    margin: 0 0 40px; } }

@media all and (max-width: 960px) {
  .footer-lower > .footer-lower__upper h3 {
    margin: 0 0 15px; } }

@media all and (max-width: 660px) {
  .footer-lower > .footer-lower__upper {
    margin: 0;
    text-align: center; }
    .footer-lower > .footer-lower__upper > div {
      padding: 0;
      margin: 0 0 30px;
      width: 100%; }
    .footer-lower > .footer-lower__upper h3 {
      margin: 0 0 20px; }
    .footer-lower > .footer-lower__upper .col-2 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer-lower > .footer-lower__upper .col-1 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer-lower > .footer-lower__upper .col-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .footer-lower > .footer-lower__upper .col-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
  .footer-lower .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.gfield_label {
  display: none; }

.gfield_required {
  display: none; }

input {
  font-family: 'Font';
  font-weight: 500;
  font-style: normal;
  outline: none;
  border-radius: 0;
  border: 0; }

.ginput_container input {
  border: var(--border-4) solid #000;
  width: 100%; }
  .ginput_container input::-webkit-input-placeholder {
    color: #66605a;
    font-family: 'Font';
    font-weight: 500;
    font-style: normal; }
  .ginput_container input:-ms-input-placeholder {
    color: #66605a;
    font-family: 'Font';
    font-weight: 500;
    font-style: normal; }
  .ginput_container input:-moz-placeholder {
    color: #66605a;
    font-family: 'Font';
    font-weight: 500;
    font-style: normal; }

#footer::-webkit-input-placeholder {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    #footer::-webkit-input-placeholder {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer::-webkit-input-placeholder {
      font-size: 22px;
      line-height: 28px; } }

#footer:-ms-input-placeholder {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    #footer:-ms-input-placeholder {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer:-ms-input-placeholder {
      font-size: 22px;
      line-height: 28px; } }

#footer:-moz-placeholder {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    #footer:-moz-placeholder {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer:-moz-placeholder {
      font-size: 22px;
      line-height: 28px; } }

#footer .gform_wrapper {
  padding: 0 25%; }

#footer .gfield_label {
  display: block;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  text-align: center;
  margin: 0 0 10px; }
  @media all and (max-width: 960px) {
    #footer .gfield_label {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer .gfield_label {
      font-size: 22px;
      line-height: 28px; } }

#footer .ginput_container input {
  display: block;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  line-height: 1;
  padding: 0.3125vw 20px 0.625vw;
  height: auto !important;
  text-align: center; }
  @media all and (max-width: 960px) {
    #footer .ginput_container input {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer .ginput_container input {
      font-size: 22px;
      line-height: 28px; } }

#footer .gform_confirmation_message {
  text-align: center;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    #footer .gform_confirmation_message {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    #footer .gform_confirmation_message {
      font-size: 22px;
      line-height: 28px; } }

#footer .gform_footer {
  margin: 10px 0 0; }
  #footer .gform_footer input[type='submit'] {
    display: block;
    margin: 0 auto;
    border: 0;
    outline: none;
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    color: #66605a;
    cursor: pointer; }
    @media all and (max-width: 960px) {
      #footer .gform_footer input[type='submit'] {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      #footer .gform_footer input[type='submit'] {
        font-size: 22px;
        line-height: 28px; } }
    #footer .gform_footer input[type='submit']:hover {
      color: #000; }

@media all and (max-width: 960px) {
  #footer .gform_wrapper {
    padding: 0 16.66667%; }
  #footer .ginput_container input {
    padding: 8px 10px 11px; } }

@media all and (max-width: 660px) {
  #footer .gform_wrapper {
    padding: 0; }
  #footer .ginput_container input {
    padding: 13px 10px 15px; } }

.page-contact .ginput_container input {
  padding: 6px 20px 8px;
  height: var(--header-height); }

.page-contact .gfield {
  margin: 0 0 10px; }

.page-contact textarea {
  font-family: 'Font';
  font-weight: 500;
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: var(--border-4) solid #000;
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  display: block; }
  @media all and (max-width: 1680px) {
    .page-contact textarea {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    .page-contact textarea {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    .page-contact textarea {
      font-size: 14px;
      line-height: 18px; } }
  .page-contact textarea::-webkit-input-placeholder {
    font-family: 'Font';
    font-weight: 500;
    color: #66605a; }
  .page-contact textarea:-ms-input-placeholder {
    font-family: 'Font';
    font-weight: 500;
    color: #66605a; }
  .page-contact textarea:-moz-placeholder {
    font-family: 'Font';
    font-weight: 500;
    color: #66605a; }

.page-contact input[type='submit'] {
  display: block;
  font-family: 'Font';
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  text-align: center;
  border: var(--border-4) solid #000;
  padding: 0.3125vw 20px 0.625vw;
  cursor: pointer;
  width: 100%;
  min-height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #000; }
  @media all and (max-width: 960px) {
    .page-contact input[type='submit'] {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .page-contact input[type='submit'] {
      font-size: 22px;
      line-height: 28px; } }
  @media all and (max-width: 960px) {
    .page-contact input[type='submit'] {
      padding: 8px 10px 11px; } }
  @media all and (max-width: 660px) {
    .page-contact input[type='submit'] {
      padding: 13px 10px 15px; } }
  .page-contact input[type='submit']:hover {
    background: var(--orange); }

@media all and (max-width: 960px) {
  .page-contact .ginput_container input {
    padding: 6px 10px 8px; } }

.gfield_error {
  position: relative; }
  .gfield_error input {
    border-color: #c60c0e !important; }

.gform_footer input[type='submit'] {
  height: auto !important; }

.gfield_validation_message {
  display: none;
  margin: 10px 0 0;
  color: #c60c0e; }

.gform_submission_error {
  display: none; }

fieldset {
  outline: none;
  border: 0; }
  fieldset legend {
    margin: 0 0 10px; }

address {
  font-style: normal;
  font-weight: 500; }
  address p {
    margin: 0; }

.woocommerce-page label {
  display: none; }

.woocommerce-page input {
  border: var(--border-4) solid #000;
  color: #000;
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  display: block;
  cursor: text;
  background: transparent !important;
  padding: 6px 20px 8px !important;
  height: var(--header-height) !important; }
  @media all and (max-width: 1680px) {
    .woocommerce-page input {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    .woocommerce-page input {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    .woocommerce-page input {
      font-size: 14px;
      line-height: 18px; } }

.woocommerce-page .password-input {
  position: relative; }

.woocommerce-page .show-password-input {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 0;
  outline: none;
  display: block; }
  .woocommerce-page .show-password-input:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTMgMUM2LjM4MzQxIDEgMS43NjkyMyA1IDEgN0MxLjY0MTAzIDkgNi4zODM4OSAxMyAxMC45OTkzIDEzQzE1LjYxNDcgMTMgMjAuMzU5IDkuMjg1NzEgMjEgN0MyMC4yMzA4IDUuMjg1NzEgMTUuNjE1MSAxIDEwLjk5OTMgMVoiIHN0cm9rZT0iIzIzMUYyMCIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjciIHI9IjQiIHN0cm9rZT0iIzIzMUYyMCIvPgo8L3N2Zz4K);
    width: 22px;
    height: 14px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .woocommerce-page .show-password-input.display-password:before {
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTMgM0M2LjM4MzQxIDMgMS43NjkyMyA3IDEgOUMxLjY0MTAzIDExIDYuMzgzODkgMTUgMTAuOTk5MyAxNUMxNS42MTQ3IDE1IDIwLjM1OSAxMS4yODU3IDIxIDlDMjAuMjMwOCA3LjI4NTcxIDE1LjYxNTEgMyAxMC45OTkzIDNaIiBzdHJva2U9IiMyMzFGMjAiLz4KPHBhdGggZD0iTTcgOUM3IDExLjIwOTEgOC43OTA4NiAxMyAxMSAxM0MxMi4xMzg4IDEzIDEzLjE2NjUgMTIuNTI0MSAxMy44OTUgMTEuNzYwM0w4LjE5MjUxIDYuMTUwNzlDNy40NTYzNiA2Ljg3NjIyIDcgNy44ODQ4MiA3IDlaIiBmaWxsPSIjMjMxRjIwIi8+CjxwYXRoIGQ9Ik0xNSA5QzE1IDYuNzkwODYgMTMuMjA5MSA1IDExIDVNMTEgMTNDOC43OTA4NiAxMyA3IDExLjIwOTEgNyA5QzcgNy44ODQ4MiA3LjQ1NjM2IDYuODc2MjIgOC4xOTI1MSA2LjE1MDc5TDEzLjg5NSAxMS43NjAzQzEzLjE2NjUgMTIuNTI0MSAxMi4xMzg4IDEzIDExIDEzWiIgc3Ryb2tlPSIjMjMxRjIwIi8+CjxwYXRoIGQ9Ik0zIDFMMTkgMTYiIHN0cm9rZT0iIzIzMUYyMCIvPgo8L3N2Zz4K); }

.woocommerce-page button[type='submit'] {
  display: block;
  font-family: 'Font';
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  text-align: center;
  border: var(--border-4) solid #000;
  padding: 0.3125vw 20px 0.625vw;
  cursor: pointer;
  width: 100%;
  min-height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #000; }
  @media all and (max-width: 960px) {
    .woocommerce-page button[type='submit'] {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .woocommerce-page button[type='submit'] {
      font-size: 22px;
      line-height: 28px; } }
  @media all and (max-width: 960px) {
    .woocommerce-page button[type='submit'] {
      padding: 8px 10px 11px; } }
  @media all and (max-width: 660px) {
    .woocommerce-page button[type='submit'] {
      padding: 13px 10px 15px; } }
  .woocommerce-page button[type='submit']:hover {
    background-color: var(--orange); }

.woocommerce-page .woocommerce-form-login__rememberme {
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  margin: 0 0 20px;
  cursor: pointer; }
  .woocommerce-page .woocommerce-form-login__rememberme:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: var(--border-4) solid #000;
    background: transparent;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce-page .woocommerce-form-login__rememberme:has(input:checked):before {
    background: #000; }
  .woocommerce-page .woocommerce-form-login__rememberme input {
    display: none; }

@media all and (max-width: 960px) {
  .woocommerce-page input {
    padding: 6px 10px 8px !important; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 100vw 100vw var(--gray);
          box-shadow: inset 0 0 100vw 100vw var(--gray); }

.woocommerce-notices-wrapper:has(> ul, > div) {
  background: var(--orange);
  border-bottom: var(--border-4) solid #000;
  padding: 12px 20px 14px;
  min-height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-notices-wrapper:has(> ul, > div) > div,
  .woocommerce-notices-wrapper:has(> ul, > div) > ul {
    width: 100%; }
  .woocommerce-notices-wrapper:has(> ul, > div) strong {
    opacity: 1; }
  @media all and (max-width: 660px) {
    .woocommerce-notices-wrapper:has(> ul, > div) {
      display: block;
      padding: 12px 10px 14px; } }

.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (max-width: 660px) {
    .woocommerce-message {
      display: block; }
      .woocommerce-message a {
        display: block; } }

del {
  font-size: 12px;
  line-height: 16px; }

.wc-block-components-notices {
  margin: 0 !important;
  padding: 0 !important; }
  .wc-block-components-notices > div {
    background: transparent !important;
    color: #000 !important;
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px;
    background-color: var(--orange) !important;
    margin: 0 !important;
    border: 0;
    border-color: #000 !important;
    border-bottom: var(--border-4) solid #000;
    border-radius: 0; }
    @media all and (max-width: 1680px) {
      .wc-block-components-notices > div {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .wc-block-components-notices > div {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .wc-block-components-notices > div {
        font-size: 14px;
        line-height: 18px; } }
    .wc-block-components-notices > div svg {
      display: none; }

.wc-block-components-notice-snackbar {
  background-color: var(--orange) !important;
  border-radius: 0 !important;
  border-top: var(--border-4) solid #000 !important;
  border-bottom: var(--border-4) solid #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .wc-block-components-notice-snackbar svg,
  .wc-block-components-notice-snackbar img {
    display: none; }

.products-categories {
  padding: 0 0 30px;
  border-bottom: var(--border-4) solid #000; }
  .products-categories .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .products-categories a:hover,
  .products-categories a.active {
    opacity: 1; }
  .products-categories .swiper {
    padding: 0 20px; }
  .products-categories label {
    display: block !important;
    cursor: pointer; }
    .products-categories label:hover {
      opacity: 1; }
    .products-categories label:has(input:checked) {
      opacity: 1; }
  .products-categories input {
    display: none; }
  @media all and (max-width: 1440px) {
    .products-categories {
      padding: 0 0 20px; } }
  @media all and (max-width: 960px) {
    .products-categories {
      padding: 0 0 10px; }
      .products-categories .swiper {
        padding: 0 10px; } }

.products-filters {
  border-bottom: var(--border-4) solid #000;
  background: var(--gray);
  position: relative;
  z-index: 99; }
  .products-filters > .flex {
    padding: 13px 20px 15px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .products-filters .filters__content {
    position: absolute;
    top: 100%;
    right: var(--negative-border-4);
    background: var(--cream);
    border: var(--border-4) solid #000;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .products-filters .filters__content::-webkit-scrollbar {
      width: 4px; }
    .products-filters .filters__content::-webkit-scrollbar-track {
      background: var(--cream); }
    .products-filters .filters__content::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.4); }
    .products-filters .filters__content::-webkit-scrollbar-thumb:hover {
      background: var(--blue); }
    .products-filters .filters__content .tab__content {
      display: none; }
    .products-filters .filters__content .tab__title {
      padding: 10px 20px;
      cursor: pointer; }
      .products-filters .filters__content .tab__title:hover {
        background: var(--yellow); }
    .products-filters .filters__content .widget {
      padding: 10px 20px;
      border-bottom: var(--border-4) solid #000; }
      .products-filters .filters__content .widget:first-of-type {
        border-top: var(--border-4) solid #000; }
      .products-filters .filters__content .widget:last-of-type {
        border-bottom: 0; }
      .products-filters .filters__content .widget li {
        padding: 5px 5px 5px 0; }
        .products-filters .filters__content .widget li.chosen a,
        .products-filters .filters__content .widget li.chosen span {
          opacity: 1; }
        .products-filters .filters__content .widget li.current-cat a,
        .products-filters .filters__content .widget li.current-cat span {
          opacity: 1; }
      .products-filters .filters__content .widget .widget__title {
        padding: 0 0 10px; }
      .products-filters .filters__content .widget span {
        opacity: 0.4; }
      .products-filters .filters__content .widget a {
        opacity: 0.4; }
        .products-filters .filters__content .widget a:hover {
          opacity: 1; }
          .products-filters .filters__content .widget a:hover ~ span {
            opacity: 1; }
    .products-filters .filters__content select {
      display: none; }
    .products-filters .filters__content .sort__container {
      border-bottom: var(--border-4) solid #000; }
      .products-filters .filters__content .sort__container .tab__content {
        padding: 10px 20px;
        border-top: var(--border-4) solid #000; }
        .products-filters .filters__content .sort__container .tab__content > div {
          padding: 5px 5px 5px 0;
          cursor: pointer;
          opacity: 0.4; }
          .products-filters .filters__content .sort__container .tab__content > div.selected_value {
            opacity: 1; }
          .products-filters .filters__content .sort__container .tab__content > div:hover {
            opacity: 1; }
  .products-filters .filters-tool {
    padding: 4px 0;
    cursor: pointer; }
    .products-filters .filters-tool span {
      display: inline-block;
      width: 22px;
      padding: 0 0 0 10px; }
    .products-filters .filters-tool .close {
      display: none; }
  .products-filters .filters-container.show-filters .filters-tool .open {
    display: none; }
  .products-filters .filters-container.show-filters .filters-tool .close {
    display: inline-block; }
  .products-filters .filters-container.show-filters .filters__content {
    display: block; }
  @media all and (max-width: 1440px) {
    .products-filters > .flex {
      padding: 10px 20px 12px 20px; } }
  @media all and (max-width: 1160px) {
    .products-filters > .flex {
      padding: 7px 20px 9px 20px; } }
  @media all and (max-width: 960px) {
    .products-filters > .flex {
      padding: 7px 10px 9px 10px; }
    .products-filters .filters__content .tab__title {
      padding: 10px; }
    .products-filters .filters__content .sort__container .tab__content {
      padding: 10px; }
    .products-filters .filters__content .widget {
      padding: 10px; } }

.woocommerce-no-products-found {
  background: var(--orange);
  border-bottom: var(--border-4) solid #000;
  padding: 12px 20px 14px;
  min-height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-no-products-found > div {
    width: 100%; }
  @media all and (max-width: 960px) {
    .woocommerce-no-products-found {
      padding: 12px 10px 14px; } }

.products-slider {
  margin-left: 0;
  margin-right: 0;
  overflow: visible; }
  @media all and (max-width: 960px) {
    .products-slider {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      z-index: 1;
      display: block; } }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 var(--negative-border-4) var(--negative-border-4); }
  .products.columns-4 > li {
    width: 25%;
    border-right: var(--border-4) solid #000;
    border-bottom: var(--border-4) solid #000; }
    .products.columns-4 > li:nth-of-type(1) {
      border-left: var(--border-4) solid #000; }
    .products.columns-4 > li:nth-of-type(1):hover, .products.columns-4 > li:nth-of-type(7):hover {
      background-color: var(--yellow); }
    .products.columns-4 > li:nth-of-type(2):hover, .products.columns-4 > li:nth-of-type(8):hover {
      background-color: var(--orange); }
    .products.columns-4 > li:nth-of-type(3):hover, .products.columns-4 > li:nth-of-type(5):hover {
      background-color: var(--blue); }
    .products.columns-4 > li:nth-of-type(4):hover, .products.columns-4 > li:nth-of-type(6):hover {
      background-color: var(--cream); }
  @media all and (max-width: 960px) {
    .products.columns-4 {
      margin: 0;
      -ms-flex-wrap: unset;
          flex-wrap: unset; }
      .products.columns-4 li {
        height: auto;
        width: 41.66667vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .products.columns-4 li .tease-product-lower {
          margin: auto 0 0; }
        .products.columns-4 li:nth-of-type(1) {
          border-left: 0; }
        .products.columns-4 li:last-of-type {
          border-right: 0; } }
  @media all and (max-width: 660px) {
    .products.columns-4 li {
      width: 85vw; } }

.products-grid-container {
  border-bottom: var(--border-4) solid #000; }

.products-grid .product {
  position: relative;
  overflow: hidden;
  border-bottom: var(--border-4) solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.products-grid:last-of-type {
  margin: 0 0 var(--negative-border-4); }

.products-grid-1 {
  border-bottom: var(--border-4) solid #000; }
  .products-grid-1 > ul {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }
  .products-grid-1 > ul > li {
    width: 25%;
    border-right: var(--border-4) solid #000; }
    .products-grid-1 > ul > li:nth-of-type(1) {
      border-left: var(--border-4) solid #000; }
    .products-grid-1 > ul > li:nth-of-type(1):hover, .products-grid-1 > ul > li:nth-of-type(8):hover {
      background-color: var(--orange); }
    .products-grid-1 > ul > li:nth-of-type(2):hover, .products-grid-1 > ul > li:nth-of-type(7):hover {
      background-color: var(--yellow); }
    .products-grid-1 > ul > li:nth-of-type(3):hover, .products-grid-1 > ul > li:nth-of-type(6):hover {
      background-color: var(--cream); }
    .products-grid-1 > ul > li:nth-of-type(4):hover, .products-grid-1 > ul > li:nth-of-type(5):hover {
      background-color: var(--blue); }
  @media all and (max-width: 960px) {
    .products-grid-1 > ul > li {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .products-grid-1 {
      border-bottom: 0; }
      .products-grid-1 > ul {
        margin: 0; }
      .products-grid-1 > ul > li {
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-bottom: var(--border-4) solid #000; }
        .products-grid-1 > ul > li:nth-of-type(1) {
          border-left: 0; } }

.products-grid-2 {
  border-bottom: var(--border-4) solid #000; }
  .products-grid-2 > ul {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }
  .products-grid-2 > ul > .col-1 {
    width: 50%;
    height: inherit; }
    .products-grid-2 > ul > .col-1 > li {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-right: var(--border-4) solid #000;
      border-left: var(--border-4) solid #000; }
      .products-grid-2 > ul > .col-1 > li:hover {
        background-color: var(--orange); }
  .products-grid-2 > ul > .col-2 {
    width: 50%; }
    .products-grid-2 > ul > .col-2 li {
      width: 50%;
      border-right: var(--border-4) solid #000; }
      .products-grid-2 > ul > .col-2 li:nth-of-type(4):hover {
        background-color: var(--orange); }
      .products-grid-2 > ul > .col-2 li:nth-of-type(1):hover {
        background-color: var(--cream); }
      .products-grid-2 > ul > .col-2 li:nth-of-type(2):hover {
        background-color: var(--yellow); }
      .products-grid-2 > ul > .col-2 li:nth-of-type(3):hover {
        background-color: var(--blue); }
  @media all and (max-width: 960px) {
    .products-grid-2 > ul > .col-1 {
      width: 100%; }
      .products-grid-2 > ul > .col-1 .tease-product-mid > a {
        padding-bottom: 41.66667%; }
    .products-grid-2 > ul > .col-2 {
      width: 100%; } }
  @media all and (max-width: 660px) {
    .products-grid-2 {
      border-bottom: 0; }
      .products-grid-2 > ul {
        margin: 0; }
      .products-grid-2 > ul > .col-1 {
        width: 100%; }
        .products-grid-2 > ul > .col-1 > li {
          width: 100%;
          border-right: 0;
          border-left: 0;
          border-bottom: var(--border-4) solid #000; }
        .products-grid-2 > ul > .col-1 .tease-product-mid > a {
          padding-bottom: 100%; }
      .products-grid-2 > ul > .col-2 {
        width: 100%; }
        .products-grid-2 > ul > .col-2 li {
          width: 100%;
          border-bottom: var(--border-4) solid #000;
          border-right: 0; } }

.products-grid-3 {
  border-bottom: var(--border-4) solid #000; }
  .products-grid-3 > ul {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }
  .products-grid-3 > ul > li {
    width: 25%;
    border-right: var(--border-4) solid #000; }
    .products-grid-3 > ul > li:nth-of-type(1) {
      border-left: var(--border-4) solid #000; }
    .products-grid-3 > ul > li:nth-of-type(4):hover {
      background-color: var(--yellow); }
    .products-grid-3 > ul > li:nth-of-type(3):hover {
      background-color: var(--orange); }
    .products-grid-3 > ul > li:nth-of-type(2):hover {
      background-color: var(--cream); }
    .products-grid-3 > ul > li:nth-of-type(1):hover {
      background-color: var(--blue); }
  @media all and (max-width: 960px) {
    .products-grid-3 > ul > li {
      width: 50%; } }
  @media all and (max-width: 660px) {
    .products-grid-3 {
      border-bottom: 0; }
      .products-grid-3 > ul {
        margin: 0; }
      .products-grid-3 > ul > li {
        width: 100%;
        border-right: 0;
        border-bottom: var(--border-4) solid #000; }
        .products-grid-3 > ul > li:nth-of-type(1) {
          border-left: 0; } }

.products-grid-4 {
  border-bottom: var(--border-4) solid #000; }
  .products-grid-4 > ul {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }
  .products-grid-4 > ul > .col-1 {
    width: 50%; }
    .products-grid-4 > ul > .col-1 li {
      width: 50%;
      border-right: var(--border-4) solid #000; }
      .products-grid-4 > ul > .col-1 li:nth-of-type(1):hover {
        background-color: var(--cream); }
      .products-grid-4 > ul > .col-1 li:nth-of-type(2):hover {
        background-color: var(--blue); }
      .products-grid-4 > ul > .col-1 li:nth-of-type(3):hover {
        background-color: var(--yellow); }
      .products-grid-4 > ul > .col-1 li:nth-of-type(4):hover {
        background-color: var(--orange); }
  .products-grid-4 > ul > .col-2 {
    width: 50%;
    height: inherit;
    position: relative; }
    .products-grid-4 > ul > .col-2 > li {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-right: var(--border-4) solid #000; }
      .products-grid-4 > ul > .col-2 > li:hover {
        background-color: var(--cream); }
  @media all and (max-width: 960px) {
    .products-grid-4 > ul > .col-1 {
      width: 100%; }
    .products-grid-4 > ul > .col-2 {
      width: 100%; }
      .products-grid-4 > ul > .col-2 .tease-product-mid > a {
        padding-bottom: 41.66667%; } }
  @media all and (max-width: 660px) {
    .products-grid-4 {
      border-bottom: 0; }
      .products-grid-4 > ul {
        margin: 0; }
      .products-grid-4 > ul > .col-1 {
        width: 100%; }
        .products-grid-4 > ul > .col-1 li {
          width: 100%;
          border-bottom: var(--border-4) solid #000;
          border-right: 0; }
      .products-grid-4 > ul > .col-2 {
        width: 100%; }
        .products-grid-4 > ul > .col-2 .tease-product-mid > a {
          padding-bottom: 100%; }
        .products-grid-4 > ul > .col-2 > li {
          border-bottom: var(--border-4) solid #000;
          border-right: 0; } }

.products-grid .product:hover,
.related.products .product:hover,
.products .product:hover {
  /*&[data-color='blue'] {
                background-color: var(--blue);
            }
            &[data-color='yellow'] {
                background-color: var(--yellow);
            }
            &[data-color='orange'] {
                background-color: var(--orange);
            }
            &[data-color='cream'] {
                background-color: var(--cream);
            }*/ }
  .products-grid .product:hover img,
  .related.products .product:hover img,
  .products .product:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
        -ms-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg); }

.products-grid .product a:hover,
.related.products .product a:hover,
.products .product a:hover {
  opacity: 1; }

.tease-product-upper > .flex {
  padding: 10px 20px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tease-product-upper a {
  padding: 4px 0;
  display: block; }

@media all and (max-width: 960px) {
  .tease-product-upper > .flex {
    padding: 10px 10px 12px; } }

.tease-product-mid {
  overflow: hidden; }
  .tease-product-mid > a {
    display: block;
    padding-bottom: 100%;
    height: 0;
    position: relative; }
  .tease-product-mid img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    max-width: unset;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s; }

.tease-product-lower > .flex {
  padding: 10px 20px 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tease-product-lower > .flex > div {
    width: 50%; }

.tease-product-lower .col-2 {
  text-align: right; }

.tease-product-lower a {
  padding: 10px 0 0;
  display: block; }

@media all and (max-width: 960px) {
  .tease-product-lower > .flex {
    padding: 10px 10px 12px; } }

.woocommerce-pagination {
  border-bottom: var(--border-4) solid #000;
  border-top: var(--border-4) solid #000;
  margin: var(--negative-border-4) 0 0; }
  .woocommerce-pagination > ul {
    height: var(--header-height);
    padding: 6px 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .woocommerce-pagination li {
    margin: 0 10px; }
  .woocommerce-pagination li:has(.next) {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0; }
    .woocommerce-pagination li:has(.next) a {
      display: block;
      height: 100%;
      width: 100%; }
    .woocommerce-pagination li:has(.next) span {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 13px;
      height: 14px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDguNUwxIDE1TDEgMkwxMiA4LjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woocommerce-pagination li:has(.prev) {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0; }
    .woocommerce-pagination li:has(.prev) a {
      display: block;
      height: 100%;
      width: 100%; }
    .woocommerce-pagination li:has(.prev) span {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 13px;
      height: 14px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOC41TDEzIDJMMTMgMTVMMiA4LjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .woocommerce-pagination a.page-numbers,
  .woocommerce-pagination span.page-numbers {
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    line-height: 0 !important;
    display: block; }
    @media all and (max-width: 960px) {
      .woocommerce-pagination a.page-numbers,
      .woocommerce-pagination span.page-numbers {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .woocommerce-pagination a.page-numbers,
      .woocommerce-pagination span.page-numbers {
        font-size: 22px;
        line-height: 28px; } }
  .woocommerce-pagination a.page-numbers {
    opacity: 0.4;
    color: #000; }
  .woocommerce-pagination a:hover {
    opacity: 1; }
  .woocommerce-pagination span.current {
    color: #000;
    opacity: 1; }
  @media all and (max-width: 1160px) {
    .woocommerce-pagination li:has(.next) span {
      width: 9px;
      height: 16px; }
    .woocommerce-pagination li:has(.prev) span {
      width: 9px;
      height: 16px; } }
  @media all and (max-width: 960px) {
    .woocommerce-pagination > div {
      padding: 11px 15px; } }
  @media all and (max-width: 660px) {
    .woocommerce-pagination > div {
      padding: 11px 20px; }
    .woocommerce-pagination li:has(.next) span {
      width: 10px;
      height: 14px; }
    .woocommerce-pagination li:has(.prev) span {
      width: 10px;
      height: 14px; } }

.woocommerce-shop:has(.woocommerce-pagination) .shop {
  padding: 0; }

.archive-collection-text > div {
  padding: 7px 20px 13px;
  border-bottom: var(--border-4) solid #000; }

.archive-collection-text p {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    .archive-collection-text p {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .archive-collection-text p {
      font-size: 22px;
      line-height: 28px; } }

.archive-collection-text h2 {
  margin: 0 0 40px; }

@media all and (max-width: 960px) {
  .archive-collection-text > div {
    padding: 7px 10px 13px; } }

@media all and (max-width: 660px) {
  .archive-collection-text > div {
    padding: 40px 10px; } }

.single-product:has(
.woocommerce-notices-wrapper > ul,
.woocommerce-notices-wrapper > div
) .product__data {
  height: calc(100vh - var(--header-height) - var(--page-begin)); }

.single-product:has(
.woocommerce-notices-wrapper > ul,
.woocommerce-notices-wrapper > div
) .woocommerce-notices-wrapper {
  border-top: var(--border-4) solid #000; }

.single-product:has(
.woocommerce-notices-wrapper > ul,
.woocommerce-notices-wrapper > div
) .page-begin-2 {
  padding: 0; }

.single-product:has(
.woocommerce-notices-wrapper > ul,
.woocommerce-notices-wrapper > div
) .shop {
  padding: var(--page-begin) 0 30px; }

.single-product:has([data-color='blue']) .pswp__bg {
  background: var(--blue); }

.single-product:has([data-color='blue']) .woocommerce-product-gallery .slide:hover {
  background-color: var(--blue); }

.single-product:has([data-color='blue']) .product-add > div:hover {
  color: #000;
  background-color: var(--blue); }

.single-product:has([data-color='blue']) .product__data::-webkit-scrollbar-thumb {
  background: var(--blue); }

.single-product:has([data-color='blue']) .out-of-stock,
.single-product:has([data-color='blue']) .available-on-backorder {
  color: var(--blue); }

.single-product:has([data-color='blue']) ::-moz-selection {
  background-color: var(--blue);
  color: #000; }

.single-product:has([data-color='blue']) ::selection {
  background-color: var(--blue);
  color: #000; }

.single-product:has([data-color='yellow']) .pswp__bg {
  background: var(--yellow); }

.single-product:has([data-color='yellow']) .woocommerce-product-gallery .slide:hover {
  background-color: var(--yellow); }

.single-product:has([data-color='yellow']) .product-add > div:hover {
  color: #000;
  background-color: var(--yellow); }

.single-product:has([data-color='yellow']) .product__data::-webkit-scrollbar-thumb {
  background: var(--yellow); }

.single-product:has([data-color='yellow']) .out-of-stock,
.single-product:has([data-color='yellow']) .available-on-backorder {
  color: var(--yellow); }

.single-product:has([data-color='yellow']) ::-moz-selection {
  background-color: var(--yellow);
  color: #000; }

.single-product:has([data-color='yellow']) ::selection {
  background-color: var(--yellow);
  color: #000; }

.single-product:has([data-color='orange']) .pswp__bg {
  background: var(--orange); }

.single-product:has([data-color='orange']) .woocommerce-product-gallery .slide:hover {
  background-color: var(--orange); }

.single-product:has([data-color='orange']) .product-add > div:hover {
  color: #000;
  background-color: var(--orange); }

.single-product:has([data-color='orange']) .product__data::-webkit-scrollbar-thumb {
  background: var(--orange); }

.single-product:has([data-color='orange']) .out-of-stock,
.single-product:has([data-color='orange']) .available-on-backorder {
  color: var(--orange); }

.single-product:has([data-color='orange']) ::-moz-selection {
  background-color: var(--orange);
  color: #000; }

.single-product:has([data-color='orange']) ::selection {
  background-color: var(--orange);
  color: #000; }

.single-product:has([data-color='cream']) .pswp__bg {
  background: var(--cream); }

.single-product:has([data-color='cream']) .woocommerce-product-gallery .slide:hover {
  background-color: var(--cream); }

.single-product:has([data-color='cream']) .product-add > div:hover {
  color: #000;
  background-color: var(--cream); }

.single-product:has([data-color='cream']) .product__data::-webkit-scrollbar-thumb {
  background: var(--cream); }

.single-product:has([data-color='cream']) .out-of-stock,
.single-product:has([data-color='cream']) .available-on-backorder {
  color: var(--cream); }

.single-product:has([data-color='cream']) ::-moz-selection {
  background-color: var(--cream);
  color: #000; }

.single-product:has([data-color='cream']) ::selection {
  background-color: var(--cream);
  color: #000; }

/*.products-categories {
    .swiper-wrapper {
        transition-timing-function: linear !important;
    }
}*/
.product__container {
  border-bottom: var(--border-4) solid #000; }
  .product__container > .flex {
    position: relative; }
    .product__container > .flex > div {
      width: 50%; }
    .product__container > .flex > .col-1 {
      width: 50%;
      border-right: var(--border-4) solid #000; }
  @media all and (max-width: 660px) {
    .product__container > .flex > div {
      width: 100%; }
    .product__container > .flex > .col-1 {
      width: 100%;
      border-right: 0;
      border-bottom: var(--border-4) solid #000; } }

.product__data {
  width: 50%;
  height: calc(100vh - var(--header-height));
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  /* Handle on hover */ }
  .product__data::-webkit-scrollbar {
    width: 4px; }
  .product__data::-webkit-scrollbar-track {
    background: #000; }
  .product__data::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4); }
  .product__data > div {
    padding: calc(max(7.84313725vh, 40px)) calc(1 / 6 * 100%) 0; }
  .product__data .new-badge {
    padding: 0 0 30px; }
  .product__data .product-title h1 {
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw; }
    @media all and (max-width: 960px) {
      .product__data .product-title h1 {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .product__data .product-title h1 {
        font-size: 22px;
        line-height: 28px; } }
  .product__data .product-price {
    padding: 0 0 20px; }
  .product__data .product-description {
    padding: 0 0 20px; }
  .product__data .product-short-desc-sku {
    padding: 0 0 30px; }
    .product__data .product-short-desc-sku > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__data .product-short-desc-sku > .flex > div {
        width: 50%; }
  .product__data .product-tabs {
    padding: 0 0 30px; }
  .product__data .product-share {
    padding: 0 0 30px; }
    .product__data .product-share > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__data .product-share > .flex > div {
        width: 50%; }
    .product__data .product-share a {
      opacity: 0.4; }
      .product__data .product-share a:hover {
        opacity: 1; }
  .product__data .stock {
    margin: 0 0 20px; }
  .product__data .product-add {
    padding: 0 0 30px; }
    .product__data .product-add > div {
      display: block;
      font-family: 'Font';
      font-family: 'Font';
      font-size: 2.083333vw;
      line-height: 2.6vw;
      text-align: center;
      border: var(--border-4) solid #000;
      padding: 0.3125vw 20px 0.625vw;
      cursor: pointer;
      width: 100%;
      min-height: auto;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media all and (max-width: 960px) {
        .product__data .product-add > div {
          font-size: 24px;
          line-height: 34px; } }
      @media all and (max-width: 660px) {
        .product__data .product-add > div {
          font-size: 22px;
          line-height: 28px; } }
      @media all and (max-width: 960px) {
        .product__data .product-add > div {
          padding: 8px 10px 11px; } }
      @media all and (max-width: 660px) {
        .product__data .product-add > div {
          padding: 13px 10px 15px; } }
  .product__data .returns {
    margin: 0 0 20px; }
  .product__data .product-tabs .flex {
    margin: 0 0 10px; }
    .product__data .product-tabs .flex > div {
      width: 50%; }
  .product__data .tab.is-active .tab__title .plus > div:after {
    display: none; }
  .product__data .tab .tab__title {
    cursor: pointer; }
    .product__data .tab .tab__title > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__data .tab .tab__title > .flex > div {
        width: 50%; }
    .product__data .tab .tab__title .plus > div {
      position: relative;
      height: 30px;
      width: 30px; }
      .product__data .tab .tab__title .plus > div:before {
        content: '';
        width: 10px;
        height: 2px;
        background-color: #000;
        opacity: 0.4;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .product__data .tab .tab__title .plus > div:after {
        content: '';
        width: 2px;
        height: 10px;
        background-color: #000;
        opacity: 0.4;
        position: absolute;
        top: 50%;
        left: 4px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .product__data .tab .tab__content {
    padding: 10px 0; }
    .product__data .tab .tab__content .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__data .tab .tab__content .flex > div {
        width: 50%; }
  .product__data .product__addremove {
    margin: 0 0 10px; }
  .product__data .reset_variations {
    display: none !important; }
  .product__data .single_variation {
    margin: 10px 0 0; }
  .product__data form {
    margin: 0 0 30px; }
    .product__data form select {
      display: none; }
    .product__data form table {
      width: 100%; }
    .product__data form .select2-container {
      width: 100% !important;
      display: block; }
    .product__data form .qty {
      display: none; }
    .product__data form .variations_button {
      margin: 10px 0 0; }
  .product__data .woocommerce-variation-description,
  .product__data .woocommerce-variation-price {
    display: none; }
  @media all and (max-width: 1160px) {
    .product__data > div {
      padding: calc(max(7.84313725vh, 40px)) 20px 0; } }
  @media all and (max-width: 960px) {
    .product__data > div {
      padding: calc(max(7.84313725vh, 40px)) 10px 0; }
    .product__data .product-share > .flex > div {
      width: 100%; } }
  @media all and (max-width: 660px) {
    .product__data {
      width: 100%;
      height: auto;
      position: static;
      overflow-y: visible; }
      .product__data > div {
        padding: 10px; } }

.woocommerce-product-gallery .slide {
  border-bottom: var(--border-4) solid #000; }
  .woocommerce-product-gallery .slide:last-of-type {
    border-bottom: 0; }
  .woocommerce-product-gallery .slide > div a {
    display: block;
    z-index: 1;
    /*position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;*/ }
  .woocommerce-product-gallery .slide > div img {
    width: 100%;
    /*position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 45%;
                max-width: unset;*/ }

.woocommerce-product-gallery a:hover {
  opacity: 1; }

.woocommerce-product-gallery .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .woocommerce-product-gallery .swiper-pagination > div {
    background: transparent;
    border-radius: 0;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px; }

@media all and (min-width: 661px) {
  .woocommerce-product-gallery .swiper-pagination {
    display: none; } }

@media all and (max-width: 660px) {
  .woocommerce-product-gallery .slide {
    border-bottom: 0; } }

.pswp__scroll-wrap {
  width: 100% !important;
  height: 100% !important; }

.pswp__ui--fit .pswp__top-bar {
  background-color: transparent; }

.pswp__button--fs,
.pswp__button--zoom,
.pswp__caption {
  display: none !important; }

.pswp__button--close {
  -webkit-filter: invert(1);
          filter: invert(1); }

.pswp__button--arrow--right:before {
  width: 13px !important;
  height: 14px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDguNUwxIDE1TDEgMkwxMiA4LjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  right: 20px !important; }
  @media all and (max-width: 660px) {
    .pswp__button--arrow--right:before {
      right: 10px !important; } }

.pswp__button--arrow--left:before {
  width: 13px !important;
  height: 14px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOC41TDEzIDJMMTMgMTVMMiA4LjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 20px !important; }
  @media all and (max-width: 660px) {
    .pswp__button--arrow--left:before {
      left: 10px !important; } }

.pswp__counter {
  position: fixed !important;
  bottom: 40px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  top: unset !important;
  font-size: 16px !important;
  line-height: 1 !important;
  height: auto !important;
  color: #000 !important; }
  @media all and (max-width: 960px) {
    .pswp__counter {
      bottom: 30px; } }
  @media all and (max-width: 960px) {
    .pswp__counter {
      bottom: 20px; } }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  height: 100%;
  text-align: center; }
  .pswp__zoom-wrap img {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    position: static; }
  @media all and (max-width: 660px) {
    .pswp__zoom-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .pswp__zoom-wrap img {
        height: 65% !important; } }

.pswp__preloader {
  display: none; }

.related.products {
  display: block;
  margin: 0; }
  .related.products > h2 {
    width: 100%;
    padding: 0.3125vw 20px 0.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: var(--border-4) solid #000;
    text-align: center;
    background: var(--gray); }
  .related.products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media all and (max-width: 960px) {
    .related.products > h2 {
      padding: 8px 10px 11px; } }
  @media all and (max-width: 660px) {
    .related.products > h2 {
      padding: 13px 10px 15px; } }

.product__addremove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .product__addremove > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product__addremove .cart-notice-texts {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    line-height: 14px; }
  .product__addremove .quantity-number {
    width: 50px;
    text-align: center; }
  .product__addremove .quantity-minus,
  .product__addremove .quantity-plus {
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer; }
    .product__addremove .quantity-minus > span,
    .product__addremove .quantity-plus > span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      left: 0; }
  .product__addremove .quantity-plus {
    text-align: right; }

.woocommerce-cart h1 {
  font-size: 0;
  height: 0; }

.woocommerce-cart .woocommerce {
  padding: var(--page-begin) 0 0; }
  .woocommerce-cart .woocommerce .woocommerce-notices-wrapper:has(> div, > ul) {
    margin: var(--negative-border-4) 0 0;
    border-top: var(--border-4) solid #000; }

.woocommerce-cart:has(.wc-empty-cart-message) #content {
  min-height: unset; }

.woocommerce-cart:has(.wc-empty-cart-message) .woocommerce {
  padding: 237px 0 var(--pd-1);
  border-bottom: var(--border-4) solid #000; }

@media all and (max-width: 660px) {
  .cart__products {
    margin: 0 0 40px; } }

.cart__product {
  position: relative;
  border-bottom: var(--border-4) solid #000; }
  .cart__product > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart__product .cart-product__image {
    width: 16.66667%;
    border-right: var(--border-4) solid #000; }
    .cart__product .cart-product__image > div {
      position: relative;
      padding-top: 100%;
      height: 0; }
      .cart__product .cart-product__image > div a {
        pointer-events: none; }
      .cart__product .cart-product__image > div img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 65%;
        width: auto;
        max-width: unset; }
  .cart__product .cart-product__extra {
    width: 83.33333%;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart__product .cart-product__extra > .flex {
      margin: 0 -10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart__product .cart-product__extra > .flex > div {
        padding: 0 10px; }
  .cart__product .cart-product__remove {
    width: 10%; }
    .cart__product .cart-product__remove a {
      display: block;
      height: 30px;
      width: 30px;
      position: relative; }
      .cart__product .cart-product__remove a > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .cart__product .cart-product__titles {
    width: 35%; }
  .cart__product .cart-product__price {
    width: 25%;
    margin: 0 0 0 auto; }
    .cart__product .cart-product__price .price-sale {
      padding: 0 5px 0 0; }
    .cart__product .cart-product__price .price-discount {
      padding: 0 0 0 5px; }
  .cart__product .cart-product__btns {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart__product .product__addremove {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 66.66667%; }
  .cart__product .product-quantity {
    display: none; }
  .cart__product .cart-product__total-price {
    margin: 0 0 0 auto; }
  .cart__product .cart-item-attributes {
    font-size: 14px;
    line-height: 18px; }
    @media all and (max-width: 960px) {
      .cart__product .cart-item-attributes {
        font-size: 12px;
        line-height: 18px; } }
  @media all and (max-width: 1160px) {
    .cart__product .cart-product__image {
      width: 25%; }
    .cart__product .cart-product__extra {
      width: 75%; }
    .cart__product .product__addremove .quantity-minus,
    .cart__product .product__addremove .quantity-plus {
      width: 30px;
      height: 30px; }
    .cart__product .product__addremove .quantity-number {
      width: 40px; } }
  @media all and (max-width: 960px) {
    .cart__product .cart-product__extra {
      padding: 0 10px; }
      .cart__product .cart-product__extra > .flex {
        margin: 0 -5px; }
        .cart__product .cart-product__extra > .flex > div {
          padding: 0 5px; }
    .cart__product .cart-product__btns {
      width: 40%; }
    .cart__product .cart-product__titles {
      width: 25%; }
    .cart__product .cart-product__remove a > img {
      width: 16px; } }
  @media all and (max-width: 660px) {
    .cart__product > .flex {
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; }
    .cart__product .cart-product__image {
      width: 50%; }
    .cart__product .cart-product__extra {
      width: 50%; }
    .cart__product .cart-product__extra {
      padding: 10px; }
      .cart__product .cart-product__extra > .flex {
        margin: 0;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .cart__product .cart-product__extra > .flex > div {
          width: 100%;
          padding: 0; }
        .cart__product .cart-product__extra > .flex .cart-product__price {
          margin: auto 0 0; }
        .cart__product .cart-product__extra > .flex .product__addremove {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .cart__product .cart-product__extra > .flex .cart-product__remove {
          position: absolute;
          top: 0;
          right: 0;
          width: auto;
          padding: 0; } }

.actions {
  text-align: right; }

.cart__lower {
  padding: 30px 20px 30px 66.66667%;
  border-bottom: var(--border-4) solid #000; }
  @media all and (max-width: 1440px) {
    .cart__lower {
      padding: 30px 20px 30px 58.33333%; } }
  @media all and (max-width: 960px) {
    .cart__lower {
      padding: 30px 20px 30px 50%; } }
  @media all and (max-width: 660px) {
    .cart__lower {
      padding: 0 10px 40px; } }
  .cart__lower button[type='submit'] {
    display: block;
    font-family: 'Font';
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    text-align: center;
    border: var(--border-4) solid #000;
    padding: 0.3125vw 20px 0.625vw;
    cursor: pointer;
    width: 100%;
    min-height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    color: #000; }
    @media all and (max-width: 960px) {
      .cart__lower button[type='submit'] {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .cart__lower button[type='submit'] {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 960px) {
      .cart__lower button[type='submit'] {
        padding: 8px 10px 11px; } }
    @media all and (max-width: 660px) {
      .cart__lower button[type='submit'] {
        padding: 13px 10px 15px; } }
    .cart__lower button[type='submit']:hover {
      background: var(--yellow); }
    .cart__lower button[type='submit']:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
      .cart__lower button[type='submit']:disabled:hover {
        background: transparent; }
  .cart__lower .cart_totals > h2 {
    display: none; }
  .cart__lower table {
    width: 100%; }
    .cart__lower table tr {
      border-bottom: var(--border-4) solid #000;
      font-family: 'Font';
      font-size: 20px;
      line-height: 24px; }
      @media all and (max-width: 1680px) {
        .cart__lower table tr {
          font-size: 18px;
          line-height: 22px; } }
      @media all and (max-width: 1440px) {
        .cart__lower table tr {
          font-size: 16px;
          line-height: 20px; } }
      @media all and (max-width: 960px) {
        .cart__lower table tr {
          font-size: 14px;
          line-height: 18px; } }
      .cart__lower table tr:last-of-type {
        border-bottom: 0; }
    .cart__lower table th {
      text-align: left;
      font-weight: 500;
      padding: 15px 0; }
    .cart__lower table td {
      text-align: right;
      padding: 15px 0; }
  .cart__lower .wc-proceed-to-checkout a {
    display: block;
    font-family: 'Font';
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    text-align: center;
    border: var(--border-4) solid #000;
    padding: 0.3125vw 20px 0.625vw;
    cursor: pointer;
    width: 100%;
    min-height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    color: #000; }
    @media all and (max-width: 960px) {
      .cart__lower .wc-proceed-to-checkout a {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .cart__lower .wc-proceed-to-checkout a {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 960px) {
      .cart__lower .wc-proceed-to-checkout a {
        padding: 8px 10px 11px; } }
    @media all and (max-width: 660px) {
      .cart__lower .wc-proceed-to-checkout a {
        padding: 13px 10px 15px; } }
    .cart__lower .wc-proceed-to-checkout a:hover {
      opacity: 1;
      background: var(--yellow);
      color: #000; }

.wc-empty-cart-message {
  padding: 0 20px; }

.return-to-shop {
  padding: 0 20px; }

.cart-empty {
  margin: 0; }

.return-to-shop {
  margin: 0; }

.wp-block-woocommerce-cart {
  padding: var(--page-begin) 0; }

.wc-block-cart {
  margin: 0; }

.woocommerce-checkout .wc-block-components-express-payment__title-container {
  top: -23px !important; }

.woocommerce-checkout #wc-guest-checkout-notice {
  display: none; }

.woocommerce-checkout .wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 0;
  border: var(--border-3) solid #000;
  padding: 10px 25px 10px 10px;
  margin: 0 5px 5px 0;
  display: inline-block;
  position: relative; }
  .woocommerce-checkout .wc-block-components-chip.wc-block-components-chip--radius-large:hover {
    background: var(--yellow); }
  .woocommerce-checkout .wc-block-components-chip.wc-block-components-chip--radius-large .wc-block-components-chip__remove {
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .woocommerce-checkout .wc-block-components-chip.wc-block-components-chip--radius-large .wc-block-components-chip__remove svg {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      line-height: 0;
      fill: #000 !important; }

.woocommerce-checkout #content {
  padding: var(--page-begin) 0 0; }

.woocommerce-checkout .entry-title {
  background: var(--gray);
  text-align: center;
  border-bottom: var(--border-4) solid #000;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw;
  position: relative;
  z-index: 99;
  height: var(--page-title-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px 10px; }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .entry-title {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .woocommerce-checkout .entry-title {
      font-size: 22px;
      line-height: 28px; } }

.woocommerce-checkout span {
  font-weight: 500 !important;
  font-size: inherit !important; }

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .wc-block-components-title.wc-block-components-title {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .woocommerce-checkout .wc-block-components-title.wc-block-components-title {
      font-size: 22px;
      line-height: 28px; } }

.woocommerce-checkout label {
  display: block; }

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-text-input {
  margin-top: 0; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error,
  .woocommerce-checkout .wc-block-components-text-input.has-error {
    margin: 0 0 30px !important; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
  .woocommerce-checkout .wc-block-components-text-input label {
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(calc(-50% - 1px));
        -ms-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
    max-width: 100%;
    color: #000;
    opacity: 0.4;
    -o-text-overflow: unset;
       text-overflow: unset;
    -webkit-transform-origin: initial;
        -ms-transform-origin: initial;
            transform-origin: initial;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error,
  .woocommerce-checkout .wc-block-components-text-input .wc-block-components-validation-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    color: #c60c0e; }
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error svg,
    .woocommerce-checkout .wc-block-components-text-input .wc-block-components-validation-error svg {
      display: none; }
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active label,
  .woocommerce-checkout .wc-block-components-text-input.is-active label {
    display: none; }

.woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='email'],
.woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='number'],
.woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='password'],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='tel'],
.woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='text'],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='url'],
.woocommerce-checkout .wc-block-components-text-input input[type='email'],
.woocommerce-checkout .wc-block-components-text-input input[type='number'],
.woocommerce-checkout .wc-block-components-text-input input[type='password'],
.woocommerce-checkout .wc-block-components-text-input input[type='tel'],
.woocommerce-checkout .wc-block-components-text-input input[type='text'],
.woocommerce-checkout .wc-block-components-text-input input[type='url'] {
  border: var(--border-4) solid #000 !important;
  color: #000 !important;
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px;
  width: 100% !important;
  display: block !important;
  cursor: text !important;
  background-color: transparent !important;
  border-radius: 0 !important; }
  @media all and (max-width: 1680px) {
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='email'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='number'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='password'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='text'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='url'],
    .woocommerce-checkout .wc-block-components-text-input input[type='email'],
    .woocommerce-checkout .wc-block-components-text-input input[type='number'],
    .woocommerce-checkout .wc-block-components-text-input input[type='password'],
    .woocommerce-checkout .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-text-input input[type='text'],
    .woocommerce-checkout .wc-block-components-text-input input[type='url'] {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='email'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='number'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='password'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='text'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='url'],
    .woocommerce-checkout .wc-block-components-text-input input[type='email'],
    .woocommerce-checkout .wc-block-components-text-input input[type='number'],
    .woocommerce-checkout .wc-block-components-text-input input[type='password'],
    .woocommerce-checkout .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-text-input input[type='text'],
    .woocommerce-checkout .wc-block-components-text-input input[type='url'] {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='email'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='number'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='password'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-form
.wc-block-components-text-input
input[type='text'],
    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type='url'],
    .woocommerce-checkout .wc-block-components-text-input input[type='email'],
    .woocommerce-checkout .wc-block-components-text-input input[type='number'],
    .woocommerce-checkout .wc-block-components-text-input input[type='password'],
    .woocommerce-checkout .wc-block-components-text-input input[type='tel'],
    .woocommerce-checkout .wc-block-components-text-input input[type='text'],
    .woocommerce-checkout .wc-block-components-text-input input[type='url'] {
      font-size: 14px;
      line-height: 18px; } }

.woocommerce-checkout .wc-block-components-sidebar-layout {
  border-bottom: var(--border-4) solid #000;
  margin: 0; }

.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding: 0; }

.woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
  width: 50%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block > form {
    padding: var(--page-begin) 16.66667%; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step {
    margin: 0 0 40px; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__heading {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__heading .wc-block-components-checkout-step__heading-content {
      display: block; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__heading .wc-block-components-checkout-step__heading-content a {
        display: inline-block;
        float: left;
        font-size: inherit;
        font-weight: 500;
        margin: 0; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__container > p {
    margin: 0 0 10px; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__container .wc-block-checkout__guest-checkout-notice {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 16px; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__contact-fields {
    margin: 0 0 40px; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content {
    padding: 0; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container {
      margin: 0 0 10px;
      background: transparent;
      border-radius: 0;
      height: auto;
      position: relative;
      width: 100%; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        color: #000;
        width: 13px;
        height: 13px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyMzk5XzkzOCkiPgo8cGF0aCBkPSJNOSAxMi41TDIuNSAxLjVIMTUuNUw5IDEyLjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMjM5OV85MzgiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIDEgMCAwLjUgMTQuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K); }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container svg {
        display: none; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container label {
        display: none; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container select {
        background-color: var(--gray) !important;
        height: var(--header-height) !important;
        border-radius: 0 !important;
        padding: 0 20px !important;
        border: var(--border-4) solid #000 !important;
        color: #000 !important;
        font-weight: 500; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-text-input {
      width: 100%;
      margin: 0 0 10px;
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-address-form__address_2-toggle {
      margin: 20px 0 10px; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control:after {
      display: none; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
      margin: 0 0 10px; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:after {
        display: none; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control__option {
      padding: 0 0 0 26px;
      position: relative;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: block; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked:before {
        background: #000; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control__option:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border: var(--border-4) solid #000;
        background: transparent;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control__option input {
        display: none; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content {
      padding: 0 0 0 26px; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-radio-control--highlight-checked
.wc-block-components-radio-control__option:after {
      display: none; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox {
      margin: 0 0 10px; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox input {
        display: none; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox svg {
        display: none; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox label {
        padding: 0 0 0 26px;
        position: relative;
        cursor: pointer; }
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox label:before {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          border: var(--border-4) solid #000;
          background: transparent;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox label:has(input:checked):before {
        background: #000; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox__label,
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox > span {
        font-family: 'Font';
        font-size: 20px;
        line-height: 24px; }
        @media all and (max-width: 1680px) {
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox__label,
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox > span {
            font-size: 18px;
            line-height: 22px; } }
        @media all and (max-width: 1440px) {
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox__label,
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox > span {
            font-size: 16px;
            line-height: 20px; } }
        @media all and (max-width: 960px) {
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox__label,
          .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-checkbox .wc-block-components-checkbox > span {
            font-size: 14px;
            line-height: 18px; } }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea {
      font-family: 'Font';
      font-weight: 500;
      font-family: 'Font';
      font-size: 20px;
      line-height: 24px;
      background-color: transparent;
      margin: 0;
      padding: 15px;
      border-radius: 0;
      border: var(--border-4) solid #000;
      min-height: 300px;
      max-height: 300px;
      width: 100%;
      display: block; }
      @media all and (max-width: 1680px) {
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea {
          font-size: 18px;
          line-height: 22px; } }
      @media all and (max-width: 1440px) {
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea {
          font-size: 16px;
          line-height: 20px; } }
      @media all and (max-width: 960px) {
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea {
          font-size: 14px;
          line-height: 18px; } }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea::-webkit-input-placeholder {
        font-family: 'Font';
        font-weight: 500;
        color: #66605a; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea:-ms-input-placeholder {
        font-family: 'Font';
        font-weight: 500;
        color: #66605a; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-textarea:-moz-placeholder {
        font-family: 'Font';
        font-weight: 500;
        color: #66605a; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-address-card {
      padding: 20px 0;
      border: 0;
      border-radius: 0;
      border-top: var(--border-4) solid #000;
      border-bottom: var(--border-4) solid #000; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms {
    padding: 0;
    margin: 0 0 20px;
    border: 0; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms a {
      opacity: 0.4; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms a:hover {
        opacity: 1; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row > button {
      margin: 0 0 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row > a {
      display: inline-block;
      padding: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row > a svg {
        display: none; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
    display: block;
    font-family: 'Font';
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    text-align: center;
    border: var(--border-4) solid #000;
    padding: 0.3125vw 20px 0.625vw;
    cursor: pointer;
    width: 100%;
    min-height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    color: var(--gray); }
    @media all and (max-width: 960px) {
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
        font-size: 22px;
        line-height: 28px; } }
    @media all and (max-width: 960px) {
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
        padding: 8px 10px 11px; } }
    @media all and (max-width: 660px) {
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
        padding: 13px 10px 15px; } }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button > span > div {
      display: block; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:hover {
      background-color: var(--yellow);
      color: #000; }

.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  top: var(--header-height) !important;
  height: calc(100vh - var(--header-height));
  /* top: calc(var(--page-title-height) + var(--header-height)) !important;
        height: calc(
            100vh - (var(--page-title-height) + var(--header-height))
        ) !important;*/
  overflow-y: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-right: var(--border-4) solid #000;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .woocommerce-checkout .wc-block-checkout__sidebar::-webkit-scrollbar {
    width: 4px; }
  .woocommerce-checkout .wc-block-checkout__sidebar::-webkit-scrollbar-track {
    background: var(--cream); }
  .woocommerce-checkout .wc-block-checkout__sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4); }
  .woocommerce-checkout .wc-block-checkout__sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--blue); }

.woocommerce-checkout .wc-block-components-order-summary.is-large {
  padding: 0; }

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  display: none; }

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  display: none !important; }

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
  border-radius: 0; }

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: var(--border-4) solid #000 !important;
  padding: 0;
  font-size: inherit !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
    margin: 0; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
    display: none; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    width: 33.33333%;
    display: block;
    margin: 0;
    height: 16.5vw;
    border-right: var(--border-4) solid #000; }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: unset;
      width: auto;
      height: 65%; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 16.66667%;
    right: 16.66667%;
    padding: 0 10px; }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity:before {
      content: '[';
      position: absolute;
      left: 0; }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity:after {
      content: ']';
      position: absolute;
      right: 0; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-name {
    padding: 0 0 20px; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-price {
    padding: 0; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    width: 33.33333%;
    padding: 0; }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > h3,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > span,
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > div {
      padding: 0 0 0 20px; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    width: 33.33333%; }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-price__value {
    padding: 0 20px 0 0;
    font-weight: 500; }

.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 0;
  border-bottom: var(--border-4) solid #000; }
  .woocommerce-checkout .wc-block-components-totals-wrapper:first-of-type {
    border-bottom: 0; }
  .woocommerce-checkout .wc-block-components-totals-wrapper:last-of-type {
    border-bottom: 0; }
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    padding: 17px 20px 19px !important; }

.woocommerce-checkout .wc-block-components-totals-coupon {
  padding: 0 20px !important; }
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding: 17px 0 19px;
    margin: 0; }
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-validation-error {
    padding: 0 0 20px; }
    .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-validation-error svg {
      display: none; }

.woocommerce-checkout .wc-block-components-totals-coupon__form {
  display: block; }
  .woocommerce-checkout .wc-block-components-totals-coupon__form > .wc-block-components-totals-coupon__input {
    width: 100% !important;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    margin: 0 0 10px !important; }
  .woocommerce-checkout .wc-block-components-totals-coupon__form > button {
    min-height: unset !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    width: 100%;
    border: var(--border-4) solid #000;
    padding: 6px 20px 8px;
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 20px;
    cursor: pointer; }
    @media all and (max-width: 1680px) {
      .woocommerce-checkout .wc-block-components-totals-coupon__form > button {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .woocommerce-checkout .wc-block-components-totals-coupon__form > button {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .woocommerce-checkout .wc-block-components-totals-coupon__form > button {
        font-size: 14px;
        line-height: 18px; } }
    .woocommerce-checkout .wc-block-components-totals-coupon__form > button:hover {
      background: var(--blue); }

.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block {
  padding: 0;
  border: 0; }
  .woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block > div > div {
    padding: 15px 20px 17px;
    border-bottom: var(--border-4) solid #000; }
    .woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block > div > div > div {
      padding: 0; }
      .woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block > div > div > div .wc-block-components-shipping-address {
        display: none; }

.woocommerce-checkout .wc-block-components-totals-item__value {
  font-size: inherit !important;
  font-weight: 500 !important;
  color: #000 !important; }

.woocommerce-checkout .wc-block-checkout__shipping-option
.wc-block-components-shipping-rates-control__no-shipping-address-message {
  background-color: var(--orange);
  color: #000;
  padding: 11px 10px 13px; }

.woocommerce-checkout .wc-block-components-express-payment__content {
  border: 0 !important; }

.woocommerce-checkout .wc-block-components-express-payment__title-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .woocommerce-checkout .wc-block-components-express-payment__title-container:before, .woocommerce-checkout .wc-block-components-express-payment__title-container:after {
    display: none !important; }

.woocommerce-checkout .wc-block-components-express-payment-continue-rule {
  margin: 20px 0 !important; }

.woocommerce-checkout .wc-block-components-product-details__ {
  font-size: 14px;
  line-height: 18px; }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .wc-block-components-product-details__ {
      font-size: 12px;
      line-height: 18px; } }

.woocommerce-checkout .wc-block-components-radio-control__label svg,
.woocommerce-checkout .wc-block-components-radio-control__label img {
  display: none; }

.woocommerce-checkout .wc-block-components-product-badge {
  border: 0;
  font-size: 14px;
  line-height: 18px;
  border-radius: 0;
  font-weight: 500;
  font-style: normal; }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .wc-block-components-product-badge {
      font-size: 12px;
      line-height: 18px; } }

.woocommerce-checkout .woocommerce-thankyou-order-received {
  margin: 0 0 20px;
  font-family: 'Font';
  font-size: 2.083333vw;
  line-height: 2.6vw; }
  @media all and (max-width: 960px) {
    .woocommerce-checkout .woocommerce-thankyou-order-received {
      font-size: 24px;
      line-height: 34px; } }
  @media all and (max-width: 660px) {
    .woocommerce-checkout .woocommerce-thankyou-order-received {
      font-size: 22px;
      line-height: 28px; } }

.woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #000 !important; }
  .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice > div {
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px; }
    @media all and (max-width: 1680px) {
      .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice > div {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice > div {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice > div {
        font-size: 14px;
        line-height: 18px; } }
  .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice img,
  .woocommerce-checkout .wc-block-components-shipping-rates-control__no-results-notice svg {
    display: none; }

@media all and (max-width: 1680px) {
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding: 18px 0 20px; }
  .woocommerce-checkout .is-large
.wp-block-woocommerce-checkout-order-summary-totals-block
> div
> div {
    padding: 16px 20px 18px; }
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    padding: 18px 20px 20px !important; } }

@media all and (max-width: 1440px) {
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    padding: 14px 20px 16px !important; }
  .woocommerce-checkout .is-large
.wp-block-woocommerce-checkout-order-summary-totals-block
> div
> div {
    padding: 12px 20px 14px; }
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding: 14px 0 16px; } }

@media all and (max-width: 1160px) {
  .woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
    padding: 11px 20px 13px !important; }
  .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block
> form {
    padding: var(--pd-1) 10px; }
  .woocommerce-checkout .is-large
.wp-block-woocommerce-checkout-order-summary-totals-block
> div
> div {
    padding: 10px 20px 12px; }
  .woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding: 11px 20px 13px; } }

@media all and (max-width: 960px) {
  .woocommerce-checkout {
    /*.wc-block-checkout__sidebar {
            width: 58.33333%;
        }

        .wc-block-components-order-summary
            .wc-block-components-order-summary-item {
            .wc-block-components-order-summary-item__image {
                width: 40%;
                height: 22.845vw;
            }

            .wc-block-components-order-summary-item__description {
                width: 30%;
                > h3,
                > span,
                > div {
                    padding: 0 0 0 10px;
                }
            }

            .wc-block-components-order-summary-item__total-price {
                width: 30%;
            }
        }

        .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
            width: 41.66667%;
            .wc-block-components-checkout-step__content {
                .wc-blocks-components-select__container select {
                    padding: 0 10px !important;
                }
            }
        }

        .wc-block-components-totals-wrapper
            .wc-block-components-totals-footer-item {
            padding: 11px 10px 13px !important;
        }

        .wc-block-components-totals-coupon {
            padding: 0 10px !important;
        }

        .is-large
            .wp-block-woocommerce-checkout-order-summary-totals-block
            > div
            > div {
            padding: 11px 10px 13px;
        }*/ }
    .woocommerce-checkout .wc-block-checkout__sidebar {
      width: 100%;
      position: static !important;
      height: auto !important;
      overflow-y: visible;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      border-right: 0; }
    .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
      width: 100%; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block > form {
        padding: 0 10px 40px; }
      .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content {
        padding: 0; }
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-block-components-address-card {
          border-radius: 0; }
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container:after {
          right: 10px; }
        .woocommerce-checkout .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__content .wc-blocks-components-select__container select {
          padding: 0 10px !important; }
    .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
      padding: 0 !important;
      margin: 0 0 40px !important; }
      .woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step:after {
        display: none; }
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
      margin: 0 0 40px; }
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        padding: 0 !important; }
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
        border: 0; }
      .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
        padding: 0 !important; }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
      position: relative;
      display: block; }
      .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
        width: 50%;
        height: 30vw; }
      .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        padding: 10px; }
        .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > h3,
        .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > span,
        .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description > div {
          padding: 0; }
      .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
        position: absolute;
        width: 50%;
        bottom: 0;
        right: 0;
        text-align: left;
        padding: 10px; }
    .woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block {
      padding: 10px 0;
      border-top: 0; }
      .woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-totals-block > div > div {
        padding: 11px 10px 13px; }
    .woocommerce-checkout .wc-block-components-totals-wrapper {
      border-top: 0; }
    .woocommerce-checkout .wc-block-components-totals-coupon {
      padding: 0 10px !important; }
    .woocommerce-checkout .wc-block-components-totals-item {
      padding: 11px 10px 13px; }
    .woocommerce-checkout .wc-block-components-totals-wrapper
.wc-block-components-totals-footer-item {
      padding: 11px 10px 13px !important; } }

@media all and (max-width: 660px) {
  .woocommerce-checkout {
    /*.wc-block-checkout__sidebar {
            width: 100%;
            position: static;
            height: auto !important;
            overflow-y: visible;
            order: 1;
            border-right: 0;
        }

        .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
            > form {
                padding: 40px 10px;
            }

            .wc-block-components-checkout-step__content {
                .wc-block-components-address-card {
                    border-radius: 0;
                }
            }
        }

        .wc-block-components-form .wc-block-components-checkout-step {
            padding: 0 !important;
            margin: 0 0 40px !important;
            &:after {
                display: none;
            }
        }

        .wp-block-woocommerce-checkout-order-summary-block {
            margin: 0 0 40px;
            &.checkout-order-summary-block-fill-wrapper {
                padding: 0 !important;
            }
            .checkout-order-summary-block-fill {
                border: 0;
            }

            .wc-block-components-order-summary {
                padding: 0 !important;
            }
        }

        .wc-block-components-order-summary {
            .wc-block-components-order-summary-item {
                position: relative;
                display: block;

                &:first-of-type {
                    border-top: var(--border-4) solid #000;
                }

                .wc-block-components-order-summary-item__image {
                    width: 50%;
                    height: 47.7vw;
                }

                .wc-block-components-order-summary-item__description {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 50%;
                    padding: 10px;
                    > h3,
                    > span,
                    > div {
                        padding: 0;
                    }
                }

                .wc-block-components-order-summary-item__total-price {
                    position: absolute;
                    width: 50%;
                    bottom: 0;
                    right: 0;
                    text-align: left;
                    padding: 10px;
                }
            }
        }

        .wp-block-woocommerce-checkout-order-summary-totals-block {
            padding: 10px 0;
            border-top: 0;
            border-bottom: var(--border-4) solid #000;
        }

        .wc-block-components-totals-wrapper {
            border-top: 0;
        }

        .wc-block-components-totals-coupon {
            padding: 0 !important;
        }

        .wc-block-components-totals-item {
            padding: 0 !important;
        }

        .wc-block-components-totals-wrapper
            .wc-block-components-totals-footer-item {
            padding: 11px 0 13px !important;
        }*/ }
    .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
      position: relative;
      display: block; }
      .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:first-of-type {
        border-top: var(--border-4) solid #000; }
      .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
        width: 50%;
        height: 47.7vw; }
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
      padding-bottom: 0 !important; }
    .woocommerce-checkout .wc-block-components-totals-item {
      padding: 11px 0 13px !important;
      border-bottom: var(--border-4) solid #000; }
    .woocommerce-checkout .wc-block-components-totals-coupon {
      padding: 0 !important; } }

ul.select2-results__options::-webkit-scrollbar-track {
  background: var(--cream); }

ul.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4); }

ul.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: var(--blue); }

.select2-container--default .select2-selection--single {
  background: transparent;
  color: #000;
  border: var(--border-4) solid #000;
  border-radius: 0;
  height: var(--header-height);
  margin: 0;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: 10px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      color: #000;
      width: 13px;
      height: 13px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyMzk5XzkzOCkiPgo8cGF0aCBkPSJNOSAxMi41TDIuNSAxLjVIMTUuNUw5IDEyLjVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMjM5OV85MzgiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIDEgMCAwLjUgMTQuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K); }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px;
    color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 20px; }
    @media all and (max-width: 1680px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 18px; } }

.select2-search {
  display: none !important; }

.select2-results__option {
  background: var(--cream);
  border-bottom: var(--border-4) solid #000;
  padding: 6px 20px 8px !important; }
  .select2-results__option[data-selected='true'] {
    background: #000 !important;
    color: #fff; }
  .select2-results__option.select2-results__option--highlighted {
    background: #000 !important;
    color: #fff !important; }
  .select2-results__option:last-of-type {
    border-bottom: 0; }

.select2-container--open .select2-dropdown--below {
  border-left: var(--border-4) solid #000;
  border-right: var(--border-4) solid #000;
  border-bottom: var(--border-4) solid #000;
  border-top: 0; }

.woocommerce-order-received .woocommerce {
  padding: var(--pd-1) 33.33333%;
  border-bottom: var(--border-4) solid #000; }

.woocommerce-order-received .woocommerce-info {
  margin: 0 0 30px; }

@media all and (max-width: 1160px) {
  .woocommerce-order-received .woocommerce {
    padding: var(--pd-1) 25%; } }

@media all and (max-width: 960px) {
  .woocommerce-order-received .woocommerce {
    padding: 40px 25%; } }

@media all and (max-width: 660px) {
  .woocommerce-order-received .woocommerce {
    padding: 40px 10px; } }

.woocommerce-order ul {
  margin: 0 0 30px; }

.woocommerce-order .woocommerce-order-details {
  margin: 30px 0; }

.woocommerce-order .woocommerce-customer-details {
  margin: 0 0 30px; }

.woocommerce-order .woocommerce-column--1 {
  margin: 0 0 30px; }

.woocommerce-order h2 {
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px; }
  @media all and (max-width: 1680px) {
    .woocommerce-order h2 {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    .woocommerce-order h2 {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    .woocommerce-order h2 {
      font-size: 14px;
      line-height: 18px; } }

.woocommerce-order .woocommerce-table__line-item {
  padding: 8px 0 12px;
  border-bottom: var(--border-4) solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-order .woocommerce-table__line-item:first-of-type {
    border-top: var(--border-4) solid #000; }
  .woocommerce-order .woocommerce-table__line-item > div:first-of-type {
    margin: 0 10px 0 0; }

.woocommerce-order .payment__info {
  padding: 8px 0 12px;
  border-bottom: var(--border-4) solid #000; }

.p-FieldLabel {
  font-family: 'Font';
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px; }
  @media all and (max-width: 1680px) {
    .p-FieldLabel {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1440px) {
    .p-FieldLabel {
      font-size: 16px;
      line-height: 20px; } }
  @media all and (max-width: 960px) {
    .p-FieldLabel {
      font-size: 14px;
      line-height: 18px; } }

.woocommerce-order-pay #order_review .wc_payment_method {
  margin: 0 0 10px; }
  .woocommerce-order-pay #order_review .wc_payment_method input {
    display: none; }
  .woocommerce-order-pay #order_review .wc_payment_method svg {
    display: none; }
  .woocommerce-order-pay #order_review .wc_payment_method label {
    padding: 0 0 0 26px;
    position: relative; }
    .woocommerce-order-pay #order_review .wc_payment_method label:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border: var(--border-4) solid #000;
      background: transparent;
      left: 0;
      top: 6px; }
  .woocommerce-order-pay #order_review .wc_payment_method input:checked ~ label:before {
    background: #000; }
  .woocommerce-order-pay #order_review .wc_payment_method input:checked ~ .payment_box.payment_method_stripe {
    display: block !important; }
  .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox__label,
  .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox > span {
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px; }
    @media all and (max-width: 1680px) {
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox__label,
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox > span {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox__label,
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox > span {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox__label,
      .woocommerce-order-pay #order_review .wc_payment_method .wc-block-components-checkbox > span {
        font-size: 14px;
        line-height: 18px; } }

.woocommerce-order-pay #order_review .woocommerce-order-overview li {
  margin: 0 0 5px; }

.woocommerce-order-pay #order_review > p {
  margin: 0 0 40px !important; }

.woocommerce-order-pay #order_review > section {
  margin: 0 0 40px; }
  .woocommerce-order-pay #order_review > section > h2 {
    margin: 0 0 20px; }

.woocommerce-order-pay #order_review .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 40px; }

.woocommerce-order-pay #order_review .shop_table th {
  text-align: left;
  font-weight: 500; }

.woocommerce-order-pay #order_review .shop_table thead th {
  padding: 0 0 20px; }

.woocommerce-order-pay #order_review .shop_table thead th:last-of-type {
  text-align: right; }

.woocommerce-order-pay #order_review .shop_table tbody tr {
  vertical-align: top; }
  .woocommerce-order-pay #order_review .shop_table tbody tr.order_item:first-of-type {
    border-top: var(--border-4) solid #000;
    border-bottom: var(--border-4) solid #000; }
    .woocommerce-order-pay #order_review .shop_table tbody tr.order_item:first-of-type td {
      padding: 10px 0; }
  .woocommerce-order-pay #order_review .shop_table tbody tr > td {
    padding: 0 0 10px; }
    .woocommerce-order-pay #order_review .shop_table tbody tr > td:first-of-type {
      width: 50%; }
    .woocommerce-order-pay #order_review .shop_table tbody tr > td:last-of-type {
      width: 50%;
      text-align: right; }
    .woocommerce-order-pay #order_review .shop_table tbody tr > td li p {
      display: inline; }

.woocommerce-order-pay #order_review .shop_table tfoot {
  border-bottom: var(--border-4) solid #000; }
  .woocommerce-order-pay #order_review .shop_table tfoot tr:first-of-type td,
  .woocommerce-order-pay #order_review .shop_table tfoot tr:first-of-type th {
    padding: 10px 0 0; }
  .woocommerce-order-pay #order_review .shop_table tfoot tr:last-of-type td,
  .woocommerce-order-pay #order_review .shop_table tfoot tr:last-of-type th {
    padding: 0 0 10px; }
  .woocommerce-order-pay #order_review .shop_table tfoot tr > th {
    font-weight: normal !important;
    width: 50%; }
  .woocommerce-order-pay #order_review .shop_table tfoot tr > td {
    width: 50%;
    text-align: right; }

.woocommerce-order-pay .woocommerce-error {
  padding: 20px; }

.woocommerce-order-pay .woocommerce {
  padding: var(--pd-1) 33.33333%;
  border-bottom: var(--border-4) solid #000; }

.woocommerce-order-pay .woocommerce-info {
  margin: 0 0 20px; }

.woocommerce-order-pay label {
  display: block;
  margin: 0 0 10px; }

@media all and (max-width: 1160px) {
  .woocommerce-order-pay .woocommerce {
    padding: var(--pd-1) 25%; } }

@media all and (max-width: 960px) {
  .woocommerce-order-pay .woocommerce {
    padding: 40px 25%; } }

@media all and (max-width: 660px) {
  .woocommerce-order-pay .woocommerce {
    padding: 40px 10px; } }

.woocommerce-account {
  padding: var(--page-begin) 0 0; }
  .woocommerce-account .entry-title {
    background: var(--gray);
    text-align: center;
    border-bottom: var(--border-4) solid #000;
    font-family: 'Font';
    font-size: 2.083333vw;
    line-height: 2.6vw;
    position: relative;
    z-index: 99;
    height: var(--page-title-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 20px 10px; }
    @media all and (max-width: 960px) {
      .woocommerce-account .entry-title {
        font-size: 24px;
        line-height: 34px; } }
    @media all and (max-width: 660px) {
      .woocommerce-account .entry-title {
        font-size: 22px;
        line-height: 28px; } }
  .woocommerce-account .entry-content h1 {
    display: none; }
  .woocommerce-account #customer_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: var(--border-4) solid #000;
    position: relative;
    /*
        &:before {
            content: 'Or';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            @include h2;
            border-radius: 50%;
            border: var(--border-4) solid #000;
            background: var(--gray);
            display: flex;
            align-items: center;
            justify-content: center;
        }*/ }
    .woocommerce-account #customer_login > div {
      height: 95vh;
      min-height: 650px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%; }
    .woocommerce-account #customer_login .col-1 {
      border-right: 2px solid #000; }
      .woocommerce-account #customer_login .col-1 > div {
        width: 100%;
        padding: 20px calc(1 / 6 * 100%);
        height: 23.4375vw; }
    .woocommerce-account #customer_login .col-2 {
      border-left: 2px solid #000; }
      .woocommerce-account #customer_login .col-2 > div {
        width: 100%;
        padding: 20px calc(1 / 6 * 100%);
        height: 23.4375vw; }
  .woocommerce-account .account-form-title {
    text-align: center;
    margin: 0 0 30px; }
  .woocommerce-account .woocommerce-form-register {
    position: relative; }
    .woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
      /*position: absolute;
            top: 100%;
            left: 0;*/
      opacity: 0.4;
      margin: 0 0 20px;
      font-size: 12px;
      line-height: 16px; }
    .woocommerce-account .woocommerce-form-register .woocommerce-form-row:last-of-type {
      padding: 0 0 5px; }
  .woocommerce-account .woocommerce-ResetPassword {
    padding: var(--pd-1) 33.33333%;
    border-bottom: var(--border-4) solid #000; }
  .woocommerce-account:has(.woocommerce-ResetPassword) #content, .woocommerce-account:has(.lost-password-message) #content {
    min-height: unset; }
  @media all and (max-width: 1160px) {
    .woocommerce-account #customer_login > div {
      height: 65vh;
      min-height: 350px; }
    .woocommerce-account #customer_login .col-1 > div {
      padding: 20px;
      height: 30vw; }
    .woocommerce-account #customer_login .col-2 > div {
      padding: 20px;
      height: 30vw; } }
  @media all and (max-width: 960px) {
    .woocommerce-account .woocommerce-ResetPassword {
      padding: var(--pd-1) 25%; }
    .woocommerce-account #customer_login > div {
      height: 50vh;
      min-height: 440px; }
    .woocommerce-account #customer_login .col-1 > div {
      height: 37.5vw; }
    .woocommerce-account #customer_login .col-2 > div {
      height: 37.5vw; } }
  @media all and (max-width: 660px) {
    .woocommerce-account #customer_login > div {
      width: 100%;
      height: auto;
      min-height: auto; }
    .woocommerce-account #customer_login .col-1 {
      border-right: 0;
      border-bottom: var(--border-4) solid #000; }
      .woocommerce-account #customer_login .col-1 > div {
        padding: 40px 10px;
        height: auto; }
    .woocommerce-account #customer_login .col-2 {
      border-left: 0; }
      .woocommerce-account #customer_login .col-2 > div {
        padding: 40px 10px;
        height: auto; }
    .woocommerce-account .woocommerce-ResetPassword {
      padding: 40px 10px; } }

.dashboard-wrapper {
  border-bottom: var(--border-4) solid #000; }
  .dashboard-wrapper > .flex {
    min-height: 90vh; }
    .dashboard-wrapper > .flex nav {
      width: 16.66667%;
      border-right: var(--border-4) solid #000; }
      .dashboard-wrapper > .flex nav > ul {
        padding: var(--pd-1) 20px; }
      .dashboard-wrapper > .flex nav a {
        opacity: 1; }
        .dashboard-wrapper > .flex nav a:hover {
          opacity: 0.4; }
    .dashboard-wrapper > .flex mark {
      background-color: transparent; }
    .dashboard-wrapper > .flex > div {
      width: 83.33333%; }
      .dashboard-wrapper > .flex > div > div {
        padding: var(--pd-1) 20%; }
  .dashboard-wrapper form > h3 {
    margin: 0 0 20px; }
  .dashboard-wrapper form button[type='submit'] {
    margin: 20px 0 0; }
  .dashboard-wrapper form span:has(em) {
    display: inline-block;
    padding: 5px 0 0; }
  .dashboard-wrapper form span em {
    font-style: normal;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.4; }
  .dashboard-wrapper a {
    color: #000;
    opacity: 0.4; }
    .dashboard-wrapper a:hover {
      opacity: 1; }
  .dashboard-wrapper h2 {
    font-family: 'Font';
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px; }
    @media all and (max-width: 1680px) {
      .dashboard-wrapper h2 {
        font-size: 18px;
        line-height: 22px; } }
    @media all and (max-width: 1440px) {
      .dashboard-wrapper h2 {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 960px) {
      .dashboard-wrapper h2 {
        font-size: 14px;
        line-height: 18px; } }
  .dashboard-wrapper address {
    margin: 0 0 20px; }
  .dashboard-wrapper .password_strength {
    margin: 5px 0 0;
    opacity: 0.4; }
  .dashboard-wrapper .woocommerce-pagination {
    margin: 20px 0; }
  .dashboard-wrapper .woocommerce-Addresses {
    margin: 20px 0 0; }
  .dashboard-wrapper .woocommerce-Address {
    margin: 0;
    border-bottom: var(--border-4) solid #000;
    padding: 12px 0 14px; }
    .dashboard-wrapper .woocommerce-Address:first-of-type {
      border-top: var(--border-4) solid #000; }
    .dashboard-wrapper .woocommerce-Address .woocommerce-Address-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .dashboard-wrapper .woocommerce-Address .woocommerce-Address-title a {
        display: inline-block;
        margin: 0 0 0 auto; }
      .dashboard-wrapper .woocommerce-Address .woocommerce-Address-title h3 {
        margin: 0 20px 0 0; }
    .dashboard-wrapper .woocommerce-Address address {
      margin: 0; }
  .dashboard-wrapper .password-input > div {
    padding: 10px 0 0; }
  .dashboard-wrapper .woocommerce-orders-table {
    width: 100%;
    text-align: center;
    text-align: left; }
    .dashboard-wrapper .woocommerce-orders-table span {
      font-weight: 500; }
    .dashboard-wrapper .woocommerce-orders-table th {
      font-weight: 500;
      font-style: normal; }
    .dashboard-wrapper .woocommerce-orders-table thead th {
      padding: 0 0 10px;
      width: 20%;
      display: inline-block; }
    .dashboard-wrapper .woocommerce-orders-table tbody th {
      width: 20%;
      display: inline-block; }
    .dashboard-wrapper .woocommerce-orders-table tbody tr {
      height: var(--header-height);
      border-bottom: 1px solid #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .dashboard-wrapper .woocommerce-orders-table tbody tr:first-of-type {
        border-top: 1px solid #000; }
    .dashboard-wrapper .woocommerce-orders-table tbody tr:has(
    .woocommerce-orders-table__cell-order-actions
a:nth-of-type(2)
) {
      height: auto;
      padding: 10px 0; }
    .dashboard-wrapper .woocommerce-orders-table tbody td {
      width: 20%;
      display: inline-block; }
      .dashboard-wrapper .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a {
        display: block !important; }
        .dashboard-wrapper .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a:nth-of-type(2) {
          margin: 10px 0; }
        .dashboard-wrapper .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a:last-of-type {
          margin: 0; }
  .dashboard-wrapper .woocommerce-order-details {
    margin: 20px 0; }
    .dashboard-wrapper .woocommerce-order-details h2 {
      margin: 0 0 10px; }
  .dashboard-wrapper .woocommerce-customer-details h2 {
    margin: 0 0 10px; }
  .dashboard-wrapper .woocommerce-table__line-item {
    border-bottom: var(--border-4) solid #000;
    padding: 17px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dashboard-wrapper .woocommerce-table__line-item br:first-of-type {
      display: none; }
    .dashboard-wrapper .woocommerce-table__line-item > div:first-of-type {
      margin: 0 10px 0 0; }
    .dashboard-wrapper .woocommerce-table__line-item:first-of-type {
      border-top: var(--border-4) solid #000; }
  .dashboard-wrapper .payment__info {
    padding: 17px 0 19px;
    border-bottom: var(--border-4) solid #000; }
  @media all and (max-width: 660px) {
    .dashboard-wrapper .products {
      width: calc(100% + 20px);
      margin: 0 -10px; } }
  .dashboard-wrapper .products li {
    width: 50%; }
    .dashboard-wrapper .products li:first-of-type, .dashboard-wrapper .products li:nth-of-type(2) {
      border-top: 1px solid var(--border-color); }
    .dashboard-wrapper .products li:nth-of-type(odd) {
      border-left: 1px solid var(--border-color); }
    @media all and (max-width: 660px) {
      .dashboard-wrapper .products li:nth-of-type(odd) {
        border-left: 0; } }
  .dashboard-wrapper .woocommerce-notices-wrapper:has(> ul, > div) {
    margin: 0 0 20px;
    border-top: var(--border-4) solid #000; }
  .dashboard-wrapper .woocommerce-notices-wrapper > div {
    background: transparent;
    padding: 0; }
  .dashboard-wrapper .woocommerce-message {
    background: transparent;
    padding: 0; }
  .dashboard-wrapper .woocommerce-error {
    background: transparent;
    padding: 0; }
    .dashboard-wrapper .woocommerce-error li {
      color: #000; }
  @media all and (max-width: 1680px) {
    .dashboard-wrapper .payment__info {
      padding: 14px 0 16px; }
    .dashboard-wrapper .woocommerce-table__line-item {
      padding: 14px 0 16px; } }
  @media all and (max-width: 1160px) {
    .dashboard-wrapper > .flex > div > div {
      padding: var(--pd-1) 20px; }
    .dashboard-wrapper .payment__info {
      padding: 12px 0 14px; }
    .dashboard-wrapper .woocommerce-table__line-item {
      padding: 12px 0 14px; } }
  @media all and (max-width: 960px) {
    .dashboard-wrapper > .flex nav > ul {
      padding: var(--pd-1) 10px; }
    .dashboard-wrapper > .flex > div > div {
      padding: var(--pd-1) 10px; } }
  @media all and (max-width: 660px) {
    .dashboard-wrapper h2 {
      width: 100%;
      margin: 0; }
    .dashboard-wrapper .woocommerce-Address .woocommerce-Address-title {
      margin: 0 0 20px; }
      .dashboard-wrapper .woocommerce-Address .woocommerce-Address-title a {
        width: 100%; }
    .dashboard-wrapper > .flex {
      min-height: auto;
      display: block; }
      .dashboard-wrapper > .flex nav {
        width: 100%; }
        .dashboard-wrapper > .flex nav > ul {
          padding: 40px 10px; }
      .dashboard-wrapper > .flex > div {
        width: 100%; }
        .dashboard-wrapper > .flex > div > div {
          padding: 0 10px 40px; }
    .dashboard-wrapper .woocommerce-orders-table thead {
      display: none; }
    .dashboard-wrapper .woocommerce-orders-table tbody tr {
      height: auto;
      padding: 10px 0;
      display: block; }
    .dashboard-wrapper .woocommerce-orders-table tbody th {
      margin: 0 0 5px; }
    .dashboard-wrapper .woocommerce-orders-table tbody td {
      width: 100%;
      display: block;
      margin: 0 0 5px; }
      .dashboard-wrapper .woocommerce-orders-table tbody td:last-of-type {
        margin: 0; }
      .dashboard-wrapper .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-status, .dashboard-wrapper .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-total {
        width: 100%;
        display: block; } }

.lost-password-message {
  padding: var(--pd-1) 33.33333%;
  border-bottom: var(--border-4) solid #000; }
  @media all and (max-width: 960px) {
    .lost-password-message {
      padding: var(--pd-1) 25%; } }
  @media all and (max-width: 960px) {
    .lost-password-message {
      padding: 40px 10px; } }

.woocommerce-ResetPassword {
  padding: var(--pd-1) 33.33333% 0; }

.big-collection-container a,
.middle-collections-container a {
  display: block; }

.big-collection-container a:hover,
.middle-collections-container a:hover {
  opacity: 1;
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--cream); }

.big-collection-container a.cream-fill-with-border:hover,
.middle-collections-container a.cream-fill-with-border:hover {
  -webkit-text-stroke: var(--border-3) #000;
  -webkit-text-fill-color: var(--yellow); }

.tease-big-collection {
  width: 100%;
  position: relative;
  border-bottom: var(--border-4) solid #000; }
  .tease-big-collection:before {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none; }
  .tease-big-collection.with-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-right: var(--border-4) solid #000; }
    .tease-big-collection.with-slider .swiper-slide:last-of-type {
      border-right: 0; }
  .tease-big-collection.with-slider img {
    height: calc(100vh - var(--page-begin-2));
    min-height: 400px;
    width: auto;
    max-width: unset; }
    .tease-big-collection.with-slider img.full-image {
      width: 100%;
      max-width: 100%; }
  .tease-big-collection.with-slider a {
    width: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 6.25vw;
    z-index: 3;
    text-align: center; }
  .tease-big-collection.with-slider h2 {
    font-size: var(--font-big);
    line-height: 1; }
  @media all and (max-width: 960px) {
    .tease-big-collection.with-slider img {
      height: 50vh; } }
  @media all and (max-width: 660px) {
    .tease-big-collection.with-slider a {
      width: 75%;
      padding: 0 10px;
      text-align: center;
      bottom: 40px; } }
  .tease-big-collection.full a {
    display: block; }
  .tease-big-collection.full img {
    height: calc(100vh - var(--page-begin-2));
    min-height: 400px;
    width: auto;
    max-width: unset;
    width: 100%;
    max-width: 100%; }
  .tease-big-collection.full h2 {
    font-size: var(--font-big);
    line-height: 1;
    width: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 6.25vw;
    z-index: 3;
    text-align: center; }

.middle-collections-container {
  border-bottom: var(--border-4) solid #000; }
  .middle-collections-container > .flex {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }

.tease-mid-collection {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-right: var(--border-4) solid #000;
  border-bottom: var(--border-4) solid #000; }
  .tease-mid-collection:nth-of-type(odd) {
    border-left: 2px solid #000; }
  .tease-mid-collection:before {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
  .tease-mid-collection img {
    height: 111vh;
    min-height: 650px; }
  .tease-mid-collection a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    z-index: 2; }
  .tease-mid-collection h2 {
    font-size: 6.25vw;
    line-height: 6.25vw; }
  @media all and (max-width: 1160px) {
    .tease-mid-collection img {
      height: 100vh; } }
  @media all and (max-width: 960px) {
    .tease-mid-collection img {
      height: 60vh;
      min-height: 400px; } }
  @media all and (max-width: 660px) {
    .tease-mid-collection {
      width: 100%; }
      .tease-mid-collection h2 {
        padding: 0 10px;
        font-family: 'Font';
        font-size: 6.25vw;
        line-height: 6.25vw;
        /*@media all and (max-width: 660px) {
        font-size: 60px;
        line-height: 50px;
    }*/ } }
    @media all and (max-width: 660px) and (max-width: 660px) {
      .tease-mid-collection h2 {
        font-size: 50px;
        line-height: 40px; } }

.small-collections-container {
  border-bottom: var(--border-4) solid #000; }
  .small-collections-container > .flex {
    margin: 0 var(--negative-border-4) var(--negative-border-4); }

.tease-small-collection {
  width: 25%;
  border-right: var(--border-4) solid #000; }
  .tease-small-collection:nth-of-type(1) {
    border-left: var(--border-4) solid #000; }
  .tease-small-collection .full-image {
    height: 55vh;
    min-height: 480px; }
  .tease-small-collection .lower {
    padding: 7px 20px 20px;
    text-align: center; }
    .tease-small-collection .lower > h2 {
      padding: 0 0 70px; }
  .tease-small-collection a:hover {
    opacity: 1; }
    .tease-small-collection a:hover h2 {
      opacity: 0.4; }
  @media all and (max-width: 1160px) {
    .tease-small-collection .full-image {
      height: 40vh;
      min-height: 300px; }
    .tease-small-collection .lower > h2 {
      padding: 0 0 40px; } }
  @media all and (max-width: 960px) {
    .tease-small-collection {
      width: 50%; }
      .tease-small-collection .lower {
        padding: 7px 10px 10px; } }
  @media all and (max-width: 660px) {
    .tease-small-collection {
      width: 100%; }
      .tease-small-collection .lower {
        padding: 40px 10px; }
        .tease-small-collection .lower h2 {
          padding: 0 0 10px; } }

.tax-collection .tease-small-collection img {
  height: 55vh;
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  min-height: 480px; }

.tax-collection .widget_product_categories {
  display: none !important; }

.tax-collection .products-filters .filters__content .widget:nth-of-type(2) {
  border-top: var(--border-4) solid #000; }

@media all and (max-width: 1160px) {
  .tax-collection .tease-small-collection img {
    height: 40vh;
    min-height: 300px; } }

.about-intro > div {
  padding: 0 20px 20px;
  border-bottom: var(--border-4) solid #000; }

@media all and (max-width: 960px) {
  .about-intro > div {
    padding: 0 10px 10px; } }

.about-images {
  border-bottom: var(--border-4) solid #000; }
  .about-images > .flex {
    margin: 0 var(--negative-border-4); }
  .about-images .image-1 {
    width: 50%;
    border-right: var(--border-4) solid #000;
    border-left: var(--border-4) solid #000; }
    .about-images .image-1 .full-image {
      height: 111vh;
      min-height: 650px; }
  .about-images .image-2 {
    width: 50%;
    border-right: var(--border-4) solid #000; }
    .about-images .image-2 .full-image {
      height: 111vh;
      min-height: 650px; }
  @media all and (max-width: 1160px) {
    .about-images .image-1 .full-image {
      height: 100vh; }
    .about-images .image-2 .full-image {
      height: 100vh; } }
  @media all and (max-width: 960px) {
    .about-images .image-1 .full-image,
    .about-images .image-2 .full-image {
      min-height: 400px; } }
  @media all and (max-width: 660px) {
    .about-images .image-1 {
      width: 100%; }
      .about-images .image-1 .full-image {
        height: 75vh; }
    .about-images .image-2 {
      width: 100%; }
      .about-images .image-2 .full-image {
        height: 75vh; } }

.about-text-image {
  border-bottom: var(--border-4) solid #000; }
  .about-text-image > .flex {
    margin: 0 var(--negative-border-4); }
  .about-text-image .text {
    width: 50%;
    border-right: var(--border-4) solid #000;
    border-left: var(--border-4) solid #000; }
    .about-text-image .text > div {
      padding: var(--pd-1) calc(1 / 6 * 100%); }
  .about-text-image .image {
    width: 50%;
    border-right: var(--border-4) solid #000; }
    .about-text-image .image .full-image {
      height: calc(100vh - var(--page-begin-2)); }
  @media all and (max-width: 1160px) {
    .about-text-image .text > div {
      padding: var(--pd-1) 20px; } }
  @media all and (max-width: 660px) {
    .about-text-image .text {
      width: 100%;
      border-right: 0;
      border-left: 0;
      border-bottom: var(--border-4) solid #000; }
      .about-text-image .text > div {
        padding: 40px 10px; }
    .about-text-image .image {
      border-right: 0;
      width: 100%;
      border-bottom: var(--border-4) solid #000; }
      .about-text-image .image .full-image {
        height: 75vh;
        min-height: 400px; } }

.page-template-template-contact #header {
  background: var(--blue); }
  .page-template-template-contact #header .header__logo svg rect {
    fill: var(--blue) !important; }
  .page-template-template-contact #header .right-menu .login svg,
  .page-template-template-contact #header .right-menu .cart svg {
    color: var(--blue); }

.page-contact {
  background-color: var(--orange); }
  .page-contact .page-title {
    background-color: var(--orange); }

.contact-container {
  border-bottom: var(--border-4) solid #000; }
  .contact-container .image {
    width: 50%;
    height: inherit;
    border-right: 2px solid #000; }
    .contact-container .image img {
      height: 100%; }
  .contact-container .form {
    border-left: 2px solid #000;
    width: 50%;
    background: var(--yellow); }
    .contact-container .form:has(.gform_confirmation_message) > div {
      padding: 25vh calc(1 / 6 * 100%); }
    .contact-container .form > div {
      padding: var(--pd-1) calc(1 / 6 * 100%); }
    .contact-container .form h3 {
      margin: 0 0 30px; }
    .contact-container .form .upper {
      margin: 0 0 80px; }
      .contact-container .form .upper > .flex {
        margin: 0 -10px; }
      .contact-container .form .upper .info {
        width: 50%;
        padding: 0 10px; }
      .contact-container .form .upper .social-media {
        width: 50%;
        padding: 0 10px; }
  @media all and (max-width: 1440px) {
    .contact-container .form .upper {
      margin: 0 0 40px; } }
  @media all and (max-width: 1160px) {
    .contact-container .form > div {
      padding: var(--pd-1) 20px; } }
  @media all and (max-width: 960px) {
    .contact-container .image {
      width: 100%; }
      .contact-container .image img {
        height: 50vh;
        min-height: 400px; }
    .contact-container .form {
      width: 100%; }
      .contact-container .form > div {
        padding: 40px 16.66667%; }
      .contact-container .form h3 {
        margin: 0 0 15px; } }
  @media all and (max-width: 660px) {
    .contact-container .form > div {
      padding: 40px 10px; }
    .contact-container .form .upper > .flex {
      margin: 0; }
    .contact-container .form .upper .info {
      width: 100%;
      padding: 0;
      margin: 0 0 20px; }
    .contact-container .form .upper .social-media {
      width: 100%;
      padding: 0; }
    .contact-container .image img {
      height: 75vh; } }

.home-intro-slider {
  position: relative;
  border-bottom: var(--border-4) solid #000; }
  .home-intro-slider > h2 {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33.33333%;
    font-size: var(--font-big);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    text-align: center; }
  .home-intro-slider .swiper-slide a {
    display: block; }
    .home-intro-slider .swiper-slide a:hover {
      opacity: 1; }
  .home-intro-slider .swiper-slide img {
    height: calc(100vh - var(--page-begin-2)); }
  .home-intro-slider .swiper-button-next,
  .home-intro-slider .swiper-button-prev {
    width: 16.66667%;
    mix-blend-mode: difference;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    margin: 0;
    display: block;
    text-align: center;
    cursor: pointer; }
    .home-intro-slider .swiper-button-next.swiper-button-disabled,
    .home-intro-slider .swiper-button-prev.swiper-button-disabled {
      pointer-events: all;
      opacity: 1; }
      .home-intro-slider .swiper-button-next.swiper-button-disabled span,
      .home-intro-slider .swiper-button-prev.swiper-button-disabled span {
        display: none; }
    .home-intro-slider .swiper-button-next:hover span,
    .home-intro-slider .swiper-button-prev:hover span {
      opacity: 0.4; }
    .home-intro-slider .swiper-button-next.enabled span,
    .home-intro-slider .swiper-button-prev.enabled span {
      opacity: 1; }
    .home-intro-slider .swiper-button-next:after,
    .home-intro-slider .swiper-button-prev:after {
      display: none; }
    .home-intro-slider .swiper-button-next span,
    .home-intro-slider .swiper-button-prev span {
      display: block;
      color: unset;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      opacity: 0;
      -webkit-transition: opacity 0.35s;
      -o-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    @media all and (max-width: 1160px) {
      .home-intro-slider .swiper-button-next,
      .home-intro-slider .swiper-button-prev {
        display: none; } }
  .home-intro-slider .swiper-button-next {
    right: 0; }
    .home-intro-slider .swiper-button-next span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .home-intro-slider .swiper-button-prev {
    left: 0; }
    .home-intro-slider .swiper-button-prev span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media all and (max-width: 660px) {
    .home-intro-slider > h2 {
      bottom: unset;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      width: 75%; } }

.home-categories {
  /*.col-1-upper {
        margin: 0 0 30px;

        a:hover {
            .shape svg path {
                fill: var(--orange);
            }
        }
        .shape img {
            bottom: 3.125vw;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .col-1-lower {
        a:hover {
            .shape svg path {
                fill: var(--orange);
            }
        }
        .shape img {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .col-2-upper {
        margin: 0 0 80px;
        a:hover {
            .shape svg path {
                fill: var(--blue);
            }
        }
        .shape img {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .col-3-upper {
        margin: 0 0 30px;
        position: relative;
        a:hover {
            .shape svg path {
                fill: var(--blue);
            }
        }
        .shape img {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        h2 {
            position: absolute;
            transform-origin: center;
            right: 15.5%;
            bottom: 7.5%;
            transform: rotate(-30deg);
        }
    }

    .col-3-lower {
        a:hover {
            .shape svg path {
                fill: var(--yellow);
            }
        }
        .shape img {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -35%);
        }
    }*/
  /*
    @media all and (max-width: 1440px) {
        .col-3-upper h2 {
            right: 11.5%;
            bottom: 7.5%;
        }
    }
    @media all and (max-width: 1160px) {
        .col-3-upper h2 {
            right: 4.5%;
            bottom: 5.5%;
        }
    }
    @media all and (max-width: 960px) {
        .categories-container {
            padding: 60px 10px;
            > .flex {
                margin: 0 -5px;
                > div {
                    padding: 0 5px;
                }
            }
        }
    }
    @media all and (max-width: 660px) {
        .mobile-title {
            display: block;
        }

        .categories-container {
            padding: 20px 10px;
            > .flex {
                margin: 0;
                > div {
                    padding: 0 10px;
                    width: 100%;
                }
            }
        }

        .col {
            margin: 0 0 30px;
        }

        .col .shape img {
            max-height: 45%;
        }
        .col-1-upper .shape img {
            bottom: 8vw;
        }

        .col-2-lower {
            display: none;
        }

        .col-3-lower {
            margin: 0;
        }
    }
        */ }
  .home-categories > h2 {
    padding: 20px 20px 60px;
    text-align: center; }
  .home-categories .categories-container {
    padding: 0 20px 60px;
    border-bottom: var(--border-4) solid #000; }
  .home-categories .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important; }
  .home-categories .swiper-slide {
    width: 30vw; }
  .home-categories .col {
    text-align: center; }
    .home-categories .col a {
      display: block; }
      .home-categories .col a:hover {
        opacity: 1; }
    .home-categories .col .shape {
      position: relative;
      margin: 0 0 20px; }
      .home-categories .col .shape img {
        position: absolute;
        max-height: 50%;
        max-width: unset;
        width: auto; }
  .home-categories .col-1 a:hover .shape svg path {
    fill: var(--orange); }
  .home-categories .col-1 .shape img {
    bottom: 3.125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .home-categories .col-2 a:hover .shape svg path {
    fill: var(--orange); }
  .home-categories .col-2 .shape img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .home-categories .col-3 {
    position: relative; }
    .home-categories .col-3 .shape svg path {
      fill: var(--orange); }
    .home-categories .col-3 .shape img {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .home-categories .col-3 h2 {
      position: absolute;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      right: 15.5%;
      bottom: 7.5%;
      -webkit-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
              transform: rotate(-30deg); }
  .home-categories .col-4 a:hover .shape svg path {
    fill: var(--yellow); }
  .home-categories .col-4 .shape img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%); }
  .home-categories .col-5 .shape svg path {
    fill: var(--yellow); }
  .home-categories .col-5 a:hover .shape svg path {
    fill: var(--orange); }
  .home-categories .col-5 .shape img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media all and (max-width: 1440px) {
    .home-categories .col-3 h2 {
      right: 11.5%;
      bottom: 7.5%; } }
  @media all and (max-width: 1160px) {
    .home-categories > h2 {
      padding: 20px 20px 40px; }
    .home-categories .categories-container {
      padding: 0 20px 40px; }
    .home-categories .col-3 h2 {
      right: 3%;
      bottom: 10%; } }
  @media all and (max-width: 960px) {
    .home-categories .swiper-slide {
      width: 40vw; }
    .home-categories .col-3 {
      width: 35vw; } }
  @media all and (max-width: 660px) {
    .home-categories .swiper-slide {
      width: 65vw; }
    .home-categories .col-3 {
      width: 65vw; } }

.home-collections .tease-mid-collection {
  width: 33.33333%; }
  .home-collections .tease-mid-collection img {
    height: 100vh; }

@media all and (max-width: 960px) {
  .home-collections .tease-mid-collection img {
    height: 60vh; } }

@media all and (max-width: 660px) {
  .home-collections .tease-mid-collection {
    width: 100%; } }

.home-products > h2 {
  padding: 18px 20px;
  border-bottom: var(--border-4) solid #000;
  text-align: center; }

.terms-container > h2 {
  padding: 20px 20px 40px; }

.terms-container .texts {
  padding: 0 20px 0 50%; }

.terms-container .text-container {
  margin: 0 0 60px; }

.terms-container .title {
  margin: 0 0 40px; }
  .terms-container .title > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .terms-container .title > .flex > div {
      width: 16.66667%; }
    .terms-container .title > .flex > h2 {
      width: 83.33333%; }

.terms-container .text {
  padding: 0 0 0 50%; }

@media all and (max-width: 1440px) {
  .terms-container .text {
    padding: 0 0 0 41.66667%; } }

@media all and (max-width: 1160px) {
  .terms-container .text {
    padding: 0 0 0 16.66667%; } }

@media all and (max-width: 960px) {
  .terms-container > h2 {
    padding: 20px 10px 40px; }
  .terms-container .texts {
    padding: 0 10px 0 50%; }
  .terms-container .title > .flex > div {
    width: auto;
    margin: 0 10px 0 0; }
  .terms-container .text {
    padding: 0 0 0 15px; } }

@media all and (max-width: 660px) {
  .terms-container .texts {
    padding: 0 10px; } }
