/** Shopify CDN: Minification failed

Line 1634:0 Unexpected "}"

**/
/*
! tailwindcss v3.2.4 | 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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;
  font-family: 'GTAmerica-bold';
}

/*
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 */
  font-weight: inherit; /* 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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}:root{--content-padding: 2rem;--content-padding-wide: 1.25rem;--header-height: 3.5rem}@media (min-width: 1024px){:root{--content-padding: 3.75rem;--header-height: 4.25rem}}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}.richtext a,.metafield-rich_text_field a {
  text-decoration-line: underline;
}.tw-pointer-events-none {
  pointer-events: none;
}.tw-fixed {
  position: fixed;
}.tw-absolute {
  position: absolute;
}.tw-relative {
  position: relative;
}.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.tw-top-0 {
  top: 0px;
}.tw-top-1\/2 {
  top: 50%;
}.tw-left-1\/2 {
  left: 50%;
}.tw-bottom-0 {
  bottom: 0px;
}.tw-left-0 {
  left: 0px;
}.tw-top-6 {
  top: 1.5rem;
}.tw-right-6 {
  right: 1.5rem;
}.tw-z-10 {
  z-index: 10;
}.tw-z-20 {
  z-index: 20;
}.tw-col-span-2 {
  grid-column: span 2 / span 2;
}.tw-col-start-2 {
  grid-column-start: 2;
}.tw-col-end-4 {
  grid-column-end: 4;
}.tw-row-span-2 {
  grid-row: span 2 / span 2;
}.\!tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}.tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.tw-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.tw-mb-10 {
  margin-bottom: 2.5rem;
}.tw-mt-5 {
  margin-top: 1.25rem;
}.tw-ml-auto {
  margin-left: auto;
}.tw-mt-12 {
  margin-top: 3rem;
}.tw-mt-10 {
  margin-top: 2.5rem;
}.tw-mb-5 {
  margin-bottom: 1.25rem;
}.tw-mt-28 {
  margin-top: 7rem;
}.tw-mt-24 {
  margin-top: 6rem;
}.tw--mt-16 {
  margin-top: -4rem;
}.tw-mb-20 {
  margin-bottom: 5rem;
}.tw--mt-10 {
  margin-top: -2.5rem;
}.tw-mr-4 {
  margin-right: 1rem;
}.tw-mb-8 {
  margin-bottom: 2rem;
}.tw-mb-16 {
  margin-bottom: 4rem;
}.tw-mb-4 {
  margin-bottom: 1rem;
}.tw-mb-1 {
  margin-bottom: 0.25rem;
}.tw-ml-1\.5 {
  margin-left: 0.375rem;
}.tw-ml-1 {
  margin-left: 0.25rem;
}.tw-mt-4 {
  margin-top: 1rem;
}.tw--mt-\[3px\] {
  margin-top: -3px;
}.tw-mb-6 {
  margin-bottom: 1.5rem;
}.tw-block {
  display: block;
}.\!tw-block {
  display: block !important;
}.tw-inline-block {
  display: inline-block;
}.tw-flex {
  display: flex;
}.tw-grid {
  display: grid;
}.tw-hidden {
  display: none;
}.tw-h-\[3\.4rem\] {
  height: 3.4rem;
}.tw-h-full {
  height: 100%;
}.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.\!tw-h-\[49rem\] {
  height: 49rem !important;
}.tw-h-\[2\.7rem\] {
  height: 2.7rem;
}.tw-h-\[1\.3rem\] {
  height: 1.3rem;
}.tw-h-5 {
  height: 1.25rem;
}.tw-h-10 {
  height: 2.5rem;
}.tw-max-h-full {
  max-height: 100%;
}.tw-w-full {
  width: 100%;
}.\!tw-w-\[auto\] {
  width: auto !important;
}.tw-w-\[25rem\] {
  width: 25rem;
}.tw-w-\[0\.6rem\] {
  width: 0.6rem;
}.tw-w-\[min\(90\%\,25rem\)\] {
  width: min(90%,25rem);
}.tw-w-5 {
  width: 1.25rem;
}.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.tw-w-10 {
  width: 2.5rem;
}.tw-w-\[30\%\] {
  width: 15%;
}.tw-min-w-\[12\.5vw\] {
  min-width: 12.5vw;
}.tw-min-w-\[15\.7rem\] {
  min-width: 15.7rem;
}.tw-max-w-full {
  max-width: 100%;
}.tw-max-w-\[12rem\] {
  max-width: 12rem;
}.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}.tw--translate-x-full {
  --tw-translate-x: -100%;
  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));
}.tw-translate-y-\[0\.44rem\] {
  --tw-translate-y: 0.44rem;
  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));
}.tw-cursor-pointer {
  cursor: pointer;
}.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.tw-grid-cols-\[auto\,1fr\] {
  grid-template-columns: auto 1fr;
}.tw-grid-cols-\[repeat\(auto-fill\,_minmax\(max\(3vw\,_4\.375rem\)\,_1fr\)\)\] {
  grid-template-columns: repeat(auto-fill, minmax(max(3vw, 4.375rem), 1fr));
}.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}.tw-flex-col {
  flex-direction: column;
}.tw-flex-wrap {
  flex-wrap: wrap;
}.tw-items-center {
  align-items: center;
}.tw-justify-center {
  justify-content: center;
}.tw-justify-between {
  justify-content: space-between;
}.tw-justify-around {
  justify-content: space-around;
}.tw-gap-7 {
  gap: 1.75rem;
}.tw-gap-2 {
  gap: 0.5rem;
}.tw-gap-\[1\.3rem\] {
  gap: 1.3rem;
}.tw-gap-\[0\.2rem\] {
  gap: 0.2rem;
}.tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}.tw-space-y-\[0\.1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
}.tw-self-end {
  align-self: flex-end;
}.tw-overflow-auto {
  overflow: auto;
}.tw-overflow-hidden {
  overflow: hidden;
}.tw-rounded-sm {
  border-radius: 0.125rem;
}.tw-rounded-\[100px\] {
  border-radius: 100px;
}.tw-border {
  border-width: 1px;
}.tw-border-\[0\.1rem\] {
  border-width: 0.1rem;
}.tw-border-b {
  border-bottom-width: 1px;
}.tw-border-solid {
  border-style: solid;
}.tw-border-grey-4 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.tw-border-transparent {
  border-color: transparent;
}.tw-border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}.tw-bg-transparent {
  background-color: transparent;
}.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.tw-bg-grey-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.tw-p-\[1\.5625rem\] {
  padding: 1.5625rem;
}.tw-p-2 {
  padding: 0.5rem;
}.tw-p-4 {
  padding: 1rem;
}.tw-p-1 {
  padding: 0.25rem;
}.tw-px-\[1\.5625rem\] {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.tw-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.tw-pt-\[9\.1rem\] {
  padding-top: 9.1rem;
}.tw-pb-7 {
  padding-bottom: 1.75rem;
}.tw-pt-12 {
  padding-top: 3rem;
}.tw-pb-16 {
  padding-bottom: 4rem;
}.tw-pr-0 {
  padding-right: 0px;
}.tw-pt-\[100\%\] {
  padding-top: 100%;
}.tw-pt-8 {
  padding-top: 2rem;
}.tw-text-left {
  text-align: left;
}.tw-text-center {
  text-align: center;
}.tw-font-\[GTAmerica-regular\] {
  font-family: GTAmerica-regular;
}.tw-font-\[GTAmerica-bold\] {
  font-family: GTAmerica-bold;
}.tw-font-\[GTAmerica-medium\] {
  font-family: GTAmerica-medium;
}.tw-text-\[1\.6rem\] {
  font-size: 1.6rem;
}.tw-text-\[3\.5rem\] {
  font-size: 3.5rem;
}.tw-text-\[1\.4rem\] {
  font-size: 1.4rem;
}.tw-text-\[6rem\] {
  font-size: 6rem;
}.tw-text-\[2\.5rem\] {
  font-size: 2.5rem;
}.tw-text-\[3rem\] {
  font-size: 3rem;
}.tw-text-heading-4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}.tw-text-\[2\.1rem\] {
  font-size: 2.1rem;
}.tw-text-heading-3 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
}.tw-text-\[0\.875rem\] {
  font-size: 0.875rem;
}.tw-text-\[1\.1rem\] {
  font-size: 1.1rem;
}.tw-text-\[1rem\] {
  font-size: 1rem;
}.tw-uppercase {
  text-transform: uppercase;
}.tw-leading-\[3\.4rem\] {
  line-height: 3.4rem;
}.tw-leading-\[4rem\] {
  line-height: 4rem;
}.tw-leading-\[8rem\] {
  line-height: 8rem;
}.tw-leading-\[2\.72rem\] {
  line-height: 2.72rem;
}.tw-leading-\[1\.5\] {
  line-height: 1.5;
}.tw-leading-\[1\.2\] {
  line-height: 1.2;
}.tw-leading-tight {
  line-height: 1.25;
}.tw-leading-\[1\.928rem\] {
  line-height: 1.928rem;
}.tw-tracking-\[\.01rem\] {
  letter-spacing: .01rem;
}.tw--tracking-\[0\.01rem\] {
  letter-spacing: -0.01rem;
}.tw-tracking-tighter {
  letter-spacing: -0.05em;
}.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.tw-text-grey-3 {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.tw-text-red-light {
  --tw-text-opacity: 1;
  color: rgb(221 48 67 / var(--tw-text-opacity));
}.tw-underline {
  text-decoration-line: underline;
}.tw-line-through {
  text-decoration-line: line-through;
}.tw-opacity-0 {
  opacity: 0;
}.tw-mix-blend-darken {
  mix-blend-mode: darken;
}.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tw-duration-300 {
  transition-duration: 300ms;
}.tw-duration-500 {
  transition-duration: 500ms;
}.tw-duration-\[400ms\] {
  transition-duration: 400ms;
}.tw-duration-200 {
  transition-duration: 200ms;
}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{flex-shrink:0;height:auto;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color, var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(-1*var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next::after,.swiper-button-prev::after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:initial;letter-spacing:0;line-height:1;text-transform:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev::after,.swiper-container-rtl .swiper-button-next::after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next::after,.swiper-container-rtl .swiper-button-prev::after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translate3d(0, 0, 0);transition:.3s opacity;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{background:#000;border-radius:100%;display:inline-block;height:8px;opacity:.2;width:8px}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color, var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-container-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-container-cube .swiper-cube-shadow{background:#000;bottom:0;filter:blur(50px);height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}html,body{margin:0}*,*::before,*::after{box-sizing:border-box}a,button,[role=button],input,label,select,textarea{touch-action:manipulation}:root{--ease: ease-in-out;--cubic: cubic-bezier(.12,.67,.53,1)}@font-face{font-display:swap;font-family:"GTAmerica-bold";font-style:normal;font-weight:normal;src:url("../assets/GT-America-Compressed-Bold.woff2") format("woff2"),url("../assets/GT-America-Compressed-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:"GTAmerica-medium";font-style:normal;font-weight:normal;src:url("../assets/GT-America-Compressed-Medium.woff2") format("woff2"),url("../assets/GT-America-Compressed-Medium.woff") format("woff")}@font-face{font-display:swap;font-family:"GTAmerica-Compressed-regular";font-style:normal;font-weight:normal;src:url("../assets/GT-America-Compressed-Regular.woff2") format("woff2"),url("../assets/GT-America-Compressed-Regular.woff") format("woff")}@font-face{font-display:swap;font-family:"GTAmerica-regular";font-style:normal;font-weight:normal;src:url("../assets/GT-America-Regular.woff2") format("woff2"),url("../assets/GT-America-Regular.woff") format("woff")}body{color:var(--black);font-family:"GTAmerica-bold";font-size:100%;-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.7}h1,h2,h3,h4,h5,h6,p{font-weight:400;margin:0}a{color:inherit;text-decoration:none}#root{transition:opacity 200ms var(--cubic)}.is-transitioning #root{opacity:0}html{font-size:2.6666666667vw;padding-bottom:0 !important;scroll-behavior:smooth}@media(min-width: 1025px){html{font-size:.6944444444vw}}body.disable-scroll{overflow:hidden}.hidden{display:none}.development-grid{bottom:0;display:none;left:0;margin:0 auto;min-height:100vh;pointer-events:none;position:fixed;right:0;top:0;z-index:10000}main{margin-top:-7rem}.money.sale{color:#eb5757}.money.sale .money--compare{color:#000;margin-left:1rem;text-decoration:line-through}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.remove-mix-blend-mode{background-color:#fff !important;mix-blend-mode:unset !important}.overlay{background-color:rgba(0,0,0,0);bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:background-color 400ms 200ms;z-index:8}.overlay.is-active-header{background-color:rgba(0,0,0,.2);display:block;pointer-events:auto;z-index:9}.overlay.is-active-pop-up{background-color:rgba(0,0,0,.2);display:block;pointer-events:auto;z-index:11}.blur-xl{filter:blur(5px);transition:filter .4s}.blur-xl.is-loaded{filter:unset}ol,ul{list-style:none;margin:0;padding:0}ul.list,ol.list{padding-left:2em}ol.list{list-style:decimal}ul.list{list-style:disc}.field__input-wrapper{margin:0 0 2rem;position:relative}.field__input-wrapper>span::after{color:#000;content:"*";position:absolute;right:1.474rem;top:2.2rem}.field__input-wrapper label{color:#c2c2c2;font-size:1.6rem;left:1.552rem;line-height:1.6rem;opacity:0;position:absolute;top:2.2rem;transition:all .25s;z-index:0}.field__input-wrapper.field--show-floating-label label{font-size:1.6rem;left:1.552rem;opacity:1;top:.5rem;z-index:1}.field__input-wrapper .field__input{border:1px solid #c2c2c2;color:#000;font-size:1.6rem;padding:2rem;transition:border .25s;width:100%}.field__input-wrapper .field__input::-moz-placeholder{color:#8f8f8f;font-size:1.3rem}.field__input-wrapper .field__input::placeholder{color:#8f8f8f;font-size:1.3rem}.field__input-wrapper .field__input:focus{border:1px solid #c2c2c2;outline:0}.field__input-wrapper .field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #c2c2c2;border-radius:0;color:#000;font-size:1.6rem;padding:2.2rem 1.474rem 1.5rem 1.552rem;width:100%}.field__input-wrapper .field__select~span::after{background:url("../assets/icon.select.svg");background-repeat:no-repeat;background-size:contain;content:"";height:1rem;top:2.2rem;width:1rem}form{margin:0}input,textarea,select{background-color:rgba(0,0,0,0);border:0;border-radius:0;color:var(--black);display:block;font-size:inherit;outline:0;position:relative}input:focus,textarea:focus,select:focus{border-color:var(--black)}input::input-placeholder,textarea::input-placeholder,select::input-placeholder{color:var(--black)}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{box-shadow:0 0 0 30px #fff inset}textarea{max-width:100%;min-height:55px;overflow:auto;padding-top:.5em;resize:vertical}.select-wrapper{align-items:center;box-align:center;display:flex;position:relative;width:auto}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--black);width:100%}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--black);cursor:pointer;padding-right:2rem;width:100%}select~.select-arrow{bottom:0;display:flex;height:1rem;height:100%;margin:auto;pointer-events:none;position:absolute;right:0;top:0;width:1rem}select~.select-arrow.select-arrow--black::after{background-image:url("../assets/icon.select_black.svg")}select~.select-arrow::after{background-image:url("../assets/icon.select.svg");background-position:center center;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:100%;width:100%}.outer{padding-left:1.5em;padding-right:1.5em}@media(--600){.outer{padding-left:3em;padding-right:3em}}.container--s{max-width:600px}.container--m{max-width:1000px}.container--l{max-width:1400px}@keyframes rotate{0%{transform:rotate(0);webkit-transform:rotate(0)}100%{transform:rotate(360deg);webkit-transform:rotate(360deg)}}button,input[type=submit]:not(.button),input[type=reset]{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.button{align-items:center;border:1px solid;cursor:pointer;display:flex;font-family:"GTAmerica-regular";font-size:1.4rem;font-style:initial;justify-content:center;line-height:2.72rem;min-height:5.6rem;padding:1rem 1rem;position:relative;transition:border-color .4s cubic-bezier(0.48, 0.04, 0.52, 0.96),background-color .4s cubic-bezier(0.48, 0.04, 0.52, 0.96),color .4s cubic-bezier(0.48, 0.04, 0.52, 0.96);width:-moz-fit-content;width:fit-content}.button:disabled{cursor:not-allowed}.button.small{min-width:12rem}.button.medium{min-width:15.7rem}@media(min-width: 1025px){.button.medium{min-width:18rem}}.button.large{min-width:24rem}.button.x-large{min-width:30rem}.button__white{border-color:#fff;color:#fff}.button__white:hover:not([disabled]){background:#fff;color:#000}.button__black{border-color:#000;color:#000}.button__black:hover:not([disabled]){background:#000;color:#fff}.button__white--fill{background-color:#fff;border-color:#fff;color:#000}.button__white--fill:hover:not([disabled]){background:none;color:#fff}.button__black--fill{background-color:#000;border-color:#000;color:#fff}.button__black--fill:hover:not([disabled]){background:#fff;color:#000}.button__grey{border-color:#c2c2c2;color:#000}.button__grey:hover:not([disabled]){background:#c2c2c2;color:#fff}.button.loading{background:#fff;border-color:#000}.button.loading .button__loader{display:block}.button.loading .button__loader .loader{display:block;opacity:1}.button.loading span{display:none}.button__loader{bottom:0;display:none;height:2.5rem;left:0;margin:auto;position:absolute;right:0;top:0;width:2.5rem}.button__loader .loader{display:none;fill:#000;height:100%;transition:opacity .3s ease-in-out;vertical-align:middle;width:100%;opacity:0}.button__loader .loader.active{animation:rotate .5s linear infinite;display:inline-block;opacity:1}.image{background:var(--green);overflow:hidden;text-align:center;transition:opacity 200ms var(--cubic)}.image::before{bottom:0;content:attr(data-alt);display:block;font-family:"NB International Mono",monospace;font-size:.88rem;left:0;margin:auto;max-height:50px;max-width:200px;opacity:.6;overflow:hidden;position:absolute;right:0;top:0;transition:opacity 200ms var(--cubic);z-index:0}.image img{-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity 200ms var(--cubic)}.image.is-loaded::before{opacity:0}.image.is-loaded img{opacity:1}.counter button{background:#000;color:#fff;height:25px;line-height:23px;text-align:center;width:25px}.counter input{height:auto;margin:0 .5em;padding:.3em;text-align:center;width:4ch}.product-item{position:relative;width:auto}.product-item a{display:block}.product-item__image-wrapper{align-items:center;background:#f6f6f6 !important;display:flex;height:25rem;justify-content:center;margin-bottom:1.4rem;mix-blend-mode:multiply;width:25rem}.product-item__image{display:block;height:100%;max-height:100%;max-width:100%;max-width:38rem;width:100%}.product-item__image img,.product-item__image picture{display:block;height:100% !important;mix-blend-mode:multiply;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.product-item__sale,.product-item__sold-out{background:#000;border-radius:1.4rem;color:#fff;font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.03em;line-height:1.928rem;padding:.5rem 1.7rem .6rem 1.6rem;position:absolute;right:2rem;top:2rem}.product-item__image--alt{display:none}.product-item__information{display:flex;flex-direction:column;font-family:"GTAmerica-regular";width:25rem}.product-item__information.out-of-stock .product-item__price,.product-item__information.out-of-stock .product-item__title{color:#8f8f8f}.product-item__information.out-of-stock .product-item__subtitle{color:#dbdbdb}.product-item__title-wrapper{align-items:flex-start;display:flex;flex-direction:column}.product-item__price .money.sale{color:#eb5757;display:flex;flex-direction:row-reverse;justify-content:flex-end}.product-item__price .money.sale .money--compare{color:#000;margin-left:0;margin-right:1rem;text-decoration:line-through}.product-item__title,.product-item__price{font-size:1.6rem;line-height:2.7rem}.product-item__price,.product-item__title{color:#292929}.product-item__subtitle{color:#8f8f8f;font-size:1.4rem;line-height:2rem;min-height:4rem}@media(min-width: 1025px){.product-item.product-item--big .product-item__image-wrapper{height:60rem;width:60rem}.product-item.product-item--big .product-item__image-wrapper .product-item__image{max-width:60rem}.product-item.product-item--big .product-item__information{width:60rem}.product-item__image-wrapper{height:38rem;width:38rem}.product-item__information{flex-direction:row;justify-content:space-between;width:38rem}.product-item__title-wrapper{flex-direction:column}.product-item__sale,.product-item__sold-out{right:3rem;top:3rem}.product-item__price .money.sale{flex-direction:row}.product-item__price .money.sale .money--compare{margin-left:1.2rem;margin-right:0}}.collection-item{background-color:#f6f6f6;height:35rem;margin-right:1.5625rem;overflow-y:hidden;width:25rem}.collection-item:last-of-type{margin-right:3.125rem}.collection-item .button{bottom:3rem;position:absolute;transition:bottom .4s cubic-bezier(0.48, 0.04, 0.52, 0.96)}.collection-item__body{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:100%;z-index:3}.collection-item__title{color:#fff;font-size:3rem;letter-spacing:.01em;max-width:80%;text-align:center;}.collection-item__image{display:block;height:100%;width:100%}.collection-item__image img,.collection-item__image picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}@media(min-width: 1025px){.collection-item{height:50.4rem;margin-right:6rem;width:36rem}.collection-item .button.hover{bottom:-6rem}.collection-item:hover .button.hover{bottom:4.1rem;display:flex}.collection-item:first-of-type{margin-left:6rem}.collection-item:last-of-type{margin-right:6rem}}.product__form{max-width:42rem}.product__title{font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;margin-bottom:.5rem;display:flex;flex-direction:column}.product__title .js-review-title{font-size:1.6rem;margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.product__sub-title{color:#8f8f8f;display:block;font-family:"GTAmerica-regular";font-size:1.4rem;line-height:1.7rem;margin-top:.5rem}.product__price{display:flex!important;font-family:"GTAmerica-regular";font-size:1.8rem;justify-content:space-between;line-height:2.7rem;margin-bottom:2rem}.product__sku{color:#8f8f8f;font-size:1.2rem;margin-left:3.125rem;width:12.5rem;text-align:right;align-content:center;}.product__cta{margin-bottom:3.6rem;min-height:7.2rem;width:100%}.product__info,.product__price{display:grid;grid-auto-rows:1fr;grid-template-columns:auto 1fr 1fr;max-width:34.375rem}.product__info{margin-bottom:1rem;margin-top:-1rem}.product .info__wrapper{display:flex;flex-direction:row}.product .info__title-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:12rem}.product .info__title{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin:.1rem 1rem .1rem 0}.product .info__range-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-around}.product .info__range{background:url("../assets/line.svg");background-position:center center;background-repeat:no-repeat;background-size:contain;height:100%;position:relative;width:100%}.product .info__value{background:#fff;border:.1rem solid #000;bottom:0;height:1.3rem;margin:auto 0;position:absolute;top:0;width:.6rem}.product .info__detail{margin-left:3.125rem;width:12.5rem}.product-switch{height:6rem;margin-left:unset;max-width:38.8rem}.product-switch__button-prev,.product-switch__button-next{display:none}.product-switch__slide{height:auto;margin:0;width:9.7rem}.product-switch-wrapper{margin-bottom:3.4rem;position:relative;width:35.9375rem}.product-switch__image{display:block;height:100%;width:auto}.product-switch__image.current{opacity:.5}.product-switch__image picture,.product-switch__image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.product form{padding-right:1.5625rem}
.product-options__header{align-items:center;display:flex;justify-content:space-between}
.product-options__title{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-right:3rem;max-width:18rem;display:none;}
.product-options__note{color:#000;font-family:"GTAmerica-bold";font-size:1.4rem;line-height:1.446rem;max-width:100%;text-align:center;width:100%;border:1px solid black;background-color:#d3f9e9;padding:15px;}
.remindme_bell { width: auto; max-width: 10%;  margin-left: 5px; }
.product__variant-wrapper.sock { grid-template-columns: repeat(2, 1fr) !important; }
.product__variant-wrapper.sock .remindme_bell { max-width: 15%; max-height: 15px; }
.product__variant-wrapper{display:grid;gap:1.6rem 1.6rem;grid-template-columns:repeat(5, 1fr);grid-template-rows:auto;margin-bottom:2.5rem;padding-top:1.5rem}
.product__variant-wrapper.eu {grid-template-columns:repeat(5, 1fr)}
.product__variant-wrapper.eu .remindme_bell { max-width: 30% !important; max-height: 15px; }
.product.apparel .product__variant-wrapper.eu .remindme_bell { max-width: 25% !important; max-height: 15px; }
.product__variant-wrapper.us{grid-template-columns:repeat(3, 1fr)}
.product__variant-wrapper.uk{grid-template-columns:repeat(4, 1fr)}
.product__variant-wrapper.jp{grid-template-columns:repeat(2, 1fr)}
.product.apparel .product__variant-wrapper{display:grid;gap:1.6rem 1.6rem;grid-template-columns:repeat(4, 1fr);grid-template-rows:auto;margin-bottom:2.5rem;padding-top:1.5rem}
.product__variant{overflow:hidden;position:relative;width:100%}
.product__variant input[type=radio]{left:-100%;position:absolute}
.product__variant input[type=radio]:checked+label{border-color:#292929}
.product__variant label{align-items:center;border:.1rem solid #c2c2c2;border-radius:.2rem;color:#292929;cursor:pointer;display:inline-flex;font-family:"GTAmerica-regular";font-size:1.4rem;height:100%;justify-content:center;line-height:2.5rem;text-align:center;text-transform:uppercase;width:3.5rem;width:100%}
.product__variant label.us{font-size:1.2rem}
.product__variant label.us.disabled::before{height:450%;transform:rotate(-72deg)}.product__variant label.disabled{color:#dbdbdb !important}.product__variant label.disabled::before{background:#dbdbdb;content:"";display:block;height:150%;position:absolute;transform:rotate(-44deg);width:.1rem}.product .js-variant{display:none}.product .product__counter-wrapper{display:none}
@media(min-width: 1025px){
  .remindme_bell { width: auto; max-width: 10%; margin-left: 5px; }
  .product__variant-wrapper.eu .remindme_bell { max-width: 35%; max-height: 28px; }
  .product__variant-wrapper.us .remindme_bell { max-width: 35%; max-height: 23px; }
  .product.apparel .product__variant-wrapper.eu .remindme_bell { max-width: 25% !important;}
  .product__variant-wrapper.sock.us{ grid-template-columns: repeat(3, 1fr) !important; }
  .product__variant-wrapper.us{grid-template-columns:repeat(4, 1fr)}
  .product__variant-wrapper.sock.us .remindme_bell { max-width: 15%; max-height: 23px; }
  .product.apparel .product__variant-wrapper{ gap:1.3rem 1.3rem;grid-template-columns:repeat(5, 1fr) }
  .button__filled-black {
  background-color: #000;
  color: #fff;
  border: none;
}
/* NEW — FILLED WHITE BUTTON */
.button__filled-white {
  background-color: #fff;
  color: #000;
  border: none;
}
/* FORCE remove outline on filled buttons */
.hero__buttons-wrapper .button__filled-black,
.hero__buttons-wrapper .button__filled-white {
  border: none !important;
}
  .product form{padding-right:0}.product-switch{margin-left:unset;max-width:38.8rem}.product-switch__button-next{right:0}.product-switch-wrapper{width:42rem}.product-switch__button-prev,.product-switch__button-next{cursor:pointer}.product-switch__button-prev:focus,.product-switch__button-next:focus{outline:0}.product-switch.swiper-container-initialized~.product-switch__button-next:not(.swiper-button-disabled),.product-switch.swiper-container-initialized~.product-switch__button-prev:not(.swiper-button-disabled){display:flex}.product-switch__button-prev,.product-switch__button-next{border-radius:50%;bottom:0;height:5rem;justify-content:center;margin:auto 0;position:absolute;top:0;width:5rem}.product-switch__button-prev.swiper-button-disabled,.product-switch__button-next.swiper-button-disabled{display:none}.product-switch__button-prev::after,.product-switch__button-next::after{display:none}.product-switch__button-prev svg,.product-switch__button-next svg{height:35%;width:auto}.product-switch__button-prev{align-items:flex-start;display:flef;left:-5.5rem;right:unset;transform:rotate(90deg)}.product-switch__button-next{align-items:flex-end;display:flex;left:unset;right:0;transform:rotate(-90deg)}.product__variant label.us.disabled::before{height:450%;transform:rotate(-76deg)}.product .info__range{width:15.2rem}.product .info__detail{margin-left:6rem;width:12rem}.product__sku{margin-left:6rem;width:12rem;text-align:right;align-content:center;}.product__info,.product__price{max-width:100%}.product-options__note{max-width:100%}}.description{margin-bottom:6rem;padding-right:1.5625rem}.description__item{border-bottom:.1rem solid #dbdbdb}.description__item:first-of-type .description__button.onload-active::before{height:.9rem}.description__item:first-of-type .description__button.onload-active~div:first-of-type{max-height:0}.description__button{align-items:center;display:flex;font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;padding-bottom:2.4rem;padding-top:2.4rem;position:relative;text-align:start;width:100%}.description__button::after,.description__button::before{background-color:#000;bottom:0;content:"";margin:auto 0;position:absolute;top:0;transition:all .3s ease 0s}.description__button::after{height:.1rem;right:0;width:.9rem}.description__button::before{height:.9rem;right:.45rem;width:.1rem}.description__button.active~div:first-of-type{max-height:-moz-max-content;max-height:max-content}.description__button.active::before{height:0rem}.description__button:first-of-type{border-top:none}.description__pop-up-button{margin-bottom:2rem}.description__pop-up-toggle{color:#8f8f8f;display:block;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:2rem;display:inline-block;position:relative}.description__pop-up-toggle::after{transform:scaleX(1)}.description__pop-up-toggle:hover::after{transform:scaleX(0)}.description__pop-up-toggle::after{background-color:#8f8f8f;bottom:2px;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.description .pop-up{background-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.2);bottom:0;display:none;justify-content:center;left:0;overflow:scroll;padding-bottom:7rem;pointer-events:none;pointer-events:auto;position:fixed;right:0;top:0;transition:background-color .4s .2s;z-index:100}.description .pop-up__content-wrapper{background:#fff;display:flex;height:-moz-fit-content;height:fit-content;margin-bottom:7rem;max-width:34.375rem;padding:0 0 4rem 3.125rem;position:relative;top:7rem;width:100%;z-index:99}.description .pop-up.size-guide-pop-up{padding-right:0}.description .pop-up.active{display:flex}.description .pop-up.review-pop-up{min-height:calc(100vh - 7rem)}.description .pop-up__close{border:1px solid #dbdbdb;border-radius:50%;cursor:pointer;height:3.2rem;margin:3rem 1.5625rem 0 .78125rem;min-width:3.2rem;padding:1rem;position:absolute;position:sticky;top:3rem;z-index:1}.description .pop-up__content{font-family:"GTAmerica-regular";font-size:1.6rem;overflow-x:scroll;padding-top:4rem;position:relative}.description .pop-up__content table{border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100% !important}.description .pop-up__content th{font-family:"GTAmerica-medium";font-size:1.6rem;font-weight:normal;letter-spacing:.02em;line-height:1.928rem;text-transform:uppercase}.description .pop-up__content tbody tr{border-bottom:.1rem solid #dbdbdb}.description .pop-up__content tbody tr th,.description .pop-up__content tbody tr td{padding:1.5rem 5.4rem 2rem 0;text-align:left}.description .pop-up__content tbody tr th:first-of-type{max-width:39rem;padding-right:3rem}.description .pop-up__content h1,.description .pop-up__content h2,.description .pop-up__content h3,.description .pop-up__content h4,.description .pop-up__content h5,.description .pop-up__content h6{font-family:"GTAmerica-bold";letter-spacing:.01em;text-transform:uppercase}.description .pop-up__content h2{font-size:2.5rem;line-height:2.5rem;margin-bottom:4rem}.description .pop-up__content h3{font-size:2.1rem;line-height:2.1rem;margin-bottom:1rem}.description .size-guide{display:flex}.description .size-guide__block{display:flex;flex-direction:column;margin-right:3rem;width:18rem}.description .size-guide__block:last-of-type{margin-right:0}.description .size-guide__image{align-self:center;margin-bottom:3rem}.description .size-guide__title{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;margin-bottom:1rem}.description .size-guide__content{color:#292929;font-size:1.4rem;line-height:2.52rem}.description .size-guide__content-wrapper{max-width:100%;overflow-x:scroll}.description .size-guide-wrapper{overflow-x:scroll;width:100%}.description__content{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;max-height:0;overflow:hidden;transition:all .3s ease-out 0s}.description__content .rte>br:first-of-type{display:none}.description__content .rte,.description__content .jdgm-rev:last-of-type{padding-bottom:2rem}@media(min-width: 1025px){.description{margin-bottom:0rem;padding-right:0}.description__item:first-of-type .description__button.onload-active~div:first-of-type{max-height:50rem}.description__item:first-of-type .description__button.onload-active::before{height:0rem}.description__item:first-of-type .description__button.onload-active~div:first-of-type{max-height:-moz-max-content;max-height:max-content}.description .pop-up__content-wrapper{align-items:flex-start;flex-direction:row;justify-content:flex-start;max-width:84rem;padding:0 0 10rem 12rem}.description .pop-up__content{max-width:60rem;padding-top:10rem;width:100%}.description .pop-up__content h2{font-size:3.5rem;line-height:4rem}.description .pop-up__content tbody tr th,.description .pop-up__content tbody tr td{padding:1.5rem 0 2rem 0;text-align:left}.description .pop-up__close{height:4.8rem;margin-left:4rem;margin-top:3rem;padding:1.5rem;position:sticky;right:unset;top:3rem;width:4.8rem}}.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--off,.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--on,.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--half,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--off,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--on,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--half{height:2.5rem;width:2.5rem}.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--off::before,.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--on::before,.product .jdgm-form__rating-fieldset .jdgm-star.jdgm--half::before,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--off::before,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--on::before,.footer .jdgm-form__rating-fieldset .jdgm-star.jdgm--half::before{height:2.5rem;width:2.5rem}.product .jdgm-star,.footer .jdgm-star{font-size:80%}.product-reviews .jdgm-form__name-fieldset:focus,.product-reviews .jdgm-form__email-fieldset:focus,.product-reviews .jdgm-form__title-fieldset:focus,.product-reviews .jdgm-form__body-fieldset:focus,.product-reviews .jdgm-form__rating-fieldset:focus,.product .jdgm-form__name-fieldset:focus,.product .jdgm-form__email-fieldset:focus,.product .jdgm-form__title-fieldset:focus,.product .jdgm-form__body-fieldset:focus,.product .jdgm-form__rating-fieldset:focus{outline:0}.product-reviews .jdgm-form__name-fieldset label,.product-reviews .jdgm-form__email-fieldset label,.product-reviews .jdgm-form__title-fieldset label,.product-reviews .jdgm-form__body-fieldset label,.product-reviews .jdgm-form__rating-fieldset label,.product .jdgm-form__name-fieldset label,.product .jdgm-form__email-fieldset label,.product .jdgm-form__title-fieldset label,.product .jdgm-form__body-fieldset label,.product .jdgm-form__rating-fieldset label{font-family:"GTAmerica-regular";font-size:1.6rem;margin-bottom:1rem}.product-reviews .jdgm-form__name-fieldset input,.product-reviews .jdgm-form__name-fieldset textarea,.product-reviews .jdgm-form__email-fieldset input,.product-reviews .jdgm-form__email-fieldset textarea,.product-reviews .jdgm-form__title-fieldset input,.product-reviews .jdgm-form__title-fieldset textarea,.product-reviews .jdgm-form__body-fieldset input,.product-reviews .jdgm-form__body-fieldset textarea,.product-reviews .jdgm-form__rating-fieldset input,.product-reviews .jdgm-form__rating-fieldset textarea,.product .jdgm-form__name-fieldset input,.product .jdgm-form__name-fieldset textarea,.product .jdgm-form__email-fieldset input,.product .jdgm-form__email-fieldset textarea,.product .jdgm-form__title-fieldset input,.product .jdgm-form__title-fieldset textarea,.product .jdgm-form__body-fieldset input,.product .jdgm-form__body-fieldset textarea,.product .jdgm-form__rating-fieldset input,.product .jdgm-form__rating-fieldset textarea{border:1px solid #c2c2c2;color:#000;font-family:"GTAmerica-regular";font-size:1.6rem;padding:2.2rem 1.474rem 1.5rem 1.552rem;transition:border .25s;width:100%}.product-reviews .jdgm-form__name-fieldset input::-moz-placeholder, .product-reviews .jdgm-form__name-fieldset textarea::-moz-placeholder, .product-reviews .jdgm-form__email-fieldset input::-moz-placeholder, .product-reviews .jdgm-form__email-fieldset textarea::-moz-placeholder, .product-reviews .jdgm-form__title-fieldset input::-moz-placeholder, .product-reviews .jdgm-form__title-fieldset textarea::-moz-placeholder, .product-reviews .jdgm-form__body-fieldset input::-moz-placeholder, .product-reviews .jdgm-form__body-fieldset textarea::-moz-placeholder, .product-reviews .jdgm-form__rating-fieldset input::-moz-placeholder, .product-reviews .jdgm-form__rating-fieldset textarea::-moz-placeholder, .product .jdgm-form__name-fieldset input::-moz-placeholder, .product .jdgm-form__name-fieldset textarea::-moz-placeholder, .product .jdgm-form__email-fieldset input::-moz-placeholder, .product .jdgm-form__email-fieldset textarea::-moz-placeholder, .product .jdgm-form__title-fieldset input::-moz-placeholder, .product .jdgm-form__title-fieldset textarea::-moz-placeholder, .product .jdgm-form__body-fieldset input::-moz-placeholder, .product .jdgm-form__body-fieldset textarea::-moz-placeholder, .product .jdgm-form__rating-fieldset input::-moz-placeholder, .product .jdgm-form__rating-fieldset textarea::-moz-placeholder{color:#8f8f8f;font-size:1.6rem}.product-reviews .jdgm-form__name-fieldset input::placeholder,.product-reviews .jdgm-form__name-fieldset textarea::placeholder,.product-reviews .jdgm-form__email-fieldset input::placeholder,.product-reviews .jdgm-form__email-fieldset textarea::placeholder,.product-reviews .jdgm-form__title-fieldset input::placeholder,.product-reviews .jdgm-form__title-fieldset textarea::placeholder,.product-reviews .jdgm-form__body-fieldset input::placeholder,.product-reviews .jdgm-form__body-fieldset textarea::placeholder,.product-reviews .jdgm-form__rating-fieldset input::placeholder,.product-reviews .jdgm-form__rating-fieldset textarea::placeholder,.product .jdgm-form__name-fieldset input::placeholder,.product .jdgm-form__name-fieldset textarea::placeholder,.product .jdgm-form__email-fieldset input::placeholder,.product .jdgm-form__email-fieldset textarea::placeholder,.product .jdgm-form__title-fieldset input::placeholder,.product .jdgm-form__title-fieldset textarea::placeholder,.product .jdgm-form__body-fieldset input::placeholder,.product .jdgm-form__body-fieldset textarea::placeholder,.product .jdgm-form__rating-fieldset input::placeholder,.product .jdgm-form__rating-fieldset textarea::placeholder{color:#8f8f8f;font-size:1.6rem}.product-reviews .jdgm-form__name-fieldset input:focus,.product-reviews .jdgm-form__name-fieldset textarea:focus,.product-reviews .jdgm-form__email-fieldset input:focus,.product-reviews .jdgm-form__email-fieldset textarea:focus,.product-reviews .jdgm-form__title-fieldset input:focus,.product-reviews .jdgm-form__title-fieldset textarea:focus,.product-reviews .jdgm-form__body-fieldset input:focus,.product-reviews .jdgm-form__body-fieldset textarea:focus,.product-reviews .jdgm-form__rating-fieldset input:focus,.product-reviews .jdgm-form__rating-fieldset textarea:focus,.product .jdgm-form__name-fieldset input:focus,.product .jdgm-form__name-fieldset textarea:focus,.product .jdgm-form__email-fieldset input:focus,.product .jdgm-form__email-fieldset textarea:focus,.product .jdgm-form__title-fieldset input:focus,.product .jdgm-form__title-fieldset textarea:focus,.product .jdgm-form__body-fieldset input:focus,.product .jdgm-form__body-fieldset textarea:focus,.product .jdgm-form__rating-fieldset input:focus,.product .jdgm-form__rating-fieldset textarea:focus{border:1px solid #000;outline:0}.product-reviews .jdgm-widget label.error,.product .jdgm-widget label.error{background:none;color:#eb5757}.product-reviews .jdgm-rev-widg__title,.product .jdgm-rev-widg__title{display:none}.product-reviews .jdgm-histogram__bar::after,.product .jdgm-histogram__bar::after{background:#c2c2c2}.product-reviews .jdgm-histogram__bar-content,.product .jdgm-histogram__bar-content{background-color:#000}.product-reviews .jdgm-all-reviews-widget,.product-reviews .jdgm-rev-widg,.product .jdgm-all-reviews-widget,.product .jdgm-rev-widg{border:none;margin-bottom:0;margin-top:0;padding-left:0;padding-right:0;padding-top:0}.product-reviews .jdgm-rev-widg__body,.product .jdgm-rev-widg__body{border-top:.1rem solid #dbdbdb;margin-top:4rem;padding-top:4rem}.product-reviews .jdgm-write-rev-link,.product-reviews .jdgm-sort-dropdown.jdgm-sort-dropdown,.product-reviews .jdgm-submit-rev,.product .jdgm-write-rev-link,.product .jdgm-sort-dropdown.jdgm-sort-dropdown,.product .jdgm-submit-rev{align-items:center;border:1px solid;border:.1rem solid #c2c2c2;color:#000;cursor:pointer;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;font-style:initial;justify-content:center;line-height:2.72rem;min-height:4.8rem;min-width:18rem;padding:1.2rem 0;transition:all .4s cubic-bezier(0.48, 0.04, 0.52, 0.96);width:-moz-fit-content;width:fit-content}.product-reviews .jdgm-write-rev-link:hover:not([disabled]),.product-reviews .jdgm-submit-rev:hover:not([disabled]),.product .jdgm-write-rev-link:hover:not([disabled]),.product .jdgm-submit-rev:hover:not([disabled]){background:#c2c2c2;color:#fff}.product-reviews .jdgm-write-rev-link,.product .jdgm-write-rev-link{margin:1rem 0}.product-reviews .jdgm-sort-dropdown-wrapper,.product .jdgm-sort-dropdown-wrapper{position:relative}.product-reviews .jdgm-sort-dropdown-arrow,.product .jdgm-sort-dropdown-arrow{bottom:0;margin:auto 0;margin-left:0;position:absolute;right:1rem;top:0}.product-reviews .jdgm-sort-dropdown.jdgm-sort-dropdown,.product .jdgm-sort-dropdown.jdgm-sort-dropdown{padding:0 4rem 0 2rem}.product-reviews .jdgm-paginate__page,.product .jdgm-paginate__page{color:#8f8f8f}.product-reviews .jdgm-paginate__page:hover,.product .jdgm-paginate__page:hover{color:#000;text-decoration:underline}.product-reviews .jdgm-paginate__next-page,.product-reviews .jdgm-paginate__last-page,.product .jdgm-paginate__next-page,.product .jdgm-paginate__last-page{color:#000}.product-reviews .jdgm-paginate__next-page:hover,.product-reviews .jdgm-paginate__last-page:hover,.product .jdgm-paginate__next-page:hover,.product .jdgm-paginate__last-page:hover{text-decoration:none}.product-reviews .jdgm-paginate__page.jdgm-curt,.product .jdgm-paginate__page.jdgm-curt{color:#000;font-size:100%;font-weight:normal;text-decoration:underline}.product-reviews .jdgm-quest,.product-reviews .jdgm-rev,.product .jdgm-quest,.product .jdgm-rev{;font-family:"GTAmerica-regular";margin-bottom:3rem;margin-top:0;padding-top:0}.product-reviews .jdgm-quest:last-of-type,.product-reviews .jdgm-rev:last-of-type,.product .jdgm-quest:last-of-type,.product .jdgm-rev:last-of-type{margin-bottom:0}.product-reviews .jdgm-rev__header,.product .jdgm-rev__header{display:flex;flex-wrap:wrap}.product-reviews .jdgm-rev__icon,.product .jdgm-rev__icon{display:none}.product-reviews .jdgm-rev__rating,.product .jdgm-rev__rating{align-items:center;display:flex}.product-reviews .jdgm-rev__timestamp,.product .jdgm-rev__timestamp{color:#5c5c5c;order:1}.product-reviews .jdgm-rev__rating,.product .jdgm-rev__rating{margin-right:.5rem}.product-reviews .jdgm-rev__author::after,.product .jdgm-rev__author::after{content:","}.product-reviews .jdgm-rev__title,.product-reviews .jdgm-rev__author-wrapper,.product-reviews .jdgm-rev__timestamp,.product .jdgm-rev__title,.product .jdgm-rev__author-wrapper,.product .jdgm-rev__timestamp{font-family:"GTAmerica-regular";font-size:1.6rem;font-weight:normal;line-height:2.72rem}.product-reviews .jdgm-rev-widg__summary-stars,.product .jdgm-rev-widg__summary-stars{display:flex;gap:2px}@media(min-width: 1025px){.product-reviews .jdgm-widget-actions-wrapper,.product .jdgm-widget-actions-wrapper{right:0;top:0}.product-reviews .jdgm-write-rev-link,.product .jdgm-write-rev-link{margin:0}}.product-reviews{display:flex;flex-direction:column;padding:1.5625rem}.product-reviews__title{font-size:4rem;letter-spacing:.01em;line-height:4rem;display:flex;gap:1rem}.product-reviews__title .js-review-title{display:flex;gap:1rem;font-size:60%}.product-reviews .jdgm-rev-widg__summary{display:none}.product-reviews .jdgm-histogram{margin:16px 0;padding:0;border:0}@media(min-width: 1025px){.product-reviews{justify-content:space-between;padding:10rem 6rem}.product-reviews__title{font-size:3.5rem}}.swiper-button-next,.swiper-button-prev{background:#fff;border:1px solid #fff;border-radius:50%;bottom:3rem;bottom:0;display:flex;height:3rem;margin:auto 0;top:0;width:3rem;z-index:1}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{display:none}.swiper-button-next::after,.swiper-button-prev::after{display:none}.swiper-button-next:focus,.swiper-button-prev:focus{outline:none}.swiper-button-next svg,.swiper-button-prev svg{height:35%;width:auto}.swiper-button-next svg,.swiper-button-next img{transform:rotate(270deg)}.swiper-button-prev svg,.swiper-button-prev img{transform:rotate(90deg)}.offcanvas-open div#gf-overlay{opacity:.2}html.spf-has-filter.spf-filtered .gf-refine-toggle-mobile .gf-refine-toggle{align-items:center;border:1px solid #c2c2c2;color:#000 !important;display:flex !important;font-family:"GTAmerica-regular";font-size:1.6rem;font-weight:normal;justify-content:center;line-height:2.72rem;margin-top:1rem;min-height:4.8rem;text-transform:initial;width:100%}html div#gf-tree{padding:3.125rem;width:28.125rem}html span.gf-close-canvas{display:block;height:2.72rem;margin-bottom:3.2rem;position:relative;right:unset;top:unset;width:unset}html span.gf-close-canvas::after{display:none !important}html span.gf-close-canvas::before{background:none;content:"Close";display:block;font-family:"GTAmerica-regular";font-size:1.6rem;height:unset;line-height:2.72rem;margin-bottom:0;opacity:.4;right:unset;top:unset;transform:unset}html .gf-block-title{color:#000}html .gf-block-title h3{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;min-width:50%;text-transform:uppercase}html .gf-block-title h3::after{content:unset !important;display:none !important}html .gf-block-title a{font-family:"GTAmerica-regular";font-size:14px;font-weight:400;letter-spacing:.02em;line-height:1.928rem;opacity:.4;text-transform:none}html.gf-left .gf-option-block,html .gf-selection-wrapper,html.gf-offcanvas .gf-option-block{border-bottom:none !important;margin-bottom:4rem !important;padding:0 !important}html .gf-block-content .gf-scroll{max-height:unset !important}html .collection__grid__row>.spf-col-xl-12{font-family:"GTAmerica-regular";font-size:1.4rem;line-height:1.4rem;padding:0}html .gf-block-content:last-of-type{padding-bottom:0}html .gf-swatch-image{background:unset}html .selected-item span,html .selected-item strong{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;font-weight:400;line-height:2.52rem;text-transform:none}html .gf-option-block.gf-option-block-checkbox ul.gf-option-box li a{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:.5rem;padding:0;display:inline-block;position:relative}html .gf-option-block.gf-option-block-checkbox ul.gf-option-box li a::before{display:none !important}html .gf-option-block.gf-option-block-checkbox ul.gf-option-box li a.checked{font-weight:unset !important}html .gf-option-block.gf-option-block-checkbox ul.gf-option-box li a.checked::after{top:unset;transform:scaleX(1)}html .gf-option-block.gf-option-block-checkbox ul.gf-option-box li a::after{background-color:#000;bottom:3px;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box{display:grid;grid-gap:1.3rem 1.3rem;grid-template-columns:1fr 1fr 1fr 1fr;max-width:21.875rem}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.us{grid-template-columns:1fr 1fr}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.us li a{font-size:1.1rem;height:2.5rem;width:100%}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.uk{grid-template-columns:1fr 1fr}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.uk li a{font-size:1.1rem;height:2.5rem;width:100%}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.socks{grid-template-columns:1fr}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.socks li a{height:auto;width:auto}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.lifestyle-apparel{grid-template-columns:1fr 1fr}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box.lifestyle-apparel li a{font-size:1.1rem;height:auto;width:auto}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li a{align-items:center;color:#292929;display:flex;font-family:"GTAmerica-regular";font-size:1.4rem;height:3.5rem;justify-content:center;line-height:2.52rem;margin:0;padding:0;position:relative;width:3.5rem}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li a.checked{color:#000;font-weight:unset !important}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li a.checked span{border-color:#000;border-width:.1rem !important}html .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li a span{align-items:center;border-color:#c2c2c2;border-radius:.2rem;border-width:.1rem;display:flex;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;width:100%}@media(min-width: 1025px){html.gf-left .gf-close-canvas{display:none}html.gf-left div#gf-tree{grid-area:gf-tree;padding:0;width:100%}html.gf-left #gf-tree+#gf-grid{width:auto}html.gf-left .gf-selection-wrapper{padding-top:0}html.gf-left .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li:nth-of-type(4) a,html.gf-left .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li:nth-of-type(8) a,html.gf-left .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li:nth-of-type(12) a,html.gf-left .gf-option-block.gf-option-block-swatch-text ul.gf-option-box li:nth-of-type(16) a{margin-right:0}}.article-data{align-items:center;color:#8f8f8f;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:1.5rem;white-space:nowrap}.article-data__circle{background-color:#c2c2c2;border-radius:50%;display:inline-block;height:.3rem;margin:0 1rem;width:.3rem}.article-data__category{box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;display:box;-webkit-line-clamp:1;overflow:hidden}.article-data__social-wrapper{display:flex}.article-data__social-wrapper a{align-items:center;border:.1rem solid #c2c2c2;border-radius:50%;display:flex;height:3.6rem;justify-content:center;margin-right:1rem;padding:.75rem;width:3.6rem}.article-data__social-wrapper a img{max-height:100%;max-width:100%}@media(min-width: 1025px){.article-data.--right{justify-content:flex-end}.article-data.--left{justify-content:flex-start}.article-data__social-wrapper.--right{justify-content:flex-end}.article-data__social-wrapper.--right a{margin-left:1rem;margin-right:0}.article-data__social-wrapper.--left{justify-content:flex-start}.article-data__social-wrapper.--left a{margin-right:1rem}}.announcementbar{align-items:center;background:#000;color:#fff;display:flex;font-family:"GTAmerica-regular";font-size:1.2rem;justify-content:center;min-height:3.4rem;padding:0 1rem;position:relative;z-index:11}.announcementbar__text{text-align:center}.announcementbar__country,.announcementbar__menu{display:none}@media(min-width: 1025px){.announcementbar{justify-content:space-between;padding:0 1rem}.announcementbar__country,.announcementbar__text,.announcementbar__menu{display:flex;flex:1}.announcementbar__country{justify-content:flex-start;margin-right:auto}.announcementbar__country option{color:#000}.announcementbar__country>div{display:flex}.announcementbar__item>a:first-of-type{margin-right:auto}.announcementbar__text{justify-content:center}.announcementbar__menu{justify-content:flex-end;margin-left:auto}.announcementbar__item{margin-right:3rem;display:inline-block;position:relative}.announcementbar__item:hover::after{transform:scaleX(1)}.announcementbar__item:last-of-type{margin-right:0}.announcementbar__item::after{background-color:#fff;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}}.hero{min-height:50rem;position:relative}.hero.hero--small-mobile{min-height:35rem}.hero.hero--medium-mobile{min-height:40rem}.hero.hero--large-mobile{min-height:50rem}.hero__slider-prev{left:1.5625rem}.hero__slider-next{right:1.5625rem}.hero__body{display:grid;grid-template-areas:".hero__content";grid-template-columns:0fr 20fr 0fr;max-width:100%;min-height:100%;padding:30px;width:100vw;z-index:3;height:40rem;}.hero__body.italic{font-style:italic}.hero__body.center .hero__content{align-items:center}.hero__body.center .hero__title{text-align:center}.hero__body.right{grid-template-columns:9fr 12fr 1fr}.hero__body.medium .hero__title,.hero__body.large .hero__title{font-size:6rem;line-height:6rem}.hero__overlay{background-color:rgba(0,0,0,.1);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero__content{display:flex;flex-direction:column;grid-area:hero__content;height:100%;justify-content:center;z-index:3}.hero__buttons-wrapper{display:flex;flex-direction:column}.hero .button{margin-top:2.8rem;min-width:18rem}.hero__title{color:#fff;letter-spacing:-0.02em}.hero__video{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.hero__video video{height:auto;left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;opacity:0;overflow:hidden;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:opacity .75s;width:auto}.hero__video video.active{opacity:1}.hero__image{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:-1}.hero__image img,.hero__image picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.hero__scroll{display:none}@media(min-width: 1025px){.hero{height:80rem}.hero.hero--large-desktop{height:calc(100vh - 3.4rem);max-height:100rem;min-height:50rem}.hero.hero--medium-desktop{height:calc(100vh - 7rem);max-height:90rem;min-height:50rem}.hero.hero--small-desktop{height:80vh;max-height:80rem;min-height:50rem}.hero__slider-prev{left:6rem}.hero__slider-next{right:6rem}.hero__body.left{grid-template-columns:2fr 16fr 6fr}.hero__body.left .hero__content{align-items:flex-start}.hero__body.left .hero__title{text-align:left}.hero__body.center{grid-template-columns:4fr 16fr 4fr}.hero__body.right{grid-template-columns:15fr 6fr 3fr}.hero__body.medium .hero__title{font-size:9rem;line-height:8rem}.hero__body.large .hero__title{font-size:15rem;line-height:13rem}.hero__title{max-width:80rem}.hero__buttons-wrapper{flex-direction:row}.hero .button{margin-top:3.6rem;min-width:24rem}.hero .button:nth-of-type(2){margin-left:6rem}.hero__scroll{align-items:center;border:1px solid #fff;border-radius:50%;bottom:3rem;display:flex;height:4.8rem;justify-content:center;left:0;margin:0 auto;position:absolute;right:0;width:4.8rem;z-index:1}}.featured-collections{padding:0 0 6rem 0;padding-top:1.5625rem}.featured-collections__button-prev,.featured-collections__button-next{display:none}.featured-collections__slider{padding-left:1.5625rem}@media(min-width: 1025px){.featured-collections{padding-top:6rem}.featured-collections__slider{padding-left:0}.featured-collections__button-prev{left:3.4rem;right:unset}.featured-collections__button-next{left:unset;right:3.4rem}.featured-collections__button-prev,.featured-collections__button-next{background:none;border:1px solid #fff;border-radius:50%;height:5rem;position:absolute;width:5rem}.featured-collections__button-prev:not(.swiper-button-disabled),.featured-collections__button-next:not(.swiper-button-disabled){display:flex}.featured-collections__button-prev::after,.featured-collections__button-next::after{display:none}.featured-collections__button-prev img,.featured-collections__button-next img{height:35%;width:auto}}.featured-products{margin-bottom:6rem;position:relative}.featured-products--no-spacing{margin-bottom:0;margin-top:0}.featured-products--medium-top{margin-top:6rem}.featured-products__header{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:3rem;padding:0 1.5625rem}.featured-products__buttons-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.featured-products__title{color:#292929;font-family:"GTAmerica-regular";font-size:1.4rem;line-height:2.5rem;margin-right:2rem}.featured-products__slider{display:none;padding-left:1.5625rem}.featured-products__slider.active{display:flex}.featured-products-next,.featured-products-prev{display:none}.featured-products__link{margin-left:auto;min-width:12.5rem}.featured-products__link.hidden-mobile{display:none}.featured-products__mobile-button{margin:2.5rem auto 0}.featured-products__button{color:#dbdbdb;font-size:2.5rem;letter-spacing:.01em;margin-right:.9rem;text-align:left;white-space:pre-wrap;display:inline-block;position:relative}.featured-products__button:not(.deactive):hover::after{transform:scaleX(1)}.featured-products__button.deactive{color:#000;cursor:inherit}.featured-products__button.deactive::after{display:none}.featured-products__button.active{color:#000}.featured-products__button.active::after{transform:scaleX(1)}.featured-products__button.hidden-mobile{display:none}.featured-products__button::after{background-color:#000;bottom:.4rem;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.featured-products .product-item{margin-right:1.5625rem}@media(min-width: 1025px){.featured-products{margin-bottom:9.7rem;margin-top:4rem}.featured-products--no-spacing{margin-bottom:0;margin-top:0}.featured-products--medium-top{margin-top:10rem}.featured-products__header{justify-content:flex-start;margin-bottom:5rem;padding:0 6rem}.featured-products__title{margin-right:2rem}.featured-products__link{min-width:18rem}.featured-products__link.hidden-desktop{display:none}.featured-products__link.hidden-mobile{display:flex}.featured-products__mobile-button{display:none}.featured-products__slider{padding-left:6rem}.featured-products-next,.featured-products-prev{display:flex}.featured-products-next{right:.75rem}.featured-products-prev{left:.75rem}.featured-products .product-item{margin-right:6rem}.featured-products .product-item:last-of-type{margin-right:12rem}}.history-promo{background-color:#f6f6f6;margin-bottom:6rem;max-width:100%;padding:5rem 0;padding-bottom:3rem;padding-top:1rem;position:relative;width:100vw}.history-promo.--no-spacing{margin-bottom:0}.history-promo__wrapper{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;margin-top:1rem;overflow:hidden;position:relative;z-index:2}.history-promo__title{color:#000;font-size:6rem;letter-spacing:-0.03em;line-height:6rem;margin:0 auto;text-align:center;z-index:0}.history-promo__description{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;max-width:31.25rem;text-align:center;z-index:1}.history-promo__image-wrapper{background-color:#f6f6f6;height:100%;padding:0 1.5625rem;position:relative;transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.history-promo__image-wrapper img{display:block;height:100%;mix-blend-mode:darken;width:100%}.history-promo__image-wrapper.left img{transform:rotate(-14deg)}.history-promo__image-wrapper.right img{transform:rotate(18deg)}.history-promo__button{margin:1.5rem auto 0}@media(min-width: 1025px){.history-promo{display:flex;flex-direction:column;height:calc(100vh - 7rem);margin-bottom:10rem;max-height:104rem;padding:5rem 0}.history-promo.--no-spacing{margin-bottom:0}.history-promo__wrapper{display:flex;flex-direction:column;height:100%;padding:0 18rem;width:100%}.history-promo__description{margin-top:1rem;max-width:60rem}.history-promo__title{font-size:9rem;line-height:9rem}.history-promo__image-wrapper{padding:0}.history-promo picture,.history-promo img{display:block;height:100% !important;left:0;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;position:absolute;top:0;width:100% !important}}.header-mobile{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;left:-100%;max-width:100%;overflow-y:scroll;padding-top:7rem;position:relative;position:absolute;right:unset;top:0;transform:translateX(-100%);transition:transform .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100vw;z-index:-1}.header-mobile.is-open{transform:translateX(100%)}.header-mobile__side-menu{border-bottom:1px solid #000;font-size:1.6rem;line-height:1.9rem;padding:2.5rem 1.5625rem}.header-mobile__side-item{font-family:"GTAmerica-medium";letter-spacing:.02em;margin-right:1.5rem}.header-mobile__menu{flex:1 1 0%;overflow-y:scroll;padding-bottom:3.4rem}.header-mobile__menu-item{align-items:center;border-bottom:1px solid #dbdbdb;color:#000;display:flex;font-size:3.5rem;justify-content:space-between;letter-spacing:.01em;line-height:4rem;margin:0 1.5625rem;padding:1.5625rem 0;width:34.375rem}.header-mobile__menu-arrow{display:inline-flex;height:.7rem;width:1.5625rem}.header-mobile__announcement{background:#000;color:#fff;display:flex;font-family:"GTAmerica-regular";font-size:1.2rem;justify-content:space-between;line-height:1.5rem;padding:.8rem 1.5625rem 1.2rem 1.5625rem;width:100%}.header-mobile__announcement-items-wrapper{display:flex}.header-mobile__announcement-item{margin-left:2rem}.header-mobile__announcement-country{display:flex;position:relative}.header-mobile__sub-menu{background:#fff;display:flex;flex-direction:column;height:100%;left:0;max-height:calc(100% - 7rem);padding:0 1.5625rem 0 1.5625rem;position:absolute;top:7rem;transform:translateX(-100%);transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);width:100%}.header-mobile__sub-menu.is-open{transform:translateX(0);z-index:2}.header-mobile__sub-menu-wrapper{display:grid;flex:1 1 0%;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;overflow-y:scroll}.header-mobile__sub-menu-header{align-items:center;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;grid-area:header-mobile__sub-menu-header;line-height:1.9rem;padding:2.5rem 0;width:100%}.header-mobile__sub-menu-arrow{display:inline-flex;height:.7rem;margin-right:1rem;transform:rotate(-180deg);width:1.5625rem}.header-mobile__sub-menu-list{margin-bottom:1.5rem;padding-top:1.5625rem}.header-mobile__sub-menu-title{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:1.5rem}.header-mobile__sub-menu-item{font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;margin-bottom:1rem}.header-mobile__sub-menu-item:last-of-type{margin-bottom:0}@media(min-width: 1025px){.header-mobile{display:none}.header-mobile.is-open{display:none}}.mega-menu{display:none}@media(min-width: 1025px){.mega-menu{background:#fff;display:grid;grid-template-columns:13fr 11fr;grid-template-rows:1fr;left:0;max-width:100%;position:absolute;top:7rem;transform:translateY(-150%);width:100vw;z-index:-1}.mega-menu.is-open{transform:translateY(0)}.mega-menu__list-wrapper{display:flex;justify-content:flex-start;padding:6rem;padding-right:0}.mega-menu__list{color:#000}.mega-menu__list--small{width:18rem}.mega-menu__list--big{width:24rem}.mega-menu__title{font-family:"GTAmerica-medium";font-size:1.6rem;line-height:1.928rem;margin-bottom:1rem}.mega-menu__item{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:.5rem}.mega-menu__item a{display:inline-block;position:relative}.mega-menu__item a:hover::after{transform:scaleX(1)}.mega-menu__item a::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.mega-menu__blocks-wrapper{display:grid;grid-template-columns:1fr 1fr}.mega-menu__block{min-height:34.8rem;position:relative}.mega-menu__block-image{height:100%;position:absolute;width:100%}.mega-menu__block-image picture,.mega-menu__block-image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.mega-menu__block-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.mega-menu__block-title{font-size:2.5rem;line-height:2.5rem;margin-bottom:1rem;max-width:50%;text-align:center}.mega-menu__block-link{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;display:inline-block;position:relative}.mega-menu__block-link::after{transform:scaleX(1);background-color:#fff;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}}.featured-articles__content-wrapper{margin-bottom:2rem;position:relative}.featured-articles__content{left:0;max-width:100%;min-height:45rem;padding:4rem 1.5625rem 0 1.5625rem;position:relative;position:absolute;top:0;width:100vw;z-index:1}.featured-articles__logo{margin-bottom:2.9rem;width:34.375rem}.featured-articles__title{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;margin-bottom:.5rem;max-width:12.5rem}.featured-articles__subtitle{font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:2rem;max-width:12.5rem}.featured-articles__image{display:block;height:100%;margin-left:auto;overflow:hidden;width:100%}.featured-articles__image picture,.featured-articles__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-articles__article-item{align-items:center;display:flex;flex-direction:row;margin-bottom:3rem;padding:0 1.5625rem}.featured-articles__article-item::last-of-type{margin-bottom:4rem}.featured-articles__article-image{display:block;height:12.4rem;margin-right:1.5625rem;width:9.375rem}.featured-articles__article-image picture,.featured-articles__article-image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.featured-articles__article-content{align-items:flex-start;display:flex;flex-direction:column;font-family:"GTAmerica-regular";justify-content:center;width:23.4375rem}.featured-articles__article-title{color:#000;font-size:1.6rem;line-height:2.48rem;margin-bottom:.5rem}.featured-articles__article-title--mobile{display:block}.featured-articles__article-title--desktop{display:none}.featured-articles__article-excerp{align-items:center;color:#8f8f8f;display:flex;font-size:1.4rem;justify-content:space-between;line-height:2.52rem;width:100%}.featured-articles__article-category--mobile{display:block}.featured-articles__article-category--desktop{display:none}.featured-articles__article-circle{background-color:#8f8f8f;border-radius:50%;display:inline-block;height:.3rem;width:.3rem}.featured-articles__button{margin:0 auto;min-width:15.625rem}.featured-articles__button-one{background-color:rgba(0,0,0,0);border-color:#fff;color:#000;margin-left:.5rem}@media(min-width: 1025px){.featured-articles{display:flex;padding:0 6rem}.featured-articles__content{margin-top:2.2rem;padding:0}.featured-articles__content-wrapper{height:95.8rem;margin-bottom:0;margin-right:6rem;margin-top:7.7rem;padding-top:0;width:72rem}.featured-articles__logo{width:72rem}.featured-articles__image{left:0;position:absolute;top:0;width:100%}.featured-articles__title{font-size:1.6rem;line-height:1.928rem}.featured-articles__subtitle{font-size:6rem;line-height:6rem}.featured-articles__wrapper{padding-top:10rem;width:48rem}.featured-articles__article-item{margin-bottom:4rem;padding:0}.featured-articles__article-title--mobile{display:none}.featured-articles__article-title--desktop{display:block}.featured-articles__article-excerp{font-size:1.6rem;justify-content:flex-start;line-height:2.7rem}.featured-articles__article-category--mobile{display:none}.featured-articles__article-category--desktop{display:block}.featured-articles__article-circle{margin:0 1rem}.featured-articles__article-image{margin-right:4rem;min-height:16rem;min-width:12rem}.featured-articles__article-content{width:45rem}.featured-articles__button{margin:0;min-width:24rem}.featured-articles__button-one{background-color:rgba(0,0,0,0);border-color:#c2c2c2;color:#000;margin-left:.5rem}.featured-articles__button-one:hover{background:#c2c2c2;color:#fff}}.featured-image__image-big{display:block;height:50rem;max-width:100%;width:100vw}.featured-image__image-big img,.featured-image__image-big picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.featured-image__video-wrapper{height:100%;width:100%}.featured-image__video-wrapper video{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.featured-image__logo{display:none}.featured-image__author{font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;margin-top:2rem}.featured-image__image-text{display:flex;flex-direction:column-reverse}.featured-image__image-text .article-data{margin-top:6rem}.featured-image__image-text .text-wrapper{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;justify-content:center;padding:6rem 4.6875rem}.featured-image__image-text .text-wrapper.white{color:#fff}.featured-image__image-text .text-wrapper.black{color:#000}.featured-image__image-text .text-wrapper .text,.featured-image__image-text .text-wrapper p{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;text-align:center;text-transform:uppercase}.featured-image__image-text .button{margin-top:3rem}.featured-image__image-text .image-wrapper{display:block;height:35rem;width:100%}.featured-image__image-text .image-wrapper img,.featured-image__image-text .image-wrapper picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.featured-image__image-image{display:flex;flex-direction:column}.featured-image__image-image .image-image__one,.featured-image__image-image .image-image__two{display:block;height:50rem;width:100%}.featured-image__image-image .image-image__one img,.featured-image__image-image .image-image__one picture,.featured-image__image-image .image-image__two img,.featured-image__image-image .image-image__two picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}@media(min-width: 1025px){.featured-image__author{margin-top:4rem}.featured-image__image-big{height:calc(100vh - 7rem)}.featured-image__logo{display:block;height:8.8rem;margin-bottom:4rem;width:8.8rem}.featured-image__image-text{display:grid;grid-template-columns:13fr 11fr;grid-template-rows:1fr;height:80rem}.featured-image__image-text .article-data{margin-top:15rem}.featured-image__image-text .text-wrapper{padding:6rem 15rem}.featured-image__image-text .text-wrapper .text,.featured-image__image-text .text-wrapper p{font-size:3.5rem;line-height:4rem}.featured-image__image-text .button{margin-top:6rem}.featured-image__image-text .image-wrapper{height:100%}.featured-image__image-image{display:grid;grid-template-columns:12fr 12fr;grid-template-rows:1fr;height:-moz-fit-content;height:fit-content;min-height:80rem}.featured-image__image-image .image-image__one,.featured-image__image-image .image-image__two{height:100%}}.shoe-details{display:flex;flex-direction:column;padding:1.5625rem}.shoe-details--no-spacing{padding-bottom:0;padding-top:0}.shoe-details__block{align-items:center;background:#fff;display:flex;flex-direction:column;height:49rem;justify-content:center;margin-bottom:1.6rem;padding:3rem 0 4rem 0}.shoe-details__title{font-size:4rem;letter-spacing:.01em;line-height:4rem;text-align:center}.shoe-details__image{margin-bottom:4.8rem;width:100%}.shoe-details__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.shoe-details__button-wrapper{display:grid;gap:0 1.5625rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:0 1.5625rem;width:100%}.shoe-details__button-wrapper .button{height:4.8rem;width:100%}.shoe-details picture{margin-top:-4rem;width:100%}.shoe-details .info__wrapper{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;margin:-2.5rem auto 2.5rem auto;width:25rem;z-index:1}.shoe-details .info__title-wrapper{display:flex;flex-direction:column;justify-content:space-between;max-width:12rem}.shoe-details .info__title{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin:.1rem 1rem .1rem 0}.shoe-details .info__ranges{display:flex;flex-direction:column;justify-content:space-around}.shoe-details .info__range-wrapper{align-items:center;display:flex;height:2.7rem;justify-content:center}.shoe-details .info__range{background:url("../assets/line.svg");background-position:center center;background-repeat:no-repeat;background-size:contain;height:100%;position:relative;width:100%}.shoe-details .info__value{background:#fff;border:.1rem solid #000;bottom:0;height:1.3rem;margin:auto 0;position:absolute;top:0;width:.6rem}.shoe-details .info__detail{margin-left:3.125rem;width:12.5rem}@media(min-width: 1025px){.shoe-details{flex-direction:row;justify-content:space-between;padding:10rem 6rem}.shoe-details--no-spacing{padding-bottom:0;padding-top:0}.shoe-details__block{height:56rem;margin:0;order:1;padding:4rem 3.2rem 5rem;width:36rem}.shoe-details__block.default{width:40rem}.shoe-details__block.active{order:0;padding-left:9.2rem;padding-right:9.2rem;width:48rem}.shoe-details picture{margin-top:-2rem;width:38rem}.shoe-details__image{margin-bottom:6rem}.shoe-details__title{font-size:3.5rem}.shoe-details__button-wrapper{padding:0}.shoe-details .info__wrapper{padding:0;width:24rem}}.tech{background-color:#f6f6f6;padding-top:2.3rem}.tech__title{font-size:6rem;letter-spacing:-0.02em;line-height:6rem;margin-bottom:5rem;text-align:center}.tech__button-wrapper{border-bottom:.1rem solid #dbdbdb;display:flex;flex-direction:row;justify-content:center;position:relative;width:100%}.tech__button{align-items:center;border-bottom:.3rem solid #f6f6f6;display:flex;filter:grayscale(100%);height:9rem;justify-content:center;margin:0;opacity:.3;padding-bottom:3rem;transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:10.9375rem}.tech__button.active{border-bottom:.3rem solid #000;filter:grayscale(0);opacity:1}.tech__button picture,.tech__button img{display:block;max-height:3rem;max-width:7rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.tech__text-wrapper{align-items:center;display:flex}.tech__text{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.tech__active-indicator{display:none}.tech .default-tech,.tech .extra-tech{display:flex;flex-direction:column}.tech .default-tech__image-wrapper,.tech .extra-tech__image-wrapper{align-items:center;display:flex;flex-direction:column;height:16rem;justify-content:center;margin-bottom:3.3rem;width:100%}.tech .default-tech__slider,.tech .extra-tech__slider{overflow:hidden;width:100%}.tech .default-tech__slider picture,.tech .default-tech__slider img,.tech .extra-tech__slider picture,.tech .extra-tech__slider img{display:block;height:100%;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;width:100%}.tech .default-tech__slide,.tech .extra-tech__slide{display:flex;flex-direction:column;padding:5rem 1.5625rem}.tech .default-tech__button:last-of-type{margin-bottom:0}.tech .extra-tech__button-wrapper{padding:0 3.125rem}.tech .extra-tech__button-wrapper .swiper-slide{margin-right:3.125rem;width:10.2rem}.tech .extra-tech__button-wrapper .swiper-slide:last-of-type{margin-right:0}.tech .extra-tech__slide{flex-direction:column-reverse}@media(min-width: 1025px){.tech__title{font-size:19rem;line-height:17rem;margin-bottom:16rem}.tech__button-wrapper{align-items:center;border-bottom:0;flex-direction:column;justify-content:flex-start;padding:0;width:18rem}.tech__button{height:4.2rem;margin-bottom:6rem;padding-bottom:0}.tech__text{max-width:36rem}.tech__active-indicator{background-color:#000;bottom:0;display:block;height:4.2rem;left:-0.15rem;position:absolute;top:0;transition:all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:.3rem}.tech__button{border-bottom:0}.tech__button.active{border-bottom:0}.tech .default-tech,.tech .extra-tech{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:3fr 19fr;grid-template-rows:auto}.tech .default-tech__image-wrapper,.tech .extra-tech__image-wrapper{margin-bottom:0}.tech .default-tech{min-height:26.5rem;padding:0 12rem 0 6rem}.tech .default-tech__slider{height:26.5rem !important}.tech .default-tech__image-wrapper{height:26.5rem;padding:.1rem 0}.tech .default-tech__image-wrapper picture,.tech .default-tech__image-wrapper img{height:100%;max-height:unset;width:auto}.tech .default-tech__slide{display:grid;gap:0;grid-template-areas:". .";grid-template-columns:11fr 6fr;grid-template-rows:1fr;height:26.5rem !important;overflow:hidden;padding:0;padding-top:0}.tech .extra-tech{min-height:70rem;padding:0 0 0 6rem}.tech .extra-tech__button-wrapper{margin-top:21.3rem}.tech .extra-tech__button-wrapper .swiper-slide{height:4.2rem;margin-bottom:6rem}.tech .extra-tech__image-wrapper{height:100%;padding-right:6rem;width:100%}.tech .extra-tech__image-wrapper picture,.tech .extra-tech__image-wrapper img{max-height:unset;width:100%}.tech .extra-tech__slider{height:70rem !important;overflow:hidden}.tech .extra-tech__slide{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:4fr 14fr;grid-template-rows:1fr;min-height:26.5rem !important;overflow:hidden;padding:0}.tech .extra-tech__slide:first-of-type .tech__text{margin-top:3.3rem}.tech .extra-tech__slide:nth-of-type(2) .tech__text{margin-top:12.3rem}.tech .extra-tech__slide:nth-of-type(3) .tech__text{margin-top:22.5rem}.tech .extra-tech__slide:nth-of-type(4) .tech__text{margin-top:32.7rem}.tech .extra-tech__text-wrapper{margin-top:18rem}}.menu-list{border-bottom:.1rem solid #dbdbdb;display:flex;justify-content:center;margin-bottom:2rem;padding:2rem 1.5625rem;width:100%}.menu-list--no-spacing{margin-bottom:0}.menu-list__item{color:#292929;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin:0 1rem;width:-moz-fit-content;width:fit-content;display:inline-block;position:relative}.menu-list__item:first-of-type{margin-left:0}.menu-list__item:last-of-type{margin-right:0}.menu-list__item:hover::after{transform:scaleX(1)}.menu-list__item::after{background-color:#000;bottom:-0.5rem;content:"";display:inline-block;height:.2rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}@media(min-width: 1025px){.menu-list{padding:3rem 6rem}.menu-list__wrapper{display:flex;justify-content:center}.menu-list__item{margin:0 1.5rem}}.image-text-cta{padding:0 1.5625rem}.image-text-cta .image-block{position:relative}.image-text-cta .image-block:first-of-type{margin-bottom:1.5625rem}.image-text-cta .image-block__title{color:#fff;font-size:6rem;line-height:6rem;margin-bottom:3rem;text-align:center}.image-text-cta .image-block__content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.image-text-cta .image-block__image{display:block;height:100%;width:100%}.image-text-cta .image-block__image picture,.image-text-cta .image-block__image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}@media(min-width: 1025px){.image-text-cta{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:0 6rem}.image-text-cta .image-block:first-of-type{margin-bottom:0}.image-text-cta .image-block__title{margin-bottom:4rem}}.shoe-promo{background-color:#f6f6f6;margin-bottom:6rem;max-width:100%;padding-bottom:3rem;padding-top:1rem;position:relative;width:100vw}.shoe-promo.--no-spacing{margin-bottom:0}.shoe-promo__wrapper{margin-top:1rem}.shoe-promo__next,.shoe-promo__prev{display:flex}.shoe-promo__next{right:1.5625rem}.shoe-promo__prev{left:1.5625rem}.shoe-promo__header{align-items:center;display:flex;flex-direction:column}.shoe-promo__title{font-size:6rem;letter-spacing:-0.03em;line-height:6rem;margin:0 auto;text-align:center;z-index:0}.shoe-promo__title,.shoe-promo__background path{transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.shoe-promo__background{bottom:0;position:absolute;right:.8rem;width:54.4rem}.shoe-promo__slide{align-items:center;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:2}.shoe-promo__image-wrapper{background-color:#f6f6f6;margin-top:-5rem;transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.shoe-promo__image-wrapper.--clear-background{background-color:unset;margin-top:0}.shoe-promo__image-wrapper img{display:block;mix-blend-mode:darken;width:37.5rem}.shoe-promo__image-wrapper.left{transform:rotate(-14deg)}.shoe-promo__image-wrapper.right{transform:rotate(18deg)}.shoe-promo.swiper-slide img{margin-top:0}.shoe-promo__shadow--one{bottom:6rem;position:absolute}.shoe-promo__shadow--one.right{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.215049rem);height:.301rem;opacity:.8;right:3.833rem;transform:matrix(-1, 0, 0, 1, 0, 0);width:7.771rem}.shoe-promo__shadow--one.left{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.80716rem);height:.876rem;left:-1.2rem;opacity:.2;transform:matrix(-1, 0, 0, 1, 0, 0);width:23.877rem}.shoe-promo__shadow--two{bottom:6rem;position:absolute}.shoe-promo__shadow--two.right{background:radial-gradient(91.08% 72046.19% at 5.66% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(4.31838px);height:.752rem;left:3.638rem;opacity:.4;transform:matrix(-1, 0, 0, 1, 0, 0);width:27.272rem}.shoe-promo__shadow--two.left{background:radial-gradient(91.08% 72046.19% at 5.66% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.60537rem);height:1.798rem;left:0;margin:0 auto;opacity:.1;right:0;transform:matrix(-1, 0, 0, 1, 0, 0);width:34.375rem}.shoe-promo__shadow--three{bottom:6rem;position:absolute}.shoe-promo__shadow--three.right{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.268812rem);height:.301rem;opacity:.8;right:2.229rem;transform:matrix(-1, 0, 0, 1, 0, 0);width:12.934rem}.shoe-promo__shadow--three.left{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.80716rem);height:.876rem;left:.3rem;opacity:.2;position:absolute;transform:matrix(-1, 0, 0, 1, 0, 0);width:18.3rem}.shoe-promo__info{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center}.shoe-promo__info-title{display:inline-flex;font-size:2.5rem;line-height:2.5rem;margin-top:2rem;max-width:25rem;text-align:center}.shoe-promo__price{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}@media(min-width: 1025px){.shoe-promo{margin-bottom:10rem;padding-bottom:14.1rem;padding-top:2.3rem}.shoe-promo.--no-spacing{margin-bottom:0}.shoe-promo__next{right:18rem}.shoe-promo__prev{left:18rem}.shoe-promo__next,.shoe-promo__prev{bottom:unset;top:50%}.shoe-promo__title{font-size:19rem;line-height:17rem}.shoe-promo__background{left:-13.4rem;right:unset;width:145.4rem}.shoe-promo__slide{padding:0 18rem}.shoe-promo img{width:107.3rem}.shoe-promo__info{flex-direction:row;font-size:2.5rem;line-height:2.5rem;margin-top:6rem}.shoe-promo__info-title{margin-right:.1rem;margin-top:0;max-width:unset}.shoe-promo__shadow--one.right{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(0.548884rem);height:.768rem;opacity:.8;right:35.72rem;transform:matrix(-1, 0, 0, 1, 0, 0);width:19.833rem}.shoe-promo__shadow--one.left{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(2rem);height:2.17rem;left:21.198rem;opacity:.2;right:unset;transform:matrix(-1, 0, 0, 1, 0, 0);width:59.163rem}.shoe-promo__shadow--two.right{background:radial-gradient(91.08% 72046.19% at 5.66% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(1.10221rem);height:1.919rem;left:unset;opacity:.4;right:42.511rem;transform:matrix(-1, 0, 0, 1, 0, 0);width:69.609rem}.shoe-promo__shadow--two.left{background:radial-gradient(91.08% 72046.19% at 5.66% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(1.5rem);height:4.454rem;left:29.5rem;opacity:.1;right:unset;transform:matrix(-1, 0, 0, 1, 0, 0);width:83.833rem}.shoe-promo__shadow--three.right{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(6.86106px);height:.768rem;opacity:.8;right:31.51rem;transform:matrix(-1, 0, 0, 1, 0, 0);width:33.013rem}.shoe-promo__shadow--three.left{background:radial-gradient(50% 39550.78% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);filter:blur(2rem);height:2.17rem;left:25.3rem;opacity:.2;transform:matrix(-1, 0, 0, 1, 0, 0);width:45.343rem}}.shoe-promo-two{background-color:#fff;padding:3rem 0;position:relative}.shoe-promo-two__title{color:#292929;font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;padding-left:4.6875rem}.shoe-promo-two__thumb-slider .swiper-wrapper{margin-left:4.6875rem}.shoe-promo-two .thumb-slide{margin:0;width:-moz-fit-content;width:fit-content}.shoe-promo-two .thumb-slide__title{color:#dbdbdb;cursor:pointer;font-size:6rem;line-height:6rem;margin-bottom:2.8rem;margin-right:1.5rem;transition:all .75s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:-moz-fit-content;width:fit-content}.shoe-promo-two .thumb-slide__title.active{color:#000}.shoe-promo-two .promo-slide{align-items:center;display:flex;flex-direction:column;padding-top:.7rem}.shoe-promo-two .promo-slide__text{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;padding:0 1.5625rem 0 4.6875rem}.shoe-promo-two .promo-slide__button{margin:0 auto}.shoe-promo-two .promo-slide__tech-images-wrapper{display:flex;flex-direction:column;padding:3.125rem;width:100%}.shoe-promo-two .promo-slide__tech-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:auto}.shoe-promo-two .promo-slide__tech-image-wrapper:first-of-type{margin-bottom:3.125rem}.shoe-promo-two .promo-slide__tech-image-wrapper:first-of-type picture,.shoe-promo-two .promo-slide__tech-image-wrapper:first-of-type img{height:auto;-o-object-fit:contain;object-fit:contain}.shoe-promo-two .promo-slide__tech-image-wrapper picture,.shoe-promo-two .promo-slide__tech-image-wrapper img{display:block;height:auto;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center !important;object-position:center center !important;width:100%}.shoe-promo-two .promo-slide__image-wrapper{margin-top:-5rem;width:44.8rem;z-index:1}.shoe-promo-two .promo-slide__image-wrapper picture,.shoe-promo-two .promo-slide__image-wrapper img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.shoe-promo-two .swiper-button-next,.shoe-promo-two .swiper-button-prev{display:none}@media(min-width: 1025px){.shoe-promo-two{padding:6rem 0}.shoe-promo-two__title{font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;padding-left:24rem}.shoe-promo-two__thumb-slider .swiper-wrapper{margin-left:24rem}.shoe-promo-two .thumb-slide__title{font-size:19rem;letter-spacing:-0.02em;line-height:17rem;margin-bottom:3rem;margin-right:3rem}.shoe-promo-two .promo-slide__text{align-self:flex-start;margin-left:24rem;max-width:55.5rem;padding:0}.shoe-promo-two .promo-slide__tech-images-wrapper{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:40rem;padding:0;width:96rem}.shoe-promo-two .promo-slide__tech-image-wrapper{height:unset;max-height:100%;padding:3rem}.shoe-promo-two .promo-slide__tech-image-wrapper:first-of-type{margin:0;padding:6rem}.shoe-promo-two .promo-slide__image-wrapper{width:92rem}.shoe-promo-two .swiper-button-next{right:6rem}.shoe-promo-two .swiper-button-prev{left:6rem}.shoe-promo-two .swiper-button-next,.shoe-promo-two .swiper-button-prev{bottom:unset;display:flex;top:15.9rem}}.faq{padding-top:7rem}.faq__sub-title{font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:1rem;margin-top:4rem}.faq__sub-title:first-of-type{margin-top:0}.faq__menu{background:#fff;border-bottom:.1rem solid #dbdbdb;padding:.9rem 0;padding:0 0 0 1.5625rem;position:sticky;top:7rem;z-index:1}.faq__menu-list{display:flex;flex-direction:row;justify-content:center}.faq__menu-wrapper{align-items:center}.faq__menu-title{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:2.7rem;margin-right:3.5rem;white-space:nowrap;width:-moz-fit-content;width:fit-content}.faq__menu-item{color:#c2c2c2;cursor:pointer;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;margin:.5rem;transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);white-space:nowrap;width:-moz-fit-content;width:fit-content;display:inline-block;position:relative}.faq__menu-item:last-of-type{margin-right:1.5625rem}.faq__menu-item:hover::after{transform:scaleX(1)}.faq__menu-item.active,.faq__menu-item .active{color:#292929}.faq__menu-item::after{background-color:#c2c2c2;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.faq__content{margin-top:3rem;padding:0 1.5625rem}.faq .faq-item{border-bottom:.1rem solid #dbdbdb}.faq .faq-item__button{color:#000;cursor:pointer;display:flex;font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;padding:3rem 0;position:relative;width:100%}.faq .faq-item__button::after,.faq .faq-item__button::before{background-color:#000;bottom:0;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-out}.faq .faq-item__button::after{height:.1rem;right:0;width:.9rem}.faq .faq-item__button::before{height:.9rem;right:.45rem;width:.1rem}.faq .faq-item__button.active::before{height:0rem}.faq .faq-item__button.active~div:first-of-type{max-height:100rem;padding-bottom:4rem}.faq .faq-item__content{max-height:0;overflow:hidden;transition:all .3s ease-out}.faq .faq-item__content *{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:3.06rem}.faq .faq-item__content a{display:inline-block;position:relative}.faq .faq-item__content a::after{transform:scaleX(1)}.faq .faq-item__content a:hover::after{transform:scaleX(0)}.faq .faq-item__content a::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.faq .faq-item__icon{align-items:center;bottom:0;display:flex;height:.9rem;justify-self:center;margin:auto 0;position:absolute;right:0;top:0;width:.9rem}@media(min-width: 1025px){.faq{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:3fr 12fr;grid-template-rows:auto;padding:16rem 36rem 0 12rem}.faq__menu{border-bottom:unset;padding:0;position:inherit}.faq__menu-wrapper{align-items:flex-start;flex-direction:column}.faq__menu-list{flex-direction:column;justify-content:flex-start;position:sticky;top:8rem}.faq__menu-title{margin:0 0 2rem 0}.faq__menu-item{margin:0 0 1rem 0}.faq .faq-item{border-bottom:.1rem solid #dbdbdb}.faq .faq-item__button{padding:4rem 0}.faq__sub-title{font-size:6rem;letter-spacing:0;line-height:6rem}.faq__sub-title:not(:first-of-type){margin-top:6rem}.faq__content{margin-top:0;padding:0}}.cookie{background-color:#f6f6f6;bottom:.5rem;display:block;left:-100%;max-width:100%;padding:2rem 1.5rem;position:fixed;right:0;transform:translate(-100%, 0);transition:transform .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:calc(100vw - 9rem);z-index:99}.cookie.hide{display:none}.cookie.active{transform:translate(100vw, 0)}.cookie__btn{align-items:center;display:flex;height:3.125rem;justify-content:center;position:absolute;right:0;top:0;width:3.125rem}.cookie__btn-icon{height:1.5rem;width:1.5rem}.cookie__msg *{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.2rem;line-height:1.446rem;text-align:center}.cookie__msg * a{color:#292929;display:inline-block;position:relative}.cookie__msg * a::after{transform:scaleX(1)}.cookie__msg * a:hover::after{transform:scaleX(0)}.cookie__msg * a::after{background-color:#292929;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}@media(min-width: 1025px){.cookie{bottom:1.5rem;left:0;margin:0 auto;min-width:96rem;padding:1.1rem 6rem;transform:translate(0, calc(100% + 1.5rem));width:-moz-fit-content;width:fit-content}.cookie.active{transform:translate(0, 0)}.cookie__btn{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;margin:auto 0;position:absolute;right:0;top:0;width:6rem}.cookie__msg *{font-size:1.4rem;line-height:2.52rem}}.redirect{align-items:center;background:#fff;bottom:10rem;display:flex;left:-100%;padding:2.4rem 1.6rem;position:fixed;transform:translateX(-100%);transition:transform .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:calc(100vw - 9rem);z-index:100}.redirect__overlay{background:0 0;bottom:0;height:100%;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:background-color .4s .2s;width:100%;z-index:10}.redirect__overlay.is-active{background:rgba(37,37,37,.5);cursor:pointer;pointer-events:auto}.redirect.is-active{background:rgba(37,37,37,.5);pointer-events:auto}.redirect.hide{display:none}.redirect.active{transform:translateX(100vw)}.redirect__column{display:flex;flex-direction:column}.redirect__title{color:#000;font-family:"GTAmerica-bold";font-size:2rem;letter-spacing:.01em;line-height:2rem;margin-bottom:1.2rem;text-transform:uppercase}.redirect__text{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.2rem;line-height:1.632rem}.redirect__text .white{color:#000}.redirect__dropdown{align-items:center;display:flex;margin-top:2.4rem;position:relative}.redirect__icon{position:absolute;right:2.2rem}.redirect__button{align-items:center;background:#000;color:#fff;display:flex;justify-content:center;margin-bottom:2.4rem;margin-top:1rem;min-height:6rem;width:100%}.redirect__button span{color:#fff;font-family:"GTAmerica-regular";font-size:1.4rem;line-height:1.4rem;margin-right:1.2rem}.redirect__button img{height:.7rem;width:1.4rem}.redirect a{color:#000;text-decoration:underline}.redirect a::after{transform:scaleX(1)}.redirect a:hover::after{transform:scaleX(0)}.redirect__close-button{align-items:center;display:flex;justify-content:center;padding:1.5rem;position:absolute;right:0;top:0}.redirect__close{color:#000;display:inline-block;height:1.2rem;width:1.2rem}@media(min-width: 1025px){.redirect{bottom:unset;height:39.6rem;left:0;margin:auto;opacity:0;padding:6rem;pointer-events:none;right:6rem;right:0;top:16.4rem;transform:translateY(-10%);width:96rem}.redirect.active{opacity:1;pointer-events:auto;transform:unset}.redirect__title{font-size:6rem;line-height:6rem;margin-bottom:2.8rem}.redirect__text{color:#8f8f8f;font-size:1.6rem;line-height:2.176rem}.redirect__container{align-items:center;display:flex;margin:4.8rem 0}.redirect__dropdown{margin:0 2rem 0 0}.redirect__button{margin:0;width:12rem}.redirect__close{display:inline-block;height:1.4rem;width:1.4rem}.redirect__close-button{padding:3rem}}.live-chat{background-color:#000;border-radius:50%;bottom:16px;cursor:pointer;height:60px;overflow:hidden;position:fixed;right:8px;width:60px;z-index:10}.live-chat.hide{display:none}.live-chat__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.password-page__overlay{background-color:#000;height:100%;left:50%;opacity:.18;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%}.password-page__container{height:100%;max-height:100vh;overflow-y:hidden;position:fixed;transition:all 1s ease-out;width:100%;z-index:1000}.password-page__container.not-visible{max-height:0}.password-page__container.not-visible>.password-page__container-content{opacity:0}.password-page__container-content{opacity:1;transition:opacity 1s ease-out}.password-page__input{border:0;border-radius:0;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;outline:0;padding:.8vw 0;position:absolute;top:50%;transform:translate(-50%, -50%);width:71vw}.password-page__input:focus{font-size:16px}.password-page__button{font-family:GTAmerica-medium;font-size:1.6rem;left:70%;letter-spacing:.02em;line-height:1.928rem;position:absolute;text-align:right;text-transform:uppercase;top:50%;transform:translate(-50%, -50%)}.password-page__entry{display:none}.password-page__empty{color:#eb5757;display:none;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;position:absolute;top:55%;transform:translate(-50%, -50%)}.password-page__empty.visible{display:block}.password-page__invalid{color:#eb5757;display:none;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;position:absolute;top:55%;transform:translate(-50%, -50%)}.password-page__invalid.visible{display:block}@media(min-width: 1025px){.password-page__container{background-color:#fff;height:100%;max-height:100vh;overflow-y:hidden;position:fixed;transition:all 1s ease-out;width:100%;z-index:1000}.password-page__container.not-visible{max-height:0}.password-page__container.not-visible>.password-page__container-content{opacity:0}.password-page__container-content{opacity:1;transition:opacity 1s ease-out}.password-page__input{border:0;border-radius:0;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;outline:0;padding:.8vw 0;position:absolute;top:50%;transform:translate(-50%, -50%);width:27.5vw}.password-page__button{font-family:GTAmerica-medium;font-size:1.6rem;left:60%;letter-spacing:.02em;line-height:1.928rem;position:absolute;text-align:right;text-transform:uppercase;top:50%;transform:translate(-50%, -50%)}.password-page__entry{display:none}.password-page__empty{color:#eb5757;display:none;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;position:absolute;top:55%;transform:translate(-50%, -50%)}.password-page__empty.visible{display:block}.password-page__invalid{color:#eb5757;display:none;font-family:GTAmerica-regular;font-size:1.6rem;left:50%;line-height:2.72rem;position:absolute;top:55%;transform:translate(-50%, -50%)}.password-page__invalid.visible{display:block}.password-page__url{display:none}}.product-reviews{flex-direction:column;padding:1.5625rem;max-width:100%}.product-reviews.is-active{display:flex !important}.product-reviews__title{font-size:2.4rem;letter-spacing:.01em;line-height:3.2rem;display:flex;gap:1rem}.product-reviews__title .js-review-title{display:flex;gap:1rem;font-size:80%;align-items:center}.product-reviews .jdgm-form{font-family:"GTAmerica-regular";font-size:1.6rem}.product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary{display:flex;justify-content:space-between;display:none}.product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev__br:empty{display:none}.product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars{display:none}.product-reviews .jdgm-histogram{margin:16px 0;padding:0;border:0}.product-reviews .jdgm-rev__header{flex-direction:column}.product-reviews .jdgm-rev__header .jdgm-rev__timestamp{font-size:1rem;margin:0;line-height:1.4}.product-reviews .jdgm-form__rating{font-size:2rem}@media(min-width: 1025px){.product-reviews{justify-content:space-between;padding:0;padding-left:6rem}.product-reviews__title{font-size:3.2rem}.product-reviews__title .js-review-title{font-size:60%}}.offcanvas-open .collection-wrapper .collection #gf-tree{left:0}.collection-wrapper .collection{padding:9.1rem 1.5625rem}.collection-wrapper .collection__grid>div>div{min-height:calc(100vh - 10.4rem);position:relative}.collection-wrapper .collection__placeholder-filter{background-color:#f6f6f6;height:4.8rem;margin-bottom:3rem;position:absolute;width:10rem}.collection-wrapper .collection__placeholder-sort{background-color:#f6f6f6;height:4.8rem;position:absolute;right:0;width:20rem}.collection-wrapper .collection__placeholder-items{display:grid;grid-area:gf-grid;grid-gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:inherit;padding-top:3rem;position:absolute;top:15rem;width:100%}.collection-wrapper .collection__placeholder-items .placeholder-item{height:16.4rem !important;position:relative !important;width:16.4rem !important}.collection-wrapper .collection .animated-background,.collection-wrapper .collection .collection__placeholder-filter,.collection-wrapper .collection .collection__placeholder-sort,.collection-wrapper .collection .collection__placeholder-items .placeholder-item,.collection-wrapper .collection__placeholder-items .collection .placeholder-item{animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(90deg, #f6f6f6 8%, white 18%, #f6f6f6 33%);background-size:800px 104px}.collection-wrapper .collection__filter-sort-wrapper{display:grid;gap:0 1.5625rem;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr;margin:0;margin-bottom:3rem}.collection-wrapper .collection__filter-wrapper{background-color:unset}.collection-wrapper .collection__filter-toggle{align-items:center;background-color:#fff;border:1px solid #c2c2c2;color:#000 !important;display:flex !important;font-family:"GTAmerica-regular";font-size:1.6rem;font-weight:normal;justify-content:center;line-height:2.72rem;min-height:4.8rem;text-transform:initial;width:100%}.collection-wrapper .collection__filter-toggle i{display:none !important}.collection-wrapper .collection__filter-button,.collection-wrapper .collection__sort-by-wrapper{background-color:unset;background-color:#fff;border:.1rem solid #c2c2c2;margin:0}.collection-wrapper .collection__filter-button label,.collection-wrapper .collection__filter-button span,.collection-wrapper .collection__filter-button i,.collection-wrapper .collection__sort-by-wrapper label,.collection-wrapper .collection__sort-by-wrapper span,.collection-wrapper .collection__sort-by-wrapper i{font-family:"GTAmerica-regular";font-weight:300;text-transform:none}.collection-wrapper .collection__filter-button .fa.fa-tasks,.collection-wrapper .collection__sort-by-wrapper .fa.fa-tasks{display:none}.collection-wrapper .collection__sort-limit{display:none !important}.collection-wrapper .collection__filter-button{align-items:center;display:flex;justify-content:center}.collection-wrapper .collection__filter-button span{color:#292929 !important;font-size:1.6rem;line-height:2.72rem}.collection-wrapper .collection__sort-by-wrapper{height:4.8rem}.collection-wrapper .collection__sort-by-wrapper::before{background:none;background:url("../assets/icon.select_black.svg");background-repeat:no-repeat;background-size:contain;content:"";height:.5rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:.6rem}.collection-wrapper .collection__sort-by-wrapper label{align-items:center;color:#8f8f8f;display:flex}.collection-wrapper .collection__sort-by-wrapper select{color:#292929;padding-right:4.6875rem}.collection-wrapper .collection__sort-by-wrapper label,.collection-wrapper .collection__sort-by-wrapper select{font-size:1.4rem;height:unset !important;line-height:2.52rem}.collection-wrapper .collection__title{font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:3rem}.collection-wrapper .collection__grid__row{margin:0 !important}.collection-wrapper .collection .product-item{display:flex;flex-direction:column;margin:0;overflow:hidden;position:relative}.collection-wrapper .collection .product-item__information{flex:1;max-width:16.4rem}.collection-wrapper .collection .product-item__price{margin-top:auto}.collection-wrapper .collection .product-item__image-wrapper{height:16.4rem;width:16.4rem}.collection-wrapper .collection .product-item__image-wrapper img{max-height:100%;max-width:100%;position:relative !important}.collection-wrapper .collection .product-item .spf-product-card__image-secondary{display:none}.collection-wrapper .collection .product-item__image{height:auto;width:100% !important}.collection-wrapper .collection .product-item.product-item--hover:hover .spf-product-card__image-main{display:none;opacity:0}.collection-wrapper .collection .product-item.product-item--hover:hover .spf-product-card__image-secondary{display:block;opacity:1}.collection-wrapper .collection .product-item .spf-product-card__image-main,.collection-wrapper .collection .product-item .spf-product-card__image-secondary{transition:all .15s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.collection-wrapper .collection .product-item__sizes-wrapper{align-items:center;background:#fff;bottom:0;display:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;left:0;min-height:6rem;padding:2rem 1rem 0;position:absolute;transform:translateY(100%);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.collection-wrapper .collection .collection-block{align-items:center;background-color:#292929;display:flex;grid-column:1/3;grid-row:4/6;height:50rem;justify-content:center;margin-bottom:3rem;position:relative;width:100%}.collection-wrapper .collection .collection-block.collection-block--two{grid-row:9/11}.collection-wrapper .collection .collection-block__content{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:1}.collection-wrapper .collection .collection-block__button{margin-top:3rem}.collection-wrapper .collection .collection-block__text{color:#fff;font-size:6rem;letter-spacing:-0.03em;line-height:6rem;text-align:center}.collection-wrapper .collection .collection-block__image{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;position:absolute;top:0;width:100% !important}.collection-wrapper .collection #gf-products{background-color:#fff;display:grid;gap:1.5625rem;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-template-rows:auto}.collection-wrapper .collection>span.page,.collection-wrapper .collection>span.next,.collection-wrapper .collection>span.prev,.collection-wrapper .collection>span.deco,.collection-wrapper .collection #gf_pagination_wrap .pagination{display:none !important}.collection-wrapper .collection .gf-refine-toggle-mobile{display:block}.collection-wrapper .collection #gf-tree{left:-100%;width:31.25rem !important}.collection-wrapper .collection .gf-filter-contents{background-color:#fff}.collection-wrapper .collection #gf-grid{width:100% !important}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}@media(min-width: 1025px){.collection-wrapper .collection{padding:13.1rem 6rem 0}.collection-wrapper .collection__grid>div>div{display:grid;gap:0 6rem;grid-template-areas:"gf-tree collection__title" "gf-tree gf-grid";grid-template-columns:3fr 18fr;grid-template-rows:auto 1fr;position:relative}.collection-wrapper .collection #gf-tree{display:block !important;left:unset;width:unset !important}.collection-wrapper .collection .gf-refine-toggle-mobile{display:none}.collection-wrapper .collection__title{grid-area:collection__title;margin-bottom:5.5rem}.collection-wrapper .collection__filter-sort-wrapper{display:flex;position:absolute;right:0;top:0}.collection-wrapper .collection__filter-sort-wrapper::after{display:none}.collection-wrapper .collection #gf-grid{grid-area:gf-grid;position:initial}.collection-wrapper .collection__placeholder-filter{background-color:#f6f6f6;display:block;grid-area:gf-tree;min-height:40rem;width:100%}.collection-wrapper .collection__placeholder-sort{background-color:#f6f6f6;height:4.8rem;position:absolute;right:0;top:0;width:20rem}.collection-wrapper .collection__placeholder-items{display:grid;grid-area:gf-grid;grid-gap:6rem;grid-template-columns:1fr 1fr 1fr;grid-template-rows:inherit;padding-top:0;top:0}.collection-wrapper .collection__placeholder-items .placeholder-item{background-color:#f6f6f6 !important;height:32rem !important;position:relative !important;width:100% !important}.collection-wrapper .collection #gf-products{gap:6rem;grid-template-areas:". . .";grid-template-columns:1fr 1fr 1fr}.collection-wrapper .collection .product-item{margin-right:0}.collection-wrapper .collection .product-item:hover .product-item__sizes-wrapper{transform:translateY(0)}.collection-wrapper .collection .product-item__sizes-wrapper{align-items:center;background:#fff;bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;left:0;padding:2rem 1rem 0;position:absolute;transform:translateY(100%);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.collection-wrapper .collection .product-item__size{align-items:center;border:.1rem solid #c2c2c2;border-radius:.2rem;color:#292929;cursor:pointer;display:inline-flex;font-family:"GTAmerica-regular";font-size:1.4rem;height:3.5rem;justify-content:center;line-height:2.5rem;margin:.5rem;padding:0 .7rem;position:relative;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.collection-wrapper .collection .product-item__size.sock,.collection-wrapper .collection .product-item__size.uk.kids{margin:.2rem;width:auto}.collection-wrapper .collection .product-item__size.us{font-size:.8rem;height:auto;margin:.2rem;width:23%}.collection-wrapper .collection .product-item__size.uk{font-size:1rem;height:auto;margin:.2rem;width:30%}.collection-wrapper .collection .product-item__size.disabled{color:#dbdbdb !important}.collection-wrapper .collection .product-item__size.disabled::before{background:#dbdbdb;content:"";display:block;height:150%;position:absolute;transform:rotate(-44deg);width:.1rem}.collection-wrapper .collection .product-item__information{max-width:100%}.collection-wrapper .collection .product-item__image-wrapper{height:32rem;width:32rem}.collection-wrapper .collection .collection-block{height:100%;margin:0;min-height:80rem}.collection-wrapper .collection .collection-block.collection-block--one{grid-row:3/span 2}.collection-wrapper .collection .collection-block.collection-block--two{grid-row:7/span 2}.collection-wrapper .collection .collection-block.right{grid-column:2/4}.collection-wrapper .collection .collection-block.left{grid-column:1/3}.collection-wrapper .collection .collection-block__content{max-width:36rem}.collection-wrapper .collection .collection-block__text{font-size:9rem;letter-spacing:-0.01em;line-height:8rem}}.blog{padding-top:7rem}.blog .pagination{display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;justify-content:center;line-height:2.72rem}.blog .pagination span{margin:0 1rem;display:inline-block;position:relative}.blog .pagination span:hover::after{transform:scaleX(1)}.blog .pagination span.current::after{transform:scaleX(1)}.blog .pagination span::after{background-color:#8f8f8f;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.blog .featured-article{height:50rem;margin-bottom:4rem;max-width:100%;position:relative;width:100vw}.blog .featured-article__content{background-color:#fff;bottom:3rem;left:0;padding:4rem 3.125rem;position:absolute;width:32.8125rem;z-index:3}.blog .featured-article__excerpt,.blog .featured-article__title{box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;display:box;-webkit-line-clamp:2;margin-bottom:1rem;overflow:hidden}.blog .featured-article__title{font-size:3.5rem;letter-spacing:.01;line-height:4rem}.blog .featured-article__excerpt{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.blog .featured-article__data{align-items:center;color:#8f8f8f;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;white-space:nowrap}.blog .featured-article__circle{background-color:#c2c2c2;border-radius:50%;display:inline-block;height:.3rem;margin:0 1rem;width:.3rem}.blog .featured-article__category{box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;display:box;-webkit-line-clamp:1;overflow:hidden}.blog .featured-article__image{display:block;height:100%;width:100%}.blog .featured-article__image img,.blog .featured-article__image picture{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.blog .blog-navigation{margin-bottom:6rem;padding:0 1.5625rem 0 4.6875rem}.blog .blog-navigation__item{color:#dbdbdb;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin:0 1rem;width:-moz-fit-content;width:fit-content;display:inline-block;position:relative}.blog .blog-navigation__item:first-of-type{margin-left:0}.blog .blog-navigation__item:last-of-type{margin-right:0}.blog .blog-navigation__item:hover::after{transform:scaleX(1)}.blog .blog-navigation__item.active{color:#000}.blog .blog-navigation__item.active::after{transform:scaleX(1)}.blog .blog-navigation__item::after{background-color:#000;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.blog__items-wrapper{padding:0 1.5625rem}@media(min-width: 1025px){.blog .featured-article{height:calc(100vh - 10.4rem);margin-bottom:6rem}.blog .featured-article__content{bottom:0;display:table;height:-moz-fit-content;height:fit-content;left:unset;margin:auto 0;padding:9rem;right:0;top:0;width:60rem}.blog .featured-article__excerpt,.blog .featured-article__title{display:-webkit-box;display:box;line-clamp:3;-webkit-line-clamp:3}.blog .featured-article__title{font-size:6rem;line-height:6rem;margin-bottom:3rem}.blog .featured-article__excerpt{margin-bottom:2rem}.blog .blog-navigation{padding:0;width:-moz-fit-content;width:fit-content}.blog .blog-navigation__item{margin-bottom:0}.blog__items-wrapper{display:grid;gap:3rem 6rem;grid-template-areas:". . .";grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;padding:0 6rem}}.pages{color:#292929;margin:0 auto;max-width:60rem;padding:10.1rem 0 6rem 0;padding-left:1.6rem;padding-right:1.6rem}.pages h1{font-family:"GTAmerica-bold";font-size:3.5rem;font-style:normal;line-height:6rem;margin-bottom:2rem;text-transform:uppercase}.pages h2,.pages h3,.pages h4{font-size:2.5rem;letter-spacing:.01em;margin-bottom:1.5rem;margin-top:4rem;text-transform:uppercase}.pages p,.pages table tbody{font-family:"GTAmerica-regular";font-size:1.8rem;font-weight:normal;line-height:3.06rem}.pages ul,.pages ol{font-family:"GTAmerica-regular";font-size:1.8rem;list-style-position:inside;margin-top:2rem}.pages ul>ol,.pages ul>ul,.pages ol>ol,.pages ol>ul{margin-top:0}.pages ul{border-spacing:0 1rem;counter-reset:foo;display:table}.pages ul li{display:table-row}.pages ul li::before{content:"•";display:table-cell;padding-right:1rem;text-align:right}.pages ol{border-spacing:0 1rem;counter-reset:foo;display:table}.pages ol li{counter-increment:foo;display:table-row}.pages ol li::before{content:counter(foo) ".";display:table-cell;padding-right:1rem;text-align:right}@media(min-width: 1025px){.pages{padding:13.1rem 0 10rem 0}.pages h1{font-size:6rem;margin-bottom:3rem}.pages h2,.pages h3,.pages h4{margin-bottom:2rem;margin-top:6rem}.pages ul,.pages ol{margin-top:3rem}.pages ul>ol,.pages ul>ul,.pages ol>ol,.pages ol>ul{margin-top:0}}.article{padding-top:10rem}.article__content-wrapper{margin-bottom:6rem;padding:0 1.5625rem}.article__title{color:#000;font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:2rem}.article__description{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:3.06rem;margin-bottom:2rem}.article__data-wrapper{display:flex;flex-direction:column;justify-content:center}.article-footer{padding:6rem 1.5625rem 0 1.5625rem}.article-footer__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.article-footer__title{display:none;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem}.article-footer__title.--mobile{display:block}@media(min-width: 1025px){.article{padding-top:15rem}.article__content-wrapper{margin-bottom:8rem;padding:0 18rem}.article__introduction{display:grid;gap:0 30rem;grid-template-areas:". .";grid-template-columns:9fr 4fr;grid-template-rows:auto}.article__description{margin-bottom:0}.article__title{font-size:9rem;letter-spacing:-0.01em;line-height:8rem;margin-bottom:3rem}.article-footer{padding:10rem 6rem 0 6rem}.article-footer__header{margin-bottom:5rem}.article-footer__title{display:block}.article-footer__title.--mobile{display:none}.article-footer__items{display:grid;gap:0 6rem;grid-template-areas:". . .";grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}}.about-us{padding-top:10rem}.about-us__title-wrapper{margin-bottom:5rem;padding:0 1.5625rem}.about-us__title{font-size:6rem;line-height:6rem}.about-us__image-wrapper{margin-bottom:6rem}.about-us .history-product{display:none}.about-us .history-item__content{padding:0 1.5625rem}.about-us .history-item__year{font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;margin-bottom:.5rem}.about-us .history-item__title{font-size:6rem;line-height:6rem;margin-bottom:2rem}.about-us .history-item__description{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:3.06rem;margin-bottom:3rem}.about-us .history-item__product-wrapper{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;margin-bottom:6rem;padding:6rem 1.5625rem 3rem 1.5625rem}.about-us .history-item__product-wrapper:last-child{margin-bottom:0}.about-us .history-item__product-image{height:21rem;width:100%}.about-us .history-item__product-image picture,.about-us .history-item__product-image img{display:block;height:100% !important;mix-blend-mode:darken;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.about-us .history-item__product-title{font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem}.about-us .history-item__product-year{color:#292929;font-family:"GTAmerica-regular";font-size:1.4rem;line-height:2.52rem}@media(min-width: 1025px){.about-us{padding-top:13.1rem}.about-us__title-wrapper{margin-bottom:10rem;padding:0 24rem 0 12rem}.about-us__title{font-size:15rem;letter-spacing:-0.02em;line-height:15rem}.about-us__image-wrapper{margin-bottom:0}.about-us__history{display:grid;gap:0 12rem;grid-template-areas:". .";grid-template-columns:12fr 10fr;grid-template-rows:auto}.about-us__item-wrapper{padding:40.1rem 18rem 0 0}.about-us .history-product{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;height:calc(100vh - 7rem);justify-content:center;padding:0;position:sticky;top:7rem}.about-us .history-product__image-wrapper{height:40rem;margin-bottom:6rem;width:60rem}.about-us .history-product__image-wrapper picture,.about-us .history-product__image-wrapper img{display:block;height:100% !important;mix-blend-mode:darken;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.about-us .history-product__title{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:.5rem}.about-us .history-product__year{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.about-us .history-item{height:100vh;margin-bottom:0}.about-us .history-item__content{padding:0}.about-us .history-item__year{margin-bottom:1rem}.about-us .history-item__title{font-size:9rem;letter-spacing:-0.01em;line-height:8rem;margin-bottom:3rem}.about-us .history-item__product-wrapper{display:none}}.mapboxgl-canvas:focus{outline:0}#feature-filter{display:none}.mapboxgl-canvas-container,.mapboxgl-map,.mapboxgl-canvas{height:calc(100vh - 10.4rem)}.mapboxgl-popup-tip{display:none}.mapboxgl-marker:not(.mapboxgl-user-location-accuracy-circle){background:#000;border:solid #fff .2rem;border-radius:50%;height:2rem;width:2rem}.mapboxgl-marker:not(.mapboxgl-user-location-accuracy-circle) svg{display:none}.mapboxgl-popup-content{background-color:unset;box-shadow:none;display:flex;padding:1rem 0;pointer-events:none;position:relative}.mapboxgl-popup-content h3{color:#000;font-family:GTAmerica-bold;font-size:1.5rem;font-weight:unset;letter-spacing:.01em;line-height:1.5rem;text-align:center;text-transform:uppercase}.mapboxgl-popup-content button{display:none}@media(min-width: 1025px){.mapboxgl-popup-content{padding:3rem 0}.mapboxgl-popup-content h3{font-size:2.1rem;line-height:2.1rem}}.store__wrapper{display:flex;flex-direction:column;margin-top:7rem;min-height:calc(100vh - 10.4rem);position:relative}.store__no-results{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.store__filter{margin-bottom:0}.store__filter input{display:none}.store__filter input:checked~label{color:#000}.store__filter input:checked~label::after{transform:scaleX(1)}.store__filter label{color:#dbdbdb;cursor:pointer;font-family:"GTAmerica-bold";font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-right:1rem;text-align:center;display:inline-block;position:relative}.store__filter label:hover::after{transform:scaleX(1)}.store__filter label::after{background-color:#000;bottom:-0.4rem;content:"";display:inline-block;height:.3rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.store__filter-wrapper{display:flex;flex-direction:row;padding:1.5625rem 2rem}.store__nav{background-color:#fff;z-index:1}.store__header{border-bottom:.1rem solid #dbdbdb;padding:2rem 1.5625rem}.store__header .field__input-wrapper{margin-bottom:0}.store__listings{bottom:0;left:0;padding:0;position:absolute}.store-item{background-color:#fff;max-width:100%;width:100vw}.store-item__title{color:#000;cursor:pointer;display:none;font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;padding:3rem 0;padding:4.8rem 1.5625rem 0;position:relative;text-transform:uppercase}.store-item__title~div:first-of-type{display:none}.store-item__title.active{display:block}.store-item__title.active::before{height:0rem}.store-item__title.active~div:first-of-type{background-color:#fff;bottom:0;display:block;left:0;max-height:50rem;padding:0 1.5625rem;padding-bottom:3.5rem}.store-item__close{border:1px solid #dbdbdb;border-radius:50%;height:4.8rem;padding:1.5rem;position:absolute;right:1.5625rem;top:1.5625rem;width:4.8rem}.store-item__details,.store-item__directions{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.store-item__details{color:#8f8f8f;max-height:0;overflow:hidden}.store-item__icon{align-items:center;bottom:0;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;left:1.5625rem;position:absolute;top:2rem;width:2.5rem}.store-item__icon--two{left:5.46875rem}.store-item__icon svg{height:auto;width:100%}.store-item__directions{color:#292929;display:block;margin-top:.5rem;display:inline-block;position:relative}.store-item__directions::after{transform:scaleX(1)}.store-item__directions:hover::after{transform:scaleX(0)}.store-item__directions::after{background-color:#5c5c5c;bottom:.5rem;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}@media(min-width: 1025px){.store__wrapper{display:grid;gap:0 0;grid-template-areas:". .";grid-template-columns:8fr 16fr;grid-template-rows:1fr;height:calc(100vh - 10.4rem)}.store__nav{display:flex;flex-direction:column;height:100%;overflow-y:hidden}.store__filter-wrapper{padding:2.5rem 6rem}.store__header{padding:3rem 6rem}.store__listings{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:scroll;padding:0 6rem 2.5rem;position:relative}.store-item{border-top:.1rem solid #dbdbdb;width:100%}.store-item:last-of-type{border-bottom:.1rem solid #dbdbdb}.store-item__title{display:flex;padding:2.8rem 6rem 2.8rem 0}.store-item__title::after,.store-item__title::before{background-color:#000;bottom:0;content:"";margin:auto 0;position:absolute;top:0;transition:all .2s ease-out}.store-item__title::after{height:.1rem;right:0;width:.9rem}.store-item__title::before{height:.9rem;right:.45rem;width:.1rem}.store-item__title~div:first-of-type{display:block;position:relative}.store-item__title.active~div:first-of-type{padding:0 0 3.5rem 0}.store-item__icon{left:unset;margin:auto 0;right:3.4rem;top:0}.store-item__icon--two{left:unset;right:7rem}}.mapboxgl-ctrl-geocoder{border:1px solid #c2c2c2;border-radius:0;box-shadow:unset;color:#000;font-size:1.6rem;max-width:unset;padding:2rem 2rem 2rem 0;transition:border .25s;width:100%}.mapboxgl-ctrl-geocoder>.mapboxgl-ctrl-geocoder--icon{display:none}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input{padding:0 0 0 2rem}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input::-moz-placeholder{color:#8f8f8f;font-size:1.3rem}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input::placeholder{color:#8f8f8f;font-size:1.3rem}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input:focus{border:0;outline:0}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-close{height:1rem;width:1rem}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button{bottom:0;padding:0 1.5rem;position:absolute;right:0;top:0}.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button:not(:disabled):hover{background-color:unset !important}@media(min-width: 1025px){.mapboxgl-ctrl-geocoder{padding:1rem 1rem 1rem 0}}.no-page{display:grid;gap:0 0;grid-template-areas:". no-page__content .";grid-template-columns:1fr 20fr 3fr;grid-template-rows:1fr;position:relative}.no-page__content{display:flex;flex-direction:column;grid-area:no-page__content;justify-content:center;padding:13rem 0 6rem}.no-page__title{color:#000;font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:2rem}.no-page__bear{bottom:0;position:absolute;right:.8rem;width:52.7rem;z-index:-1}@media(min-width: 1025px){.no-page{grid-template-columns:4fr 11fr 9fr;height:calc(100vh - 3.4rem)}.no-page__title{font-size:9rem;letter-spacing:-0.01em;line-height:8rem;margin-bottom:5rem}.no-page__content{padding:0}.no-page__bear{bottom:0;height:auto;max-height:calc(100% - 10rem);position:absolute;right:12rem;width:100vw;z-index:-1}}.password-page{display:flex;flex-direction:column;min-height:100vh}.password-page main{display:none !important}.password-page *{font-family:"GTAmerica-regular";font-size:1.3rem}.password-page__title{font-family:"GTAmerica-bold";font-size:6rem;line-height:6rem;margin-bottom:4rem;text-transform:uppercase}.password-page__logo{padding:1rem 0}.password-page__login-wrapper,.password-page__header{padding:0 1.5625rem}.password-page__login-wrapper{display:flex;flex:1;flex-direction:column;justify-content:center;max-width:72rem}.password-page .button,.password-page .field__input-wrapper{margin-top:1.5rem;width:100%}.password-page__header{margin-bottom:get-coluns-large(1)}.password-page__note{margin-top:1.5rem;text-align:center;width:100%}.password-page__note,.password-page__note a{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}@media(min-width: 1025px){.password-page__login-wrapper,.password-page__header{padding:0 12rem}}.cart{padding:9.1rem 1.5625rem 0}.cart__title{font-size:3.5rem;line-height:4rem;margin-bottom:2rem;text-align:left}.cart__button-wrapper{gap:0 1.5625rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr;margin-left:auto;width:100%}.cart__button-wrapper .button{width:100%}.cart .line-item__image-wrapper{height:6.25rem;width:6.25rem}.cart__empty-text{font-family:"GTAmerica-regular";font-size:2rem;margin-bottom:10rem;text-align:center}.cart__empty .button{margin:0 auto}.cart__footer{margin:0 0 2rem}.cart__total,.cart__subtotal{display:flex;font-family:"GTAmerica-regular";font-size:1.4rem;justify-content:space-between;line-height:1.52rem;font-weight:bold;}.cart__subtotal{margin-bottom:1rem}@media(min-width: 1025px){.cart{padding:10rem 36rem 0}.cart .line-item__image-wrapper{height:12rem;margin-right:6rem;width:12rem}.cart__title{font-size:5rem;line-height:8rem;margin-bottom:2rem;text-align:center;}.cart__button-wrapper{gap:0 6rem;width:42rem}.cart__footer{margin-left:auto;width:42rem}.cart__empty-text{margin-bottom:5rem}.cart__subtotal,.cart__total{font-size:1.6rem;line-height:2.72rem}}.shopify-challenge__container .shopify-challenge__message{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:2rem}.shopify-challenge__container form .shopify-challenge__button{align-items:center;background-color:#000;border:1px solid;border-color:#000;color:#fff;cursor:pointer;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;font-style:initial;justify-content:center;line-height:2.72rem;margin-top:2rem;min-height:5.6rem;min-width:300px;padding:1.2rem 1rem;transition:all .4s cubic-bezier(0.48, 0.04, 0.52, 0.96);width:-moz-fit-content;width:fit-content}.shopify-challenge__container form .shopify-challenge__button:hover:not([disabled]){background:#fff;color:#000}.login,.recover,.register,.sign-up{display:flex;flex-direction:column-reverse;padding-top:9rem}.login .hide,.recover .hide,.register .hide,.sign-up .hide{display:none}.login .errors,.login__success,.recover .errors,.recover__success,.register .errors,.register__success,.sign-up .errors,.sign-up__success{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:2rem;text-align:left}.login__success,.recover__success,.register__success,.sign-up__success{color:#292929}.login .errors,.recover .errors,.register .errors,.sign-up .errors{color:#eb5757}.login__image-wrapper,.recover__image-wrapper,.register__image-wrapper,.sign-up__image-wrapper{height:35rem;width:100%}.login__image-wrapper picture,.login__image-wrapper img,.recover__image-wrapper picture,.recover__image-wrapper img,.register__image-wrapper picture,.register__image-wrapper img,.sign-up__image-wrapper picture,.sign-up__image-wrapper img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.login__container,.recover__container,.register__container,.sign-up__container{display:flex;flex-direction:column;justify-content:center;padding:0 1.5625rem 4rem 1.5625rem}.login__title,.recover__title,.register__title,.sign-up__title{font-size:9rem;letter-spacing:-0.01em;line-height:8rem;margin-bottom:4rem}.login__subtitle,.recover__subtitle,.register__subtitle,.sign-up__subtitle{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:2rem}.login__wrap,.recover__wrap,.register__wrap,.sign-up__wrap{width:100%}.login__button,.recover__button,.register__button,.sign-up__button{margin-bottom:3rem;width:100%}.login__buttons-wrapper,.recover__buttons-wrapper,.register__buttons-wrapper,.sign-up__buttons-wrapper{display:flex;justify-content:center}.login__register,.login__recover,.login__cancel,.recover__register,.recover__recover,.recover__cancel,.register__register,.register__recover,.register__cancel,.sign-up__register,.sign-up__recover,.sign-up__cancel{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin:1rem 1rem 0;display:inline-block;position:relative}.login__register::after,.login__recover::after,.login__cancel::after,.recover__register::after,.recover__recover::after,.recover__cancel::after,.register__register::after,.register__recover::after,.register__cancel::after,.sign-up__register::after,.sign-up__recover::after,.sign-up__cancel::after{transform:scaleX(1)}.login__register:hover::after,.login__recover:hover::after,.login__cancel:hover::after,.recover__register:hover::after,.recover__recover:hover::after,.recover__cancel:hover::after,.register__register:hover::after,.register__recover:hover::after,.register__cancel:hover::after,.sign-up__register:hover::after,.sign-up__recover:hover::after,.sign-up__cancel:hover::after{transform:scaleX(0)}.login__register::after,.login__recover::after,.login__cancel::after,.recover__register::after,.recover__recover::after,.recover__cancel::after,.register__register::after,.register__recover::after,.register__cancel::after,.sign-up__register::after,.sign-up__recover::after,.sign-up__cancel::after{background-color:#8f8f8f;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}@media(min-width: 1025px){.login,.recover,.register,.sign-up{display:grid;gap:0 0;grid-template-areas:". .";grid-template-columns:12fr 12fr;grid-template-rows:1fr;min-height:calc(100vh - 3.4rem);padding-top:7rem}.login__image-wrapper,.recover__image-wrapper,.register__image-wrapper,.sign-up__image-wrapper{height:100%}.login__container,.recover__container,.register__container,.sign-up__container{padding:14rem 12rem}.login__register,.login__recover,.login__cancel,.recover__register,.recover__recover,.recover__cancel,.register__register,.register__recover,.register__cancel,.sign-up__register,.sign-up__recover,.sign-up__cancel{margin:1rem 2rem 0}}.account .hero{margin-bottom:0}.account__wrapper{display:flex;flex-direction:column;padding:0}.account__sub-title{border-bottom:.1rem solid #000;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:2rem;padding-bottom:2rem;width:100%}.account__content{padding:4rem 1.5625rem}.account__menu{background:#fff;border-bottom:.1rem solid #dbdbdb;padding:.9rem 0;padding:0 0 0 1.5625rem;position:sticky;top:7rem;z-index:1}.account__menu-list{display:flex;flex-direction:row;justify-content:center}.account__menu-wrapper{align-items:center}.account__menu-title{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:2.7rem;margin-right:3.5rem;white-space:nowrap;width:-moz-fit-content;width:fit-content}.account__menu-item{color:#c2c2c2;cursor:pointer;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;margin:.5rem;transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);white-space:nowrap;width:-moz-fit-content;width:fit-content;display:inline-block;position:relative}.account__menu-item:last-of-type{margin-right:1.5625rem}.account__menu-item:hover::after{transform:scaleX(1)}.account__menu-item.active,.account__menu-item .active{color:#292929}.account__menu-item::after{background-color:#c2c2c2;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.account__no-order{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem}.account__orders-zero{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem}.account__order-block{border-bottom:.1rem #dbdbdb solid;display:grid;gap:2rem 3.125rem;grid-template-areas:". .";grid-template-columns:10fr 10fr;grid-template-rows:auto;padding:3rem 0}.account__order-detail{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem}.account__order-detail strong{color:#000;display:block;font-family:"GTAmerica-medium";letter-spacing:.02em}.account__order-table{display:none}@media(min-width: 1025px){.account .hero{margin-bottom:10rem}.account__wrapper{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:3fr 16fr;grid-template-rows:1fr;padding:0 12rem}.account__content{padding:0}.account__menu{border-bottom:unset;padding:0;position:inherit}.account__menu-wrapper{align-items:flex-start;flex-direction:column}.account__menu-list{flex-direction:column;justify-content:flex-start;position:sticky;top:8rem}.account__menu-title{margin:0 0 2rem 0}.account__menu-item{margin:0 0 1rem 0}.account__orders-zero{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem}.account__order-blocks-wrapper{display:none}.account__order-table{border-collapse:collapse;color:#292929;display:table;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;width:100%}.account__order-head{color:#000;font-family:"GTAmerica-medium";letter-spacing:.02em;text-align:left}.account__order-head th{font-weight:400}.account__order-head tr{border-bottom:.1rem solid #dbdbdb;height:5rem}.account__order-body tr{border-bottom:.1rem solid #dbdbdb;height:7.5rem}.account__order-foot td{color:#292929;font-size:1.6rem;height:5rem;line-height:2.72rem}.account__order-link{display:inline-block;position:relative}.account__order-link:hover::after{transform:scaleX(1)}.account__order-link::after{background-color:#292929;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}}.order{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.772rem}.order__sub-title{border-bottom:#000 .1rem solid;font-family:"GTAmerica-bold";font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:4rem;margin-top:6rem;padding-bottom:2rem}.order__sub-title:first-child{margin-top:0}.order__sub-title span{color:#5c5c5c;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.772rem;margin-left:1rem}.order__table{border-collapse:collapse;color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;width:100%}.order__head{color:#000;font-family:"GTAmerica-medium";letter-spacing:.02em;text-align:left}.order__head th{font-weight:400}.order__head tr{border-bottom:.1rem solid #dbdbdb;height:5rem}.order__body tr{border-bottom:.1rem solid #dbdbdb;height:7.5rem}.order__foot td{color:#292929;font-size:1.6rem;height:5rem;line-height:2.72rem}.order-link{display:inline-block;position:relative}.order-link:hover::after{transform:scaleX(1)}.order-link::after{background-color:#292929;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.address{margin-top:6rem}.address__heading{font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;margin-bottom:2rem}.address__form-wrapper{max-width:48rem}.address__button-wrapper{align-items:center;display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content}.address__checkbox-wrapper{align-items:center;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:2rem}.address__checkbox-wrapper input{margin:0 1rem 0 0}.address__cancel,.address__edit{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-bottom:.6rem;text-align:center;display:inline-block;position:relative}.address__cancel::after,.address__edit::after{transform:scaleX(1)}.address__cancel:hover::after,.address__edit:hover::after{transform:scaleX(0)}.address__cancel::after,.address__edit::after{background-color:#8f8f8f;bottom:0;content:"";display:inline-block;height:.1rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.address__text{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-top:1rem}.address__item{border-bottom:.1rem solid #c2c2c2;display:flex;margin-bottom:3rem;padding-bottom:3rem;position:relative}.address__item strong{font-family:"GTAmerica-medium";font-size:1.6rem;font-weight:normal;letter-spacing:.02em;line-height:1.928rem;margin:0 0 1.5rem;text-transform:uppercase}.address__actions{align-items:flex-end;display:flex;flex-direction:column;position:absolute;right:0;top:0}.address__form{margin-top:2rem}.address__add,.address__button,.address__button-wrapper{width:100%}.address .hide{display:none}@media screen and (min-width: 1025px){.address__item{display:grid;gap:0 6rem;grid-template-areas:". .";grid-template-columns:13fr 2fr;grid-template-rows:1fr}.address__actions{position:relative}.address__add,.address__button,.address__button-wrapper{width:unset}}.space{width:100%}.space--header{height:7rem}.space--small{height:6rem}.space--medium{height:6rem}@media(min-width: 1025px){.space--small{height:6rem}.space--medium{height:10rem}}.article-item{margin-bottom:5rem}.article-item .article-data{margin-bottom:0}.article-item__image-wrapper{height:50rem;margin-bottom:2rem;width:34.375rem}.article-item__image-wrapper picture,.article-item__image-wrapper img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.article-item__data{align-items:center;color:#8f8f8f;display:flex;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;white-space:nowrap}.article-item__circle{background-color:#c2c2c2;border-radius:50%;display:inline-block;height:.3rem;margin:0 1rem;width:.3rem}.article-item__category{box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;display:box;-webkit-line-clamp:1;overflow:hidden}.article-item__title{color:#000;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:2.7rem;margin-bottom:1rem}@media(min-width: 1025px){.article-item{height:62.1rem;margin-bottom:0}.article-item.--size-one{grid-column:1/3;grid-row:2/span 2}.article-item.--size-one .article-item__image-wrapper{height:113.1rem;width:100%}.article-item.--size-two{grid-column:2/4;grid-row:5/span 2}.article-item.--size-two .article-item__image-wrapper{height:113.1rem;width:100%}.article-item__image-wrapper{height:48rem;width:40rem}.article-item__title{box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;display:box;font-size:1.7rem;-webkit-line-clamp:3;line-height:2.3rem;overflow:hidden}}.line-item__options{display:flex;flex-direction:row;flex-wrap:wrap}.line-item__size{margin-right:1rem}.line-item__price-wrapper{align-items:flex-end;display:flex;flex-direction:column}.line-item__remove{display:inline-block;position:relative}.line-item__remove::after{transform:scaleX(1)}.line-item__remove:hover::after{transform:scaleX(0)}.line-item__remove::after{background-color:#5c5c5c;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.line-item__size,.line-item__quantity-wrapper{align-items:center;display:flex;font-size:1.4rem;line-height:2.52rem}.line-item__size>span,.line-item__quantity-wrapper>span{color:#8f8f8f;margin-right:.5rem}.line-item__quantity{margin-bottom:-0.2rem;position:relative}.line-item,.recommended-item{align-items:center;display:flex;flex-direction:row;font-family:"GTAmerica-regular";margin-bottom:1.5rem}.line-item__details,.line-item__price,.line-item__remove,.recommended-item__details,.recommended-item__price,.recommended-item__remove{font-size:1.6rem;line-height:2.7rem}.line-item__details .sale,.line-item__price .sale,.line-item__remove .sale,.recommended-item__details .sale,.recommended-item__price .sale,.recommended-item__remove .sale{color:#eb5757;display:flex;flex-direction:row-reverse;justify-content:flex-end}.line-item__details--compare,.line-item__price--compare,.line-item__remove--compare,.recommended-item__details--compare,.recommended-item__price--compare,.recommended-item__remove--compare{color:#000;margin-left:1rem;text-decoration:line-through}.line-item__image-wrapper,.recommended-item__image-wrapper{align-items:center;background:#f6f6f6;display:flex;height:6.25rem;justify-self:center;width:6.25rem}.line-item__image,.recommended-item__image{max-height:100%;max-width:100%;mix-blend-mode:darken}.line-item__image-wrapper,.recommended-item__image-wrapper{margin-right:1.5625rem}.line-item__content,.recommended-item__content{display:flex;flex:1 1 0%;flex-direction:column}.line-item__details,.line-item__form,.recommended-item__details,.recommended-item__form{display:flex;justify-content:space-between}.line-item__details,.line-item__price,.line-item__remove,.recommended-item__details,.recommended-item__price,.recommended-item__remove{font-size:1.4rem;line-height:2.7rem}.recommended-item__select{color:#8f8f8f;display:flex;position:relative;width:auto}.recommended-item__select label,.recommended-item__select select{align-items:center;display:flex;font-size:1.4rem}.recommended-item__select label{margin-right:.5rem}.recommended-item__select select{color:#000;padding-right:1rem}.recommended-item__select::after{background:url("../assets/icon.select_black.svg");background-position:100%;background-repeat:no-repeat;background-size:contain;border:none;bottom:0;content:"";height:.75rem;margin:auto 0;position:absolute;right:0;top:0;width:.75rem}.recommended-item__button{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem;margin-left:auto;display:inline-block;position:relative}.recommended-item__button::after{transform:scaleX(1)}.recommended-item__button:hover::after{transform:scaleX(0)}.recommended-item__button::after{background-color:#5c5c5c;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}@media(min-width: 1025px){.line-item__image-wrapper,.recommended-item__image-wrapper{height:8rem;margin-right:3rem;width:8rem}}.paragraph{padding:0 1.5625rem}.paragraph__header{color:#000;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:2.5rem}.paragraph__header.large{font-size:3.5rem;line-height:4rem}.paragraph__text *{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:3.06rem}@media(min-width: 1025px){.paragraph{padding:0 42rem}.paragraph__header{font-size:3.5rem;line-height:4rem}.paragraph__header.large{font-size:6rem;line-height:6rem}}.carousel{max-width:100%;width:100vw}.carousel__slider{padding-left:1.5625rem}.carousel__image-wrapper{height:35rem;margin-right:1.5625rem;width:31.2rem}.carousel__image-wrapper picture,.carousel__image-wrapper img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}@media(min-width: 1025px){.carousel__slider{padding-left:6rem}.carousel__image-wrapper{height:72rem;margin-right:6rem;width:108rem}}.quote-wrapper{padding:0 1.5625rem}.quote-wrapper__quote{color:#000;font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin:0 0 1rem}.quote-wrapper__author{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.quote-wrapper__position{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}@media(min-width: 1025px){.quote-wrapper{padding:0 24rem}.quote-wrapper.large{padding-left:18rem}.quote-wrapper__quote{font-size:6rem;line-height:6rem;margin-bottom:2rem}.quote-wrapper__quote.large{font-size:9rem;letter-spacing:-0.01em;line-height:8rem}}.image-text__image{height:40rem;margin:0 auto 3rem auto;width:34.375rem}.image-text__image picture,.image-text__image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.image-text__title{color:#000;font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:1.5rem}.image-text__text{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:get-erm(30.6)}.image-text__content-wrapper{padding:0 1.5625rem}@media(min-width: 1025px){.image-text{display:grid;gap:0 12rem;grid-template-areas:". .";grid-template-columns:10fr 8fr;grid-template-rows:auto;padding:0 18rem 0 6rem}.image-text__image{height:80rem;margin-bottom:0;width:100%}.image-text__content-wrapper{display:flex;flex-direction:column;justify-content:center;padding:0}.image-text__title{font-size:3.5rem;line-height:4rem;margin-bottom:2rem}}.product-hightlight{padding:0 1.5625rem}.product-hightlight .product-item{margin-bottom:3.5rem}.product-hightlight .product-item__image-wrapper{height:34.3rem;width:100%}.product-hightlight__title{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:1rem}.product-hightlight__subtitle,.product-hightlight__button-wrapper{margin-bottom:2rem}.product-hightlight__description{margin-bottom:3rem}.product-hightlight__description,.product-hightlight__subtitle{color:#292929;font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.7rem}.product-hightlight__button-wrapper{display:grid;gap:0 1.5625rem;grid-template-areas:". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr}.product-hightlight__button-wrapper .button{width:100%}@media(min-width: 1025px){.product-hightlight{display:grid;gap:0 12rem;grid-template-areas:". .";grid-template-columns:10fr 7fr;grid-template-rows:1fr;padding:0 18rem 0 12rem}.product-hightlight .product-item__image-wrapper{height:60rem}.product-hightlight__content{padding-top:10rem}.product-hightlight__title{font-size:3.5rem;line-height:4rem}.product-hightlight__subtitle{margin-bottom:3rem}.product-hightlight__button-wrapper{margin-bottom:11rem}}.video-section{height:30rem;margin:0 1.5625rem;position:relative}.video-section__image{display:block;height:100%;width:100%}.video-section__image picture,.video-section__image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.video-section__video{display:block;height:100%;width:100%}.video-section__video.hidden{display:none}.video-section__video-wrapper{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.video-section__video-wrapper video{height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .75s;width:100%}.video-section__video-wrapper video.active{opacity:1}.video-section__button{align-items:center;background-color:#fff;border-radius:50%;bottom:0;height:8rem;justify-content:center;left:0;margin:auto;opacity:0;padding:3rem;position:absolute;right:0;top:0;transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:8rem;z-index:-1}.video-section__button.is-active{opacity:1;z-index:1}.video-section__button svg{height:100%;margin-right:-40%;width:100%}@media(min-width: 1025px){.video-section{height:80rem;margin:0 6rem}.video-section__button{height:10rem;padding:4rem;width:10rem}}.steps{display:grid;grid-template-rows:1fr;padding:0 1.5625rem}.steps__navigation{display:none}.steps__image{height:30rem;margin-bottom:3rem;width:100%}.steps__image picture,.steps__image img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.steps__title{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:4rem}.steps__sub-title{font-size:2.5rem;letter-spacing:.01em;line-height:2.5rem;margin-bottom:1.5rem}.steps__text{color:#292929;font-family:"GTAmerica-regular";font-size:1.8rem;line-height:3.06rem;margin-bottom:6rem}.steps__text:last-of-type{margin-bottom:0}@media(min-width: 1025px){.steps{gap:0 12rem;grid-template-areas:". .";grid-template-columns:4fr 16fr;padding:0 6rem}.steps__navigation{display:block;height:-moz-fit-content;height:fit-content;margin-top:74rem;max-height:calc(100vh - 14rem);overflow:hidden;position:sticky;top:12.5rem}.steps__navigation-item{color:#c2c2c2;display:block;font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;margin-bottom:4rem;text-align:left;transition:all .25s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.steps__navigation-item.active{color:#000}.steps__navigation-item:last-of-type{margin-bottom:0}.steps__navigation-item span{display:block;font-size:9rem;letter-spacing:-0.01em;line-height:8rem;margin-bottom:2rem}.steps__image{height:60rem;margin-bottom:6rem}.steps__title{font-size:3.5rem;line-height:4rem;margin-bottom:5rem}.steps__sub-title{margin-bottom:2rem}.steps__text{margin-bottom:10rem;padding-right:36rem}}.how{display:flex;flex-direction:column-reverse}.how__content{padding:6rem 1.5625rem}.how__title{font-size:6rem;line-height:6rem;margin-bottom:4rem}.how__image-wrapper{height:35rem}.how__image-wrapper picture,.how__image-wrapper img{display:block;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.how__text-wrapper{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.how__text-wrapper strong{display:block;font-family:"GTAmerica-bold";font-size:2.1rem;letter-spacing:.01em;line-height:2.1rem;margin-bottom:1rem;margin-top:4rem;text-transform:uppercase}@media(min-width: 1025px){.how{display:grid;gap:0 18rem;grid-template-areas:". .";grid-template-columns:11fr 7fr;grid-template-rows:auto;padding-right:18rem}.how__image-wrapper{height:96rem}.how__content{padding:10rem 0 0 0}.how__title{font-size:9rem;letter-spacing:.01em;line-height:8rem;margin-bottom:6rem}.how__text-wrapper strong{margin-top:3rem}}.dropdown{font-family:"GTAmerica-regular";font-size:1.4rem;line-height:1.4rem;position:relative;width:100%}.dropdown__options--visible .dropdown__options{animation:showit .35s forwards ease-out;max-height:18rem;overflow:auto}.dropdown__options--visible .dropdown__arrow{right:2rem;transform:rotate(-180deg)}.dropdown__container{align-content:center;background-color:#fff;border:1px solid #c2c2c2;cursor:pointer;display:flex;font-size:1.4rem;height:6rem;line-height:1.4rem;padding:1.7rem 2rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dropdown__option{align-items:center;display:flex}.dropdown__option img{height:3rem;width:3rem}.dropdown__option span{margin-left:1.2rem}.dropdown__arrow{color:#000;position:absolute;right:20px;top:50%;transition:all .2s ease-in-out}.dropdown__options{background-color:#fff;border:1px solid #c2c2c2;padding:1rem 1rem;position:absolute;top:90%;transform:scale(0);width:100%;z-index:1}.dropdown__options .dropdown__option{border-radius:5px;cursor:pointer;opacity:.7;padding:6px 10px;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.dropdown__options .dropdown__option:not(:last-child){margin-bottom:15px}.dropdown__options .dropdown__option:hover{background-color:#eee;opacity:1}.dropdown__options .dropdown__option--selected{opacity:1}@keyframes showit{0%{transform:scale(0)}70%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@media(min-width: 1025px){.dropdown__container{width:30rem}}.cookie__msg p{text-align:left}@media(min-width: 1025px){.cookie__msg p{text-align:center}}.password__image{height:100vh;-o-object-fit:cover;object-fit:cover;width:100%}#shopify-section-header{left:0;position:sticky;right:0;top:0;z-index:10}.header{align-items:center;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;display:flex;height:7rem;justify-content:space-between;max-width:100%;padding:0 0 0 1.5625rem;width:100vw}.header.header--fill{background-color:#fff}.header.is-open,.header.header--black{border-bottom:1px solid #dbdbdb;color:#000;background-color:#fff;}.header.is-open .header__hamburger span,.header.header--black .header__hamburger span{background-color:#000}.header.is-open .header__logo path,.header.is-open .header__mobile-cart svg path,.header.header--black .header__logo path,.header.header--black .header__mobile-cart svg path{fill:#000}.header__logo-wrapper,.header__logo-wrapper h1,.header__logo-wrapper a{display:inline-flex}.header__logo-wrapper{padding:1.8rem 0 1.8rem 0}.header__logo{height:2.6rem}.header__menu,.header__side-menu{display:none}.header__item,.header__side-item{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__mobile-buttons{display:flex;height:100%}.header__mobile-cart svg{height:1.3rem;position:relative;width:2rem}.header__mobile-cart svg path{fill:#fff}.header__hamburger-button,.header__mobile-cart{align-items:center;display:flex;height:100%;justify-content:center;width:4.6875rem}.header__hamburger{height:1.3rem;position:relative;width:2rem}.header__hamburger.is-active span:first-child{top:50%;transform:rotate(-45deg) translateY(-50%)}.header__hamburger.is-active span:nth-child(2){opacity:0;transform:translate(-50%, -50%)}.header__hamburger.is-active span:last-child{bottom:50%;transform:rotate(45deg) translateY(50%)}.header__hamburger span{background:#fff;height:1px;left:0;position:absolute;transform-origin:center;width:2rem}.header__hamburger span:first-child{top:0}.header__hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.header__hamburger span:nth-child(3){bottom:0}@media(min-width: 1025px){.header{display:grid;grid-template-columns:4fr 16fr 4fr;padding:0}.header__logo-wrapper{align-items:center;display:flex;justify-content:center;padding:0}.header__logo-wrapper h1{width:100%}.header__logo-wrapper a{display:flex;height:7rem;justify-content:center;padding:2.5rem 0;width:100%}.header__logo{height:100%}.header__mobile-buttons{display:none}.header.header--black .header__menu{}.header__menu{}.header__menu,.header__side-menu{align-items:center;display:block;display:flex;justify-content:center;padding:2.5rem 0}.header__item{margin:0 3rem;display:inline-block;position:relative}.header__item:hover::after,.header__item.is-active::after{transform:scaleX(1)}.header__item:first-child{margin-left:0}.header__item:last-child{margin-right:0}.header__item::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.header__side-item{margin-right:2.3rem;display:inline-block;position:relative}.header__side-item:hover::after{transform:scaleX(1)}.header__side-item:last-of-type{margin-right:0}.header__side-item::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}}.footer{display:grid;gap:0 0;grid-auto-rows:auto;grid-template-areas:"footer__newsletter footer__newsletter" "footer__social footer__menu";grid-template-columns:9fr 15fr;margin-top:6rem;max-width:100%;overflow:hidden;position:relative;width:100vw}.footer::before{border-top:.1rem solid #dbdbdb;content:"";display:block;line-height:.1rem;max-width:100%;padding:.2rem 0;position:absolute;top:0;width:100vw}.footer.no-margin{margin-top:0}.footer__bar{background:#000;color:#fff;display:flex;flex-direction:row-reverse;font-family:"GTAmerica-regular";font-size:1.2rem;justify-content:center;justify-content:space-between;letter-spacing:.02em;max-width:100%;min-height:3.2rem;padding:.9rem .7rem;position:relative;width:100vw}.footer__copyright{bottom:0;display:block;height:-moz-fit-content;height:fit-content;left:0;margin:auto;position:absolute;right:0;top:0;width:-moz-fit-content;width:fit-content}.footer__newsletter{border-bottom:1px solid #dbdbdb;grid-area:footer__newsletter;padding:6rem 1.5625rem}.footer .newsletter-form__title{color:#000;font-size:3.5rem;letter-spacing:.01em;line-height:4rem;margin-bottom:2rem}.footer .newsletter-form__name{display:flex;flex-direction:column}.footer .newsletter-form__box{border-bottom:1px solid #292929;display:grid;grid-gap:1.5625rem;grid-template-columns:15fr 6fr}.footer .newsletter-form__input,.footer .newsletter-form__error,.footer .newsletter-form__success{font-family:"GTAmerica-regular";font-size:1.6rem;line-height:2.72rem}.footer .newsletter-form__input{color:#5c5c5c}.footer .newsletter-form__input--name{border-bottom:1px solid #292929}.footer .newsletter-form__input,.footer .newsletter-form__button{padding:1.7rem 0}.footer .newsletter-form__success{color:#292929}.footer .newsletter-form__error{color:#eb5757}.footer .newsletter-form__button{color:#292929;font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;text-align:right}.footer-review{align-items:center;display:flex;margin-bottom:2.2rem}.footer-review__stars{display:flex}.footer-review__stars .jdgm-star{margin-right:.67rem !important;max-width:1.8rem}.footer-review__stars .jdgm-star:last-of-type{margin-right:0 !important}.footer-review__stars,.footer-review__rating{margin-right:1.1rem}.footer-review__rating{border:.1rem solid #dbdbdb;border-radius:2rem;padding:.2rem 1.4rem}.footer-review__text,.footer-review__rating{font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem}.footer__social{align-items:center;display:flex;flex-direction:column;grid-area:footer__social;padding:9.1rem 3.125rem}.footer__menu-wrapper{display:flex;flex-direction:column;padding:4rem 3.125rem 4rem 6.25rem}.footer__menu{font-size:1.6rem;grid-area:footer__menu}.footer__menu:first-of-type{margin-bottom:3rem}.footer__menu-title{font-family:"GTAmerica-medium";letter-spacing:.02em}.footer__item{font-family:GTAmerica-regular}.footer__item a{display:inline-block;position:relative}.footer__item a:hover::after{transform:scaleX(1)}.footer__item a::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.footer__logo{margin-bottom:5rem;width:100%}.footer__social-list{display:grid;grid-auto-rows:auto;grid-gap:1.5625rem;grid-template-columns:1fr 1fr}.footer__social-item{align-items:center;display:flex;justify-content:center;width:3.125rem}.footer__social-item a,.footer__social-item img{display:inline-flex}.footer__social-item img{height:1.5625rem;max-height:2rem;max-width:2rem;width:1.5625rem}.footer__country{display:none}@media(min-width: 1025px){.footer{grid-template-areas:"footer__newsletter footer__social" "footer__newsletter footer__menu";grid-template-columns:16fr 8fr;margin-top:4rem}.footer__newsletter{border-bottom:unset;border-right:1px solid #dbdbdb;border-top:unset;padding:18rem 18rem 18rem 12rem}.footer .newsletter-form__title{max-width:48rem}.footer .newsletter-form__name{display:grid;grid-gap:6rem;grid-template-columns:5fr 5fr}.footer__logo{max-width:12.6rem;width:100%}.footer__social{border-bottom:1px solid #dbdbdb;}.footer__social-list{grid-auto-flow:column;grid-gap:0;grid-template-columns:unset}.footer__social-item{width:6rem}.footer__social-item img{height:100%;width:100%}.footer__menu-wrapper{flex-direction:row;overflow:hidden;}.footer__menu{width:18rem}.footer__menu-title{margin-bottom:.5rem}.footer__bar{flex-direction:row;font-family:GTAmerica-regular;font-size:1.2rem;justify-content:space-between;padding:1rem}.footer__copyright,.footer__bar-menu,.footer__country{display:flex}.footer__country option{color:#000}.footer__country select{width:-moz-fit-content;width:fit-content}.footer__bar-menu{justify-content:flex-end;margin-left:auto}.footer__copyright{justify-content:center}}.responsive-table th{font-size:.875rem;text-align:left}.responsive-table-row td{border-bottom:1px solid #fff;font-size:.875rem}tfoot td{font-size:.875rem;font-weight:500}.shopify-challenge__container{background:#fff;max-width:100% !important;min-height:100vh;padding-top:200px}.recharge .table{min-width:500px}.page__customers__billing .rc_text--base{width:50% !important}.rc_subscriptions__subscription__items th{font-size:.875rem}.rc_subscriptions__subscription__items th,.rc_subscriptions__subscription__items td{padding:0 5px}.rc_subscriptions__subscription__items tbody{font-size:.875rem}.rc_subscriptions__subscription__items .th-product{width:200px}.rc_subscriptions__subscription__items .th-amount{position:relative;text-indent:-9999px;width:40px}.rc_subscriptions__subscription__items .th-amount::before{content:"QTY";display:block;position:absolute;text-indent:0}.rc_subscriptions__subscription__items .th-price{width:50px}.rc_subscriptions__subscription__items .th-next-charge-date{position:relative;text-indent:-9999px;width:100px}.rc_subscriptions__subscription__items .th-next-charge-date::before{content:"Upcoming";display:block;position:absolute;text-indent:0}.rc_subscriptions__subscription__items .th-frequency{position:relative;text-indent:-9999px;width:50px}.rc_subscriptions__subscription__items .th-frequency::before{content:"FRQ";display:block;position:absolute;text-indent:0}.rc_subscriptions__subscription__items .th-next-charge-date{width:100px}.re__schedule__orders{text-align:left}.recharge a{text-decoration:underline}.recharge a.rc_button{text-decoration:underline}.user-customer .recharge .rc_button{background-color:rgba(255,255,255,0);border:2px solid var(--ruby);border-color:var(--ruby);color:var(--ruby);cursor:pointer;display:inline-block;font-family:"Apercu";font-size:1rem;font-weight:500;outline:none;padding:1rem 3rem;position:relative;text-align:center;text-decoration:none;transition:all .25s;width:100%}.user-customer .recharge .rc_button::before{content:""}.user-customer .recharge .rc_button:hover{background-color:var(--ruby);color:#fff}.rc_toggler__block{border-bottom:1px solid var(--ruby);padding-bottom:20px}.rc_layout .rc_product-item__list img{max-width:100px}.recharge .rc_product-item__list .rc_product-item{width:100% !important}.recharge .rc_product-item__list .rc_product-item img{height:auto;max-height:50px;max-width:50px;width:auto}.recharge .rc_product-item__list .rc_product-item .rc_product-item__inner{align-items:center;display:flex;justify-content:flex-start}.recharge .rc_product-item__list .rc_product-item .grid-view-item__image-wrapper{align-items:center;display:flex;height:100px;justify-content:center;width:100px}.recharge .rc_product-item__list .rc_product-item .grid-view-item__title{font-weight:bold}.recharge .rc_product-item__list .rc_product-item .rc_product-item__inner:hover{background-color:var(--ruby)}.rc_form__search{display:flex;width:100%}.rc_form__search label{display:none}.rc_form__search .rc_form__group{display:flex;width:100%}.rc_form__search .rc_form__group button{border:0 !important;border-bottom:1px solid var(--ruby) !important;min-width:20px;padding:0}input[name=product_search_field]{width:100%}#rc_subscriptions__items__next_shipment span,#rc_subscriptions__items__schedule span{width:100%}#rc_subscriptions__items__next_shipment .rc_toggler__block,#rc_subscriptions__items__schedule .rc_toggler__block{align-items:center;display:flex;flex-wrap:wrap}#rc_subscriptions__items__next_shipment .rc_toggler__block select,#rc_subscriptions__items__schedule .rc_toggler__block select{margin:0 8px}#rc_subscriptions__items__next_shipment .rc_toggler__block a,#rc_subscriptions__items__schedule .rc_toggler__block a{width:100%}.page__customers__add-products__details .rc_product-detail-media .rc_product-detail__image{height:auto;max-height:80px;max-width:80px;padding-top:30px;width:auto}.page__customers__add-products__details .rc_form__group{padding:5px 0}.page__customers__add-products__details .rc_layout__md__6:first-child{width:20%}.page__customers__add-products__details .rc_product-detail__info a{display:none}.recharge p{font-size:1rem}.recharge textarea{background-color:#fff;height:100px;max-width:400px;padding:1rem;width:100% !important}.recharge select{border:1px solid #1f4068;border-radius:0}.rc_form__group select{border:1px solid #1f4068;border-radius:0}.account-subscriptions{padding-top:150px}.rc_subscriptions__subscription__item__product,.rc_subscriptions__subscription__item__product p{font-size:14px}.purchase-address{border-bottom:1px solid var(--ruby);border-top:1px solid var(--ruby);padding:2rem 0}.edit_address_link{font-size:1rem;text-decoration:underline}.account-wrapper{min-height:100vh;padding-bottom:5.33em;padding-top:120px}.account-dialog{max-width:800px;width:100%}@media(--m){.account-dialog{padding:5rem}}@media(--l){.account-dialog{padding:6rem}}.account-titles{margin:2.5em 0}.account-titles__link a{transition:all .25s}.account-titles__link a:hover{text-decoration:underline}.account-titles__links{margin-top:1.33em}#recover:target{display:block}#recover:target+#login_form{display:none}.account-home__order{padding:1.33em}.account-home__order:nth-of-type(even){background-color:var(--gray)}.account-home__order:nth-of-type(odd){border:1px solid var(--gray-medium)}.account-order__brief{border:1px solid var(--ruby)}.account-order__brief .__row{margin-left:-5px;margin-right:-5px}.account-order__brief__box{padding:0 5px}@media(--m){.account-order__brief__box{width:50%}}.account-order__details{margin-top:2.5em}.account-order__details__item:nth-of-type(even){background-color:var(--gray)}.account-order__details__item:nth-of-type(odd){border:1px solid var(--gray-medium)}.account-order__totals{margin-top:2.5em}.account-order__addresses{margin-left:-5px;margin-right:-5px}.account-order__address{padding:0 5px}@media(--m){.account-order__address{width:50%}}.address__footer button{font-size:12px}.account-addresses__new{font-size:14px !important;margin-bottom:2.5em}.account-address__form.is-edit-form{padding-left:1em}.account-address__form.is-edit-form::after{border-bottom:15px solid #fff;border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);content:"";display:block;height:0;left:0;margin:auto;position:absolute;right:0;top:0;transform:translateY(-32px);width:0}.account-address__form__fields{margin-left:-5px;margin-right:-5px}.account-address__form__field{padding:0 5px;width:100%}.account-address__form__field input::input-placeholder{opacity:.5}.account-address__form__field input::-moz-placeholder{opacity:.5}.account-address__form__field input::placeholder{opacity:.5}.account-address__form__field input:input-placeholder{opacity:.5}.account-address__form__field input:placeholder{opacity:.5}@media(--s){.account-address__form__field{width:50%}}.product{display:grid;grid-template-areas:"." ".";grid-template-columns:1fr;grid-template-rows:auto}.product__gallery{max-width:100vw}.product__slider-wrapper{margin-bottom:1rem;max-width:100%;overflow:hidden}.product__error{color:#eb5757;display:none;font-family:GTAmerica-regular;font-size:1.6rem;line-height:2.72rem;margin-bottom:1.3rem;margin-right:.3rem}.product__sold-out{background:#000;border-radius:1.4rem;color:#fff;font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.03em;line-height:1.928rem;padding:.5rem 1.7rem .6rem 1.6rem;position:absolute;right:1.5625rem;top:10rem;z-index:2}.product__sliders{align-items:center;background-color:#f6f6f6;display:flex;flex-direction:column;max-width:100vw;position:relative}.product__sliders .swiper-zoom-container{mix-blend-mode:darken}.product__sliders.fullscreen{background-color:#fff;left:0;margin:0;min-height:-webkit-fill-available;min-height:-moz-available;min-height:fill-available;padding:0;position:fixed;top:0;width:100vw;z-index:12}.product__sliders.fullscreen .product__slider-prev{border:1px solid #dbdbdb;left:6rem}.product__sliders.fullscreen .product__slider-next{border:1px solid #dbdbdb;right:6rem}.product__sliders.fullscreen .product__slider{margin:0}.product__sliders.fullscreen .product__slider-thumbs{margin-bottom:3.693rem;margin-top:auto}.product__sliders.fullscreen .product__video-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.product__sliders.fullscreen .product__video-wrapper video{height:auto;width:100%}.product__sliders.fullscreen .product__image{background-color:#fff;height:80vh;width:100vw}.product__sliders.fullscreen .product__image picture,.product__sliders.fullscreen .product__image img{cursor:auto;width:100vw}.product__sliders.fullscreen .thumb__image{background-color:#fff}.product__sliders.fullscreen .product__close{display:block}.product__slider{}.product__slider-next,.product__slider-prev{display:none}.product__close{background:#fff;border:1px solid #dbdbdb;border-radius:50%;display:none;height:4.8rem;padding:1.5rem;position:absolute;right:3.125rem;top:3.125rem;width:4.8rem;z-index:1}.product__image{background-color:#f6f6f6}.product__image picture,.product__image img{justify-items:center;cursor:zoom-in;display:block;height:auto;mix-blend-mode:darken;width:100%}.product__video-wrapper{max-height:100%;max-width:100%}.product__video-wrapper video{height:100%;width:100%}.product__slider-thumbs{display:flex;max-width:100%;overflow-x:scroll}.product .thumb__image{background-color:#f6f6f6;cursor:pointer;height:5rem;transition:opacity .3s ease-in-out;width:auto}.product .thumb__image.active{opacity:.5}.product .thumb__image img{display:block;height:100%;mix-blend-mode:darken;width:auto}.product .running-slider{margin-top:7rem}.product .running-slider__image{align-items:center;background-color:#f6f6f6;display:flex;height:32.8rem;justify-content:center;margin-right:1.5625rem;max-width:100%;overflow:hidden;width:32.8rem}.product .running-slider__image:last-of-type{margin-right:0}.product .running-slider__image picture,.product .running-slider__image img{display:block;height:100% !important;mix-blend-mode:darken;-o-object-fit:contain !important;object-fit:contain !important;-o-object-position:center center !important;object-position:center center !important;width:100% !important}.product .running-slider__video{align-items:center;display:flex;height:32.8rem;justify-content:center;margin-right:1.5625rem;max-width:100%;overflow:hidden;width:32.8rem}.product .running-slider__video:last-of-type{margin-right:0}.product__breadcrumbs{color:#c2c2c2;font-family:"GTAmerica-regular";line-height:1.446rem;margin-bottom:1rem}.product .breadcrumb__link{transition:all .1s cubic-bezier(0.48, 0.04, 0.52, 0.96);display:inline-block;position:relative}.product .breadcrumb__link:hover,.product .breadcrumb__link:last-of-type{color:#000}.product .breadcrumb__link:hover::after{transform:scaleX(1)}.product .breadcrumb__link::after{background-color:#000;bottom:0;content:"";display:inline-block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}.product .breadcrumb__slash{margin:0 0.2rem}.product__container{padding-left:1.5625rem}@media(min-width: 1025px){.product{gap:0 6rem;grid-template-areas:". .";grid-template-columns:14fr 9fr;grid-template-rows:1fr;margin-bottom:10rem}.product.running{grid-template-columns:15fr 8fr}.product.running .product__slider-wrapper{margin-left:6rem}.product.running .product__container{padding-right:6rem}.product__container{padding-left:0;padding-right:12rem;padding-top:11.1rem}.product__slider-wrapper{margin-bottom:1rem}.product__sold-out{right:6rem;top:11.1rem}.product__sliders{padding-top:3rem}.product__sliders.fullscreen .product__image picture,.product__sliders.fullscreen .product__image img{height:100%;width:auto}.product__sliders.fullscreen .product__sold-out{display:none}.product__sliders.fullscreen .product__video-wrapper video{height:100%;width:auto}.product__slider{}.product__slider-next,.product__slider-prev{display:flex}.product__close{right:6rem;top:6rem}.product .thumb__image{height:6.8rem}.product .running-slider{display:grid;gap:2rem 2rem;grid-auto-rows:min-content;grid-template-areas:". .";grid-template-columns:1fr 1fr;margin-top:11.1rem}.product .running-slider__image{height:41rem;margin-right:0;width:41rem}.product .running-slider__video{height:41rem;margin-right:0;width:41rem}}.cart-drawer-outer{display:flex;height:100%;min-height:-webkit-fill-available;min-height:-moz-available;min-height:fill-available;position:fixed;right:-100vw;top:0;transform:translateX(100%);transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);z-index:99}.cart-drawer-outer.is-visible{transform:translateX(-100vw)}.cart-drawer-outer .cart-drawer{background:#fff;box-pack:justify;display:flex;flex-direction:column;justify-content:space-between;padding:1.5625rem 1.5625rem 0 1.5625rem;padding-bottom:160px;width:34.375rem}.cart-drawer-outer .cart-drawer__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:3rem}.cart-drawer-outer .cart-drawer__title{font-size:3.5rem;letter-spacing:.01em;line-height:4rem}.cart-drawer-outer .cart-drawer__close{border:1px solid #dbdbdb;border-radius:50%;height:4.8rem;padding:1.5rem;width:4.8rem}.cart-drawer-outer .cart-drawer__footer{padding:1.5625rem 0}.cart-drawer-outer .cart-drawer__footer .button{width:100%}.cart-drawer-outer .cart-drawer__subtotal,.cart-drawer-outer .cart-drawer__total,.cart-drawer-outer .cart-drawer__delivery{display:flex;font-family:"GTAmerica-regular";font-size:1.4rem;justify-content:space-between;line-height:1.52rem}.cart-drawer-outer .cart-drawer__subtotal{margin-bottom:1rem}.cart-drawer-outer .cart-drawer__delivery{border-bottom:1px solid #c2c2c2;margin-bottom:1.5rem;padding-bottom:1.5rem}.cart-drawer-outer .cart-drawer__free-shipping{color:#8f8f8f;font-family:"GTAmerica-regular";font-size:1.2rem;line-height:1.446rem;margin-bottom:1rem;text-align:center}.cart-drawer-outer .cart-drawer__free-shipping span{color:#000}.cart-drawer-outer .cart-drawer__shipping-bar{background:#dbdbdb;height:.2rem;margin-bottom:2rem;overflow-x:hidden;width:100%}.cart-drawer-outer .cart-drawer__shipping-bar div{background:#000;height:100%;transition:width .5s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.cart-drawer-outer .cart-drawer__empty{align-items:center;display:flex;font-size:3rem;height:100%;justify-content:center;line-height:6rem;position:absolute;text-align:center;text-transform:uppercase;justify-self:anchor-center;}.cart-drawer-outer .cart-drawer__total{margin-bottom:2rem}.cart-drawer-outer .cart-drawer__continue{margin-bottom:1.5625rem}.cart-drawer-outer .cart-drawer__items{align-items:center;display:flex;flex:1 1 0%;flex-direction:column;justify-content:center;overflow-y:auto;position:relative}.cart-drawer-outer .cart-drawer__items .items-wrapper{flex:1 1 0%;height:100%;width:100%}.cart-drawer-outer .cart-drawer__transition{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);bottom:0;height:5rem;position:sticky;width:100%}.cart-drawer-outer .cart-drawer__recommended-title{border-top:1px solid #c2c2c2;font-family:"GTAmerica-medium";font-size:1.6rem;letter-spacing:.02em;line-height:1.928rem;margin-bottom:1.5rem;padding-top:2rem}@media(min-width: 1025px){.cart-drawer-outer .cart-drawer{padding:4rem 6rem;width:60rem}.cart-drawer-outer .cart-drawer__close{position:absolute;right:3.5rem;top:3rem}.cart-drawer-outer .cart-drawer__subtotal,.cart-drawer-outer .cart-drawer__total,.cart-drawer-outer .cart-drawer__delivery{font-size:1.6rem;line-height:2.72rem}.cart-drawer-outer .cart-drawer__footer{padding-bottom:0}.cart-drawer-outer .cart-drawer__button-wrapper{display:grid;gap:0 2rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr}.cart-drawer-outer .cart-drawer__button-wrapper .button{margin:0;min-width:0}}.after\:tw-pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}.after\:tw-absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:tw-right-2::after {
  content: var(--tw-content);
  right: 0.5rem;
}.after\:tw-top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}.after\:tw-h-\[16px\]::after {
  content: var(--tw-content);
  height: 16px;
}.after\:tw-w-\[18px\]::after {
  content: var(--tw-content);
  width: 18px;
}.after\:tw--translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}.after\:tw-bg-\[url\(\"icon\.select-black\.svg\"\)\]::after {
  content: var(--tw-content);
  background-image: url("icon.select-black.svg");
}.invalid\:tw-text-grey-3:invalid {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}.hover\:tw-border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:tw-bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.hover\:tw-bg-grey-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity));
}.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.tw-group:hover .group-hover\:tw-flex {
  display: flex;
}.tw-group:hover .group-hover\:tw-hidden {
  display: none;
}.tw-group:hover .group-hover\:tw--translate-y-full {
  --tw-translate-y: -100%;
  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));
}.is-active\:tw-pointer-events-auto.tw-is-active {
  pointer-events: auto;
}.is-active\:tw-h-\[85vh\].tw-is-active {
  height: 85vh;
}.is-active\:tw-translate-x-0.tw-is-active {
  --tw-translate-x: 0px;
  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));
}.is-active\:tw-border-0.tw-is-active {
  border-width: 0px;
}.is-active\:tw-border-black.tw-is-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.is-active\:tw-bg-black.tw-is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.is-active\:tw-py-0.tw-is-active {
  padding-top: 0px;
  padding-bottom: 0px;
}.is-active\:tw-text-white.tw-is-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.is-active\:tw-opacity-100.tw-is-active {
  opacity: 1;
}.tw-group.tw-is-active .group-is-active\:tw-hidden {
  display: none;
}.is-loading\:tw-pointer-events-none.tw-is-loading {
  pointer-events: none;
}@keyframes tw-pulse {

  50% {
    opacity: .5;
  }
}.is-loading\:tw-animate-pulse.tw-is-loading {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.is-loading\:tw-opacity-50.tw-is-loading {
  opacity: 0.5;
}@media (min-width: 768px) {

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:\!tw-items-start {
    align-items: flex-start !important;
  }
}.\[\&_iframe\]\:tw-h-\[18\.6rem\] iframe {
  height: 18.6rem;
}.\[\&_iframe\]\:tw-w-\[32\.8rem\] iframe {
  width: 32.8rem;
}@media (min-width: 768px) {

  .\[\&_iframe\]\:md\:tw-h-\[21\.044rem\] iframe {
    height: 21.044rem;
  }

  .\[\&_iframe\]\:md\:\!tw-h-\[41rem\] iframe {
    height: 41rem !important;
  }

  .\[\&_iframe\]\:md\:\!tw-w-\[41rem\] iframe {
    width: 41rem !important;
  }
}@media (min-width: 1024px) {

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

  .lg\:tw-text-heading-2 {
    font-size: 6.25rem;
    line-height: 5rem;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
}.\[\&_video\]\:tw-h-\[18\.8rem\] video {
  height: 18.8rem;
}.\[\&_video\]\:tw-w-\[32\.8rem\] video {
  width: 32.8rem;
}@media (min-width: 768px) {

  .\[\&_video\]\:md\:\!tw-h-\[23rem\] video {
    height: 23rem !important;
  }

  .\[\&_video\]\:md\:\!tw-w-\[41rem\] video {
    width: 41rem !important;
  }
}@media (min-width: 1024px) {

  .lg\:tw-static {
    position: static;
  }

  .lg\:tw-top-12 {
    top: 3rem;
  }

  .lg\:tw-right-12 {
    right: 3rem;
  }

  .lg\:tw-z-0 {
    z-index: 0;
  }

  .lg\:tw-mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:tw-mt-20 {
    margin-top: 5rem;
  }

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

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-w-\[500px\] {
    width: 500px;
  }

  .lg\:tw-w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:tw-w-\[initial\] {
    width: initial;
  }

  .lg\:tw-min-w-\[18rem\] {
    min-width: 18rem;
  }

  .lg\:tw-translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:tw-grid-cols-\[10vw_1fr\] {
    grid-template-columns: 10vw 1fr;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-gap-\[6rem\] {
    gap: 6rem;
  }

  .lg\:tw-gap-24 {
    gap: 6rem;
  }

  .lg\:tw-gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .lg\:tw-p-0 {
    padding: 0px;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-px-\[6rem\] {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:tw-pt-\[13\.1rem\] {
    padding-top: 13.1rem;
  }

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

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

  .lg\:tw-text-center {
    text-align: center;
  }

  .lg\:tw-text-\[9rem\] {
    font-size: 9rem;
  }

  .lg\:tw-text-\[5rem\] {
    font-size: 5rem;
  }

  .lg\:tw-text-heading-3 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 700;
  }

  .lg\:tw-text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
}@media (min-width: 1025px) {

  .lgLayout\:\!tw-mr-auto {
    margin-right: auto !important;
  }

  .lgLayout\:tw-flex {
    display: flex;
  }

  .lgLayout\:\!tw-flex {
    display: flex !important;
  }

  .lgLayout\:\!tw-w-full {
    width: 100% !important;
  }

  .lgLayout\:tw-flex-row {
    flex-direction: row;
  }

  .lgLayout\:tw-justify-between {
    justify-content: space-between;
  }

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

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

  .lgLayout\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lgLayout\:tw-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lgLayout\:tw-pl-24 {
    padding-left: 6rem;
  }
}.\[\&_iframe\]\:tw-h-\[21\.057rem\] iframe {
  height: 21.057rem;
}.\[\&_iframe\]\:tw-w-full iframe {
  width: 100%;
}@media (min-width: 1024px) {

  .\[\&_iframe\]\:lg\:tw-h-\[21\.972rem\] iframe {
    height: 21.972rem;
  }
}@media (min-width: 1025px) {

  .lgLayout\:tw-order-1 {
    order: 1;
  }

  .lgLayout\:tw-m-0 {
    margin: 0px;
  }

  .lgLayout\:tw-mr-24 {
    margin-right: 6rem;
  }

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

  .lgLayout\:tw-mb-24 {
    margin-bottom: 6rem;
  }

  .lgLayout\:\!tw-h-\[56rem\] {
    height: 56rem !important;
  }

  .lgLayout\:tw-w-\[40rem\] {
    width: 40rem;
  }

  .lgLayout\:\!tw-w-\[38rem\] {
    width: 38rem !important;
  }

  .lgLayout\:tw-w-\[38rem\] {
    width: 38rem;
  }

  .lgLayout\:tw-w-\[24rem\] {
    width: 24rem;
  }

  .lgLayout\:tw-p-0 {
    padding: 0px;
  }

  .lgLayout\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lgLayout\:tw-pt-16 {
    padding-top: 4rem;
  }

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

  .lgLayout\:tw-opacity-100 {
    opacity: 1;
  }

  .lgLayout\:last-of-type\:tw-mr-48:last-of-type {
    margin-right: 12rem;
  }
}.\[\&_a\]\:tw-underline a {
  text-decoration-line: underline;
}@media (min-width: 1280px) {

  .\[\&_iframe\]\:xl\:tw-h-\[47\.2rem\] iframe {
    height: 47.2rem;
  }
}@media (min-width: 2560px) {

  .\[\&_iframe\]\:xxl\:tw-h-\[47\.24rem\] iframe {
    height: 47.24rem;
  }
}.\[\&_img\]\:tw-h-full img {
  height: 100%;
}.\[\&_img\]\:tw-w-full img {
  width: 100%;
}.\[\&_img\]\:tw-object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 720px) {
  #shopify-section-product-running-technology {display:none;}
  #shopify-section-product-featured-products {display:none;}
  .shoe-details-- {display:none;}
}

.product__add_to_cart_button {
  width: auto;
    max-width: 7%;
    margin-left: 1rem;
}
.product__add_to_cart_button.white {
  display: block;
}
.product__add_to_cart_button.black {
  display: none;
}

@media screen and (min-width: 800px) {
.label-new-menu{font-size:1rem;padding-bottom:.5rem;padding-top:.25rem; padding-left:1rem; padding-right:1rem; line-height:1.4rem;background-color: #000000; color: #fff; border-radius: 5px;margin-left: 10px;}
.live-chat{height:60px;}
}

@media screen and (max-width: 799px) {
.label-new-menu{display:none;}
  .live-chat{height:100px;}
}
.description .pop-up__content ul li {
  list-style:inside;
}

.description .pop-up__content a:hover {
  text-decoration:underline;
}

.description__content a:hover {
  text-decoration:underline;
}

.product__brand{
    color: #8f8f8f;
    display: block;
    font-family: GTAmerica-regular;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-bottom: .5rem;
    text-transform:uppercase;
}

.product-reviews .jdgm-rev-widg__summary-stars, .product .jdgm-rev-widg__summary-stars{
  display:inline;
}
.jdgm-rev-widg__summary-stars{
  margin-right:1rem;
}
.js-review-title{
    font-size: 1.6rem;
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
}
.product__sku h2{
    display: unset;
    font-size: 1.5em;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    unicode-bidi: unset;
}

@media (min-width: 1025px) {
    .hero.hero--medium-desktop {
        max-height: 50rem;
        min-height: 50rem;
    }
}

/* Desktop styles for screens 1024px and wider */
@media (min-width: 1024px) {
    #shopify-section-c7e8940c-b60e-4d77-8892-daa8649658cd .SUBHEAD {
        font-size: 30px !important;
        text-transform: unset !important;
    }
    #shopify-section-c7e8940c-b60e-4d77-8892-daa8649658cd .BANNERHEAD {
        font-size: 60px !important;
    }
}

/* Mobile and tablet styles for screens smaller than 1024px */
@media (max-width: 1023px) {
    #shopify-section-c7e8940c-b60e-4d77-8892-daa8649658cd .SUBHEAD {
        font-size: 20px !important;
        text-transform: unset !important;
    }
    #shopify-section-c7e8940c-b60e-4d77-8892-daa8649658cd .BANNERHEAD {
        font-size: 35px !important;
    }
  .hero__buttons-wrapper{
  display:ruby;
}
}

@media (max-width: 1023px) {
.product__sliders{padding-top:3rem}
}

.jdgm-histogram__frequency{
  display:inline !important;
  font-size: 1.5rem !important;
  margin-left: 10px !important;
}
.jdgm-histogram__bar {
  display:none !important;
}
.jdgm-histogram__bar-content {
  display:none !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn{
  width:50% !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner{
  font-size:2rem !important;
}
.jdgm-row-search {
  border:none !important;
}

.jdgm-row-actions {
  border:none !important;
}
.jdgm-row-rating{
  margin-top:8px !important;
}
.product-reviews .jdgm-rev-widg__body, .product .jdgm-rev-widg__body{
  margin-top:0px !important;
  border: none !important;
}
.jdgm-widget *{
  font-size:initial;
}
.jdgm-paginate{
  padding-top:35px !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
        justify-content: center !important;
        background-color: #F6F6F6 !important;
}
.product-reviews__title {
    justify-content: center !important;
    background-color: #F6F6F6 !important;
    padding-top: 10px !important;
}
.product-reviews .jdgm-quest, .product-reviews .jdgm-rev, .product .jdgm-quest, .product .jdgm-rev{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}
.jdgm-row-actions{
  padding-bottom:20px !important;
  float: inline-end !important;
  padding:0 !important;
}

@media (max-width: 1023px) {
.jdgm-widget-actions-wrapper{
  text-align: -webkit-center !important;
}
}
.product-reviews .jdgm-rev-widg__body, .product .jdgm-rev-widg__body {
    padding-top: 4.7rem !important;
}
@media (max-width: 1023px) {
.bread-review{display: flex;grid-auto-rows: 1fr;grid-template-columns: auto 1fr 1fr;max-width: 34.375rem;justify-content: space-between;}
.pdp_reviews .js-review-title{font-size:1.1rem !important;}
}

@media (max-width: 768px) {
.product__form {
    display: flex;
    flex-direction: column;
  }
.product__cta {
    order: 1; 
  }
.product-switch-wrapper {
    order: 2; 
  }
}
@media (min-width: 1024px) {
.ship__estimate,.ship__price,.ship__text{display: flex;font-family: GTAmerica-regular;font-size: 1.6rem;justify-content: space-between;line-height: 2.72rem;}}
@media (max-width: 1023px) {
.ship__estimate,.ship__price,.ship__text{display: flex;font-family: GTAmerica-regular;font-size: 1.4rem;justify-content: space-between;line-height: 1.52rem;margin-bottom:5px;}}

.remove-icon {
  width: 15px;
  height: 15px;
  stroke: #333;
  transition: stroke 0.2s;
}
.remove-icon:hover {
  stroke: red;
}

.line-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__side-item svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  display: inline-flex !important;
}

.cart-count-badge {
  background-color: red;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 4.5px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 1;
}
@media (min-width: 1025px) {
  section.product.legend.apparel .product__image img {
    margin-top: 5rem; 
  }
}
@media (min-width: 1025px) {
  section.product  apparel .product__image img {
    margin-top: 5rem;
  }
}
@media (max-width: 1024px) {
.tw-w-\[30\%\]{width:20%;}
.tw-pt-8{padding-top:1rem;}
.tw-p-2{padding:.2rem;}
.tw-gap-2{gap:.5rem;}
.tw-self-end{align-self:unset;}
.tw-justify-between{font-size:1.2rem;}
.tw-gap-7 {gap:1rem;}
.h3-product-titles h3.tw-uppercase{font-family:'GTAmerica-regular';font-size:1.2rem;}
.tw-mb-16 {margin-bottom: 0rem;padding:10px;}
.cart-count-badge{top: 20px;right: 20px;}
.announcementbar__language{display:none;}
}

.h3-product-titles h3.tw-uppercase{font-family:'GTAmerica-regular';}

.product.apparel .product__sliders {
        padding-top: 7rem;
    }
}
/* Alleen tonen op mobiel */
.header-mobile__lang-switcher {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .header-mobile__lang-switcher {
    display: none !important;
  }
  .announcementbar__market_language{flex:1;margin-right:auto;}
}

@media (min-width: 1025px) {
  .announcementbar__market_language {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .announcementbar__country {
    margin-right: 0 !important;
    justify-content: unset !important;
  }

  .announcementbar__language {
    flex: unset;
  }
}
.delivery--strikethrough {
    text-decoration: line-through;
    margin-right: 0.5rem;
    opacity: 0.6;
}

@media screen and (max-width: 799px) {
.label-new-menu{display:none;}
}
.only-desktop {
  display: none;
}
.only-mobile {
  display: none;
}

@media screen and (min-width: 769px) {
  .only-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .only-mobile {
    display: unset;
    float: right;
  }
}
/* Zorg dat prijzen met doorgestreept + FREE netjes uitlijnen */
.line-item__price {
  display: flex;
  align-items: center;
  gap: 6px; /* ruimte tussen prijzen */
}

.line-item__price--compare {
  font-size: 0.9em;
  color: #999;
  text-decoration: line-through;
}

.line-item__price--free {
  font-size: 0.9em;
  font-weight: bold;
  color: green;
}
.line-item__price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap; /* voorkomt afbreken */
}

.line-item__price--compare,
.line-item__price--free,
.line-item__price span {
  white-space: nowrap;
}
.hero__subtitle {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
/* Verberg breadcrumb ALLEEN op de Gift Card */
.bread-review:has(a[href="/collections/gifts-above-150"]) {
    display: none !important;
}
.bread-review:has(a[href="/collections/gifts-above-150"]) {
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.product__slider-thumbs.swiper-container:has(img[src*="Gift_Card"]) {
    display: none !important;
}

/* =========================
   FIT BUTTONS — PDP ONLY
   ========================= */

.product__form .product-fit-wrapper {
  margin-bottom: 1.5rem;
}

.product__form .product-fit-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  width: 100%;
}

/* Base button */
.product__form .product-fit-option {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  width: 100%;

  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  cursor: pointer;
  box-sizing: border-box;
}
/* Active */
.product__form .product-fit-option.is-selected {
  border-color: #000;
  background-color: #f5f5f5;
}

/* Disabled */
.product__form .product-fit-option.disabled,
.product__form .product-fit-option[aria-disabled="true"] {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
.search-product-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
}
.search-pages-and-blog{
 margin-top:1rem;
}
}
@media (min-width: 1025px) {
.search-product-grid{
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:3.75rem;
}
.search-pages-and-blog{
  padding-left: 26rem;
  padding-right:26rem;
  margin-top:3.75rem;
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
}
}
.dropdown {
  position: relative;
}

.dropdown__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
}

.dropdown.is-open .dropdown__options {
  display: block;
}

.dropdown__option {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
