:root {
  --black: black;
  --white: white;
  --thistle: #b79ab3;
  --dark-grey: #999;
}

body {
  color: var(--black);
  text-align: justify;
  cursor: none;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

h1 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 200;
  line-height: 36px;
}

a {
  color: var(--black);
  cursor: none;
  font-weight: 300;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  text-align: justify;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

strong {
  font-weight: 300;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.section.full-screen {
  z-index: 20;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section.try {
  height: 300px;
}

.section.main {
  z-index: 1;
  position: sticky;
  top: 0;
}

.section.our-collection {
  z-index: 4;
  background-color: #fff;
  height: auto;
  position: relative;
}

.section.pop-up {
  z-index: 11;
  background-color: #a19264d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section.subscribe {
  z-index: 4;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.footer {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 0;
  display: block;
  position: relative;
}

.section.only-one {
  min-height: 100vh;
  padding-bottom: 100px;
}

.copyright {
  color: #212121;
  text-align: left;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  display: inline-block;
}

.link-social {
  width: 48px;
  height: 48px;
  margin-left: 8px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.link-social:hover {
  opacity: .5;
}

.link-social.instagram {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/609bf037f5bb897767baf26c_icon-instagram.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.mail {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/5ffb3d115e7fe02968197dc6_icon-mail.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.linkedin {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/609befe33a747730ca8f5cee_icon-linkedin.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.tiktok {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/616034e0847ac3221e1911cf_icon-tiktok.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.facebook {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/627d2262b87098476dd2371e_icon-facebook.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.youtube {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/627d2262b8f14bb58b33956e_icon-youtube.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
}

.link-social.pinterest {
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/6530004bd0ef129d7aa3836c_icon-pinterest.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 35px;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 5;
  cursor: none;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/6000e0d59bac33122b7485c5_icon-menu.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-button.w--open {
  background-color: #0000;
}

.brand {
  z-index: 5;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/6000e0d6c578f3b501c81766_logotype-terrae.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 55px;
  margin-left: 4vw;
  padding-bottom: 0;
}

.cart {
  z-index: 4;
  float: right;
  margin-right: 4vw;
}

.cart-button {
  cursor: none;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/6000e0d5a9b32a0fc9f059d8_icon-bag.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
}

.cart-button.link-hover {
  z-index: 5;
  z-index: 5;
  position: relative;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 12px;
  min-width: auto;
  height: 12px;
  margin-top: 12px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  width: 100vw;
}

.nav-link {
  color: var(--white);
  text-align: center;
  cursor: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  display: block;
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 300;
}

.nav-link.submenu {
  color: var(--black);
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6vw;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.nav-link.submenu.w--current {
  opacity: 1;
  font-weight: 300;
}

.nav-link.link-hover.w--open {
  font-weight: 300;
}

.nav-link.link-hover.kino {
  filter: invert();
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/609be9a7e47912d1c4b424d2_icon-kino-min.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.nav-link.link-hover.kino:hover {
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.nav-link.link-hover.papaya {
  filter: invert();
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/609be9a84690d11b9db2e845_icon-papaya-min.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.nav-link.link-hover.papaya:hover {
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.nav-link.link-hover.litchi {
  filter: invert();
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/609be9a7d9a7fa3941f54d17_icon-lichi-min.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.nav-link.link-hover.litchi:hover {
  filter: invert();
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.nav-link.link-hover.complements {
  filter: invert();
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/613f7a0429398d685b8ebddd_icon-complements.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 75px;
}

.nav-link.link-hover.complements:hover {
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.nav-link.link-hover.guayaba {
  filter: invert();
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/62446c34a00fa415d9356293_icon-guayaba-min.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.nav-link.link-hover.guayaba:hover {
  color: var(--black);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-nav-links {
  z-index: 5;
  float: left;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: #ffffffd9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: 0%;
}

.cursor-circle {
  border: 1px solid #ffffffd9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.cursor {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-language-links {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-list-nav-link.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0 0 0 50vw;
  overflow: auto;
}

.dropdown-nav-link {
  position: static;
}

.featured-nav-link {
  text-transform: uppercase;
  font-weight: 300;
}

.bold-nav-link {
  font-weight: 300;
}

.div-close-nav-menu {
  width: 50vw;
  height: 100vh;
  position: relative;
  left: 50vw;
}

.cart-wrapper {
  z-index: 3;
  background-color: #0000;
}

.checkout-button {
  color: var(--black);
  text-transform: lowercase;
  background-color: #0000;
  border: 1px solid #2c2e2f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.checkout-button.invert {
  background-color: var(--black);
  color: var(--white);
  background-color: var(--black);
}

.cart-header {
  border-bottom-style: none;
  justify-content: center;
  padding: 0;
}

.div-sticky-head-page {
  z-index: 5;
  margin-bottom: 65vh;
  padding-top: 100px;
  position: sticky;
  top: 0;
}

.div-sticky-head-page.search {
  align-items: center;
  display: flex;
}

.cart-container {
  border-left: 1px solid var(--dark-grey);
  box-shadow: none;
  background-color: #ffffffe6;
  width: 50vw;
  min-width: auto;
  max-width: none;
}

.heading-page {
  margin-left: 6vw;
  margin-right: 6vw;
  display: inline-block;
}

.heading-page.dot {
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
}

.heading-page.model-name {
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 1vw;
  font-weight: 300;
}

.heading-page.product-name {
  text-transform: lowercase;
  margin-right: 0;
  font-weight: 100;
}

.heading-page.product-name.on-cart {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.div-content {
  margin-left: 25vw;
  margin-right: 25vw;
}

.div-content.after-sticky {
  z-index: 4;
  margin-top: -70vh;
  position: relative;
  top: -10px;
}

.div-content.after-sticky.search {
  z-index: 4;
  padding-top: 63px;
}

.div-content.after-sticky.contact {
  top: 30px;
}

.div-content.full {
  margin-top: -65vh;
  margin-left: 2vw;
  margin-right: 2vw;
}

.div-content.full.last {
  margin-top: 0;
}

.center {
  text-align: center;
}

.remove-button {
  color: var(--black);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/60539a4332a01431fe2c85c0_icon-plus.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  inset: 5px 2vw auto auto;
  transform: rotate(45deg);
}

.cart-item {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}

.cart-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 67vh;
  padding: 50px 0;
  display: flex;
}

.image-product-cart {
  flex: none;
  width: 100px;
  height: 100px;
}

.div-roduct-name {
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  display: flex;
}

.price-on-cart {
  text-align: right;
  margin-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  right: 2vw;
}

.div-data-product-cart {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 0;
}

.cart-quantity-area {
  text-align: center;
  cursor: none;
  width: 25px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
}

.per-unity {
  font-size: 14px;
  font-weight: 100;
  line-height: 14px;
}

.div-social-link {
  align-items: center;
  display: flex;
}

.error-state {
  color: var(--white);
  text-align: center;
  background-color: #0000004d;
  margin-top: 5px;
  padding: 5px 15px;
  font-weight: 400;
  display: block;
  position: relative;
}

.error-state.bag {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cart-line-item {
  justify-content: flex-end;
}

.cart-footer {
  border-left: 1px solid var(--dark-grey);
  border-top-color: var(--dark-grey);
  background-color: var(--white);
  width: 50vw;
  height: 33vh;
  position: fixed;
  inset: auto 0% 0% auto;
}

.default-state-bag {
  justify-content: space-between;
  position: relative;
}

.empty-none {
  background-color: #0000;
  font-weight: 400;
}

.paypal {
  cursor: none;
  align-self: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-actions {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wg-selector-3-line {
  width: 2rem;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector3-text-lang2, .wg-selector3-text-lang1 {
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
}

.wg-selector-3-line-fill.f2 {
  background-color: var(--white);
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
}

.wg-selector-3 {
  color: #ffffff80;
  padding: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #fff;
}

.web-payments {
  width: 300px;
}

.text-pay-browser {
  line-height: 20px;
}

.button-1 {
  color: var(--black);
  text-align: center;
  cursor: none;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  transition: margin-bottom .5s;
  box-shadow: 0 0 6px #99999980;
}

.button-1:hover {
  box-shadow: 0 0 4px -1px #999999e6;
}

.button-1.unshadow {
  box-shadow: none;
}

.grid-3c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.location {
  display: flex;
}

.small-paragraph {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.small-paragraph.grey {
  color: var(--dark-grey);
}

.small-paragraph.separate {
  margin-left: 5px;
  margin-right: 5px;
}

.wrapper-locations-buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.eur {
  margin-left: 5px;
}

.sign-pixelker {
  float: left;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-top-right-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
  padding: .3rem .4rem .3rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sign-pixelker.invert {
  background-color: #1f1f1f;
}

.text-developer {
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .75rem;
}

.text-developer.invert {
  color: #f5f5f5;
}

.logo-developer {
  height: .75rem;
  margin-bottom: .2rem;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 24px;
    line-height: 36px;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  p {
    font-size: 26px;
    line-height: 40px;
  }

  li {
    font-size: 24px;
    line-height: 36px;
  }

  .featured-text {
    font-weight: 300;
  }

  .nav-link.submenu {
    font-size: 22px;
    line-height: 32px;
  }

  .checkout-button {
    width: 350px;
  }

  .div-sticky-sunglasses {
    top: 20vh;
  }

  .main-animation {
    width: 60vh;
    height: 60vh;
  }

  .search-input {
    height: 62px;
    font-size: 48px;
    line-height: 54px;
  }

  .search-container {
    margin-left: 0;
  }

  .heading-page.product-name {
    text-transform: lowercase;
    text-transform: lowercase;
  }

  .button-send {
    font-size: 36px;
    line-height: 42px;
  }

  .wrapper-frontal-image-product {
    width: 850px;
  }

  .image-product-cart {
    width: 125px;
    height: 125px;
  }

  .div-roduct-name {
    width: 275px;
  }

  .div-other-collection-image {
    width: 350px;
    height: 250px;
  }

  .collection-name {
    font-weight: 100;
  }

  .paypal {
    width: 350px;
  }

  .thin {
    font-weight: 100;
  }

  .eu-comfirmation {
    margin-bottom: 50px;
  }

  .wrapper-our-collection, .web-payments {
    width: 350px;
  }

  .text-pay-browser {
    line-height: 24px;
  }

  .small-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .philosophy-wrapper {
    width: 1100px;
    height: 450px;
  }

  .team-photo-wrapper {
    height: 450px;
  }

  .wrapper-main-product {
    margin-top: -270px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 26px;
    line-height: 40px;
  }

  h1 {
    font-size: 54px;
    line-height: 60px;
  }

  h2 {
    font-size: 46px;
    line-height: 52px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    font-size: 28px;
    line-height: 46px;
  }

  li {
    font-size: 26px;
    line-height: 40px;
  }

  .brand {
    width: 150px;
  }

  .cart-button {
    background-size: 40px;
    width: 75px;
  }

  .nav-link.submenu {
    font-size: 26px;
    line-height: 36px;
  }

  .div-sticky-head-page {
    margin-bottom: 70vh;
  }

  .link-sunglass {
    width: 80px;
    height: 60px;
  }

  .div-sticky-sunglasses {
    top: 17.5vh;
  }

  .main-animation {
    width: 65vh;
    height: 65vh;
  }

  .search-input {
    height: 68px;
    font-size: 54px;
    line-height: 60px;
  }

  .div-content.full {
    margin-top: -70vh;
  }

  .div-content.after-sticky {
    margin-top: -75vh;
  }

  .button-send {
    font-size: 38px;
    line-height: 44px;
  }

  .wrapper-frontal-image-product {
    width: 950px;
  }

  .image-product-cart {
    width: 150px;
    height: 150px;
  }

  .div-roduct-name {
    width: 300px;
  }

  .div-other-collection-image {
    width: 400px;
  }

  .try-it {
    font-size: 23px;
    line-height: 23px;
  }

  .craft-arrow.try-lends {
    margin-bottom: 30px;
  }

  .wrapper-our-collection {
    width: 400px;
  }

  .text-pay-browser {
    font-size: 24px;
  }

  .small-paragraph {
    font-size: 20px;
    line-height: 32px;
  }

  .philosophy-wrapper {
    width: 1100px;
    height: 550px;
  }

  .team-photo-wrapper {
    height: 500px;
  }

  .wrapper-main-product {
    margin-top: -275px;
    top: -70vh;
  }

  .wrapper-cover-content {
    width: 65%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 32px;
    line-height: 46px;
  }

  h1 {
    font-size: 60px;
    line-height: 66px;
  }

  h2 {
    font-size: 50px;
    line-height: 56px;
  }

  h3 {
    font-size: 36px;
    line-height: 42px;
  }

  h4 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    font-size: 32px;
    line-height: 48px;
  }

  li {
    font-size: 32px;
    line-height: 46px;
  }

  .nav-link.submenu {
    font-size: 30px;
    line-height: 40px;
  }

  .checkout-button {
    width: 400px;
  }

  .div-sticky-head-page {
    margin-bottom: 65vh;
  }

  .link-sunglass {
    width: 100px;
    height: 75px;
  }

  .div-sticky-sunglasses {
    top: 22.5vh;
  }

  .main-animation {
    width: 55vh;
    height: 55vh;
  }

  .search-input {
    height: 74px;
    font-size: 60px;
    line-height: 66px;
  }

  .search-container {
    margin-left: 3vw;
  }

  .div-content.full {
    margin-top: -65vh;
  }

  .div-content.after-sticky {
    margin-top: -69vh;
  }

  .button-send {
    font-size: 42px;
    line-height: 48px;
  }

  .wrapper-frontal-image-product {
    width: 1250px;
  }

  .image-product-cart {
    width: 200px;
    height: 200px;
  }

  .div-roduct-name {
    width: 350px;
  }

  .div-other-collection-image {
    width: 450px;
    height: 300px;
  }

  .paypal {
    width: 400px;
  }

  .try-it {
    font-size: 28px;
    line-height: 28px;
  }

  .wrapper-our-collection {
    width: 450px;
  }

  .web-payments {
    width: 400px;
  }

  .text-pay-browser {
    font-size: 26px;
    line-height: 26px;
  }

  .button-1 {
    font-size: 32px;
    line-height: 32px;
  }

  .mailchimp-subscribe {
    width: 700px;
  }

  .small-paragraph {
    font-size: 24px;
    line-height: 36px;
  }

  .philosophy-wrapper {
    width: 1150px;
    height: 650px;
  }

  .team-photo-wrapper {
    height: 600px;
  }

  .wrapper-main-product {
    margin-top: -360px;
    top: -60vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
    font-size: 18px;
    line-height: 30px;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    line-height: 22px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  a {
    cursor: auto;
  }

  li {
    font-size: 18px;
    line-height: 30px;
  }

  .nav-link {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .nav-link.submenu {
    font-size: 18px;
    line-height: 28px;
  }

  .div-nav-links {
    padding-bottom: 35px;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-language-links {
    bottom: 35px;
  }

  .dropdown-list-nav-link.w--open {
    padding-bottom: 35px;
  }

  .checkout-button {
    width: 250px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-sticky-head-page {
    margin-bottom: 45vh;
    padding-top: 75px;
  }

  .div-sticky-sunglasses {
    flex-direction: column;
    top: 17.5vh;
  }

  .main-animation {
    width: 60vh;
    height: 60vh;
  }

  .div-sunglasses-model {
    margin-top: -13vh;
  }

  .div-sunglass.after-sticky {
    margin-top: -45vh;
    margin-bottom: 45vh;
  }

  .search-input {
    height: 52px;
    font-size: 38px;
    line-height: 44px;
  }

  .div-content {
    margin-left: 30vw;
    margin-right: 6vw;
  }

  .div-content.full {
    margin-top: -45vh;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .div-content.after-sticky {
    margin-top: -50vh;
    top: -5px;
  }

  .support-navbar {
    width: 30vw;
  }

  .heading-intro {
    margin-top: 75px;
  }

  .button-send {
    font-size: 32px;
    line-height: 38px;
  }

  .wrapper-frontal-image-product {
    width: 650px;
  }

  .div-sticky-lens-land {
    width: 75vw;
    height: 75vw;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    top: 17vh;
  }

  .div-sticky-lens {
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
  }

  .div-lens-selector {
    flex-direction: row;
    margin-left: 25px;
    margin-right: 25px;
  }

  .sketch-image, .dim-image {
    background-size: 710px;
  }

  .cart-item {
    padding-left: 5px;
  }

  .image-product-cart {
    width: 75px;
    height: 75px;
  }

  .div-roduct-name {
    width: 170px;
  }

  .div-data-product-cart {
    margin-left: 5px;
  }

  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-other-collection-image {
    width: 230px;
    height: 175px;
  }

  .paypal {
    width: 250px;
  }

  .craft-arrow.try-lends {
    margin-left: 15px;
    transform: rotateX(180deg)rotateY(0)rotateZ(-97deg);
  }

  .wrapper-our-collection {
    width: 220px;
    height: 150px;
  }

  .wg-selector-3 {
    font-size: 20px;
    line-height: 20px;
  }

  .web-payments {
    width: 250px;
  }

  .text-pay-browser {
    font-size: 15px;
    line-height: 15px;
  }

  .div-sticky-parallax {
    right: 0;
  }

  .grid-3c {
    grid-template-columns: 1fr 1fr;
  }

  .share-link {
    right: 12vw;
  }

  .small-paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .philosophy-wrapper {
    width: 700px;
    height: 350px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .team-photo-wrapper {
    height: 350px;
  }

  .wrapper-main-product {
    top: -45vh;
  }

  .big {
    font-size: 50px;
    line-height: 90px;
  }

  .wrapper-square-missage {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .design-image {
    width: 650px;
    height: 650px;
  }

  .detail-image {
    width: 85vw;
    height: 85vw;
    top: 17.5vh;
  }

  .featured-missage {
    font-size: 45px;
    line-height: 45px;
  }

  .featured-missage.mark {
    font-size: 55px;
    line-height: 55px;
  }

  .rotation-animation {
    width: 650px;
    height: 518px;
    margin-top: -170px;
  }

  .loading {
    display: none;
  }

  .wrapper-cover-content {
    width: 80%;
    padding: 10px 10px 0;
  }

  .sign-pixelker {
    margin-top: 1.8rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    line-height: 20px;
  }

  p, li {
    font-size: 16px;
    line-height: 26px;
  }

  .section.footer {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 75px;
  }

  .isotype-terrae-construction {
    width: 180px;
  }

  .heading-construction {
    font-size: 22px;
    line-height: 28px;
  }

  .div-footer {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .copyright {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .link-social {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .menu-button {
    background-size: 35px;
    width: 50px;
    height: 50px;
  }

  .brand {
    width: 100px;
    height: 50px;
  }

  .cart-button {
    background-size: 25px;
    width: 50px;
    height: 50px;
  }

  .cart-quantity {
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }

  .nav-link {
    font-size: 30px;
    line-height: 30px;
  }

  .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 100px;
  }

  .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 100px;
  }

  .nav-link.link-hover.guayaba, .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 100px;
  }

  .nav-link.link-hover.complements {
    background-size: auto 60px;
  }

  .nav-link.link-hover.guayaba {
    background-size: 100px;
  }

  .nav-link.submenu {
    font-size: 16px;
    line-height: 26px;
  }

  .div-nav-links {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .div-language-links {
    position: relative;
    bottom: auto;
  }

  .dropdown-list-nav-link.w--open {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .div-sticky-head-page {
    z-index: 6;
    margin-bottom: 35vh;
    padding-top: 40px;
  }

  .link-sunglass {
    width: 50px;
  }

  .div-sticky-sunglasses {
    flex-direction: row;
    top: 40vh;
  }

  .main-animation {
    width: 20vh;
    height: 20vh;
  }

  .div-sunglasses-model {
    margin-top: 0;
    margin-left: 0;
  }

  .div-sunglass.after-sticky {
    margin-top: -35vh;
    margin-bottom: 35vh;
  }

  .search-input {
    height: 48px;
    font-size: 34px;
    line-height: 40px;
  }

  .search-container {
    margin-left: 0;
  }

  .cart-container {
    background-color: #fff;
    border-left-style: none;
    width: 100vw;
  }

  .div-content {
    margin-left: 6vw;
  }

  .div-content.full {
    margin-top: -30vh;
  }

  .div-content.after-sticky {
    margin-top: -30vh;
    top: 0;
  }

  .support-navbar {
    z-index: 6;
    width: 100vw;
    bottom: 0;
  }

  .support-nav-menu {
    z-index: 5;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #ffffffe6;
  }

  .submenu-button {
    float: none;
    background-image: url("https://cdn.prod.website-files.com/5fd21d56c735c42f2e32e1a0/60539a4332a01431fe2c85c0_icon-plus.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    transition: transform .4s;
  }

  .submenu-button.w--open {
    background-color: #0000;
    transform: rotate(45deg);
  }

  .submenu-button.complements {
    margin-left: 53vw;
  }

  .submenu-button.support {
    margin-left: 30vw;
  }

  .button-send {
    font-size: 30px;
    line-height: 36px;
  }

  .wrapper-frontal-image-product {
    width: 400px;
  }

  .wrapper-lens {
    height: 150vh;
    padding-top: 50px;
  }

  .div-sticky-lens-land {
    margin-bottom: 0;
    top: 10vh;
  }

  .div-sticky-lens {
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    height: auto;
  }

  .div-lens-selector {
    flex-direction: row;
  }

  .wrapper-dim {
    padding-top: 100px;
  }

  .sketch-image, .dim-image {
    background-position: 50% 0;
    background-size: 440px;
  }

  .wrapper-dim-image {
    align-items: flex-start;
    height: 80vh;
    top: 20vh;
  }

  .cart-item {
    padding-left: 20px;
  }

  .image-product-cart {
    width: 100px;
    height: 100px;
  }

  .div-roduct-name {
    width: 225px;
  }

  .div-data-product-cart {
    margin-left: 20px;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .grid-our-others-collections {
    grid-template-columns: 1fr;
  }

  .cart-footer {
    border-left-style: none;
    width: 100vw;
  }

  .empty-default {
    top: 0;
  }

  .craft-arrow.try-lends {
    margin-left: 15px;
    transform: rotateX(180deg)rotateY(0)rotateZ(-97deg);
  }

  .grid-our-collection {
    grid-template-columns: 1fr;
  }

  .wrapper-our-collection.big {
    width: 400px;
    height: 275px;
  }

  .wg-selector-3 {
    font-size: 15px;
    line-height: 15px;
  }

  .discount-code {
    max-width: none;
  }

  .share-link {
    background-size: 25px;
    width: 50px;
    height: 50px;
    right: 13vw;
  }

  .mailchimp-subscribe {
    width: 400px;
  }

  .buttons-home-wrapper {
    flex-direction: column-reverse;
    justify-content: space-around;
    height: 100px;
    margin-bottom: 15px;
  }

  .philosophy-wrapper {
    width: 450px;
    height: 350px;
    padding-left: 3vw;
    padding-right: 3vw;
    bottom: 80px;
  }

  .team-photo-wrapper {
    height: 250px;
  }

  .wrapper-main-product {
    top: -35vh;
  }

  .big {
    font-size: 35px;
    line-height: 60px;
  }

  .wrapper-square-missage {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .design-image {
    width: 400px;
  }

  .detail-image {
    top: 10vh;
  }

  .wrapper-skill {
    height: 150vh;
    padding-top: 50px;
  }

  .skill-image {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .featured-missage {
    font-size: 38px;
    line-height: 38px;
  }

  .featured-missage.mark {
    font-size: 48px;
    line-height: 48px;
  }

  .rotation-animation {
    width: 400px;
    height: 319px;
    margin-top: -80px;
    margin-left: 5px;
  }

  .wrapper-cta-dim {
    top: 100vh;
  }

  .wrapper-cover-content {
    width: 450px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-cover-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-packaging-description {
    transform-origin: 40px -70px;
  }

  .sign-pixelker {
    margin-top: 2rem;
  }

  .flex-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  ul {
    padding-left: 30px;
  }

  li {
    font-size: 15px;
    line-height: 25px;
  }

  .password-field {
    flex: 0 auto;
    width: 200px;
  }

  .error-message {
    width: 275px;
  }

  .nav-link {
    padding: 15px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 80px;
  }

  .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 80px;
  }

  .nav-link.link-hover.guayaba, .nav-link.link-hover.kino, .nav-link.link-hover.kino:hover, .nav-link.link-hover.papaya, .nav-link.link-hover.papaya:hover, .nav-link.link-hover.litchi, .nav-link.link-hover.litchi:hover {
    background-size: 80px;
  }

  .nav-link.link-hover.complements {
    background-size: auto 50px;
  }

  .nav-link.link-hover.guayaba {
    background-size: 80px;
  }

  .nav-link.submenu {
    font-size: 15px;
    line-height: 25px;
  }

  .div-nav-links {
    padding-bottom: 115px;
  }

  .div-language-links {
    position: absolute;
    bottom: 115px;
  }

  .dropdown-list-nav-link.w--open {
    padding-bottom: 115px;
  }

  .bold-nav-link {
    font-size: 20px;
    line-height: 20px;
  }

  .div-sticky-navbar-our-collection {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    margin-top: -10px;
    padding-left: 5vw;
    position: relative;
    top: auto;
    right: auto;
  }

  .div-sticky-head-page {
    margin-bottom: 15vh;
    padding-top: 50px;
  }

  .div-sticky-head-page.search {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
  }

  .link-sunglass {
    margin: 0 8px;
  }

  .div-sticky-sunglasses {
    flex-direction: column;
    align-items: center;
    top: 22.5vh;
  }

  .main-animation {
    width: 95vw;
    height: 95vw;
    margin-right: 0;
  }

  .div-sunglasses-model {
    margin-top: -9vh;
    margin-left: 6vw;
  }

  .div-sunglass.after-sticky {
    margin-top: -15vh;
    margin-bottom: 15vh;
  }

  .search-input {
    height: 44px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .search-container {
    margin-left: 6vw;
  }

  .div-content.full {
    margin-top: -15vh;
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .div-content.after-sticky {
    margin-top: -15vh;
  }

  .support-nav-menu {
    background-color: #ffffffe6;
  }

  .sublist {
    padding-left: 60px;
  }

  .submenu-button {
    margin-bottom: 0;
  }

  .submenu-button.complements {
    margin-left: 76vw;
  }

  .submenu-button.support {
    margin-left: 40vw;
  }

  .tab-link.link-hover {
    margin-right: 0;
  }

  .button-send {
    font-size: 28px;
    line-height: 34px;
  }

  .div-sticky-material {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
  }

  .wrapper-frontal-image-product {
    width: 100%;
  }

  .wrapper-lens {
    height: 110vh;
  }

  .div-sticky-lens-land {
    width: 85vw;
    height: 60vh;
    margin-bottom: 150px;
    top: 15vh;
  }

  .div-landscape, .div-lens-color {
    height: 100%;
  }

  .wrapper-gallery {
    height: 160vh;
  }

  .wrapper-dim {
    padding-top: 0;
  }

  .sketch-image, .dim-image {
    background-position: 50%;
    background-size: 350px;
  }

  .wrapper-dim-image {
    align-items: center;
    height: 70vh;
    top: 20vh;
    overflow: hidden;
  }

  .cart-item {
    flex-direction: column;
    padding-left: 0;
  }

  .div-roduct-name {
    justify-content: center;
    width: 175px;
  }

  .div-data-product-cart {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
  }

  .div-social-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .grid-our-others-collections {
    grid-template-columns: 1fr;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-other-collection-image {
    width: 250px;
    height: 180px;
  }

  .try-it {
    font-size: 16px;
    line-height: 16px;
  }

  .craft-arrow {
    width: 15px;
    height: 30px;
    margin-left: 0;
  }

  .wrapper-our-collection.big {
    width: 275px;
    height: 225px;
  }

  .wrapper-limited-edition {
    width: 70px;
    position: static;
  }

  .discount-code {
    max-width: 125px;
  }

  .grid-3c {
    grid-template-columns: 1fr;
  }

  .image-search {
    width: 100%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .search-result-item {
    overflow: hidden;
  }

  .share-link {
    right: 20vw;
  }

  .mailchimp-subscribe {
    width: 100%;
  }

  .order-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-units {
    justify-content: center;
  }

  .philosophy-wrapper {
    width: 300px;
    height: 400px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .team-photo-wrapper {
    background-position: 45% 100%;
    background-size: cover;
  }

  .wrapper-main-product {
    top: -15vh;
  }

  .slider-gallery-product {
    height: 50vh;
    top: 25vh;
  }

  .big {
    font-size: 25px;
    line-height: 50px;
  }

  .gallery-item {
    height: 50vh;
  }

  .design-image {
    width: 100vw;
    height: 100vw;
  }

  .wrapper-detail {
    height: 200vh;
  }

  .detail-image {
    background-size: cover;
    width: 85vw;
    height: 70vh;
    top: 15vh;
  }

  .wrapper-skill {
    height: 125vh;
  }

  .skill-image {
    height: 50vh;
    top: 20vh;
  }

  .featured-missage {
    font-size: 34px;
    line-height: 34px;
  }

  .featured-missage.mark {
    font-size: 44px;
    line-height: 44px;
  }

  .rotation-animation {
    width: 320px;
    height: 255px;
    margin-top: -85px;
  }

  .wrapper-cta-dim {
    margin-bottom: 15vh;
    top: 75vh;
  }

  .cover.monitor {
    display: none;
  }

  .cover.device {
    display: block;
  }

  .wrapper-cover-content {
    width: 300px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .wrapper-packaging {
    height: 75vh;
    padding-top: 15vh;
  }

  .wrapper-packaging-description {
    transform-origin: 60px -50px;
  }

  .packaging-image {
    height: 50vh;
    top: 25vh;
  }
}
