/** Shopify CDN: Minification failed

Line 309:10 Unexpected "%"
Line 313:10 Unexpected "%"
Line 317:10 Unexpected "%"
Line 321:10 Unexpected "%"
Line 325:10 Unexpected "%"
Line 329:10 Unexpected "%"

**/
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button {
  cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select::-ms-expand {
  display: none;
}
.h2-secondary {
  font-family: var(--headings-font-family);
  font-size: 15px;
  line-height: 25px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .h2-secondary {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .h2-secondary {
    font-size: 30px;
    line-height: 40px;
  }
}
.h3,
h3 {
  font-family: var(--headings-font-family);
  font-size: 15px;
  line-height: 17px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.h3-secondary {
  font-family: var(--headings-font-family);
  font-size: 15px;
  line-height: 17px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .h3-secondary {
    font-size: 12px;
    line-height: 15px;
  }
}
.h4,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
h4 {
  font-family: var(--headings-font-family);
  font-size: 10px;
  line-height: 15px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  color: var(--grey-2);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .h4,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  h4 {
    font-size: 12px;
  }
}
.h6,
h6 {
  font-family: var(--accent-font-family);
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 1000px) {
  .h6,
  h6 {
    font-size: 26px;
    line-height: 29px;
  }
}
.h7 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1000px) {
  .h7 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .h7 {
    font-size: 58px;
    line-height: 50px;
  }
}
.h8 {
  font-family: var(--accent-font-family);
  font-size: 27px;
  line-height: 30px;
}
@media (min-width: 1000px) {
  .h8 {
    font-size: 29px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .h8 {
    font-size: 40px;
    line-height: 46px;
  }
}
.p2 {
  font-family: var(--headings-font-family);
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .p2 {
    font-size: 12px;
    line-height: 15px;
  }
}
.p3 {
  font-family: var(--headings-font-family);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .p2-large,
  .p3 {
    font-weight: 700;
  }
}
@media (min-width: 1000px) {
  .p2--large,
  .p2-large {
    font-size: 18px;
    line-height: 23px;
  }
  .p2--large {
    font-weight: 700;
  }
}
.cursive {
  font-family: var(--accent-font-family);
}
.bq,
.wysiwyg blockquote {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 620px) {
  .bq,
  .wysiwyg blockquote {
    font-size: 28px;
  }
}
.a1:hover,
.a2,
.link:hover,
.rte a,
.wysiwyg a:hover {
  text-decoration: underline;
}
.a3 {
  display: inline-block;
  margin-left: -6px;
  padding: 0 6px;
}
.a3,
.a3 span {
  position: relative;
}
.a3 span {
  z-index: 1;
}
.a3:before {
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
.link--withicon {
  align-items: center;
  display: inline-flex;
}
.link--withicon .icon {
  height: 8px;
  width: 15px;
  margin: 0 5px;
}
.hr,
.wysiwyg hr {
  background-color: var(--grey-1);
  border: none;
  display: block;
  height: 1px;
  width: 100%;
}
hr.line-black {
  background-color: var(--black);
}
.italic,
.rte em,
.rte i,
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.normal {
  font-weight: 400;
}
.bold,
.rte b,
.rte strong,
.wysiwyg b,
.wysiwyg strong {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.decoration--none {
  text-decoration: none;
}
.no-wrap {
  white-space: nowrap;
}
.small {
  font-size: 0.8em;
}
.js-link:focus,
.link:focus,
.wysiwyg a:focus,
a:focus {
  outline: 1px solid var(--blue);
  outline-offset: 5px;
}
.no-touch %a1,
.no-touch .a1 {
  transition: opacity var(--speed) var(--ease);
}
.no-touch %a1:hover,
.no-touch .a1:hover {
  opacity: 0.6;
}
.no-touch %a2:after,
.no-touch .a2:after {
  transition: width var(--speed) var(--ease);
}
.no-touch %a2:hover:after,
.no-touch .a2:hover:after {
  width: calc(100% - 10px);
}
.no-touch %a3:before,
.no-touch .a3:before {
  transition: width var(--speed) var(--ease);
}
.no-touch %a3:hover:before,
.no-touch .a3:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.d-table {
  display: table;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.pointer {
  cursor: pointer;
}
.block {
  display: block;
}
@media (min-width: 445px) {
  .block--xxs {
    display: block;
  }
}
@media (min-width: 620px) {
  .block--xs {
    display: block;
  }
}
@media (min-width: 768px) {
  .block--s {
    display: block;
  }
}
@media (min-width: 840px) {
  .block--ms {
    display: block;
  }
}
@media (min-width: 1000px) {
  .block--m {
    display: block;
  }
}
@media (min-width: 1160px) {
  .block--ml {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block--l {
    display: block;
  }
}
@media (min-width: 1440px) {
  .block--xl {
    display: block;
  }
}
@media (min-width: 1800px) {
  .block--xxl {
    display: block;
  }
}
@media (min-width: 445px) {
  .hide--xxs {
    display: none;
  }
}
@media (min-width: 620px) {
  .hide--xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide--s {
    display: none;
  }
}
@media (min-width: 840px) {
  .hide--ms {
    display: none;
  }
}
@media (min-width: 1160px) {
  .hide--ml {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide--l {
    display: none;
  }
}
@media (min-width: 1440px) {
  .hide--xl {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hide--xxl {
    display: none;
  }
}
.container--xxs {
  max-width: var(--xxs);
}
.container--xs {
  max-width: var(--xs);
}
.container--s {
  max-width: var(--s);
}
.container--ms {
  max-width: var(--ms);
}
.container--m {
  max-width: var(--m);
}
.container--ml {
  max-width: var(--ml);
}
.container--l {
  max-width: var(--l);
}
.container--xl {
  max-width: var(--xl);
}
.container--xxl {
  max-width: var(--xxl);
}
[v-cloak] {
  display: none;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.align-j {
  text-align: justify;
}
.align-m,
.main-page .wysiwyg--basic .wysiwyg__image img {
  vertical-align: middle;
}
.align-t {
  vertical-align: top;
}
.align-b {
  vertical-align: initial;
}
.flip-h {
  transform: scaleX(-1);
}
.fw {
  flex-wrap: wrap;
}
.aie {
  align-items: flex-end;
}
.aib {
  align-items: baseline;
}
.jcs {
  justify-content: flex-start;
}
.jce {
  justify-content: flex-end;
}
.fa {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.ff {
  flex-shrink: 0;
}
.fdc {
  flex-direction: column;
}
.ratio {
  position: relative;
}
.ratio:before {
  content: "";
  display: block;
  width: 100%;
}
.ro-1:before {
  padding-bottom: 100%;
}
.ro-2:before {
  padding-bottom: 75.1634%;
}
.ratio--natural {
  overflow: visible;
  height: auto !important;
}
.ratio--natural:before {
  content: none;
}
.ratio--natural .video {
  position: static;
}
.ratio--natural .picture,
.ratio--natural .picture__img {
  position: static;
  max-width: 100%;
  height: auto;
}
.aspect-ratio:before {
  padding-bottom: calc(100% / var(--aspect-ratio));
}
.aspect-ratio--square:before {
  padding-bottom: 100%;
}
.aspect-ratio--tall:before {
  padding-bottom: 140%;
}
.clear:after,
.clear:before {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.hidden {
  display: none;
}
.icon,
.logo {
  position: relative;
}
.icon svg,
.logo svg {
  display: block;
  height: 100%;
  width: 100%;
}
.fill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.black {
  color: var(--black);
}
.bg-red {
  background-color: var(--red);
}
.bg-green {
  background-color: var(--green);
}
.bg-blue {
  background-color: var(--blue);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-white {
  background-color: var(--white);
}
.bg-grey {
  background-color: var(--grey);
}
.bg-grey-1 {
  background-color: var(--grey-1);
}
.bg-grey-2 {
  background-color: var(--grey-2);
}
.bg-black {
  background-color: var(--black);
}
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none !important;
}
body {
  position: relative;
}
body:after,
body:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
@media (min-width: 1200px) {
  body:after,
  body:before {
    content: "";
  }
}
body:before {
  right: auto;
  left: 0;
}
#main {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  min-height: 100vh;
}
#main .content {
  flex: 1 1 auto;
  min-height: 400px;
  position: relative;
  width: 100%;
}
.template-cart #main .content {
  min-height: auto;
}
@media (min-width: 1000px) {
  .template-demo #main {
    margin-top: 0;
  }
}
.template-404 #main {
  overflow-x: hidden;
  min-height: auto;
}
@media (min-width: 768px) {
  .template-cart #main,
  .template-product #main,
  .template-quiz #main {
    min-height: auto;
  }
}
#main.main--gift-card,
.template-contact #main,
.template-customers-login #main {
  min-height: auto;
}
#main .shopify-section {
  display: block;
}
.glasseson-global video {
  width: 100%;
  height: 100%;
}
.page-standard .container {
  max-width: unset;
  width: calc(100% - 30px);
}
@media (min-width: 1000px) {
  .page-standard .container {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1200px) {
  .page-standard .container {
    width: calc(100% - 66px);
  }
}
.page-standard .hero-standard__wrapper {
  margin-left: -3px;
}
@media (min-width: 768px) {
  .page-standard .hero-standard__wrapper {
    margin-left: -2px;
  }
}
@media (min-width: 1000px) {
  .page-standard .hero-standard__wrapper {
    margin-left: -3px;
  }
}
@media (min-width: 1200px) {
  .page-standard .hero-standard__wrapper {
    margin-left: -5px;
  }
}
.page-standard .wysiwyg--basic .wysiwyg__container {
  max-width: unset;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos="fade-up"] {
  transform: translate3d(0, 0.9375rem, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}
[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.ol,
.ul,
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 24px;
}
.ol li,
.ul li,
.wysiwyg ol li,
.wysiwyg ul li {
  margin-top: 3px;
  position: relative;
}
@media (min-width: 620px) {
  .ol li,
  .ul li,
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-top: 5px;
  }
}
.ol li:first-child,
.ul li:first-child,
.wysiwyg ol li:first-child,
.wysiwyg ul li:first-child {
  margin-top: 0;
}
.ol ol,
.ol ul,
.ul ol,
.ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
  margin-top: 3px;
}
@media (min-width: 620px) {
  .ol ol,
  .ol ul,
  .ul ol,
  .ul ul,
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .wysiwyg ul ol,
  .wysiwyg ul ul {
    margin-top: 5px;
  }
}
.ul,
.wysiwyg ul {
  list-style: disc;
}
.ol,
.wysiwyg ol {
  list-style: decimal;
}
.form-row + .form-row {
  margin-top: 20px;
}
.form-row.form-row--checkbox {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .form-row--small + .form-row--small {
    margin-top: 14px;
  }
}
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.form-row.form-row--checkbox-cart,
.form-row.form-row--login-button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-row.form-row--checkbox-cart,
  .form-row.form-row--login-button {
    margin-top: 32px;
  }
}
.form-row.form-row--button-cart {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-row.form-row--button-cart {
    margin-top: 40px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition-delay: 9999s;
}
.mha,
.mxa {
  margin-left: auto;
  margin-right: auto;
}
.mva,
.mxa {
  margin-top: auto;
  margin-bottom: auto;
}
.mt0,
.mv0,
.mx0 {
  margin-top: 0;
}
.mb0,
.mv0,
.mx0 {
  margin-bottom: 0;
}
.pt0,
.pv0,
.px0 {
  padding-top: 0;
}
.pb0,
.pv0,
.px0 {
  padding-bottom: 0;
}
.ph0,
.pr0,
.px0 {
  padding-right: 0;
}
.ph0,
.pl0,
.px0 {
  padding-left: 0;
}
.mt025,
.mv025,
.mx025 {
  margin-top: 0.25em;
}
.mb025,
.mv025,
.mx025 {
  margin-bottom: 0.25em;
}
.mh025,
.ml025,
.mx025 {
  margin-left: 0.25em;
}
.mh025,
.mr025,
.mx025 {
  margin-right: 0.25em;
}
.pt025,
.pv025,
.px025 {
  padding-top: 0.25em;
}
.pb025,
.pv025,
.px025 {
  padding-bottom: 0.25em;
}
.ph025,
.pl025,
.px025 {
  padding-left: 0.25em;
}
.ph025,
.pr025,
.px025 {
  padding-right: 0.25em;
}
.mt05,
.mv05,
.mx05 {
  margin-top: 0.5em;
}
.mb05,
.mv05,
.mx05 {
  margin-bottom: 0.5em;
}
.mh05,
.ml05,
.mx05 {
  margin-left: 0.5em;
}
.mh05,
.mr05,
.mx05 {
  margin-right: 0.5em;
}
.pt05,
.pv05,
.px05 {
  padding-top: 0.5em;
}
.pb05,
.pv05,
.px05 {
  padding-bottom: 0.5em;
}
.ph05,
.pl05,
.px05 {
  padding-left: 0.5em;
}
.ph05,
.pr05,
.px05 {
  padding-right: 0.5em;
}
.mt075,
.mv075,
.mx075 {
  margin-top: 0.75em;
}
.mb075,
.mv075,
.mx075 {
  margin-bottom: 0.75em;
}
.mh075,
.ml075,
.mx075 {
  margin-left: 0.75em;
}
.mh075,
.mr075,
.mx075 {
  margin-right: 0.75em;
}
.pt075,
.pv075,
.px075 {
  padding-top: 0.75em;
}
.pb075,
.pv075,
.px075 {
  padding-bottom: 0.75em;
}
.ph075,
.pl075,
.px075 {
  padding-left: 0.75em;
}
.ph075,
.pr075,
.px075 {
  padding-right: 0.75em;
}
.mt1,
.mv1,
.mx1 {
  margin-top: 1em;
}
.mb1,
.mv1,
.mx1 {
  margin-bottom: 1em;
}
.mh1,
.ml1,
.mx1 {
  margin-left: 1em;
}
.mh1,
.mr1,
.mx1 {
  margin-right: 1em;
}
.mln1 {
  margin-left: -1em;
}
.mhn1,
.mrn1 {
  margin-right: -1em;
}
.mhn1 {
  margin-left: -1em;
}
.pt1,
.pv1,
.px1 {
  padding-top: 1em;
}
.pb1,
.pv1,
.px1 {
  padding-bottom: 1em;
}
.ph1,
.pl1,
.px1 {
  padding-left: 1em;
}
.ph1,
.pr1,
.px1 {
  padding-right: 1em;
}
.mt15,
.mv15,
.mx15 {
  margin-top: 1.5em;
}
.mb15,
.mv15,
.mx15 {
  margin-bottom: 1.5em;
}
.mh15,
.ml15,
.mx15 {
  margin-left: 1.5em;
}
.mh15,
.mr15,
.mx15 {
  margin-right: 1.5em;
}
.mln15 {
  margin-left: -1.5em;
}
.mrn15 {
  margin-right: -1.5em;
}
.mhn15 {
  margin-left: -1.5em;
  margin-right: -15em;
}
.pt15,
.pv15,
.px15 {
  padding-top: 1.5em;
}
.pb15,
.pv15,
.px15 {
  padding-bottom: 1.5em;
}
.ph15,
.pl15,
.px15 {
  padding-left: 1.5em;
}
.ph15,
.pr15,
.px15 {
  padding-right: 1.5em;
}
.mt2,
.mv2,
.mx2 {
  margin-top: 2em;
}
.mb2,
.mv2,
.mx2 {
  margin-bottom: 2em;
}
.mh2,
.ml2,
.mx2 {
  margin-left: 2em;
}
.mh2,
.mr2,
.mx2 {
  margin-right: 2em;
}
.mln2 {
  margin-left: -2em;
}
.mhn2,
.mrn2 {
  margin-right: -2em;
}
.mhn2 {
  margin-left: -2em;
}
.pt2,
.pv2,
.px2 {
  padding-top: 2em;
}
.pb2,
.pv2,
.px2 {
  padding-bottom: 2em;
}
.ph2,
.pl2,
.px2 {
  padding-left: 2em;
}
.ph2,
.pr2,
.px2 {
  padding-right: 2em;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  70% {
    transform: rotate(15deg);
  }
  90% {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(0);
  }
}
.w1 {
  width: 100%;
}
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 100;
}
.z2 {
  z-index: 200;
}
.z3 {
  z-index: 300;
}
.z5 {
  z-index: 500;
}
.z6 {
  z-index: 600;
}
.z7 {
  z-index: 700;
}
.z8 {
  z-index: 800;
}
.z9 {
  z-index: 900;
}
.z10 {
  z-index: 1000;
}
.btn,
.main-page .wysiwyg--basic button,
.skip_link {
  font-family: var(--headings-font-family);
  font-size: 11px;
  line-height: 15px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: 130px;
  padding: 17px 37px;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  text-align: center;
  transition: background-color var(--ease) var(--duration),
    border-color var(--ease) var(--duration), color var(--ease) var(--duration);
}
@media (min-width: 1000px) {
  .btn,
  .main-page .wysiwyg--basic button,
  .skip_link {
    font-size: 12px;
  }
}
.btn:hover,
.main-page .wysiwyg--basic button:hover,
.skip_link:hover {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--black);
}
.btn:not([disabled]):focus,
.main-page .wysiwyg--basic button:not([disabled]):focus,
button:not([disabled]):focus {
  outline-offset: 5px;
  outline-width: 1px;
  outline-style: solid;
  outline-color: var(--blue);
}
.btn[disabled],
button[disabled] {
  background-color: var(--grey-3);
  border-color: var(--grey-3);
  color: var(--black-50);
  cursor: default;
  pointer-events: none;
}
.btn--primary,
.btn--primary-reverse,
.main-page .wysiwyg--basic button,
.skip_link {
  padding: 7px 37px;
  border: 1px solid var(--green);
  background: var(--green);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: var(--black);
  transform: rotate(1.52deg);
}
@media (min-width: 1000px) {
  .btn--primary,
  .btn--primary-reverse,
  .main-page .wysiwyg--basic button,
  .skip_link {
    padding: 12px 56px;
  }
}
.btn--primary-reverse:after,
.btn--primary-reverse:before,
.btn--primary:after,
.btn--primary:before,
.main-page .wysiwyg--basic button:after,
.main-page .wysiwyg--basic button:before,
.skip_link:after,
.skip_link:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%2318242f' stroke-linecap='round' stroke-width='2' d='M1 1l15.15.51'/%3E%3C/svg%3E")
    no-repeat 0/16px 2px;
  opacity: 0.73;
  transform: rotate(-1.52deg) translate3d(0, -50%, 0);
  transition: background-color var(--ease) var(--duration);
}
@media (min-width: 1000px) {
  .btn--primary-reverse:after,
  .btn--primary-reverse:before,
  .btn--primary:after,
  .btn--primary:before,
  .main-page .wysiwyg--basic button:after,
  .main-page .wysiwyg--basic button:before,
  .skip_link:after,
  .skip_link:before {
    transform: translate3d(0, -50%, 0);
    width: 12px;
    background: var(--mirage);
  }
}
.btn--primary-reverse:before,
.btn--primary:before,
.main-page .wysiwyg--basic button:before,
.skip_link:before {
  left: -1px;
  background-position-x: right;
}
.btn--primary-reverse:after,
.btn--primary:after,
.main-page .wysiwyg--basic button:after,
.skip_link:after {
  right: -1px;
}
.btn--primary[disabled] {
  color: var(--black);
}
.btn--primary-reverse:not([disabled]):hover,
.btn--primary:not([disabled]):hover,
.main-page .wysiwyg--basic button:not([disabled]):hover,
.skip_link:not([disabled]):hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--green);
}
.btn--primary-reverse:not([disabled]):hover:after,
.btn--primary-reverse:not([disabled]):hover:before,
.btn--primary:not([disabled]):hover:after,
.btn--primary:not([disabled]):hover:before,
.main-page .wysiwyg--basic button:not([disabled]):hover:after,
.main-page .wysiwyg--basic button:not([disabled]):hover:before,
.skip_link:not([disabled]):hover:after,
.skip_link:not([disabled]):hover:before {
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%23e3fc03' stroke-linecap='round' stroke-width='2' d='M1 1l15.15.51'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-reverse:not([disabled]):hover:after,
  .btn--primary-reverse:not([disabled]):hover:before,
  .btn--primary:not([disabled]):hover:after,
  .btn--primary:not([disabled]):hover:before,
  .main-page .wysiwyg--basic button:not([disabled]):hover:after,
  .main-page .wysiwyg--basic button:not([disabled]):hover:before,
  .skip_link:not([disabled]):hover:after,
  .skip_link:not([disabled]):hover:before {
    background: var(--green);
  }
}
.btn--primary-reverse .button__el,
.btn--primary .button__el,
.main-page .wysiwyg--basic button .button__el,
.skip_link .button__el {
  transform: rotate(-1.52deg);
}
.btn--primary-white {
  border-color: var(--white);
  background-color: var(--white);
}
.btn--primary-white:not([disabled]):hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.btn--primary-white:not([disabled]):hover:after,
.btn--primary-white:not([disabled]):hover:before {
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1 1l15.15.51'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-white:not([disabled]):hover:after,
  .btn--primary-white:not([disabled]):hover:before {
    background: var(--white);
  }
}
.btn--primary-black {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}
.btn--primary-black:after,
.btn--primary-black:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1 1l15.15.51'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-black:after,
  .btn--primary-black:before {
    background: var(--white);
  }
}
.btn--primary-black:not([disabled]):hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}
.btn--primary-black:not([disabled]):hover:after,
.btn--primary-black:not([disabled]):hover:before {
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' d='M1 1l15.15.51'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-black:not([disabled]):hover:after,
  .btn--primary-black:not([disabled]):hover:before {
    background: var(--black);
  }
}
.btn--primary-reverse {
  transform: rotate(-1.52deg);
}
.btn--primary-reverse:after,
.btn--primary-reverse:before {
  transform: rotate(1.52deg) translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%2318242f' stroke-linecap='round' stroke-width='2' d='M1 1.51L16.15 1'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-reverse:after,
  .btn--primary-reverse:before {
    transform: translate3d(0, -50%, 0);
    background: var(--mirage);
  }
}
.btn--primary-reverse:not([disabled]):hover:after,
.btn--primary-reverse:not([disabled]):hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.15 2.51'%3E%3Cpath fill='none' stroke='%23e3fc03' stroke-linecap='round' stroke-width='2' d='M1 1.51L16.15 1'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
  .btn--primary-reverse:not([disabled]):hover:after,
  .btn--primary-reverse:not([disabled]):hover:before {
    background: var(--green);
  }
}
.btn--primary-reverse .button__el {
  transform: rotate(1.52deg);
}
.btn--secondary,
.btn--secondary-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  min-width: 97px;
  height: 97px;
  padding: 0;
  border-radius: 50%;
  background-image: url(https://cdn.shopify.com/s/files/1/0613/6011/1865/files/VF-Circular-Sticker-Button.svg?v=1639738842);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: initial;
  border: none;
  color: var(--black);
  transform: translateZ(0);
  transition: transform var(--duration) var(--ease);
}
.btn--secondary-alt:not([disabled]):hover,
.btn--secondary:not([disabled]):hover {
  background-color: initial;
  border-color: transparent;
  transform: rotate(-6.13deg);
}
.btn--secondary-alt {
  transform: rotate(-60deg);
}
.btn--secondary-alt .button__el {
  transform: rotate(60deg);
}
.btn--secondary-alt:not([disabled]):hover {
  transform: rotate(-66.13deg);
}
.btn--full-width {
  width: 100%;
}
.btn--outline {
  background-color: initial;
  color: var(--black);
}
.btn--outline:not([disabled]):hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.btn--outline[disabled] {
  background-color: initial;
  border-color: var(--grey-3);
}
.btn--outline[disabled] .tooltip {
  opacity: 0.5;
}
.btn--with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--with-icon .tooltip {
  top: -1px;
}
.btn--with-icon .tooltip__icon {
  background-color: var(--green);
  fill: var(--green);
}
.btn--with-icon .button__el {
  margin: 0 5px;
}
.skip_link {
  position: fixed;
  top: -100px;
  left: 50%;
  display: block;
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.3s ease;
  z-index: 999;
}
.skip_link:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.skip_link:active,
.skip_link:focus {
  top: 100px;
  opacity: 1;
  pointer-events: auto;
}
.skip_link--sidebar {
  top: 150px;
  left: 0;
  transform: translate(-100%);
}
.skip_link--sidebar:active,
.skip_link--sidebar:focus {
  transform: translate(0);
}
.btn--product-card {
  min-width: 110px;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .btn--product-card {
    padding: 10px;
  }
}
@media (min-width: 1000px) {
  .btn--product-card {
    min-width: 138px;
  }
}
.btn--add {
  min-width: auto;
  padding: 6px 14px;
  border-radius: 0;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--black);
}
.btn--add:not([disabled]):hover {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
}
.btn--hero {
  padding: 9px 37px;
}
.btn--lens-construction {
  padding: 14px 26px;
}
@media (min-width: 1000px) {
  .btn--lens-construction {
    padding: 16px 27px;
  }
}
.btn--shop-the-look {
  display: inline-block;
  margin-top: -17px;
  padding: 7px 23px;
}
.btn--image-with-text,
.btn--load-more {
  min-width: 137px;
  padding: 9px 37px;
}
@media (min-width: 1000px) {
  .btn--image-with-text,
  .btn--load-more {
    min-width: 191px;
    padding: 16px 37px;
  }
}
.back-in-stock--sticky .btn,
.btn--sticky,
.product-form--sticky .klaviyo-bis-trigger {
  width: 100%;
  min-width: 140px;
  padding: 7px 10px;
}
@media (min-width: 1000px) {
  .back-in-stock--sticky .btn,
  .btn--sticky,
  .product-form--sticky .klaviyo-bis-trigger {
    min-width: 120px;
    padding: 11px 5px;
  }
}
.btn--image-with-text-plp {
  min-width: 137px;
  padding: 9px 37px;
}
.btn--account {
  min-width: 138px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn--address,
.btn--empty-view {
  min-width: 121px;
  padding: 8px 20px 6px;
}
.btn--link {
  position: relative;
  min-width: auto;
  display: flex;
  border: none;
  padding: 0;
  background: transparent;
  color: var(--black);
}
.btn--link:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--black);
}
.btn--link:hover {
  border: none;
  background: transparent;
  color: var(--black);
}
.btn--link:hover:before {
  content: none;
}
.btn--locations {
  min-width: 137px;
  padding: 9px 25px;
}
@media (min-width: 1000px) {
  .btn--locations {
    min-width: 191px;
    padding: 16px 25px;
  }
}
.btn--account-cart {
  min-width: 164px;
  padding: 7px 10px;
}
@media (min-width: 1000px) {
  .btn--account-cart {
    min-width: 240px;
    padding: 14px 20px;
  }
}
.btn--lens-flow {
  transform: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1000px) {
  .btn--lens-flow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.btn--lens-flow .button__el {
  transform: none;
}
@media (max-width: 767px) {
  .btn--vto {
    transform: rotate(-24deg);
  }
  .btn--vto .button__el {
    transform: rotate(15deg);
  }
}
.btn--shop-now {
  min-width: 160px;
}
.no-touch .promo-bar__close:hover {
  opacity: 0.6;
}
.footer-mega .social-links {
  justify-content: center;
}
.social-links__icon {
  transition: color var(--duration) var(--ease);
}
.social-links__icon:hover {
  color: var(--c-link-hover);
}
.header--scrolled .social-links__icon a,
.header--scrolled .social-links__icon button {
  color: var(--c-nav-mobile-text);
}
@media (min-width: 1000px) {
  .header--scrolled .social-links__icon a,
  .header--scrolled .social-links__icon button,
  .is-active .social-links__icon a,
  .is-active .social-links__icon button {
    color: var(--c-header-text);
  }
}
.social-links--footer .social-links__icon a,
.social-links--footer .social-links__icon button {
  color: var(--white);
}
.social-links--footer .social-links__icon a:hover,
.social-links--footer .social-links__icon button:hover {
  color: var(--green);
}
.social-links--hero-small .social-links__icon a:hover {
  color: var(--c-link-hover);
}
.social-links__icon--youtube svg {
  width: 16px;
  height: 16px;
}
.language__inner {
  position: relative;
}
.language__inner:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 17px;
  right: 0;
  height: 1px;
  background-color: var(--white);
}
.language__inner:hover:before {
  content: none;
}
.language__inner svg {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.language__inner .h5,
.language__inner .language__title {
  margin: 0;
}
.language__inner .shopify-localization-form {
  display: flex;
  align-items: center;
}
.language__icon,
.language__text {
  padding-left: 3px;
}
.language__list {
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  background: var(--white);
  color: var(--black);
}
.language__list[size="0"] {
  opacity: 0;
}
.currency__inner {
  position: relative;
}
.currency__inner:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 1px;
  width: calc(100% - 20px);
  background-color: var(--white);
}
.currency__inner:hover:before {
  content: none;
}
.currency__inner svg {
  width: 15px;
  height: 10px;
  margin-right: 4px;
}
.currency__inner .currency__title,
.currency__inner .h5 {
  margin: 0;
}
.currency__list {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-left: 10px;
  cursor: pointer;
  background: var(--white);
  color: var(--black);
}
.currency__list[size="0"] {
  opacity: 0;
}
.currency__icon,
.currency__text {
  padding-left: 3px;
}
.newsletter__form {
  position: relative;
  width: 100%;
  max-width: 288px;
}
.footer__newsletter__form .newsletter__form,
.newsletter-form--newsletter-modal .newsletter__form,
.password__newsletter .newsletter__form {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__newsletter__form .newsletter__form,
  .newsletter-form--newsletter-modal .newsletter__form,
  .password__newsletter .newsletter__form {
    background: var(--white);
    flex-wrap: nowrap;
    padding: 15px;
    border: 1px solid var(--black);
  }
}
.newsletter__inner {
  position: relative;
  align-items: stretch;
}
.newsletter__field {
  flex: 1 1 auto;
}
.footer-mega__newsletter__form .newsletter__field {
  color: var(--black);
  padding: 0;
}
.newsletter__response {
  z-index: 1;
  margin-top: 15px;
  padding: 0;
}
.newsletter__btn.btn {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  min-width: 95px;
  height: 22px;
  padding: 0;
  border-radius: 3px;
  transform: rotate(12.89deg);
}
.newsletter__btn.btn:after,
.newsletter__btn.btn:before {
  width: 5px;
}
.newsletter__buttons {
  margin-top: 13px;
}
@-moz-document url-prefix() {
  .newsletter__btn.btn .button__el {
    line-height: 0;
  }
}
@media (max-width: 999px) {
  .header[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: none;
  }
}
.header.is-active .header__container {
  position: static;
}
@media (min-width: 1000px) {
  .header__content {
    position: relative;
    z-index: 100;
  }
}
.header__btn-mobile--nav {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 14px;
  height: 14px;
  margin: 0;
  z-index: 9999;
}
.header__btn-mobile--nav .header__btn-mobile-el,
.header__btn-mobile--nav .header__btn-mobile-el--bottom,
.header__btn-mobile--nav .header__btn-mobile-el--top {
  width: 18px;
}
.header__btn-mobile-el,
.header__btn-mobile-el--bottom,
.header__btn-mobile-el--top {
  transition: all var(--duration) ease-in;
}
.header__btn-mobile.is-active .header__btn-mobile-el {
  opacity: 0;
  visibility: hidden;
}
.header__btn-mobile.is-active .header__btn-mobile-el--top {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__btn-mobile.is-active .header__btn-mobile-el--bottom {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-logo a {
  display: inline-flex;
}
.header__nav.is-active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1000px) {
  .header__nav-status {
    position: absolute;
    z-index: 100;
    top: calc(50% + 14px);
    left: 195px;
    display: block;
    width: 68px;
    background-color: var(--black);
    transition: opacity var(--transition-default),
      width var(--transition-default), left var(--transition-default);
    pointer-events: none;
  }
}
@media (min-width: 1000px) {
  .header__nav-item.is-active .header__subnav.is-active {
    z-index: 9000;
    transform: translate(-50%);
    overflow: visible;
  }
}
.header__nav-btn .header__nav-link {
  pointer-events: none;
}
@media (min-width: 1000px) {
  .header__nav-btn .header__nav-link {
    pointer-events: all;
  }
}
@media (min-width: 1000px) {
  .header__nav-link:hover {
    border-bottom-color: var(--green);
  }
}
.header__nav-icon--mobile {
  position: relative;
  width: 13px;
  height: 13px;
  color: var(--black);
}
.header__subnav-inner-back-text .header__nav-icon--mobile {
  margin-right: 10px;
  transform: rotate(180deg);
}
.header-side--nav .header__nav-icon--mobile {
  margin-left: auto;
}
.header-side__back,
.header__subnav-inner-back {
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid var(--grey-5);
}
@media (min-width: 1000px) {
  .header-side__back,
  .header__subnav-inner-back {
    display: none;
  }
}
.header__subnav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 320px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  z-index: 9000;
}
@media (min-width: 1000px) {
  .header__subnav {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    width: 100vw;
    max-width: none;
    height: auto;
    margin: 0;
    background-color: var(--grey);
    transform: translate(-50%);
    pointer-events: none;
    color: var(--black);
  }
}
@media (min-width: 1200px) {
  .header__subnav {
    width: calc(100vw - 20px);
  }
}
@media (min-width: 1000px) {
  .header__subnav:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }
}
@media (min-width: 1000px) {
  .header__subnav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
  }
}
.header__subnav.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}
.header__subnav-inner {
  padding: 18px 0;
}
@media (max-width: 999px) {
  .header__subnav-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .header__subnav-inner {
    display: flex;
    justify-content: center;
    width: calc(100% - 60px);
    padding: 40px 0;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .header__subnav-inner {
    width: calc(100% - 100px);
    padding-bottom: 60px;
  }
}
.header__subnav-list {
  margin: 0;
  padding: 10px 15px 0;
}
@media (max-width: 999px) {
  .header__subnav-list {
    flex: 1 0;
    overflow-y: scroll;
    padding-bottom: 150px;
  }
}
@media (min-width: 1000px) {
  .header__subnav-list {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 1 0;
    margin: 0 -12px;
    padding: 0;
  }
}
.header__subnav-item {
  margin-top: 25px;
}
@media (min-width: 1000px) {
  .header__subnav-item {
    width: 25%;
    margin: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-feature {
    width: 45.54656%;
  }
}
@media (min-width: 1200px) {
  .header__subnav-item.is-feature {
    width: 37.87879%;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-brand,
  .header__subnav-item.is-product {
    width: 52.63158%;
    max-width: none;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .header__subnav-item.is-brand,
  .header__subnav-item.is-product {
    width: 49.24242%;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-shape {
    width: 36.43725%;
    max-width: 430px;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-color {
    width: 21.48438%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .header__subnav-item.is-color {
    width: 27.27273%;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-color:not(:first-child) {
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .header__subnav-item.is-color:not(:first-child) {
    padding-left: 68px;
  }
}
@media (min-width: 1000px) {
  .header__subnav-item.is-brand:not(:first-child),
  .header__subnav-item.is-shape:not(:first-child) {
    padding-left: 48px;
  }
}
@media (min-width: 1200px) {
  .header__subnav-item.is-brand:not(:first-child),
  .header__subnav-item.is-shape:not(:first-child) {
    padding-left: 108px;
  }
}
.header__subnav-item:first-child {
  margin: 0;
}
.header__subnav-item--has-child {
  margin: 0;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 1000px) {
  .header__subnav-item--has-child {
    border: none;
  }
}
.header__subnav-item--has-child:last-child {
  border: none;
}
.header-side--nav .header-side__list {
  display: block;
  width: 100%;
}
.header-side--nav .header-side__item-text {
  display: block;
}
.header-side__item-text-bag {
  display: none;
}
@media (min-width: 1000px) {
  .header-side__item-text-bag {
    display: inline-block;
  }
}
.header__nav-logo svg {
  width: 195px;
  color: var(--white);
}
.header-side--nav .header-side__link {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-side--nav .header-side__item--cart,
.header-side--nav .header-side__item-icon-plus {
  display: none;
}
.header-side__item-icon--account svg {
  width: 12px;
  height: 12px;
}
.header-side__item-icon--support svg {
  width: 10px;
  height: 10px;
}
.header-side--nav .header-side__dropdown {
  padding: 10px 15px 0;
}
.header-side--main .header-side__dropdown-wrapper {
  top: calc(100% + 25px);
  left: 0;
  min-width: 105px;
  height: auto !important;
  padding: 12px;
  border-radius: 13px;
  background-color: var(--white);
  color: var(--black);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header-side--main .header-side__dropdown-wrapper svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-side--nav .header-side__dropdown-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 320px;
  transform: translateX(-100%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header-side__item.is-sub-nav:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}
.header-side__item.is-sub-nav:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  transition: background-color 0.3s ease-in-out;
}
.header-side__item.is-sub-nav.is-active:after {
  background-color: var(--green);
}
.header-side__item.is-sub-nav.is-active .header-side__dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header-side__dropdown-item:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 1000px) {
  .header-side__dropdown-item:not(:first-child) {
    margin-top: 5px;
  }
}
.header__nav-link-icon-plus.icon-plus {
  display: none;
}
@media (min-width: 1000px) {
  .header__nav-link-icon-plus.icon-plus {
    display: block;
  }
}
.header-search__result {
  padding: 5px 0;
}
.header-search__result-title {
  width: 70%;
}
.header-search__results-footer {
  padding-top: 20px;
  text-align: center;
  text-decoration: underline;
}
.header-search-results__dropdown {
  max-height: calc(100vh - 120px);
  margin-top: 6px;
  border-radius: 7px;
  overflow: auto;
  background-repeat: repeat;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header-search-results__dropdown {
    left: 50%;
    width: 600px;
    margin-top: 22px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1000px) {
  .header-search-results__dropdown {
    width: 876px;
    margin-top: 14px;
  }
}
.header-search--is-active .header-search-results__dropdown {
  opacity: 1;
  visibility: visible;
}
.header-search-results__results {
  border: 1px solid var(--green);
}
.header-search-results__result:not(:first-child) {
  border-top: 1px solid var(--green);
}
.header-search-results__results-wrapper {
  padding: 15px 8px;
}
@media (min-width: 768px) {
  .header-search-results__results-wrapper {
    padding: 16px;
  }
}
@media (min-width: 1000px) {
  .header-search-results__results-wrapper {
    padding: 24px 24px 40px;
  }
}
.header-search-results__footer {
  margin: 25px 0 5px;
}
@media (min-width: 768px) {
  .header-search-results__footer {
    margin-top: 15px;
  }
}
@media (min-width: 1000px) {
  .header-search-results__footer {
    margin-top: 25px;
  }
}
.header-search-results__cta {
  padding-right: 18px;
  padding-left: 18px;
}
.header-search-results__sans-results {
  padding: 20px;
  overflow-wrap: break-word;
}
.header-search-results__item-title {
  margin: 0 0 10px;
  color: var(--grey-2);
}
.header-search-results__item {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .header-search-results__item {
    width: 50%;
    padding: 0 12px;
  }
}
.header-search-results__item:first-child {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .header-search-results__item.header-search-results__item--products {
    width: 70%;
    max-width: 496px;
  }
}
.header-search-results__result-news:not(:first-child) {
  padding-top: 15px;
}
.header-search__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 21px;
  height: 21px;
  color: var(--black);
}
.header-search__close svg {
  position: relative;
}
@media (min-width: 768px) {
  .header-search-results__results-overflow {
    display: flex;
    margin: 0 -12px;
  }
}
.header-search-results__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-search-results__results-wrapper .color-selector {
  display: none;
}
.header-side__icon--search,
.header-side__search-toggle {
  line-height: 0;
}
button[aria-checked="true"] .header-side__icon--search.icon-search {
  display: block;
}
button[aria-checked="false"] .header-side__icon--search.icon-close {
  display: none;
}
.header__subsubnav-item-link {
  transition: color var(--duration) var(--ease);
}
@media (min-width: 1000px) {
  .header__subsubnav-item-link:hover {
    color: var(--black-50);
  }
}
.header-side__dropdown-link {
  transition: color var(--duration) var(--ease);
}
@media (min-width: 1000px) {
  .header-side__dropdown-link:hover {
    color: var(--black-50);
  }
}
.card-header-mini {
  position: relative;
  display: block;
}
.is-color .card-header-mini,
.is-shape .card-header-mini {
  display: flex;
  align-items: center;
}
.card-header-mini__image-wrapper {
  transition: transform var(--duration) var(--ease);
}
.card-header-mini__image-wrapper:before {
  padding-bottom: 100%;
}
.is-feature .card-header-mini__image-wrapper {
  max-width: 86px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 1px rgba(var(--black), 0.1);
  background-color: var(--white);
}
@media (min-width: 1200px) {
  .is-feature .card-header-mini__image-wrapper {
    max-width: 105px;
  }
}
.is-feature .card-header-mini__image-wrapper:before {
  padding-bottom: 100%;
}
.is-shape .card-header-mini__image-wrapper {
  flex: 1 0 45px;
  max-width: 45px;
  margin-right: 8px;
}
.is-shape .card-header-mini__image-wrapper:before {
  padding-bottom: 33.33333%;
}
.is-color .card-header-mini__image-wrapper {
  width: 16px;
  margin-right: 8px;
}
.is-color .card-header-mini__image-wrapper:before {
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  .is-feature .card-header-mini:hover .card-header-mini__image-wrapper {
    transform: rotate(-6.13deg);
  }
}
.card-header-mini__image-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.is-feature .card-header-mini__image-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94.44444%;
  transform: translate(-50%, -50%);
}
.is-feature .card-header-mini__image-inner:before {
  padding-bottom: 83.52941%;
}
.is-color .card-header-mini__image-inner,
.is-shape .card-header-mini__image-inner {
  height: 100%;
}
@media (min-width: 1000px) {
  .is-shape .card-header-mini__image--mobile {
    display: none;
  }
}
.is-shape .card-header-mini__image--desktop {
  display: none;
}
@media (min-width: 1000px) {
  .is-shape .card-header-mini__image--desktop {
    display: block;
  }
}
.card-header-mini__link {
  margin-top: 7px;
  transition: color var(--duration) var(--ease);
}
.is-color .card-header-mini__link,
.is-shape .card-header-mini__link {
  margin: 0;
}
@media (min-width: 1000px) {
  .is-color .card-header-mini:hover .card-header-mini__link,
  .is-shape .card-header-mini:hover .card-header-mini__link {
    color: var(--black-50);
  }
}
.card-header {
  transition: color var(--duration) var(--ease);
}
@media (min-width: 1000px) {
  .card-header:hover {
    color: var(--black-50);
  }
}
.card-header:first-child {
  margin-top: 10px;
}
.card-header__image {
  overflow: hidden;
}
.card-header__image:before {
  padding-bottom: 64.23611%;
}
.card-header__link {
  display: block;
  margin: 10px 0 0;
}
.card-header__text {
  margin-top: 5px;
}
.card-header__sticky-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (min-width: 1000px) {
  .card-header__sticky-wrapper {
    width: 84px;
  }
}
.card-header__overlay {
  bottom: 0;
}
.card-header__overlay,
.video {
  position: absolute;
  left: 0;
  width: 100%;
}
.video {
  top: 0;
  height: 100%;
  overflow: hidden;
}
.video__el {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
  transition: opacity var(--speed) var(--ease);
  z-index: 1;
}
.video__el--is-vue {
  opacity: 0;
}
.video__el.is-loaded {
  opacity: 1;
}
.video__play-pause {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  display: none;
  margin: 0;
  background-color: initial;
  text-transform: uppercase;
  color: var(--white);
}
@media (min-width: 1000px) {
  .video__play-pause {
    right: 30px;
    bottom: 30px;
  }
}
.video__play-pause:not([disabled]):focus {
  outline: 0.5px solid var(--black);
  outline-offset: 3px;
  outline-color: var(--white);
}
.video__play-pause:not([disabled]):focus:before {
  content: none;
}
body.user-is-tabbing .video__play-pause {
  position: absolute;
}
.video__el.is-loaded + .video__play-pause {
  display: block;
}
.hero--index .video__play-pause {
  bottom: 15vw;
}
@media (min-width: 768px) {
  .hero--index .video__play-pause {
    bottom: 80px;
  }
}
.video--card .video__play-pause {
  position: absolute;
  right: auto;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  display: block;
  width: 12px;
  height: 16px;
  background-color: initial;
  border-left: 4px solid var(--white);
  border-right: 4px solid var(--white);
  font-size: 0;
}
@media (min-width: 768px) {
  .video--card .video__play-pause {
    bottom: 32px;
    left: 32px;
  }
}
@media (min-width: 1200px) {
  .video--card .video__play-pause {
    bottom: 56px;
    left: 56px;
  }
}
.video--card .video__play-pause[data-playing="false"] {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
}
.video__el.is-loaded ~ .video__fallback-image {
  opacity: 0;
  visibility: hidden;
}
.video--image-with-products {
  aspect-ratio: 820/540;
}
.video--image-with-products .video__el {
  width: 100%;
  height: 100%;
}
.home-hero-section {
  position: relative;
  z-index: 1;
}
.home-hero {
  position: relative;
  overflow: hidden;
  height: 475px;
}
@media (min-width: 620px) {
  .home-hero {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .home-hero {
    height: 460px;
  }
}
@media (min-width: 1000px) {
  .home-hero {
    height: 613px;
  }
}
@media (min-width: 1160px) {
  .home-hero {
    height: 862px;
  }
}
@media (max-width: 767px) {
  .home-hero--alt {
    height: 570px;
  }
}
.home-hero__container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .home-hero__container {
    padding-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .home-hero__container {
    justify-content: center;
  }
}
.home-hero__bg {
  z-index: 2;
}
.home-hero__bg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .home-hero__bg--desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .home-hero__bg--mobile {
    display: none;
  }
}
.home-hero--alt .home-hero__bg {
  height: 600px;
  bottom: 0;
  top: auto;
}
.home-hero--overlay .home-hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-hero__title-wrapper {
  position: absolute;
  width: auto;
  top: 16px;
}
.home-hero--alt .home-hero__title-wrapper {
  position: relative;
  padding: 25px 10px;
}
@media (min-width: 768px) {
  .home-hero--alt .home-hero__title-wrapper {
    padding: 20px 35px;
  }
}
@media (min-width: 1000px) {
  .home-hero--alt .home-hero__title-wrapper {
    padding: 30px 35px;
  }
}
@media (min-width: 1200px) {
  .home-hero--alt .home-hero__title-wrapper {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .home-hero__title-wrapper {
    top: 25px;
  }
}
@media (min-width: 1000px) {
  .home-hero__title-wrapper {
    top: 35px;
  }
}
@media (min-width: 1200px) {
  .home-hero__title-wrapper {
    top: 56px;
  }
}
.home-hero__title {
  margin: 0;
  color: var(--white);
  text-align: center;
}
.home-hero--alt .home-hero__title,
.home-hero--black .home-hero__title {
  color: var(--black);
}
.home-hero__content .home-hero__title {
  margin-bottom: 16px;
}
.home-hero__content--left-middle .home-hero__title {
  text-align: left;
}
.home-hero__content--right-middle .home-hero__title {
  text-align: right;
}
.home-hero__title-clone {
  position: absolute;
  opacity: 0.3;
  display: none;
}
@media (min-width: 1000px) {
  .home-hero__title-clone {
    display: block;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .home-hero__title-clone {
    top: 130px;
  }
}
.home-hero__title-clone--right {
  right: -30px;
}
@media (min-width: 1000px) {
  .home-hero__title-clone--right {
    right: -150px;
  }
}
@media (min-width: 1200px) {
  .home-hero__title-clone--right {
    right: -270px;
  }
}
@media (min-width: 1440px) {
  .home-hero__title-clone--right {
    right: -250px;
  }
}
.home-hero__title-clone--left {
  left: -30px;
}
@media (min-width: 1000px) {
  .home-hero__title-clone--left {
    left: -150px;
  }
}
@media (min-width: 1200px) {
  .home-hero__title-clone--left {
    left: -270px;
  }
}
@media (min-width: 1440px) {
  .home-hero__title-clone--left {
    left: -250px;
  }
}
.home-hero__frame {
  position: absolute;
  width: 139px;
}
@media (min-width: 768px) {
  .home-hero__frame {
    width: 152px;
  }
}
@media (min-width: 1000px) {
  .home-hero__frame {
    width: 202px;
  }
}
@media (min-width: 1200px) {
  .home-hero__frame {
    width: 389px;
  }
}
.home-hero__frame--left-top {
  left: 0;
  top: 0;
}
.home-hero__frame--right-top {
  right: 0;
  top: 0;
}
.home-hero__frame--left-bottom {
  left: 0;
  bottom: 0;
}
.home-hero__frame--right-bottom {
  right: 0;
  bottom: 0;
}
.home-hero__image.picture {
  left: 50%;
  width: 90%;
  max-width: 270px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home-hero__image.picture {
    max-width: none;
    width: 335px;
  }
}
@media (min-width: 1000px) {
  .home-hero__image.picture {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .home-hero__image.picture {
    width: 643px;
  }
}
.home-hero__image.picture img {
  object-position: 0 27%;
}
@media (min-width: 768px) {
  .home-hero__image.picture img {
    object-position: bottom;
  }
}
.home-hero__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .home-hero__content {
    margin-top: auto;
  }
}
.home-hero--alt .home-hero__content {
  flex-direction: column;
  margin-top: auto;
}
@media (min-width: 768px) {
  .home-hero--alt .home-hero__content {
    margin-bottom: auto;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .home-hero__content--left {
    align-items: flex-start;
    flex-direction: column;
  }
}
.home-hero__content--bottom {
  margin-top: auto;
}
@media (min-width: 768px) {
  .home-hero__content--bottom {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .home-hero__content--bottom {
    margin-bottom: 120px;
  }
}
.home-hero__content--middle {
  justify-content: center;
}
@media (min-width: 768px) {
  .home-hero__content--middle {
    margin-bottom: auto;
    margin-top: 93px;
  }
}
@media (min-width: 1000px) {
  .home-hero__content--middle {
    margin-top: 123px;
  }
}
@media (min-width: 1200px) {
  .home-hero__content--middle {
    margin-top: 173px;
  }
}
.home-hero__content--left-middle {
  display: block;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .home-hero__content--left-middle {
    margin-bottom: auto;
  }
}
.home-hero__content--right-middle {
  display: block;
  margin-bottom: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .home-hero__content--right-middle {
    margin-bottom: 41px;
  }
}
.home-hero__content--top-middle {
  display: block;
  margin-top: 16px;
  margin-bottom: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .home-hero__content--top-middle {
    margin-top: 41px;
  }
}
.home-hero__content--middle-bottom {
  display: block;
  margin-top: auto;
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-hero__content--middle-bottom {
    margin-bottom: 112px;
  }
}
.home-hero__content--middle-middle {
  display: block;
  margin-bottom: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .home-hero__content--middle-middle {
    margin-bottom: 41px;
  }
}
.home-hero__description-wrapper {
  position: relative;
  width: 320px;
  height: 220px;
  bottom: -55px;
}
@media (min-width: 768px) {
  .home-hero__description-wrapper {
    bottom: auto;
    left: -60px;
    width: 320px;
    height: 220px;
  }
}
@media (min-width: 1000px) {
  .home-hero__description-wrapper {
    width: 350px;
    height: 230px;
  }
}
.home-hero__description {
  color: var(--white);
  width: 100%;
  margin: 0 30px 0 0;
  position: relative;
  max-width: 178px;
}
@media (min-width: 1000px) {
  .home-hero__description {
    max-width: 309px;
  }
}
@media (min-width: 1200px) {
  .home-hero__description {
    max-width: 343px;
  }
}
.home-hero--black .home-hero__description {
  color: var(--black);
}
.home-hero--alt .home-hero__description {
  position: absolute;
  right: 0;
  z-index: 2;
  color: var(--black);
  max-width: none;
  margin-right: 0;
  text-align: center;
  transform: rotate(-6.7deg);
  padding: 0 35px;
  top: 65px;
}
@media (min-width: 768px) {
  .home-hero--alt .home-hero__description {
    padding: 0 25px 0 35px;
    top: 85px;
  }
}
@media (min-width: 1000px) {
  .home-hero--alt .home-hero__description {
    top: 55px;
    padding: 0 40px;
  }
}
.home-hero__content--left-middle .home-hero__description {
  margin-bottom: 25px;
}
.home-hero__content--right-middle .home-hero__description {
  margin: 0 0 25px auto;
}
.home-hero__content--middle-bottom .home-hero__description,
.home-hero__content--middle-middle .home-hero__description,
.home-hero__content--top-middle .home-hero__description {
  margin: 0 auto 25px;
}
.home-hero__underline {
  position: absolute;
  z-index: 2;
  width: 203px;
  left: 60px;
  bottom: 65px;
}
@media (min-width: 620px) {
  .home-hero__underline {
    bottom: 45px;
  }
}
@media (min-width: 1000px) {
  .home-hero__underline {
    width: 248px;
  }
}
@media (min-width: 768px) {
  .home-hero__content--left .home-hero__btn {
    margin-top: 24px;
  }
}
.home-hero__content--right-middle .home-hero__btn {
  margin-left: auto;
}
.home-hero__content--middle-bottom .home-hero__btn,
.home-hero__content--middle-middle .home-hero__btn,
.home-hero__content--top-middle .home-hero__btn {
  margin-right: auto;
  margin-left: auto;
}
.home-hero__btn .button__el {
  margin-top: 5px;
}
.home-hero__btn-img {
  z-index: 1;
}
.site-header {
  transform: translateY(0);
  transition: transform var(--duration-2) ease;
}
.is-scrolling-down .site-header,
.product-sticky-nav--active .site-header {
  transform: translateY(-100%);
}
.footer,
.template-product .site-header {
  position: relative;
}
.footer {
  display: block;
  padding: 24px 0;
  background-image: var(--bg-footer);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: var(--white);
  overflow: hidden;
}
@media (min-width: 1000px) {
  .footer {
    padding: 32px 0 21px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 47px 0 33px;
  }
}
.picture.footer__background {
  height: 1000px;
}
@media (min-width: 768px) {
  .picture.footer__background {
    height: 700px;
  }
}
@media (min-width: 1000px) {
  .picture.footer__background {
    height: auto;
  }
}
.footer__grid {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .footer__grid {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__navs {
  display: block;
  margin-top: 32px;
}
@media (min-width: 1000px) {
  .footer__navs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__navs {
    width: 50%;
    margin-top: 0;
  }
}
.footer__nav {
  border-bottom: 1px solid var(--white);
}
@media (min-width: 1000px) {
  .footer__nav {
    width: calc(33.33333% - 50px);
    margin-right: 25px;
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    max-width: 190px;
  }
}
.footer__nav:first-child {
  border-top: 1px solid var(--white);
}
@media (min-width: 1000px) {
  .footer__nav:first-child {
    border-top: 0;
  }
}
.footer__nav.is-active .footer__nav-title:before {
  transform: translateY(-50%) rotate(0);
}
.footer__nav .footer__nav-title {
  position: relative;
  padding: 16px 0;
}
.footer__nav .footer__nav-title:after,
.footer__nav .footer__nav-title:before {
  content: "";
  position: absolute;
  top: calc(50% + 7px);
  right: 0;
  width: 15px;
  height: 1px;
  display: block;
  background-color: var(--white);
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform var(--speed) var(--ease);
}
@media (min-width: 1000px) {
  .footer__nav .footer__nav-title:after,
  .footer__nav .footer__nav-title:before {
    content: none;
  }
}
.footer__nav .footer__nav-title:before {
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 1000px) {
  .footer__nav .footer__nav-title {
    margin: 0 0 7px;
    padding: 0;
  }
}
.footer__form {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .footer__form {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer__form {
    width: 50%;
    max-width: 606px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer__form--end {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer__form--end .footer__form-newsletter {
    width: auto;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .footer__form--end .footer__form-text {
    max-width: none;
  }
}
.footer__form-newsletter,
.footer__form-sms {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__form-newsletter,
  .footer__form-sms {
    width: 50%;
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .footer__form-newsletter,
  .footer__form-sms {
    width: 50%;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .footer__form-newsletter,
  .footer__form-sms {
    max-width: 238px;
  }
}
.footer__form-sms {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .footer__form-sms {
    margin-top: 0;
    margin-left: 80px;
  }
}
@media (min-width: 1000px) {
  .footer__form-sms {
    margin-left: 49px;
  }
}
@media (min-width: 1200px) {
  .footer__form-sms {
    margin-left: 20px;
  }
}
.footer__nav-item {
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  .footer__nav-item:last-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .footer__nav-item {
    margin-bottom: 5px;
  }
}
.footer__nav-item .footer__nav-link:before {
  content: none;
  bottom: -5px;
  background-color: var(--green);
}
.footer__nav-item .footer__nav-link:hover:before {
  content: "";
}
.footer__form-title {
  margin: 0 0 9px;
}
.footer__form-text {
  max-width: 292px;
  margin: 0 0 8px;
}
@media (min-width: 1000px) {
  .footer__form-text {
    max-width: 229px;
    margin: 0 0 14px;
  }
}
@media (max-width: 999px) {
  .footer__nav-content {
    max-height: 0;
    transition: max-height 0.2s linear;
    overflow: hidden;
    visibility: hidden;
  }
}
@media (max-width: 999px) {
  .footer__nav-content.is-active {
    visibility: visible;
  }
}
.footer__wrapper {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 1000px) {
  .footer-bottom__inner {
    border-top: 1px solid var(--white-20);
    padding-top: 19px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom__inner {
    padding-top: 33px;
  }
}
.footer-bottom__block--right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom__block--right {
    width: auto;
  }
}
.footer-bottom__block--left {
  width: 100%;
  padding-bottom: 23px;
}
@media (min-width: 768px) {
  .footer-bottom__block--left {
    width: auto;
    padding-bottom: 0;
  }
}
.footer-bottom__block--left .footer-bottom__language {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .footer-bottom__block--left .footer-bottom__language {
    margin-bottom: 0;
  }
}
.footer-bottom__block--left .footer-bottom__currency {
  margin: 0 16px 10px 0;
}
@media (min-width: 768px) {
  .footer-bottom__block--left .footer-bottom__currency {
    margin-bottom: 0;
  }
}
.footer-bottom__grid {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-bottom__grid {
    flex-direction: row;
    align-items: center;
  }
}
.footer-bottom__menu {
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--white-1);
  padding-top: 18px;
}
@media (min-width: 768px) {
  .footer-bottom__menu {
    flex-direction: row;
    align-items: center;
    border-top: 0;
    padding-top: 0;
  }
}
.footer-bottom__nav-item {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .footer-bottom__nav-item {
    margin-bottom: 0;
    margin-left: 10px;
  }
}
@media (min-width: 1000px) {
  .footer-bottom__nav-item {
    margin-left: 29px;
  }
}
@media (min-width: 768px) {
  .footer-bottom__nav-item:first-child {
    margin-left: 0;
  }
}
.footer-bottom__nav-link,
.footer__nav-link {
  position: relative;
}
.footer-bottom__nav-link:before,
.footer__nav-link:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: var(--white);
}
.footer-bottom__nav-link:hover:before,
.footer__nav-link:hover:before {
  content: none;
}
@media (min-width: 1000px) {
  .footer__social-links {
    margin-top: 28px;
  }
}
.footer__navs .footer__social-links {
  display: none;
}
@media (min-width: 1000px) {
  .footer__navs .footer__social-links {
    display: block;
  }
}
.footer__social-links--mobile {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .footer__social-links--mobile {
    display: none;
  }
}
.home-shop-the-look {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .home-shop-the-look {
    margin-top: 56px;
  }
}
@media (min-width: 1200px) {
  .home-shop-the-look {
    margin-top: 112px;
  }
}
.shop-the-look {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-the-look {
    padding-bottom: 24px;
  }
}
@media (min-width: 1000px) {
  .shop-the-look {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-bottom: 67px;
  }
}
@media (min-width: 1440px) {
  .shop-the-look {
    margin: 0 auto;
    max-width: 1500px;
  }
}
.shop-the-look__title {
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .shop-the-look__title {
    margin: 0 0 30px;
  }
}
@media (min-width: 1000px) {
  .shop-the-look__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look__title {
    margin-bottom: 55px;
  }
}
@media (min-width: 1000px) {
  .shop-the-look--home .shop-the-look__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .shop-the-look__content {
    display: flex;
    margin: 0 66px;
  }
}
@media (min-width: 768px) {
  .shop-the-look-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .shop-the-look-item.shop-the-look-item--simple {
    width: calc(50% - 27px);
  }
}
.shop-the-look-item--left {
  z-index: 10;
}
.shop-the-look-item--right {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .shop-the-look-item--right {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .shop-the-look-item--right.shop-the-look-item--simple {
    margin-left: auto;
  }
}
.shop-the-look-item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 41px;
}
@media (min-width: 768px) {
  .shop-the-look-item__inner {
    padding: 30px 13px 0 0;
  }
}
@media (min-width: 1000px) {
  .shop-the-look-item__inner {
    padding: 40px 7px 0 0;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item__inner {
    padding: 55px 12px 0 0;
  }
}
.shop-the-look-item--right .shop-the-look-item__inner {
  align-items: flex-start;
  padding: 0 0 70px;
}
@media (min-width: 768px) {
  .shop-the-look-item--right .shop-the-look-item__inner {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item--right .shop-the-look-item__inner {
    padding: 0;
  }
}
.shop-the-look-item--simple .shop-the-look-item__inner {
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  .shop-the-look-item--simple .shop-the-look-item__inner {
    align-items: stretch;
    display: flex;
    height: 100%;
  }
}
.shop-the-look-item__featured {
  width: 210px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .shop-the-look-item__featured {
    width: 301px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item__featured {
    width: 433px;
  }
}
.shop-the-look-item__featured:before {
  padding-bottom: 120.47619%;
}
@media (min-width: 768px) {
  .shop-the-look-item__featured:before {
    padding-bottom: 119.90521%;
  }
}
.shop-the-look-item--right .shop-the-look-item__featured:before {
  padding-bottom: 119.6347%;
}
@media (min-width: 1200px) {
  .shop-the-look-item--right .shop-the-look-item__featured:before {
    padding-bottom: 120.07874%;
  }
}
.shop-the-look-item--right .shop-the-look-item__featured {
  width: 219px;
}
@media (min-width: 768px) {
  .shop-the-look-item--right .shop-the-look-item__featured {
    width: 268px;
  }
}
@media (min-width: 1000px) {
  .shop-the-look-item--right .shop-the-look-item__featured {
    width: 352px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item--right .shop-the-look-item__featured {
    width: 508px;
  }
}
.shop-the-look-item--simple .shop-the-look-item__featured {
  width: 100%;
}
.shop-the-look-item__sticky-wrapper {
  position: absolute;
  bottom: 12px;
  left: 13px;
  width: 81px;
  z-index: 10;
  transform: translate(-50%, 50%);
}
.shop-the-look-item__sticky-wrapper:before {
  padding-bottom: 72.782875%;
}
@media (min-width: 1000px) {
  .shop-the-look-item__sticky-wrapper {
    bottom: 39px;
    left: 33px;
    width: 165px;
  }
}
.shop-the-look-item--right .shop-the-look-item__sticky-wrapper {
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  width: 70px;
  height: 26px;
  transform: translate(50%, -50%) rotate(39.34deg);
}
@media (min-width: 1000px) {
  .shop-the-look-item--right .shop-the-look-item__sticky-wrapper {
    top: 30px;
    right: 30px;
    width: 165px;
    height: 61px;
  }
}
.shop-the-look-item--simple .shop-the-look-item__sticky-wrapper {
  display: none;
}
.shop-the-look-item__product {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px;
  height: 46px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (min-width: 1000px) {
  .shop-the-look-item__product {
    width: 112px;
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item__product {
    width: 151px;
    height: 84px;
  }
}
.shop-the-look-item__product-wrapper {
  width: 108px;
  height: 103px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .shop-the-look-item__product-wrapper {
    width: 162px;
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item__product-wrapper {
    width: 202px;
    height: 192px;
  }
}
.shop-the-look-item__product-wrapper:before {
  padding-bottom: 92.12963%;
}
.shop-the-look-item__product-item {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .shop-the-look-item__product-item {
    top: -15px;
    left: -3px;
  }
}
@media (min-width: 1000px) {
  .shop-the-look-item__product-item {
    top: -35px;
    left: -7px;
  }
}
.shop-the-look-item--right .shop-the-look-item__product-item {
  top: auto;
  left: auto;
  right: -10px;
  bottom: 0;
}
@media (min-width: 768px) {
  .shop-the-look-item--right .shop-the-look-item__product-item {
    right: -3px;
    bottom: -25px;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item--right .shop-the-look-item__product-item {
    right: 0;
  }
}
.shop-the-look-item--simple .shop-the-look-item__product-item {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  transform: none;
  border: 1px solid var(--green);
  margin: -40px auto 0;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .shop-the-look-item--simple .shop-the-look-item__product-item {
    flex-grow: 1;
    margin: -30px 20px 0;
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item--simple .shop-the-look-item__product-item {
    margin-right: 66px;
    margin-left: 66px;
  }
}
@media (min-width: 768px) {
  .shop-the-look-item--right .shop-the-look-item__media-inner {
    transform: translateX(-40px);
  }
}
@media (min-width: 1200px) {
  .shop-the-look-item--right .shop-the-look-item__media-inner {
    transform: translateX(-75px);
  }
}
.shop-the-look-item--simple .shop-the-look-item__media-inner {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .shop-the-look-item--simple .shop-the-look-item__media-inner {
    transform: none;
    width: 100%;
    margin: 0;
  }
}
.shop-the-look-item__collection {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 55px;
  left: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .shop-the-look-item__collection {
    right: 35px;
    bottom: 45px;
    left: 35px;
    display: block;
  }
}
.shop-the-look-item--simple.shop-the-look-item--has-product
  .shop-the-look-item__collection {
  bottom: 66px;
}
@media (min-width: 768px) {
  .shop-the-look-item--simple.shop-the-look-item--has-product
    .shop-the-look-item__collection {
    bottom: 76px;
  }
}
.shop-the-look-item__collection-title {
  margin-bottom: 12px;
  color: var(--white);
}
@media (min-width: 768px) {
  .shop-the-look-item__collection-title {
    margin-bottom: 18px;
  }
}
.shop-the-look--home .shop-the-look-item__collection-title {
  margin-bottom: 10px;
}
.hello-vintage-frames-home {
  margin-top: -50px;
}
@media (min-width: 1200px) {
  .hello-vintage-frames-home {
    margin-top: -20px;
  }
}
.hello-vintage-frames {
  overflow-x: hidden;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .hello-vintage-frames {
    padding-top: 80px;
  }
}
.hvf__container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 619px) {
  .hvf__container {
    padding-top: 70px;
    padding-bottom: 86px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 620px) {
  .hvf__container {
    padding: 120px 0 220px;
  }
}
@media (max-width: 999px) and (min-width: 620px) {
  .hvf__container {
    max-width: 600px;
  }
}
@media (min-width: 1000px) {
  .hvf__container {
    align-items: center;
    padding: 200px 50px 225px;
  }
}
@media (min-width: 1200px) {
  .hvf__container {
    align-items: stretch;
    padding-top: 250px;
    padding-bottom: 300px;
  }
}
.hvf__primary {
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 231px;
}
@media (max-width: 999px) and (min-width: 620px) {
  .hvf__primary {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .hvf__primary {
    max-height: none;
  }
}
@media (min-width: 1000px) {
  .hvf__primary {
    padding-left: 45px;
  }
}
@media (min-width: 1200px) {
  .hvf__primary {
    padding-left: 0;
  }
}
@media (max-width: 619px) {
  .hvf__primary.hvf__primary--tablet {
    display: none;
  }
}
.hvf__book-mobile .hvf__primary {
  position: absolute;
  transform: translateX(5%);
}
.hvf__primary-title {
  text-align: center;
  width: 224px;
}
@media (min-width: 1000px) {
  .hvf__primary-title {
    width: 267px;
  }
}
@media (min-width: 1200px) {
  .hvf__primary-title {
    margin-top: 10px;
    width: 336px;
  }
}
.hvf__buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .hvf__buttons {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .hvf__primary-button {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .hvf__primary-button {
    margin-right: 10px;
  }
}
.hvf__secondary {
  display: flex;
  align-items: center;
  z-index: 3;
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .hvf__secondary {
    padding-top: 40px;
  }
}
@media (max-width: 619px) {
  .hvf__secondary {
    position: relative;
    margin-top: 210px;
  }
}
.hvf__product-image.picture {
  position: relative;
  height: auto;
  width: 177px;
  overflow: visible;
}
@media (min-width: 768px) {
  .hvf__product-image.picture {
    overflow: hidden;
  }
}
@media (min-width: 1000px) {
  .hvf__product-image.picture {
    width: 317px;
  }
}
@media (min-width: 1200px) {
  .hvf__product-image.picture {
    width: 401px;
  }
}
.hvf__product-image.picture:before {
  content: "";
  display: block;
  padding-top: 42%;
}
@media (max-width: 619px) {
  .hvf__book {
    display: none;
  }
}
.hvf__book-mobile {
  position: relative;
  display: none;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.hvf__book-mobile:before {
  content: "";
  display: block;
  padding-bottom: 148.125%;
}
@media (max-width: 619px) {
  .hvf__book-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hvf__book.picture {
  position: absolute;
  z-index: 2;
}
@media (max-width: 619px) {
  .hvf__book.picture img.picture__img {
    object-fit: contain;
  }
}
@media (max-width: 619px) {
  .hvf__book.picture {
    left: -90%;
    min-width: 200%;
  }
}
@media (min-width: 620px) {
  .hvf__book.picture {
    width: 582px;
    left: -281px;
  }
}
@media (max-width: 999px) {
  .hvf__book.picture {
    max-height: 470px;
  }
}
@media (min-width: 1000px) {
  .hvf__book.picture {
    left: -370px;
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .hvf__book.picture {
    width: 1047px;
    left: -515px;
  }
}
.hvf__card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-17.3deg);
  width: 247px;
}
@media (max-width: 619px) {
  .hvf__card {
    top: -95%;
    left: -20px;
  }
}
@media (min-width: 620px) {
  .hvf__card {
    top: 30px;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .hvf__card {
    right: 180px;
    width: 273px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .hvf__card {
    right: 20px;
    top: 65px;
    width: 379px;
  }
}
.hvf__card:after {
  content: "";
  display: block;
  padding-bottom: 67.810026%;
}
.hvf__card-text {
  position: relative;
  z-index: 2;
  transform: rotate(3.9deg) translateY(5px);
}
@media (min-width: 1000px) {
  .hvf__card-text {
    transform: rotate(3.9deg) translateY(10px);
  }
}
@media (min-width: 1200px) {
  .hvf__card-text {
    transform: rotate(3.9deg) translateY(15px);
  }
}
.hvf__underline {
  position: absolute;
  z-index: 2;
  transform: rotate(17.3deg) translate(10px, 20px);
  width: 209px;
}
@media (min-width: 620px) {
  .hvf__underline {
    width: 180px;
  }
}
@media (min-width: 1000px) {
  .hvf__underline {
    transform: rotate(17.3deg) translate(15px, 25px);
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .hvf__underline {
    transform: rotate(17.3deg) translate(20px, 35px);
    width: 280px;
  }
}
.hvf__oval {
  position: absolute;
}
@media (max-width: 619px) {
  .hvf__oval {
    width: 639px;
    left: -200px;
    bottom: 0;
  }
}
@media (min-width: 620px) {
  .hvf__oval {
    width: 581px;
  }
}
@media (min-width: 768px) {
  .hvf__oval {
    bottom: 50px;
    right: -120px;
  }
}
@media (min-width: 1000px) {
  .hvf__oval {
    width: 761px;
    bottom: 120px;
    right: -150px;
  }
}
@media (min-width: 1200px) {
  .hvf__oval {
    right: -180px;
    bottom: 130px;
  }
}
.hvf__moments {
  position: relative;
  max-width: 275px;
}
@media (max-width: 999px) and (min-width: 620px) {
  .hvf__moments {
    bottom: -110px;
    right: -25px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .hvf__moments {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .hvf__moments {
    margin-top: auto;
    bottom: -62px;
  }
}
.hvf__moment:not(:first-child) {
  margin-top: 25px;
}
.hvf__moment-description {
  margin-top: 8px;
}
.let-us-style-you-home {
  margin-bottom: 45px;
  margin-top: -120px;
}
@media (min-width: 768px) {
  .let-us-style-you-home {
    margin-top: -80px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1000px) {
  .let-us-style-you-home {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .let-us-style-you-home {
    margin-bottom: 84px;
  }
}
.let-us-style-you {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .let-us-style-you {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .let-us-style-you {
    height: 500px;
  }
}
@media (min-width: 1000px) {
  .let-us-style-you {
    height: 620px;
  }
}
@media (min-width: 1440px) {
  .let-us-style-you {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.lusy__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .lusy__container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.lusy__tag {
  position: absolute;
  right: 0;
  display: none;
}
@media (min-width: 1000px) {
  .lusy__tag {
    width: 224px;
    display: block;
    transform: translate(-110px, 75px) rotate(18.77deg);
  }
}
@media (min-width: 1160px) {
  .lusy__tag {
    transform: translateY(70px) rotate(18.77deg);
  }
}
.lusy__options {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 547px;
  padding: 120px 0 0;
}
@media (min-width: 620px) {
  .lusy__options {
    padding: 120px 60px 0;
  }
}
@media (min-width: 768px) {
  .lusy__options {
    padding: 100px 70px 0;
  }
}
@media (min-width: 1000px) {
  .lusy__options {
    max-width: 635px;
  }
}
@media (min-width: 840px) {
  .lusy__options {
    padding: 95px 80px 0;
  }
}
.lusy__title {
  z-index: 3;
  color: var(--black);
}
.lusy__options__selectors {
  z-index: 3;
  position: relative;
  margin-top: 12px;
}
.lusy__option__selector-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
}
.lusy__option__selector-wrapper:nth-child(2) {
  margin-top: 8px;
}
.lusy__option__selector-wrapper:after {
  content: "";
  width: 3px;
  height: 3px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  margin-bottom: 5px;
}
.lusy__option__selector {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 2px;
  margin-right: 9px;
}
.lusy__options-btn {
  margin-top: 20px;
}
.lusy__options-bg {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 374px;
  height: 547px;
  transform: rotate(83deg) translate(-70px, 10px);
}
@media (min-width: 768px) {
  .lusy__options-bg {
    transform: rotate(83deg) translate(-45px, -70px);
    left: 0;
  }
}
@media (min-width: 1000px) {
  .lusy__options-bg {
    transform: rotate(83deg) translate(-45px, -140px);
    width: 434px;
    height: 635px;
    left: 0;
  }
}
.lusy__options-img {
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 219px;
  height: 99px;
  transform: rotate(-20.01deg) translate(30px, 45px);
}
@media (min-width: 445px) {
  .lusy__options-img {
    transform: rotate(-20.01deg) translate(-70px, -20px);
  }
}
@media (min-width: 768px) {
  .lusy__options-img {
    transform: rotate(-20.01deg) translate(-60px);
  }
}
@media (min-width: 1000px) {
  .lusy__options-img {
    transform: rotate(-20.01deg) translate(-30px, 70px);
    width: 303px;
    height: 137px;
  }
}
.lusy__barcode {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92px;
  transform: rotate(-45deg) translate(-120px, 130px);
}
.lusy__barcode:after {
  content: "";
  display: block;
  padding-bottom: 185.093168%;
}
@media (min-width: 768px) {
  .lusy__barcode {
    transform: rotate(-45deg) translate(20px, 90px);
    bottom: 50px;
  }
}
@media (min-width: 1000px) {
  .lusy__barcode {
    width: 161px;
    transform: rotate(-45deg) translateX(-40px);
    bottom: 20px;
  }
}
.lusy__key {
  position: absolute;
  width: 307px;
  right: -180px;
  top: 45%;
}
@media (max-width: 999px) {
  .lusy__key {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lusy__key {
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
  }
}
@media (min-width: 1441px) {
  .lusy__key {
    right: 0;
  }
}
.lusy__key:after {
  content: "";
  display: block;
  padding-bottom: 74.918567%;
}
.lusy__product {
  position: relative;
  z-index: 2;
  max-width: 300px;
  width: calc(100% - 120px);
  margin-top: 130px;
}
.lusy__product:after {
  content: "";
  display: block;
  padding-bottom: 123.529412%;
}
@media (min-width: 1000px) {
  .lusy__product:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .lusy__product {
    margin-top: 0;
    width: 100%;
    max-width: 205px;
    transform: translate(-60px, 210px);
  }
}
@media (min-width: 1000px) {
  .lusy__product {
    transform: translate(-40px, 200px);
    max-width: 317px;
  }
}
.lusy__product-img {
  position: absolute;
  top: 0;
  width: calc(100% - 17px);
  transform: translate(9px, 10px);
}
@media (min-width: 768px) {
  .lusy__product-img {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1000px) {
  .lusy__product-img {
    transform: translate(12px, 12px);
    width: calc(100% - 23px);
  }
}
.lusy__product-img:after {
  content: "";
  display: block;
  padding-bottom: 102.054795%;
}
.lusy__polaroid {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.lusy__polaroid:after {
  content: "";
  display: block;
  padding-bottom: 123.343849%;
}
.lusy__tac {
  position: absolute;
  left: -15px;
  top: -10px;
  width: 37px;
  height: 34px;
  z-index: 2;
}
.lusy__product-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 12px;
  transform: translate(30px, 10px) rotate(1.52deg);
}
@media (min-width: 445px) {
  .lusy__product-btn {
    padding: 12px 10px;
    min-width: 180px;
  }
}
@media (min-width: 1000px) {
  .lusy__product-btn {
    transform: translate(30px, 370px) rotate(1.52deg);
  }
}
.lusy__product-btn .button__el {
  white-space: nowrap;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container-horizontal > .swiper-scrollbar {
  height: 1.5px;
}
@media (min-width: 1000px) {
  #pdp-just-for-you .swiper-scrollbar {
    bottom: 5px;
  }
}
.slide {
  position: relative;
}
@media (max-width: 767px) {
  .slide--explore-more .slide__container {
    padding: 0 15px;
  }
}
.slide__button {
  display: none;
}
@media (min-width: 1000px) {
  .slide__button {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    margin-top: 0;
  }
}
.slide__button:after {
  content: none;
}
.slide__button:not([disabled]):focus {
  outline: none;
}
.slide__button.swiper-button-lock {
  display: none;
}
.slide__button.swiper-button-lock.slide__button--product {
  display: block;
}
@media (min-width: 768px) {
  .slide__button.swiper-button-lock.slide__button--product {
    display: none;
  }
}
.slide__button--product {
  top: 48%;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.296 12l8.492-8.727a.75.75 0 10-1.076-1.046l-9 9.25a.75.75 0 000 1.046l9 9.25a.75.75 0 101.076-1.046L4.296 12z' fill='%23212121'/%3E%3C/svg%3E");
  background-size: cover;
  z-index: 99;
}
.slide__button--product svg {
  display: none;
}
@media (min-width: 768px) {
  .slide__button--product {
    display: none;
  }
}
.slide__button--product.slide__button--next {
  right: 3px;
  transform: rotate(180deg);
}
.slide__button--product.slide__button--prev {
  left: 3px;
}
.slide__button--prev {
  left: 0;
  margin-right: 10px;
}
.slide__button--next {
  right: 0;
  margin-left: 10px;
}
.slide__control {
  position: relative;
  height: 16px;
  margin-top: 22px;
}
.slide--featured-products .slide__control,
.slide--just-for-you .slide__control,
.slide--product-carousel .slide__control,
.slide--related-products .slide__control {
  margin: 8px 16px 0;
}
@media (min-width: 768px) {
  .slide--featured-products .slide__control,
  .slide--just-for-you .slide__control,
  .slide--product-carousel .slide__control,
  .slide--related-products .slide__control {
    margin: 8px 0 0;
  }
}
@media (min-width: 1000px) {
  .slide--featured-products .slide__control,
  .slide--just-for-you .slide__control,
  .slide--product-carousel .slide__control,
  .slide--related-products .slide__control {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .slide--featured-products .slide__control,
  .slide--just-for-you .slide__control,
  .slide--product-carousel .slide__control,
  .slide--related-products .slide__control {
    margin-top: 20px;
  }
}
.slide--instagram-carousel .slide__control,
.slide--product-gallery .slide__control,
.slide--series-carousel .slide__control {
  width: calc(100% - 32px);
  max-width: var(--xl);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .slide--instagram-carousel .slide__control,
  .slide--product-gallery .slide__control,
  .slide--series-carousel .slide__control {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1200px) {
  .slide--instagram-carousel .slide__control,
  .slide--product-gallery .slide__control,
  .slide--series-carousel .slide__control {
    width: calc(100% - 112px);
  }
}
.slide--series-carousel .slide__control {
  margin-top: 24px;
}
@media (min-width: 1000px) {
  .slide--series-carousel .slide__control {
    margin-top: 29px;
  }
}
@media (min-width: 1200px) {
  .slide--series-carousel .slide__control {
    margin-top: 37px;
  }
}
.slide--one .slide__control,
.slide--recently.slide--hide-control .slide__control {
  display: none;
}
.recently-viewed--plp .slide--recently.slide--hide-control .slide__control {
  display: block;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .recently-viewed--plp .slide--recently.slide--hide-control .slide__control {
    display: none;
  }
}
.slide--explore-more .slide__control {
  height: auto;
  margin-top: 0;
}
.slide--product-carousel .slide__control {
  height: auto;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .slide--collection-4-up .slide__control {
    margin-top: 16px;
  }
}
.product-carousel--home .slide--product-carousel .slide__control {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .product-carousel--home .slide--product-carousel .slide__control {
    margin-top: 22px;
  }
}
.slide__control--product {
  position: static;
}
.swiper-pagination-explore-more {
  margin-top: 22px;
}
@media (min-width: 1000px) {
  .swiper-pagination-explore-more {
    margin: 0;
  }
}
.slide__pagination--progressbar {
  position: relative;
  width: 100%;
  height: 1px;
  text-align: left;
  background-color: var(--gray-2);
}
.slide__pagination--progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transform-origin: left top;
}
.slide__pagination {
  position: relative;
  display: flex;
  width: 100%;
}
.swiper-pagination-bullet {
  flex: 1 1;
  height: 1px;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--black);
}
.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  background-color: var(--gray-2);
}
.slide--product-gallery .swiper-pagination-bullet {
  position: relative;
  height: 10px;
  background-color: initial;
}
.slide--product-gallery .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
@media (min-width: 768px) {
  .slide--product-gallery .swiper-pagination-bullet:before {
    content: none;
  }
}
.slide--product-gallery .swiper-pagination-bullet-active:before {
  background-color: var(--black);
}
.slide--product-gallery
  .swiper-pagination-bullet-active
  ~ .swiper-pagination-bullet:before {
  background-color: var(--gray-2);
}
.slide__item {
  height: auto;
}
.slide--one .slide__item {
  width: calc(100% - 54px);
  margin: auto;
}
@media (min-width: 768px) {
  .slide--one .slide__item {
    width: 33.33333%;
    margin: initial;
  }
}
.slide--explore-more .slide__item {
  z-index: 2;
}
.slide--explore-more .slide__item:last-child {
  z-index: 1;
}
.slide--explore-more .slide__item:first-child {
  z-index: 3;
}
.product-gallery--gift-card .slide__item {
  width: 100%;
}
@media (min-width: 768px) {
  .slide--only-mobile .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .slide--only-mobile .slide__control {
    display: none;
  }
}
.slide--featured-products.slide--hide-control .swiper-wrapper {
  justify-content: center;
}
@media (min-width: 768px) {
  .swiper-container:not(.swiper-container-initialized) .slide__item {
    width: 33.33333%;
    margin: initial;
  }
}
.slide--instagram-carousel
  .swiper-container:not(.swiper-container-initialized)
  .slide__item {
  width: 100%;
  max-width: 241px;
}
@media (min-width: 768px) {
  .slide--instagram-carousel
    .swiper-container:not(.swiper-container-initialized)
    .slide__item {
    width: 50%;
    max-width: 346px;
    margin-right: 12px;
  }
}
@media (min-width: 1000px) {
  .slide--instagram-carousel
    .swiper-container:not(.swiper-container-initialized)
    .slide__item {
    max-width: 396px;
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .slide--instagram-carousel
    .swiper-container:not(.swiper-container-initialized)
    .slide__item {
    max-width: 552px;
    margin-right: 25px;
  }
}
@media (min-width: 1000px) {
  .slide--collection-4-up
    .swiper-container:not(.swiper-container-initialized)
    .slide__item {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1200px) {
  .slide--collection-4-up
    .swiper-container:not(.swiper-container-initialized)
    .slide__item {
    width: calc(25% - 30px);
  }
}
.swiper-container:not(.swiper-container-initialized) .slide__control {
  display: none;
}
.swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  justify-content: center;
}
.slide--collection-4-up
  .swiper-container:not(.swiper-container-initialized)
  .swiper-wrapper {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .slide--product-gallery .swiper-container .slide__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .slide--product-gallery .swiper-container .slide__item--0 {
    width: 100%;
  }
}
.slide--product-gallery .swiper-container .swiper-container {
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .slide--product-gallery .swiper-container .swiper-container {
    margin: 0;
  }
}
.slide--product-gallery .swiper-container .swiper-wrapper {
  justify-content: flex-start;
}
.collection-4-up {
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .collection-4-up {
    padding-bottom: 30px;
  }
}
.c4u__container {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .c4u__container {
    width: 100%;
  }
}
.c4u__slide-wrapper {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .c4u__slide-wrapper {
    padding: 0 20px;
  }
}
.c4u__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c4u__title {
    margin-bottom: 30px;
  }
}
.c4u__subtitle {
  transform: rotate(14.07deg);
  position: absolute;
  top: -10px;
  right: -20px;
  width: 224px;
}
@media (max-width: 1199px) {
  .c4u__subtitle {
    display: none;
  }
}
.slide--collection-4-up .slide__container {
  overflow: visible;
}
.c4u__string {
  top: -10px;
  position: absolute;
  z-index: 2;
  left: 0;
  height: 80px;
  width: 332%;
}
@media (min-width: 445px) {
  .c4u__string {
    left: 5px;
    width: 328%;
    top: 0;
  }
}
@media (min-width: 620px) {
  .c4u__string {
    width: 325%;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .c4u__string {
    top: -20px;
    width: calc(113% + 10px);
  }
}
@media (min-width: 1024px) {
  .c4u__string {
    width: 100%;
    left: 0;
  }
}
.collection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}
@media (min-width: 1000px) {
  .collection-card {
    padding-bottom: 4px;
  }
}
.collection-card__image-wrapper {
  position: relative;
  width: 100%;
}
.slide__item:nth-child(2) .collection-card__image-wrapper {
  -webkit-clip-path: polygon(1% 0, 100% 1%, 99% 100%, 0 99%);
  clip-path: polygon(1% 0, 100% 1%, 99% 100%, 0 99%);
}
.slide__item:nth-child(3) .collection-card__image-wrapper,
.slide__item:nth-child(5) .collection-card__image-wrapper {
  -webkit-clip-path: polygon(0 1%, 99% 0, 100% 99%, 1% 100%);
  clip-path: polygon(0 1%, 99% 0, 100% 99%, 1% 100%);
}
.slide__item:nth-child(4) .collection-card__image-wrapper {
  -webkit-clip-path: polygon(2% 0, 100% 2%, 98% 100%, 0 98%);
  clip-path: polygon(2% 0, 100% 2%, 98% 100%, 0 98%);
}
.collection-card__img {
  position: relative;
}
.collection-card__img:before {
  content: "";
  display: block;
  padding-top: 130.548918%;
}
.collection-card__tear {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -45px;
}
.collection-card__title {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 1000px) {
  .collection-card__title {
    margin-top: 30px;
  }
}
.collection-card__description {
  margin-top: 10px;
  text-align: center;
}
.collection-card__button {
  margin-top: 20px;
}
.collection-card__tac {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 29px;
  height: 35px;
}
@media (min-width: 768px) {
  .collection-card__tac {
    width: 37px;
  }
}
div[id$="__product-carousel"] {
  z-index: 2;
}
@media (min-width: 768px) {
  .product-carousel-home {
    position: relative;
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .product-carousel-home {
    margin-top: -80px;
  }
}
.product-carousel {
  position: relative;
  overflow: hidden;
}
.product-carousel.product-carousel--recently {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .product-carousel.product-carousel--recently {
    margin-bottom: 22px;
  }
}
@media (min-width: 1000px) {
  .product-carousel.product-carousel--recently {
    margin-bottom: 56px;
  }
}
.product-carousel .product-carousel__wrapper {
  overflow: hidden;
}
.recently-viewed--plp .product-carousel {
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .recently-viewed--plp .product-carousel {
    margin-bottom: 40px;
  }
}
.product-carousel .swiper-container {
  padding-top: 20px;
  overflow: visible;
}
@media (min-width: 768px) {
  .product-carousel .swiper-container {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .product-carousel__container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-carousel--style-guide .product-carousel__container {
    width: 100%;
    max-width: 100%;
  }
}
.product-carousel__container--has-border {
  position: relative;
  padding: 40px 0 43px;
}
@media (min-width: 768px) {
  .product-carousel__container--has-border {
    padding: 30px 0 54px;
  }
}
@media (min-width: 1000px) {
  .product-carousel__container--has-border {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .product-carousel__container--has-border {
    padding: 58px 0 68px;
  }
}
.product-carousel__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-carousel__title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .product-carousel__title {
    margin-bottom: 31px;
  }
}
.product-carousel--article {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .product-carousel--article {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .product-carousel--article {
    margin-bottom: 41px;
  }
}
@media (min-width: 1440px) {
  .product-carousel--article {
    margin-bottom: 57px;
  }
}
.product-carousel__border {
  position: absolute;
}
.product-carousel__border svg {
  width: 135px;
  height: 18px;
}
@media (min-width: 768px) {
  .product-carousel__border svg {
    width: 100%;
    height: 26px;
  }
}
.product-carousel__left-top {
  top: 0;
  left: 15px;
}
@media (min-width: 768px) {
  .product-carousel__left-top {
    left: 0;
  }
}
.product-carousel__right-top {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .product-carousel__right-top {
    right: 0;
  }
}
.product-carousel__left-bottom {
  bottom: 0;
  left: 15px;
}
@media (min-width: 768px) {
  .product-carousel__left-bottom {
    left: 0;
  }
}
.product-carousel__right-bottom {
  bottom: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .product-carousel__right-bottom {
    right: 0;
  }
}
.product-card {
  position: relative;
  border: 1px solid var(--grey);
  padding: 10px 12px 8px;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .product-card {
    padding: 36px 15px 16px;
  }
}
@media (min-width: 1000px) {
  .product-card {
    padding: 14px 14px 6px;
  }
}
@media (min-width: 1200px) {
  .product-card {
    padding: 37px 23px 23px;
  }
}
@media (min-width: 1000px) {
  .product-card.plp__grid-item {
    padding: 14px 10px 6px;
  }
}
@media (min-width: 1200px) {
  .product-card.plp__grid-item {
    padding: 30px 15px 11px;
  }
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card.plp__grid-item {
    display: flex;
    flex-direction: column;
  }
}
.product-card.plp__grid-item.product-card--list {
  padding: 10px 10px 20px;
}
@media (min-width: 768px) {
  .product-card.plp__grid-item.product-card--list {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .product-card.plp__grid-item.product-card--list {
    padding: 20px 40px 15px 20px;
  }
}
.product-card .product-card__header .product-card__price {
  display: none;
}
.product-card.product-card--slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 13px 10px 10px;
  background-color: var(--white);
}
@media (min-width: 1000px) {
  .product-card.product-card--slide {
    padding: 17px 7px 6px;
  }
}
@media (min-width: 1200px) {
  .product-card.product-card--slide {
    padding: 54px 22px 23px;
  }
}
.product-card.product-card--search-results {
  height: 100%;
}
.product-card.plp__grid-item--normal {
  display: flex;
  flex-direction: column;
}
.plp__grid--list .product-card.plp__grid-item--normal {
  flex-direction: unset;
}
.product-card--small {
  height: 100%;
  padding: 3px 8px 9px;
}
@media (min-width: 1000px) {
  .product-card--small {
    margin-top: -1px;
    padding: 3px 10px 10px;
  }
}
.product-card--small .product-card__top {
  width: 97px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .product-card--small .product-card__top {
    width: 109px;
  }
}
.product-card__cta {
  display: none;
}
.plp__grid--grid .product-card__header-bottom {
  display: block;
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card__header-bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 3px;
  }
}
.plp__grid--list .product-card__header-bottom {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .plp__grid--list .product-card__header-bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-card--search-results .product-card__header-bottom {
    min-height: 38px;
  }
}
@media (min-width: 1200px) {
  .product-card--search-results .product-card__header-bottom {
    min-height: 48px;
  }
}
.product-card__total {
  margin-left: auto;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 5px;
}
.color-selector--shop-the-look .product-card__total {
  width: 100%;
}
.plp__grid--grid .product-card__total {
  margin-top: 3px;
}
.product-card__header-bottom--no-colors {
  justify-content: flex-end;
}
.product-card--header-search .product-card__header-bottom--no-colors,
.product-card--small .product-card__header-bottom--no-colors {
  justify-content: flex-start;
}
.product-card--mini
  .product-card__header-bottom--no-colors.product-card__header-bottom {
  margin-top: 0;
}
.product-card--mini {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 13px 10px;
  border: none;
  background: var(--white);
  text-align: left;
}
@media (min-width: 1000px) {
  .product-card--mini {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .product-card--mini {
    padding: 21px 33px;
  }
}
.product-card--mini .product-card__header-bottom {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .product-card--mini .product-card__header-bottom {
    margin-top: 12px;
  }
}
@media (min-width: 1000px) {
  .product-card--mini .product-card__category {
    margin-top: 4px;
  }
}
.product-card--mini .product-card__total {
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
.product-card--mini .product-card--compare-price.product-card__price {
  color: var(--red);
}
.product-card__image-hover {
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration) var(--ease),
    visibility var(--duration) var(--ease);
}
@media (min-width: 1000px) {
  .product-card:hover .product-card__image-hover {
    opacity: 1;
    visibility: visible;
  }
}
.product-card__featured {
  display: block;
  position: relative;
}
.product-card__featured:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65.44118%;
}
@media (min-width: 768px) {
  .product-card__featured:after {
    padding-bottom: 65.25424%;
  }
}
@media (min-width: 1000px) {
  .product-card__featured:after {
    padding-bottom: 65.15837%;
  }
}
@media (min-width: 1200px) {
  .product-card__featured:after {
    padding-bottom: 65.47315%;
  }
}
.featured-products__carousel .product-card__featured:after {
  padding-bottom: 73.52941%;
}
@media (min-width: 768px) {
  .featured-products__carousel .product-card__featured:after {
    padding-bottom: 100%;
  }
}
@media (min-width: 1000px) {
  .featured-products__carousel .product-card__featured:after {
    padding-bottom: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .featured-products__carousel .product-card__featured:after {
    padding-bottom: 75%;
  }
}
@media (max-width: 767px) {
  .product-card--list .product-card__featured {
    width: 100%;
    max-width: 140px;
  }
}
.product-card--list .product-card__featured:after {
  padding-bottom: 65.24823%;
}
@media (min-width: 768px) {
  .product-card--list .product-card__featured:after {
    padding-bottom: 65.25974%;
  }
}
@media (min-width: 1200px) {
  .product-card--list .product-card__featured:after {
    padding-bottom: 65.47368%;
  }
}
.product-card--slide .product-card__featured {
  max-width: 194px;
  margin: auto;
}
@media (min-width: 768px) {
  .product-card--slide .product-card__featured {
    max-width: 192px;
  }
}
@media (min-width: 1000px) {
  .product-card--slide .product-card__featured {
    max-width: 287px;
  }
}
@media (min-width: 1200px) {
  .product-card--slide .product-card__featured {
    max-width: 391px;
  }
}
.product-card--mini .product-card__featured {
  width: 100%;
  height: 100%;
}
.product-card--mini .product-card__featured:after {
  content: none;
}
.product-card__details {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.product-card--list .product-card__details {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.plp__grid-item--normal .product-card__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card__title {
  max-width: 159px;
  margin: 0;
  flex: 1 1;
  color: var(--black);
}
@media (min-width: 1000px) {
  .product-card__title {
    max-width: 244px;
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  .product-card__title {
    max-width: 306px;
  }
}
.plp__grid--grid .product-card__title {
  max-width: none;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .plp__grid--grid .product-card__title {
    max-width: 167px;
  }
}
@media (min-width: 1200px) {
  .plp__grid--grid .product-card__title {
    max-width: 275px;
  }
}
.product-card--list .product-card__title {
  font-family: var(--headings-font-family);
  font-size: 15px;
  line-height: 17px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
  max-width: 460px;
  margin: 8px 0 0;
}
@media (min-width: 1000px) {
  .product-card--list .product-card__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.product-card--small .product-card__title {
  margin-bottom: 12px;
}
.product-card--mini .product-card__title {
  max-width: 300px;
}
@media (min-width: 1000px) {
  .product-card--mini .product-card__title {
    max-width: 244px;
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  .product-card--mini .product-card__title {
    max-width: 306px;
  }
}
.product-card__variants {
  display: none;
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-card__variants {
    margin-top: 15px;
  }
}
.product-card__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .product-card__bottom {
    padding-top: 29px;
  }
}
@media (min-width: 1000px) {
  .product-card__bottom {
    padding-top: 2px;
  }
}
@media (min-width: 1200px) {
  .product-card__bottom {
    padding-top: 25px;
  }
}
.product-card--list .product-card__bottom,
.product-card--mini .product-card__bottom {
  flex: 1 1;
  padding: 0;
}
.product-card--slide .product-card__bottom {
  flex: initial;
  margin-top: auto;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .product-card--slide .product-card__bottom {
    padding-top: 13px;
  }
}
@media (min-width: 1000px) {
  .product-card--slide .product-card__bottom {
    padding-top: 23px;
  }
}
@media (min-width: 1200px) {
  .product-card--slide .product-card__bottom {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card__bottom {
    flex: none;
    margin-top: auto;
  }
}
.product-card--list .product-card__top {
  max-width: 142px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0;
}
@media (min-width: 768px) {
  .product-card--list .product-card__top {
    width: 50%;
    max-width: 308px;
    display: block;
    margin-right: 24px;
  }
}
@media (min-width: 1000px) {
  .product-card--list .product-card__top {
    max-width: 301px;
  }
}
@media (min-width: 1200px) {
  .product-card--list .product-card__top {
    max-width: 475px;
  }
}
.product-card--mini .product-card__top {
  width: 80px;
  height: 45px;
  margin-right: 10px;
}
@media (min-width: 1000px) {
  .product-card--mini .product-card__top {
    width: 155px;
    height: 89px;
    margin-right: 29px;
  }
}
.product-card--image-with-products .product-card__top {
  width: 93px;
  height: 53px;
}
@media (min-width: 1000px) {
  .product-card--image-with-products .product-card__top {
    width: 89px;
    height: 51px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .product-card--image-with-products .product-card__top {
    width: 155px;
    height: 89px;
    margin-right: 29px;
  }
}
.plp__grid-item--normal .product-card__top,
.product-card--slide .product-card__top {
  width: 100%;
}
.product-card__group {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1000px) {
  .product-card__group {
    top: 5px;
  }
}
.product-card__group--trait {
  width: 100%;
}
.product-card__button-traits {
  margin: 0;
  padding: 0;
}
.product-card__traits {
  position: absolute;
  min-width: 160px;
  background: var(--white);
  border: 1px solid var(--green);
  top: 32px;
  left: 0;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .product-card__traits {
    min-width: 177px;
    top: 36px;
  }
}
@media (max-width: 444px) {
  .plp__grid--grid .product-card__traits {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-card__trait-icon {
  width: 30px;
  height: 8px;
}
.product-card__trait-text {
  flex: 1 1;
  margin-left: 7px;
  text-align: left;
}
.product-card__trait {
  position: relative;
}
.product-card__trait:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  margin: 0 auto;
  background-color: var(--grey);
}
@media (min-width: 1000px) {
  .product-card__trait:before {
    width: calc(100% - 40px);
  }
}
.product-card__trait:first-child:before {
  content: none;
}
.product-card__trait-link {
  display: flex;
  padding: 13px 15px 11px;
  transition: background-color var(--duration) ease-in-out;
}
@media (min-width: 1000px) {
  .product-card__trait-link {
    padding: 15px 20px;
  }
}
.product-card__trait-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: var(--grey);
  opacity: 0;
}
.product-card__trait-link:focus:after,
.product-card__trait-link:hover:after {
  opacity: 1;
}
.product-card__trait > .product-card__trait-link {
  width: 100%;
}
.product-card__group--trait > .product-card__trait-link {
  position: relative;
}
.product-card__trait-link > span {
  z-index: 2;
}
.product-card__price {
  color: var(--black);
  border-radius: 2px;
}
.plp__grid--grid .product-card__price {
  display: inline-block;
  margin-left: auto;
  padding-left: 0;
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card__price {
    margin-bottom: 3px;
  }
}
.product-card--header-search .product-card__price {
  text-align: left;
}
.product-card--mini .product-card__price,
.product-card--small .product-card__price {
  padding: 0;
  border-radius: 0;
  background-color: initial;
  color: var(--black);
}
.product-card--recommended .product-card__price,
.product-card--shop-the-look .product-card__price {
  text-align: left;
}
.product-card__trait-link--rounded {
  padding: 5px 9px 2px 8px;
  border-radius: 20px;
  border: 1px solid var(--green);
}
@media (min-width: 1000px) {
  .product-card__trait-link--rounded {
    padding: 6px 9px 4px 7px;
  }
}
@media (min-width: 1200px) {
  .product-card__trait-link--rounded {
    padding: 7px 8px 5px 10px;
  }
}
.product-card__trait-link--rounded .product-card__trait-icon {
  width: 21px;
  height: 7px;
}
@media (min-width: 1200px) {
  .product-card__trait-link--rounded .product-card__trait-icon {
    width: 25px;
    height: 8px;
  }
}
.product-card__trait-link--rounded .product-card__trait-icon svg {
  width: 100%;
  height: 100%;
}
.product-card__trait-link--rounded:after {
  border-radius: 20px;
}
.product-card__info {
  display: none;
}
.product-card--list .product-card__info {
  margin-top: 8px;
  display: block;
}
@media (min-width: 1200px) {
  .product-card--list .product-card__info {
    margin-top: 16px;
  }
}
.product-card__category {
  margin-bottom: 0;
  color: var(--grey-2);
}
.product-card--list .product-card__category {
  font-family: var(--headings-font-family);
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .product-card--list .product-card__category {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card--small .product-card__category {
  margin-bottom: 4px;
}
.product-card__compare-price {
  border-radius: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--grey-4);
}
.plp__grid--grid .product-card__compare-price {
  display: inline-block;
  margin-left: 0;
}
@media (min-width: 768px) {
  .plp__grid--grid .product-card__compare-price {
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .product-card--list {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .product-card--list .product-card__header-bottom {
    order: -1;
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .product-card--list .product-card__header-bottom {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .product-card--list .product-card__header-bottom .product-card__price {
    display: none;
  }
}
.product-card--list .product-card__header .product-card__price {
  display: none;
}
@media (min-width: 768px) {
  .product-card--list .product-card__header .product-card__price {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-card--list .product-card__header .product-card__info {
    max-width: 465px;
  }
}
@media (min-width: 768px) {
  .product-card--list .product-card__variants {
    display: block;
  }
}
.product-card--list .product-card__variants.product-card__variants--mobile {
  display: block;
  margin-left: 24px;
}
@media (min-width: 768px) {
  .product-card--list .product-card__variants.product-card__variants--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-card--list .product-card__cta {
    display: block;
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .product-card--list .product-card__cta {
    margin-top: 18px;
  }
}
.product-card--list .product-card__cta .product-card__info {
  display: block;
  margin-top: 0;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .product-card--list .product-card__cta .product-card__info {
    display: none;
  }
}
.product-card__variants-color {
  width: 17px;
  height: 17px;
  display: block;
  margin-left: 5px;
  border-radius: 50%;
}
.product-card__variants-item {
  margin-top: 8px;
}
.product-card__variants-item label {
  margin-right: 3px;
}
.product-card__variants-item:first-child {
  margin-top: 0;
}
.product-card__variants-image {
  width: 42px;
  height: 17px;
  display: block;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__tape {
  position: absolute;
  z-index: 99;
  top: -12px;
  left: -15px;
  width: 112px;
}
@media (min-width: 768px) {
  .product-card__tape {
    top: 0;
    left: 0;
  }
}
.product-card__tape-background {
  z-index: -1;
  width: 112px;
  height: 51px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
@media (min-width: 1000px) {
  .product-card__tape-background {
    width: 142px;
    height: 61px;
  }
}
.product-card--tape-large .product-card__tape-background {
  width: 125px;
  height: 55px;
}
@media (min-width: 1000px) {
  .product-card--tape-large .product-card__tape-background {
    width: 155px;
    height: 67px;
  }
}
.product-card__tape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  z-index: 2;
  margin: 0;
  padding: 1px 10px;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-10.1deg);
}
.product-card__price--list {
  display: none !important;
}
@media (min-width: 768px) {
  .plp__grid--list .product-card__price--list {
    display: flex !important;
    justify-content: flex-end;
  }
}
.product-card--search-results .product-card__price {
  min-width: auto;
  margin-left: 0;
  padding-left: 0;
}
.product-card--search-results .product-card__compare-price {
  min-width: auto;
  padding-left: 0;
}
.product-card--shop-the-look .product-card__header-bottom {
  justify-content: flex-start;
  grid-gap: 12px;
  gap: 12px;
}
.product-card--shop-the-look .product-card__compare-price,
.product-card--shop-the-look .product-card__price {
  min-width: auto;
  margin-left: 0;
}
.product-card--shop-the-look .product-card__compare-price {
  padding: 0;
}
.product-card--compare-price,
.product-card--shop-the-look .product-card--compare-price.product-card__price {
  color: var(--red);
}
.color-circle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-color: var(--gray-3);
  transition: all 0.3s ease;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 1000px) {
  .color-circle {
    width: 50px;
    height: 50px;
  }
}
.color-circle.is-active {
  border-color: var(--black);
}
.color-circle--media {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: var(--white) !important;
}
.product-form__variants-item--frame .color-circle {
  width: 26px;
  height: 26px;
  background-size: unset;
}
@media (min-width: 1000px) {
  .product-form__variants-item--frame .color-circle {
    width: 30px;
    height: 30px;
  }
}
.color-circle--color-selector {
  width: 30px;
  height: 30px;
  border-color: transparent;
  box-shadow: 0 0 1px;
}
@media (min-width: 1200px) {
  .color-circle--color-selector {
    width: 40px;
    height: 40px;
  }
}
.color-circle--color-selector.is-active {
  border-color: var(--black);
}
.color-circle__input {
  opacity: 0;
  cursor: pointer;
}
.color-selector {
  position: relative;
  min-width: 0;
  max-width: 135px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .color-selector {
    max-width: 142px;
  }
}
@media (min-width: 1000px) {
  .color-selector {
    max-width: 161px;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .color-selector {
    max-width: 194px;
  }
}
.color-selector--is-arrow {
  max-width: none;
  padding: 0;
}
.color-selector--product-card-top {
  display: none;
}
@media (min-width: 768px) {
  .plp__grid--list .color-selector--product-card-top {
    display: block;
    margin-top: 10px;
  }
}
.color-selector__list-wrapper {
  max-height: 38px;
  overflow-y: hidden;
}
@media (min-width: 1200px) {
  .color-selector__list-wrapper {
    max-height: 48px;
  }
}
.color-selector--product-card-bottom {
  padding: 0 11px;
}
@media (min-width: 768px) {
  .color-selector--product-card-bottom {
    padding: 0 15px;
  }
}
@media (min-width: 1000px) {
  .color-selector--product-card-bottom {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .plp__grid--list .color-selector--product-card-bottom {
    display: none;
  }
}
.color-selector--product-card-bottom.color-selector--is-arrow {
  padding: 0;
}
.color-selector__list {
  position: relative;
  display: flex;
  height: 60px;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .color-selector__list {
    height: 70px;
  }
}
.plp__grid--list .color-selector--is-arrow .color-selector__list {
  justify-content: flex-start;
}
.color-selector__list-item {
  margin: 3px;
  flex: 1 0 32px;
}
@media (min-width: 1200px) {
  .color-selector__list-item {
    flex: 1 0 42px;
  }
}
.color-selector__list-item .color-circle[focus-within] {
  outline: 5px auto -webkit-focus-ring-color;
}
.color-selector__list-item .color-circle:focus-within {
  outline: 5px auto -webkit-focus-ring-color;
}
.color-selector--is-arrow .color-selector__list-item {
  flex: none;
}
.color-selector__arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .color-selector__arrow {
    width: 18px;
    height: 18px;
  }
}
.color-selector__arrow--left {
  left: 0;
}
.color-selector__arrow--right {
  right: 0;
  transform: rotate(180deg);
}
.color-selector--image-with-products .color-selector,
.color-selector--shop-the-look .color-selector {
  max-width: 123px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .color-selector--image-with-products .color-selector,
  .color-selector--shop-the-look .color-selector {
    max-width: 90px;
  }
}
@media (min-width: 1000px) {
  .color-selector--image-with-products .color-selector,
  .color-selector--shop-the-look .color-selector {
    max-width: 138px;
  }
}
@media (min-width: 1200px) {
  .color-selector--image-with-products .color-selector,
  .color-selector--shop-the-look .color-selector {
    max-width: 165px;
  }
}
.color-selector--image-with-products .color-selector__arrow--left,
.color-selector--shop-the-look .color-selector__arrow--left {
  left: -12px;
}
@media (min-width: 768px) {
  .color-selector--image-with-products .color-selector__arrow--left,
  .color-selector--shop-the-look .color-selector__arrow--left {
    left: -16px;
  }
}
@media (min-width: 1000px) {
  .color-selector--image-with-products .color-selector__arrow--left,
  .color-selector--shop-the-look .color-selector__arrow--left {
    left: -17px;
  }
}
@media (min-width: 1200px) {
  .color-selector--image-with-products .color-selector__arrow--left,
  .color-selector--shop-the-look .color-selector__arrow--left {
    left: -25px;
  }
}
.color-selector--image-with-products .color-selector__arrow--right,
.color-selector--shop-the-look .color-selector__arrow--right {
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 1000px) {
  .color-selector--image-with-products .color-selector__arrow--right,
  .color-selector--shop-the-look .color-selector__arrow--right {
    right: 11px;
  }
}
@media (min-width: 1200px) {
  .color-selector--image-with-products .color-selector__arrow--right,
  .color-selector--shop-the-look .color-selector__arrow--right {
    right: -2px;
  }
}
.color-selector--image-with-products .color-selector__list,
.color-selector--shop-the-look .color-selector__list {
  justify-content: flex-start;
}
.featured-products {
  padding-bottom: 49px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured-products {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .featured-products {
    padding-bottom: 53px;
  }
}
@media (min-width: 1000px) {
  .featured-products {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .featured-products {
    padding-bottom: 86px;
  }
}
.featured-products-home .featured-products {
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .featured-products-home .featured-products {
    padding-bottom: 62px;
  }
}
@media (min-width: 1200px) {
  .featured-products-home .featured-products {
    padding-bottom: 125px;
    margin-top: -45px;
  }
}
.featured-products-404 .featured-products {
  padding: 59px 0 15px;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .featured-products-404 .featured-products {
    padding-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .featured-products-404 .featured-products {
    padding: 55px 0 53px;
  }
}
.featured-products__inner {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .featured-products__inner {
    margin-bottom: 25px;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .featured-products__inner {
    margin-bottom: 32px;
  }
}
.featured-products-404 .featured-products__inner {
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .featured-products-404 .featured-products__inner {
    margin-bottom: 38px;
  }
}
@media (min-width: 1000px) {
  .featured-products-404 .featured-products__inner {
    margin-bottom: 54px;
  }
}
@media (min-width: 1200px) {
  .featured-products-404 .featured-products__inner {
    margin-bottom: 70px;
  }
}
.featured-products__container {
  position: relative;
}
@media (max-width: 767px) {
  .featured-products__container {
    width: 100%;
  }
}
.featured-products__title {
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .featured-products__title {
    margin-bottom: 12px;
  }
}
.featured-products__text {
  max-width: 265px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .featured-products__text {
    max-width: 280px;
  }
}
.featured-products__tag {
  position: absolute;
  left: 6%;
  top: -35px;
  transform: rotate(-19.4deg);
}
@media (min-width: 768px) {
  .featured-products__tag {
    transform: rotate(-12.07deg);
    top: calc(100% - 30px);
    left: 0;
  }
}
.featured-products__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
}
@media (min-width: 1000px) {
  .featured-products__circle {
    width: 333px;
  }
}
.featured-products__slider .swiper-container {
  padding-top: 25px;
  overflow: visible;
}
@media (min-width: 768px) {
  .featured-products__slider .swiper-container {
    padding-top: 0;
    overflow: hidden;
  }
}
.image-with-products {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .image-with-products {
    margin-bottom: 47px;
  }
}
@media (min-width: 1000px) {
  .image-with-products {
    margin-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .image-with-products {
    margin-bottom: 130px;
  }
}
@media (min-width: 1000px) {
  div[id$="image-with-products-2"] .image-with-products {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  div[id$="image-with-products-2"] .image-with-products {
    margin-bottom: 116px;
  }
}
@media (min-width: 768px) {
  .image-with-products--page {
    margin-bottom: 55px;
  }
}
@media (min-width: 1000px) {
  .image-with-products--page {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .image-with-products__wrapper {
    flex-direction: row;
    align-items: stretch;
    margin: 0 -9px;
  }
}
@media (min-width: 1000px) {
  .image-with-products__wrapper {
    margin: 0 -19px;
  }
}
@media (min-width: 1200px) {
  .image-with-products__wrapper {
    margin: 0 -25px;
  }
}
@media (min-width: 768px) {
  .image-with-products--right .image-with-products__wrapper {
    flex-direction: row-reverse;
  }
}
.image-with-products__media {
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .image-with-products__media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58.80759%;
    margin: 0;
    padding: 0 9px;
  }
}
@media (min-width: 1000px) {
  .image-with-products__media {
    width: 65.68047%;
    padding: 0 19px;
  }
}
@media (min-width: 1200px) {
  .image-with-products__media {
    width: 65.31205%;
    padding: 0 25px;
  }
}
.image-with-products--bottom-sticker .image-with-products__media {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .image-with-products--bottom-sticker .image-with-products__media {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .image-with-products__content {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    padding: 0 9px;
  }
}
@media (min-width: 1000px) {
  .image-with-products__content {
    padding: 0 19px;
  }
}
@media (min-width: 1200px) {
  .image-with-products__content {
    padding: 0 25px;
  }
}
.image-with-products__featured {
  overflow: hidden;
}
.image-with-products__featured:before {
  padding-bottom: 65.74394%;
}
.image-with-products__border {
  display: flex;
}
.image-with-products__border svg {
  width: 100%;
  height: 25px;
}
@media (min-width: 1200px) {
  .image-with-products__border svg {
    height: 30px;
  }
}
.image-with-products__border--bottom svg {
  transform: rotate(180deg);
}
.image-with-products__inner {
  padding: 7px 0 16px;
}
@media (min-width: 768px) {
  .image-with-products__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0;
  }
}
@media (min-width: 1000px) {
  .image-with-products__inner {
    padding: 16px 0;
  }
}
@media (min-width: 1200px) {
  .image-with-products__inner {
    padding: 28px 0;
  }
}
@media (min-width: 1200px) {
  .image-with-products--page .image-with-products__inner {
    padding: 32px 0 30px;
  }
}
.image-with-products--right .image-with-products__inner {
  padding: 15px 0;
}
.image-with-products__title {
  margin: 0 0 8px;
}
@media (min-width: 1000px) {
  .image-with-products__title {
    margin-bottom: 10px;
  }
}
.image-with-products__description {
  margin: 0 0 11px;
}
@media (min-width: 1000px) {
  .image-with-products__description {
    margin-bottom: 15px;
  }
}
.image-with-products--page .image-with-products__description {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .image-with-products--page .image-with-products__description {
    max-width: 270px;
  }
}
.image-with-products__sticky-wrapper {
  position: absolute;
  top: 0;
  left: 10px;
  width: 67px;
  height: 19px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .image-with-products__sticky-wrapper {
    width: 99px;
    height: 28px;
    left: 16px;
  }
}
@media (min-width: 1000px) {
  .image-with-products__sticky-wrapper {
    width: 198px;
    height: 55px;
    left: 30px;
  }
}
.image-with-products--right .image-with-products__sticky-wrapper {
  right: 10px;
  left: auto;
}
@media (min-width: 768px) {
  .image-with-products--right .image-with-products__sticky-wrapper {
    right: 20px;
  }
}
@media (min-width: 1000px) {
  .image-with-products--right .image-with-products__sticky-wrapper {
    right: 30px;
  }
}
.image-with-products__sticky-wrapper--bottom {
  top: auto;
  right: 10px;
  bottom: 0;
  left: auto;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .image-with-products__sticky-wrapper--bottom {
    right: 25px;
  }
}
.image-with-products--right .image-with-products__sticky-wrapper--bottom {
  right: auto;
  left: 10px;
}
@media (min-width: 768px) {
  .image-with-products--right .image-with-products__sticky-wrapper--bottom {
    left: 16px;
  }
}
.image-with-products__sticky-wrapper--bottom-sticker {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 230px;
  height: auto;
  transform: translate(-50%, 50%);
}
@media (min-width: 1000px) {
  .image-with-products__sticky-wrapper--bottom-sticker {
    width: 406px;
  }
}
.image-with-products__sticky-wrapper--bottom-sticker
  .image-with-products__sticky {
  transform: rotate(-12deg);
}
@media (min-width: 1000px) {
  .image-with-products__sticky-wrapper--bottom-sticker
    .image-with-products__sticky {
    transform: none;
  }
}
.image-with-products--right
  .image-with-products__sticky-wrapper--bottom-sticker {
  right: auto;
  left: 50%;
}
.image-with-products__list {
  width: 100%;
  margin-top: 40px;
  border: 1px solid var(--green);
  background-color: var(--white);
}
@media (min-width: 768px) {
  .image-with-products__list {
    margin-top: auto;
  }
}
.image-with-products__list-item:not(:first-child) {
  border-top: 1px solid var(--green);
}
.image-with-products__btn {
  margin-top: 10px;
}
.image-with-products__inner-content {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .image-with-products__inner-content {
    margin-bottom: 30px;
  }
}
.image-with-products--page .image-with-products__inner-content {
  max-width: 285px;
}
.hit-us-up-section {
  margin-top: 41px;
}
@media (min-width: 768px) {
  .hit-us-up-section {
    margin-top: 56px;
  }
}
@media (min-width: 1200px) {
  .hit-us-up-section {
    margin-top: 80px;
  }
}
.home-page .hit-us-up-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home-page .hit-us-up-section {
    margin-top: 70px;
  }
}
@media (min-width: 1000px) {
  .home-page .hit-us-up-section {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .home-page .hit-us-up-section {
    margin-top: 130px;
  }
}
.about-vf-page .hit-us-up-section {
  margin-top: 0;
}
@media (min-width: 768px) {
  .about-vf-page .hit-us-up-section {
    margin-top: -35px;
  }
}
@media (min-width: 1200px) {
  .about-vf-page .hit-us-up-section {
    margin-top: -60px;
  }
}
.hit-us-up {
  overflow: hidden;
}
.huu__title-wrapper {
  position: relative;
  padding: 24px 0;
}
@media (min-width: 1000px) {
  .huu__title-wrapper {
    padding: 42px 0;
  }
}
.huu__title {
  text-align: center;
}
.huu__title-circle {
  position: absolute;
  display: flex;
  transform: translate(-50%, -50%);
  width: 288px;
}
@media (max-width: 767px) {
  .huu__title-circle {
    transform: rotate(180deg) translate(-50%, -50%);
    bottom: 50%;
    right: 50%;
  }
}
@media (min-width: 768px) {
  .huu__title-circle {
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 1000px) {
  .huu__title-circle {
    width: 458px;
  }
}
.huu__title-circle svg {
  width: 100%;
  height: 100%;
}
.huu__content {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  height: 675px;
}
@media (max-width: 767px) {
  .huu__content {
    flex-direction: column;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media (min-width: 768px) {
  .huu__content {
    height: 280px;
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  .huu__content {
    height: 300px;
    margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .huu__content {
    margin-top: 93px;
  }
}
@media (min-width: 768px) {
  .huu__pen {
    position: relative;
    width: calc(33.33333% - 20px);
  }
}
.huu__pen-title {
  position: absolute;
  transform: rotate(-12.59deg);
  width: 100px;
  left: 100px;
}
@media (max-width: 767px) {
  .huu__pen-title {
    left: 0;
    top: -5px;
  }
}
@media (min-width: 768px) {
  .huu__pen-title {
    top: 35px;
    left: 5px;
    width: auto;
    max-width: 100px;
  }
}
@media (min-width: 1000px) {
  .huu__pen-title {
    top: -50px;
    left: 10px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .huu__pen-title {
    top: 13%;
    left: 50px;
  }
}
.huu__pen-btn {
  position: absolute;
}
@media (max-width: 767px) {
  .huu__pen-btn {
    top: 50px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .huu__pen-btn {
    top: 90px;
    left: 10%;
  }
}
@media (min-width: 1000px) {
  .huu__pen-btn {
    top: 10%;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .huu__pen-btn {
    top: 27%;
    left: 32%;
  }
}
.huu__pen-image {
  position: absolute;
  width: 332px;
  transform: rotate(138.83deg);
}
@media (max-width: 767px) {
  .huu__pen-image {
    left: -90px;
    top: 20%;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .huu__pen-image {
    width: 342px;
    top: auto;
    bottom: 25%;
    left: -40%;
  }
}
@media (min-width: 1000px) {
  .huu__pen-image {
    bottom: auto;
    top: 30%;
    left: -50%;
    width: 520px;
  }
}
@media (min-width: 1200px) {
  .huu__pen-image {
    top: auto;
    bottom: 125px;
    left: -25px;
  }
}
.huu__pen-image:after {
  content: "";
  display: block;
  padding-bottom: 8.076923%;
}
@media (min-width: 768px) {
  .huu__pager {
    position: relative;
    width: calc(33.33333% - 20px);
  }
}
.huu__pager-title {
  position: absolute;
  transform: rotate(-12.59deg);
}
@media (max-width: 767px) {
  .huu__pager-title {
    right: 40px;
    top: auto;
    bottom: 450px;
  }
}
@media (min-width: 768px) {
  .huu__pager-title {
    bottom: auto;
    top: 25px;
    left: 10px;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .huu__pager-title {
    width: auto;
    top: 20px;
    left: -65px;
  }
}
@media (min-width: 1200px) {
  .huu__pager-title {
    top: 1%;
    left: 31px;
  }
}
.huu__pager-btn {
  position: absolute;
}
@media (max-width: 767px) {
  .huu__pager-btn {
    right: 180px;
    bottom: 265px;
  }
}
@media (min-width: 768px) {
  .huu__pager-btn {
    bottom: 25px;
    left: -70px;
  }
}
@media (min-width: 1000px) {
  .huu__pager-btn {
    bottom: 45px;
    left: -75px;
  }
}
@media (min-width: 1200px) {
  .huu__pager-btn {
    bottom: 65px;
    left: 25px;
  }
}
.huu__pager-image {
  position: absolute;
  transform: rotate(24.02deg);
  width: 189px;
}
@media (max-width: 767px) {
  .huu__pager-image {
    left: 28%;
    bottom: 290px;
    top: auto;
  }
}
@media (min-width: 768px) {
  .huu__pager-image {
    top: auto;
    bottom: 18%;
    left: -2%;
  }
}
@media (min-width: 1000px) {
  .huu__pager-image {
    left: 3%;
    width: 225px;
  }
}
@media (min-width: 1200px) {
  .huu__pager-image {
    bottom: 25%;
    left: 25%;
  }
}
.huu__pager-image:after {
  content: "";
  display: block;
  padding-bottom: 67.555556%;
}
@media (min-width: 768px) {
  .huu__cell {
    position: relative;
    width: calc(33.33333% - 20px);
  }
}
.huu__cell-image {
  position: absolute;
  transform: rotate(45.5deg);
  width: 73px;
}
@media (max-width: 767px) {
  .huu__cell-image {
    left: 28%;
    bottom: -23.5%;
  }
}
@media (min-width: 768px) {
  .huu__cell-image {
    bottom: -42%;
    left: 29%;
  }
}
@media (min-width: 1000px) {
  .huu__cell-image {
    bottom: -63%;
    left: 7%;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .huu__cell-image {
    bottom: -61.5%;
    left: 34%;
  }
}
.huu__cell-image:after {
  content: "";
  display: block;
  padding-bottom: 675%;
}
.huu__cell-btn {
  position: absolute;
}
@media (max-width: 767px) {
  .huu__cell-btn {
    left: 142px;
    bottom: 22px;
  }
}
@media (min-width: 768px) {
  .huu__cell-btn {
    right: 0;
    bottom: 65px;
  }
}
@media (min-width: 1000px) {
  .huu__cell-btn {
    top: 20px;
    right: 230px;
  }
}
@media (min-width: 1200px) {
  .huu__cell-btn {
    top: 20px;
    left: 25%;
  }
}
.huu__cell-title {
  position: absolute;
  transform: rotate(-12.59deg);
  width: 102px;
}
@media (max-width: 767px) {
  .huu__cell-title {
    left: 15px;
    top: auto;
    bottom: 16%;
  }
}
@media (min-width: 768px) {
  .huu__cell-title {
    top: 22%;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .huu__cell-title {
    top: auto;
    bottom: 18%;
    left: 28%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .huu__cell-title {
    left: 45%;
    bottom: 15%;
  }
}
.card-carousel-home {
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .card-carousel-home {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .card-carousel-home {
    margin-top: 120px;
  }
}
.card-carousel__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .card-carousel__container {
    flex-direction: column;
  }
}
.card-carousel__stack {
  margin-left: 30px;
  max-width: 776px;
  width: calc(60% + 5px);
}
@media (max-width: 999px) {
  .card-carousel__stack {
    width: calc(51% + 4px);
  }
}
@media (max-width: 767px) {
  .card-carousel__stack {
    max-width: 400px;
    margin: 40px auto 0;
    width: calc(100% - 28px);
  }
}
.card-carousel__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 30%;
}
@media (max-width: 999px) {
  .card-carousel__info {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .card-carousel__info {
    width: 100%;
    margin-top: 30px;
  }
}
.card-carousel__title-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .card-carousel__title-wrapper--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .card-carousel__title-wrapper--mobile {
    display: none;
  }
}
.card-carousel__title-wrapper-underline {
  position: absolute;
  left: -30px;
  width: calc(100% + 60px);
  bottom: -12px;
}
@media (min-width: 1200px) {
  .card-carousel__title-wrapper-underline {
    bottom: -12px;
  }
}
.card-carousel__info-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .card-carousel__info-slide {
    padding-top: 40px;
  }
}
.card-carousel__info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-carousel__stack-card {
  position: relative;
  transition: transform 0.3s;
}
.card-carousel__stack-card:after {
  content: "";
  display: block;
  padding-bottom: 66.19171%;
}
@media (max-width: 767px) {
  .card-carousel__stack-card:after {
    padding-bottom: 65.648855%;
  }
}
.card-carousel__info-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 1000px) {
  .card-carousel__info-navigation {
    margin-top: 25px;
  }
}
.card-carousel__product-description {
  margin-top: 5px;
}
.card-carousel__product-btn {
  margin-top: 16px;
}
@media (min-width: 1000px) {
  .card-carousel__product-btn {
    margin-top: 25px;
  }
}
.card-carousel--prev {
  margin-right: 6px;
}
.card-carousel--next,
.card-carousel--prev {
  display: block;
  position: relative;
  height: auto;
  margin-top: 0;
}
.card-carousel--next {
  margin-left: 0;
}
.checkbox {
  display: flex;
  align-items: center;
}
.plp-sidebar__list .checkbox {
  position: relative;
  width: 100%;
  min-height: 18px;
}
.plp-explore__item .checkbox {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 7px 9px;
  border: 1px solid var(--white);
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 var(--black-20);
  background-color: var(--white);
  transition: border-color 0.3s ease-in-out;
}
.checkbox--filter {
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 1px solid var(--black-20);
  border-radius: 6px;
}
.checkbox--filter.checkbox--isChecked {
  border-color: var(--black);
}
.plp-sidebar__list--filter .checkbox--filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.plp-explore__item .checkbox--isChecked {
  border-color: var(--black);
}
.checkbox--align-t {
  align-items: flex-start;
}
.checkbox__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.checkbox--newsletter .checkbox__icon {
  background-color: var(--white);
}
.plp-sidebar__list .checkbox__icon {
  width: 7px;
  height: 7px;
  margin-right: 7px;
}
.plp-explore__item .checkbox__icon {
  position: absolute;
  opacity: 0;
}
.checkbox--address .checkbox__icon {
  width: 16px;
  height: 16px;
}
.checkbox--filter .checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plp-sidebar__list--filter .checkbox__icon {
  display: none;
  position: static;
  width: auto;
  height: auto;
}
.plp-sidebar__list--filter .checkbox--isChecked .checkbox__icon {
  display: block;
}
.checkbox--align-t .checkbox__icon {
  margin-top: 2px;
}
.checkbox__icon-el {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  height: 20px;
  margin-right: 10px;
  border: 1px solid var(--black);
  width: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.is-error .checkbox__icon-el {
  border: 1px solid var(--red);
}
.plp-sidebar__list .checkbox__icon-el {
  width: 7px;
  height: 7px;
  margin-right: 0;
  transform: translateY(-1px);
}
.plp-sidebar__list .checkbox__icon-el:checked {
  background-color: var(--black);
}
.checkbox--address .checkbox__icon-el {
  border-color: var(--black-20);
  width: 16px;
  height: 16px;
}
.checkbox--filter .checkbox__icon-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.checkbox--filter .checkbox__icon-el:checked {
  background-color: initial;
}
.checkbox__icon-el:focus {
  outline: 1px solid var(--blue);
  outline-offset: 5px;
}
.checkbox__icon-el:checked + .checkbox__icon-tick {
  color: var(--black);
  opacity: 1;
}
.checkbox__icon-tick {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 10px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.plp-sidebar__list .checkbox__icon-tick {
  display: none;
}
.plp-sidebar__list--filter .checkbox__icon-tick {
  display: block;
  position: static;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}
.checkbox__error {
  color: var(--red);
  margin-top: 10px;
}
.checkbox__text a {
  text-decoration: underline;
}
.checkbox__text a:hover {
  text-decoration: none;
}
.checkbox--account .checkbox__text {
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 1000px) {
  .checkbox--account .checkbox__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.checkbox--account-cart .checkbox__text {
  font-family: var(--headings-font-family);
  font-size: 11px;
  line-height: 15px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .checkbox--account-cart .checkbox__text {
    font-size: 12px;
  }
}
.checkbox__image-dot {
  width: 24px;
  height: 24px;
  margin: 0 0 8px;
  border-radius: 50%;
  background-color: var(--black);
}
.checkbox__image {
  width: 18px;
  height: 18px;
  margin-left: auto;
  border-radius: 50%;
}
.plp-explore__item .checkbox__image {
  width: 33px;
  height: auto;
  margin-right: 5px;
  border-radius: 0;
}
.checkbox--filter .checkbox__image {
  width: 24px;
  height: 24px;
  margin: 0 0 6px;
}
.checkbox--filter.checkbox--filter-frame-style .checkbox__image {
  width: 44px;
  height: 22px;
}
@media (min-width: 1200px) {
  .checkbox--filter.checkbox--filter-frame-style .checkbox__image {
    width: 48px;
    height: 24px;
  }
}
.checkbox--filter-shape .checkbox__image {
  width: 30px;
  height: auto;
  border-radius: unset;
}
@media (min-width: 1000px) {
  .checkbox--filter-shape .checkbox__image {
    width: 42px;
    margin-bottom: 12px;
  }
}
.text-input__wrapper {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media (min-width: 1000px) {
  .text-input__wrapper {
    font-size: 1.7rem;
  }
}
.text-input--account-cart .text-input__wrapper,
.text-input--account .text-input__wrapper {
  position: relative;
}
.text-input__el {
  order: 1;
  height: 50px;
  padding: 0 100px 0 0;
  border: 1px solid var(--white-1);
  width: 100%;
  letter-spacing: inherit;
}
.text-input--newsletter .text-input__el {
  width: calc(100% - 5px);
  height: 28px;
  padding-left: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media (min-width: 1200px) {
  .text-input--newsletter .text-input__el {
    height: 34px;
  }
}
.text-input--newsletter.has-error .text-input__el {
  border-color: var(--red);
}
.text-input--account-cart .text-input__el,
.text-input--account .text-input__el,
.text-input--contact .text-input__el {
  border-color: var(--black);
  border-top: none;
  border-right: none;
  border-left: none;
  height: 28px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .text-input--account-cart .text-input__el,
  .text-input--account .text-input__el,
  .text-input--contact .text-input__el {
    height: 34px;
  }
}
.text-input--account-cart .text-input__el:-webkit-autofill + .text-input__label,
.text-input--account .text-input__el:-webkit-autofill + .text-input__label,
.text-input--contact .text-input__el:-webkit-autofill + .text-input__label {
  top: calc(50% - 20px);
  opacity: 1;
}
.text-input--account-cart .text-input__el {
  height: 22px;
}
@media (min-width: 768px) {
  .text-input--account-cart .text-input__el {
    height: 28px;
  }
}
.style-guide__newsletter .text-input--newsletter .text-input__el {
  border-color: var(--black);
}
.text-input__el:focus {
  outline-width: 1px;
  outline-offset: 9px;
  outline-style: solid;
  outline-color: var(--blue);
}
.text-input--newsletter .text-input__el:focus {
  position: relative;
  z-index: 2;
}
.text-input__el::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.text-input__el::placeholder {
  color: inherit;
  opacity: 0.7;
}
.text-input__label {
  display: block;
  margin-top: 0;
  margin-bottom: 5px !important;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  pointer-events: none;
}
.text-input__label.h5 {
  color: inherit;
}
.text-input__label.sr-only {
  margin: 0 !important;
}
.text-input--account .text-input__label,
.text-input--contact .text-input__label {
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  opacity: 0.7;
  transform: translate3d(0, -50%, 0);
  transition: top var(--duration) var(--ease),
    transform var(--duration) var(--ease);
  text-transform: none;
}
@media (min-width: 1000px) {
  .text-input--account .text-input__label,
  .text-input--contact .text-input__label {
    font-size: 14px;
    line-height: 20px;
  }
}
.text-input--account .text-input__label.is-active,
.text-input--contact .text-input__label.is-active {
  top: calc(50% - 20px);
  opacity: 1;
  transform: translate3d(-16%, -50%, 0) scale(0.71);
}
.text-input--account-cart .text-input__label {
  font-family: var(--headings-font-family);
  font-size: 11px;
  line-height: 15px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
  margin: 0 0 8px !important;
}
@media (min-width: 1000px) {
  .text-input--account-cart .text-input__label {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .text-input--account-cart .text-input__label {
    margin: 0 0 16px !important;
  }
}
@media (min-width: 1200px) {
  .text-input--register .text-input__label.is-active {
    top: calc(50% - 17px);
  }
}
.text-input__error {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  color: var(--red);
  transition: opacity 0.3s;
}
.text-input--newsletter .text-input__error {
  position: static;
}
.text-input--account {
  margin-top: 34px;
}
.text-input--account .text-input__error,
.text-input--contact .text-input__error {
  position: relative;
}
.text-input--register {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .text-input--register {
    margin-top: 14px;
  }
}
.text-input--account-cart {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .text-input--account-cart {
    margin-bottom: 25px;
  }
}
.instagram-feed {
  position: relative;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .instagram-feed {
    margin-top: -150px;
  }
}
@media (min-width: 1000px) {
  .instagram-feed {
    margin-top: -194px;
  }
}
@media (min-width: 1200px) {
  .instagram-feed {
    margin-top: -120px;
  }
}
.instagram-feed__container {
  overflow: hidden;
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .instagram-feed__container {
    padding: 75px 0 50px;
  }
}
@media (min-width: 1000px) {
  .instagram-feed__container {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .instagram-feed__container {
    margin: 0 10px;
    padding: 95px 0 100px;
  }
}
.instagram-feed .instagram-feed__embed-code {
  margin: 0;
}
@media (max-width: 767px) {
  .instagram-feed .instagram-feed__embed-code {
    width: calc(100% + 300px);
    transform: translateX(-160px) rotate(-3.58deg);
  }
}
@media (min-width: 768px) {
  .instagram-feed .instagram-feed__embed-code {
    width: calc(100% + 100px);
    transform: translateX(-18px) rotate(-3.58deg);
  }
}
@media (min-width: 1200px) {
  .instagram-feed .instagram-feed__embed-code {
    transform: none;
  }
}
.instagram-feed .instagram-feed__embed-code .fs-mobile div.fs-entry-container,
.instagram-feed
  .instagram-feed__embed-code
  .fs-slider_v2_5
  .fs-entry-container {
  width: 141px !important;
  padding-top: 141px !important;
}
@media (min-width: 768px) {
  .instagram-feed .instagram-feed__embed-code .fs-mobile div.fs-entry-container,
  .instagram-feed
    .instagram-feed__embed-code
    .fs-slider_v2_5
    .fs-entry-container {
    width: 205px !important;
    padding-top: 205px !important;
  }
}
@media (min-width: 1000px) {
  .instagram-feed .instagram-feed__embed-code .fs-mobile div.fs-entry-container,
  .instagram-feed
    .instagram-feed__embed-code
    .fs-slider_v2_5
    .fs-entry-container {
    width: 272px !important;
    padding-top: 272px !important;
  }
}
@media (min-width: 1200px) {
  .instagram-feed .instagram-feed__embed-code .fs-mobile div.fs-entry-container,
  .instagram-feed
    .instagram-feed__embed-code
    .fs-slider_v2_5
    .fs-entry-container {
    width: 373px !important;
    padding-top: 373px !important;
  }
}
.instagram-feed__tape {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: 357px;
  left: -45px;
}
@media (min-width: 768px) {
  .instagram-feed__tape {
    left: 0;
    transform: translateY(65%);
  }
}
@media (min-width: 1000px) {
  .instagram-feed__tape {
    width: 526px;
    transform: translateY(70%);
  }
}
@media (min-width: 1200px) {
  .instagram-feed__tape {
    left: 100px;
    transform: translateY(50%);
  }
}
.instagram-feed__tape:after {
  content: "";
  display: block;
  padding-bottom: 22%;
}
.instagram-feed--loading .instagram-feed__tape {
  display: none;
}
.instagram-feed__handle {
  margin-top: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8.1deg);
}
.instagram-feed__label {
  position: absolute;
  top: -10px;
  right: 0;
  width: 34px;
}
@media (min-width: 768px) {
  .instagram-feed__label {
    width: 46px;
    top: -50px;
  }
}
@media (min-width: 1000px) {
  .instagram-feed__label {
    top: -70px;
  }
}
.instagram-feed__label:after {
  content: "";
  display: block;
  padding-bottom: 356.521739%;
}
.instagram-feed__wrapper {
  position: relative;
}
.deco-image {
  position: absolute;
}
.deco-image--shop-the-look-2,
.deco-image--shop-the-look-3 {
  display: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .deco-image--shop-the-look-2,
  .deco-image--shop-the-look-3 {
    display: block;
  }
}
.deco-image--shop-the-look-1 {
  top: 27%;
  left: -7px;
  width: 34px;
}
.deco-image--shop-the-look-1:before {
  padding-bottom: 417.04545%;
}
@media (min-width: 768px) {
  .deco-image--shop-the-look-1 {
    display: none;
  }
}
.home-shop-the-look .deco-image--shop-the-look-1 {
  top: auto;
  display: block;
  left: -17px;
  width: 47px;
}
.home-shop-the-look .deco-image--shop-the-look-1:before {
  padding-bottom: 343.809524%;
}
@media (max-width: 767px) {
  .home-shop-the-look .deco-image--shop-the-look-1 {
    top: 25%;
  }
}
@media (min-width: 768px) {
  .home-shop-the-look .deco-image--shop-the-look-1 {
    bottom: 74px;
  }
}
@media (min-width: 1000px) {
  .home-shop-the-look .deco-image--shop-the-look-1 {
    left: -20px;
    bottom: -30px;
    width: 105px;
  }
}
@media (min-width: 1200px) {
  .home-shop-the-look .deco-image--shop-the-look-1 {
    bottom: 67px;
  }
}
@media (min-width: 1441px) {
  .home-shop-the-look .deco-image--shop-the-look-1 {
    left: 0;
  }
}
.deco-image--shop-the-look-2 {
  top: 38px;
  right: 0;
  width: 43px;
}
@media (min-width: 1000px) {
  .deco-image--shop-the-look-2 {
    top: 44px;
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .deco-image--shop-the-look-2 {
    top: 80px;
    width: 65px;
  }
}
.deco-image--shop-the-look-2:before {
  padding-bottom: 482.19178%;
}
.home-shop-the-look .deco-image--shop-the-look-2 {
  display: none;
}
.deco-image--shop-the-look-3 {
  bottom: -90px;
  left: -122px;
  width: 335px;
}
@media (min-width: 1000px) {
  .deco-image--shop-the-look-3 {
    bottom: -15px;
  }
}
@media (min-width: 1200px) {
  .deco-image--shop-the-look-3 {
    bottom: -35px;
    width: 425px;
  }
}
.deco-image--shop-the-look-3:before {
  padding-bottom: 92.67016%;
}
.deco-image--shop-the-look-3 .deco-image__image {
  transform: rotate(245deg);
}
.home-shop-the-look .deco-image--shop-the-look-3 {
  display: none;
}
.deco-image--virtual-try-on-1 {
  top: 40%;
  left: -7px;
  width: 47px;
}
@media (min-width: 768px) {
  .deco-image--virtual-try-on-1 {
    top: 0;
    left: -17px;
  }
}
@media (min-width: 1000px) {
  .deco-image--virtual-try-on-1 {
    left: -20px;
    width: 105px;
  }
}
@media (min-width: 1441px) {
  .deco-image--virtual-try-on-1 {
    left: 0;
  }
}
.deco-image--virtual-try-on-1:before {
  padding-bottom: 343.809524%;
}
.deco-image--virtual-try-on-2 {
  display: none;
}
@media (min-width: 445px) {
  .deco-image--virtual-try-on-2 {
    top: 50%;
    right: -100px;
    display: block;
    width: 307px;
  }
}
@media (min-width: 768px) {
  .deco-image--virtual-try-on-2 {
    top: 50px;
    right: -100px;
  }
}
@media (min-width: 1200px) {
  .deco-image--virtual-try-on-2 {
    top: 182px;
    right: -95px;
    transform: translateY(-50%);
    width: 350px;
  }
}
@media (min-width: 1441px) {
  .deco-image--virtual-try-on-2 {
    right: -55px;
  }
}
.deco-image--virtual-try-on-2:before {
  padding-bottom: 92.67%;
}
.mini-cart .container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 32px);
}
@media (min-width: 1000px) {
  .mini-cart .container {
    width: calc(100% - 48px);
  }
}
.mini-cart,
.mini-cart-bg {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.mini-cart {
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mini-cart {
    max-width: 320px;
    top: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .mini-cart {
    max-width: 708px;
  }
}
@media (min-width: 1000px) {
  .mini-cart--hidden-recommended-products {
    max-width: 475px;
  }
}
.mini-cart__header {
  padding-top: 22px;
}
@media (min-width: 1000px) {
  .mini-cart__header {
    padding-bottom: 21px;
  }
}
.mini-cart__header__title {
  margin-bottom: 0;
}
.mini-cart__close {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 902;
  background-size: contain;
}
.mini-cart__close .is-icon {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 20px;
  width: 20px;
  z-index: 1000;
}
@media (min-width: 1000px) {
  .mini-cart__close .is-icon {
    width: 34px;
    height: 34px;
  }
}
.mini-cart__close .is-icon:after,
.mini-cart__close .is-icon:before {
  content: "";
  position: relative;
  width: 1px;
  height: 10px;
  background-color: var(--black);
}
@media (min-width: 1000px) {
  .mini-cart__close .is-icon:after,
  .mini-cart__close .is-icon:before {
    height: 16px;
  }
}
.mini-cart__close .is-icon:before {
  transform: rotate(45deg);
}
.mini-cart__close .is-icon:after {
  right: 1px;
  transform: rotate(-45deg);
}
.mini-cart-bg {
  cursor: pointer;
  background-color: var(--black-40);
}
.mini-cart-enter-active,
.mini-cart-leave-active {
  transition: all 0.45s var(--ease);
}
.mini-cart-enter-to {
  transform: translateZ(0);
}
.mini-cart-enter,
.mini-cart-leave-to {
  transform: translate3d(0, 100%, 0);
}
@media (min-width: 768px) {
  .mini-cart-enter,
  .mini-cart-leave-to {
    transform: translate3d(100%, 0, 0);
  }
}
:root {
  --cart-border: 1px solid var(--green);
  --cart-border-thick: 2px solid var(--green);
}
.cart-grid {
  position: relative;
  height: 100%;
  padding-top: 70px;
}
.cart-grid.cart-grid--default {
  padding: 25px 0 23px;
}
@media (min-width: 1000px) {
  .cart-grid.cart-grid--default {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .cart-grid.cart-grid--default {
    padding: 56px 0;
  }
}
.cart-grid--mini-cart {
  padding-top: 0;
  flex-grow: 1;
  display: flex;
}
.cart-grid--mini-cart .cart-grid__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__inner {
    flex-direction: row;
  }
}
.cart-grid__content {
  margin-top: 16px;
}
@media (min-width: 1000px) {
  .cart-grid__content {
    margin-top: 0;
  }
}
.cart-grid--mini-cart .cart-grid__content {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-grid__content {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .cart-grid--default .cart-grid__content {
    margin-top: 10px;
  }
}
.cart-grid__subtitle {
  margin: 20px 0;
}
.cart-grid--mini-cart .cart-grid__subtitle {
  display: none;
}
.cart-grid--mini-cart .cart-grid__container,
.cart-grid--mini-cart .cart-grid__container-inner,
.cart-grid--mini-cart .cart-grid__form {
  height: 100%;
}
.cart-grid--mini-cart .cart-grid__container-inner {
  margin-right: -16px;
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__container-inner {
    margin-right: -24px;
  }
}
.cart-grid--mini-cart .cart-grid__form {
  overflow: auto;
  padding-bottom: 16px;
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 24px;
  }
}
.cart-grid--mini-cart .cart__footer {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-grid--default .cart__footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 32px;
    border-top: var(--border-01);
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart__footer {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart__footer-bottom {
    width: 288px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart__footer-bottom {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .cart-grid--default .cart__footer-bottom {
    width: 427px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart__footer-product {
    width: 280px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart__footer-product {
    width: 427px;
  }
}
.cart__footer-bottom-text {
  padding: 0 5px;
}
.cart__footer-bottom-text:last-child {
  border-left: var(--border-01);
}
.cart-grid--mini-cart .cart-grid__items,
.cart-grid--mini-cart .cart__footer {
  padding-right: 16px !important;
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__items,
  .cart-grid--mini-cart .cart__footer {
    padding-right: 24px !important;
  }
}
.cart__header {
  display: none;
}
@media (min-width: 768px) {
  .cart-grid--default .cart__header {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart__header__item {
    display: block;
    padding: 0 0 8px;
  }
}
.cart__header__item:first-child {
  border-left: 0;
  width: 52%;
}
.cart__header__item:nth-of-type(2),
.cart__header__item:nth-of-type(3) {
  width: 16%;
}
.cart__header__item:last-child {
  border-right: 0;
  width: 18%;
}
@media (min-width: 768px) {
  .cart__header__item:last-child {
    padding-right: 25px;
  }
}
@media (min-width: 1000px) {
  .cart__header__item:last-child {
    width: 16%;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart__body {
    display: table-row-group;
  }
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__items {
    position: relative;
    z-index: 0;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box !important;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-grid__items {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
.cart-grid__items.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.cart-grid--mini-cart .cart__footer-subtotal {
  position: relative;
  display: flex;
  margin: 25px 0 13px;
  padding: 0;
  justify-content: space-between;
}
.cart-grid--default .cart__footer-subtotal {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 12px;
  padding-top: 32px;
  border-top: var(--border-01);
}
@media (min-width: 768px) {
  .cart-grid--default .cart__footer-subtotal {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.cart__footer-bottom-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .cart__footer-bottom-wrapper {
    display: flex;
    align-items: center;
  }
}
.cart-grid--default .cart__footer-bottom-submit {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .cart-grid--default .cart__footer-bottom-submit {
    width: auto;
    min-width: 125px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.cart__checkout-btn {
  padding-top: 23px;
  padding-bottom: 23px;
  background: #e3fc03 !important;
  border-color: #000 !important;
  color: #000 !important;
}
.cart__checkout-btn:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.cart__footer-bottom-inner {
  margin: 8px -5px 0;
}
@media (min-width: 1000px) {
  .cart__footer-bottom-inner {
    max-width: 360px;
    margin: 24px auto 0;
  }
}
.cart-grid__col-left {
  display: none;
}
@media (min-width: 1000px) {
  .cart-grid__col-left {
    display: block;
    width: 233px;
    padding: 0 24px;
  }
}
.mini-cart--hidden-recommended-products .cart-grid__col-left {
  display: none;
}
.cart-grid--mini-cart .cart-grid__grid {
  height: 100%;
  padding-bottom: 20px;
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-grid__grid {
    flex: 1 1;
    border-left: var(--border-01);
    padding-bottom: 0;
  }
}
.cart__update {
  display: none;
  margin-top: 17px;
}
@media (min-width: 1000px) {
  .cart__update {
    margin-top: 24px;
  }
}
.cart__update-btn svg {
  margin-right: 7px;
}
@media (min-width: 1000px) {
  .cart__update-btn svg {
    margin-right: 10px;
  }
}
.cart-grid__empty-cta {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 1000px) {
  .cart-grid__empty-cta {
    margin-top: 20px;
  }
}
.cart__body-item + .cart__body-item {
  margin-top: 20px;
}
.cart-item {
  padding: 15px 9px;
  border: 1px solid var(--grey);
  background: var(--white);
}
@media (min-width: 1000px) {
  .cart-item {
    padding: 22px 20px 20px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.cart-item:not(:first-child) {
  margin-top: -1px;
}
@media (min-width: 1000px) {
  .cart-item--lens {
    padding-bottom: 22px;
  }
}
.cart-item__update {
  opacity: 0.3;
  pointer-events: none;
}
.cart-item__update.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__info,
  .cart-grid--default .cart-item__price,
  .cart-grid--default .cart-item__quantity,
  .cart-grid--default .cart-item__total {
    display: table-cell;
    position: static;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__info,
  .cart-grid--default .cart-item__price,
  .cart-grid--default .cart-item__quantity,
  .cart-grid--default .cart-item__total {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__info {
    display: flex;
    width: 52%;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__info {
    padding-right: 1em;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-item__info {
    display: flex;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__price {
    width: 16%;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__price {
    padding-right: 1em;
  }
}
.cart-item__total {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
}
.cart-item:first-child .cart-item__total {
  top: 10px;
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__total {
    padding-right: 25px;
    width: 16%;
  }
}
.cart-item__quantity {
  padding-left: 90px;
  position: relative;
  z-index: 1;
}
@media (min-width: 445px) {
  .cart-item__quantity {
    padding-left: 110px;
  }
}
.cart-grid--default .cart-item__quantity {
  display: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__quantity {
    display: block;
    width: 16%;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__quantity {
    padding-left: 0;
    padding-right: 1em;
  }
}
.cart-grid--mini-cart .cart-item__quantity {
  display: none;
}
.cart-item__remove {
  display: none;
  margin-left: 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__remove,
  .mini-cart .cart-item__remove {
    display: block;
  }
}
.cart-item__remove:only-child {
  margin-left: 0;
}
.cart-item__featured-wrapper {
  float: left;
  width: 70px;
}
@media (min-width: 1000px) {
  .cart-item__featured-wrapper {
    width: 102px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__featured-wrapper {
    width: 90px;
    margin-left: 10px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__featured-wrapper {
    width: 102px;
    margin-left: 20px;
  }
}
.cart-item__featured {
  width: 100%;
  max-width: 134px;
}
.cart-item__featured:focus {
  outline-offset: 0;
}
.cart-item__featured-remove {
  color: var(--grey-2);
  margin: 0;
}
.cart-item__quantity .cart-item__featured-remove {
  margin-left: 12px;
}
.cart-grid--default .cart-item__featured-remove {
  position: absolute;
  right: 9px;
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__featured-remove {
    right: 25px;
  }
}
.cart-item__details {
  width: calc(100% - 70px);
  float: left;
  padding-left: 9px;
}
@media (min-width: 1000px) {
  .cart-item__details {
    width: calc(100% - 102px);
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__details {
    width: calc(100% - 100px);
    padding-right: 16px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__details {
    width: calc(100% - 122px);
    padding-right: 22px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-item__details {
    flex-direction: column;
    display: flex;
  }
}
.cart-item__details-descriptions {
  padding-right: 45px;
}
@media (min-width: 1000px) {
  .cart-item__details-descriptions {
    padding-right: 55px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--mini-cart .cart-item__details-descriptions {
    margin-bottom: auto;
  }
}
.cart-item__details-description:not(:last-child) {
  opacity: 0.5;
}
.cart-item__details-descriptions .cart-item__details-description {
  margin-bottom: 11px;
}
@media (min-width: 1000px) {
  .cart-item__details-descriptions .cart-item__details-description {
    margin-bottom: 22px;
  }
}
.cart-item__custom-lens--rx
  .cart-item__details-descriptions
  .cart-item__details-description:last-child,
.cart-item__details-descriptions
  .cart-item__details-description
  + .cart-item__details-title {
  margin-bottom: 0;
}
.cart-item__details__description,
.cart-item__details__heading {
  padding-bottom: 10px;
}
.cart-grid--mini-cart .cart-item__details__heading {
  padding-bottom: 0;
}
.cart-item__details-bottom {
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .cart-item__details-bottom {
    margin-top: 35px;
  }
}
.cart-item__label-quantity {
  display: inline-block;
  padding-right: 2px;
}
@media (min-width: 1000px) {
  .cart-item__title {
    max-width: calc(100% - 60px);
  }
}
.cart-item__details-separator {
  margin-right: 7px;
  margin-left: 4px;
}
.cart-item__details-separator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(var(--black), 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cart-item__details-top .cart-item__details-description--price {
  padding-left: 5px;
}
@media (min-width: 1000px) {
  .cart-item__details-top .cart-item__details-description--price {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default
    .cart-item__details-top
    .cart-item__details-description--price {
    display: none;
  }
}
.cart-item__details-vendor {
  margin: 0;
}
@media (min-width: 768px) {
  .cart-item__details-vendor {
    margin-bottom: 4px;
  }
}
@media (min-width: 1000px) {
  .cart-item__details-vendor {
    margin-bottom: 5px;
  }
}
.cart-item__custom-lens {
  margin-top: 20px;
  margin-left: 35px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__custom-lens {
    margin-left: 106px;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__custom-lens {
    margin-left: 140px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__info {
    width: calc(52% - 50.88px);
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__info {
    width: calc(52% - 67.2px);
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__price,
  .cart-grid--default .cart-item__custom-lens .cart-item__quantity,
  .cart-grid--default .cart-item__custom-lens .cart-item__total {
    width: calc(16% + 16.96px);
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__price,
  .cart-grid--default .cart-item__custom-lens .cart-item__quantity,
  .cart-grid--default .cart-item__custom-lens .cart-item__total {
    width: calc(16% + 22.4px);
  }
}
.cart-item__custom-lens .cart-item__details {
  width: calc(100% - 63px);
  padding-left: 10px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .cart-item__details {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__details {
    width: auto;
  }
}
.cart-item__custom-lens .cart-item__featured-wrapper {
  display: flex;
  width: 63px;
}
.cart-item__custom-lens .cart-item__bottom {
  border-top: var(--border-01);
  margin-top: 6px;
  padding-top: 9px;
  padding-left: 73px;
  padding-right: 30px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .cart-item__bottom {
    margin-top: 11px;
    padding-left: 83px;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__bottom {
    width: 100%;
    margin: 0 20px 10px;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1000px) {
  .cart-grid--default .cart-item__custom-lens .cart-item__bottom {
    padding-top: 12px;
  }
}
.cart-item__custom-lens .checkbox {
  align-items: flex-start;
}
.cart-item__custom-lens .checkbox__icon,
.cart-item__custom-lens .checkbox__icon-el {
  width: 12px;
  height: 12px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .checkbox__icon,
  .cart-item__custom-lens .checkbox__icon-el {
    width: 16px;
    height: 16px;
  }
}
.cart-item__custom-lens .checkbox__icon {
  margin-right: 5px;
  margin-top: 2px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .checkbox__icon {
    margin-right: 10px;
  }
}
.cart-item__custom-lens .checkbox__icon-tick {
  width: 8px;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .checkbox__icon-tick {
    width: 10px;
  }
}
.cart-item__custom-lens .checkbox__text {
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 1000px) {
  .cart-item__custom-lens .checkbox__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-item__custom-lens-title {
  margin-bottom: 8px;
}
.recommended-variants__wrapper {
  position: relative;
  margin-top: 17px;
  padding-top: 17px;
}
@media (min-width: 1000px) {
  .recommended-variants__wrapper {
    margin-top: 18px;
    padding: 0;
  }
}
.cart-grid--default .recommended-variants__wrapper {
  padding: 20px 0 24px;
}
@media (min-width: 768px) {
  .cart-grid--default .recommended-variants__wrapper {
    margin: 0;
    padding: 0;
  }
}
.recommended-variants__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: var(--border-01);
}
@media (min-width: 1000px) {
  .recommended-variants__wrapper:before {
    content: none;
  }
}
.cart-grid--default .recommended-variants__wrapper:before {
  content: none;
}
.recommended-variants__wrapper.is-loading {
  opacity: 0;
}
.recommended-variants__title {
  margin-bottom: 8px;
}
@media (min-width: 1000px) {
  .recommended-variants__title {
    margin-bottom: 17px;
  }
}
.recommended-variants__list {
  margin: 0 -4px;
}
@media (min-width: 1000px) {
  .recommended-variants__list {
    flex-direction: column;
  }
}
.cart-grid--default .recommended-variants__list {
  margin: 0;
}
@media (min-width: 1000px) {
  .cart-grid--default .recommended-variants__list {
    flex-direction: row;
  }
}
.recommended-variants__item {
  width: 50%;
  padding: 0 4px;
}
@media (min-width: 1000px) {
  .recommended-variants__item {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .cart-grid__grid .recommended-variants__item {
    width: 50%;
  }
}
.cart-grid--default .recommended-variants__item {
  padding: 0;
}
.cart-grid--default .recommended-variants__item:not(:first-child) {
  margin-left: -1px;
}
@media (min-width: 1000px) {
  .cart-grid__grid .recommended-variants--mini {
    display: none;
  }
}
.quick-add-to-cart {
  margin-top: 6px;
}
.quick-add-to-cart--within {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 999px) {
  .quick-add-to-cart--within.quick-add-to-cart--mobile-below {
    display: none;
  }
}
@media (min-width: 1000px) {
  .quick-add-to-cart--within.quick-add-to-cart--desktop-below {
    display: none;
  }
}
@media (max-width: 999px) {
  .quick-add-to-cart--below.quick-add-to-cart--mobile-within {
    display: none;
  }
}
@media (min-width: 1000px) {
  .quick-add-to-cart--below.quick-add-to-cart--desktop-within {
    display: none;
  }
}
.quick-add-to-cart--within .quick-add-to-cart__trigger {
  padding: 0 8px 8px;
}
@media (min-width: 1000px) {
  .quick-add-to-cart--within .quick-add-to-cart__trigger {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.quick-add-to-cart--below .quick-add-to-cart__trigger {
  margin-top: 15px;
}
.quick-add-to-cart.is-active .quick-add-to-cart__trigger {
  opacity: 0;
  visibility: hidden;
}
.quick-add-to-cart__main {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
}
@media (min-width: 1000px) {
  .quick-add-to-cart__main {
    position: static;
    box-shadow: none;
  }
  .quick-add-to-cart--below .quick-add-to-cart__main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}
.quick-add-to-cart--small .quick-add-to-cart__main {
  position: relative;
  display: block;
  box-shadow: none;
}
.quick-add-to-cart__main.is-active {
  display: block;
  z-index: 100;
}
@media (min-width: 1000px) {
  .quick-add-to-cart__main.is-active {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(var(--white), 0.4);
  }
}
@media (min-width: 1000px) {
  #quick-add-to-cart .quick-add-to-cart__main {
    display: none;
  }
}
.quick-add-to-cart__inner {
  overflow: hidden;
  padding: 30px 20px 20px;
}
@media (min-width: 1000px) {
  .quick-add-to-cart__inner {
    padding: 30px 0 0;
    background-color: var(--white);
  }
}
.quick-add-to-cart__close {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .quick-add-to-cart__close {
    right: 0;
  }
}
.flickity-slide .quick-add-to-cart__close {
  right: 0;
}
.quick-add-to-cart__close svg {
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.quick-add-to-cart__option {
  margin-bottom: 9px;
}
@media (min-width: 1200px) {
  .quick-add-to-cart__option {
    max-width: 140px;
  }
}
@media (min-width: 1440px) {
  .quick-add-to-cart__option {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-card--upsell-right .quick-add-to-cart__option {
    max-width: 100%;
  }
}
.quick-add-to-cart__select {
  min-height: 35px;
  padding: 0 25px 0 15px;
  border: 1px solid var(--black);
  line-height: 35px;
  transform: translateZ(0);
}
.quick-add-to-cart__select:focus {
  outline: 1px solid var(--c-focus);
  outline-offset: 5px;
}
@media (min-width: 1000px) {
  .quick-add-to-cart__select {
    min-height: 45px;
  }
}
.quick-add-to-cart__icon {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 9px;
  transform: translateY(-40%) rotate(180deg);
  pointer-events: none;
}
.quick-add-to-cart__button {
  font-family: var(--headings-font-family);
  font-size: 11px;
  line-height: 15px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
  height: auto;
  max-width: 100%;
  min-width: 50px;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  line-height: 1;
  background: var(--green);
  color: var(--black);
}
@media (min-width: 1000px) {
  .quick-add-to-cart__button {
    font-size: 12px;
  }
}
.quick-add-to-cart--small .quick-add-to-cart__main-select {
  margin-bottom: 5px;
}
.cart-grid--default .quick-add-to-cart--small .quick-add-to-cart__main-select {
  position: relative;
}
@media (min-width: 620px) {
  .cart-grid--default
    .quick-add-to-cart--small
    .quick-add-to-cart__main-select {
    margin-right: 10px;
  }
}
.cart-grid--mini-cart
  .quick-add-to-cart--small
  .quick-add-to-cart__main-select {
  margin-right: 5px;
}
.recommended-variants--default
  .quick-add-to-cart--small
  .quick-add-to-cart__main-select,
.recommended-variants--mini-cart
  .quick-add-to-cart--small
  .quick-add-to-cart__main-select {
  margin-right: 0;
}
.quick-add-to-cart--small .quick-add-to-cart__main-select-el {
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  max-width: 100%;
  height: 35px;
  margin: 0;
  padding-left: 48px;
  text-transform: capitalize;
}
@media (min-width: 1000px) {
  .quick-add-to-cart--small .quick-add-to-cart__main-select-el {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    padding-left: 60px;
  }
}
.quick-add-to-cart--upsell {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.quick-add-to-cart--upsell.is-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--upsell.is-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right .quick-add-to-cart--upsell.is-desktop {
    display: none;
  }
}
.quick-add-to-cart--upsell.is-mobile {
  width: 100%;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--upsell.is-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right .quick-add-to-cart--upsell.is-mobile {
    display: block;
  }
}
.quick-add-to-cart--upsell .quick-add-to-cart__main {
  position: static;
  display: block;
  box-shadow: none;
  background: var(--grey-white);
}
@media (min-width: 1200px) {
  .quick-add-to-cart--upsell .quick-add-to-cart__main {
    max-width: 266px;
  }
}
@media (min-width: 1200px) {
  .product-card--upsell-right
    .quick-add-to-cart--upsell
    .quick-add-to-cart__main {
    max-width: 100%;
  }
}
.quick-add-to-cart--upsell .quick-add-to-cart__close,
.quick-add-to-cart--upsell .quick-add-to-cart__trigger {
  display: none;
}
.quick-add-to-cart--upsell .quick-add-to-cart__inner {
  padding: 0;
  background: var(--grey-white);
}
@media (min-width: 1200px) {
  .quick-add-to-cart--upsell .quick-add-to-cart__inner {
    position: static;
  }
}
.quick-add-to-cart--upsell .quick-add-to-cart__button {
  padding: 0;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--upsell .quick-add-to-cart__button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 140px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right
    .quick-add-to-cart--upsell
    .quick-add-to-cart__button {
    position: static;
    top: auto;
    width: 100%;
    transform: none;
  }
}
.quick-add-to-cart--upsell .quick-add-to-cart__view {
  width: 100%;
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
}
.quick-add-to-cart--upsell .quick-add-to-cart__view:hover {
  text-decoration: initial;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown {
    width: calc(100% - 140px);
    max-width: 348px;
  }
}
.quick-add-to-cart--dropdown .quick-add-to-cart__main {
  position: static;
  display: block;
  box-shadow: none;
  background: var(--grey-white);
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown .quick-add-to-cart__main {
    display: flex;
    justify-content: space-between;
  }
}
.product-card--upsell-left
  .quick-add-to-cart--dropdown
  .quick-add-to-cart__main {
  margin: 7px 0;
}
@media (min-width: 1200px) {
  .product-card--upsell-left
    .quick-add-to-cart--dropdown
    .quick-add-to-cart__main {
    display: block;
    max-width: 150px;
  }
}
@media (min-width: 1440px) {
  .product-card--upsell-left
    .quick-add-to-cart--dropdown
    .quick-add-to-cart__main {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
}
.quick-add-to-cart--dropdown .quick-add-to-cart__main-select {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown .quick-add-to-cart__main-select {
    max-width: 164px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-card--upsell-left
    .quick-add-to-cart--dropdown
    .quick-add-to-cart__main-select {
    margin-bottom: 10px;
  }
}
.quick-add-to-cart--dropdown .quick-add-to-cart__main-select-el {
  height: 30px;
  border: none;
  border-bottom: 1px solid;
  padding-left: 50px;
}
.quick-add-to-cart--dropdown
  .quick-add-to-cart__main-select
  .quick-add-to-cart__main-label {
  line-height: 30px;
  padding: 0;
  background: var(--grey-white);
}
.quick-add-to-cart--dropdown
  .quick-add-to-cart__main-select
  .select-input__el-wrap {
  max-width: 100%;
}
.quick-add-to-cart--dropdown .quick-add-to-cart__button {
  width: 100%;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown .quick-add-to-cart__button {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    min-height: 50px;
    padding: 0 20px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right
    .quick-add-to-cart--dropdown
    .quick-add-to-cart__button {
    position: static;
    top: auto;
    width: 100%;
    margin-top: 10px;
    transform: none;
  }
}
.quick-add-to-cart--dropdown.is-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown.is-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right .quick-add-to-cart--dropdown.is-desktop {
    display: none;
  }
}
.quick-add-to-cart--dropdown.is-mobile {
  width: 100%;
}
@media (min-width: 1200px) {
  .quick-add-to-cart--dropdown.is-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-card--upsell-right .quick-add-to-cart--dropdown.is-mobile {
    display: block;
    max-width: 100%;
    margin-top: 7px;
  }
}
.quick-add-to-cart--small:not(.quick-add-to-cart--dropdown)
  .has-default
  .quick-add-to-cart__main-label {
  display: none;
}
.quick-add-to-cart--small:not(.quick-add-to-cart--dropdown)
  .quick-add-to-cart__main-select {
  margin-right: 0;
}
.quick-add-to-cart--small:not(.quick-add-to-cart--dropdown)
  .has-default
  .quick-add-to-cart__main-select-el {
  padding-left: 10px;
}
.quick-add-to-cart--small:not(.quick-add-to-cart--dropdown)
  .quick-add-to-cart__main-select-el-wrap {
  max-width: 100%;
}
.quick-add-to-cart--small:not(.quick-add-to-cart--dropdown)
  .quick-add-to-cart__button {
  width: 100%;
}
.quick-add-to-cart__color-swatch-title {
  margin-bottom: 5px;
  display: block;
}
.quick-add-to-cart__color-swatch-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.quick-add-to-cart__color-swatch-item {
  margin: 5px;
  transition: opacity var(--speed) var(--ease);
}
.quick-add-to-cart__color-swatch-item:disabled {
  opacity: 0.4;
  position: relative;
}
.quick-add-to-cart__color-swatch-item:disabled:before {
  background-color: var(--white);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 1px;
  z-index: 9;
}
.quick-add-to-cart__color-swatch-item:disabled .color-circle {
  cursor: default;
}
.quick-add-to-cart__main-select {
  margin-bottom: 6px;
}
.virtual-try-on {
  position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0 34px;
}
@media (min-width: 768px) {
  .virtual-try-on {
    margin-top: -60px;
    padding-top: 103px;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on {
    padding-bottom: 53px;
  }
}
@media (min-width: 1200px) {
  .virtual-try-on {
    width: calc(100% - 20px);
    margin: -103px auto 0;
    padding-bottom: 82px;
  }
}
@media (min-width: 1440px) {
  .virtual-try-on {
    max-width: 1500px;
  }
}
@media (min-width: 768px) {
  .virtual-try-on__wrapper {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
}
.virtual-try-on__content {
  margin-bottom: 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-try-on__content {
    width: calc(100% - 455px);
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__content {
    width: calc(100% - 605px);
    padding-left: 9.5%;
  }
}
.virtual-try-on__subtitle {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .virtual-try-on__subtitle {
    margin-bottom: 24px;
  }
}
.virtual-try-on__title {
  max-width: 290px;
  margin: 0 auto 6px;
}
@media (min-width: 768px) {
  .virtual-try-on__title {
    max-width: none;
    margin: 0 0 11px;
  }
}
.virtual-try-on__description {
  max-width: 240px;
  margin: 0 auto 22px;
}
@media (min-width: 768px) {
  .virtual-try-on__description {
    max-width: none;
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  .virtual-try-on__box {
    position: relative;
    padding: 0 26px;
  }
}
.virtual-try-on__featured {
  position: relative;
  z-index: 10;
  transform: translate3d(9px, 0, 0) rotate(0.9deg);
}
@media (min-width: 768px) {
  .virtual-try-on__featured {
    transform: none;
    width: 455px;
    padding-right: 150px;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__featured {
    width: 605px;
    padding-right: 194px;
  }
}
.virtual-try-on__image {
  position: relative;
  z-index: 10;
  width: 312px;
  margin: 0 auto;
  padding: 15px 13px 24px 15px;
}
@media (min-width: 768px) {
  .virtual-try-on__image {
    width: 100%;
    max-width: 300px;
    padding: 17px 13px 16px 17px;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__image {
    max-width: 411px;
    padding: 18px 18px 40px;
  }
}
.virtual-try-on__image-inner {
  z-index: 5;
}
.virtual-try-on__image-inner:before {
  padding-bottom: 101.86667%;
}
@media (min-width: 768px) {
  .virtual-try-on__image-inner:before {
    padding-bottom: 101.86667%;
  }
}
.virtual-try-on__image-content {
  position: relative;
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 40px;
  margin-top: 16px;
  padding: 0 24px 0 5px;
  grid-column-gap: 10px;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .virtual-try-on__image-content {
    height: 50px;
    margin-top: 10px;
    padding: 0 8px 0 0;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__image-content {
    height: 30px;
    margin-top: 26px;
    padding: 0 29px 0 15px;
  }
}
.virtual-try-on__image-title {
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .virtual-try-on__image-title {
    margin-bottom: 0;
  }
}
.virtual-try-on__tac {
  position: absolute;
  z-index: 2;
  top: -14px;
  left: 6px;
  width: 29px;
  height: 35px;
}
@media (min-width: 768px) {
  .virtual-try-on__tac {
    top: -12px;
    width: 37px;
  }
}
.virtual-try-on__btn {
  flex-shrink: 0;
  transform: rotate(-1deg);
  min-width: 94px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1000px) {
  .virtual-try-on__btn {
    transform: none;
    min-width: 111px;
  }
}
.virtual-try-on__tag {
  position: absolute;
  top: 38%;
  right: -12px;
  transform: rotate(18.77deg);
  max-width: 155px;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .virtual-try-on__tag {
    top: 60%;
    right: -8px;
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__tag {
    right: -40px;
    max-width: 226px;
  }
}
.virtual-try-on__tag span {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  white-space: nowrap;
}
.virtual-try-on__tag span:after {
  position: absolute;
  right: 0;
  bottom: -19px;
  left: -8px;
  transform: rotate(-18.77deg);
  height: 36px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='36' fill='none'%3E%3Cpath d='M.922 1.491c26.182 7.744 52.79 16.968 77.286 29.1 1.796.889 3.41 2.04 5.108 3.091.444.275 2.924 1.68 2.285 1.68' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .virtual-try-on__tag span:after {
    content: "";
  }
}
@media (min-width: 1000px) {
  .virtual-try-on__tag span:after {
    bottom: -16px;
  }
}
.card-news__title {
  flex: 1 1;
}
.card-news__featured-image {
  width: 102px;
  margin-right: 10px;
}
.card-news__featured-image:before {
  padding-bottom: 66.66667%;
}
.quantity-selector {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  width: 96px;
  height: 45px;
  line-height: 44px;
  transition: opacity var(--duration) var(--ease);
  border: 1px solid var(--c-borders);
}
.quantity-selector.quantity-selector--cart {
  width: 95px;
  height: 35px;
  line-height: 34px;
  border: 1px solid var(--black);
}
@media (min-width: 768px) {
  .quantity-selector.quantity-selector--cart {
    line-height: 36px;
  }
}
.quantity-selector:disabled {
  opacity: 0.4;
}
.quantity-selector__action,
.quantity-selector__field.quantity-selector__field {
  height: inherit;
  line-height: inherit;
}
.quantity-selector__action {
  position: relative;
  display: block;
  width: 27px;
  height: 100%;
  padding: 0;
  transition: opacity var(--duration) var(--ease);
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  color: inherit;
  cursor: pointer;
}
.quantity-selector__action:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 1px;
  background-color: var(--black);
}
.quantity-selector--cart .quantity-selector__action:disabled {
  background-color: initial;
}
.quantity-selector__action--plus:before {
  left: auto;
  right: 13px;
}
.quantity-selector__action--plus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 13px;
  height: 1px;
  background-color: var(--black);
  transform: translateY(-50%) rotate(90deg);
}
.quantity-selector__action:disabled {
  cursor: default;
  opacity: 0.4;
}
.quantity-selector__field {
  width: 30px;
  margin-right: -5px;
  margin-left: -5px;
  padding: 0;
  color: inherit;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  box-shadow: none;
}
.quantity-selector__field:focus {
  box-shadow: inset 0 0 0 1px var(--black);
}
.quantity-selector__field::-webkit-inner-spin-button,
.quantity-selector__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.quantity-selector--product-bundle {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .quantity-selector--product-bundle {
    margin-top: 15px;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  font-family: var(--headings-font-family);
  font-size: 15px;
  line-height: 17px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
  margin: 25px 0 16px;
}
@media (min-width: 1000px) {
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 40px;
  }
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 11px;
}
@media (min-width: 1000px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    margin-bottom: 20px;
  }
}
.wysiwyg p {
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .wysiwyg p {
    margin-bottom: 30px;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  margin: 11px 0;
}
.wysiwyg blockquote {
  margin: 27px 0;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .wysiwyg blockquote {
    margin: 53px 0 53px 45px;
  }
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg hr {
  margin: 20px 0;
}
@media (min-width: 1000px) {
  .wysiwyg hr {
    margin: 35px 0;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg--basic {
  padding: 32px 0 24px;
}
@media (min-width: 768px) {
  .wysiwyg--basic {
    padding: 53px 0 24px;
  }
}
@media (min-width: 1000px) {
  .wysiwyg--basic {
    padding: 64px 0 41px;
  }
}
.wysiwyg--basic hr {
  opacity: 1;
}
.wysiwyg--basic .wysiwyg__container {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
@media (min-width: 840px) {
  .wysiwyg--basic .wysiwyg__container {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg--basic .wysiwyg__container {
    max-width: 650px;
  }
}
@media (min-width: 768px) {
  .template-article .wysiwyg--basic {
    padding: 53px 0 29px;
  }
}
.wysiwyg__container > :first-child {
  margin-top: 0;
}
.wysiwyg__container > :last-child {
  margin-bottom: 0;
}
p.wysiwyg__image-wrapper {
  margin: 40px 0;
}
@media (min-width: 768px) {
  p.wysiwyg__image-wrapper {
    margin: 60px 0;
  }
}
@media (min-width: 1000px) {
  p.wysiwyg__image-wrapper {
    margin: 67px 0;
  }
}
@media (min-width: 1440px) {
  p.wysiwyg__image-wrapper {
    width: calc(100% + 200px);
    margin-left: -100px !important;
    margin-right: -100px !important;
  }
}
p.wysiwyg__image-wrapper + p.wysiwyg__image-wrapper {
  margin-top: 43px;
}
@media (min-width: 768px) {
  p.wysiwyg__image-wrapper + p.wysiwyg__image-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  p.wysiwyg__image-wrapper + p.wysiwyg__image-wrapper {
    margin-top: 92px;
  }
}
.wysiwyg__image {
  position: relative;
}
.wysiwyg__image:after,
.wysiwyg__image:before {
  content: "";
  position: absolute;
  background: var(--sticky-url) no-repeat 100%/100%;
  height: 19px;
  width: 67px;
}
@media (min-width: 768px) {
  .wysiwyg__image:after,
  .wysiwyg__image:before {
    height: 48px;
    width: 170px;
  }
}
@media (min-width: 1000px) {
  .wysiwyg__image:after,
  .wysiwyg__image:before {
    height: 54px;
    width: 188px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg__image:after,
  .wysiwyg__image:before {
    height: 56px;
    width: 198px;
  }
}
.wysiwyg__image:before {
  top: 0;
  left: 11px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .wysiwyg__image:before {
    left: 31px;
  }
}
@media (min-width: 1000px) {
  .wysiwyg__image:before {
    left: 26px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg__image:before {
    left: 28px;
  }
}
.wysiwyg__image:after {
  top: 100%;
  right: 17px;
  transform: translateY(-50%) scaleX(-1);
}
@media (min-width: 768px) {
  .wysiwyg__image:after {
    right: 28px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg__image:after {
    right: 50px;
  }
}
.wysiwyg__iframe {
  position: relative;
}
.wysiwyg__iframe:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.wysiwyg__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-page .wysiwyg--basic {
  padding: 56px 0 32px;
}
@media (min-width: 1000px) {
  .main-page .wysiwyg--basic {
    padding: 75px 0 40px;
  }
}
@media (min-width: 1440px) {
  .main-page .wysiwyg--basic {
    padding: 83px 0 56px;
  }
}
.main-page .wysiwyg--basic h2 {
  font-family: var(--headings-font-family);
  font-size: 20px;
  line-height: 25px;
  font-weight: var(--headings-font-weight);
  text-transform: var(--headings-text-transform);
  letter-spacing: 0.03em;
}
@media (min-width: 1000px) {
  .main-page .wysiwyg--basic h2 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .main-page .wysiwyg--basic h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1000px) {
  .main-page .wysiwyg--basic h2 {
    margin-bottom: 32px;
  }
}
.main-page .wysiwyg--basic .btn:hover {
  text-decoration: none;
}
.main-page .wysiwyg--basic .wysiwyg__container {
  margin: 0;
}
.main-page .wysiwyg--basic p.wysiwyg__image-wrapper {
  margin: 40px 0;
  width: calc(100% + 30px);
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (min-width: 768px) {
  .main-page .wysiwyg--basic p.wysiwyg__image-wrapper {
    margin: 60px 0;
    width: calc(100% + 190px);
    margin-left: 0 !important;
    margin-right: -95px !important;
  }
}
@media (min-width: 1000px) {
  .main-page .wysiwyg--basic p.wysiwyg__image-wrapper {
    margin: 67px 0;
    width: calc(100% + 167px);
    margin-left: 0 !important;
    margin-right: -75px !important;
  }
}
@media (min-width: 1200px) {
  .main-page .wysiwyg--basic p.wysiwyg__image-wrapper {
    width: calc(100% + 200px);
    margin-left: 0 !important;
    margin-right: -100px !important;
  }
}
#chat-button {
  left: auto !important;
  right: 22px !important;
  bottom: 0 !important;
  z-index: 900 !important;
}
#chat-window {
  right: 0 !important;
}
@media (min-width: 768px) {
  #chat-window {
    left: auto !important;
  }
}
#hero-iframe-container div.hero-launcher-avatar-container {
  right: auto !important;
}
#hero-iframe-container div.hero-launcher-container {
  bottom: 20px !important;
  left: 22px !important;
  right: auto !important;
}
body #hero-iframe-container div.hero-launcher-container {
  z-index: 900 !important;
}
#hero-iframe-container div.hero-plugin-container {
  right: auto !important;
  left: 14px !important;
}
#hero-iframe-container div.hero-launcher-push-container {
  right: auto !important;
  left: 0 !important;
}
#hero-iframe-container div.hero-launcher-push-container:after {
  right: auto !important;
  left: 22px !important;
  margin-right: -20px !important;
  margin-left: 0 !important;
}
