body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gascogne", "serif";
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}

.checkout-wrap .text-base, .checkout-wrap p {
  margin-bottom: 0em;
}

.checkout-wrap .text-sm {
  font-size: 0.85rem;
  line-height: 1.4;
}

.checkout-wrap li {
  margin-bottom: 0px;
}

.checkout-wrap h1,
.checkout-wrap h2,
.checkout-wrap h3,
.checkout-wrap h4,
.checkout-wrap h5,
.checkout-wrap h6 {
  font-family: "Good Sans", sans-serif;
  font-weight: 500;
}

.text-base,
body p {
  margin-bottom: 1em;
}

li {
  margin-bottom: 1em;
}

button,
[type="submit"],
.btn,
a {
  transition: 0.25s;
}

button:before, button:after,
  button *,
  [type="submit"]:before,
  [type="submit"]:after,
  [type="submit"] *,
  .btn:before,
  .btn:after,
  .btn *,
  a:before,
  a:after,
  a * {
  transition: 0.25s;
}

ol.styled-list li,
ul.styled-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .1em;
}

ul.styled-list li:before {
  content: '';
  position: absolute;
  top: .75em;
  left: .65em;
  width: .175em;
  height: .175em;
  border-radius: .2em;
  background-color: #062D41;
}

ol.styled-list {
  counter-reset: section;
}

ol.styled-list li:before {
  content: '';
  position: absolute;
  counter-increment: section;
  content: counter(section) ". ";
  left: 0;
  width: 1.5em;
}

p a,
li a {
  color: #000;
  text-decoration: underline;
}

p a:hover, p a:focus-visible,
  li a:hover,
  li a:focus-visible {
  color: #043852;
}

a {
  color: #1D65F0;
  text-decoration: underline;
}

a:hover, a:focus-visible {
  color: #043852;
}

.btn-con .btn {
  margin-right: 50px;
}

.btn-con .btn:last-of-type {
  margin-right: 0;
}

blockquote {
  position: relative;
  font-size: 3.3793rem;
  line-height: .580;
  line-height: 1;
  font-family: "Gascogne", "serif";
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

address {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25em;
  margin-bottom: 1.1em;
}

table {
  text-align: left;
  vertical-align: top;
  margin-bottom: 41px;
  width: 100%;
}

table tr {
  vertical-align: top;
}

table tr:last-of-type th,
    table tr:last-of-type td {
  padding: 0 0;
}

table th,
  table td {
  padding: 0 0 25px;
}

table th {
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: top;
  width: 50.5%;
  font-weight: 500;
}

@media (max-width: 768px) {
  table th {
    font-size: .875rem;
  }
}

table td {
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: top;
}

@media (max-width: 768px) {
  table td {
    font-size: .875rem;
  }
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Good Sans, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #697586;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #697586;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-8 {
  left: 2rem;
}

.z-10 {
  z-index: 10;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-full {
  grid-column: 1 / -1;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-0 {
  margin-top: 0px;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-96 {
  height: 24rem;
}

.h-px {
  height: 1px;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-full {
  height: 100%;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-auto {
  width: auto;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-screen-xl {
  max-width: 1536px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 231, 235, var(--tw-divide-opacity));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 214, 221, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 246, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.border-orange-850 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 146, 72, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 214, 221, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 53, 53, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 101, 240, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 56, 82, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(142, 5, 250, var(--tw-bg-opacity));
}

.bg-navy-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 56, 82, var(--tw-bg-opacity));
}

.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 246, var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 248, var(--tw-bg-opacity));
}

.bg-orange2-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 146, 72, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-orange-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 146, 72, var(--tw-bg-opacity));
}

.bg-gold-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 103, 46, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-navy-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 56, 81, var(--tw-bg-opacity));
}

.hover\:bg-orange2-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 104, 49, var(--tw-bg-opacity));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 104, 49, var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

.font-sans {
  font-family: Good Sans, sans-serif;
}

.font-title {
  font-family: Chapter, serif;
}

.font-gas {
  font-family: GascogneTS-Bold, sans-serif;
}

.font-meek {
  font-family: meekdisplay, sans-serif;
}

.font-good {
  font-family: Good Sans, sans-serif;
}

.font-chapter {
  font-family: Chapter, sans-serif;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: .75rem;
  line-height: 1.4;
}

.text-base {
  font-size: 1rem;
  line-height: 1.2;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-xl {
  font-size: 1.375rem;
  line-height: 1.3;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-3xl {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-4xl {
  font-size: 2.5rem;
  line-height: 1.275;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-2sm {
  font-size: .625rem;
  line-height: 1.2;
}

.text-mobile {
  font-size: .875rem;
  line-height: 1.4;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.capitalize {
  text-transform: capitalize;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-90 {
  --tw-text-opacity: 1;
  color: rgba(154, 163, 178, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 231, 235, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(105, 117, 134, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 119, 132, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(78, 89, 100, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(58, 69, 79, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(37, 46, 54, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(21, 28, 35, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(225, 53, 53, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(248, 190, 52, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(29, 101, 240, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 56, 82, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 45, 65, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-navy-500 {
  --tw-text-opacity: 1;
  color: rgba(4, 56, 82, var(--tw-text-opacity));
}

.text-navy-800 {
  --tw-text-opacity: 1;
  color: rgba(3, 40, 58, var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgba(105, 117, 134, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(21, 28, 35, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 119, 132, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.opacity-75 {
  opacity: 0.75;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 214, 221, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

a.productlink {
  text-align: center;
  min-height: 70px;
  display: block;
}

body, .defineheader {
  background: #fcfbfa !important;
}

@font-face {
  font-family: "meekdisplay";

  src: url("/wp-content/themes/kiva/public/fonts/Meek_Display_v0.2-Super.woff2") format("woff2"), url("/wp-content/themes/kiva/public/fonts/Meek_Display_v0.2-Super.woff") format("woff");
}

.filter-open body {
  overflow: hidden;
}

.variantitem {
  margin-right: 8px;
}

.swiper-wrapper2 {
  width: 1450px;
}

@media only screen and (max-width: 600px) {
  .swiper-wrapper2 {
    width: 873px;
  }
}

.swiper3 {
  overflow-y: hidden;
  overflow-x: auto;
}

.btn:hover {
  background: #a37d4d !important;
}

div#vc-message-box {
  display: none;
}

.modalopen {
  overflow: hidden;
}

.idscanner, .addressentry, .scheduleform, .cardentry {
  z-index: 9999999999;
}

@font-face {
  font-family: "GascogneTS-Bold";

  src: url("/wp-content/themes/kiva/public/fonts/GascogneTSBold/gascogne-serial-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/kiva/public/fonts/GascogneTSBold/gascogne-serial-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Good Sans Extra';

  src: url("/wp-content/themes/kiva/public/fonts/goodsans/GoodSans-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/kiva/public/fonts/goodsans/GoodSans-ExtraLight.woff") format("woff");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Chapter';

  src: url("/wp-content/themes/kiva/assets/fonts/chapter.woff2") format("woff2"), url("/wp-content/themes/kiva/assets/fonts/chapter.woff2") format("woff");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';

  src: url("/wp-content/themes/kiva/public/fonts/goodsans/GoodSans-HeavyItalic.woff2") format("woff2"), url("/wp-content/themes/kiva/public/fonts/goodsans/GoodSans-HeavyItalic.woff") format("woff");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

.btn.disabled {
  background: #666;
  border: #666;
  opacity: 0.8;
}

.btn.disabled:hover {
  background: #666;
  border: #666;
  opacity: 0.8;
  cursor: not-allowed;
}

@media only screen and (min-width: 1024px) {
  .modal.instructionsmodal, .modal.promomodal {
    max-width: 600px !important;
    vertical-align: top;
    margin-top: 80px;
  }

  .idscaninner {
    background: white;
    width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 13px;
    filter: drop-shadow(1px 1px 2px #000);
    margin-top: 69px;
  }
}

.noaddressset {
  display: none !important;
}

a.remove.removefromcart {
  position: absolute;
  right: 5px;
  top: 15px;
}

.match {
  margin-bottom: 8px;
}

a.remove.removefromcart svg {
  width: 12px;
  height: 12px;
}

@font-face {
  font-family: 'Gascogne';

  src: url("../fonts/Gascogne-Bold.woff2") format("woff2"), url("../fonts/Gascogne-Bold.woff") format("woff"), url("../fonts/Gascogne-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';

  src: url("../fonts/GoodSans-Light.woff2") format("woff2"), url("../fonts/GoodSans-Light.woff") format("woff"), url("../fonts/GoodSans-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';

  src: url("../fonts/GoodSans-Regular.woff2") format("woff2"), url("../fonts/GoodSans-Regular.woff") format("woff"), url("../fonts/GoodSans-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';

  src: url("../fonts/GoodSans-Medium.woff2") format("woff2"), url("../fonts/GoodSans-Medium.woff") format("woff"), url("../fonts/GoodSans-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Good Sans';

  src: url("../fonts/GoodSans-Bold.woff2") format("woff2"), url("../fonts/GoodSans-Bold.woff") format("woff"), url("../fonts/GoodSans-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

header .site-logo img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "KnockoutA";

  src: url(data:application/x-font-woff2;base64,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);

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "KnockoutB";

  src: url(data:application/x-font-woff2;base64,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);

  font-weight: 400;

  font-style: normal;
}

.mobile-cart {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  background-image: url(../images/cart3.svg);
  background-repeat: no-repeat;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

strong {
  font-weight: 500;
}

header {
  position: relative;
  z-index: 99;
}

header .bg-yellow .middle-con {
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}

header .bg-yellow .middle-con form {
  display: none;
}

@media (max-width: 1023px) {
  header .bg-white .container {
    border-bottom: 1px solid #EEF2F6;
  }
}

header .bg-white input {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}

header .bg-white .btn.white {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}

header .bg-white .btn.white:hover, header .bg-white .btn.white:focus-visible {
  background-color: #E6EAEC;
  border-color: #E6EAEC;
  color: #062D41;
}

header .bg-white .btn.white:hover svg *, header .bg-white .btn.white:focus-visible svg * {
  fill: #062D41;
}

header .site-logo {
  width: 110.28px;
}

@media (max-width: 1023px) {
  header .site-logo {
    width: 91.9px;
  }
}

header i {
  margin-bottom: 0;
}

header .left-con + .right-con {
  margin-left: auto;
}

@media (max-width: 1023px) {
  header .left-con {
    order: 1;
    margin-right: 5px;
  }
}

header .right-con {
  min-width: 400px;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  header .right-con {
    order: 2;
    min-width: 0;
    margin-left: auto;
    padding-right: 0;
  }

  header .right-con .btn {
    margin-left: 8px;
    padding: 7px 10px;
  }

  header .right-con .btn.white svg {
    max-height: 16px;
    width: auto;
  }

  header .right-con .btn.white:nth-last-of-type(3) {
    position: absolute;
    top: 121px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border-color: transparent;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
    padding-right: 28px;
    padding-left: 28px;
    min-width: 200px;
    margin-left: 0;
  }

  header .right-con .btn.white:nth-last-of-type(3):hover, header .right-con .btn.white:nth-last-of-type(3):focus-visible {
    background-color: #93672E;
    border-color: #93672E;
  }

  header .right-con .btn.blue {
    font-size: 0;
    min-height: 35.2px;
  }

  header .right-con .btn.blue svg {
    margin-right: 0;
  }
}

header a.search {
  width: 30.75px;
  height: 30.11px;
  display: inline-block;
}

@media (min-width: 1024px) {
  header a.search {
    display: none;
  }
}

@media (max-width: 1023px) {
  .search-open header a.search {
    position: relative;
  }

  .search-open header a.search svg {
    display: none;
  }

  .search-open header a.search::before, .search-open header a.search:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #E13535;
    transition: 0.25s;
  }

  .search-open header a.search::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .search-open header a.search::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

header .middle-con {
  width: 700px;
  max-width: calc(100% - 162.273px - 48px - 400px - 16px);
  margin-right: auto;
}

@media (max-width: 1023px) {
  header .middle-con {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
}

.bg-yellow header .middle-con {
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}

header form {
  margin: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  header form {
    margin-top: 17px;
    margin-bottom: 34px;
  }

  .search-open header form {
    display: block;
  }
}

header form input::-webkit-input-placeholder,
    header form textarea::-webkit-input-placeholder {
  font-size: 1rem;
}

header form input:-moz-placeholder,
    header form textarea:-moz-placeholder {
  font-size: 1rem;
}

header form input::-moz-placeholder,
    header form textarea::-moz-placeholder {
  font-size: 1rem;
}

header form input:-ms-input-placeholder,
    header form textarea:-ms-input-placeholder {
  font-size: 1rem;
}

header form input {
  font-size: 1rem;
  margin: 0;
  padding: 17px 17px 17px 55px;
  border-radius: 5rem;
}

@media (max-width: 1023px) {
  header form input {
    padding: 9.5px 9.5px 9.5px 55px;
  }
}

header form input:focus {
  border-color: #062D41 !important;
}

header form [type=submit] {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

header form [type=submit]:hover svg path, header form [type=submit]:focus-visible svg path {
  fill: #1D65F0;
}

header form [type=submit] svg path {
  fill: #062D41;
  transition: 0.25s;
}

header form .search-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

header form .search-drop.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header form .search-drop .inner-inner {
  display: flex;
  align-items: center;
}

header form .search-drop .img-side {
  border-radius: 5px;
  margin-right: 13px;
}

header form .search-drop .img-side img {
  border-radius: 5px;
}

@media (max-width: 1023px) {
  html.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  html:has(.fixed-shop) footer {
    padding-bottom: 52px;
  }
}

.main-menu-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  background-color: #ffffff;
  z-index: 115;
  height: 100vh;
  padding: 95.2px 24px 95.2px;
  overflow: auto;
  transition: 0.25s;
  transform: translate(-100%);
}

.menu-open .main-menu-con {
  transform: translate(0%);
  box-shadow: 0 0 0 calc(100vw - 300px) rgba(0, 0, 0, 0.3);
}

.main-menu-con .inner {
  max-height: calc(100vh - 95.2px - 95.2px);
  overflow: auto;
}

.main-menu-con .accessibility {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1D9BF0;
  padding: 2px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.main-menu-con .accessibility:hover, .main-menu-con .accessibility:focus-visible {
  background-color: #1D65F0;
}

.main-menu-con .accessibility svg {
  width: 100%;
}

.main-menu-con .underline-link {
  color: #697586;
  text-decoration: underline;
}

.main-menu-con .underline-link:hover, .main-menu-con .underline-link:focus-visible {
  color: #93672E;
}

.main-menu-con hr + ul.main-menu {
  padding: 23px 0 0;
}

.main-menu-con .close {
  width: 20px;
  height: 20px;
  top: 38px;
  left: 24px;
  display: block;
  position: absolute;
}

@media (max-width: 1023px) {
  .main-menu-con .close {
    top: 28px;
  }
}

.main-menu-con .close::before, .main-menu-con .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #062D41;
  transition: 0.25s;
}

.main-menu-con .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.main-menu-con .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-menu-con .btn {
  width: 100%;
}

.burger {
  height: 20px;
  width: 20px;
  border-radius: 0;
  line-height: 20px;
  padding: 0;
  perspective: 900000px;
  z-index: 1;
  position: relative;
  transition: 0.25s;
  font-weight: 400;
  border-radius: 0;
}

@media (max-width: 1023px) {
  .burger {
    height: 20px;
    width: 20px;
    line-height: 20px;
    z-index: 3;
    display: block;
    margin-right: 20px;
  }
}

.burger:hover {
  cursor: pointer;
}

.burger .line1 {
  width: 20px;
  max-width: 100%;
  height: 4px;
  background-color: #062D41;
  position: absolute;
  top: 8px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .burger .line1 {
    width: 20px;
    height: 4px;
    top: 8px;
  }
}

.burger .line1:before, .burger .line1:after {
  width: 20px;
  max-width: 20px;
  height: 4px;
  position: absolute;
  content: '';
  left: 0px;
  border-radius: 2px;
  transform-origin: center center;
  background-position: center center;
  transition: 0.25s;
}

@media (max-width: 1023px) {
  .burger .line1:before, .burger .line1:after {
    width: 20px;
    height: 4px;
    border-radius: 2px;
  }
}

.burger .line1:before {
  transform: translateY(-8px);
  background-color: #062D41;
}

@media (max-width: 1023px) {
  .burger .line1:before {
    transform: translateY(-8px);
  }
}

.burger .line1:after {
  transform: translateY(8px);
  background-color: #062D41;
}

@media (max-width: 1023px) {
  .burger .line1:after {
    transform: translateY(8px);
  }
}

.burger.close:before {
  transition: color .1s .25s;
}

.burger.close .line1 {
  background-color: #062D41;
  transition: visibility .1s .2s, background-color .1s .2s, background-size .1s .2s;
  background-size: 100% 100%;
}

.burger.close .line1:before {
  transform: translateY(-8px);
  background-color: #062D41;
  visibility: visible;
  animation: before .5s linear;
  transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}

@media (max-width: 1023px) {
  .burger.close .line1:before {
    transform: translateY(-8px);
    animation: beforeM .5s linear;
  }
}

.burger.close .line1:after {
  transform: translateY(8px);
  background-color: #062D41;
  visibility: visible;
  animation: after .5s linear;
  transition: all 0.25s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}

@media (max-width: 1023px) {
  .burger.close .line1:after {
    transform: translateY(8px);
    animation: afterM .5s linear;
  }
}

@keyframes before {
  0% {
    transform: rotate(-45deg) translateY(0);
  }

  33% {
    transform: rotate(0deg) translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes after {
  0% {
    transform: rotate(45deg) translateY(0);
  }

  33% {
    transform: rotate(0deg) translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes beforeM {
  0% {
    transform: rotate(-45deg) translateY(0);
  }

  33% {
    transform: rotate(0deg) translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes afterM {
  0% {
    transform: rotate(45deg) translateY(0);
  }

  33% {
    transform: rotate(0deg) translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(8px);
  }
}

.burger.open {
  z-index: 112;
  background-color: transparent;
}

.burger.open .line1 {
  transform-origin: 50% 50%;
  transition: visibility .1s .25s, background-color .1s .25s, background-size .1s .25s;
  background-color: transparent;
  background-size: 100% 0;
}

.burger.open .line1:before {
  transform: rotate(45deg) translateY(0);
  background-color: #062D41;
  visibility: visible;
  animation: before-open .5s linear;
  transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
}

@media (max-width: 1023px) {
  .burger.open .line1:before {
    animation: before-openM .5s linear;
  }
}

.burger.open .line1:after {
  transform: rotate(-45deg) translateY(0);
  background-color: #062D41;
  visibility: visible;
  animation: after-open .5s linear;
  transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
}

@media (max-width: 1023px) {
  .burger.open .line1:after {
    animation: after-openM .5s linear;
  }
}

@keyframes before-open {
  0% {
    transform: translateY(-8px);
  }

  33% {
    transform: translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: rotate(45deg) translateY(0);
  }
}

@keyframes after-open {
  0% {
    transform: translateY(8px);
  }

  33% {
    transform: translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: rotate(-45deg) translateY(0);
  }
}

@keyframes before-openM {
  0% {
    transform: translateY(-8px);
  }

  33% {
    transform: translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: rotate(45deg) translateY(0);
  }
}

@keyframes after-openM {
  0% {
    transform: translateY(8px);
  }

  33% {
    transform: translateY(0);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: rotate(-45deg) translateY(0);
  }
}

ul.main-menu {
  margin: 0;
  padding: 32px 0 0;
  font-size: 0;
}

ul.main-menu li {
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  margin: 0 0;
}

@media (max-width: 1360px) and (min-width: 1024px) {
  ul.main-menu li {
    margin: 0 4px;
  }
}

@media (max-width: 1023px) {
  ul.main-menu li {
    margin: 0;
  }
}

ul.main-menu li:first-of-type {
  margin-left: 0;
}

ul.main-menu li.has-children {
  position: relative;
}

@media (min-width: 1024px) {
  ul.main-menu li.has-children:hover > ul, ul.main-menu li.has-children:focus-visible > ul {
    display: block;
  }
}

@media (max-width: 1023px) {
  ul.main-menu li.has-children.open ul {
    transform: translate(0%);
  }
}

ul.main-menu li.has-children > a {
  padding-right: 18px;
}

@media (max-width: 1023px) {
  ul.main-menu li.has-children > a {
    padding-right: 30px;
    pointer-events: none;
  }
}

ul.main-menu li.has-children > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 9.28px;
  height: 16px;
  background-image: url(../images/menu-arrow.svg);
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  ul.main-menu li.has-children > a:before {
    background-image: url(../images/menu-arrow-right.svg);
    width: 31.2px;
    height: 11.13px;
    top: 33px;
  }
}

ul.main-menu li > ul {
  background-color: #062D41;
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  width: 192px;
  max-width: 192px;
  z-index: 2;
  display: none;
}

@media (max-width: 1023px) {
  ul.main-menu li > ul {
    background-color: #FCF5EE;
    position: fixed;
    width: 300px;
    max-width: 300px;
    display: block;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
    padding: 102px 32px 32px;
    transform: translate(-100%);
    transition: 0.25s;
  }

  ul.main-menu li > ul::before {
    content: '';
    position: absolute;
    background-image: url(../images/menu-arrow-left.svg);
    background-repeat: no-repeat;
    width: 40.4px;
    height: 16px;
    top: 57px;
    left: 32px;
    background-size: 100% auto;
    cursor: pointer;
  }
}

ul.main-menu li > ul li {
  margin: 0 34px 6px;
  text-align: left;
}

@media (max-width: 1023px) {
  ul.main-menu li > ul li {
    margin: 0;
  }
}

ul.main-menu li > ul li:first-of-type {
  margin: 16px 34px 6px;
}

@media (max-width: 1023px) {
  ul.main-menu li > ul li:first-of-type {
    margin: 0;
  }
}

ul.main-menu li > ul li:last-of-type {
  margin: 0 34px 16px;
}

@media (max-width: 1023px) {
  ul.main-menu li > ul li:last-of-type {
    margin: 0 0 32px;
  }
}

ul.main-menu li > ul li > a {
  color: #FCF5EE;
  display: block;
}

@media (max-width: 1023px) {
  ul.main-menu li > ul li > a {
    color: #062D41;
  }
}

ul.main-menu li > a {
  font-size: 1rem;
  width: auto;
  color: #062D41;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: inline-block;
  position: relative;
  padding: 11.5px 0;
  z-index: 2;
  transition: all 0.25s 0s, z-index 0s 0s;
}

ul.main-menu li > a:hover {
  color: #93672E;
}

ul.main-menu li > a.active {
  color: #93672E;
}

footer {
  background-color: #062D41;
}

@media (max-width: 768px) {
  footer .container {
    padding-right: 4px;
    padding-left: 4px;
  }
}

footer a:hover, footer a:focus-visible {
  color: #062D41;
}

@media (min-width: 1024px) {
  footer .text-con {
    width: 21%;
  }
}

@media (min-width: 769px) {
  footer .location-con {
    width: 66.066667%;
  }
}

@media (min-width: 769px) {
  footer .menu-con {
    width: 11.9%;
  }
}

@media (max-width: 768px) {
  footer .menu-con {
    width: 41.4%;
  }
}

@media (min-width: 769px) {
  footer .contact-con {
    width: 22.033333%;
  }
}

@media (max-width: 768px) {
  footer .contact-con {
    width: 58.6%;
  }
}

footer .contact-con a {
  word-wrap: break-word;
}

footer .contact-con a:hover, footer .contact-con a:focus-visible {
  color: #93672E;
}

@media (max-width: 1023px) {
  footer .contact-con .text-xs {
    line-height: 1.975;
  }
}

footer table {
  margin-bottom: 0;
  width: 310px;
  max-width: 100%;
  font-size: .875rem;
}

footer table * {
  font-size: .875rem;
}

footer table th,
    footer table td {
  padding: 0 0 5px;
}

footer table td {
  color: #697586;
}

footer ul.footer-menu li {
  margin-bottom: .55em;
}

footer ul.footer-menu li a {
  text-decoration: none;
  font-size: 14px;
  color: white;
}

footer ul.footer-menu li a:hover {
  color: #93672E;
}

footer .media-con a {
  font-size: 27px;
}

footer .line {
  height: 1px;
  background-color: white;
  margin-top: 3px;
}

@media (max-width: 768px) {
  footer .line {
    margin-top: -6px;
  }
}

footer .small-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 12px;
}

@media (max-width: 1023px) {
  footer .small-menu {
    justify-content: flex-start;
    margin-top: 7px;
  }
}

footer .small-menu li {
  margin-bottom: 0;
  font-size: 12px;
}

footer .small-menu li + li {
  margin-left: 48px;
}

@media (max-width: 768px) {
  footer .small-menu li + li {
    margin-left: 30px;
  }
}

footer .small-menu li a {
  font-size: 12px;
  color: #ffffff;
}

footer .small-menu li a:hover {
  color: #93672E;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #697586;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 1rem;
  color: #697586;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 1rem;
  color: #697586;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #697586;
}

.ur-frontend-form {
  border: 0px solid #dee0e9 !important;
  padding: 0px !important;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
  margin-left: 0px !important;
  margin-top: 14px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  font-weight: 500 !important;
}

button.btn.button.ur-submit-button, .ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
  padding: 7.9px 15.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  font-family: "Good Sans", "sans-serif";
  background-color: transparent;
  transition: 0.25s;
  color: #ffffff;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #EF6831;
  background-color: #EF6831;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  border-radius: 40px;
  float: none;
}

nav.user-registration-MyAccount-navigation {
  display: none;
}

label.user-registration-form__label.user-registration-form__label-for-checkbox.inline span {
  margin: 14px 0px;
}

#user-registration .user-registration-MyAccount-content {
  padding: 11px !important;
}

#user-registration, #user-registration.horizontal {
  box-shadow: none !important;
}

.user-registration-profile-fields h2 {
  display: none;
}

.user-registration-profile-header {
  display: none !important;
}

.ur-frontend-form input[type=submit] {
  float: none;
  border-radius: 8px;
}

input#rememberme {
  display: none !important;
}

.input-checkbox {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: none !important;
}

.input-text {
  display: block;
  padding: 13.4px 14px !important;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Good Sans", "sans-serif" !important;
  color: #062D41 !important;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  border: 1px solid #CDD5DF;
  background-color: #ffffff;
  border-radius: 5px !important;
  -webkit-appearance: none;
  box-shadow: none;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0 0px !important;
}

form {
  margin: 0 auto;
  width: auto;
  margin-bottom: 0;
}

form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html form {
  height: 1%;
}

form .btn {
  margin-bottom: 12px;
  padding: 13.4px 13.4px;
}

form .btn.w-6\/12.mr-2.btn-arrow, form .btn.w-6\/12.ml-2.btn-arrow {
  padding-left: 10px;
  padding-right: 10px;
}

form .w-6\/12.mr-2,
  form .w-6\/12.ml-2 {
  width: calc(50% - .5rem);
}

input,
textarea,
select {
  display: block;
  padding: 13.4px 14px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Good Sans", "sans-serif";
  color: #062D41;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  border: 1px solid #CDD5DF;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
  box-shadow: none;
}

.bg-yellow input, .bg-yellow
  textarea, .bg-yellow
  select {
  background-color: #ffffff;
  border-color: #ECECEC;
}

textarea {
  height: 177px;
  min-height: 177px;
  min-width: 100%;
}

@media (max-width: 1023px) {
  textarea {
    height: 143px;
    min-height: 143px;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #062D41;
}

[type="file"] {
  border: none;
  padding: 0;
}

select {
  padding-right: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 45.99px;
  height: 47.99px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

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

select option {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #062D41;
}

label {
  display: block;
  font-size: .875rem;
  line-height: 1.2142;
  margin-top: 4px;
  margin-bottom: 8px;
  transition: 0.25s;
  font-weight: 500;
  font-style: normal;
  color: #062D41;
  padding-left: 2;
  width: 100%;
  font-family: "Good Sans", "sans-serif";
}

label label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  margin-left: 9px;
  margin-right: 16px;
}

label label:last-of-type {
  margin-right: 0;
}

label .gfield_required {
  display: none;
}

label + .small {
  margin-top: -21px;
  margin-bottom: 1.655em;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.input-radio:before,
  .input-checkbox:before {
  content: '';
  display: block;
  position: absolute;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + span,
  input[type="radio"] + .wpcf7-list-item-label,
  input[type="radio"] + label,
  input[type="checkbox"] + span,
  input[type="checkbox"] + .wpcf7-list-item-label,
  input[type="checkbox"] + label {
  padding-left: 32px !important;
  position: relative;
  cursor: pointer;
  line-height: 21px;
  margin-bottom: 15px;
  font-size: .875rem;
  font-style: normal;
  color: #062D41;
  font-weight: 400;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  width: auto;
}

@media (max-width: 768px) {
  input[type="radio"] + span,
      input[type="radio"] + .wpcf7-list-item-label,
      input[type="radio"] + label,
      input[type="checkbox"] + span,
      input[type="checkbox"] + .wpcf7-list-item-label,
      input[type="checkbox"] + label {
    margin-bottom: 11px;
  }
}

input[type="radio"] + span:before,
    input[type="radio"] + .wpcf7-list-item-label:before,
    input[type="radio"] + label:before,
    input[type="checkbox"] + span:before,
    input[type="checkbox"] + .wpcf7-list-item-label:before,
    input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: 6px;
  top: 0;
  border-radius: 18px;
  background-position: 0% 50%;
  border: 2.3px solid #CDD5DF;
  background-color: #ffffff;
  font-weight: 400;
  transition: 0.25s;
}

input[type="radio"] + span:after,
    input[type="radio"] + .wpcf7-list-item-label:after,
    input[type="radio"] + label:after,
    input[type="checkbox"] + span:after,
    input[type="checkbox"] + .wpcf7-list-item-label:after,
    input[type="checkbox"] + label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  text-align: center;
  font-weight: 900;
  left: 11.5px;
  top: 5.5px;
  background-color: #062D41;
  opacity: 0;
  transition: 0.25s;
  border-radius: 18px;
}

input[type="radio"]:checked + label:before,
  input[type="radio"]:checked + .wpcf7-list-item-label:before,
  input[type="radio"]:checked + span:before,
  input[type="radio"] + label.checked:before,
  input[type="checkbox"]:checked + label:before,
  input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
  input[type="checkbox"]:checked + span:before,
  input[type="checkbox"] + label.checked:before {
  border-color: #062D41;
}

input[type="radio"]:checked + label:after,
  input[type="radio"]:checked + .wpcf7-list-item-label:after,
  input[type="radio"]:checked + span:after,
  input[type="radio"] + label.checked:after,
  input[type="checkbox"]:checked + label:after,
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"] + label.checked:after {
  opacity: 1;
}

/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
*/

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
*/

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-touch-area:hover + .noUi-tooltip, .noUi-touch-area:focus-visible + .noUi-tooltip {
  opacity: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
*/

.noUi-horizontal {
  height: 12px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -4px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/

.noUi-target {
  background: #EEF2F6;
  border-radius: 10px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #93672E;
}

/* Handles and cursors;
*/

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 10px;
  background: white;
  cursor: default;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Handle stripes;
*/

/* Disabled state;
*/

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
*
*/

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
*
*/

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
*
*/

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
*
*/

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
*
*/

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 8px;
  background: #062D41;
  color: white;
  padding: 2px 2px;
  width: 44px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  opacity: 0;
  transition: 0.25s;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 146%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@font-face {
  font-family: 'swiper-icons';

  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper {
  max-height: 0;
  overflow: hidden;
  max-width: none;
}

.swiper.swiper-initialized {
  max-height: 9999px;
}

.swiper *:not(img):not(.container) {
  max-width: none;
}

.swiper .swiper-slide {
  box-sizing: border-box;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .swiper-pagination {
    min-width: calc(100vw - 24px - 24px);
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10.5px;
  height: 10.5px;
  border-radius: 10.5px;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.25s;
  background-color: white;
  border: 1px solid #062D41;
}

.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-color: #062D41;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #062D41;
}

.swiper-button-next,
.swiper-button-prev {
  width: 69.88px;
  height: 63px;
  border-radius: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #ffffff;
}

.swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: .35;
}

.swiper-button-next svg,
  .swiper-button-prev svg {
  width: 37.88px;
}

.swiper-button-next svg *,
    .swiper-button-prev svg * {
  fill: #062D41;
  transition: 0.25s;
}

.swiper-button-next:hover:not(.swiper-button-disabled), .swiper-button-next:focus-visible:not(.swiper-button-disabled),
  .swiper-button-prev:hover:not(.swiper-button-disabled),
  .swiper-button-prev:focus-visible:not(.swiper-button-disabled) {
  background-color: #062D41;
}

.swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
    .swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
    .swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
  fill: #1D65F0;
}

.swiper-button-prev {
  left: -36px;
}

@media (min-width: 1449px) {
  .swiper-button-prev {
    left: calc((100vw - 1448px) / -2 - 36px);
  }
}

.swiper-button-next {
  right: -36px;
}

@media (min-width: 1449px) {
  .swiper-button-next {
    right: calc((100vw - 1448px) / -2 - 36px);
  }
}

.swiper-scrollbar {
  height: 2px;
  background-color: #D9D1D1;
  position: relative;
  bottom: -35px;
}

.swiper-scrollbar svg {
  margin-right: 1px;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0px;
}

::-moz-selection {
  background: #062D41;
  color: white;
}

::selection {
  background: #062D41;
  color: white;
}

::-moz-selection {
  background: #062D41;
  color: white;
}

.addtocart {
  font-family: KnockoutA, sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase;
  margin-top: 16px;
}

.addtocart span {
  font-family: KnockoutA, sans-serif !important;
}

.p-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 197px;
  margin: auto auto 46px;
}

.homeheader {
  min-height: 506px;
  padding: 100px 80px;
  background-image: url("https://kiva.sfo2.digitaloceanspaces.com/kiva/_1920xAUTO_crop_center-center_none/24605/20200821_Products_Hero-Marquee.webp");
  background-position: -119px 0px;
  background-repeat: no-repeat;
  background-size: 63%;
}

@media screen and (max-width: 900px) {
  .homeheader {
    min-height: 314px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.homeheader h1 {
  max-width: 321px;
  font-weight: lighter;
  float: right;
  margin-right: 370px;
  font-size: 75px;
}

@media screen and (max-width: 1285px) {
  .homeheader h1 {
    font-size: 55px;
    margin-top: -42px;
    margin-right: 155px;
  }
}

@media screen and (max-width: 900px) {
  .homeheader h1 {
    display: none;
  }
}

a {
  color: #000;
}

.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #EEF2F6;
}

.text-white hr {
  background-color: white;
}

.btn {
  padding: 7.9px 15.4px;
  display: inline-flex;
  font-family: Chapter, serif;
}

@media (max-width: 768px) {
  .sort-side .btn {
    text-align: center;
    width: 100%;
    font-family: "Good Sans", "sans-serif";
    font-size: 16px;
    padding: 24px 10px 22px;
    margin-left: -20px;
    width: calc(100% + 20px + 20px);
    max-width: calc(100% + 20px + 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .sort-side .btn::before {
    content: 'Sort by';
  }

  .filter-side .btn {
    text-align: center;
    width: 100%;
    font-family: "Good Sans", "sans-serif";
    font-size: 16px;
    padding: 24px 10px 22px;
    margin-left: -20px;
    width: calc(100% + 20px + 20px);
    max-width: calc(100% + 20px + 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
  }

  .filter-side .btn::before {
    content: 'Filter';
  }

  .has-back-con .blog-single-section .side-con .btn {
    order: 2;
  }

  .b-item.medium .btn {
    line-height: 1.2;
  }

  .b-item.wide .inner .text-con .btn.mb-3 + .mb-3 {
    display: none;
  }

  .b-item.wide .inner .text-con .btn.mb-3 {
    margin-bottom: 6px;
  }
}

.btn {
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  font-family: "Good Sans", "sans-serif";
  background-color: transparent;
  transition: 0.25s;
  color: #ffffff;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #93672E;
  background-color: #93672E;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}

.btn:hover, .btn:focus-visible {
  background-color: #F17745;
  border-color: #F17745;
  color: #ffffff;
}

.btn svg {
  margin-right: 5px;
}

.btn.grey {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #062D41;
}

.btn.grey:hover, .btn.grey:focus-visible {
  background-color: #D7DEE4;
  border-color: #D7DEE4;
  color: white;
}

.btn.grey:hover svg *, .btn.grey:focus-visible svg * {
  fill: white;
}

.btn.blue {
  background-color: #062D41;
  border-color: #062D41;
  color: white;
}

.btn.blue svg * {
  fill: white;
}

.btn.blue:hover, .btn.blue:focus-visible {
  background-color: #1F4254;
  border-color: #1F4254;
  color: white;
}

.btn.blue:hover svg *, .btn.blue:focus-visible svg * {
  fill: white;
}

.btn.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #062D41;
}

.btn.white svg * {
  fill: #062D41;
}

.btn.white:hover, .btn.white:focus-visible {
  background-color: #D7DEE4;
  border-color: #D7DEE4;
  color: #062D41;
}

.btn.white:hover svg *, .btn.white:focus-visible svg * {
  fill: #062D41;
}

.btn.rounded {
  padding: 13px 16px;
  border-radius: 40px;
}

.btn.rounded.small {
  padding: 7.5px 16px;
}

.btn.small {
  font-size: .875rem;
}

.arrow-link {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.arrow-link:hover, .arrow-link:focus-visible {
  color: #93672E;
}

.arrow-link:hover svg, .arrow-link:focus-visible svg {
  transform: translateX(5px);
}

.arrow-link:hover svg *, .arrow-link:focus-visible svg * {
  fill: #93672E;
}

.arrow-link svg {
  margin-left: 14px;
  margin-top: .2em;
  transform: translateX(0px);
}

.prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.prices .sale {
  background-color: #F8BE34;
  border-radius: 5px;
}

.prices .sale,
  .prices .normal {
  padding: 5px 4px 1px;
  margin-right: 4px;
  font-size: .75rem;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}

.prices .sale span,
    .prices .normal span {
  font-size: 1.375rem;
  margin-top: -2px;
}

@media (max-width: 768px) {
  .prices .sale span,
        .prices .normal span {
    margin-bottom: -3px;
  }
}

.prices .normal {
  padding-right: 0;
  padding-left: 0;
}

.prices .none-sale {
  font-size: .875rem;
  color: #697586;
  text-decoration: line-through;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

body {
  overflow-x: hidden;
}

body section {
  overflow: hidden;
}

@media (max-width: 768px) {
  body section .container {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.delivery-section .form-con {
  width: 590px;
  margin: 0 auto;
}

.delivery-section form .input-con {
  position: relative;
  width: calc(100% - 166px);
}

@media (max-width: 768px) {
  .delivery-section form .input-con {
    width: 100%;
    margin-bottom: 14px;
  }
}

.delivery-section form .input-con input {
  margin-bottom: 0;
  padding-left: 46px;
}

.delivery-section form .input-con svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .delivery-section form .submit-con {
    width: 100%;
  }
}

.delivery-section form .btn {
  margin-bottom: 0;
  width: 160px;
  margin-left: 6px;
}

@media (max-width: 768px) {
  .delivery-section form .btn {
    width: 100%;
    margin-left: 0;
  }
}

.top-slide-section .swiper-wrapper-con {
  overflow: visible !important;
}

.top-slide-section .swiper-slide {
  width: 120px;
}

.top-slide-section .swiper-slide .inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top-slide-section .swiper-slide .inner a:hover ~ div, .top-slide-section .swiper-slide .inner a:focus-visible ~ div {
  color: #93672E;
}

.top-slide-section .swiper-slide .inner a ~ div {
  transition: 0.25s;
}

@media (max-width: 768px) {
  .top-slide-section .swiper-slide {
    width: 115px;
  }

  .top-slide-section .swiper-slide .img-con {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .blocks-slide-section .swiper-wrapper-con {
    overflow: visible !important;
  }
}

.bl-item .inner {
  border-radius: 8px;
}

.bl-item .match {
  min-height: 102px;
}

.f-item img,
.p-item img {
  border-radius: 8px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .products-section .p-item:nth-of-type(1n + 6) {
    display: none;
  }

  .products-section .f-item ~ .p-item:nth-of-type(1n + 4) {
    display: block;
  }

  .products-section .f-item ~ .p-item:nth-of-type(1n + 5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .products-section .p-item:nth-of-type(1n + 5) {
    display: none;
  }

  .products-section .f-item {
    display: none;
  }

  .products-section .f-item ~ .p-item:nth-of-type(1n + 5) {
    display: block;
  }

  .products-section .f-item ~ .p-item:nth-of-type(1n + 6) {
    display: none;
  }
}

span.producttitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

@media (max-width: 768px) {
  .p-item .inner {
    border: 1px solid #E5E7EB;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    align-items: flex-start;
  }

  .p-item .inner .btn {
    margin-left: calc(117px + 8px);
    width: calc(100% - 117px - 8px);
    margin-top: -3px;
  }
}

.p-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 768px) {
  .p-item img {
    width: 117px;
    margin-right: 8px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

@media (max-width: 768px) {
  .p-item .match {
    width: calc(100% - 36% - 28px);
  }
}

.p-item .info {
  margin-bottom: 10px;
}

.p-item .info span {
  font-size: .65rem;
  font-weight: 500;
  color: #697586;
}

.p-item .info span:has(+ span) {
  margin-right: 17px;
  position: relative;
}

.p-item .info span:has(+ span):after {
  content: '';
  position: absolute;
  right: -11px;
  width: .4em;
  height: .4em;
  border-radius: .4em;
  background-color: #697586;
  transform: translate(50%, -50%);
  top: 50%;
}

.delivery-method-section {
  text-align: center;
}

.delivery-method-section .switch {
  background-color: #EEF2F6;
  border-radius: 20px;
  display: flex;
}

@media (max-width: 768px) {
  .delivery-method-section .switch {
    margin-bottom: 11px;
  }
}

.delivery-method-section .switch button {
  display: flex;
  align-items: center;
  padding: 14.5px 19px;
  border-radius: 28px;
  background-color: #EEF2F6;
  border: 1px solid #EEF2F6;
  font-size: .875rem;
  color: #697586;
  font-weight: 500;
}

@media (max-width: 768px) {
  .delivery-method-section .switch button {
    padding: 9px 14px;
  }
}

.delivery-method-section .switch button span {
  font-size: .625rem;
  margin-left: .5em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .delivery-method-section .switch button span {
    font-size: .625rem;
  }
}

.delivery-method-section .switch button svg {
  margin-right: .5em;
  margin-left: .2em;
}

@media (max-width: 768px) {
  .delivery-method-section .switch button svg {
    display: none;
  }
}

.delivery-method-section .switch button:hover, .delivery-method-section .switch button:focus-visible {
  color: #062D41;
}

.delivery-method-section .switch button.active {
  background-color: #ffffff;
  border-color: #062D41;
  color: #062D41;
}

.delivery-method-section .text-sm span {
  font-size: .75rem;
}

.delivery-method-section .text-sm span:has(+ span) {
  margin-right: 17px;
  position: relative;
}

.delivery-method-section .text-sm span:has(+ span):after {
  content: '';
  position: absolute;
  right: -11px;
  width: .4em;
  height: .4em;
  border-radius: .4em;
  background-color: #062D41;
  transform: translate(50%, -50%);
  top: 50%;
}

@media (min-width: 769px) {
  .about-section .text-side {
    width: 48.4%;
  }
}

.about-section .text-side .text {
  width: 510px;
  max-width: 100%;
  line-height: 1.3;
}

.about-section table {
  margin-bottom: 0;
  width: 342px;
  max-width: 100%;
}

@media (min-width: 769px) {
  .about-section .image-side {
    width: 51.6%;
  }
}

@media (max-width: 768px) {
  .about-section .image-side {
    margin-top: 23px;
  }

  .about-section .image-side img {
    width: calc(100% - 16px);
    margin: 0 auto;
    aspect-ratio: 1.02/1;
  }
}

.faq-section .text-top a {
  color: #93672E;
  text-decoration: underline;
}

.faq-section .text-top a:hover, .faq-section .text-top a:focus-visible {
  color: #1D65F0;
}

dl.accordion {
  border: 1px solid #CDD5DF;
  border-radius: 8px;
  width: 976px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 51px;
}

@media (max-width: 768px) {
  dl.accordion {
    padding: 0 15px;
  }
}

dl.accordion.outer {
  padding: 0;
  border: none;
  margin-top: 8px;
}

dl.accordion.outer > dt {
  font-family: "Gascogne", "serif";
  font-size: 1.5rem;
  padding: 24px 73px 24px 0;
}

@media (max-width: 768px) {
  dl.accordion.outer > dt {
    padding-right: 30px;
  }
}

dl.accordion.outer > dt:before, dl.accordion.outer > dt:after {
  top: 38px;
  right: 52px;
}

@media (max-width: 768px) {
  dl.accordion.outer > dt:before, dl.accordion.outer > dt:after {
    right: 16px;
  }
}

dl.accordion.outer > dt.open {
  padding-bottom: 24px;
}

dl.accordion.outer > dt + dd > .inner {
  padding: 0 0 20px 0;
}

dl.accordion.outer > dt + dd dt {
  font-size: 1.25rem;
}

dl.accordion.outer > dt + dd dt.open {
  padding-bottom: 16.5px;
}

dl.accordion.outer > dt + dd dd .inner {
  padding: 0 58px 23px 12px;
}

dl.accordion.outer > dt + dd dd:last-of-type {
  border-bottom: none;
}

dl.accordion dt {
  font-weight: 500;
  padding: 23.5px 23.5px 23.5px 0;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
}

dl.accordion dt:before, dl.accordion dt:after {
  content: '';
  position: absolute;
  top: 33px;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #062D41;
  border-radius: 12px;
  transition: 0.25s;
}

dl.accordion dt:before {
  transform: rotate(0deg);
}

dl.accordion dt:after {
  transform: rotate(90deg);
}

dl.accordion dt.open {
  padding-bottom: 11px;
}

dl.accordion dt.open:before {
  transform: rotate(0deg);
}

dl.accordion dt.open:after {
  transform: rotate(180deg);
}

dl.accordion dd {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #E3E8EF;
  transition: 0.25s;
}

dl.accordion dd:last-of-type {
  border-bottom: none;
}

dl.accordion dd .inner {
  padding: 0 63px 20px 12px;
}

dl.accordion dd a {
  color: #1D65F0;
  text-decoration: underline;
}

dl.accordion dd a:hover, dl.accordion dd a:focus-visible {
  color: #93672E;
}

.shop-section select {
  background-position: calc(100% + 3px) 50%;
  width: auto;
  height: 36px;
  line-height: 34px;
  border-radius: 40px;
  border-color: #EEF2F6;
  background-color: #EEF2F6;
  font-weight: 400;
  background-size: 26px auto;
  padding-right: 30px;
  padding-left: 12px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .shop-section select {
    display: none;
  }
}

.shop-section .fixed-shop {
  z-index: 113;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 11px;
  background-color: #EEF2F6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.shop-section .fixed-shop .sort-btn,
  .shop-section .fixed-shop .filter-btn {
  text-align: center;
  color: #062D41;
  width: 45px;
}

.shop-section .fixed-shop .sort-btn svg,
    .shop-section .fixed-shop .filter-btn svg {
  margin: 0 auto 4px;
}

.shop-section .fixed-shop .sort-btn.open, .shop-section .fixed-shop .sort-btn:hover, .shop-section .fixed-shop .sort-btn:focus-visible,
    .shop-section .fixed-shop .filter-btn.open,
    .shop-section .fixed-shop .filter-btn:hover,
    .shop-section .fixed-shop .filter-btn:focus-visible {
  color: #93672E;
}

.shop-section .fixed-shop .sort-btn.open svg *, .shop-section .fixed-shop .sort-btn:hover svg *, .shop-section .fixed-shop .sort-btn:focus-visible svg *,
      .shop-section .fixed-shop .filter-btn.open svg *,
      .shop-section .fixed-shop .filter-btn:hover svg *,
      .shop-section .fixed-shop .filter-btn:focus-visible svg * {
  fill: #93672E;
}

.shop-section .fixed-shop .cart {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin-top: -28px;
  background-color: #93672E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.shop-section .fixed-shop .cart:hover, .shop-section .fixed-shop .cart:focus-visible {
  background-color: white;
}

.shop-section .fixed-shop .cart:hover span, .shop-section .fixed-shop .cart:focus-visible span {
  color: #062D41;
}

.shop-section .fixed-shop .cart:hover *, .shop-section .fixed-shop .cart:focus-visible * {
  fill: #062D41;
}

.shop-section .fixed-shop .cart svg {
  margin-right: 13px;
}

.shop-section .fixed-shop .cart span {
  font-family: "Good Sans", "sans-serif";
  color: #ffffff;
}

.sort-side {
  display: none;
}

@media (max-width: 768px) {
  .sort-side {
    position: fixed;
    bottom: 67.8px;
    transition: 0.25s;
    max-height: 0;
    right: 0;
    background-color: white;
    z-index: 112;
    padding: 0 20px;
    overflow: auto;
    width: 231px;
    display: block;
  }

  .sort-side.open {
    max-height: calc(100vh - 67.8px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .sort-side .font-title {
    text-align: center;
    width: 100%;
    font-family: "Good Sans", "sans-serif";
    font-size: 16px;
    padding: 24px 10px 22px;
    margin-left: -20px;
    width: calc(100% + 20px + 20px);
    max-width: calc(100% + 20px + 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .sort-side .font-title::before {
    content: 'Sort by';
  }
}

.sort-side a:not(.close) {
  display: block;
  padding: 11.5px 14px;
  margin-left: -20px;
  width: calc(100% + 20px + 20px);
  max-width: calc(100% + 20px + 20px);
}

.sort-side a:not(.close):last-of-type {
  margin-bottom: 36px;
}

.sort-side a:not(.close).active {
  background-color: #EEF2F6;
}

.sort-side .close {
  position: relative;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 22px;
  right: 22px;
}

@media (max-width: 768px) {
  .sort-side .close {
    display: block;
  }
}

.sort-side .close::before, .sort-side .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #062D41;
  transition: 0.25s;
}

.sort-side .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sort-side .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.submit-con button {
  height: 50px;
}

@media (max-width: 768px) {
  .filter-side {
    position: fixed;
    top: 0px;
    transition: 0.25s;
    max-height: 0;
    left: 0;
    background-color: white;
    z-index: 112;
    padding: 0 20px;
    overflow: auto;
    width: 100%;
  }

  .filter-side.open {
    max-height: calc(100vh - 67.8px);
    padding-bottom: 100px !important;
  }

  .filter-side .font-title {
    text-align: center;
    width: 100%;
    font-family: "Good Sans", "sans-serif";
    font-size: 16px;
    padding: 24px 10px 22px;
    margin-left: -20px;
    width: calc(100% + 20px + 20px);
    max-width: calc(100% + 20px + 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
  }

  .filter-side .font-title::before {
    content: 'Filter';
  }
}

.filter-side .close {
  position: relative;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 22px;
  left: 22px;
}

@media (max-width: 768px) {
  .filter-side .close {
    display: block;
  }
}

.filter-side .close::before, .filter-side .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #062D41;
  transition: 0.25s;
}

.filter-side .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-side .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filter {
  margin-bottom: 34px;
}

.filter .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .filter .top {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

.filter .top a {
  display: flex;
  align-items: center;
  font-size: .75rem;
  color: #697586;
  margin-left: 5px;
}

.filter .top a:hover, .filter .top a:focus-visible {
  color: #93672E;
}

.filter .top a svg {
  margin-left: 17px;
}

.filter .bottom {
  display: flex;
  flex-direction: column;
}

.filter .bottom:not(.open) input[type="radio"]:nth-of-type(1n + 7),
    .filter .bottom:not(.open) input[type="checkbox"]:nth-of-type(1n + 7) {
  display: none;
}

.filter .bottom:not(.open) input[type="radio"]:nth-of-type(1n + 7) + span,
      .filter .bottom:not(.open) input[type="radio"]:nth-of-type(1n + 7) + .wpcf7-list-item-label,
      .filter .bottom:not(.open) input[type="radio"]:nth-of-type(1n + 7) + label,
      .filter .bottom:not(.open) input[type="checkbox"]:nth-of-type(1n + 7) + span,
      .filter .bottom:not(.open) input[type="checkbox"]:nth-of-type(1n + 7) + .wpcf7-list-item-label,
      .filter .bottom:not(.open) input[type="checkbox"]:nth-of-type(1n + 7) + label {
  display: none;
}

.filter .bottom a {
  margin-left: 12px;
  font-weight: 500;
}

.filter .bottom a:hover, .filter .bottom a:focus-visible {
  color: #93672E;
}

.filter .bottom input[type="radio"],
    .filter .bottom input[type="checkbox"] {
  display: none;
}

.filter .bottom input[type="radio"] + span span,
    .filter .bottom input[type="radio"] + .wpcf7-list-item-label span,
    .filter .bottom input[type="radio"] + label span,
    .filter .bottom input[type="checkbox"] + span span,
    .filter .bottom input[type="checkbox"] + .wpcf7-list-item-label span,
    .filter .bottom input[type="checkbox"] + label span {
  padding: 0 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 11px;
  line-height: 21px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  margin: 0 4px;
  text-align: center;
  font-size: .875rem;
}

.pagination li.prev a, .pagination li.next a {
  padding: 0 20px;
}

.pagination li a {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  background-color: #EEF2F6;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
  color: #062D41;
}

.pagination li a:hover, .pagination li a:focus-visible {
  color: white;
  background-color: #1D65F0;
}

.pagination li a.active {
  color: white;
  background-color: #93672E;
  pointer-events: none;
}

.strain .hybrid,
.strain .indica,
.strain .sativa {
  padding: 2px 9px;
  display: inline-block;
  border-radius: 5px;
  font-size: .875rem;
  line-height: 21px;
  color: white;
}

.strain .hybrid {
  background-color: #8E05FA;
}

.strain .indica {
  background-color: #1D65F0;
}

.strain .sativa {
  background-color: #E13535;
}

@media (min-width: 1024px) {
  .has-back-con .container {
    min-height: calc(100vh - 95.2px - 298px);
  }
}

@media (max-width: 768px) {
  .has-back-con .container {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.has-back-con .back-side {
  border-right: 1px solid #EEF2F6;
}

@media (max-width: 768px) {
  .has-back-con .back-side {
    display: none;
  }
}

@media (min-width: 769px) {
  .has-back-con .back-side {
    width: 19.4%;
  }
}

.has-back-con .back-side .back-link {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.has-back-con .back-side .back-link:hover, .has-back-con .back-side .back-link:focus-visible {
  color: #93672E;
}

.has-back-con .back-side .back-link:hover svg, .has-back-con .back-side .back-link:focus-visible svg {
  transform: translateX(-5px);
}

.has-back-con .back-side .back-link:hover svg *, .has-back-con .back-side .back-link:focus-visible svg * {
  fill: #93672E;
}

.has-back-con .back-side .back-link svg {
  transform: translateX(0px);
  margin-right: 12px;
}

@media (min-width: 769px) {
  .has-back-con .content-side {
    width: 80.6%;
  }

  .has-back-con .content-side.md\:pr-40 {
    padding-right: 10.4rem;
  }
}

@media (max-width: 768px) {
  .has-back-con .content-side {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .product-section .slide-side {
    width: 39.8%;
  }
}

.product-section .slide-side .product-nav-slide .swiper-slide {
  cursor: pointer;
}

.product-section .slide-side .swiper-slide-thumb-active img {
  border: 1px solid #062D41;
}

@media (min-width: 769px) {
  .product-section .info-side {
    width: 43.2%;
    padding-left: 1.7rem;
  }
}

.product-section .info-side select {
  background-position: calc(100% + 3px) 50%;
  width: auto;
  height: 56px;
  line-height: 54px;
  border-radius: 5px;
  border-color: #EEF2F6;
  background-color: #EEF2F6;
  font-weight: 400;
  background-size: 26px auto;
  padding-right: 30px;
  padding-left: 12px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-section .info-side select {
    width: 100px;
    height: 47.99px;
    line-height: 45.99px;
  }
}

.product-section .info-side .btn {
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .product-section .info-side .btn {
    width: calc(100% - 100px - 8px);
    margin-left: 8px;
    margin-top: 0;
  }
}

.product-section .info-side .varients {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .product-section .info-side .varients {
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 24px;
  }
}

.product-section .info-side .varients input[type="radio"] {
  display: none;
}

.product-section .info-side .varients input[type="radio"]:last-of-type + label {
  margin-right: 0;
}

.product-section .info-side .varients input[type="radio"] + label {
  padding: 6px 10px !important;
  position: relative;
  cursor: pointer;
  line-height: 21px;
  margin-bottom: 8px;
  font-size: .875rem;
  font-style: normal;
  color: #062D41;
  font-weight: 400;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  width: auto;
  border: 1px solid #062D41;
  border-radius: 5px;
  width: 92px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-right: 8px;
  align-items: center;
}

.product-section .info-side .varients input[type="radio"] + label:before, .product-section .info-side .varients input[type="radio"] + label:after {
  display: none;
}

.product-section .info-side .varients input[type="radio"]:checked + label {
  border-color: #93672E;
  background-color: #FDF0EA;
}

.product-section .line {
  background-color: #EEF2F6;
  height: 1px;
}

@media (min-width: 769px) {
  .product-section .text-con {
    width: 83%;
  }
}

.border-1 {
  border-width: 1px;
}

.md\:pl-18 {
  padding-left: 4.5rem;
}

.tags {
  display: inline-flex;
  align-items: center;
}

.tags a {
  background-color: #EEF2F6;
  padding: 3px 8.2px;
  border-radius: 5px;
  font-size: .875rem;
}

.tags a + a {
  margin-left: 12px;
}

.tags a.active {
  background-color: #062D41;
  color: white;
  pointer-events: none;
}

.tags a:hover, .tags a:focus-visible {
  background-color: #E3E8EF;
}

.has-back-con .side-con {
  width: 600px;
  max-width: 100%;
}

.has-back-con .side-con input,
  .has-back-con .side-con textarea,
  .has-back-con .side-con select {
  width: 342px;
}

.has-back-con .side-con input.w-full,
    .has-back-con .side-con textarea.w-full,
    .has-back-con .side-con select.w-full {
  width: 100%;
}

.has-back-con .side-con input[type="tel"],
    .has-back-con .side-con textarea[type="tel"],
    .has-back-con .side-con select[type="tel"] {
  width: 167px;
}

.has-back-con .side-con form .btn {
  margin-bottom: 16px;
}

.has-back-con .add-payment-method:hover, .has-back-con .add-payment-method:focus-visible,
.has-back-con .add-address:hover,
.has-back-con .add-address:focus-visible {
  color: #93672E;
}

@media (max-width: 768px) {
  .has-back-con .account-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .has-back-con .account-section img.mr-4 + .text-2xl {
    width: 130px;
  }

  .has-back-con .account-section form .btn.rounded.small.grey {
    order: 2;
  }

  .has-back-con .account-section form .btn.rounded.small {
    padding: 13.4px 13.4px;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    margin: 0 auto 8px;
  }

  .has-back-con .account-section form .btn.rounded.small:last-of-type {
    margin-top: 20px;
  }
}

.has-back-con .merch-section .side-con {
  width: 100%;
}

@media (max-width: 768px) {
  .has-back-con .faq-side-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.has-back-con .faq-side-section .side-con {
  width: 100%;
}

.has-back-con .faq-side-section .search label {
  width: 119px;
  margin-top: 8px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .has-back-con .faq-side-section .search label {
    display: none;
  }
}

.has-back-con .faq-side-section .search .input-con {
  position: relative;
  width: calc(100% - 119px);
}

@media (max-width: 768px) {
  .has-back-con .faq-side-section .search .input-con {
    width: 100%;
  }
}

.has-back-con .faq-side-section .search .input-con input {
  margin-bottom: 0;
  width: 100%;
  padding-left: 47px;
}

.has-back-con .faq-side-section .search .input-con [type=submit] {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.has-back-con .faq-side-section .search .input-con [type=submit]:hover svg path, .has-back-con .faq-side-section .search .input-con [type=submit]:focus-visible svg path {
  fill: #1D65F0;
}

.has-back-con .faq-side-section .search .input-con [type=submit] svg path {
  fill: #062D41;
  transition: 0.25s;
}

@media (max-width: 768px) {
  .has-back-con .contact-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .has-back-con .contact-section .w-full.flex.flex-wrap.items-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .has-back-con .contact-section .w-full.flex.flex-wrap.items-center svg {
    margin: 0 auto 13px;
  }
}

.has-back-con .contact-section .side-con {
  width: 612px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .has-back-con .contact-section .side-con svg + div {
    width: calc(100% - 215px);
  }
}

.has-back-con .contact-section .side-con .btn {
  width: 136px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .has-back-con .contact-section .side-con .btn {
    margin: 30px auto -5px;
  }
}

.has-back-con .contact-section .media-con a {
  font-size: 27px;
}

.has-back-con .contact-section .media-con a:hover, .has-back-con .contact-section .media-con a:focus-visible {
  color: #93672E;
}

@media (max-width: 768px) {
  .has-back-con .text-section {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.has-back-con .text-section .side-con {
  width: 100%;
  line-height: 1.3;
}

.has-back-con .vip-section .side-con {
  width: 100%;
}

@media (min-width: 1024px) {
  .has-back-con .vip-section .md\:w-5\/12 {
    width: 45.4%;
  }

  .has-back-con .vip-section .md\:w-7\/12 {
    width: 54.6%;
  }
}

.has-back-con .vip-section .border-grey-300 .text-xs {
  font-size: .625rem;
}

.has-back-con .vip-section .md\:w-7\/12 .border-grey-300 {
  height: 100%;
}

.has-back-con .vip-section .trophy {
  background-image: url(../images/trophy.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-right: 71px;
}

.has-back-con .vip-section .end-of {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.has-back-con .vip-section .end-of i {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #9AA3B2;
  margin: 0 4px 15px;
  display: inline-block;
  position: relative;
}

.has-back-con .vip-section .end-of i:before, .has-back-con .vip-section .end-of i:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #9AA3B2;
  margin: 0 4px;
  display: inline-block;
}

.has-back-con .vip-section .end-of i:before {
  left: -16px;
}

.has-back-con .vip-section .end-of i:after {
  right: -16px;
}

.has-back-con .vip-section .links {
  display: flex;
  justify-content: center;
}

.has-back-con .vip-section .links a {
  padding: 4px 15px;
  margin: 0 4px;
  font-weight: 500;
  border-bottom: 1px solid white;
  display: inline-block;
}

@media (max-width: 768px) {
  .has-back-con .vip-section .links a {
    padding: 2px 12px;
  }
}

.has-back-con .vip-section .links a.active {
  color: #93672E;
  border-bottom-color: #93672E;
}

.has-back-con .vip-section .social-links a {
  color: #697586;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .has-back-con .vip-section .social-links a {
    font-size: 0;
    margin: 0 8px;
  }
}

.has-back-con .vip-section .social-links a i {
  color: #ffffff;
  background-color: #697586;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  margin-right: 8px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .has-back-con .vip-section .social-links a i {
    margin-right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .has-back-con .orders-section {
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }
}

.has-back-con .orders-section .side-con {
  width: 512px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .has-back-con .orders-section .track-con img {
    margin-left: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    aspect-ratio: 1.6288/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 0;
  }

  .has-back-con .orders-section .track-con .text-2sm {
    font-size: 8px;
    margin-bottom: 9px;
  }
}

.has-back-con .orders-section .orders-link {
  background-image: url(../images/arrow-right.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.has-back-con .orders-section table {
  font-size: .75rem;
  margin-bottom: 25px;
}

.has-back-con .orders-section table td {
  font-size: .75rem;
  padding: 0 0 3px;
}

.has-back-con .orders-section table td:last-of-type {
  width: 170px;
  text-align: right;
}

.has-back-con .orders-section table tbody tr:last-of-type td {
  padding: 0 0 14px;
}

.has-back-con .orders-section table tfoot td {
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding: 14px 0 14px;
  font-size: .875rem;
  font-weight: 500;
}

.has-back-con .orders-section .items img {
  width: 36px;
}

.has-back-con .orders-section .items div {
  position: relative;
}

.has-back-con .orders-section .items div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  color: #697586;
  text-align: center;
}

@media (max-width: 768px) {
  .has-back-con .blog-single-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.has-back-con .blog-single-section .side-con {
  width: 100%;
}

@media (max-width: 768px) {
  .has-back-con .blog-single-section .side-con .font-title {
    order: 2;
  }

  .has-back-con .blog-single-section .side-con .justify-between {
    order: 1;
  }

  .has-back-con .blog-single-section .side-con .justify-between .text-grey-500 {
    display: none;
  }

  .has-back-con .blog-single-section .side-con .justify-between hr:first-of-type {
    display: none;
  }
}

.has-back-con .blog-single-section hr {
  background-color: #062D41;
}

.has-back-con .blog-single-section .blog-con {
  width: 716px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .has-back-con .blog-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.has-back-con .blog-section .side-con {
  width: 100%;
}

.has-back-con .blog-section .search label {
  width: 143px;
  margin-top: 8px;
  font-size: 1rem;
}

.has-back-con .blog-section .search .input-con {
  position: relative;
  width: 343px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .has-back-con .blog-section .search .input-con {
    width: 100%;
  }
}

.has-back-con .blog-section .search .input-con input {
  margin-bottom: 0;
  width: 100%;
  padding-left: 47px;
}

.has-back-con .blog-section .search .input-con [type=submit] {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.has-back-con .blog-section .search .input-con [type=submit]:hover svg path, .has-back-con .blog-section .search .input-con [type=submit]:focus-visible svg path {
  fill: #1D65F0;
}

.has-back-con .blog-section .search .input-con [type=submit] svg path {
  fill: #062D41;
  transition: 0.25s;
}

.has-back-con .featured-title {
  font-size: 1.125rem;
  border-bottom: 1px solid #062D41;
  padding-bottom: 11px;
  margin-bottom: 0;
}

.has-back-con .category-title {
  width: 100%;
}

.has-back-con .category-title .line {
  height: 1px;
  width: auto;
  flex-grow: 1;
  background-color: #062D41;
  margin-left: 18px;
  margin-right: 18px;
}

.has-back-con .category-title .line:last-child {
  margin-right: 0;
}

.has-back-con .category-title a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .has-back-con .category-title a {
    display: none;
  }
}

@media (max-width: 768px) {
  .b-item.medium img {
    aspect-ratio: 2.14375/1;
    margin-bottom: 3px;
    -o-object-fit: cover;
       object-fit: cover;
    offset-position: 50% 50%;
  }

  .b-item.medium .font-title {
    line-height: 1.2;
  }
}

@media (min-width: 769px) {
  .b-item.medium .bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .b-item.medium .bottom span {
    display: inline-block;
    margin-bottom: 13px;
  }
}

.b-item.wide .inner {
  display: flex;
}

.b-item.wide .inner > a:hover ~ img, .b-item.wide .inner > a:focus-visible ~ img {
  border-radius: 8px 0 0 8px;
}

.b-item.wide .inner img {
  width: 30%;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .b-item.wide .inner img {
    width: 23%;
    aspect-ratio: 1/1;
  }
}

.b-item.wide .inner .text-con {
  width: 70%;
  position: relative;
  border-radius: 0 8px 0 0;
}

@media (max-width: 768px) {
  .b-item.wide .inner .text-con {
    padding-left: 8px;
  }

  .b-item.wide .inner .text-con .font-title.mb-3 + .mb-3 {
    display: none;
  }

  .b-item.wide .inner .text-con .font-title.mb-3 {
    margin-bottom: 6px;
  }
}

.b-item.wide .inner .text-con:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% - 1rem);
  background-color: #EEF2F6;
}

@media (max-width: 768px) {
  .b-item.wide .inner .text-con:after {
    width: calc(100% - 8px);
  }
}

.b-item .inner {
  position: relative;
}

.b-item .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-item .inner > a:hover ~ img, .b-item .inner > a:focus-visible ~ img {
  border-radius: 8px 8px 0 0;
}

.b-item .inner > a:hover ~ .text-con, .b-item .inner > a:focus-visible ~ .text-con {
  background-color: #F8FAFC;
}

.b-item .inner > a:hover ~ .text-con .bottom span, .b-item .inner > a:focus-visible ~ .text-con .bottom span {
  text-decoration: underline;
}

.b-item img {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  transition: 0.25s;
}

.b-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-item .text-con {
  background-color: white;
  transition: 0.25s;
  border-radius: 0 0 8px 8px;
}

.b-item .tags a {
  position: relative;
  z-index: 3;
}

.f-item .inner {
  border-bottom: 1px solid #EEF2F6;
  position: relative;
}

.f-item .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.f-item .inner > a:hover ~ .text-con .bottom span, .f-item .inner > a:focus-visible ~ .text-con .bottom span {
  text-decoration: underline;
}

.f-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-item .tags a {
  position: relative;
  z-index: 3;
}

.f-item .tags a + a {
  margin-left: 5px;
}

.p-items {
  text-align: center;
}

@media (max-width: 768px) {
  .p-items {
    margin-bottom: 26px;
  }
}

.p-items.done {
  pointer-events: none;
}

.p-items.done a * {
  color: #9AA3B2;
}

.p-items.done a svg * {
  fill: #697586;
}

.p-items a {
  display: block;
  background-color: #F8FAFC;
}

.p-items a:hover, .p-items a:focus-visible {
  background-color: #E0E5E9;
}

.p-items a svg * {
  fill: #93672E;
}

.o-item .w-2\/12 {
  width: 14.063%;
}

@media (max-width: 768px) {
  .o-item .w-2\/12 {
    width: 17.763%;
  }
}

.o-item .w-9\/12 {
  width: calc(100% - 14.063% - 120px);
}

@media (max-width: 768px) {
  .o-item .w-9\/12 {
    width: calc(100% - 17.763% - 69px);
  }

  .o-item .w-9\/12 .mb-2 {
    margin-bottom: 2px;
  }
}

.o-item .w-9\/12:first-child {
  width: calc(100% - 120px);
}

@media (max-width: 768px) {
  .o-item .w-9\/12:first-child {
    width: calc(100% - 69px);
  }
}

.o-item .w-3\/12 {
  width: 120px;
}

@media (max-width: 768px) {
  .o-item .w-3\/12 {
    width: 69px;
  }
}

.o-item .w-3\/12 .btn {
  width: 100%;
}

.o-item .dots {
  font-size: .875rem;
}

@media (max-width: 768px) {
  .o-item .dots {
    font-size: .75rem;
    margin-bottom: 1px;
  }
}

.o-item .dots span {
  font-size: .875rem;
}

@media (max-width: 768px) {
  .o-item .dots span {
    font-size: .75rem;
  }
}

.o-item .dots span:has(+ span) {
  margin-right: 16px;
  position: relative;
}

.o-item .dots span:has(+ span):after {
  content: '';
  position: absolute;
  right: -10.5px;
  width: .3em;
  height: .3em;
  border-radius: .4em;
  background-color: #697586;
  transform: translate(50%, -50%);
  top: 50%;
}

.co-item.co-item .w-2\/12 {
  width: 7.03%;
}

@media (max-width: 768px) {
  .co-item.co-item .w-2\/12 {
    width: 10.03%;
  }
}

.co-item.co-item .w-9\/12 {
  width: calc(100% - 7.03% - 92px);
}

@media (max-width: 768px) {
  .co-item.co-item .w-9\/12 {
    width: calc(100% - 10.03% - 92px);
  }
}

.co-item.co-item .w-9\/12:first-child {
  width: calc(100% - 92px);
}

@media (max-width: 768px) {
  .co-item.co-item .w-9\/12:first-child {
    width: calc(100% - 92px);
  }
}

.co-item.co-item .w-3\/12 {
  width: 92px;
  justify-content: space-between;
}

.co-item.co-item .w-3\/12 .btn {
  width: 100%;
}

.co-item.co-item input {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  font-size: .875rem;
  padding: 4px 1px;
  width: 24px;
  text-align: center;
  margin-right: 20px;
}

.co-item.co-item select {
  padding-left: 20px;
  padding-right: 33px;
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  font-size: .75rem;
  height: 42px;
  line-height: 40px;
  width: auto;
  min-width: 66px;
  background-position: right -5px top 50%;
  border-radius: 10px;
}

.tiers {
  width: 100%;
}

.tiers .tier {
  display: flex;
  align-items: center;
}

.tiers .tier.active i::before, .tiers .tier.active i::after {
  background-color: #93672E;
}

.tiers .tier.active i svg * {
  fill: #93672E;
}

.tiers .tier:not(.active) > div span,
    .tiers .tier:not(.active) > div div {
  color: #CDD5DF;
}

.tiers .tier:first-of-type i:before {
  display: none;
}

.tiers .tier:last-of-type > div {
  border-bottom: none;
}

.tiers .tier:last-of-type i:after {
  display: none;
}

.tiers .tier > div {
  padding: 18px 0;
  border-bottom: 1px solid #E3E8EF;
  flex-grow: 1;
}

.tiers .tier .has-chart {
  display: flex;
  align-items: center;
  width: 100%;
}

.tiers .tier .has-chart .line-chart {
  margin-left: 6px;
  height: 4px;
  border-radius: 2px;
  flex-grow: 1;
  background-color: #E3E8EF;
  position: relative;
}

.tiers .tier .has-chart .line-chart div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background-color: #062D41;
}

.tiers .tier .flex > div:first-of-type {
  width: 100%;
  padding-right: 80px;
}

.tiers .tier i {
  margin-right: 14px;
  position: relative;
  align-self: stretch;
  width: 36px;
  display: flex;
  align-items: center;
}

.tiers .tier i::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 4px;
  height: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  background-color: #CDD5DF;
  z-index: -1;
}

.tiers .tier i::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 4px;
  height: 50%;
  transform: translateX(-50%);
  top: 50%;
  background-color: #CDD5DF;
  z-index: -1;
}

.tiers .tier i svg {
  min-width: 36px;
  height: 36px;
  background-color: white;
}

.tiers .tier i svg * {
  fill: #CDD5DF;
}

.tiers .tier .text-sm {
  font-size: .625rem;
}

.tiers .tier .number {
  background-color: #E3E8EF;
  line-height: 24px;
  font-size: .875rem;
  min-width: 24px;
  border-radius: 24px;
  color: #9AA3B2;
  text-align: center;
  padding: 0 7px;
}

.pop-up {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s;
}

.pop-up.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pop-up[data-pop="age-gate"] .pop {
  background-color: #FCF5EE;
  width: 494px;
}

.pop-up[data-pop="age-gate"] form {
  width: 343px;
  max-width: 100%;
}

.pop-up[data-pop="age-gate"] select {
  border-color: white;
  margin-bottom: 23px;
}

.pop-up[data-pop="age-gate"] .young a {
  text-decoration: underline;
  color: #062D41;
}

.pop-up[data-pop="age-gate"] .young a:hover, .pop-up[data-pop="age-gate"] .young a:focus-visible {
  color: #93672E;
}

.pop-up[data-pop="age-gate"] a {
  color: #F49248;
  text-decoration: underline;
}

.pop-up[data-pop="age-gate"] a:hover, .pop-up[data-pop="age-gate"] a:focus-visible {
  color: #697586;
}

.pop-up[data-pop="delivery-address"] .pop {
  background-color: #F8BE34;
  width: 494px;
}

.pop-up[data-pop="delivery-address"] form {
  width: 343px;
  max-width: 100%;
}

.pop-up[data-pop="delivery-address"] form .input-con {
  position: relative;
  margin-bottom: 23px;
}

.pop-up[data-pop="delivery-address"] form .input-con input {
  margin-bottom: 0;
  padding-left: 46px;
}

.pop-up[data-pop="delivery-address"] form .input-con svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.pop-up[data-pop="delivery-address"] form .btn {
  margin-bottom: 0;
}

.pop-up[data-pop="cart"] {
  justify-content: flex-end;
  align-items: flex-start;
}

.pop-up[data-pop="cart"] .inner {
  max-height: calc(100vh - 24px - 93px - 32px - 24px - 20px);
}

.pop-up[data-pop="cart"] .inner .inner {
  overflow: none;
  max-height: none;
}

.pop-up[data-pop="cart"].open .pop {
  transform: translateX(0%);
}

.pop-up[data-pop="cart"] .pop {
  width: 478px;
  border-radius: 0;
  transform: translateX(100%);
  transition: 0.25s;
  max-width: 100%;
}

.pop-up[data-pop="cart"] .co-item.co-item .w-2\/12 {
  width: 14.33%;
}

.pop-up[data-pop="cart"] .co-item.co-item .w-9\/12 {
  width: calc(100% - 14.33% - 146px);
}

@media (max-width: 768px) {
  .pop-up[data-pop="cart"] .co-item.co-item .w-9\/12 {
    width: calc(100% - 14.33% - 130px);
  }
}

.pop-up[data-pop="cart"] .co-item.co-item .w-3\/12 {
  width: 146px;
}

@media (max-width: 768px) {
  .pop-up[data-pop="cart"] .co-item.co-item .w-3\/12 {
    width: 130px;
  }
}

.pop-up[data-pop="cart"] .bottom-button-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pop-up[data-pop="cart"] .bottom-button-con .checkout-btn {
  padding: 17.5px 75px;
}

.pop-up[data-pop="cart"] .bottom-button-con .checkout-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  border-radius: 50px;
  background-color: rgba(6, 45, 65, 0.2);
  font-size: .75rem;
  padding: 13px 9px;
}

.pop-up[data-pop="id-verification"] .pop {
  width: 458px;
}

.pop-up[data-pop="id-verification"] .btn {
  width: auto;
  margin-bottom: 26px;
}

.pop-up[data-pop="id-verification"] .arrow-link-ver {
  border-bottom: 1px solid #E3E8EF;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 4px top 50%;
  padding-right: 15px;
}

.pop-up[data-pop="id-verification"] .arrow-link-ver:hover, .pop-up[data-pop="id-verification"] .arrow-link-ver:focus-visible {
  background-position: right 0px top 50%;
}

.pop-up[data-pop="add-cc"] .pop, .pop-up[data-pop="edit-cc"] .pop {
  width: 458px;
}

.pop-up[data-pop="add-cc"] form, .pop-up[data-pop="edit-cc"] form {
  justify-content: space-between;
}

.pop-up[data-pop="add-cc"] form .half, .pop-up[data-pop="edit-cc"] form .half {
  width: calc(50% - 5px);
}

.pop-up[data-pop="add-cc"] form [type="submit"], .pop-up[data-pop="edit-cc"] form [type="submit"] {
  margin-top: 26px;
}

.pop-up[data-pop="add-address"] .pop, .pop-up[data-pop="edit-address"] .pop, .pop-up[data-pop="remove-address"] .pop {
  width: 458px;
}

.pop-up[data-pop="add-address"] textarea, .pop-up[data-pop="edit-address"] textarea, .pop-up[data-pop="remove-address"] textarea {
  height: 74px;
  min-height: 74px;
}

.pop-up[data-pop="add-address"] .btn.rounded.grey, .pop-up[data-pop="edit-address"] .btn.rounded.grey, .pop-up[data-pop="remove-address"] .btn.rounded.grey {
  margin: 34px auto 50px;
  width: 220px;
  max-width: 100%;
}

.pop-up[data-pop="add-address"] .btn.rounded.grey:hover, .pop-up[data-pop="add-address"] .btn.rounded.grey:focus-visible, .pop-up[data-pop="edit-address"] .btn.rounded.grey:hover, .pop-up[data-pop="edit-address"] .btn.rounded.grey:focus-visible, .pop-up[data-pop="remove-address"] .btn.rounded.grey:hover, .pop-up[data-pop="remove-address"] .btn.rounded.grey:focus-visible {
  text-decoration: none;
}

.pop-up[data-pop="required"] .pop, .pop-up[data-pop="id-verification-passport"] .pop, .pop-up[data-pop="id-verification-license"] .pop {
  width: 458px;
}

.pop-up[data-pop="required"] .btn, .pop-up[data-pop="id-verification-passport"] .btn, .pop-up[data-pop="id-verification-license"] .btn {
  margin-bottom: 40px;
}

.pop-up[data-pop="required"] .having-trouble, .pop-up[data-pop="id-verification-passport"] .having-trouble, .pop-up[data-pop="id-verification-license"] .having-trouble {
  background-color: #E8F5FD;
  padding: 10px 10px 10px 32px;
  width: 327px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../images/i.svg);
  background-repeat: no-repeat;
  background-position: 12px 13px;
}

.pop-up[data-pop="required"] .having-trouble a, .pop-up[data-pop="id-verification-passport"] .having-trouble a, .pop-up[data-pop="id-verification-license"] .having-trouble a {
  text-decoration: underline;
}

.pop-up .inner {
  max-height: calc(100vh - 24px - 20px - 32px - 24px - 20px);
  overflow: auto;
}

.pop-up .close {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}

.pop-up .close::before, .pop-up .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #062D41;
  transition: 0.25s;
}

.pop-up .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pop-up .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pop-up .back {
  width: 24px;
  height: 25px;
  display: block;
}

.pop-up .btn {
  margin-bottom: 12px;
  padding: 13.4px 13.4px;
}

.pop-up .pop {
  background-color: white;
  position: relative;
  width: 432px;
  border-radius: 8px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}

.pop-up input,
  .pop-up textarea,
  .pop-up select {
  margin-bottom: 7px;
}

.pop-up form a {
  color: #93672E;
}

.pop-up form a:hover, .pop-up form a:focus-visible {
  color: #697586;
  text-decoration: underline;
}

.pop-up .btn {
  width: 100%;
}

.pop-up .or {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: .875rem;
  line-height: 1.7;
}

.pop-up .or:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E8EF;
}

.pop-up .or span {
  display: inline-block;
  padding: 0 24px;
  background-color: white;
  position: relative;
  z-index: 2;
}

.pop-up input[type="radio"],
  .pop-up input[type="checkbox"] {
  display: none;
}

.pop-up input[type="radio"] + span,
    .pop-up input[type="radio"] + .wpcf7-list-item-label,
    .pop-up input[type="radio"] + label,
    .pop-up input[type="checkbox"] + span,
    .pop-up input[type="checkbox"] + .wpcf7-list-item-label,
    .pop-up input[type="checkbox"] + label {
  padding-left: 28px !important;
  color: #697586;
}

.pop-up input[type="radio"] + span:before,
      .pop-up input[type="radio"] + .wpcf7-list-item-label:before,
      .pop-up input[type="radio"] + label:before,
      .pop-up input[type="checkbox"] + span:before,
      .pop-up input[type="checkbox"] + .wpcf7-list-item-label:before,
      .pop-up input[type="checkbox"] + label:before {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 2.5px;
  border-radius: 2px;
  background-color: #062D41;
  border: none;
}

.pop-up input[type="radio"] + span:after,
      .pop-up input[type="radio"] + .wpcf7-list-item-label:after,
      .pop-up input[type="radio"] + label:after,
      .pop-up input[type="checkbox"] + span:after,
      .pop-up input[type="checkbox"] + .wpcf7-list-item-label:after,
      .pop-up input[type="checkbox"] + label:after {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 2.5px;
  border-radius: 2px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 1536px) and (min-width: 769px) {
  .container {
    max-width: 1536px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:text-sm {
    font-size: .75rem;
    line-height: 1.4;
  }

  .sm\:text-4xl {
    font-size: 2.5rem;
    line-height: 1.275;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 769px) {
  .md\:relative {
    position: relative;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.2;
  }

  .md\:text-lg {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .md\:text-xl {
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .md\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .md\:text-4xl {
    font-size: 2.5rem;
    line-height: 1.275;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-sm {
    font-size: .75rem;
    line-height: 1.4;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.2;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .lg\:text-4xl {
    font-size: 2.5rem;
    line-height: 1.275;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }
}

@media (min-width: 1536px) {
}

/*# sourceMappingURL=maps/style.css.map */
