:root {
  --white: white;
  --black: black;
  --peru: #c37503;
  --dark-grey: #1b1b1b;
  --dim-grey: #6e6e6e;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  background-color: #fff;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

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

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: .9rem;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.product-collection-list {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: auto;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.product-collection-list.home {
  z-index: 1;
  flex-wrap: nowrap;
  flex: none;
  place-content: space-between flex-end;
  align-self: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.product-collection-list.center {
  z-index: 1;
  flex-wrap: nowrap;
  flex: none;
  place-content: space-between center;
  align-self: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.product-collection-list.blog {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  flex: none;
  place-content: space-between center;
  align-self: center;
  width: 100%;
  margin-top: -60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.product-collection-item {
  flex-direction: row;
  place-content: flex-start space-around;
  align-items: stretch;
  max-width: 240px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.product-collection-item:hover {
  flex: 0 auto;
}

.product-collection-item._01, .product-collection-item._02, .product-collection-item._04 {
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 240px;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
}

.recent-container {
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.recent-container.home {
  background-image: url('../images/Latest-Products.jpg');
  background-position: 100%;
  background-size: cover;
  flex-flow: column wrap;
  justify-content: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
  overflow: hidden;
}

.bbb1-card {
  border: 10px solid var(--white);
  width: 100%;
  height: 480px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  align-content: stretch;
  align-items: stretch;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px #0003;
}

.bbb1-card:hover {
  place-content: stretch flex-start;
  align-items: stretch;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: scale(1.02);
  box-shadow: 1px 1px 32px #0009;
}

.bbb1-card.home {
  border: 10px solid var(--white);
  background-image: url('../images/Jaase-Clay-Rose-Print-Tessa-Maxi.jpeg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.post-title {
  background-color: var(--black);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
  text-decoration: none;
  transition: color .35s ease-in-out;
  display: inline;
}

.post-title:hover {
  color: var(--peru);
}

.title-wrapper {
  z-index: 5;
  color: var(--white);
  text-align: left;
  background-color: #0000;
  flex: none;
  align-self: flex-start;
  padding: 0 0 0 5px;
  font-weight: 400;
  line-height: 1.2rem;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: auto 0 20px;
}

.title-wrapper:hover {
  color: var(--peru);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.title-wrapper.post-blog.right {
  background-color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  font-size: .9rem;
  line-height: 1.3rem;
  bottom: 120px;
  left: 0;
  right: auto;
}

.link-block {
  color: #333;
  flex: none;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: static;
}

.link-block.night {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  display: block;
  position: relative;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000;
  background-image: linear-gradient(#000, #00000040 50%, #0000);
  flex-wrap: nowrap;
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu-brand {
  z-index: 92;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -5px;
}

.mega-menu-brand.w--current {
  display: none;
}

.image {
  align-self: auto;
  width: 220px;
}

.image._01 {
  width: 100%;
  margin-bottom: 40px;
}

.image._02 {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.footer-logo-link {
  opacity: .5;
  background-image: url('../images/Logo-Front-Line-WHITE.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 320px;
  height: 160px;
  text-decoration: none;
  transition: opacity .35s ease-in-out;
  display: flex;
}

.footer-logo-link:hover {
  opacity: 1;
}

.footer-logo-link.w--current {
  opacity: .54;
  background-image: url('../images/Logo-Front-Line-WHITE.svg');
  background-position: 0%;
  background-size: contain;
  justify-content: flex-start;
  width: 320px;
  height: 160px;
  transition: opacity .5s ease-in-out;
}

.footer-logo-link.w--current:hover {
  opacity: 1;
}

.footer {
  z-index: 100;
  background-color: var(--dark-grey);
  min-height: 500px;
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e6e1e1 #e6e1e1 var(--dim-grey);
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 70%;
  max-width: 1400px;
  margin-top: 20px;
  padding: 30px;
  display: grid;
}

.footer-heading {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.footer-link:hover {
  color: #000;
  transform: translate(5px);
}

.footer-link.contact {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.footer-text {
  color: #c7c7c7;
  letter-spacing: .3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.footer-text:hover {
  color: var(--dim-grey);
  font-weight: 400;
}

.footer-text.white {
  color: #fff;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.footer-text.white.bold {
  font-size: 1rem;
  font-weight: 700;
}

.copyright-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1400px;
  height: auto;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.copyright-text {
  color: #c7c7c7;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
}

.search-input {
  cursor: text;
  background-color: #ffffff80;
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #ccc;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 15px 40px 15px 50px;
  font-size: .9rem;
  line-height: 1rem;
  display: block;
}

.search-input:focus {
  box-shadow: 1px 1px 19px #201846;
}

.store {
  padding-top: 120px;
  padding-bottom: 80px;
}

.store.shop-home {
  min-height: 60vh;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.store.shop-section {
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
}

.product-content-block {
  background-color: #ffffffa3;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 75%;
  min-width: 640px;
  min-height: auto;
  padding: 20px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px -20px #000;
}

.product-content-wrapper {
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.product-head-wrapper {
  background-color: var(--white);
  border-bottom: 1px solid #c3750326;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px;
  display: flex;
}

.horizontal-wrapper {
  background-image: url('../images/White-Backgrounds-04.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.related-title {
  text-transform: none;
  margin-top: 56px;
  margin-bottom: 20px;
  font-family: Kristi, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.related-title.white {
  z-index: 15;
  color: var(--peru);
  text-transform: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 4rem;
  font-style: normal;
  line-height: 48px;
  text-decoration: none;
  position: relative;
  top: 7px;
  transform: skew(0deg, -5deg);
  box-shadow: 1px 1px 18px -10px #000;
}

.main-product-price {
  text-align: center;
  flex: none;
  order: 1;
  align-self: auto;
  margin-top: 7px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.related-product-container {
  background-color: #0000;
  background-image: url('../images/Stairs-White.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.related-product-container.product {
  background-image: none;
  align-self: stretch;
  width: 75%;
  min-width: 640px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.brand-container {
  z-index: 998;
  background-color: #0000;
  width: 450px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 33% 0% auto;
  overflow: visible;
  box-shadow: 0 0 50px 5px #0000009e;
}

.women-style {
  z-index: 999;
  color: #fff;
  text-shadow: 1px 1px 8px #000;
  font-family: Kristi, sans-serif;
  font-size: 56px;
  font-weight: 400;
  display: inline;
  position: absolute;
  bottom: 4px;
  right: -15px;
  transform: rotate(-10deg);
}

.women-style:hover {
  transform: rotate(-10deg);
}

.hero-section {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.golden-container {
  z-index: 500;
  background-image: url('../images/Silver-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 38% 0% auto;
}

.columns {
  z-index: 0;
  display: block;
  position: static;
  inset: 0;
}

.column-left {
  height: 100svh;
  padding-left: 0;
  padding-right: 0;
}

.brand {
  z-index: 998;
  position: static;
}

.brand.w--current {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 250px;
  position: relative;
}

.column-right {
  min-height: 100svh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.h2-kristy {
  z-index: 5;
  color: var(--peru);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  font-family: Kristi, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.h2-kristy.recent {
  color: var(--peru);
  text-align: right;
  font-size: 5vw;
  display: block;
  position: relative;
  inset: 55% 0 auto auto;
}

.h2-kristy.gold {
  color: var(--peru);
  text-shadow: none;
  font-size: 5rem;
}

.h2-kristy.insta {
  height: auto;
  color: var(--white);
  background-color: #0000;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 4rem;
  display: block;
  position: static;
}

.thumbnail-moments {
  z-index: 3;
  height: 100%;
  transition: all .5s;
  position: relative;
}

.thumbnail-moments:hover {
  z-index: 10;
  transform: scale(1.02);
}

.thumbnail-moments._100 {
  z-index: 3;
  height: 100%;
}

.thumbnail-moments._100:hover {
  z-index: 10;
}

.section-moments {
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr .5fr .5fr;
  width: 100%;
  height: auto;
}

.button {
  width: auto;
  min-width: 120px;
  color: var(--peru);
  background-color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2rem;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #c37503;
}

.button.kristi {
  color: var(--white);
  text-align: center;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 20px 10px;
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}

.button.kristi:hover {
  color: var(--black);
}

.button.vintage {
  background-image: none;
  height: auto;
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.button.user {
  background-color: #000;
  font-family: Kristi, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.button.user:hover {
  background-color: var(--peru);
  color: #fff;
}

.button.big {
  text-align: center;
  letter-spacing: -1px;
  font-size: 1.2rem;
}

.button-container {
  border: 5px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1px;
  transition: all .2s;
  display: inline-block;
}

.button-container:hover {
  border-color: #c37503;
}

.button-container.single-post {
  flex: none;
  order: 1;
  margin-top: 0;
}

.button-container.single-post.previous {
  order: -1;
}

.button-container.single-post.next {
  font-family: Kristi, sans-serif;
  font-size: 2rem;
}

.button-container.vintage {
  z-index: 2;
  border-color: var(--dark-grey);
  background-color: #0000;
  background-image: none;
  order: 0;
  align-self: center;
  height: auto;
  position: static;
  inset: -42px auto auto 44%;
}

.button-container.vintage:hover {
  border-color: var(--peru);
}

.button-container.wrapper {
  z-index: 5;
  float: right;
  margin-top: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  position: static;
  inset: auto -4px 46px auto;
}

.button-container.right {
  float: right;
}

.button-container.view-more, .button-container.cover {
  z-index: 10;
  border-color: var(--peru);
  cursor: pointer;
  position: absolute;
  inset: 60% 20px auto auto;
}

.button-container.overall {
  z-index: 100;
  position: relative;
}

.nav-rrss {
  z-index: 3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: static;
}

.instagram-link {
  background-image: url('../images/Instagram-Off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-right: 13px;
  transition: all .5s;
}

.instagram-link:hover {
  background-image: url('../images/Instagram-On.svg');
  background-size: cover;
}

.whatsapp-link {
  background-image: url('../images/WhatsApp-Off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-right: 13px;
  transition: all .5s;
}

.whatsapp-link:hover {
  background-image: url('../images/WhatsApp-On.svg');
  background-size: cover;
}

.facebook-link {
  background-image: url('../images/Facebook-Off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 0;
  margin-right: 13px;
  transition: all .5s;
}

.facebook-link:hover {
  background-image: url('../images/Facebook-On.svg');
  background-size: cover;
}

.home-cart {
  z-index: 1000;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-container {
  z-index: 1000;
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
  position: relative;
}

.text-block-169 {
  color: #fff;
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  top: 19px;
  left: -34px;
  transform: rotate(-14deg);
}

.paragraph {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph.center {
  z-index: 4;
  max-width: none;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.paragraph.center.black {
  color: #000;
  text-align: center;
  text-shadow: none;
  flex: none;
  align-self: center;
  margin-top: 20px;
  font-size: .8rem;
  line-height: 1rem;
  left: auto;
}

.paragraph.white {
  height: auto;
  color: var(--white);
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: block;
  position: static;
}

.paragraph.white.center {
  text-align: center;
}

.paragraph.register {
  z-index: 1;
  text-align: center;
  width: 38.5%;
  min-width: 360px;
  padding-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  position: relative;
}

.paragraph.newproducts {
  z-index: 4;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 4px #000;
  background-color: #000000d1;
  max-width: none;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1.9rem;
  display: inline;
  position: relative;
  inset: auto 0 auto auto;
}

.paragraph.password {
  z-index: 1;
  width: 38.5%;
  min-width: 360px;
  position: relative;
}

.collections {
  background-color: #1b1b1b;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--dark-grey), black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.container-information {
  margin-bottom: 60px;
}

.home-brand {
  border: 10px solid var(--white);
  cursor: pointer;
  width: 22vw;
  height: 40vw;
  padding-bottom: 0;
  transition: all .35s ease-in-out;
  box-shadow: 0 0 32px #000;
}

.home-brand:hover {
  transform: scale(1.01);
}

.home-brand._01 {
  background-image: url('../images/Look-01A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-brand._01:hover {
  background-image: url('../images/Look-01B.jpg');
}

.home-brand._02 {
  background-image: url('../images/Look-02A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-brand._02:hover {
  background-image: url('../images/Look-02B.jpg');
}

.home-brand._03 {
  background-image: url('../images/Look-09B.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-brand._03:hover {
  background-image: url('../images/Look-09A.jpg');
  background-position: 50% 100%;
}

.home-brand._04 {
  background-image: url('../images/Look-08B.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-brand._04:hover {
  background-image: url('../images/Look-08A.jpg');
}

.home-brand._05 {
  background-image: url('../images/Look-07A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-brand._05:hover {
  background-image: url('../images/Look-07B.jpg');
}

.home-brand._06 {
  background-image: url('../images/Look-03B.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-brand._06:hover {
  background-image: url('../images/Look-03A.jpg');
}

.slide-nav-4 {
  display: none;
}

.year-slide {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.mask-brands {
  width: 100%;
}

.slide-collection-container {
  background-color: #0000;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.ibiza-style {
  background-color: #0000;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: all .5s ease-in-out;
}

.ibiza-style:hover {
  filter: contrast(150%);
}

.early-mornings {
  height: 50vh;
  transition: all .5s ease-in-out;
}

.early-mornings:hover {
  filter: contrast(150%);
}

.beach {
  height: 100%;
  font-family: Montserrat, sans-serif;
}

.hot-nights {
  height: 50vh;
  font-family: Montserrat, sans-serif;
  transition: all .5s ease-in-out;
}

.hot-nights:hover {
  filter: contrast(150%);
}

.product-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.product-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 40%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.product-slider {
  background-color: #0000;
  height: 100%;
}

.product-01 {
  background-image: url('../images/Jaase-Pink-Dahlia-Print-Perry-Top.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.product-gallery {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-nav-6 {
  font-size: .5rem;
}

.social-parent {
  flex-direction: row;
  align-self: center;
  align-items: center;
  display: flex;
}

.formulario-contacto {
  text-align: center;
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.form-contacto {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #bc9668;
  border-radius: 0;
  transition: all .35s ease-in-out;
}

.form-contacto:hover {
  background-color: #fff;
}

.form-contacto:focus {
  border-color: var(--peru);
  background-color: var(--white);
}

.form-contacto.nombre {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.form-contacto.mensaje {
  height: 125px;
  margin-left: 1px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.form-contacto.email {
  width: 55%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.form-contacto.telefono {
  width: 40%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.form-contacto.asunto {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.div-block-38 {
  justify-content: space-between;
  display: flex;
}

.contact {
  background-image: url('../images/White-Backgrounds-08.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-9 {
  margin-top: 140px;
  padding-bottom: 100px;
}

.black-link {
  color: #000;
  font-weight: 400;
}

.text-block-172 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-173 {
  font-family: Montserrat, sans-serif;
}

.left-arrow-3, .right-arrow-3, .slide-nav-7 {
  display: none;
}

.slide-21 {
  background-image: url('../images/SherriHill-Slide01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.slide-22 {
  background-image: url('../images/SherriHill-Slide03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/SherriHill-Slide02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Early-Mornings-PREM-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.left-arrow-4, .right-arrow-4, .slide-nav-8 {
  display: none;
}

.slide-25 {
  background-image: url('../images/Early-Mornings-Cof-C-213S-Camila-Coral-Lava-Short-Dress.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.slide-26 {
  background-image: url('../images/Early-Mornings-For-Love-and-Lemons-Dixon-Mini-Dress-Floral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/Early-Mornings-Alice-McCALL-some-kind-of-mistery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-5, .left-arrow-5, .slide-nav-9 {
  display: none;
}

.slide-28 {
  background-image: url('../images/AliceMcCALL-Beach04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/AliceMcCALL-Beach02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/AliceMcCALL-Beach03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/AliceMcCALL-Beach01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-6, .left-arrow-6, .slide-nav-10 {
  display: none;
}

.slide-32 {
  background-image: url('../images/Hot-Nights-Slide-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/Hot-Nights-Slide-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/Hot-Nights-Slide-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/Hot-Nights-Slide-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rich-text-block {
  width: 100%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.icon {
  text-shadow: 0 0 20px #000;
  background-color: #0000;
  transition: all .35s;
}

.icon:hover {
  color: var(--dim-grey);
  transform: scale(1.1);
}

.post-blog-container {
  position: static;
}

.content {
  margin-top: 48vh;
  margin-bottom: 100px;
  position: relative;
}

.featured-image {
  border-bottom: 20px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: fixed;
  inset: 70px 0% auto;
  box-shadow: 1px 1px 24px #00000080;
}

.featured-image.marie-claire {
  background-image: url('../images/Marie-Claire-02.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.single-post-title {
  color: var(--peru);
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 4.5rem;
}

.paginator {
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-top: 40px;
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  display: flex;
}

.text-container {
  clear: left;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.text-container.press {
  background-image: none;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll_icon {
  z-index: 10;
  opacity: .68;
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 84% 0% auto;
}

.volver {
  z-index: 10;
  background-color: var(--peru);
  width: 50px;
  height: 50px;
  color: var(--white);
  border: 1px #6e6e6e80;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: background-color .25s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
  box-shadow: 0 0 20px #0000004d;
}

.volver:hover {
  background-color: var(--dark-grey);
}

.volver.product {
  position: absolute;
  inset: 60px 0% auto 44%;
}

.icon-volver {
  text-shadow: 1px 1px 6px #000;
}

.link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.vintage {
  background-image: url('../images/Car.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 860px;
  display: block;
  position: relative;
}

.text-positioner {
  z-index: 5;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 14% auto auto 31%;
  overflow: visible;
}

.season-section {
  background-image: url('../images/Collection.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 15px solid #fff;
  height: 920px;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 3;
  outline: 10px solid #fff;
  width: 320px;
  height: 568px;
  transition: all .35s ease-in-out;
  position: absolute;
  top: 14%;
  left: 13%;
  overflow: hidden;
  transform: rotate(-3deg);
  box-shadow: 0 0 36px #0000005c;
}

.background-video:hover {
  transform: scale(1.1)rotate(-7deg);
}

.new-products-info {
  text-align: right;
  flex: none;
  align-self: flex-end;
  max-width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.on-sale-badge {
  background-color: var(--black);
  height: 25px;
  color: var(--white);
  padding: 0 10px;
  font-family: Kristi, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all .25s;
  display: inline-block;
}

.on-sale-badge:hover {
  background-color: var(--black);
  color: var(--white);
}

.on-sale-badge.single {
  z-index: 10;
  position: absolute;
  inset: 70px 40px auto auto;
}

.form {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section-13, .section-14 {
  margin-top: 70px;
  padding-top: 60px;
}

.mobile-menu-toggle {
  transition: all .35s;
}

.mobile-menu-toggle:hover {
  background-color: var(--dark-grey);
  color: var(--peru);
}

.mobile-menu-toggle.w--current {
  background-color: var(--white);
  color: var(--peru);
  box-shadow: inset 0 0 20px -5px #00000059;
}

.mobile-navigation {
  display: none;
}

.nav-item {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000000bf;
  align-self: center;
  height: 100%;
  padding: 15px 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 2.4rem;
  transition: color .25s ease-in-out;
  display: block;
}

.nav-item:hover {
  color: var(--peru);
  font-weight: 400;
}

.nav-item:focus {
  color: var(--peru);
}

.nav-item.w--current {
  color: var(--peru);
  align-self: center;
  padding-top: 25px;
  line-height: 1.4rem;
  transition: color .25s ease-in-out;
}

.nav-item.w--current:hover {
  color: var(--peru);
}

.nav-item.dropdown {
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}

.nav-item.dropdown:hover {
  font-weight: 400;
}

.nav-items {
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.container.reset {
  align-self: stretch;
  width: 50%;
  height: 100vh;
  position: relative;
}

.div-block-139 {
  border-bottom: 1px solid var(--dim-grey);
  width: 100%;
  height: 20px;
}

.user-links {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  font-size: .8rem;
  font-weight: 600;
  transition: color .35s ease-in-out;
  display: block;
}

.user-links:hover {
  color: var(--peru);
}

.checkbox-field {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.main {
  min-height: 100vh;
}

.main.register {
  background-image: url('../images/User-03.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  padding-top: 70px;
  position: relative;
}

.main.login {
  background-image: url('../images/User-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main.password_reset {
  background-image: url('../images/User-03.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding-top: 70px;
  display: flex;
}

.main._404 {
  background-image: url('../images/Alice-McCALL-Lookbook-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foto-post {
  height: 240px;
}

.foto-post._01 {
  background-image: url('../images/Marie-Claire-Magazine.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto-post._02 {
  background-image: url('../images/LoveShackFancy-Davis-Mini-Dress-04.webp');
  background-position: 0 0;
  background-size: auto;
}

.foto-post._03 {
  background-image: url('../images/Sunset.jpg');
  background-position: 50%;
  background-size: cover;
}

.excerpt-post {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 1rem;
}

.post-container {
  background-color: #fff;
  width: 25vw;
  padding: 20px;
  transition: all .35s ease-in-out;
  box-shadow: 1px 1px 3px #00000029;
}

.post-container:hover {
  box-shadow: 1px 1px 20px #00000029;
}

.post-container.single {
  width: auto;
}

.hero-blog {
  background-image: url('../images/User-01.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  margin-top: 70px;
  position: relative;
}

.text-block-176 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 200;
  position: absolute;
  inset: 30% 0% auto;
}

.heading-20 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #0000008a;
  font-family: Kristi, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  position: absolute;
  inset: 35% 0% auto;
}

.press {
  background-image: url('../images/White-Backgrounds-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.youtube {
  background-repeat: no-repeat;
}

.register-form-block {
  z-index: 1;
  background-color: #fff9;
  width: 38.5%;
  min-width: 360px;
  margin-top: 60px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 20px #00000059;
}

.checkbox-label {
  font-size: .8rem;
  line-height: 1.2rem;
}

.user-icon {
  float: left;
  background-image: url('../images/User-Off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.mkt-empresas {
  background-color: var(--dim-grey);
  width: 100%;
  height: 20px;
  position: relative;
  bottom: auto;
}

.text-block-177 {
  text-align: center;
  font-size: .8rem;
  line-height: 1.3rem;
}

.since-1984 {
  color: var(--black);
  display: inline;
  position: absolute;
  inset: -12% 0% auto;
}

.home-subtitle {
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #000c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  inset: auto 15px 0% auto;
}

.blogpost-wrapper {
  z-index: 5;
  border: 10px solid var(--white);
  background-color: #0000;
  background-image: url('../images/Marie-Claire-Magazine.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 440px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: -8% -20% auto auto;
  transform: rotate(3deg);
  box-shadow: 0 0 8px #0000005c;
}

.blogpost-wrapper:hover {
  background-color: #f5f2ed;
  transform: scale(1.02);
  box-shadow: 0 0 16px #0000005c;
}

.video-container.ushuaia-magazine {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  box-shadow: 0 0 12px #00000080;
}

.video-container.ushuaia-magazine:hover {
  box-shadow: 0 0 36px #000000a6;
}

.press-container {
  justify-content: center;
  align-items: center;
  width: 65vw;
  max-width: 960px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-147 {
  z-index: 10;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  position: relative;
}

.div-block-147:hover {
  opacity: 1;
}

.post-picture {
  flex: none;
  max-width: none;
  margin-right: 10px;
}

.notification {
  z-index: 5;
  float: right;
  border: 5px solid #000;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: auto 15px 70px auto;
}

.notification:hover {
  border-color: #c37503;
}

.user-button {
  width: 60px;
  height: 100%;
  color: var(--white);
  cursor: pointer;
  align-self: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.user-button:hover {
  color: var(--peru);
}

.user-menu-element {
  background-color: var(--white);
  width: 100%;
  color: var(--peru);
  text-align: right;
  border-bottom: 1px solid #c3750326;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: .9rem;
  font-weight: 400;
  transition: all .35s;
}

.user-menu-element:hover {
  background-color: var(--dark-grey);
  padding-right: 25px;
}

.background {
  z-index: 91;
  background-color: var(--dark-grey);
  color: var(--peru);
  position: absolute;
  inset: 0%;
}

.checkbox {
  color: var(--black);
  border-color: #6e6e6e;
  align-self: flex-start;
  margin-top: 3px;
}

.checkbox.w--redirected-checked {
  border-color: var(--peru);
  background-color: var(--peru);
  color: var(--white);
}

.home-background {
  z-index: 91;
  color: var(--peru);
  background-image: linear-gradient(#000000ba, #1b1b1b00);
  position: absolute;
  inset: 0%;
}

.prices-container {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  display: flex;
}

.product-description {
  width: 100%;
  padding-top: 0;
}

.quantity {
  background-color: #f1f1f1;
  border-color: #c3750326;
  border-radius: 0;
  align-items: center;
  height: 38px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: 700;
  display: flex;
}

.heading-h4 {
  display: block;
}

.heading-h4.absolut {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kristi, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.heading-h4.absolut.ibiza-style {
  height: auto;
  font-family: Kristi, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  top: 40px;
  left: 20px;
}

.heading-h4.absolut.early-mornigs {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kristi, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  bottom: 40px;
  right: 20px;
}

.heading-h4.absolut.beach {
  height: auto;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kristi, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  top: 20px;
  left: 20px;
}

.variation-label {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #c3750326;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all .35s;
  display: inline-block;
}

.variation-label:hover {
  background-color: #d3d3d3;
}

.variation-label.w--ecommerce-pill-selected {
  box-shadow: 0 0 10px #00000080;
}

.qty-label {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 700;
  display: inline-block;
}

.p-product-price {
  color: var(--white);
  text-align: right;
  background-color: #1b1b1bd9;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px;
  font-size: .9rem;
  font-weight: 500;
  line-height: .9rem;
  display: block;
}

.add-to-cart {
  align-self: stretch;
  width: 100%;
  display: block;
}

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

.tag-span {
  background-color: var(--white);
  color: var(--black);
  text-shadow: 1px 1px 4px #0000006e;
  padding: 3px 5px;
  font-weight: 600;
  display: inline-block;
}

.tags {
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 180px;
  display: block;
  position: relative;
  top: -136px;
  left: 7px;
}

.category-tag {
  background-color: var(--peru);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #0000002b;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 0 5px;
  font-family: Montserrat, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: all .25s ease-in-out;
}

.category-tag:hover {
  color: #c2c2c2;
  border-color: #00000091;
}

.qty-block {
  margin-right: 20px;
}

.h2-heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.h2-heading.post {
  text-align: left;
  margin-top: 10px;
}

.h2-heading.main-category {
  z-index: 1;
  color: var(--peru);
  text-align: right;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Kristi, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 8rem;
  position: relative;
  overflow: visible;
}

.h3-heading {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.general-container {
  background-image: url('../images/User-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.general-container.fullpage {
  min-height: 100vh;
}

.measures {
  text-align: center;
  border-bottom: 1px solid #6e6e6e38;
  padding-top: 8px;
  font-size: .9rem;
}

.size-chart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
}

.chart-header {
  text-align: center;
  background-color: #c3750352;
  border-left: 1px solid #c3750380;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 70px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.chart-row {
  background-color: #6e6e6e29;
  border-bottom: 1px solid #6e6e6e38;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 5px 10px 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-166 {
  height: 100%;
  padding-right: 10vw;
}

.h1-heading {
  font-size: 2rem;
  line-height: 2rem;
}

.h1-heading.kristi {
  color: var(--peru);
  text-align: center;
  font-family: Kristi, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

.h1-kristy {
  text-align: center;
  font-family: Kristi, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 2rem;
}

.h1-kristy.upmoved {
  z-index: 1;
  line-height: 6rem;
  position: relative;
}

.h1-kristy.product {
  float: none;
  background-color: var(--black);
  color: var(--peru);
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  display: inline;
}

.h1-kristy.account {
  z-index: 1;
  line-height: 6rem;
  position: relative;
}

.h1-kristy.thankyou {
  z-index: 1;
  letter-spacing: 1px;
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 6rem;
  position: relative;
}

.text-field {
  background-color: #fff;
}

.text-field:hover {
  border: 1px solid #00000073;
}

.text-field:focus {
  border-bottom: 3px solid var(--peru);
}

.text-field::placeholder {
  color: #000000a6;
}

.share-it {
  color: var(--peru);
  margin-right: 20px;
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.chart-size {
  border-bottom: 1px solid var(--peru);
  width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.message {
  text-align: center;
}

.icon-5 {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.user-dropdown-menu.w--open {
  flex-direction: column;
  width: 160px;
  display: flex;
  inset: 70px 0 auto auto;
}

.success-message {
  background-color: #ffffffd9;
}

.success-message:hover {
  color: #333;
}

.form-block {
  margin-bottom: 0;
}

.link-button {
  background-color: #1b1b1b;
  width: auto;
  min-width: 120px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2rem;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.link-button:hover {
  color: #000;
  background-color: #c37503;
}

.link-button.post {
  color: #000000e6;
  background-color: #000c;
  width: 300px;
  height: 60px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.success-logout {
  background-color: var(--peru);
  padding: 5px;
}

.error-logout {
  background-color: #da4a4a;
  margin-top: 0;
  padding: 5px;
}

.success-message-2 {
  background-color: #0000;
}

.share-button {
  background-color: var(--black);
  color: #faf6ef;
  text-align: center;
  background-image: url('../images/fiv-transparent.png');
  background-position: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #b6ac9da6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 6px 0;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  transition: all .5s;
  display: flex;
  box-shadow: 0 0 2px #000;
}

.share-button:hover {
  background-color: var(--peru);
  background-image: none;
  box-shadow: 0 0 8px #00000080;
}

.shop-block {
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
}

.field-label {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.link-6 {
  color: var(--dark-grey);
}

.shop-title-wrapper {
  z-index: 1;
  background-color: #ececec;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  transform: rotate(0);
}

.shop-title {
  border-top: 2px dashed var(--dim-grey);
  border-bottom: 2px dashed var(--dim-grey);
  color: var(--dark-grey);
  text-align: right;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-right: 47px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.4rem;
}

.checkbox_label {
  line-height: 1.3rem;
}

.shop_welcome {
  z-index: 1000;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
}

.welcome_wrapper {
  z-index: 1001;
  align-self: center;
  position: absolute;
  bottom: 15%;
  right: 5%;
}

.welcome_text {
  text-align: right;
  letter-spacing: -3px;
  background-color: #ffffff8a;
  font-size: 4rem;
  font-weight: 100;
  line-height: 5rem;
  display: inline;
}

.text-span {
  font-weight: 600;
}

.text-span-2 {
  font-weight: 400;
}

.welcome-half {
  width: 50%;
}

.welcome-half.l {
  z-index: 1000;
  background-image: url('../images/Frontline-00A.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 200px 0 80px 20px #0003;
}

.welcome-half.r {
  z-index: 1000;
  background-image: url('../images/Frontline-00B.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: -200px 0 80px 20px #0003;
}

.main-image {
  background-image: url('../images/Nookie-Sofia-Maxi-Gown-in-White-Sequins-06.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.title-container {
  flex: 1;
}

.prices {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: inline-block;
}

.info-product {
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start space-between;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.info-product.night {
  position: absolute;
  inset: 0 0 auto;
}

.section-nights {
  background-color: var(--black);
  background-image: url('../images/Black-Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.section-nights.white-diamonds {
  background-image: url('../images/WhiteDiamond-Background.webp');
}

.night-wrapper {
  max-width: 1913px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.night-list {
  text-align: center;
  column-count: 5;
  column-rule-width: 0px;
  column-gap: 20px;
}

.night-item {
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.night-card {
  border: 10px solid var(--white);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  flex: 1;
  align-content: stretch;
  transition: all .5s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 13px #0003;
}

.night-card:hover {
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: scale(1.02);
  box-shadow: 1px 1px 32px #0009;
}

.p-reduced-price {
  color: var(--black);
  text-align: right;
  background-color: #d85a5b;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 5px;
  font-size: .9rem;
  font-weight: 500;
  line-height: .9rem;
  text-decoration: line-through;
  display: block;
}

.diamonds-area {
  background-image: url('../images/White-Backgrounds-01.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
}

.dropdown-icon {
  color: var(--white);
  margin-right: 10px;
}

.dropdown-link {
  transition: color .25s ease-in-out;
}

.dropdown-link:hover {
  color: var(--peru);
}

.glass {
  z-index: 0;
  opacity: 0;
  background-color: #ffffff1a;
  transition: all .35s ease-in-out;
  position: absolute;
  inset: 0%;
}

.glass:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.text-overall {
  z-index: 1;
  background-color: #fff9;
  width: 38.5%;
  min-width: 360px;
  margin-top: 60px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 20px #00000059;
}

.text-overall.center {
  text-align: center;
}

.spacer._40 {
  height: 40px;
}

.resort {
  background-image: url('../images/Nookie-Sofia-Maxi-Gown-in-White-Sequins-01.webp');
  background-position: 100%;
  background-size: auto 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.resort:hover {
  filter: saturate(155%);
  background-size: auto 105%;
}

.outlet {
  background-image: url('../images/LoveShackFancy-Davis-Mini-Dress-06.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 125%;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: 0%;
}

.outlet:hover {
  filter: saturate(155%);
  background-size: auto 135%;
}

.resort-text {
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  display: inline;
  position: relative;
  top: 46%;
  left: 10%;
}

.outlet-text {
  color: var(--white);
  text-align: right;
  text-shadow: 0 3px 10px #5a3600a6;
  font-family: Kristi, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 8rem;
  display: inline;
  position: absolute;
  top: 40%;
  right: 10%;
}

.text-block-185 {
  color: var(--white);
  font-weight: 200;
}

.go-to-outlet {
  color: #fff;
  display: inline;
  position: absolute;
  top: 40%;
  right: 10vw;
}

.go-to-resort {
  display: inline;
  position: absolute;
  top: 42%;
  left: 11%;
}

.bbb2card {
  border: 10px solid var(--white);
  width: 100%;
  height: 480px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  align-content: stretch;
  align-items: stretch;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px #0003;
}

.bbb2card:hover {
  place-content: stretch flex-start;
  align-items: stretch;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: scale(1.02);
  box-shadow: 1px 1px 32px #0009;
}

.bbb2card.home {
  border: 10px solid var(--white);
  background-image: url('../images/Beach-Bunny-Jill-Collar-One-Piece.jpeg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.bbb3-card {
  border: 10px solid var(--white);
  width: 100%;
  height: 480px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  align-content: stretch;
  align-items: stretch;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px #0003;
}

.bbb3-card:hover {
  place-content: stretch flex-start;
  align-items: stretch;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: scale(1.02);
  box-shadow: 1px 1px 32px #0009;
}

.bbb3-card.home {
  border: 10px solid var(--white);
  background-image: url('../images/Jaase-Flower-Fields-Print-Teresa-Maxi.jpeg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.bbb4-card {
  border: 10px solid var(--white);
  width: 100%;
  height: 480px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  align-content: stretch;
  align-items: stretch;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 13px #0003;
}

.bbb4-card:hover {
  place-content: stretch flex-start;
  align-items: stretch;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: scale(1.02);
  box-shadow: 1px 1px 32px #0009;
}

.bbb4-card.home {
  border: 10px solid var(--white);
  background-image: url('../images/For-Love-and-Lemons-Courtney-Blazer.jpeg');
  background-position: 50% 0;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.product-img._01 {
  pointer-events: none;
}

.related {
  text-align: center;
  column-count: 5;
  column-rule-width: 0px;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  display: flex;
}

.variations {
  margin-bottom: 20px;
}

.product-02 {
  background-image: url('../images/Nookie-Sofia-Maxi-Gown-in-White-Sequins-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.product-03 {
  background-image: url('../images/Nookie-Sofia-Maxi-Gown-in-White-Sequins-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.product-04 {
  background-image: url('../images/Nookie-Sofia-Maxi-Gown-in-White-Sequins-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.minicart {
  width: 24px;
}

.text-block-186 {
  background-color: var(--peru);
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.back {
  color: var(--black);
  font-family: Kristi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  inset: -23px -12px auto auto;
}

@media screen and (max-width: 991px) {
  .product-collection-list {
    flex-flow: row;
    justify-content: center;
    max-height: 520px;
    margin-top: 35px;
    padding-bottom: 60px;
    display: flex;
    overflow: visible;
  }

  .product-collection-list.home, .product-collection-list.center {
    text-align: center;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .product-collection-list.blog {
    text-align: center;
    flex-flow: wrap;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .product-collection-item {
    flex: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-end;
    width: auto;
    max-width: 280px;
    max-height: 520px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-collection-item:hover {
    flex: 1;
  }

  .product-collection-item._01, .product-collection-item._02, .product-collection-item._04 {
    min-width: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .recent-container.home {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .bbb1-card {
    border: 10px solid var(--white);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
  }

  .bbb1-card.home {
    border-style: solid;
    justify-content: flex-start;
    max-width: none;
  }

  .post-title {
    font-size: 1rem;
  }

  .title-wrapper.post-blog {
    padding-right: 20px;
  }

  .navbar {
    z-index: 100;
    background-color: #0000;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mega-menu-brand {
    z-index: 92;
    margin-top: 0;
  }

  .footer-logo-link.w--current {
    text-align: right;
    justify-content: flex-end;
  }

  .footer {
    height: auto;
    min-height: 500px;
    padding-top: 40px;
  }

  .footer-wrapper {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr 1fr;
    justify-items: center;
    width: 90%;
    margin-top: 0;
    padding: 0;
  }

  .footer-heading, .footer-heading.navigation {
    margin-top: 40px;
  }

  .footer-link.contact {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .store.shop-section {
    float: none;
  }

  .product-content-block {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-content-wrapper {
    border-left-style: none;
    order: 0;
    align-self: stretch;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .product-head-wrapper {
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .horizontal-wrapper {
    flex-direction: column;
  }

  .related-title.white {
    top: 24px;
  }

  .related-product-container {
    padding-top: 20px;
  }

  .related-product-container.product {
    align-self: stretch;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand-container {
    z-index: 50;
    width: 320px;
    height: 178px;
  }

  .women-style {
    font-size: 46px;
  }

  .golden-container {
    z-index: 49;
    width: 260px;
    height: 90px;
    top: 36%;
  }

  .h2-kristy.recent {
    font-size: 8vw;
    line-height: 8vw;
  }

  .h2-kristy.insta {
    color: var(--white);
    font-size: 3rem;
    line-height: 3rem;
    top: 0;
    left: -38px;
  }

  .thumbnail-moments {
    width: 25vw;
    height: 50vh;
  }

  .thumbnail-moments._100 {
    width: 50vw;
    height: 100vh;
  }

  .thumbnail-moments._50 {
    width: 50vw;
  }

  .home-cart {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    z-index: 92;
  }

  .paragraph.center {
    left: 5%;
  }

  .paragraph.register {
    width: 55%;
  }

  .paragraph.newproducts {
    left: 5%;
  }

  .paragraph.password {
    width: 55%;
  }

  .home-brand {
    width: 28%;
    height: 400px;
  }

  .product-image-wrapper {
    width: 100%;
    height: 90vh;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .product-01 {
    min-height: 80vh;
  }

  .social-parent {
    justify-content: center;
  }

  .formulario-contacto {
    width: 80%;
  }

  .slide-21 {
    background-position: 50% 0;
  }

  .slide-24 {
    background-position: 0%;
  }

  .slide-25 {
    background-position: 100%;
  }

  .slide-26 {
    background-position: 50%;
  }

  .slide-32, .slide-35 {
    background-position: 0%;
  }

  .single-post-title {
    font-weight: 100;
  }

  .text-container {
    width: 50%;
  }

  .text-container.press {
    margin-left: 0;
  }

  .volver.product {
    position: fixed;
    top: 90px;
    left: 20px;
  }

  .icon-volver {
    color: #fff;
  }

  .text-positioner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 11%;
    left: 2%;
  }

  .new-products-info {
    width: 50%;
    max-width: none;
    top: auto;
    bottom: 69%;
  }

  .mask-9 {
    width: auto;
  }

  .mobile-navigation-container {
    width: 100%;
    overflow: visible;
  }

  .hamburguer-part {
    background-color: #fff;
    width: 25px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-button {
    z-index: 99;
    background-color: #bc9668;
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    inset: auto 5% 5% auto;
    box-shadow: 0 0 12px #000;
  }

  .mobile-menu-toggle {
    background-color: var(--white);
    width: 100%;
    height: 50px;
    color: var(--peru);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #c3750326;
    padding: 10px 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 200;
    transition: all .25s ease-in-out;
  }

  .mobile-menu-toggle:hover {
    color: var(--peru);
    background-color: #232629;
  }

  .mobile-menu-toggle:focus {
    color: #fff;
    background-color: #cacaca;
  }

  .mobile-menu-toggle.w--current {
    box-shadow: none;
    color: var(--white);
    text-transform: uppercase;
    background-color: #e9e9e9;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 200;
  }

  .mobile-menu-toggle.w--open {
    color: var(--peru);
    position: relative;
  }

  .mobile-menu-container {
    z-index: 99;
    background-color: #0000;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: -360px 0% auto;
    overflow: visible;
    box-shadow: 0 0 16px #0000005c;
  }

  .mobile-navigation {
    z-index: 101;
    display: block;
    position: relative;
  }

  .nav-items {
    display: none;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.reset {
    width: auto;
    padding-bottom: 20px;
  }

  .div-block-139 {
    height: 60px;
    margin-bottom: 40px;
  }

  .main.register {
    background-position: 100% 0;
    padding-bottom: 20px;
  }

  .main.password_reset {
    background-position: 50% 0;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .post-container {
    width: 45%;
  }

  .press {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .register-form-block {
    width: 55%;
    margin-top: 40px;
  }

  .mkt-empresas {
    height: 25px;
  }

  .blogpost-wrapper {
    position: absolute;
    top: -95%;
    right: 6%;
  }

  .blogpost-wrapper:hover {
    transform: none;
  }

  .video-container.ushuaia-magazine {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .press-container {
    flex-flow: row;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-147 {
    opacity: 1;
  }

  .user-button {
    align-self: center;
  }

  .user-menu-element {
    width: 140px;
    line-height: 1.8rem;
  }

  .user-menu-element:hover {
    background-color: var(--dark-grey);
    color: var(--peru);
  }

  .user-menu-element:focus {
    color: #fff;
    background-color: #cacaca;
  }

  .background {
    z-index: 91;
    background-color: var(--dark-grey);
    position: absolute;
    inset: 0%;
  }

  .home-background {
    z-index: 91;
    background-image: linear-gradient(#000 19%, #1b1b1b00);
    position: absolute;
    inset: 0%;
  }

  .heading-h4.absolut {
    color: var(--white);
  }

  .category-tag {
    background-color: var(--peru);
  }

  .h2-heading.main-category {
    z-index: 10;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 6rem;
    top: 0;
  }

  .general-container {
    background-position: 50% 0;
  }

  .white {
    padding-bottom: 0;
  }

  .div-block-166 {
    padding-right: 0;
  }

  .user-dropdown-menu {
    flex-direction: column;
    align-items: flex-end;
    width: 140px;
    display: none;
    right: 0;
  }

  .user-dropdown-menu.w--open, .form-block {
    width: 140px;
  }

  .share-button {
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .night-list {
    column-count: 3;
  }

  .night-card {
    border: 10px solid var(--white);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .diamonds-area {
    padding-bottom: 0;
  }

  .dropdown-icon {
    color: var(--dark-grey);
    font-size: 1rem;
  }

  .dropdown {
    display: block;
  }

  .text-menu {
    color: var(--peru);
    font-weight: 400;
    display: inline-block;
  }

  .text-menu.w--current {
    color: var(--peru);
    font-weight: 400;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-link {
    border-bottom: 1px solid #0000000d;
  }

  .dropdown-link:hover {
    background-color: var(--dark-grey);
    color: var(--white);
  }

  .dropdown-link.w--current {
    background-color: var(--white);
    color: var(--peru);
    box-shadow: inset 0 0 20px -3px #0000004d;
  }

  .glass {
    opacity: 1;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .text-overall {
    width: 55%;
    margin-top: 40px;
  }

  .resort, .outlet {
    background-position: 50%;
  }

  .resort-text {
    font-size: 2rem;
    line-height: 2rem;
    top: 46%;
  }

  .outlet-text {
    font-size: 5rem;
    line-height: 6rem;
  }

  .bbb2card {
    border: 10px solid var(--white);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
  }

  .bbb2card.home {
    border-style: solid;
    justify-content: flex-start;
    max-width: none;
  }

  .bbb3-card {
    border: 10px solid var(--white);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
  }

  .bbb3-card.home {
    border-style: solid;
    justify-content: flex-start;
    max-width: none;
  }

  .bbb4-card {
    border: 10px solid var(--white);
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
  }

  .bbb4-card.home {
    border-style: solid;
    justify-content: flex-start;
    max-width: none;
  }

  .related {
    column-count: 3;
  }

  .product-02, .product-03, .product-04 {
    min-height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.4rem;
  }

  .product-collection-list {
    z-index: 1;
    flex-direction: row;
    flex: none;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    display: flex;
    position: relative;
    top: -28px;
  }

  .product-collection-item {
    float: none;
    flex-flow: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .product-collection-item._01, .product-collection-item._02, .product-collection-item._04 {
    display: inline-block;
  }

  .recent-container.home {
    padding-top: 0;
  }

  .bbb1-card {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: 240px;
    display: flex;
  }

  .bbb1-card.home {
    justify-content: center;
  }

  .post-title {
    font-size: .9rem;
  }

  .title-wrapper.post-blog.right {
    bottom: 171px;
    left: 19px;
  }

  .link-block {
    align-self: stretch;
    width: 100%;
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image {
    width: 200px;
  }

  .footer-logo-link {
    background-position: 0 0;
    align-self: start;
    align-items: flex-start;
    width: auto;
    min-width: 200px;
    max-width: 320px;
    height: auto;
    min-height: 120px;
  }

  .footer-logo-link.w--current {
    width: 240px;
    height: 120px;
  }

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-template-columns: 33% 33% 33%;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .footer-heading {
    display: block;
  }

  .footer-heading.navigation {
    display: none;
  }

  .footer-link {
    align-items: flex-start;
  }

  .footer-link.navigation {
    display: none;
  }

  .footer-link.contact {
    align-self: start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-text.white {
    align-self: flex-start;
  }

  .copyright-wrapper {
    max-width: none;
  }

  .product-content-block {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .product-content-wrapper {
    align-items: center;
  }

  .product-head-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    margin-left: -20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .related-product-container.product {
    min-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-container {
    width: 280px;
    height: 156px;
  }

  .women-style {
    bottom: 2px;
  }

  .golden-container {
    width: 180px;
    height: 80px;
    top: 35.5%;
  }

  .columns {
    height: 100vh;
  }

  .h2-kristy.recent {
    text-align: right;
    font-size: 3rem;
    line-height: 3rem;
  }

  .h2-kristy.insta {
    font-size: 36px;
    line-height: 2rem;
  }

  .button.vintage {
    width: auto;
  }

  .nav-rrss {
    justify-content: flex-end;
  }

  .text-block-169 {
    left: -44px;
  }

  .paragraph.register {
    width: 80%;
  }

  .paragraph.newproducts {
    left: 0%;
  }

  .paragraph.password {
    width: 80%;
  }

  .product-image-wrapper {
    margin-top: 0;
  }

  .product-01 {
    min-height: 100vh;
  }

  .contact {
    padding-top: 40px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-35 {
    background-position: 0%;
  }

  .content {
    margin-bottom: 0;
  }

  .single-post-title {
    letter-spacing: -1px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
  }

  .text-container.press {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll_icon {
    display: none;
  }

  .text-positioner {
    width: 240px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    right: 0%;
  }

  .background-video {
    left: 15%;
  }

  .new-products-info {
    width: 50%;
    inset: auto 8% 78% auto;
  }

  .section-13, .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu-button {
    z-index: 999;
    bottom: 4%;
    right: 4%;
    box-shadow: 0 0 12px #000;
  }

  .mobile-menu-container {
    z-index: 150;
    width: 50%;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-navigation {
    display: block;
  }

  .container {
    padding-bottom: 0;
  }

  .div-block-139 {
    display: block;
  }

  .main.register, .main.password_reset {
    background-position: 50% 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-container {
    flex: 1;
    width: auto;
    min-width: 45%;
  }

  .register-form-block {
    width: 80%;
  }

  .mkt-empresas {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .since-1984 {
    top: -14%;
  }

  .blogpost-wrapper {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
    right: auto;
  }

  .video-container.ushuaia-magazine {
    width: 100%;
  }

  .press-container {
    flex-flow: column;
    margin-top: 60px;
  }

  .user-button {
    display: flex;
  }

  .left-arrow-home, .right-arrow-home {
    display: none;
  }

  .tags {
    top: -177px;
    left: 17px;
  }

  .h2-heading.main-category {
    font-size: 12vw;
    line-height: 5rem;
  }

  .general-container.fullpage {
    background-image: none;
    padding-top: 70px;
  }

  .white {
    padding-bottom: 0;
  }

  .white.chart {
    margin-top: 0;
  }

  .h1-kristy.product {
    letter-spacing: -1px;
    flex: 1;
    font-size: 1.6rem;
  }

  .night-list {
    column-count: 2;
  }

  .night-card {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .diamonds-area {
    padding-bottom: 0;
  }

  .text-overall {
    width: 80%;
  }

  .bbb2card {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: 240px;
    display: flex;
  }

  .bbb2card.home {
    justify-content: center;
  }

  .bbb3-card {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: 240px;
    display: flex;
  }

  .bbb3-card.home {
    justify-content: center;
  }

  .bbb4-card {
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: 240px;
    display: flex;
  }

  .bbb4-card.home {
    justify-content: center;
  }

  .related {
    column-count: 2;
  }

  .product-02, .product-03, .product-04 {
    min-height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .product-collection-list {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    top: 15px;
  }

  .product-collection-list.home {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .product-collection-list.home:hover {
    align-self: stretch;
  }

  .product-collection-list.center {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .product-collection-list.center:hover {
    align-self: stretch;
  }

  .product-collection-list.blog {
    margin-top: -100px;
    padding: 0 20px;
    top: 0;
  }

  .product-collection-list.blog:hover {
    align-self: stretch;
  }

  .product-collection-item {
    flex: none;
    align-self: auto;
    width: auto;
    max-width: none;
    height: 480px;
    max-height: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .product-collection-item:hover {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .product-collection-item._01, .product-collection-item._02, .product-collection-item._04 {
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .recent-container {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bbb1-card {
    flex-flow: column;
    align-content: space-around;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bbb1-card.home {
    justify-content: flex-start;
    align-items: stretch;
    height: 420px;
  }

  .bbb1-card.home:hover {
    justify-content: flex-start;
    height: 480px;
  }

  .title-wrapper.post-blog.right {
    background-color: var(--dark-grey);
    line-height: 1.6rem;
    display: inline;
    bottom: 14px;
  }

  .link-block {
    flex: 1;
  }

  .link-block.night {
    background-image: none;
    flex: none;
  }

  .navbar {
    z-index: 102;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mega-menu-brand {
    flex: 1;
    margin-top: 10px;
  }

  .image._02 {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-logo-link {
    align-self: center;
    margin-bottom: 40px;
  }

  .footer-logo-link.w--current {
    background-position: 50%;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
  }

  .footer {
    justify-content: flex-start;
    height: auto;
    padding: 60px 10px 20px;
  }

  .footer-wrapper {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    justify-items: center;
    margin-top: 0;
  }

  .footer-heading {
    padding-right: 0;
  }

  .footer-link {
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .footer-link.contact {
    background-image: none;
    align-self: start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .footer-text {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .footer-text.white {
    text-align: left;
  }

  .copyright-wrapper {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-input {
    width: 100%;
    display: none;
  }

  .store {
    padding-left: 15px;
    padding-right: 15px;
  }

  .store.shop-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .store.shop-section {
    margin-top: 70px;
    padding: 0;
  }

  .product-content-block {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-head-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    position: relative;
  }

  .horizontal-wrapper {
    top: 0;
    left: 0;
    right: 0;
  }

  .related-title.white {
    font-size: 3.2rem;
    top: 42px;
  }

  .main-product-price {
    font-size: 1.6rem;
  }

  .related-product-container {
    padding-bottom: 0;
  }

  .related-product-container.product {
    border-width: 0;
    min-width: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-container {
    width: 200px;
    height: 111px;
    margin-left: auto;
    margin-right: auto;
    top: 43%;
    left: -20%;
    right: -20%;
  }

  .women-style {
    font-size: 36px;
    bottom: -5px;
    right: -11px;
  }

  .hero-section {
    height: 100vh;
    position: relative;
  }

  .golden-container {
    width: 140px;
    height: 60px;
    top: 45%;
    left: -20%;
    right: -20%;
  }

  .columns {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    top: 0;
  }

  .column-left {
    flex: 1;
    height: 50vh;
    display: block;
  }

  .brand {
    width: auto;
    height: auto;
    display: block;
  }

  .column-right {
    flex: 1;
    height: 50vh;
    min-height: 0;
  }

  .h2-kristy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3rem;
    line-height: 46px;
  }

  .h2-kristy.recent {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16vw;
    font-weight: 400;
    line-height: 16vw;
    position: relative;
    inset: 0% 0% auto;
  }

  .h2-kristy.gold {
    font-size: 3.5rem;
    position: static;
  }

  .h2-kristy.insta {
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 3rem;
    position: relative;
    top: 0;
    left: 0;
  }

  .thumbnail-moments {
    width: 50vw;
  }

  .thumbnail-moments._100 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .thumbnail-moments._50 {
    width: 100%;
  }

  .section-moments {
    position: static;
    top: 0;
    bottom: 0;
  }

  .grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .button.kristi {
    width: 100%;
    display: block;
  }

  .button.user:hover {
    color: #000;
  }

  .button-container.view-more, .button-container.cover {
    top: 40%;
  }

  .nav-rrss {
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .nav-rrss.secondary {
    display: none;
  }

  .instagram-link, .whatsapp-link, .facebook-link {
    margin-right: 20px;
  }

  .home-cart {
    order: 1;
    align-self: stretch;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    flex-direction: row-reverse;
    flex: none;
    order: 0;
    justify-content: space-around;
  }

  .text-block-169 {
    display: none;
  }

  .paragraph.center {
    padding-bottom: 0;
    position: relative;
    inset: 26% 0% auto;
  }

  .paragraph.white {
    font-size: .8rem;
  }

  .paragraph.white.center {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph.register {
    width: auto;
    min-width: 0;
  }

  .paragraph.newproducts {
    position: relative;
    inset: 26% 0% auto;
  }

  .paragraph.password {
    width: auto;
    min-width: 0;
  }

  .collections {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
  }

  .home-brand {
    flex: none;
    align-self: stretch;
    width: 80%;
    height: 520px;
    margin: 20px auto;
    position: relative;
  }

  .slide-collection-container {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .ibiza-style {
    height: 640px;
  }

  .product-container {
    margin-top: 70px;
    padding-top: 0;
  }

  .product-image-wrapper {
    margin-bottom: 0;
  }

  .product-01 {
    background-position: 50% 0;
    min-height: 50vh;
  }

  .social-parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse;
    align-self: flex-end;
    margin-top: 20px;
    margin-right: auto;
  }

  .formulario-contacto {
    width: 94%;
    margin-top: 0;
  }

  .form-contacto.email, .form-contacto.telefono {
    width: 100%;
  }

  .div-block-38 {
    flex-direction: column;
    width: 100%;
  }

  .section-9 {
    margin-top: 100px;
  }

  .mask {
    min-height: auto;
  }

  .posts-section {
    padding-top: 40px;
  }

  .rich-text-block {
    width: 100%;
    margin-top: 20px;
  }

  .content {
    margin-bottom: 0;
  }

  .featured-image {
    background-position: 50%;
    background-size: cover;
    border-bottom: 0 #0000;
    height: 40vh;
    top: 50px;
  }

  .featured-image.marie-claire {
    top: 70px;
  }

  .single-post-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .text-container {
    width: 100%;
  }

  .scroll_icon {
    top: 79%;
  }

  .volver.product {
    top: 80px;
    left: 3%;
  }

  .text-positioner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    inset: 5% 0% auto 6%;
  }

  .season-section {
    background-position: 74%;
    background-attachment: fixed;
    flex-direction: column;
    align-items: center;
    height: 85vh;
    display: flex;
  }

  .background-video {
    border-width: 6px;
    width: 200px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    inset: 38% auto auto;
  }

  .new-products-info {
    flex: none;
    width: 90%;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 165px 0 auto;
  }

  .on-sale-badge:hover {
    top: 10px;
  }

  .on-sale-badge.single {
    position: absolute;
    inset: 142px 10px auto auto;
  }

  .form {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .mobile-navigation-container {
    color: #0000;
  }

  .hamburguer-part {
    background-color: #fff;
    width: 25px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-button {
    z-index: 101;
    cursor: pointer;
    background-color: #bc9668;
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    inset: auto 6% 60px auto;
    box-shadow: 0 0 16px #00000052;
  }

  .mobile-menu-toggle {
    background-color: #fff;
    border-bottom: 1px solid #c3750326;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 20px;
    transition: all .5s ease-in-out;
    display: block;
    position: static;
  }

  .mobile-menu-toggle:hover {
    color: var(--peru);
    background-color: #232629;
    font-style: normal;
  }

  .mobile-menu-toggle:active {
    color: var(--peru);
  }

  .mobile-menu-toggle:focus {
    background-color: var(--dim-grey);
    color: #fff;
  }

  .mobile-menu-container {
    z-index: 999;
    color: #0000;
    background-color: #000;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: -360px 0% auto;
    box-shadow: 0 0 16px 1px #00000052;
  }

  .mobile-navigation {
    z-index: 101;
    display: block;
  }

  .container {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    padding: 20px 0;
  }

  .container.login {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.reset {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-139 {
    height: 40px;
  }

  .main.register {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .main.password_reset {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding: 0;
  }

  .post-container {
    flex: 0 auto;
    width: 100%;
  }

  .hero-blog {
    background-position: 78% 100%;
    background-size: cover;
    height: 50vh;
    margin-top: 50px;
  }

  .heading-20 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    top: 30%;
  }

  .press {
    padding-top: 40px;
  }

  .register-form-block {
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-label {
    margin-bottom: 20px;
    line-height: 1.2rem;
  }

  .mkt-empresas {
    align-self: center;
  }

  .since-1984 {
    font-size: .8rem;
    line-height: .8rem;
    top: -14%;
  }

  .home-subtitle {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
    line-height: 2.2rem;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-3 {
    color: var(--white);
    font-weight: 500;
  }

  .blogpost-wrapper {
    height: 180px;
    margin-bottom: 20px;
  }

  .div-block-147 {
    opacity: 0;
  }

  .notification {
    display: none;
    bottom: 70px;
  }

  .user-button {
    margin-right: 10px;
  }

  .user-menu-element {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .5s ease-in-out;
  }

  .user-menu-element:hover {
    color: var(--peru);
    background-color: #232629;
    font-style: normal;
  }

  .user-menu-element:active {
    color: var(--peru);
  }

  .user-menu-element:focus {
    background-color: var(--dim-grey);
    color: #fff;
  }

  .home-background {
    background-image: linear-gradient(#00000080 19%, #1b1b1b00);
  }

  .prices-container {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .p-product-price {
    text-align: right;
    align-self: flex-end;
    top: 10px;
    right: 10px;
  }

  .action-block {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .tags {
    top: -170px;
  }

  .category-tag:hover {
    top: 10px;
  }

  .h2-heading.post {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-heading.main-category {
    padding-top: 10px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .general-container {
    background-position: 50%;
    height: auto;
    margin-top: 50px;
  }

  .general-container.fullpage {
    background-image: none;
    margin-top: 70px;
    padding-top: 0;
  }

  .measures {
    font-size: .75rem;
  }

  .size-chart {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .chart-header {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .85rem;
  }

  .white {
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    padding: 60px 10px;
  }

  .chart-row {
    font-size: .85rem;
  }

  .h1-heading.kristi {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .h1-kristy.upmoved {
    z-index: 1;
    margin-top: 60px;
    font-size: 24vw;
    position: relative;
    top: -60px;
  }

  .h1-kristy.product {
    text-align: center;
    letter-spacing: 0;
    flex: none;
    align-self: flex-start;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .h1-kristy.account {
    margin-top: 60px;
    font-size: 16vw;
    top: -60px;
  }

  .h1-kristy.thankyou {
    z-index: 1;
    margin-top: 60px;
    font-size: 24vw;
    position: relative;
    top: -60px;
  }

  .text-field {
    background-color: #fef2e1;
  }

  .user-dropdown-menu.w--open {
    top: 50px;
  }

  .link-button.post {
    width: 275px;
    height: 60px;
  }

  .shop-block {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .field-label {
    width: 100%;
  }

  .welcome_wrapper {
    left: 5%;
    right: auto;
  }

  .welcome_text {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .main-image {
    height: 0%;
  }

  .title-container {
    margin-top: 20px;
  }

  .section-nights {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .night-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .night-list {
    column-count: auto;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .night-card {
    flex-flow: column;
    place-content: space-around flex-start;
    align-items: stretch;
    height: 100%;
  }

  .p-reduced-price {
    text-align: right;
    align-self: flex-end;
    top: 10px;
    right: 10px;
  }

  .dropdown {
    display: block;
  }

  .text-menu {
    display: inline-block;
  }

  .dropdown-list {
    position: relative;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-overall {
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .go-to-resort {
    left: 11vw;
  }

  .bbb2card {
    flex-flow: column;
    align-content: space-around;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bbb2card.home {
    justify-content: flex-start;
    align-items: stretch;
    height: 420px;
  }

  .bbb2card.home:hover {
    justify-content: flex-start;
    height: 480px;
  }

  .bbb3-card {
    flex-flow: column;
    align-content: space-around;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bbb3-card.home {
    justify-content: flex-start;
    align-items: stretch;
    height: 420px;
  }

  .bbb3-card.home:hover {
    justify-content: flex-start;
    height: 480px;
  }

  .bbb4-card {
    flex-flow: column;
    align-content: space-around;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bbb4-card.home {
    justify-content: flex-start;
    align-items: stretch;
    height: 420px;
  }

  .bbb4-card.home:hover {
    justify-content: flex-start;
    height: 480px;
  }

  .product-img._01 {
    width: 100%;
    display: block;
  }

  .related {
    column-count: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .product-02 {
    background-position: 75% 0;
    min-height: 50vh;
  }

  .product-03, .product-04 {
    background-position: 50% 0;
    min-height: 50vh;
  }
}

#w-node-_8fe03e9e-bcf1-6eb1-022a-c97d631f87ee-3a09e4ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8fe03e9e-bcf1-6eb1-022a-c97d631f87ef-3a09e4ba, #w-node-_8fe03e9e-bcf1-6eb1-022a-c97d631f87f0-3a09e4ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af947d17-8f87-6c54-d349-105dd8267395-3a09e4ba {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-af947d17-8f87-6c54-d349-105dd8267399-3a09e4ba {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-af947d17-8f87-6c54-d349-105dd826739d-3a09e4ba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-af947d17-8f87-6c54-d349-105dd82673a1-3a09e4ba {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac0399041b-0399041a {
  grid-area: 1 / 1 / 4 / 2;
  place-self: start;
}

#w-node-d03d2cb3-dba4-d877-e049-cba14f686c17-0399041a {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_1e64fbd3-f9ed-9318-36ac-48d679757739-0399041a {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c26db5ca-11f2-45f1-b66c-893420ce5697-0399041a {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-a68bc9f0-b8d8-899a-022b-9c8c6f87c918-0399041a {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_8fbb4ced-c0a6-c695-6600-08ef1fffaa20-0399041a {
  grid-area: 2 / 3 / 3 / 6;
  align-self: end;
}

#w-node-_74cd1a59-1e1b-d1c6-b41f-80ca56cb9755-0399041a {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac0399044f-0399041a {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_927bacd2-f105-7210-56eb-86b5e89c08aa-0399041a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac03990422-0399041a {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac0399045a-0399041a {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac03990457-0399041a {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac03990455-0399041a {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_44771511-56f1-7e1c-c019-d033479f3028-0399041a {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_882152cd-2bd8-d7a4-84bf-40c32ef8ef37-0399041a {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_1015cd2b-81d7-0bcb-2e11-5f55d527247e-0399041a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac03990452-0399041a {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_359a3a44-e5d9-f1d6-1148-cdac03990420-0399041a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2a9f4e38-1765-5ffc-7d15-2daaa9c7e47f-0399041a {
  grid-area: 1 / 5 / 2 / 6;
  place-self: auto;
}

#w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e0-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e2-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e4-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e6-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e8-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2ec-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2ee-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f0-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f2-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f4-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f8-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fa-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fc-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fe-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc300-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc304-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc306-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc308-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc30a-1003439e, #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc30c-1003439e {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399041b-0399041a {
    grid-area: 1 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-d03d2cb3-dba4-d877-e049-cba14f686c17-0399041a {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: start;
  }

  #w-node-_1e64fbd3-f9ed-9318-36ac-48d679757739-0399041a {
    grid-area: 3 / 2 / 4 / 4;
    place-self: auto start;
  }

  #w-node-c26db5ca-11f2-45f1-b66c-893420ce5697-0399041a {
    grid-area: 11 / 2 / 12 / 3;
    justify-self: end;
  }

  #w-node-a68bc9f0-b8d8-899a-022b-9c8c6f87c918-0399041a {
    grid-area: 10 / 2 / 11 / 3;
    justify-self: end;
  }

  #w-node-_8fbb4ced-c0a6-c695-6600-08ef1fffaa20-0399041a {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_74cd1a59-1e1b-d1c6-b41f-80ca56cb9755-0399041a {
    grid-area: 9 / 2 / 10 / 3;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399044f-0399041a {
    grid-area: 8 / 2 / 9 / 3;
    justify-self: end;
  }

  #w-node-_927bacd2-f105-7210-56eb-86b5e89c08aa-0399041a {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990422-0399041a {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399045a-0399041a {
    grid-area: 9 / 3 / 10 / 4;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990457-0399041a {
    grid-area: 8 / 3 / 9 / 4;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990455-0399041a {
    grid-area: 7 / 3 / 8 / 4;
    justify-self: end;
  }

  #w-node-_44771511-56f1-7e1c-c019-d033479f3028-0399041a {
    grid-area: 10 / 1 / 11 / 2;
    justify-self: end;
  }

  #w-node-_882152cd-2bd8-d7a4-84bf-40c32ef8ef37-0399041a {
    grid-area: 9 / 1 / 10 / 2;
    justify-self: end;
  }

  #w-node-_1015cd2b-81d7-0bcb-2e11-5f55d527247e-0399041a {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990452-0399041a {
    grid-area: 8 / 1 / 9 / 2;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990420-0399041a {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: end;
  }

  #w-node-_2a9f4e38-1765-5ffc-7d15-2daaa9c7e47f-0399041a {
    grid-area: 5 / 3 / 6 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399041b-0399041a {
    grid-area: 1 / 1 / 4 / 2;
    place-self: start;
  }

  #w-node-d03d2cb3-dba4-d877-e049-cba14f686c17-0399041a {
    grid-area: 2 / 2 / 3 / 4;
    place-self: start end;
  }

  #w-node-_1e64fbd3-f9ed-9318-36ac-48d679757739-0399041a {
    grid-area: 3 / 2 / 4 / 4;
    place-self: start end;
  }

  #w-node-c26db5ca-11f2-45f1-b66c-893420ce5697-0399041a {
    grid-area: 11 / 2 / 12 / 3;
    justify-self: end;
  }

  #w-node-a68bc9f0-b8d8-899a-022b-9c8c6f87c918-0399041a {
    grid-area: 9 / 2 / 10 / 3;
    justify-self: end;
  }

  #w-node-_8fbb4ced-c0a6-c695-6600-08ef1fffaa20-0399041a {
    grid-area: 5 / 1 / 6 / 4;
    align-self: end;
  }

  #w-node-_74cd1a59-1e1b-d1c6-b41f-80ca56cb9755-0399041a {
    grid-area: 8 / 2 / 9 / 3;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399044f-0399041a {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: end;
  }

  #w-node-_927bacd2-f105-7210-56eb-86b5e89c08aa-0399041a {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990422-0399041a {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399045a-0399041a {
    grid-area: 9 / 2 / 10 / 3;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990457-0399041a {
    grid-area: 8 / 2 / 9 / 3;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990455-0399041a {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: start;
  }

  #w-node-_44771511-56f1-7e1c-c019-d033479f3028-0399041a {
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
  }

  #w-node-_882152cd-2bd8-d7a4-84bf-40c32ef8ef37-0399041a {
    grid-area: 9 / 1 / 10 / 2;
    justify-self: start;
  }

  #w-node-_1015cd2b-81d7-0bcb-2e11-5f55d527247e-0399041a {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990452-0399041a {
    grid-area: 8 / 1 / 9 / 2;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990420-0399041a {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: start;
  }

  #w-node-_2a9f4e38-1765-5ffc-7d15-2daaa9c7e47f-0399041a {
    grid-area: 6 / 3 / 7 / 4;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399041b-0399041a {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-d03d2cb3-dba4-d877-e049-cba14f686c17-0399041a {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start;
  }

  #w-node-_1e64fbd3-f9ed-9318-36ac-48d679757739-0399041a {
    grid-area: 4 / 1 / 5 / 3;
    place-self: auto start;
  }

  #w-node-_8fbb4ced-c0a6-c695-6600-08ef1fffaa20-0399041a {
    grid-area: 5 / 1 / 6 / 3;
    align-self: end;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac0399045a-0399041a {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990457-0399041a {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990455-0399041a {
    grid-area: 10 / 2 / 11 / 3;
    justify-self: start;
  }

  #w-node-_44771511-56f1-7e1c-c019-d033479f3028-0399041a {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_882152cd-2bd8-d7a4-84bf-40c32ef8ef37-0399041a {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_1015cd2b-81d7-0bcb-2e11-5f55d527247e-0399041a {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990452-0399041a {
    grid-area: 11 / 1 / 12 / 2;
    justify-self: start;
  }

  #w-node-_359a3a44-e5d9-f1d6-1148-cdac03990420-0399041a {
    grid-area: 10 / 1 / 11 / 2;
    justify-self: start;
  }

  #w-node-_2a9f4e38-1765-5ffc-7d15-2daaa9c7e47f-0399041a {
    grid-area: 8 / 1 / 9 / 2;
    place-self: auto start;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2d2-1003439e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2d4-1003439e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2d6-1003439e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2d8-1003439e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2da-1003439e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2dc-1003439e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2de-1003439e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e0-1003439e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e2-1003439e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e4-1003439e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e6-1003439e {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2e8-1003439e {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2ea-1003439e {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2ec-1003439e {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2ee-1003439e {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f0-1003439e {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f2-1003439e {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f4-1003439e {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f6-1003439e {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2f8-1003439e {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fa-1003439e {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fc-1003439e {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc2fe-1003439e {
    grid-area: 5 / 4 / 6 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc300-1003439e {
    grid-area: 6 / 4 / 7 / 5;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc302-1003439e {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc304-1003439e {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc306-1003439e {
    grid-area: 3 / 5 / 4 / 6;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc308-1003439e {
    grid-area: 4 / 5 / 5 / 6;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc30a-1003439e {
    grid-area: 5 / 5 / 6 / 6;
  }

  #w-node-_2f56f49b-b293-6f08-5e49-1cf37bcfc30c-1003439e {
    grid-area: 6 / 5 / 7 / 6;
  }
}


