:root {
  --black-2: #313131;
  --floral-white: #fcf9f0;
  --black: #343333;
  --medium-sea-green: #14bb6e;
  --sienna: #b13705;
  --steel-blue: #3d77cf;
  --gainsboro: #dbdbdb;
}

body {
  background-color: var(--black-2);
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: #333333b3;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  z-index: -1;
  background-color: var(--black-2);
  text-align: center;
  background-image: url('../images/patter.svg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  font-size: 18px;
  line-height: 110%;
  display: flex;
}

.heading-hero {
  background-image: url('../images/patter.svg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
  position: relative;
}

.product-image {
  cursor: pointer;
  width: 100%;
}

.shoes-content {
  background-color: #14bb6e;
  background-image: url('../images/patter.svg'), url('../images/bg-3.svg');
  background-position: 50%, 50% 104%;
  background-repeat: repeat, no-repeat;
  background-size: 100%, 105%;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
  line-height: 120%;
  display: flex;
  position: relative;
}

.description {
  color: var(--floral-white);
  background-image: url('../images/patter.svg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 800px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery {
  background-color: var(--black-2);
  background-image: url('../images/patter.svg'), url('../images/bg.svg');
  background-position: 50%, 50% 160%;
  background-repeat: repeat, no-repeat;
  background-size: 100%, 130%;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #0000;
}

.gallery[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #0000;
}

.heading-content {
  z-index: 9999;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-right: 90px;
  display: flex;
}

.heading-content.right {
  margin-top: -24%;
  margin-right: 0;
  inset: 0% 0% auto auto;
}

.model {
  z-index: 1;
  flex: 1;
  width: 50%;
}

.slider-gallery {
  background-color: #0000;
  flex: 1;
  height: auto;
}

.slide-nav {
  margin-top: 50px;
  font-size: 11px;
  display: none;
  bottom: -90px;
}

.light-box-content {
  z-index: 9999;
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.thumbnail {
  cursor: pointer;
  align-items: center;
  width: 100%;
  transition: all .6s;
  display: flex;
}

.thumbnail:hover {
  transform: scale(1.1);
}

.close-button {
  background-color: var(--black);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 50px 50px auto auto;
}

.thumbnail-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preview_01 {
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preview_02, .preview_03 {
  background-color: var(--floral-white);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  display: none;
}

.shoe-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.shoe-link:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #0000;
}

.shoe-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #0000;
}

.price {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  font-family: Everett;
  font-size: 12px;
  line-height: 1.1;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
  transform: rotate(-20deg);
}

.price.big {
  padding-top: 16px;
  font-size: 17px;
  line-height: 1;
}

.heading-footer {
  flex-direction: column;
  display: flex;
}

.medium {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  transition: all .4s;
}

.medium.green {
  background-color: #0000;
}

.text-block-6 {
  margin-bottom: 20px;
}

.footer-image {
  margin-top: 50px;
}

.top-bar {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 100px;
}

.logo {
  filter: invert();
  width: 90px;
}

.heading.center {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  object-fit: scale-down;
  width: 70%;
}

.faq-content {
  background-image: url('../images/patter.svg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 200px 100px;
  display: flex;
}

.faq-content.mobile {
  display: none;
}

.heading-big {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 600;
  line-height: .9;
}

.heading-medium {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 600;
  line-height: .9;
}

.heading-small {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 400;
  line-height: .9;
}

.box-wrap {
  border-bottom: 2px solid var(--floral-white);
  cursor: pointer;
  width: 100%;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.box-content {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus {
  font-size: 40px;
}

.brusch-model {
  opacity: 1;
  width: 80%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-100%);
}

.big-title {
  text-align: center;
  position: absolute;
}

.cover-01 {
  object-fit: scale-down;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.cover-01.mobile {
  display: none;
}

.brusch {
  z-index: -1;
  object-fit: scale-down;
  object-position: 100% 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
  transform: translate(100%);
}

.link {
  text-decoration: underline;
}

.content {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  inset: auto 0% -50px auto;
}

.big-typo {
  margin-bottom: 30px;
  font-size: 36px;
}

.cover-02 {
  object-fit: scale-down;
  width: 95%;
  max-width: 1200px;
  position: absolute;
}

.arrow {
  filter: invert();
  width: 70%;
  transition: all .4s;
  transform: rotate(-90deg);
}

.extra-small {
  margin-top: 30px;
  font-size: 18px;
}

.ico-social {
  width: 100%;
  padding: 14px;
}

.link-social {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.social-content {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.button {
  z-index: 9999;
  text-align: center;
  background-color: #0c804b;
  border-radius: 200%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  font-size: 18px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.ico {
  filter: invert();
  width: 40px;
}

html.w-mod-js [data-ix="fade"] {
  opacity: 0;
}

html.w-mod-js [data-ix="scroll-view"], html.w-mod-js [data-ix="scroll-view-2"], html.w-mod-js [data-ix="scroll-view-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .shoes-content {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .description {
    padding: 100px;
  }

  .gallery {
    background-position: 50%, 50% 100%;
    flex-direction: column;
  }

  .heading-content {
    width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
    position: relative;
  }

  .heading-content.right {
    margin-top: 0%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .model {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 10%);
  }

  .slider-gallery {
    background-color: #0000;
  }

  .top-bar {
    left: 50px;
  }

  .faq-content {
    padding-left: 100px;
    padding-right: 100px;
  }

  .brusch-model {
    width: 100%;
    top: 60%;
  }

  .content {
    flex-direction: column;
  }

  .content.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .content.invert {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 30px;
  }

  h1 {
    font-size: 80px;
  }

  .footer {
    min-height: 70vh;
    padding-top: 100px;
  }

  .shoes-content {
    background-position: 50%, 50% 101%;
    flex-direction: column-reverse;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .description {
    padding: 100px 40px;
  }

  .gallery {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-content {
    margin-bottom: 50px;
  }

  .model {
    width: 100%;
    margin-top: 0;
  }

  .thumbnail-content {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .medium {
    font-size: 50px;
  }

  .top-bar {
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    width: 90%;
    height: auto;
    margin-bottom: 30%;
  }

  .faq-content {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .faq-content.mobile {
    padding-top: 150px;
    display: block;
  }

  .heading-big {
    font-size: 16vw;
  }

  .heading-small {
    font-size: 30px;
  }

  .box-wrap.mobile {
    height: 70px;
  }

  .plus.mobile {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .brusch-model {
    width: 160%;
    top: 66%;
  }

  .cover-01 {
    width: 90%;
    display: none;
  }

  .cover-01.mobile {
    object-fit: scale-down;
    height: 80vh;
    display: block;
  }

  .brusch {
    width: 100%;
    inset: 0% 0% auto auto;
  }

  .right-arrow {
    width: 110px;
    height: 110px;
    bottom: -40px;
    right: 10%;
  }

  .big-typo {
    font-size: 30px;
  }

  .cover-02 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .shoes-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .description {
    padding: 50px 30px;
  }

  .gallery {
    background-position: 50%, 50% 101%;
    background-size: 100%, 240%;
    padding: 50px 30px;
  }

  .heading-content.right {
    margin-bottom: 50px;
  }

  .price {
    font-size: 12px;
    top: 10px;
    right: 10px;
  }

  .top-bar {
    width: 100%;
    left: auto;
  }

  .faq-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-medium {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 1;
  }

  .brusch-model {
    width: 160%;
    top: 80%;
  }

  .cover-01.mobile {
    width: 100%;
  }

  .brusch {
    bottom: auto;
  }
}


