/** Shopify CDN: Minification failed

Line 1450:0 All "@import" rules must come first

**/
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
  width: 100%;
}

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

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.mb-8 {
  margin-bottom: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-screen {
  width: 100vw;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer {
  cursor: pointer;
}

.columns-xs {
  -moz-columns: 20rem;
  columns: 20rem;
}

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

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

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

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

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

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

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

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

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

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

.border-current {
  border-color: currentColor;
}

.bg-transparent {
  background-color: transparent;
}

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

.fill-current {
  fill: currentColor;
}

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

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

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

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

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

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

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

.text-base {
  font-size: 12px;
}

.text-sm {
  font-size: 16px;
}

.text-s {
  font-size: 14px;
}
.text-2xl {
  font-size: 36px;
  font-size: 48px;
}
.text-xl {
  font-size: 24px;
}
.text-lg {
  font-size: 18px;
}

.font-bold {
  font-weight: 600;
}
.font-regluar {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.filter {
  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);
}

/* ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com */

/* ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com */

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::after,
::before {
  --tw-content: "";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.transform {
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-zoom-in {
  cursor: zoom-in;
}

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

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

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

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

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

.border-current {
  border-color: currentColor;
}

.bg-transparent {
  background-color: transparent;
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

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

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

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

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

.text-s {
  font-size: 14px;
}

.text-base {
  font-size: 12px;
}

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

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 777px) {
  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:text-lg {
    font-size: 18px;
  }

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

.cart-icon {
  width: 2rem;
  height: 2rem;
}

a.no-style:hover {
  text-decoration: underline;
}

header a.no-style:hover {
  text-decoration: none;
}

select {
  padding: var(--boxPadding);
  padding-right: 45px;
}

select,
button,
.button[class*="is-black"] {
  width: 100%;
  margin: 0 auto;
}

button {
  text-transform: uppercase;
}

textarea {
  border-radius: calc(var(--radius) / 3);
}

picture {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

flex.even > * {
  width: 100%;
}

blockquote {
  margin: var(--padding) auto;
}

table {
  margin: 0 auto;
  overflow-x: auto;
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0;
}

@import "https://unpkg.com/open-props/easings.min.css";

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: currentColor;
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: currentColor;
}

.sun-and-moon > .sun-beams {
  stroke: currentColor;
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams,
.sun {
  transform: rotate(-25deg);
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

[data-theme="dark"] .sun-and-moon > .sun {
  transform: scale(1.75);
}

[data-theme="dark"] .sun-and-moon > .sun-beams {
  opacity: 0;
}

[data-theme="dark"] .sun-and-moon > .moon > circle {
  transform: translate(-7px);
}

@supports (cx: 1) {
  [data-theme="dark"] .sun-and-moon > .moon > circle {
    transform: translate(0);
    cx: 17;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s cubic-bezier(0.5, 1.25, 0.75, 1.25);
  }

  .sun-and-moon > .sun-beams {
    transition: transform 0.5s cubic-bezier(0.5, 1.5, 0.75, 1.25),
      opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
  }

  .sun-and-moon .moon > circle {
    transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
  }

  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s cubic-bezier(0, 0, 0, 1);
    }
  }

  [data-theme="dark"] .sun-and-moon > .sun {
    transform: scale(1.75);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-duration: 0.25s;
  }

  [data-theme="dark"] .sun-and-moon > .sun-beams {
    transform: rotate(-25deg);
    transition-duration: 0.15s;
  }

  [data-theme="dark"] .sun-and-moon > .moon > circle {
    transition-delay: 0.25s;
    transition-duration: 0.5s;
  }
}

.theme-toggle {
  --size: 2rem;
  background: none;
  border: none;
  padding: 0;
  inline-size: var(--size);
  block-size: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
}

.theme-toggle > svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
}

.underline {
  text-decoration: underline !important;
  text-underline-offset: 1px;
}

/** MIC Collapse **/

[collapse-tab] [collapse-content] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

[collapse-tab].open [collapse-content] {
}

[collapse-tab] [collapse-switch]:after {
  content: "+";
  /* Unicode character for "plus" sign (+) */
  font-size: inherit;
  float: right;
  width: 2rem;
  margin-left: 5px;
  transition-duration: 0.2s;
}
[collapse-tab].open [collapse-switch]:after {
  transform: rotate(45deg);
  /* Unicode character for "minus" sign (-) */
}
[tag-link].active {
  text-decoration: underline;
}
[tag-link] {
  line-height: 18px;
}
[tag-parent-link] {
  line-height: 22px;
}
[tag-link]:hover,
[tag-parent-link]:hover {
  text-decoration: underline !important;
}
[tag-link]:hover {
  text-decoration: underline;
}
[tag-parent-link].active {
  text-decoration: underline;
}
[tag-parent-link]:hover {
  text-decoration: underline;
}
.open-drawer {
  overflow-y: hidden;
}

[filter-drawer][drawer-type="sort"] [drawer-target="sort"] {
  display: block;
}

[filter-drawer][drawer-type="filter"] [drawer-target="filter"] {
  display: block;
}

[filter-drawer] {
  display: none;
  overflow-y: scroll;
}

body.open-drawer [filter-drawer] {
  display: block;
}

[option-block]:after {
  content: "X";
  /* Unicode character for "plus" sign (+) */
  font-size: inherit;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

body.open-drawer #shopify-section-header {
  display: none;
}

/** MIC Slider **/

mic-slider {
  width: 100%;
  /*border:1px solid white;*/
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s;
  will-change: transform;
  position: relative;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

mic-slider::-webkit-scrollbar {
  display: none;
}

mic-slider.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.rte :where(ol, ul) {
  list-style-position: inside;
}

.rte :where(ul ul, ol ol) {
  display: inline-grid;
  list-style-position: initial;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: var(--hTxTransform);
  margin: 0;
  padding: 0;
}

a :where(h1, h2, h3, h4, h5, h6) {
  color: var(--linkColor);
}

a:hover :where(h1, h2, h3, h4, h5, h6) {
  color: var(--linkHover);
}

li {
  list-style-position: inside;
}

label {
  display: flex;
  gap: var(--margin);
}

summary {
  cursor: pointer;
}

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

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

.soldout {
  text-decoration: line-through;
  opacity: 0.7;
}

#shopify-section-header a.no-style,
footer a,
.login a {
  padding: var(--buttonPadding) 0;
}

.nopadd {
  padding: 0 !important;
}

.errors {
  color: var(--red);
}

.grecaptcha-badge {
  display: none !important;
}

.hidden {
  display: none;
}

.border-right {
  border-right: var(--globalBorder);
}

.border-left {
  border-left: var(--globalBorder);
}

.stocklist-list > c {
  border-bottom: var(--globalBorder);
}

@media (max-width: 777px) {
  .open-cart section.cart {
    min-height: 100vh;
  }

  .border-left,
  .border-right {
    border: none;
  }

  .stocklist-list > c {
    border-bottom: 0;
  }
  /*
  .image-text picture{
    border-bottom: var(--globalBorder)
  }
  */
}

.svg-placeholder {
  max-height: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 250px;
  fill: currentColor;
}

.svg-placeholder.banner {
  height: 100%;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.general-page c > grid {
  min-height: unset !important;
}
.subtitle {
  opacity: 0.7;
}

/* RTE */

.rte {
  --hSize: 1.953rem;
  --h1Size: 2em;
  --h2Size: 1.5em;
  --h3Size: 1.17em;
  --h4Size: 1em;
  --h5Size: 0.83em;
  --h6Size: 0.67em;
}

.rte iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.rte p {
  margin: var(--margin) 0 !important;
}

.rte table {
  table-layout: fixed;
}

.rte table,
.rte th,
.rte td {
  text-align: center;
  border-color: currentColor;
}

.rte th,
.rte td {
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .rte th,
  .rte td {
    padding: 0.5rem;
  }

  .rte th > .background-video-wrapper--full-screen,
  .rte td > .background-video-wrapper--full-screen {
    padding-bottom: calc(100vh - 1rem);
  }
}

/*** Button Loading ***/

.btn {
  height: var(--globalButtonHeight);
}
/*
.btn.loading > span{
  content: url("https://cdn.assets-mic.com/assets/smfk/global/smfk-loading-gif.gif");
  width: 30px;
  height: 30px;
  animation: spin-animation 3s linear infinite;
}
.btn.loading{background: var(--bgColor)}
    */
.btn.loading span {
  display: none;
}

.btn.loading .btn__loading-wrap {
  display: block;
}

.btn__loading-wrap {
  display: none;
  margin: auto;
  width: 100%;
  max-width: 100px;
  height: 2px;
  overflow: hidden;
}

.btn__loading-bar {
  background-color: currentColor;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-animation: loaderLine 1.4s ease-in-out infinite;
  animation: loaderLine 1.4s ease-in-out infinite;
}

@-webkit-keyframes loaderLine {
  0% {
    transform: translate(-150%);
  }

  45% {
    transform: translate(0);
  }

  55% {
    transform: translate(0);
  }

  to {
    transform: translate(150%);
  }
}

@keyframes loaderLine {
  0% {
    transform: translate(-150%);
  }

  45% {
    transform: translate(0);
  }

  55% {
    transform: translate(0);
  }

  to {
    transform: translate(150%);
  }
}

/*** Breadcrumbs */

.breadcrumb {
  padding: var(--margin) var(--padding);
  border-bottom: var(--globalBorder);
}

.breadcrumb a,
.breadcrumb span {
  padding: var(--buttonPadding) var(--margin);
}

.breadcrumb a:first-child {
  padding-left: 0;
}

/** Progress Bar **/

product-slideshow-progress {
  background: var(--bgColor);
  height: 3px;
  display: block;
}

product-slideshow-progress > progress-bar {
  background: var(--primary);
  height: 100%;
  display: block;
  border-radius: 1em;
  transition: width 0.1s ease-in-out;
}

/*** Table Wrapper **/

.table-wrapper {
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

/*** Dropdown caret */

summary.dropdown-caret::-webkit-details-marker {
  display: none;
}

.dropdown-caret {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-caret::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 6px 0;
  border-top-color: currentColor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

details {
  transition: height 0.1s ease-in-out;
}

details[open] > summary.dropdown-caret::after,
.dropdown-caret[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/*** Header */

header {
  background: var(--bgColor);
  border-bottom: var(--globalBorder);
}

#shopify-section-header {
  position: var(--headerPosition);
  top: 0;
  z-index: 99;
}

header > grid c {
  display: flex;
  align-items: center;
}

@media (max-width: 777px) {
  header > grid c {
    padding: calc(var(--padding) - var(--margin))
      calc(var(--padding) - var(--buttonPadding));
  }
}

header.hasBorders > grid > c:not(:last-child) {
  border-right: var(--globalBorder);
}

header ul.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: var(--navAlign);
}

header .fire-menu {
  cursor: pointer;
  color: var(--linkColor);
  padding: var(--buttonPadding) 0;
}

header .fire-menu:hover {
  color: var(--linkHover);
}

#shopify-section-header header .menulink a.no-style {
  display: inline-block;
  padding: var(--buttonPadding);
}

header .menulink summary {
  color: var(--linkColor);
  padding: var(--buttonPadding);
}

header .menulink summary:hover {
  color: var(--linkHover);
}

header .hasBorders > c:not(:last-child) {
  border-right: var(--globalBorder);
}

/* Logo */

header .logo {
  font-size: var(--logoSize);
  font-weight: var(--logoFontWeight);
  font-style: var(--logoFontStyle);
  font-family: var(--logoFontFamily);
  --fontLine: 1;
}

header img.logo {
  width: auto;
  max-width: 100%;
  max-height: var(--logoImageSize);
  border-radius: 0;
  padding: 0;
}

header .bogo a {
  display: contents;
}

/* Alignment */

header .bogo {
  justify-content: var(--logoAlign);
  padding: var(--margin) var(--padding);
}

header .menulink {
  justify-content: var(--navAlign);
  padding-inline: 0;
}

header .accounts {
  justify-content: var(--accAlign);
}

@media (max-width: 777px) {
  header .bogo {
    justify-content: flex-start;
  }

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

#shopify-section-header .accounts a.no-style {
  padding: var(--buttonPadding);
}

/* Cart */

header .carto {
  padding: 0 0.5rem;
  color: var(--linkColor);
  border: 1px solid var(--linkColor);
  border-radius: var(--radius);
}

header .carto::after {
  content: attr(data-count);
  text-indent: 0;
}

header .hamburger .close {
  display: none;
}

/* Dropdown menu */

@media (min-width: 778px) {
  details.dm > details-menu {
    position: absolute;
    z-index: 99;
    left: 0;
    max-width: 100%;
    width: 100vw;
    border-top: var(--globalBorder);
    border-bottom: var(--globalBorder);
    background: var(--bgColor);
  }

  details.dm > details-menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin-inline: var(--navDropdownAlign);
  }
}

/* Footer */

footer {
  position: relative;
}

footer > flex {
  border-bottom: var(--globalBorder);
}

footer > flex > c {
  flex: 1;
  width: 100%;
  padding: var(--padding);
  background: var(--bgColor);
}

footer li {
  margin-bottom: calc(var(--margin) * 2);
}

footer .mpti {
  display: flex;
  flex-direction: column;
}

footer .credits {
  padding: calc(var(--margin) * 2) var(--padding);
}

footer .payments {
  padding: 1rem 2rem;
  border-bottom: var(--globalBorder);
}

.ssocialss {
  min-width: 115px;
  width: 100%;
  flex-basis: 100%;
}

.ssocialss svg,
.ssocialss .iconstrue span {
  display: none;
}

.ssocialss .iconstrue svg {
  display: block;
}

.ssocialss ul.iconstrue li {
  display: inline-block;
  margin: 0.5rem;
}

.ssocialss ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.ssocialss li {
  margin: 0;
}

@media (max-width: 777px) {
  footer {
    margin-bottom: calc(var(--buyPlatformHeight) + var(--padding));
  }

  footer .payments {
    padding: var(--padding) 0;
  }

  footer .payments .icons {
    border-bottom: var(--globalBorder);
    padding-bottom: var(--padding);
    text-align: center;
  }

  footer .credits {
    padding: 0;
  }

  footer .credits c {
    padding: var(--padding);
  }

  footer #shopify-credits:not(:empty) {
    border-top: var(--globalBorder);
    width: 100%;
    text-align: center;
  }
}

.stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

body.hpsticky .stick {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--headerHeight) + var(--padding) * 2);
}

svg.icon {
  display: inline-block;
  width: calc(var(--iconSize) * 1.5);
  height: calc(var(--iconSize) * 1.2);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  vertical-align: middle;
  fill: currentColor;
  transform: translateY(calc(100% - 105%));
}

svg.icon.icon-trash {
  min-width: 100%;
  max-width: unset;
}

/** Country swticher */

.disclosure {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.disclosure__button {
  --buttonColor: var(--boxColor);
  --buttonBgColor: var(--boxBgColor);
  --buttonBorder: var(--boxBorder);
  --buttonBorderColor: var(--boxBorderColor);
  --buttonBorderHover: var(--boxBorderHover);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dropdown-caret[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.disclosure__list {
  position: absolute;
  z-index: 20;
  bottom: 110%;
  background: var(--boxBgColor);
  color: var(--boxColor);
  border: var(--globalBorder);
  border-radius: calc(var(--radius) / 3);
  overflow: hidden;
  overflow-y: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  max-height: 55vh;
  margin: 0 auto !important;
  box-shadow: var(--globalShadow);
  right: 0;
}

/* center option-box */

@media (max-width: 777px) {
  .disclosure__list {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}

.disclosure__list li {
  margin: 0;
}

.disclosure__list a {
  --linkHover: var(--boxColor);
  --linkColor: var(--boxColor);
  display: flex;
  padding: var(--margin) calc(var(--margin) * 3);
  text-decoration: none;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--globalBorderColor);
}

.disclosure__list li:last-child a {
  border: none;
}

.disclosure__list a.active {
  background: var(--boxColor);
  color: var(--boxBgColor);
  --linkColor: var(--boxBgColor);
}

/* Mobile navigation */

.mobnav {
  max-height: 0;
  display: none;
  -webkit-transition: max-height 0.2s ease-in-out;
  position: relative;
  transition: max-height 0.2s ease-in-out;
}

.cart {
  transition: max-height 0.2s ease-in-out, min-height 0.2s ease-in-out;
}

@media (min-width: 778px) {
  body.open-menu .mobnav {
    position: absolute;
    top: calc(var(--headerHeight) * 1);
    left: 0;
    width: 100%;
    max-height: 100%;
    min-height: 100px;
    display: block;
    padding: 0 var(--padding);
    border-bottom: var(--globalBorder);
    background: var(--bgColor);
    z-index: 999;
  }

  body.open-menu .mobnav .bordi {
    display: none;
  }
}

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

  .mobnav {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--bgColor);
  }

  body.open-menu .mobnav {
    display: block;
    height: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
  }

  .mobnav .header {
    padding: var(--margin);
    border-bottom: var(--globalBorder);
  }

  #shopify-section-header a.no-style {
    text-decoration: none;
    padding: var(--buttonPadding);
  }

  .mobnav .bordi > c {
    display: grid;
    place-items: center start;
    border-bottom: var(--globalBorder);
    overflow: hidden;
  }

  .mobnav .bordi ul {
    width: 100%;
    display: block;
  }

  .mobnav .bordi li {
    margin: 0;
  }

  .mobnav .bordi :where(a, summary) {
    text-decoration: none;
    padding: var(--buttonPadding);
  }

  .mobnav .bordi a:hover {
    text-decoration: none;
  }

  .mobnav .bordi details summary::-webkit-details-marker {
    display: none;
  }

  .mobnav .bordi :where(summary, c > ul > li > a) {
    color: var(--linkColor);
    width: 100%;
  }

  .mobnav .bordi :where(summary, .mobnav .bordi c > ul > li > a):hover {
    color: var(--linkHover);
  }

  .mobnav .bordi > summary {
    border-bottom: var(--globalBorder);
  }

  .mobnav .bordi details:where(.lv1, .lv2, .lv3) details-menu {
    margin-left: var(--padding);
    display: block;
  }

  .mobnav .bordi details[open]:where(.lv1, .lv2, .lv3) > summary {
    font-size: 111%;
    font-weight: 700;
  }

  /*.mobnav .bordi.menus a { display: block; width: 100% } */

  .mobnav .bordi.quicks > c {
    place-items: center;
  }

  .mobnav .bordi.quicks > c:first-child {
    border-right: var(--globalBorder);
  }
}

/* Search bar */

#searchbar {
  display: none;
}

#topsearch {
  margin: 0;
}

.bg-primary {
  background: var(--bgColor);
}

body.open-search #searchbar {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 var(--padding) var(--padding);
  background: var(--bgColor);
  border-bottom: var(--globalBorder);
}

@media (max-width: 777px) {
  body.open-search #searchbar {
    padding: 0 var(--margin) var(--margin);
    height: 100%;
  }
}

/* Splide */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}
@media only screen and (max-width: 777px) {
  .splide--draggable > .splide__slider > .splide__track,
  .splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .splide--fade > .splide__slider > .splide__track > .splide__list,
  .splide--fade > .splide__track > .splide__list {
    display: block;
  }

  .splide--fade
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide,
  .splide--fade > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .splide--fade
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide.is-active,
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
  }

  .splide--rtl {
    direction: rtl;
  }

  .splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
  .splide--ttb.is-active > .splide__track > .splide__list {
    display: block;
  }

  .splide__container {
    box-sizing: border-box;
    position: relative;
  }

  .splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d;
  }
  .splide__list.show-next {
    padding: 0 20% 0 0 !important;
  }

  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }

  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }

  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }

  .splide__progress__bar {
    width: 0;
  }

  .splide {
    outline: none;
    position: relative;
    visibility: hidden;
  }

  .splide.is-initialized,
  .splide.is-rendered {
    visibility: visible;
  }

  .splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative;
  }

  .splide__slide img {
    vertical-align: bottom;
  }

  .splide__slider {
    position: relative;
  }

  .splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }

  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}

@media only screen and (min-width: 778px) {
  .splide--draggable.lg-splide > .splide__slider > .splide__track,
  .splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .splide--fade.lg-splide > .splide__slider > .splide__track > .splide__list,
  .splide--fade > .splide__track > .splide__list {
    display: block;
  }

  .splide--fade.lg-splide
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide,
  .splide--fade.lg-splide > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .splide--fade.lg-splide
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide.is-active,
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
  }

  .splide--rtl.lg-splide {
    direction: rtl;
  }

  .splide--ttb.is-active.lg-splide
    > .splide__slider
    > .splide__track
    > .splide__list,
  .splide--ttb.is-active > .splide__track > .splide__list {
    display: block;
  }

  .lg-splide .splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d;
  }

  .lg-splide .splide__list.show-next {
    padding: 0 10% 0 0 !important;
  }

  .lg-splide.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }

  .lg-splide .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }

  .lg-splide .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }

  .lg-splide .splide__progress__bar {
    width: 0;
  }

  .lg-splide.splide {
    outline: none;
    position: relative;
    visibility: hidden;
  }

  .lg-splide.splide.is-initialized,
  .lg-splide.splide.is-rendered {
    visibility: visible;
  }

  .lg-splide .splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative;
  }

  .lg-splide .splide__slide img {
    vertical-align: bottom;
  }

  .lg-splide .splide__slider {
    position: relative;
  }

  .lg-splide .splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }

  .lg-splide .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}

.splide__track {
  transition: max-height 0.1s ease-in-out;
}

.product-splide {
  border-right: 1px solid currentColor;
}

/* Buy button */

button.is-primary,
.button.is-primary,
.btn.is-primary {
  --buttonBgColor: var(--buyButtonBgColor);
  --buttonColor: var(--buyButtonColor);
  --buttonBorderColor: var(--buyButtonBorderColor);
  background-color: var(--buyButtonBgColor);
  color: var(--buyButtonColor);
}

.button.is-primary,
.btn.is-primary {
  --buttonBgColor: var(--buyButtonBgColor);
  --buttonColor: var(--buyButtonColor);
  --buttonBorderColor: var(--buyButtonBorderColor);
  background-color: var(--buyButtonBgColor);
  color: var(--buyButtonColor);
}

button.is-secondary {
  --buttonBgColor: var(--buyButtonBgColor);
  --buttonColor: var(--buyButtonColor);
  --buttonBorderColor: var(--buyButtonBorderColor);
  background-color: var(--buyButtonColor);
  color: var(--buyButtonBgColor);
  border: 1px solid var(--buyButtonBgColor);
}
button.is-secondary:hover {
  background-color: var(--buyButtonBgColor);
  color: var(--buyButtonColor);
}
button.is-primary:hover,
.button.is-primary:hover {
  --buttonBorderHover: var(--buyButtonBorderHover);
}

/* Cart */

.cart {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background: var(--bgColor);
}

.cart .header {
  padding-inline: var(--margin);
}

@media (max-width: 777px) {
  .cart .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--bgColor);
    border-bottom: var(--globalBorder);
  }
}

.times {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 2.4rem;
}

.smaller {
  line-height: 1.2;
  font-size: 80%;
  margin-top: var(--margin);
}

.cart .subtotal {
  border-block: var(--globalBorder);
}

.cart-page .subtotal {
  padding: 0;
  border: none;
  font-size: var(--h6Size);
}

.cart .shippingtaxes {
  margin-bottom: var(--padding);
  padding-inline: var(--margin);
}

.cart .product-option :where(dt, dd) {
  display: inline;
  margin: 0;
  font-weight: 500;
}

.cart .entry {
  padding-left: var(--margin);
  border-right: var(--globalBorder);
}

.cart .entry grid:first-child {
  border-top: var(--globalBorder);
}

.cart .entry grid.productsInCart > c {
  padding: var(--padding) 0;
}

.cart .name {
  text-align: start;
  text-transform: lowercase;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.cart input.input-number {
  margin: var(--margin) 0;
  width: 50px;
  text-align: center;
}

.cart .empty {
  text-align: center;
  margin: var(--padding);
}

.cart-page .empty {
  display: grid;
  place-items: center;
  min-height: 500px;
}

.cart :where(.plus, .minus) {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 2rem;
  padding: var(--buttonPadding);
}

.cart .qtyinput {
  display: grid;
  place-items: center;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--globalBorderColor);
}

.cart .gocheckout {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 777px) and (max-width: 1020px) {
  .cart .controllers {
    flex-wrap: wrap;
  }

  .cart .controllers c {
    width: 100%;
  }
}

@media (max-width: 777px) {
  .cart .entry {
    border-right: 0;
    padding: var(--padding) var(--margin);
  }

  .cart .discountBox {
    margin: var(--padding) 0;
  }

  .cart input.input-number {
    padding: var(--margin);
  }

  .cart :where(.plus, .minus) {
    padding: var(--buttonPadding);
  }

  body:where(.open-menu, .open-cart, .open-search) #shopify-section-header {
    height: calc(var(--vh, 1vh) * 100);
  }

  body:where(.open-menu, .open-cart, .open-search) {
    overflow: hidden;
  }

  body:where(.open-menu, .open-cart, .open-search) #header {
    display: none;
  }
}

body.open-cart .cart {
  max-height: calc(var(--vh, 1vh) * 100);
  border-bottom: var(--globalBorder);
  overflow-y: auto;
}

body.hpinherit.open-cart:not(.hideheader) #shopify-section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

body.hpinherit.open-cart.hideheader .cart {
  position: fixed;
  top: 0;
}

/*** Cart PAGE */

main section.cart {
  max-height: 100%;
  border-bottom: var(--globalBorder);
}

main section.cart > * {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.is-contents {
  display: contents;
}

.cart-page {
  height: auto;
  background: transparent;
}

.cart-page.empty {
  min-height: calc(100vh - 57.6vh);
  display: grid;
  place-items: center;
}

.cart-page .cart-footer {
  margin: var(--padding) auto;
  width: 100%;
}

.cart-page.empty .cart-footer {
  display: none;
}

.cart-page .items .header {
  border-top: var(--globalBorder);
  border-bottom: var(--globalBorder);
  margin-top: var(--padding);
  padding: var(--margin) 0;
}

.cart-page .items grid {
  --rowGap: var(--padding);
  --columnGap: var(--padding);
}

.cart-page .items .item .image {
  display: grid;
  place-items: center;
  height: 100%;
}

.cart-page .items .item .image img {
  min-width: 60px;
  width: 100%;
}

@media (max-width: 777px) {
  .cart-page {
    padding: 0 var(--margin);
  }

  c[js="end"].actions {
    justify-self: initial !important;
  }

  .cart-page .items .item {
    --rowGap: 1rem;
    --columnGap: 1rem;
  }

  .cart.cart-page .name {
    padding-top: var(--padding);
  }

  .cart-page .items .item .image {
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .cart .summary {
    position: -webkit-sticky;
    position: sticky;
    bottom: var(--globalBorderWidth);
    background: var(--bgColor);
  }
}

/** Newsletter popup */

#newsletterbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 999;
  padding-inline: var(--margin);
}

.newsletterbox {
  position: relative;
  max-width: 830px;
  overflow: hidden;
  background: var(--newsletterpopupBg, #fff);
  color: var(--newsletterpopupColor, #000);
  border: var(--globalBorder);
  padding: var(--padding);
  border-radius: var(--radius);
}

.newsletterbox .cont {
  max-width: 400px;
  padding: 1rem;
  text-align: start;
}

.newsletterbox #popSubscribe {
  --buttonColor: var(--newsletterpopupColor);
  --buttonBgColor: var(--newsletterpopupBg);
}

.newsletterbox .cont .controls {
  margin-bottom: 1rem;
}

.newsletterbox .cont .controls .x3 {
  font-size: 2.6rem;
  line-height: 1;
}

.newsletterpopupBody {
  margin-bottom: var(--padding);
}

body.newsletter-active #newsletterbox {
  display: flex;
}

/*** Cookie Jar */

#cookies-banner {
  display: none;
  background-color: var(--cookieBg, #fff);
  color: var(--cookieColor, #000);
  border: var(--globalBorder);
  border-radius: calc(var(--radius) / 3);
  padding: var(--padding);
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: 1rem;
  left: 0;
  max-width: 70ch;
  margin: 0 auto;
  overflow: hidden;
}

#cookies-banner button {
  --buttonColor: var(--cookieButtonColor);
  --buttonBgColor: var(--cookieButtonBg);
  --buttonBorderColor: var(--cookieButtonBg);
}

@media only screen and (max-width: 777px) {
  #cookies-banner {
    bottom: var(--padding);
    margin-inline: var(--margin);
    padding: var(--padding);
  }
}

/*** Homepage */

/* Hero */

.hero {
  position: relative;
  width: 100vw;
  height: auto;
}

.hero picture img {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}

.hero .meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  height: 100%;
  padding: calc(var(--padding) * 2);
}

.hero .meta grid {
  height: 100%;
}

.hero .meta a {
  text-decoration: none;
  border: 0;
}

.hero .meta h2 {
  color: var(--heroMetaH1Color);
  --linkColor: var(--heroMetaH1Color);
  --linkHover: var(--heroMetaH1Color);
}

.hasBg {
  display: inline;
  padding: var(--margin);
  background: var(--heroMetaH1Bg);
  border-radius: calc(var(--radius) / 7);
}

.hero .button.is-customized {
  --buttonBgColor: var(--heroMetaH1Bg);
  --buttonColor: var(--heroMetaH1Color);
}

.gs-title {
  padding: var(--padding);
}

.hero > .mobile_meta {
  position: relative;
  padding: calc(var(--padding) * 1.2);
  width: 100%;
}

@media (max-width: 777px) {
  .gs-title {
    text-align: center;
  }

  .hero > .mobile_meta {
    position: relative;
    padding: calc(var(--padding) * 1);
    width: 100%;
  }
}

/* Hero text */

.hero-text {
  border-bottom: var(--globalBorder);
  padding: var(--padding);
}

.hero-text p {
  line-height: 1.25;
}

.hero-text .button {
  margin: var(--padding) 0;
}

/* Hero video */

.hero-video {
  margin-top: -1px;
}

.hero-video iframe {
  padding: 0;
  border-radius: var(--radiusImg);
}

.hero-video,
.hero-double {
  border-bottom: var(--globalBorder);
  overflow: hidden;
}

/* Hero double */

.hero-double c {
  position: relative;
}

.hero-double c:nth-child(odd) {
  border-right: var(--globalBorder);
}

.hero-double c:nth-child(even) {
  border-right: var(--globalBorderWidth) solid transparent;
}

.hero-double c:nth-child(3),
.hero-double c:nth-child(4) {
  border-top: var(--globalBorder);
}

.hero-double.blox-3 {
  border-bottom: var(--globalBorder);
}

.hero-double img {
  width: 100%;
}

.hero-double .title {
  position: relative;
  margin: calc(var(--padding) * 1.6);
  max-width: calc(100% - var(--padding) * 2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: calc(var(--radius) / 7);
}

@media (max-width: 777px) {
  .hero-double c {
    border-right: 0 !important;
    border-bottom: var(--globalBorder);
  }

  .hero-double c:where(:last-child, :nth-child(3), :nth-child(4)) {
    border-bottom: 0;
  }

  .hero-double .title {
    margin: calc(var(--padding) + var(--margin));
    max-width: calc(100% - var(--padding) * 2);
  }

  .hero-double c:nth-child(3) {
    border-top: none;
  }
}

/* Hero Image + text */
/*
.image-text {
  border-bottom: var(--globalBorder)
}
*/
.image-text .meta {
  padding: var(--padding);
}

.image-text .meta > flex {
  height: 100%;
}

/* Featured product section */

.featured-product {
  border-bottom: var(--globalBorder);
  --expandMediaHeight: 700px;
}

.featured-product .short-desc {
  font-size: var(--fontSize);
}

.featured-product .product-page .item .meta {
  width: 100%;
  padding: 0;
  padding-top: var(--padding);
}

.featured-product .product-page .item .meta.lrg[order="1"] {
  border-right: var(--globalBorder);
}

.featured-product .product-page .item .meta.lrg[order="3"] {
  border-left: var(--globalBorder);
}

.featured-product #buyplatform {
  position: inherit !important;
}

.featured-product .item .meta .sharing {
  border: none;
}

.featured-product.onboarding .meta.lrg {
  padding: var(--padding);
}

.featured-product.onboarding .meta.lrg section:not(:first-child) {
  margin-block: var(--padding);
}

.featured-product .title {
  padding: 0;
}

.featured-product .product-page .gallery {
  position: relative;
  isolation: isolate;
}

.featured-product .is-xpand {
  position: absolute;
  z-index: 99;
  top: calc(var(--expandMediaHeight) - 70px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.featured-product [data-menu]:checked + .is-xpand {
  top: unset;
  bottom: calc(var(--padding) + var(--margin));
}

.featured-product .is-xpand .viewless {
  display: none;
}

.featured-product [data-menu]:checked + .is-xpand .viewless {
  display: inline;
}

.featured-product [data-menu]:checked + .is-xpand .viewall {
  display: none;
}

.featured-product .xpand {
  height: var(--expandMediaHeight);
  overflow: hidden;
}

.featured-product [data-menu]:checked ~ .xpand {
  height: 100%;
  pointer-events: all;
}

.featured-product .xpand::after {
  content: "";
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: -3px;
  left: 0;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    var(--bgColor) 100%
  );
  width: 100%;
}

.featured-product [data-menu]:checked ~ .xpand::after {
  height: 0;
  background: none;
}

.t-index .featprod {
  position: -webkit-sticky;
  position: sticky;
  bottom: calc(-1 * var(--globalBorderWidth));
  margin-top: calc(-1 * var(--globalBorderWidth));
  z-index: 8;
  background: var(--bgColor);
  border-top: var(--globalBorder);
}

.border-bottom {
  border-bottom: var(--globalBorder);
}

@media (max-width: 777px) {
  .featured-product.onboarding .image {
    border-bottom: var(--globalBorder);
  }

  .featured-product {
    --expandMediaHeight: 500px;
    border-bottom: 0;
  }

  .featured-product .product-page .gallery {
    border-right: 0;
  }

  .featured-product .product-page .item .meta.lrg {
    border-inline: 0 !important;
  }

  .t-index :where(.stickyTitle, .gs-title) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 15;
    isolation: isolate;
    background: var(--bgColor);
    padding: var(--padding);
    border-bottom: var(--globalBorder);
  }

  .t-index :where(.stickyTitle, .gs-title) {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.hpsticky.t-index :where(.stickyTitle, .gs-title) {
    top: calc(var(--headerHeight) + var(--noticerHeight, 0px));
  }

  .t-index .loadmore {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-top: calc(-1 * var(--globalBorderWidth));
    z-index: 16;
    background: var(--bgColor);
  }
}

@media (min-width: 777px) {
  .featured-product.onboarding .image {
    border-right: var(--globalBorder);
  }
}

/* Logo list */

.logo-list {
  border-bottom: var(--globalBorder);
  position: relative;
}

.logo-list c {
  position: relative;
}

.logo-list img {
  border-radius: 0;
  width: 100%;
}

.logo-list svg {
  max-width: 150px;
  min-height: 150px;
  height: 100%;
}

.logo-list .logo-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.logo-list .logo-title a {
  width: 100%;
  height: 100%;
  padding: calc(var(--padding) * 1);
  display: flex;
  align-items: center;
  justify-contents: center;
}

/* Reviews */

.reviews {
  border-bottom: var(--globalBorder);
  text-align: center;
}

.reviews .box > c {
  padding: var(--padding);
}

.reviews .box > c:nth-child(odd) {
  border-right: var(--globalBorder);
}

.reviews .review {
  max-width: 400px;
  margin: var(--padding) auto;
}

.reviews .name {
  display: block;
  line-height: 1;
  margin-top: var(--margin);
}

.reviews .avatar img {
  border: var(--globalBorder);
  overflow: hidden;
  max-width: 90px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0.3rem;
}

.reviews .svg-placeholder {
  width: 100px;
  height: 100%;
  max-height: 100px;
  min-height: 0;
  border: var(--globalBorder);
  border-radius: 100%;
}

@media (max-width: 777px) {
  .reviews .box > c,
  .reviews .box > c:nth-child(odd) {
    border-right: 0;
    border-bottom: var(--globalBorder);
  }

  .reviews .box > c:last-child {
    border-bottom: 0;
  }
}

/* Noticer Marquee */

.noticer {
  border-bottom: var(--globalBorder);
  padding: calc(var(--margin) * 2) 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--noticerBg);
  color: var(--noticerColor);
}

.noticer li {
  padding: 0 30px;
  margin: 0;
  text-align: center;
}

/*** Product card */

.related {
  border-top: var(--globalBorder);
}

.product {
  position: relative;
}

.product a,
.product a:hover {
  text-decoration: none;
}

.product .card {
  display: grid;
  width: 100%;
  position: relative;
  isolation: isolate;
  background: var(--cardBg);
  overflow: hidden;
  --color: var(--cardColor);
  --linkColor: var(--cardColor);
  --linkHover: var(--cardColor);
}

/* Dark Mode */

[data-theme="dark"] #smfk-logo-svg path {
  fill: var(--primary);
}

.product .card .cover {
  position: relative;
}

.product .card .cover .secondary {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 250ms var(--easeInOutQuad);
  overflow: hidden;
}

.product .card:hover .cover.hasHover .primary {
  opacity: 0;
  transition: opacity 300ms var(--easeInOutQuad);
}

.product .card:hover .cover .secondary {
  opacity: 1;
}

.product .card .cover .secondary picture {
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
}

.product .card .cover .secondary picture img {
  width: 100%;
}

/*.product .card { border-right: var(--globalBorder); border-bottom: var(--globalBorder) } */

.product .card:nth-child(4n + 4) {
  border-right-color: transparent;
}

@media (max-width: 777px) {
  .product .card {
    border-inline: 0 !important;
  }

  .product .card .cover img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
  }
}

.cartPriceAdd {
  display: block;
}

.cartLoader {
  display: none;
}

/*.cartButton.loading .cartLoader { display: block } */

.cartButton.loading .cartPriceAdd {
  display: none;
}

.product form {
  display: contents;
  height: 0;
}

/* Product Card v2 aka classic */

.product .card.v2 {
  position: relative;
  min-height: auto;
}

.product .card.v2 :where(.prices, .quickBuy) {
  padding: 0 var(--buttonPadding) var(--margin);
}

.product .card.v2 :where(.actions, .meta) {
  opacity: 1;
}

.product .card.v2 a {
  display: flex;
  flex-direction: column;
  gap: var(--margin);
}

.product .card.v2 .prodtitle {
  margin: 0;
  --h3size: calc(var(--hSizeBase) * 1.3rem);
}

.product .card.v00 :where(.prodtitle, .prices) {
  margin: 0 var(--buttonPadding);
  background: var(--cardTextBg);
  color: var(--cardColor);
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--margin);
  border-radius: calc(var(--radius) / 7);
}

.product .card.v2 img {
  object-fit: var(--cardObjectFit, cover);
  aspect-ratio: var(--cardAspectRatio, 1/1);
  margin: 0 auto;
  width: 100%;
}

.product .card.v2 :where(a, h3, .prices, .soldout) {
  color: var(--cardColor);
}

.product .card .old-price {
  margin-right: var(--margin);
}

.product .card.v2 .quickBuy {
  margin-top: auto;
}

.product .card.v2 .soldout {
  white-space: nowrap;
}

/* Product Card v0 aka default */

.product .card img {
  /*
  min-height: 250px;
  max-height: 600px
  */
}

.product .card.v00 .quickBuy {
  margin-bottom: 0;
}

.product .card.v00 :where(.cover, a) {
  margin-bottom: 0;
}

.card.v2:not(.v00) .itsOverlay {
  display: flex;
  flex-direction: column;
  gap: var(--margin);
  padding-bottom: var(--padding);
  margin-top: auto;
}

.card.v00 .itsOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - var(--padding));
}

body.ip--padding .card.v00 .itsOverlay {
  padding: var(--padding);
}

body.ip--margin .card.v00 .itsOverlay {
  padding: var(--margin);
}

@media (min-width: 777px) {
  /*
  .product .card.v2 .primary img {
    max-height: 600px;
  }
  */

  .product .card.v00.cardHoverQuickBuy .quickBuy {
    opacity: 0;
  }

  .product .card.v00.cardHoverQuickBuy:hover .quickBuy {
    opacity: 1;
  }

  .screen-s-up-hidden {
    display: none;
  }
}

.h-95px {
  height: 95px;
}

/* if aspect ratio is set to landscape and cardHoverQuickBuy is active */

.cardHoverQuickBuy.aspectRatioLandscape .itsOverlay {
  position: relative;
  padding-bottom: var(--padding);
  max-height: 100%;
}

.product .card.v00.cardHoverQuickBuy.aspectRatioLandscape .quickBuy {
  opacity: 1;
}

/* Quick buy button */

.shopify-payment-button {
  margin: var(--margin) 0;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button,
.shopify-payment-button__more-options,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__more-options:hover {
  font-weight: 700 !important;
  border-radius: var(--radius) !important;
  background: var(--buyButtonBgColor) !important;
  color: var(--buyButtonColor) !important;
  border: var(--buttonBorderWidth) solid var(--buyButtonBorderColor) !important;
  overflow: hidden !important;
}

.shopify-payment-button__button--branded:hover,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__more-options:hover {
  border-color: var(--buyButtonBorderHover) !important;
}

.shopify-payment-button__more-options {
  margin: var(--margin) auto;
}

.shopify-payment-button__button--hidden {
  display: none !important;
}

.shopify-payment-button__more-options {
  margin: var(--margin) auto;
  background: none !important;
  border: none !important;
  color: currentColor !important;
  font-size: 80%;
}

.shopify-payment-button__more-options:hover {
  color: currentColor !important;
  background: none !important;
  border: none !important;
}

/*
@media (max-width: 777px) {
  .product .card.v2 img {
    height: 100%;
    max-height: 650px;
  }
}

@media (max-width: 400px) {
  .product .card.v2 img {
    height: 100%;
    max-height: 450px;
  }
}
*/
@media (max-width: 1281px) {
  .AddToCartForm .actions {
    --grid-tc: repeat(1, 1fr);
  }
}

/*** Search page */

/* .search-page .results > grid > c:not(:nth-child(3n+3)):not(:only-child) { border-right: var(--globalBorder) } */

.search-page .apage {
  display: grid;
  place-items: center;
  min-height: 250px;
  border-bottom: var(--globalBorder);
}

.search-page :where(.blog-listing, .blog-listing .posts) {
  display: grid;
  min-height: 100%;
}

.search-page .product {
  display: grid;
}

.search-page .product .card,
.search-page .blog-listing .bp {
  border-right: none;
}

input[type="checkbox"]:not(.switch) {
  border-radius: 0;
}

@media (max-width: 777px) {
  .search-page .intro > grid > c:not(:last-child) {
    padding: 1rem var(--padding);
    border-right: 0;
    border-bottom: var(--globalBorder);
  }

  .search-page .results > grid > c {
    border-right: none !important;
  }

  .search-page .blog-listing .bp {
    padding: var(--padding) 0;
  }
}

/*** Collection - Product Listing Page */

.listing-page .products {
  border: 0;
}

/*.listing-page .products .card { border-bottom: var(--globalBorder) }*/

.gb-padd {
  padding: var(--padding);
}

:where(.listing-page, .search-page) .intro > grid {
  border-bottom: var(--globalBorder);
}

:where(.listing-page, .search-page) .intro > grid > c {
  padding: var(--padding);
  border-right: var(--globalBorder);
}

:where(.listing-page, .search-page) .intro .filterBlock {
  padding: 0;
  align-self: center;
}

:where(.listing-page, .search-page) .intro > grid > c:last-child {
  border-right: none;
}

.listing-page .intro .featuredMedia {
  padding: 0;
  border: 0;
  border-bottom: var(--globalBorder);
  max-height: 500px;
}

.listing-page .intro .featuredMedia img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  max-height: 500px;
  height: auto;
}

.listing-page .intro .featuredMedia.coll {
  max-height: 200px;
}

.listing-page .intro .featuredMedia.coll img {
  width: auto;
  max-height: 200px;
}

:where(.listing-page, .search-page) .intro .filter > summary {
  margin: 0 auto;
  padding: 1.4rem;
}

:where(.listing-page, .search-page) .intro .padd {
  padding: var(--padding);
}

:where(.listing-page, .search-page) .intro form details {
  padding: var(--margin) var(--padding);
  border-bottom: var(--globalBorder);
}

:where(.listing-page, .search-page) .intro details > div {
  padding: var(--padding) 0;
}

:where(.listing-page, .search-page) .intro .actiions {
  margin-top: var(--padding);
}

:where(.listing-page, .search-page) .intro details {
  position: relative;
}

:where(.listing-page, .search-page) .intro #FacetFiltersFormMobile {
  position: absolute;
  background: var(--bgColor);
  left: 0;
  right: 0;
  margin-inline: var(--padding);
  margin-top: calc(-1 * var(--padding));
  box-shadow: var(--globalShadow);
  border-radius: calc(var(--radius) / 3);
  border: var(--globalBorder);
  z-index: 10;
}

#FacetFiltersFormMobile summary {
  padding: var(--buttonPadding) 0;
}

#FacetFiltersFormMobile .sortByBlock {
  padding-bottom: var(--padding);
}

.filter .dropdown-caret {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 777px) {
  :where(.listing-page, .search-page) .intro .filterBlock {
    padding: 0;
  }
}

@media (max-width: 777px) {
  .listing-page .intro .featured {
    border-bottom: 0;
  }

  :where(.listing-page, .search-page) .intro > grid {
    border-bottom: 0;
  }

  :where(.listing-page, .search-page) .intro > grid > c {
    border-bottom: var(--globalBorder);
    border-right: 0;
  }
}

section.product {
  border-bottom: var(--globalBorder);
}

.loadmore {
  text-align: center;
}

.loadmore:empty {
  padding: var(--padding);
}

.loadmore a {
  display: inline-block;
  padding: var(--padding);
}

.loadmore span {
  display: inline;
}

.loadmore span.current {
  border: var(--globalBorder);
  border-radius: var(--radius);
  padding: var(--buttonPadding);
}

.loadmore span a {
  text-decoration: none;
  padding: var(--buttonPadding);
}

#ajaxPagination {
  padding: var(--margin);
}

/*** Product Page */

.product-page .item .meta {
  padding-top: calc(var(--padding) / 2);
  margin-bottom: calc(-1 * var(--globalBorderWidth));
}

.product-page .item .meta.small-only {
  padding-top: 0;
  border-bottom: var(--globalBorder);
}

.product-page .item .meta.lrg[order="1"] {
  border-right: var(--globalBorder);
}

.product-page .item .meta.lrg[order="3"] {
  border-left: var(--globalBorder);
}

.product-page .item .meta section {
  padding: var(--margin) var(--padding);
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.product-page .item .meta .contents {
  padding: var(--margin) 0;
}

.product-page .item .meta .contents .title {
  margin-bottom: var(--margin);
}

.product-page .item .meta .contents div {
  margin-bottom: var(--margin);
}

.product-page .item .meta .xform {
  top: 0;
  z-index: 3;
  padding: var(--margin) var(--padding);
  background: var(--bgColor);
  border-bottom: var(--globalBorder);
}

body.hpsticky .product-page .item .meta .xform {
  top: calc(var(--headerHeight, 0px) + var(--noticerHeight, 0px));
}

.product-page .item .meta product-form {
  display: block;
  padding: var(--margin) 0;
}

.product-page .item .meta section.cartNotes {
  padding: 0;
  margin: var(--margin) 0;
}

.product-page .item .meta .qtyBox {
  background: var(--boxBgColor);
  color: var(--boxColor);
  border: var(--boxBorderWidth) var(--boxBorderStyle) var(--boxBorderColor);
  border-radius: var(--boxRadius);
  padding: 0;
  padding-left: var(--boxPadding);
}

.product-page .item .meta .qtyBox:hover {
  border-color: var(--boxBorderHover);
}

.product-page .item .meta .qtyBox:focus-within {
  outline: 1px solid var(--color) !important;
  outline-offset: 2px;
  border-color: var(--boxBorderHover);
}

.product-page .item .meta .qtyBox label {
  margin: 0;
  word-break: keep-all;
}

.product-page .item .meta .qtyBox input {
  outline: none !important;
  border: none;
  margin: 0;
}

.product-page .item variant-selects,
.product-page .item variant-radios {
  display: grid;
  gap: var(--padding);
  padding: var(--margin) 0;
}

.product-page .item variant-radios :where(legend, fieldset) {
  all: unset;
}

.product-page .item variant-radios :where(input) {
  display: none;
}

.product-page .sellingPlan {
  margin: var(--margin) 0;
}

[shopify-payment-terms] {
  display: block;
  padding: var(--margin) var(--padding);
}

.product-page #prodesc > *:last-child {
  border-bottom: var(--globalBorder);
}

.product-page .item variant-radios label {
  padding: calc(var(--buttonPadding) / 1.4) var(--buttonPadding);
  margin: 0;
  border: var(--globalBorder);
  font-weight: normal;
  border-radius: var(--radius);
}

.product-page variant-radios input[type="radio"]:checked + label {
  background: var(--buyButtonBgColor);
  color: var(--buyButtonColor);
  border-color: var(--buyButtonBorderColor);
  font-weight: bold;
}

.nojs.product-form__input {
  margin: var(--margin) 0;
}

.product-page .item .meta .price :where(dd, dl, dt) {
  margin: 0;
  display: inline;
}

.product-page .item .meta :where(.price__regular, .price__sale) {
  display: flex;
  gap: var(--margin);
  flex-direction: row;
}

.product-page .item .meta .sharing {
  padding: var(--padding);
}

.product-page .item .meta .sharing li {
  padding: 0 var(--margin);
}

.product-page .item .meta .sharing a {
  padding: var(--buttonPadding) var(--margin);
}

.product-page .item .meta .blocks {
  padding: var(--padding);
  border-block: var(--globalBorder);
}

.product-page .item .meta .blocks.accordion {
  padding: 0;
}

.product-page .item .meta .blocks.accordion h4 {
  line-height: 1;
}

.product-page .item .meta .blocks.accordion :where(.text, summary) {
  padding: var(--padding);
}

.product-page .item .meta .blocks.accordion summary {
  text-transform: uppercase;
  font-size: var(--h4Size);
  font-weight: var(--hWeight);
}

.product-page .item .meta .blocks.accordion details[open] summary {
  border-bottom: var(--globalBorder);
}

.product-page .item .meta .blocks p {
  margin: 0;
  padding: 0;
}

.product-page .related .product .card:nth-child(3) {
  border-right: none;
}

/* Product popup  */

.product-page section.popup {
  border-bottom: var(--globalBorder);
  padding: 0 !important;
}

.product-page modal-opener :where(button, .button) {
  display: block;
  padding: var(--padding);
  margin: 0;
  text-align: start;
  --buttonFontSize: var(--h4Size);
  font-weight: var(--hWeight);
}

.product-page .product-popup-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.product-page .product-popup-modal__content {
  border: var(--globalBorder);
  background: var(--bgColor);
  color: var(--color);
  overflow: auto;
  height: 80%;
  width: 90%;
}

.product-page modal-dialog button {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0 !important;
  border-bottom: var(--globalBorder);
  background: var(--bgColor);
  text-align: end;
  color: currentColor;
  cursor: pointer;
  padding: var(--padding);
}

.product-page modal-dialog grid > c {
  padding: var(--padding);
}

.product-page modal-dialog grid > c:first-child {
  border-right: var(--globalBorder);
}

@media (min-width: 777px) {
  .product-page modal-dialog grid {
    height: 100%;
  }
}

@media (max-width: 777px) {
  .product-page modal-dialog button {
    position: inherit;
  }

  .product-page modal-dialog grid > c:first-child {
    border: 0;
    border-bottom: var(--globalBorder);
  }
}

/* MEDIA in Product Page */

.product-page .gallery .media:not(:last-child) {
  border-bottom: var(--globalBorder);
}

.product-page .gallery .media :where(img, video, iframe) {
  width: 100%;
}

@media (min-width: 777px) {
  .product-page .gallery.i2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--margin);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .product-page .gallery.i2col .media {
    border: 0;
  }

  .product-page .gallery.i1stBig .media:first-child {
    grid-column: 1 / -1;
  }
}

/* model viewer / 3D */

.product-page .gallery .media model-viewer {
  display: block !important;
  width: 100% !important;
  min-height: 500px !important;
}

.product-page .gallery .auto-iframe iframe {
  min-height: 450px;
}

/* for iframe players: maintain the aspect ration on width 100% */

.auto-iframe iframe {
  margin: 0px auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* Review */

.itsapp .spr-container,
.itsapp .reviews .spr-form {
  border: 0;
  padding: 0;
}

.itsapp .spr-header-title,
.itsapp .spr-form-title {
  font-size: var(--fontSize);
  margin: 0;
  text-align: start;
}

.itsapp .spr-summary {
  text-align: start;
  margin-top: var(--padding);
}

.itsapp .spr-form-label {
  font-size: var(--fontSize);
  line-height: 20px;
  text-align: start;
  display: block;
}

.itsapp :where(.spr-review-header, .spr-review-content) {
  text-align: start;
}

.itsapp .spr-review-reportreview {
  display: none;
}

.itsapp :where(.spr-review, .spr-form) {
  border-color: var(--borderColor) !important;
}

.itsapp .spr-starrating {
  display: block;
  text-align: start;
}

@media (max-width: 777px) {
  .product-page .item .gallery {
    border: none;
    border-bottom: var(--globalBorder);
  }

  .product-page .item .meta .xform {
    z-index: 9 !important;
    top: inherit;
    bottom: 0;
    width: 100%;
    border-top: var(--globalBorder);
  }

  .product-page .item .meta .xform.sticky {
    position: fixed !important;
  }

  body.hpsticky .product-page .item .meta .xform.sticky {
    top: unset;
    position: fixed !important;
  }

  .product-page .item .meta:is(.lrg[order="1"], .lrg[order="3"]) {
    border: 0;
  }

  .product-page .item .meta .contents.mobtitle {
    padding: var(--padding);
  }

  .product-page .item .meta .contents.mobtitle .h1 {
    margin: 0;
  }

  .product-page .related .product .card {
    border-right: 0;
  }

  .product-page .related .product .card:nth-child(even) {
    border-right: 0;
  }

  .product-page .related .product .card:nth-child(3) {
    border-right: 0;
  }

  .product-page .related .product .card:nth-child(3),
  .related .product > .card:nth-child(4) {
    border-bottom: 0;
  }

  .product-page .related .browseall {
    background-color: var(--bgColor);
  }
}

/* product availability  */

pickup-availability {
  padding: var(--padding);
  border-bottom: var(--globalBorder);
  display: block;
}

.pickup-availability-preview {
  align-items: flex-start;
  display: flex;
  gap: 0.2rem;
}

.pickup-availability-preview .icon {
  flex-shrink: 0;
  height: 1.8rem;
}

.pickup-availability-preview .icon-unavailable {
  height: 1.6rem;
  margin-top: 0.1rem;
}

.pickup-availability-info * {
  margin: 0 0 0.6rem;
}

pickup-availability-drawer {
  background: var(--bgColor);
  border-left: var(--globalBorder);
  padding: var(--padding);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 111;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  width: 100%;
  max-width: 444px;
}

pickup-availability-drawer[open] {
  transform: translateX(0);
}

.pickup-availability-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--padding);
}

.pickup-availability-variant {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  text-transform: capitalize;
}

.pickup-availability-variant > * + strong {
  margin-left: var(--padding);
}

.pickup-availability-list__item {
  padding: 2rem 0;
}

.pickup-availability-list__item > * {
  margin: 0;
}

.pickup-availability-list__item > * + * {
  margin-top: var(--padding);
}

.pickup-availability-address {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}

.pickup-availability-address p {
  margin: 0;
}

/* Accordion */

.accordion .text {
  overflow: hidden;
  max-height: 100%;
  opacity: 1;
  transform: translate(0, 0);
  margin-block: var(--margin);
}

.accordion ul li {
  margin: 0;
  position: relative;
}

/* Custom page */

#shopify-section-product-custom {
  border-top: var(--globalBorder);
}

#shopify-section-product-custom .hero {
  border-bottom: none;
}

/*** Blog Listing */

.blog-listing c {
  border-bottom: var(--globalBorder);
}

.blog-listing .bp {
  border-bottom: var(--globalBorder);
  border-right: var(--globalBorder);
  display: grid;
  place-items: start stretch;
}

.blog-listing .meta {
  padding: var(--padding);
  margin-top: auto;
}

.blog-listing .meta :where(h3, p) {
  margin-top: var(--margin);
}

.blog-listing .meta a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.blog-listing .heading {
  border-bottom: var(--globalBorder);
}

.blog-listing .posts img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  margin: 0 auto;
}

.blog-listing .posts picture {
  border-bottom: var(--globalBorder);
}

.blog-listing .posts .svg-placeholder {
  width: 100vw;
  min-height: 0;
  height: 300px;
}

@media (min-width: 777px) {
  .blog-listing .posts c:nth-child(3n) {
    border-right-color: transparent;
  }
}

@media (max-width: 777px) {
  .blog-listing {
    border-bottom: 0;
  }

  .blog-listing .meta {
    padding: calc(var(--padding) / 1.7);
  }

  .blog-listing c:nth-child(odd) {
    border-right-color: transparent;
  }

  .blog-listing .posts c:first-child {
    grid-column: 1/-1;
  }
}

/*** Blog post */

.blog-page {
  border-bottom: var(--globalBorder);
}

.blog-page .post article {
  padding: var(--padding);
  width: 100%;
  max-width: 80ch;
  margin-inline: auto;
}

.blog-page .post img {
  margin-top: 1.4rem;
  width: 100% !important;
}

.blog-page .post iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.blog-page .post aside {
  padding: var(--padding) 0;
}

.blog-page .post aside > div {
  padding: 0 var(--padding);
}

.blog-page .post aside h1 {
  margin-bottom: var(--margin);
}

.blog-page .post .meta {
  border-right: var(--globalBorder);
  min-height: 100%;
  display: block;
}

.blog-page .post .meta span {
  margin: 1rem 1rem 0 0;
}

.blog-page .post .what2fix li::first-letter {
  text-transform: capitalize;
}

@media (max-width: 777px) {
  .blog-page .post aside {
    position: unset;
    padding: 0;
  }

  .blog-page .post .meta {
    margin-top: var(--padding);
    border-right: 0;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

comments-section:not(:empty) {
  display: block;
  padding: var(--padding);
  margin-top: var(--margin);
  border-top: var(--globalBorder);
}

comments-section form.comment-form {
  padding: var(--padding) var(--margin);
  margin-top: var(--padding);
}

comments-section .form-error {
  margin-top: var(--margin);
  color: var(--red);
}

comments-section .form-success {
  margin-top: var(--margin);
  color: var(--green);
}

comments-section .acomment {
  width: 100% !important;
  max-width: 1080px !important;
}

comments-section .acomment flex {
  margin-top: var(--padding);
}

/*** General page */

.general-page {
  border-bottom: var(--globalBorder);
}

.general-page grid c {
  border-right: var(--globalBorder);
  padding: var(--padding);
}

.general-page grid c:last-child {
  border: 0;
}

@media (min-width: 777px) {
  .general-page grid {
    min-height: 65vh;
  }
}

@media (max-width: 777px) {
  .general-page grid c {
    border-right: 0;
    border-bottom: var(--globalBorder);
  }

  .general-page grid c:last-child {
    border-bottom: 0;
  }
}

/*** Legal pages */

.shopify-policy__container {
  display: flex;
  max-width: 100% !important;
  border-bottom: var(--globalBorder) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.shopify-policy__container > * {
  width: 100%;
  text-align: start;
}

.shopify-policy__title h1 {
  padding: var(--padding);
}

.shopify-policy__body {
  max-width: 75ch;
  margin: 0 auto;
  border-left: var(--globalBorder);
  padding: var(--padding);
}

@media (max-width: 777px) {
  .shopify-policy__container {
    flex-direction: column;
  }

  .shopify-policy__body {
    border: 0;
  }
}

/*** About */

.about-page c {
  padding: 0;
}

.about-page .meta {
  padding: 4rem;
  margin: 0 auto;
  max-width: 600px;
}

.about-page .meta p {
  margin: 2rem 0;
}

/*** FAQ page & FAQ sections */

.faq-page .faqs {
  max-width: 600px;
}

:where(.faq-page, .faq) details {
  margin-bottom: 3rem;
}

[data-question] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  padding-bottom: var(--margin);
  cursor: pointer;
}

[data-answer] {
  padding-top: var(--margin);
}

section.faq c {
  border-right: var(--globalBorder);
  border-bottom: var(--globalBorder);
  padding: var(--padding);
}

section.faq c:nth-child(3n) {
  border-right: none;
}

@media (max-width: 777px) {
  section.faq c {
    border-right: none;
  }

  section.faq c:last-child {
    border-bottom: 0;
  }
}

/*** Gallery page */

.gallery-page .mosaic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--margin);
}

@media (min-width: 777px) {
  .gallery-page .mosaic img {
    max-width: 49.5%;
  }
}

/*** Press */

.press-page c {
  display: grid;
  align-content: center;
  text-align: center;
  border-right: var(--globalBorder);
  border-bottom: var(--globalBorder);
  padding: calc(var(--padding) * 2) var(--padding);
}

.press-page c:nth-child(3n + 3) {
  border-right-color: transparent;
}

.press-page img {
  max-width: 200px;
  text-align: center;
  margin: 0 auto var(--padding);
  display: inline;
  border-radius: 0;
}

.press-page .meta p {
  margin: 0;
}

.press-page svg.svg-imglogolist {
  height: 250px;
}

@media (max-width: 777px) {
  .press-page c {
    border-right: 0;
  }
}

/*** Brand listing page */

.brands .brand {
  border-bottom: var(--globalBorder);
}

.brands .brand img {
  max-height: 160px;
  width: auto;
  border-radius: calc(var(--radiusImg) / 1);
}

.brands .brand c {
  min-height: 100px;
  border-right: var(--globalBorder);
}

.brands .brand c h2 {
  padding-inline: var(--margin);
  text-align: center;
  width: min(85%, 40ch);
}

.brands .brand c:nth-child(3n) {
  border-right: 0;
}

@media (max-width: 777px) {
  .brands .brand c:nth-child(2n) {
    border-right: 0;
  }
}

/*** Login page */

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: flex;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

/*** Addresses */

.addressBox {
  padding: var(--padding) 0;
  margin: var(--padding) auto;
  border-bottom: var(--globalBorder);
}

/*** Account page */

.account-page {
  border-bottom: var(--globalBorder);
}

.account-page > grid {
  min-height: 65vh;
}

.account-page > grid > c {
  border-right: var(--globalBorder);
  padding: var(--padding);
}

.account-page > grid > c:last-child {
  border: 0;
}

.account-page .table grid {
  --columnGap: 1rem;
  --rowGap: 1rem;
}

.account-page .table .head {
  border-top: var(--globalBorder);
}

.account-page .table .head,
.account-page .table .body {
  padding: var(--margin) 0;
  margin-bottom: var(--margin);
  border-bottom: var(--globalBorder);
}

.account-page .text-hr.noMargin {
  margin-top: 0;
}

.account-page form div {
  margin: var(--padding) 0;
}

@media (max-width: 777px) {
  .account-page > grid > c {
    border-right: 0;
    border-bottom: var(--globalBorder);
  }

  .account-page > grid > c:last-child {
    border-bottom: 0;
  }
}

/*** Image scroll snap slider for mobile */

@media (max-width: 777px) {
  .product-page .gallery.scroll-snap {
    --ss-height: 500px;
    --ss-width: 100%;
  }

  .product-page .gallery.scroll-snap .media {
    display: grid;
    place-items: center;
    width: 100%;
    height: var(--ss-height);
    border-bottom: 0;
  }

  .product-page .gallery.scroll-snap .media img {
    width: calc(var(--ss-height) - 100px);
  }

  .product-page .gallery.scroll-snap .media .model {
    min-width: calc(var(--ss-width) - 10%);
  }

  .product-page .gallery.scroll-snap .media :where(iframe, video) {
    display: block;
    width: var(--ss-width);
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .scroll-snap {
    --scrollDirection: x;
    --scrollType: mandatory;
    --scrollAlign: start;
    --scrollMargin: 0;
    --scrollStop: normal;
    --scrollJustifyContent: start;
    --scrollAlignItems: center;
    --scrollFlexFlow: row nowrap;
    display: flex;
    flex: none;
    flex-flow: var(--scrollFlexFlow);
    gap: var(--scrollMargin);
    justify-content: var(--scrollJustifyContent);
    align-items: var(--scrollAlignItems);
    overflow: auto;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-margin: var(--scrollMargin);
    scroll-snap-stop: var(--scrollStop);
    -ms-scroll-snap-type: var(--scrollDirection) var(--scrollType);
    scroll-snap-type: var(--scrollDirection) var(--scrollType);
  }

  .scroll-snap > * {
    width: auto;
    flex: none;
    scroll-snap-align: var(--scrollAlign);
  }

  .scroll-snap.y {
    --scrollDirection: y;
    --scrollFlexFlow: column nowrap;
    --scrollAlignItems: start;
  }

  .scroll-snap.mandatory {
    --scrollType: mandatory;
  }

  /* default */

  .scroll-snap.proximity {
    --scrollType: proximity;
  }

  .scroll-snap.align-start {
    --scrollAlign: start;
  }

  .scroll-snap.align-center {
    --scrollAlign: center;
  }

  .scroll-snap.align-end {
    --scrollAlign: end;
  }

  .scroll-snap.stop-always {
    --scrollStop: always;
  }

  /* default */
}

/*** iOS fix: prevent zooming on input:focus */

@media (max-width: 777px) {
  input,
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="file"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input[inputmode],
  select,
  textarea {
    font-size: 12px;
  }

  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    --buttonFontSize: 14px;
  }
}

.flex {
  display: flex;
}

.border-t-0 {
  border-top-width: 0px !important;
}

/* Multi-Level Menu */

nav[levels="3"] {
  width: 300vw;
  transition: all 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
  overflow-x: hidden;
}

.mobnav[current-level="1"] > nav {
  left: 0;
}

.mobnav[current-level="2"] > nav {
  left: -100vw;
}

.mobnav[current-level="3"] > nav {
  left: -200vw;
}

.mobnav[current-level="1"] [nav-button-back] {
  display: none;
}

[child-nav] {
  display: none;
}

body.open-menu .mobnav-menus {
  position: absolute;
}

a,
input,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* Photoswipe */

.pswp {
  position: absolute;
  z-index: 15000;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: zoom-in;
  cursor: zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: grab;
  cursor: grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing;
  cursor: grabbing;
  cursor: grabbing;
}

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bgColor);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transform-origin: left top;
  transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
  div element that matches size of large image
  large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: rgba(var(--color-primary-text-rgb), 0.05);
}

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: var(--color-primary-text);
}

.pswp__error-msg a {
  color: var(--color-primary-text);
  text-decoration: underline;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (min-width: 777px) {
  .md\:bottom-1\/2 {
    bottom: 50%;
  }

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

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

  .md\:text-4xl {
    font-size: 32px;
  }

  .md\:text-lg {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }
}

/** Sping Button **/

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.index main > .shopify-section {
  padding: 24px 0;
}
footer {
  border-top: var(--globalBorder);
}
.bg-none {
  background: none;
}
.section-title {
  background: var(--bgColor);
  padding: var(--padding);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-form .view-cart-btn {
  visibility: hidden;
  display: none;
}

.product-form.item-added .view-cart-btn {
  visibility: visible;
  display: block;
}
.bold {
  font-weight: 600;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.break-words {
  word-break: break-word;
}
.absolute {
  position: absolute;
}
.z-20 {
  z-index: 20;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.atc-icon {
  width: 2rem;
  height: 2rem;
}
.product-page {
  border-bottom: 1px solid;
}

.splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.splide__arrows > button {
  border: 0;
  display: flex;
  padding: 0 6px;
}
.splide.has-arrows {
  padding-bottom: 24px;
}
.splide__arrow.splide__arrow--prev {
  justify-content: left;
}
.splide__arrow.splide__arrow--prev > svg {
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  justify-content: right;
}
.splide__arrow > svg {
  width: 14px;
  height: 14px;
}
.rounded-full {
  border-radius: 100%;
}
.sibling-product-list > .sibling-product {
  width: 3em;
  height: 3em;
}
.sibling-product {
  border-radius: 100%;
  border-color: var(--globalBorderColor);
  border-width: 0;
  border-style: solid;
  cursor: pointer;
  padding: 1px;
}
.sibling-product  img {
  border-radius: 100%;
}
.sibling-product.current {
  border-width: 1px;
  padding: 0px;
}
.sibling-product:hover {
  border-width: 1px;
  padding: 0px;
}
.gap-\[8px\]{
  gap: 12px;
}
.flex-1{
  flex: 1;
}
.hover\:.underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
ul#HeaderCountryList > li{
  width: 100%;
}

#HeaderCountryList{
  top: 40px;
  bottom: unset !important;
}

.card-list .card.v2 img {
  object-fit: var(--cardObjectFit, cover);
  aspect-ratio: var(--cardAspectRatio, 1/1);
  margin: 0 auto;
  width: 100%;
}