@keyframes spin {
  0% {
    rotate: none;
  }
  to {
    rotate: 360deg;
  }
}
* {
  box-sizing: border-box;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
}
html {
  overscroll-behavior: none;
  padding-bottom: 0 !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  width: 100%;
}
input,
textarea {
  font-family: var(--font-family-primary);
  background-color: #0000;
  border: 1px solid #e1e1e1;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
html .styles\:spacing.theme-section {
  margin-inline: auto;
}
.shopify-section {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-block: 0;
  margin-inline: auto;
  display: flex;
}
button {
  background-color: unset;
  padding: unset;
  border: none;
}
.link,
a {
  color: rgb(var(--color-foreground));
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  display: inline-flex;
}
.is-relative {
  position: relative;
}
.is-absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: auto;
}
.block-overlay {
  --left: 0;
  --right: 0;
  --translate: 0 0;
  width: 100%;
  height: 100%;
  left: var(--left);
  top: var(--right);
  translate: var(--translate);
  position: absolute;
}
.btn {
  --padding: 8px 16px;
  cursor: pointer;
  padding: var(--padding);
  -webkit-appearance: none;
  appearance: none;
  background: var(--background-color);
  border: none;
  border: 1px solid var(--border-color);
  width: fit-content;
  font-family: var(--font-family-primary);
  color: var(--color);
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn.btn--full {
  width: 100%;
}
.btn.btn--small {
  --padding: 4px 8px;
}
.btn[disabled],
.btn[loading] {
  cursor: default;
}
.btn[loading]:before {
  --spinner-size: 14px;
  --spinner-thickness: 2px;
  content: '';
  width: var(--spinner-size);
  height: var(--spinner-size);
  opacity: 1;
  border-color: var(--color);
  border-style: solid;
  border-top-color: #0000;
  border-width: var(--spinner-thickness);
  border-radius: 50%;
  animation: 1s linear infinite spin;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
ul.linklist {
  padding: 0;
}
ul.linklist li.linklist-item {
  list-style: none;
}
ul.linklist li.linklist-item a {
  color: var(--color-text-dark);
}
.theme-icon {
  --size: 24px;
  --width: var(--size);
  --height: var(--size);
  width: var(--width);
  height: var(--height);
  display: flex;
}
.theme-icon svg {
  width: var(--width);
  height: var(--height);
}
.theme-icon.icon_no_fill svg {
  fill: none;
}
@media (max-width: 1023px) {
  .theme-icon {
    --size: 24px;
    --width: var(--size);
    --height: var(--size);
    width: var(--width-tablet);
    height: var(--height-tablet);
  }
  .theme-icon svg {
    width: var(--width-tablet);
    height: var(--height-tablet);
  }
}
@media (max-width: 767px) {
  .theme-icon {
    --size: 24px;
    --width: var(--size);
    --height: var(--size);
    width: var(--width-mobile);
    height: var(--height-mobile);
  }
  .theme-icon svg {
    width: var(--width-mobile);
    height: var(--height-mobile);
  }
  .small_static {
    position: static !important;
  }
}
[hidden],
.flex[hidden],
.grid[hidden] {
  display: none;
}
.is-sticky {
  position: sticky;
  top: 0;
}
.breadcrumbs {
  width: 100%;
  display: flex;
}
.breadcrumbs .breadcrumbs-list {
  gap: 32px;
  margin: 0;
  padding: 0;
  display: flex;
}
.breadcrumbs .breadcrumbs-item {
  margin: 0;
  padding: 5px 0;
  display: flex;
  position: relative;
}
.breadcrumbs .breadcrumbs-item:not(:last-child):after {
  font-family: var(--font-family-primary);
  content: '';
  color: var(--color-highlight, --color-foreground);
  pointer-events: none;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49997 4L16.5 12L8.49997 20" stroke="%23686868" stroke-width="1.15" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 100%;
  padding: 5px 0 6.1px;
  font-size: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
}
.breadcrumbs .breadcrumbs-link {
  cursor: pointer;
  color: var(--color-neutral-700);
  vertical-align: middle;
  padding-right: 2px;
  font-size: 12px;
  line-height: 18px;
}
.breadcrumbs .breadcrumbs-link .theme-icon {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  position: relative;
}
.breadcrumbs .breadcrumbs-link .theme-icon:after {
  content: '';
  filter: invert() hue-rotate(180deg) brightness(150%) brightness(0);
  background-image: url(chevron-icon.2b7fb3b5.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumbs a.breadcrumbs-link:hover {
  color: var(--color-text-dark);
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs-link[aria-current] {
  cursor: default;
  color: var(--color-text-dark);
  font-weight: 700;
}
collection-page[has-collection-image] div:has(.shopify-block--heading) .breadcrumbs-mini-container {
  display: none;
}
.shopify-block--divider hr {
  border: 0;
  border-top: 1px solid;
  border-top-color: var(--color-border);
  height: 1px;
}
product-option-value {
  border: 1px solid var(--color-border);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  display: flex;
}
product-option-value[sold-out] {
  opacity: 0.5;
}
product-option-value .product-option-name {
  white-space: nowrap;
  width: auto;
  min-width: 40px;
  height: 30px;
  padding: 10px;
}
product-option-value[selected] {
  border-color: var(--color-foreground);
}
.product-options.flex {
  --gap: 22px;
}
.product-option.flex,
.product-option-values.flex {
  --gap: 8px;
}
product-option-value .product-swatch {
  background-color: var(--swatch-color, transparent);
  aspect-ratio: 1;
  border-radius: 50%;
  width: 31px;
  position: relative;
  overflow: hidden;
}
product-option-value .product-swatch img {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
product-option-value[selected] .product-swatch {
  border: 2px solid var(--color-foreground);
  margin: 2px;
}
product-option-value:not([selected]) .product-swatch {
  width: 35px;
}
product-option-value:has(img) {
  border-radius: 0;
}
product-option-value:has(.product-option-name) {
  border-radius: 0;
}
product-option-value .product-swatch:has(img) {
  border-radius: 0;
}
.visuallyhidden {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 48px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 48px;
  --shopify-accelerated-checkout-button-inline-size: 54px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: 8px;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}
.shopify-block--newsletter-form input[type='email'] {
  padding: 14px 10px;
}
.error {
  color: var(--color-error-500, #ca2407);
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#dy-my-styles-injection-space {
  visibility: hidden;
  width: 0;
  max-width: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.password_info {
  color: var(--color-neutral-700);
}
.landing-page-container {
  max-width: 100%;
  font-family: var(--font-family-primary);
  padding-left: 16px;
  padding-right: 16px;
}
.landing-page-container h1 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-family-secondary);
  margin-bottom: 24px;
  font-weight: 700;
}
.landing-page-container h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-family-primary);
  margin: 24px 0 8px;
}
.landing-page-container * + h2 {
  margin-top: 24px;
}
.landing-page-container h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-family-primary);
  margin-bottom: 16px;
  font-weight: 700;
}
.landing-page-container * + h3 {
  margin-top: 16px;
}
.landing-page-container h4 {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-family-primary);
  margin-bottom: 4px;
  font-weight: 700;
}
.landing-page-container * + h4 {
  margin-top: 16px;
}
.landing-page-container ul {
  list-style-type: disc;
}
.landing-page-container ol {
  list-style-type: decimal;
}
.landing-page-container ul li + li,
.landing-page-container ol li + li {
  margin-top: 8px;
}
.landing-page-container ol {
  padding-inline-start: 22px;
}
.landing-page-container ol ol {
  margin-top: 8px;
}
.landing-page-container p {
  font-size: 14px;
  line-height: 21px;
  font-family: var(--font-family-primary);
  font-weight: 400;
}
.landing-page-container p + p {
  margin-top: 8px;
}
.landing-page-container a {
  color: var(--color-text-dark);
  text-decoration: underline;
}
.landing-page-container a,
.landing-page-container a span {
  word-break: break-all;
}
@media (min-width: 1024px) {
  .landing-page-container {
    max-width: 1440px;
    padding: 40px 24px;
  }
  .landing-page-container h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
localization-form {
  display: block;
}
