/** Shopify CDN: Minification failed

Line 2367:19 The "-" operator only works if there is whitespace on both sides

**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer
}

button:disabled {
  opacity: 0.5;
  cursor: default
}

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

input,
textarea {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  caret-color: #fff;
  padding: 0
}

input[type="submit"] {
  cursor: pointer
}

*:focus {
  outline: none
}

[class^='aspect'] {
  position: relative
}

[class^='aspect']::before {
  display: block;
  content: ' ';
  width: 100%
}

[class^='aspect'] > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.bold {
  font-weight: bold
}

.regular {
  font-weight: normal
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.underline {
  text-decoration: underline
}

.inline {
  display: inline
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.table {
  display: table
}

.flex {
  display: flex
}

.overflow-x-hidden {
  overflow-x: hidden
}

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

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

.overflow-x-scroll {
  overflow-x: scroll
}

.left {
  float: left
}

.right {
  float: right
}

.w100 {
  width: 100%
}

.h100 {
  height: 100%
}

.col {
  float: left
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

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

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

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

.justify-center {
  justify-content: center
}

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

.justify-stretch {
  justify-content: stretch
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.sticky {
  position: sticky
}

.flex-1 {
  flex: 1
}

.t0 {
  top: 0
}

.r0 {
  right: 0
}

.b0 {
  bottom: 0
}

.l0 {
  left: 0
}

.z0 {
  z-index: 0
}

.z1 {
  z-index: 1
}

.z2 {
  z-index: 2
}

.circle {
  border-radius: 50%
}

.none {
  display: none
}

.hidden {
  visibility: hidden
}

.visible {
  visibility: visible
}

.pointer {
  cursor: pointer
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.events-none {
  pointer-events: none
}

.events-all {
  pointer-events: all
}

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

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

.vw100 {
  width: 100vw
}

.opacity-0 {
  opacity: 0
}

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

.debug {
  border: 1px solid red
}

.text-transform-none {
  text-transform: none
}

.m0 {
  margin: 0
}

.p_5 {
  padding: 0.5rem
}

.ml_6875 {
  margin-left: 0.6875rem
}

.pt_75 {
  padding-top: 0.75rem
}

.mt_875 {
  margin-top: 0.875rem
}

.mt1 {
  margin-top: 1rem
}

.p1 {
  padding: 1rem
}

.pt1_125 {
  padding-top: 1.125rem
}

.px1_25 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py1_8125 {
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem
}

.p2 {
  padding: 2rem
}

.pt2 {
  padding-top: 2rem
}

.pb2 {
  padding-bottom: 2rem
}

.p3 {
  padding: 3rem
}

.p4 {
  padding: 4rem
}

.mauto {
  margin: auto
}

.col-10 {
  width: 83.33333%
}

.bg-color-black {
  background-color: #000
}

.bg-color-graphite {
  background-color: #0b0c0d
}

@media(min-width: 1024px) {
  .Nav__main-menu {
    margin-top: 0.75rem !important
  }
  .md\:block {
    display: block
  }

  .md\:flex {
    display: flex
  }

  .md\:absolute {
    position: absolute
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col {
    flex-direction: column
  }

  .md\:items-center {
    align-items: center
  }

  .md\:none {
    display: none
  }

  .md\:mt0 {
    margin-top: 0
  }

  .md\:pt0 {
    padding-top: 0
  }

  .md\:pb0 {
    padding-bottom: 0
  }

  .md\:ml1_25 {
    margin-left: 1.25rem
  }
}

.hide {
  display: none
}

.show {
  display: block
}

.list-reset {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0
}

.transition-md {
  transition: all 0.3s ease
}

.text-lg {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400
}

.text-md,
.NewsletterSubscribe__error,
*,
body * {
  font-size: 0.6875rem;
  font-size: var(--font-Size);
  line-height: 0.912375rem;
  letter-spacing: 0.0125rem;
  font-weight: 400
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.04875rem;
  font-weight: 400
}

.text-xs {
  font-size: 0.5rem;
  line-height: 0.599375rem;
  font-weight: 400
}

@media(min-width: 1024px) {
  .md-up_text-md {
    font-size: 0.75rem;
    line-height: 0.89875rem;
    font-weight: 400
  }
}

.bold {
  font-family: Swiss721BT-Bold, sans-serif
}

@media(min-width: 1024px) {
  .md_text-md {
    font-size: 0.75rem;
    line-height: 0.89875rem;
    font-weight: 400
  }
}

.fade {
  opacity: 0.5
}

.hover-fade,
.hover-fade-inner {
  transition: opacity 0.125s ease-in-out;
  opacity: 1
}

@media only screen and (max-width: 500px) {

  .hover-fade,
  .hover-fade-inner {
    font-size: 0.75rem !important
  }
}

.hover-fade:hover {
  opacity: 0.5
}

.hover-fade-wrapper:hover .hover-fade-inner {
  opacity: 0.5
}

.text-reg-price {
  color: #808080;
  margin: 0 2px
}

@media only screen and (max-width: 500px) {
  .text-reg-price {
    font-size: 0.75rem !important
  }
}

.z-cart-info-mobile {
  z-index: 920
}

.z-global-nav {
  z-index: 900
}

.z-background-logo {
  z-index: 800
}

.z-cart-shim {
  z-index: 690
}

.z-2 {
  z-index: 2
}

.z-1 {
  z-index: 1
}

.transition-md {
  transition: all 0.3s ease
}

.splash-page-flash-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.75rem
}

.px-sys,
.p-sys {
  padding-right: 0.75rem
}

.px-sys,
.p-sys {
  padding-left: 0.75rem
}

.pt-sys,
.py-sys,
.p-sys {
  padding-top: 1.125rem
}

.pb-sys,
.py-sys,
.p-sys {
  padding-bottom: 1.125rem
}

.mb-sys {
  margin-bottom: 1.125rem
}

.pt-line {
  padding-top: 0.75rem
}

.pb-line {
  padding-bottom: 0.75rem
}

.border-top {
  border-top: 1px solid #fff
}

.circle-indicator {
  background-color: #fff;
  box-shadow: inset -1px -1px 0 0.3px #fff;
  border-radius: 50%;
  transition: 0.25s;
  width: 9px;
  height: 9px;
  transition: all 0.3s ease
}

.circle-indicator--no-fill {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none
}

.circle-indicator-wrapper:hover > .circle-indicator {
  background-color: transparent
}

[data-active="true"] > .circle-indicator {
  background-color: transparent
}

.background-gradient,
.ProductGridItem .mz-zoom-window {
  background: #0b0c0d;
  background: linear-gradient(-30deg, #010101, #0b0c0d 70%)
}

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

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

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

*::-webkit-scrollbar {
  display: none
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.SiteContainer {
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

html {
  padding-bottom: 0 !important
}

.h100-available {
  height: 100vh;
  max-height: -webkit-fill-available
}

.h100-show-footer {
  height: calc(100vh - 25.875rem)
}

@media(min-width: 1024px) {
  .h100-show-footer {
    height: calc(100vh - 15rem)
  }
}

[data-draggable].link-events-none a {
  pointer-events: none
}

.hpVigk.hpVigk {
  padding: 0 !important
}

.fla-DiJ.fla-DiJ {
  min-height: auto !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 55px !important;
  text-align: center !important;
  text-transform: uppercase !important
}

@media(min-width: 1024px) {
  .bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
    height: 53px !important
  }
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR {
  background-color: transparent !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 50px !important;
  text-align: center !important;
  text-transform: uppercase !important
}

.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  min-height: 53px !important;
  padding: 0 !important
}

.ekSfzZ.ekSfzZ {
  align-items: center !important;
  min-height: 53px !important
}

.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container p,
.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container a {
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important
}

@media(min-width: 1024px) {
  .Theme__newsletter-subscribe-wrapper {
    max-width: 43.75rem
  }
}

.splash-page-flash-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.75rem
}

.px-sys,
.p-sys {
  padding-right: 0.75rem
}

.px-sys,
.p-sys {
  padding-left: 0.75rem
}

.pt-sys,
.py-sys,
.p-sys {
  padding-top: 1.125rem
}

.pb-sys,
.py-sys,
.p-sys {
  padding-bottom: 1.125rem
}

.mb-sys {
  margin-bottom: 1.125rem
}

.pt-line {
  padding-top: 0.75rem
}

.pb-line {
  padding-bottom: 0.75rem
}

.border-top {
  border-top: 1px solid #fff
}

.circle-indicator {
  background-color: #fff;
  box-shadow: inset -1px -1px 0 0.3px #fff;
  border-radius: 50%;
  transition: 0.25s;
  width: 9px;
  height: 9px;
  transition: all 0.3s ease
}

.circle-indicator--no-fill {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none
}

.circle-indicator-wrapper:hover > .circle-indicator {
  background-color: transparent
}

[data-active="true"] > .circle-indicator {
  background-color: transparent
}

.background-gradient,
.ProductGridItem .mz-zoom-window {
  background: #0b0c0d;
  background: linear-gradient(-30deg, #010101, #0b0c0d 70%)
}

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

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

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

*::-webkit-scrollbar {
  display: none
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.SiteContainer {
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

html {
  padding-bottom: 0 !important
}

.h100-available {
  height: 100vh;
  max-height: -webkit-fill-available
}

.h100-show-footer {
  height: calc(100vh - 25.875rem)
}

@media(min-width: 1024px) {
  .h100-show-footer {
    height: calc(100vh - 15rem)
  }
}

[data-draggable].link-events-none a {
  pointer-events: none
}

.hpVigk.hpVigk {
  padding: 0 !important
}

.fla-DiJ.fla-DiJ {
  min-height: auto !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 55px !important;
  text-align: center !important;
  text-transform: uppercase !important
}

@media(min-width: 1024px) {
  .bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
    height: 53px !important
  }
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR {
  background-color: transparent !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 50px !important;
  text-align: center !important;
  text-transform: uppercase !important
}

.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  min-height: 53px !important;
  padding: 0 !important
}

.ekSfzZ.ekSfzZ {
  align-items: center !important;
  min-height: 53px !important
}

.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container p,
.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container a {
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important
}

.NewsletterSubscribe__submit {
  opacity: 0;
  pointer-events: none
}

.NewsletterSubscribe__indicator {
  opacity: 1;
  pointer-events: none
}

.NewsletterSubscribe__error {
  position: absolute;
  padding: 0 0.6875rem;
  color: #000;
  background-color: #e2b456;
  height: 1.8125rem;
  opacity: 0;
  pointer-events: none;
  top: calc(-100% - 1.25rem);
  left: 0;
  text-align: center
}

@media(min-width: 1024px) {
  .NewsletterSubscribe__error {
    top: 0;
    left: initial;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(calc(100% + 1.25rem))
  }
}

.NewsletterSubscribe [data-submit-button-is-active] .NewsletterSubscribe__indicator {
  opacity: 0
}

.NewsletterSubscribe [data-submit-button-is-active] .NewsletterSubscribe__submit {
  opacity: 1;
  pointer-events: all
}

.NewsletterSubscribe [data-show-error] {
  opacity: 1;
  pointer-events: all
}

.NewsletterSubscribe input {
  color: #fff
}

.NewsletterSubscribe input::-moz-placeholder {
  color: #fff
}

.NewsletterSubscribe input:-ms-input-placeholder {
  color: #fff
}

.NewsletterSubscribe input::placeholder {
  color: #fff
}

.NewsletterSubscribe input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3)
}

.NewsletterSubscribe input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3)
}

.NewsletterSubscribe input:focus::placeholder {
  color: rgba(255, 255, 255, 0.3)
}

.ShoppableClip {
  overflow: hidden
}

.ShoppableClip__poster_image {
  height: 100vh;
  width: 100vw
}

.ShoppableClip > [data-hide-poster-image] {
  opacity: 0
}

.Nav[data-active] .Nav__mobile-items-wrapper {
  transform: translateX(0)
}

.Nav[data-active] .MobileNav__deactivator {
  display: block
}

.Nav .MobileNav__deactivator {
  display: none
}

.Nav__mobile-items-wrapper {
  transform: translateY(calc(-100% - 4rem))
}

.Nav__account-items-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, padding-top 0.3s ease;
  padding-top: 0
}

.DesktopNav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease
}

.DesktopNav.is-visible {
  visibility: visible;
  opacity: 1;
  padding-top: 0
}

.DesktopNav .Nav__sub-menu {
  display: flex;
  visibility: hidden;
  padding-top: 23px;
  opacity: 0;
  transition: opacity 0.3s ease
}

.DesktopNav .Nav__sub-menu.is-visible {
  visibility: visible;
  opacity: 1
}

.AccountNav {
  position: absolute;
  top: 0
}

.AccountNav__wrapper {
  display: block;
  position: relative
}

.AccountNav .NavItem {
  margin: 0;
  width: initial
}

.AccountNav .NavItem:not(:first-of-type) {
  padding-top: 25px
}

.AccountNav .NavItem .pb-line {
  padding-bottom: 10px
}

.AccountNav[data-active] {
  transform: translateY(50px);
  visibility: visible;
  opacity: 1
}

.MobileNav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease
}

.MobileNav.is-visible {
  visibility: visible;
  opacity: 1
}

.MobileNav[data-active] .MobileNav__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0624822) .01%, rgba(0, 0, 0, 0) .02%, #000 73.96%);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  pointer-events: none
}

.MobileNav__sub-menu {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1)
}

.MobileNav__submenu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 25px
}

.MobileNav__submenu-link .MobileNav__submenu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 25px
}

.MobileNav__submenu-link:last-child .MobileNav__submenu-item {
  border-bottom: 1px solid #fff
}

.MobileNav__submenu-link .circle-indicator {
  opacity: 0.4
}

.MobileNav__shop-wrapper {
  overflow: hidden
}

.MobileNav__bottom {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 1000px;
  overflow: hidden
}

.MobileNav__menu-button,
.MobileNav__items {
  background-color: #010101
}

.MobileNav__menu-button[data-active] .MobileNav__sub-menu,
.MobileNav__items[data-active] .MobileNav__sub-menu {
  max-height: 1000px
}

.MobileNav__menu-button[data-active] .MobileNav__bottom,
.MobileNav__items[data-active] .MobileNav__bottom {
  max-height: 0
}

.MobileNav--transparent[data-active] {
  transform: translateX(0)
}

.MobileNav--transparent .Nav__mobile-items-wrapper {
  transform: translateY(calc(-100% - 4rem))
}

.MobileNav--transparent:not([data-active]) .MobileNav__menu-button {
  background-color: transparent
}

.MobileNav--light .MobileNav__menu-button,
.MobileNav--light .MobileNav__items {
  background-color: #0b0c0d
}

.NavItem {
  border-bottom: 1px solid #fff;
  position: relative
}

@media(min-width: 1024px) {
  .NavItem {

    width: calc(25% - 1.5rem);
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }
}

.NavItem[data-active] {
  opacity: 0.5
}

.NavItem [data-cart-indicator-remove] {
  display: none
}

.NavItem__cart[data-active] .NavItem__cart-text--opened {
  opacity: 0
}

.NavItem__cart[data-active] .NavItem__cart-text--closed {
  opacity: 1
}

.NavItem__cart-text {
  transition: opacity 0.125s ease-in-out;
  position: absolute;
  left: 0
}

.NavItem__cart-text--opened {
  opacity: 1
}

.NavItem__cart-text--closed {
  opacity: 0
}

.NavItem__cart-currency {
  margin-right: 0.625rem
}

.NavItem__cart-info {
  display: flex;
  width: 45%;
  justify-content: flex-end
}

@media(min-width: 1024px) {
  .NavItem__cart-info {
    position: absolute;
    right: 0;
    width: unset
  }
}

.NavItem__cart-info[data-active] .NavItem__other-currency-option {
  opacity: 1;
  visibility: visible;
  margin-right: 5px
}

.NavItem__menu:hover .Nav__account-items-wrapper {
  padding-top: 25px;
  visibility: visible;
  opacity: 1
}

.NavItem__other-currency-option {
  opacity: 0;
  visibility: hidden
}

.NavItem .HeaderRegionSelect {
  z-index: 100;
  display: none
}

.NavItem__cart[data-active]:hover .NavItem__cart-text--closed {
  opacity: 0.5
}

.NavItem__cart:not([data-active]):hover .NavItem__cart-text--opened {
  opacity: 0.5
}

.Footer {
  height: 25.875rem
}

@media(min-width: 1024px) {
  .Footer {
    height: 15rem
  }
}

.Footer[data-active="true"] .Footer__nav-items {
  opacity: 0;
  pointer-events: none
}

.FooterNavItem:first-child {
  margin-left: 0;
  margin-top: 0
}

.FooterRegionSelect {
  flex-direction: row;
  align-items: center
}

.FooterRegionSelect__link {
  margin-top: 0;
  margin-left: 0.625rem
}

@media(min-width: 1024px) {
  .FooterRegionSelect__link {
    margin-top: initial
  }
}

.FooterRegionSelect .circle-indicator {
  margin-right: 0.625rem;
  margin-bottom: 1px
}

.ShoppableClipCta__cta {
  border-top: 1px solid #fff
}

@media(min-width: 1024px) {
  .ShoppableClipCta__ctas {
    width: calc(100% / 2 - 1.25rem)
  }
}

.ShoppableClipCta .ShopClipGallery {
  transform: translateY(100%)
}

.ShoppableClipCta .ShopClipGallery .ProductGridItem {
  cursor: ew-resize
}

.ShoppableClipCta .ShoppableClipCta__deactivator {
  display: none
}

.ShoppableClipCta[data-active] .ShoppableClipCta__deactivator {
  display: block
}

.ShoppableClipCta[data-active] .ShopClipGallery {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0)
}

.ShoppableClipCta[data-active] .ShopClipGallery .ShopClipGallery__content {
  -webkit-animation-name: shakein;
  animation-name: shakein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}

@-webkit-keyframes shakein {
  0% {
    transform: translateX(5px)
  }

  30% {
    transform: translateX(16px)
  }

  100% {
    transform: translateX(0px)
  }
}

@keyframes shakein {
  0% {
    transform: translateX(5px)
  }

  30% {
    transform: translateX(16px)
  }

  100% {
    transform: translateX(0px)
  }
}

.Cart[data-active] .Cart__deactivator {
  display: block
}

.Cart__inner,
.Cart__info-container,
.Cart__close {
  width: 100%;
  right: 0;
  transform: translateX(100%)
}

@media(min-width: 1024px) {

  .Cart__inner,
  .Cart__info-container,
  .Cart__close {
    width: 25%
  }
}

.Cart__close {
  display: flex
}

@media(min-width: 1024px) {
  .Cart__close {
    display: none
  }
}

.Cart__inner {
  z-index: 910
}

@media(min-width: 1024px) {
  .Cart__inner {
    z-index: 700
  }
}

.Cart__info-container {
  z-index: 920;
  padding: 0;
  background-color: #010101
}

@media(min-width: 1024px) {
  .Cart__info-container {
    z-index: 710
  }
}

.Cart__info-wrapper {
  padding: 5px 10px 10px
}

.Cart[data-active] .Cart__inner,
.Cart[data-active] .Cart__info-container,
.Cart[data-active] .Cart__close {
  transform: translateX(0)
}

.Cart[data-active]~*:not(.ju_Con) {
  opacity: 0.5
}

.Cart__item-container {
  height: 50vh
}

.Cart__item {
  height: 50vh
}

.Cart__quantity-selector {
  height: calc(100% - 65px)
}

.Cart__empty-state {
  height: 100vh;
  padding-bottom: 155px
}

.Cart__empty-state[data-cart-has-one-item] {
  height: 50vh;
  padding-bottom: 220px;
  background-color: #010101
}

.Cart__empty-state[data-cart-has-more-than-one-item] {
  height: 0
}

.Cart__info-container[data-cart-indicator-remove] {
  display: none
}

.Cart__info-shim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  background: linear-gradient(transparent, #010101 80%)
}

.Cart__increment {
  padding-bottom: 10px;
  font-size: 15px;
  padding-left: 6px
}

.Cart__checkout-btn {
  border: 1px solid #fff;
  padding: 20px 0
}

.Cart__limit-text,
.Cart__total {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%
}

.Cart__limit-text {
  padding: 5px 0
}

[data-quantity-indicator] {
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transform: translate3d(0, 0, 0);
  opacity: 1
}

[data-quantity-indicator][data-loading] {
  transform: translate3d(0, -6px, 0);
  opacity: 0
}

.ProductGridItem {
  min-width: 50%;
  width: 50%;
  max-width: 50%;
  height: 50vh;
  position: relative
}

.Products__related-products .ProductGridItem {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: auto
}

@media(min-width: 1024px) {
  .Products__related-products .ProductGridItem {
    min-width: 25%;
    width: 25%;
    max-width: 25%;
    height: 50vh
  }
}

.ProductGridItem__inner {
  height: 100%
}

@media(min-width: 1024px) {
  .ProductGridItem {
    min-width: 25%;
    width: 25%;
    max-width: 25%;
    height: 50vh
  }
}

.ProductGridItem__detail {
  transition: opacity 0.125s ease-in-out
}

.ProductGridItem__detail--primary {
  opacity: 1
}

.ProductGridItem__detail--secondary {
  opacity: 0
}

.ProductGridItem__detail-price-group {
  display: flex
}

.ProductGridItem figure.mz-figure {
  height: 100%
}

.ProductGridItem .mz-loading {
  display: none !important
}

.ProductGridItem__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

.ProductGridItem__zoomable-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important
}

.ProductGridItem__image--primary {
  opacity: 1
}

.ProductGridItem__image--secondary {
  opacity: 0
}

.ProductGridItem__image--primary,
.ProductGridItem__image--secondary {
  transition: opacity 0.15s ease-in-out
}

.ProductGridItem:hover .ProductGridItem__detail--primary {
  opacity: 0
}

.ProductGridItem:hover .ProductGridItem__detail--secondary {
  opacity: 1
}

.ProductGridItem:hover .ProductGridItem__image--primary {
  opacity: 0
}

.ProductGridItem:hover .ProductGridItem__image--secondary {
  opacity: 1
}

.ProductGridItem__quick-add {
  display: none;
  position: absolute;
  bottom: 64px;
  padding: 0 12px;
  width: 100%
}

@media(min-width: 1024px) {
  .ProductGridItem__quick-add {
    display: block
  }
}

.ProductGridItem__quick-add[data-active] {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  transform: initial
}

.ProductGridItem__quick-add[data-active] .ProductGridItem__quick-shop-btn {
  display: none
}

.ProductGridItem__quick-add[data-active] .ProductGridItem__quick-add--second-screen {
  display: block
}

.ProductGridItem__quick-shop-btn {
  border: 1px solid #fff;
  padding: 20px 0;
  width: 100%
}

.ProductGridItem__quick-shop-btn:disabled {
  cursor: not-allowed
}

.ProductGridItem__quick-add--second-screen {
  bottom: 64px;
  display: none;
  left: 0;
  padding: 0 12px;
  position: absolute;
  width: 100%
}

.ProductGridItem__quick-add-sizes {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 19px 0;
  text-align: center;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  height: 56px;
  align-items: center
}

.ProductGridItem__quick-add-size-btn {
  width: 30px;
  height: 30px
}

.ProductGridItem__quick-add-size-btn.is-selected,
.ProductGridItem__quick-add-size-btn:not(:disabled):hover {
  border: none;
  height: 56px;
  position: relative
}

.ProductGridItem__quick-add-size-btn.is-selected::before,
.ProductGridItem__quick-add-size-btn.is-selected::after,
.ProductGridItem__quick-add-size-btn:not(:disabled):hover::before,
.ProductGridItem__quick-add-size-btn:not(:disabled):hover::after {
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0))
}

.ProductGridItem__quick-add-size-btn.is-selected::after,
.ProductGridItem__quick-add-size-btn:not(:disabled):hover::after {
  bottom: 1px;
  top: unset
}

.ProductGridItem__quick-add-btn {
  border: 1px solid #fff;
  padding: 20px 0;
  width: 100%
}

.ProductGridItem__quick-add-btn:disabled {
  pointer-events: none
}

.ProductGridItem__color-swatch {
  align-items: center;
  justify-content: center;
  list-style: none;
  display: flex;
  padding-bottom: 22px
}

.ProductGridItem__color-swatch-list-item {
  margin-right: 18px
}

.ProductGridItem__color-swatch-list-item:last-child {
  margin-right: 0
}

.ProductGridItem__color-swatch-button {
  opacity: 0.2
}

.ProductGridItem__color-swatch-button.is-selected {
  opacity: 1
}

.ProductGridItem__color-swatch-image {
  border-radius: 50%
}

.PlusIcon {
  position: relative
}

.PlusIcon--large {
  width: 26px;
  height: 26px
}

.PlusIcon--small {
  position: relative;
  width: 26px;
  height: 26px
}

.PlusIconPart {
  position: absolute;
  width: 38%;
  border-bottom: 1px solid #fff;
  left: 50%;
  top: 50%;
  transition: transform 0.125s ease-in-out
}

.PlusIconPart__top {
  transform: translate3d(-5px, -7px, 0) rotate(90deg)
}

.PlusIconPart__right {
  transform: translate3d(2px, 0, 0)
}

.PlusIconPart__bottom {
  transform: translate3d(-5px, 7px, 0) rotate(90deg)
}

.PlusIconPart__left {
  transform: translate3d(-12px, 0, 0)
}

.ProductGridItem:hover .PlusIconPart__top {
  transform: translate3d(-5px, -4px, 0) rotate(90deg)
}

.ProductGridItem:hover .PlusIconPart__right {
  transform: translate3d(-1px, 0, 0)
}

.ProductGridItem:hover .PlusIconPart__bottom {
  transform: translate3d(-5px, 4px, 0) rotate(90deg)
}

.ProductGridItem:hover .PlusIconPart__left {
  transform: translate3d(-9px, 0, 0)
}

.TimelineLine {
  border-bottom: 1px solid #fff
}

.TimelineIndicator {
  padding-right: 0.75rem;
  padding-bottom: 1.125rem;
  padding-left: 8rem
}

.TimelineDot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px
}

.TimelinePercent {
  bottom: 17px;
  transform: rotate(-90deg);
  transform-origin: 0 0
}

.ProductOptionShim {
  display: none
}

.ProductOptionShim[data-active] {
  display: block
}

.ProductOption__title {
  transition: opacity 0.075s ease-in-out
}

.change-color {
  color: #fff;
  z-index: 10
}

.ProductVariantDrawers__option {
  padding: 18px 15px;
  position: relative;
  height: 59px;
  align-items: center
}

@media(min-width: 1024px) {
  .ProductVariantDrawers__option {
    height: 56px
  }
}

.ProductVariantDrawers__option[data-checked] {
  border: none
}

.ProductVariantDrawers__option[data-checked] .ProductOption__title {
  opacity: 1
}

.ProductVariantDrawers__option[data-checked] .ProductOption__title::before,
.ProductVariantDrawers__option[data-checked] .ProductOption__title::after {
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  z-index: 10
}

.ProductVariantDrawers__option[data-checked] .ProductOption__title::after {
  bottom: 1px;
  top: unset
}

.ProductVariantDrawers__option[data-checked] .circle-indicator {
  opacity: 1
}

@media(min-width: 1024px) {
  .ProductVariantDrawers__option:not([data-disabled]):not([data-checked]):hover .ProductOption__title {
    opacity: 1
  }

  .ProductVariantDrawers__option:not([data-disabled]):not([data-checked]):hover .circle-indicator {
    opacity: 1;
    background-color: transparent
  }
}


.ProductVariantDrawers__option[data-disabled] .ProductOption__title {
  ;
  opacity: 0.5
}

.ProductVariantDrawers__cart-btn {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 2% 0
}

.ProductVariantDrawers__cart-btn[disabled] {
  opacity: 0.5;
  pointer-events: none
}

.ProductVariantDrawers__cart-btn span {
  font-size: var(--font-Size);
  line-height: 17px
}

@media(min-width: 1024px) {
  .ProductVariantDrawers__cart-btn span {
    font-size: var(--font-Size);
    line-height: 14px
  }
}

.ProductVariantDrawers__row {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  height: 59px;
  position: relative;
  z-index: 10
}

.ProductVariantDrawers__row::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #010101);
  z-index: 9;
  pointer-events: none
}

.ProductVariantDrawers__row::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #010101);
  pointer-events: none
}

@media(min-width: 1024px) {
  .ProductVariantDrawers__row {
    height: 56px
  }
}

.ProductVariantDrawers__row--no-colors {
  border-bottom: none
}

.ProductVariantDrawers__options-container {
  display: flex;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px
}

.ProductVariantDrawers__colors-wrapper {
  display: flex
}

.ProductVariantDrawers__colors--right {
  align-items: center;
  display: flex;
  margin: auto;
  flex-direction: column
}

.ProductVariantDrawers__color-swatch-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 6px;
  margin-right: 15px;
  width: 23px;
  height: 23px;
  position: relative
}
.ProductVariantDrawers__color-swatch-wrapper:hover > .ProductVariantDrawers__color-name{
display:block;
white-space: nowrap;
padding: 2px 0;
}
.ProductVariantDrawers__color-swatch-wrapper:last-child {
  margin-right: 0
}

.ProductVariantDrawers__color-swatch-wrapper.is-active,
.ProductVariantDrawers__color-swatch-wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

.ProductVariantDrawers__title,
.ProductVariantDrawers__variant-wrapper {
  display: none
}

.ProductVariantDrawers__color-swatch {
  border-radius: 50%;
  width: 11px;
  height: 11px
}

.ProductVariantDrawers__current-color-title {
  display: none
}

.ProductVariantDrawers__colors {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ProductVariantDrawers__color-name{
  display:none;
position: absolute;
top:0;
transform:translate(0, -110%);
}
.BackgroundLogoWrapper {
  width: 80px;
  height: 80px;
  top: calc(50vh - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.25s ease-in-out
}

.BackgroundLogoWrapper[data-active] {
  opacity: 0;
  pointer-events: none
}

.BackgroundLogoWrapper[data-active] * {
  pointer-events: none
}

.BackgroundLogo {
  position: relative;
  width: 80px;
  height: 80px;
  pointer-events: all
}

.BackgroundLogo svg {
  width: 16.8px;
  height: 56.8px
}

.BackgroundLogo .BackgroundLogoPart {
  position: absolute;
  transition: transform 0.125s ease-in-out;
  left: 32px;
  top: 6.4
}

.BackgroundLogo .BackgroundLogoPart__1 {
  transform: translate3d(-13.52px, 9.6px, 0) rotate(-15.6deg)
}

.BackgroundLogo .BackgroundLogoPart__3 {
  transform: translate3d(13.52px, 9.6px, 0) rotate(15.6deg)
}

.BackgroundLogo:hover .BackgroundLogoPart__1 {
  transform: translate3d(-16px, 2.4px, 0) rotate(-15.6deg)
}

.BackgroundLogo:hover .BackgroundLogoPart__2 {
  transform: translate3d(0px, -8px, 0)
}

.BackgroundLogo:hover .BackgroundLogoPart__3 {
  transform: translate3d(16px, 2.4px, 0) rotate(15.6deg)
}

.VideoPopup {
  background-color: #010101;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900
}

.VideoPopup.is-hidden {
  display: none;
  pointer-events: none
}

.VideoPopup__video {
  width: 100%;
  height: 100%
}

.VideoPopup__close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 17px;
  top: 10px;
  width: 20px;
  z-index: 902;
  padding: 10px
}

.VideoPopup__close::after,
.VideoPopup__close::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  display: block
}

.VideoPopup__close::after {
  transform: rotate(45deg)
}

.VideoPopup__close::before {
  transform: translate(0, 1px) rotate(-45deg)
}

.VideoPopup__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 901
}

.VideoPopup__cta {
  align-items: center;
  border-top: 1px solid #fff;
  bottom: 0;
  display: flex;
  height: 44px;
  justify-content: flex-start;
  left: 0.75rem;
  position: absolute;
  width: calc(100% -(0.75rem * 2))
}

.Product__hero {
  height: auto;
  background: #0b0c0d;
  background: linear-gradient(-30deg, #010101, #0b0c0d 70%)
}

@media(min-width: 1024px) {
  .Product__hero {
    /* background: #010101; */
    min-height: 100vh
  }
}

.Product__hero-image-container {
  width: 100%;
  height: 80%
}

@media(min-width: 1024px) {
  .Product__hero-image-container {
    background: #0b0c0d;
    background: linear-gradient(-30deg, #010101, #0b0c0d 70%);
    width: 50%;
    height: 100vh;
    margin-bottom: 0
  }
}

.Product__description-text * {
  text-align: center
}

.Product__hero-image {
  width: 100%;
  height: 100%
}

@media(min-width: 1024px) {
  .Product__hero-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
    max-width: 700px
  }
}

.Product__hero-description-container {
  width: 100%;
  height: auto;
  min-height: 180px;
  text-align: center
}

@media(min-width: 1024px) {
  .Product__hero-description-container {
    width: 50%;
    height: 100vh
  }
}

.Product__hero-description-text-container {
  max-width: 17.1875rem
}

.Product__hero-description-text-container p.p1 {
  padding: 0
}

.Product__size-guide-button {
  margin-top: 16px;
  opacity: 0.5;
  transition: opacity 0.3s ease
}

.Product__size-guide-button:hover {
  opacity: 1
}

.Product__size-guide-modal {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.Product__size-guide-modal-close-button {
  position: absolute;
  top: -60px;
  right: 0;
  width: 26px;
  height: 26px
}

.Product__size-guide-modal-close-button:hover .Product__size-guide-modal-close-button-icon__top-left {
  transform: translate3d(-3px, -3px, 0) rotate(45deg)
}

.Product__size-guide-modal-close-button:hover .Product__size-guide-modal-close-button-icon__top-right {
  transform: translate3d(3px, -3px, 0) rotate(-45deg)
}

.Product__size-guide-modal-close-button:hover .Product__size-guide-modal-close-button-icon__bottom-left {
  transform: translate3d(-3px, 3px, 0) rotate(-45deg)
}

.Product__size-guide-modal-close-button:hover .Product__size-guide-modal-close-button-icon__bottom-right {
  transform: translate3d(3px, 3px, 0) rotate(45deg)
}

.Product__size-guide-modal-close-button-icon {
  position: relative;
  height: 100%;
  width: 100%
}

.Product__size-guide-modal-close-button-icon__part {
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 47%;
  transition: transform 0.125s ease-in-out;
  width: 37%
}

.Product__size-guide-modal-close-button-icon__top-left {
  transform: translate3d(-6px, -6px, 0) rotate(45deg)
}

.Product__size-guide-modal-close-button-icon__top-right {
  transform: translate3d(6px, -6px, 0) rotate(-45deg)
}

.Product__size-guide-modal-close-button-icon__bottom-left {
  transform: translate3d(-6px, 6px, 0) rotate(-45deg)
}

.Product__size-guide-modal-close-button-icon__bottom-right {
  transform: translate3d(6px, 6px, 0) rotate(45deg)
}

.Product__size-guide-modal--inner {
  position: relative;
  width: 95%
}

@media(min-width: 1024px) {
  .Product__size-guide-modal--inner {
    width: 48.6%
  }
}

.Product__size-guide-header {
  display: flex;
  justify-content: space-between;
  position: sticky;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 15px;
}

.Product__size-guide-title {
  position: sticky;
  left: 0
}

.Product__size-guide-switch {
  margin-right: 34px;
  opacity: 0.3;
  position: sticky
}

.Product__size-guide-switch:last-child {
  margin-right: 0
}

.Product__size-guide-switch.is-active {
  opacity: 1
}

.Product__size-guide-fade-wrapper {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

.Product__size-guide-fade-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  opacity: var(--showRight);
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #010101)
}

@media(max-width: calc(1024px - 1px)) {
  .Product__size-guide-fade-wrapper::after {
    opacity: 1
  }
}

.Product__size-guide-table-wrapper {
  max-width: 800px;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto
}

.Product__size-guide-table {
  border-collapse: seperate;
  border-spacing: 0;
  width: 100%
}

.Product__size-guide-td-blank {
  position: sticky;
  left: 0;
  background-color: #010101;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.Product__size-guide-td-blank.remove-top-border {
  border-top: none
}

.Product__size-guide-td,
.Product__size-guide-th {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 19px 0 19px 13.5px;
  text-align: left;
  min-width: 80px;
  background-color: #010101
}

.Product__size-guide-td:first-child,
.Product__size-guide-th:first-child {
  border-left: none;
  /* padding-left: 0; */
  position: sticky;
  left: 0;
  min-width: 115px
}

.Product__size-guide-additionalInfo{
  padding: 30px 0;
}

@media(max-width: calc(1024px - 1px)) {

  .Product__size-guide-td:first-child,
  .Product__size-guide-th:first-child {
    min-width: 80px
  }
}

.Product__size-guide-tr:last-child {
  border-bottom: none
}

.Product__orbit-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease
}

.ProductGridItem__no-select {
  -youbkit-touch-callout: none;
  -youbkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

@media(min-width: 1024px) {
  .ProductGridItem__no-select {
    -youbkit-touch-callout: initial;
    -youbkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial
  }
}

.Collection__half-panel {
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50)
}

.Page {
  padding-top: 7.625rem
}

.Page h1,
.Page h2 {
  margin-bottom: 3rem
}

.Page h3 {
  margin-top: 2rem;
  margin-bottom: 1rem
}

.Page p {
  margin-bottom: 1rem
}

.Page ol {
  margin: 1rem 0 1rem 1rem;
}

.Page ul {
  margin: 1rem 0 1rem 1rem;
  list-style-type: none
}

.Page__column {
  width: 100%;
  margin-bottom: 5.9375rem
}

@media(min-width: 1024px) {
  .Page__column {
    width: calc(25% - 1.125rem)
  }
}

.Subscribe {
  position: relative
}

.Subscribe__image-wrapper {
  overflow: hidden
}

.Subscribe__image {
  height: 100vh;
  width: 100vw
}

.Subscribe__form-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 700px;
  margin: 37px auto
}

@media(max-width: 1023px) {
  .Subscribe__form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px
  }
}

.Subscribe .NewsletterSubscribe__error {
  bottom: initial;
  left: 50%;
  right: initial;
  transform: translate(-50%, -150%)
}

.Subscribe .NewsletterSubscribe__error[data-show-error] {
  opacity: 1;
  pointer-events: all
}

.Subscribe form {
  padding: 0 !important
}

.Subscribe form > div {
  min-height: auto !important
}

.Subscribe button {
  height: 55px !important;
  padding: 0 !important
}

@media(min-width: 1024px) {
  .Subscribe button {
    height: 53px !important
  }
}

.Subscribe input {
  font-size: 12px !important;
  line-height: 14px !important;
  background-color: transparent !important;
  border: 0 !important;
  text-align: center !important;
  color: #fff !important
}

.Subscribe input::-moz-placeholder {
  font-size: 12px !important;
  opacity: 0.4 !important
}

.Subscribe input:-ms-input-placeholder {
  font-size: 12px !important;
  opacity: 0.4 !important
}

.Subscribe input::placeholder {
  font-size: 12px !important;
  opacity: 0.4 !important
}

.Subscribe p {
  color: #fff !important
}

.hpVigk.hpVigk {
  padding: 0 !important
}

.fla-DiJ.fla-DiJ {
  min-height: auto !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 55px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 0 !important
}

@media(min-width: 1024px) {
  .bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf {
    height: 53px !important
  }
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf.bzszUf::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-align: center !important
}

.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR.kemeOR {
  background-color: transparent !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  height: 50px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 0 !important
}

.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY.eTjUFY {
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important;
  min-height: 53px !important;
  padding: 0 !important
}

.ekSfzZ.ekSfzZ {
  align-items: center !important;
  min-height: 53px !important
}

.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container p,
.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit.fYhcit .ql-container a {
  color: #fff !important;
  font-family: Swiss721BT, sans-serif !important;
  font-size: 11px !important;
  line-height: 14px !important
}

.Account {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 136px;
  padding-bottom: 100px
}

.Account-address__edit.hide {
  display: none
}

.Account__heading {
  font-family: Swiss721BT-Bold, sans-serif;
  padding: 43px 0;
  font-size: 22px
}

.Account__wrapper {
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 12px;
  padding-right: 12px;
  grid-column-gap: 24px
}

.Account__wrapper.hide {
  display: none
}

.Account__btn {
  border: 1px solid #fff;
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: 12px
}

.Account__login {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__login {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__login-links {
  display: flex;
  justify-content: space-between
}

.Account__login-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px 0
}

.Account__error {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: red
}

.Account__success {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase
}

.Account__input {
  text-transform: none;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  margin: 0
}

.Account__input:focus {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  outline: none
}

.Account__input::-webkit-contacts-auto-fill-button,
.Account__input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none;
  pointer-events: none;
  position: absolute
}

.Account__input--half {
  flex: 1
}

.Account__input--half:first-child {
  margin-right: 17px
}

.Account .form-item {
  display: flex;
  flex-direction: column
}

.Account .form-item:nth-of-type(2) .Account__input {
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.Account__recover-password {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__recover-password {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__recover-heading {
  font-family: Swiss721BT-Bold, sans-serif;
  padding-top: 43px;
  font-size: 22px;
  line-height: normal
}

.Account__subheading {
  font-size: 12px;
  padding: 19px 0 29px
}

.Account .btn-link {
  font-size: 12px
}

.Account__marketing-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.Account__marketing-label {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px
}

.Account__list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 14px;
  padding: 17px 0
}

.Account__list-item--not-default {
  opacity: 0.4
}

.Account__header {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 25px
}

.Account__sub-header {
  margin-bottom: 25px;
  margin-top: -15px
}

.Account__table {
  margin: auto;
  text-align: left;
  border-collapse: collapse;
  width: 100%
}

.Account__table th {
  opacity: 0.4
}

.Account__table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.Account__table tr:not(:first-child) {
  cursor: pointer
}

.Account__table th,
.Account__table td {
  padding: 19px 0
}

.Account__table th:last-child,
.Account__table td:last-child {
  text-align: right
}

@media(min-width: 1024px) {

  .Account__table th,
  .Account__table td {
    min-width: 145px
  }
}

.Account__input-wrapper {
  display: flex;
  flex-direction: column
}

.Account__input-wrapper:first-of-type .Account__input {
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.Account__input-wrapper--half {
  display: flex;
  flex-direction: row
}

.Account__input-wrapper--select {
  display: block;
  position: relative
}

.Account__select {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  padding: 20px 0 20px 15px;
  text-align: center;
  width: 100%;
  max-height: 300px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.Account__select:focus~.Account__select--input {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  outline: none
}

.Account__select.selected {
  color: #fff
}

.Account__select.selected~.Account__select--input {
  color: #fff
}

.Account__select--input {
  pointer-events: none;
  width: 100%;
  color: #757575
}

.Account__optgroup {
  max-height: 300px
}

.Account__cancel-link {
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-top: 20px
}

.Account__side-nav {
  display: none
}

@media(min-width: 1024px) {
  .Account__side-nav {
    display: block;
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
  }
}

.Account .checkbox-input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.Account__register {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__register {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__details-wrapper {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__details-wrapper {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__addresses-wrapper {
  grid-column-start: 1;
  grid-column-end: 5;
  width: 100%
}

@media(min-width: 1024px) {
  .Account__addresses-wrapper {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__orders-wrapper {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__orders-wrapper {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__landing-wrapper {
  grid-column-start: 1;
  grid-column-end: 5
}

@media(min-width: 1024px) {
  .Account__landing-wrapper {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account__edit-wrapper {
  grid-column-start: 1;
  grid-column-end: 5;
  width: 100%
}

@media(min-width: 1024px) {
  .Account__edit-wrapper {
    grid-column-start: 2;
    grid-column-end: 4
  }
}

.Account-addresses__list-item-inner {
  display: flex;
  justify-content: space-between
}

.Account-addresses__edit-and-delete {
  display: flex
}

.Account-addresses__edit {
  margin-right: 10px
}

.Account-addresses__delete {
  align-items: center;
  display: flex
}

.Account-addresses__info {
  text-align: left
}

.Account-add-address__default-address {
  margin: 18px 0;
  text-align: center
}

:root {
  --showLeft: 0;
  --showRight: 1;
  --font-Size: 11px
}

body {
  background-color: #010101
}

.hide-overflow {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed
}

*,
body * {
  color: #fff;
  font-family: Swiss721BT, sans-serif;
  text-transform: uppercase
}

input,
button {
  text-transform: uppercase
}
.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 801;
  display: none;
}
.popup-wrapper.visible {
  display: block;
}
.popup {
  position: absolute;
  width: 700px;
  height: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 40px;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 2px solid #ffffff;
  background-color: #000000;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup .popup__title {
  margin-bottom: 40px;
}
.popup .popup__sizes {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sizes__item[disabled] {
  opacity: 0.5;
  pointer-events: none
}
.popup .sizes__item {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  height: 56px;
  padding: 18px 15px;
  box-sizing: border-box;
  flex: 0 0 auto;
  position: relative;
}
.popup .sizes__item.size-checked {
  opacity: 1;
}
.popup .sizes__item.size-checked:before,
.popup .sizes__item.size-checked:after {
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  z-index: 10;
}
.popup .sizes__item.size-checked:after {
  bottom: 1px;
  top: unset;
}
.popup input {
  height: 56px;
  padding: 18px 15px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 30px;
}
.popup input:focus {
  outline: none;
  box-shadow: none !important;
}
.popup button {
  height: 56px;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.shopify-policy__container{
    margin: 0;
    padding: 7% 20px;
    max-width: 100%;
    margin-top: 1.25rem
  }
  @media only screen and (min-width: 1024px) {
    .shopify-policy__container{
      margin: 0;
      padding: 7% 20px;
      max-width: 100%;
    }
  }