/** Shopify CDN: Minification failed

Line 274:3 Unexpected "/"

**/
p,
span,
body,
label,
strong,
li,
a {
  font-family: var(--body-font);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 0;
}
p,
span,
body,
label,
li,
a {
  font-weight: normal;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}

.heading-xxl,
.heading-xl,
.heading-l,
.heading-m,
.heading-s,
.heading-xs {
  line-height: 1.2;
  font-weight: 500;
}

.display-large {
  font-size: 72px;
  letter-spacing: 0.72px;
}
.display-small {
  font-size: 65px;
  letter-spacing: 0.65px;
}

h1 {
  font-size: 55px;
  letter-spacing: 0.55px;
}
.heading-xxl {
  font-size: 55px;
  letter-spacing: 0.55px;
}

h2 {
  font-size: 42px;
  letter-spacing: 0.42px;
}
.heading-xl {
  font-size: 42px;
  letter-spacing: 0.42px;
}

h3 {
  font-size: 32px;
  letter-spacing: 0.32px;
}
.heading-l {
  font-size: 32px;
  letter-spacing: 0.32px;
}

h4 {
  font-size: 26px;
  letter-spacing: 0.26px;
}
.heading-m {
  font-size: 26px;
  letter-spacing: 0.26px;
}

h5 {
  font-size: 21px;
  letter-spacing: 0.21px;
}
.heading-s {
  font-size: 21px;
  letter-spacing: 0.21px;
}

h6 {
  font-size: 18px;
  letter-spacing: 0.18px;
}
.heading-xs {
  font-size: 18px;
  letter-spacing: 0.18px;
}

@media (max-width: 1024px) {
  .display-large {
    font-size: 60px;
    letter-spacing: 0.6px;
  }
  .display-small {
    font-size: 50px;
    letter-spacing: 0.5px;
  }

  h1 {
    font-size: 42px;
    letter-spacing: 0.42px;
  }
  .heading-xxl {
    font-size: 42px;
    letter-spacing: 0.42px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: 0.36px;
  }
  .heading-xl {
    font-size: 36px;
    letter-spacing: 0.36px;
  }
  h3 {
    font-size: 28px;
    letter-spacing: 0.28px;
  }
  .heading-l {
    font-size: 28px;
    letter-spacing: 0.28px;
  }
  h4 {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
  .heading-m {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
  h5 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  .heading-s {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
  h6 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
  .heading-xs {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.input-large {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.input-large::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

.input-regular {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.input-regular::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

.input-label {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

.input-supporting-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

select.input-regular {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}
select.input-large {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

select {
  cursor: pointer;
} */

/* Body Text */

.body-large {
  font-size: 18px;
}
.body-standard {
  font-size: 16px;
}
.body-small {
  font-size: 13px;
}

.body-x-small {
  font-size: 11px;
}

.body-bold {
  font-weight: 600;
}





@media (max-width: 1024px) {
  .body-large {
    font-size: 16px;
  }
  .body-standard {
    font-size: 14px;
  }
  .body-small {
    font-size: 12px;
  }

  .body-x-small {
    font-size: 10px;
  }
}

.text_opacity--10 {
  opacity: 0.1;
}
.text_opacity--20 {
  opacity: 0.2;
}
.text_opacity--30 {
  opacity: 0.3;
}

.text_opacity--40 {
  opacity: 0.4;
}
.text_opacity--50 {
  opacity: 0.5;
}
.text_opacity--60 {
  opacity: 0.6;
}
.text_opacity--70 {
  opacity: 0.7;
}
.text_opacity--80 {
  opacity: 0.8;
}
.text_opacity--90 {
  opacity: 0.9;
}


#insta-feed h2 {
  font-size: 26px !important;
  letter-spacing: 0.26px!important;
  margin-bottom: 24px!important;
}

@media (max-width: 1024px) { 
  #insta-feed h2 {
      font-size: 24px !important;
      letter-spacing: 0.24px!important;
      margin-bottom: 16px!important;
  } 
}

.input-field {
  padding: 16px 12px;
  border: solid 1px #00000019;
  background-color: #ffffff;
  border-radius: 0;
}

.input-large {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.input-large::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

.input-regular {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.input-regular::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

.input-label {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
  text-align: left;
}

.input-supporting-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

select.input-regular {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}
select.input-large {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000b3;
}

select {
  cursor: pointer;
}

.input-field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

:focus-visible {
  outline: #000 auto 1px;
}

[type="checkbox"]:focus-visible {
  outline: #1419ff auto 2px;
}

.product__grid__info .tabs__arrow:focus {
  outline: unset;
}

.pagination-custom__num.active span {
  line-height: 1.42;
}

.pagination-custom__num.active>span:after {
  background: #000;
}