body {
  padding: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas, sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bebas, sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.top-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-nav-link-block {
  position: relative;
  left: -10px;
  top: -10px;
  z-index: 2;
  width: 270px;
  height: 74px;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #fff;
}

.contact-button {
  position: relative;
  top: -10px;
  right: -10px;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  background-color: #000;
  background-image: url('../images/Chat.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.page-border {
  height: 1px;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.page-border.side {
  width: 1px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-border.footer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-nav {
  position: fixed;
  top: -40px;
  z-index: 11;
  width: 100%;
  padding-right: 40px;
}

.top-nav-top-padding {
  height: 0px;
  padding-top: 60px;
}

.page-padding {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  padding-top: 175px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.page-padding.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-nav-left-padding {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section {
  padding-right: 70px;
  padding-left: 70px;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 125px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.products {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.contact {
  padding-top: 100px;
}

.section-container {
  display: block;
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-box {
  overflow: hidden;
  width: 50%;
  min-width: 330px;
  margin-right: 6vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-logo {
  width: 17vw;
  margin-bottom: 35px;
  margin-left: 15px;
}

.text-box {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.text-box.hero-headline {
  width: 750px;
  max-width: 50vw;
  margin-left: 15px;
  padding: 0px;
}

.text-box.hero-intro {
  width: 55%;
  min-width: 600px;
  margin-top: 70px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

.text-box-colour-block-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #6cd0d5;
  opacity: 0.75;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.text-box-colour-block-1.grey {
  background-color: #000;
}

.text-box-colour-block-1.black {
  background-color: #000;
  opacity: 1;
}

.text-box-colour-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #2ad5f8;
  opacity: 0.75;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.text-box-colour-block-2.grey {
  background-color: #000;
}

.text-box-colour-block-2.red {
  background-color: #e4286b;
}

.text-box-colour-block-2.black {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

.hero-slider {
  width: 30vw;
  height: 30vw;
  margin-top: 5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 5px solid #2ad5f8;
  -webkit-perspective: 1001px;
  perspective: 1001px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(1001px);
  transform: perspective(1001px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.accent-text-1 {
  color: #2ad5f8;
}

.slide-nav {
  display: none;
}

.slide.hero-1 {
  background-image: url('../images/Russian_Doll_Flip_Flop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.hero-2 {
  background-image: url('../images/Watermelon_P_Front.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.hero-3 {
  background-image: url('../images/Exotic_Fruit_Flip_Flop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.hero-4 {
  background-image: url('../images/BigStar_Back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-intro {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.down-arrow-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-right: 10px;
  padding-bottom: 70px;
}

.down-arrow-button {
  width: 70px;
  height: 70px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #e4286b;
  background-image: url('../images/Arrow_down.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.red-text {
  color: #e4286b;
}

.down-arrow-link-block {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 300ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 300ms cubic-bezier(.68, -.55, .265, 1.55);
}

.down-arrow-link-block:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-line {
  height: 2px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.index-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.product-box.beach-with-umbrella {
  background-image: url('../images/Russian-Doll-Background.jpg');
}

.product-box.coral-reef {
  background-image: url('../images/BigStar-Background.jpg');
}

.product-box.yellow-surfer {
  background-image: url('../images/Exotic-Fruit-Background.jpg');
}

.product-box.pompeii {
  background-image: url('../images/Pompeii.jpg');
}

.product-box.urchin {
  background-image: url('../images/Urchin.jpg');
}

.product-box.watermelon {
  background-image: url('../images/Watermelon.jpg');
}

.product-box.beaches {
  background-image: url('../images/Beaches.jpg');
}

.product-box.usa {
  background-image: url('../images/USA.jpg');
}

.product-box.octopus {
  background-image: url('../images/Octopus.jpg');
}

.product-shorts-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-fabric-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-slider {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 0px;
  bottom: 0px;
  width: 380px;
  height: 380px;
  padding: 0px;
  background-color: transparent;
  opacity: 0;
}

.product-name-card {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.index-column-1 {
  display: block;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.index-column-2 {
  display: block;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.product-trunks-shot {
  position: relative;
  left: 10px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 380px;
  height: 380px;
}

.product-shorts-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.product-background-fade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-color: hsla(0, 0%, 100%, .7);
}

.product-background-hider {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
}

.product-slider-mask {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 380px;
  height: 380px;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

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

.product-slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.footer-logo-link {
  width: 150px;
  margin-right: 70px;
}

.button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 25px;
  background-color: #e4286b;
  font-size: 18px;
  line-height: 24px;
}

.button.right {
  float: right;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-fader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-color: #fff;
}

.footer-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-legal-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.form-block {
  display: block;
  width: 800px;
  max-width: 95%;
  margin: 75px auto;
  padding: 15px;
}

.text-field {
  margin-bottom: 40px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .25);
  border-radius: 0px;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease, height 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease, height 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, height 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, height 200ms ease, -webkit-transform 200ms ease;
  color: #e4286b;
  font-size: 17px;
}

.text-field:focus {
  height: 65px;
  padding-bottom: 8px;
  border: 1px solid #e4286b;
  box-shadow: 0 1px 13px -6px rgba(0, 0, 0, .57);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 17px;
  line-height: 20px;
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 17px;
  line-height: 20px;
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 17px;
  line-height: 20px;
}

.text-field.message {
  min-height: 200px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .25);
}

.text-field.message:focus {
  border-color: #e4286b;
}

.field-label {
  margin-bottom: 16px;
  font-family: Bebas, sans-serif;
  font-size: 16px;
}

.form {
  padding: 35px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.form:hover {
  box-shadow: 0 7px 24px -6px rgba(0, 0, 0, .35);
}

.success-message {
  background-color: #6cd0d5;
  font-family: Bebas, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
}

.smaller-success-text {
  font-size: 40px;
  line-height: 50px;
}

.error-message {
  background-color: #e4286b;
  color: #fff;
  text-align: center;
}

.h1-hero {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 24px;
  background-color: #fff;
  font-size: 65px;
  line-height: 77px;
}

.product-box-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-text-box {
  position: relative;
  width: 45%;
  max-width: 450px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.product-description {
  color: #fff;
  text-shadow: 1px 1px 14px #000;
}

.product-enquire-link {
  padding: 8px 8px 8px 10px;
  background-color: #2ad5f8;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Bebas, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.product-enquire-link:hover {
  background-color: #e4286b;
}

.product-enquire-link:active {
  position: relative;
  top: 2px;
}

.h2-product-name {
  margin-bottom: 10px;
  line-height: 51px;
  font-weight: 400;
}

.horizontal-spacer {
  min-width: 125px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-background-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .6));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .6));
}

.product-background-gradient.light {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 36%, hsla(0, 0%, 100%, .69));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 36%, hsla(0, 0%, 100%, .69));
}

.product-background-gradient.bright {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(173, 108, 38, .6));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(173, 108, 38, .6));
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  background-image: url('../images/RS_Home.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-nav-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
}

.lookbook-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lookbook-box {
  width: 16.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: width 300ms ease-in-out, box-shadow 300ms ease;
  transition: width 300ms ease-in-out, box-shadow 300ms ease;
}

.lookbook-box:hover {
  position: relative;
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 1px 15px -4px #000;
}

.lookbook-box.bigstar {
  background-image: url('../images/BigStar_Fabric.jpg');
}

.lookbook-box.fruit {
  background-image: url('../images/Exotic_Fruit_Fabric.jpg');
}

.lookbook-box.pompeii {
  background-image: url('../images/Pompeii_Lil_Fabric.jpg');
}

.lookbook-box.russian {
  background-image: url('../images/Russian_Doll_Fabric.jpg');
}

.lookbook-box.urchin {
  background-image: url('../images/Urchin_Fabric.jpg');
}

.lookbook-box.watermelon {
  background-image: url('../images/Watermelon_P_Fabric.jpg');
}

.lookbook-box.usa {
  background-image: url('../images/Starfish_Fabric.jpg');
}

.lookbook-height-spacer {
  padding-bottom: 15vw;
}

.flip-flip-image {
  position: relative;
  width: 100%;
  margin-top: 55px;
  box-shadow: 0 9px 26px -5px rgba(0, 0, 0, .59);
}

.launch-message {
  position: fixed;
  left: 278px;
  top: 26px;
  z-index: 12;
  padding: 14px;
  font-family: Bebas, sans-serif;
  color: #e4286b;
  letter-spacing: 1px;
}

.shorts-price {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 29px;
  line-height: 42px;
}

.flip-flops-price {
  position: relative;
  top: -12px;
  display: inline-block;
  padding: 6px 9px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

@media (max-width: 991px) {
  .top-nav-link-block {
    top: -12px;
    z-index: 100;
    width: 180px;
    height: 50px;
  }
  .contact-button {
    top: -12px;
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
  .page-border {
    margin-right: 25px;
    margin-left: 25px;
  }
  .top-nav-top-padding {
    height: 50px;
  }
  .page-padding {
    width: 51px;
    padding-top: 125px;
  }
  .page-padding.right {
    width: 51px;
  }
  .top-nav-left-padding {
    width: 50px;
    height: 50px;
  }
  .section.hero {
    padding: 125px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/RS_Home.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.products {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.lookbook {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-container.horizontal {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-text-box {
    width: 100%;
    margin-top: 0px;
    margin-right: 0vw;
    margin-bottom: 8vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-logo {
    width: 35vw;
    margin-bottom: 12px;
  }
  .text-box {
    max-width: 75%;
  }
  .text-box.hero-headline {
    width: 440px;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
  }
  .text-box.hero-intro {
    width: 75%;
    min-width: 0px;
    margin-top: 0px;
    float: left;
    background-color: transparent;
  }
  .hero-slider {
    width: 50vw;
    height: 50vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .hero-intro {
    font-size: 16px;
    line-height: 20px;
  }
  .down-arrow-container {
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  .down-arrow-button {
    width: 50px;
    height: 50px;
  }
  .heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block {
    max-width: 75%;
    margin-top: 50px;
  }
  .h1-hero {
    font-size: 40px;
    line-height: 50px;
  }
  .trunk-shot {
    max-width: 50vw;
  }
  .horizontal-spacer {
    min-width: 100px;
  }
  .image {
    max-height: 100%;
  }
  .contact-button-link {
    position: relative;
    z-index: 100;
  }
  .lookbook-slider {
    height: 400px;
  }
  .lookbook-slide {
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lookbook-slide._1 {
    background-image: url('../images/BigStar_Fabric.jpg');
  }
  .lookbook-slide._2 {
    background-image: url('../images/Exotic_Fruit_Fabric.jpg');
  }
  .lookbook-slide._3 {
    background-image: url('../images/Pompeii_Lil_Fabric.jpg');
  }
  .lookbook-slide._4 {
    background-image: url('../images/Russian_Doll_Fabric.jpg');
  }
  .lookbook-slide._5 {
    background-image: url('../images/Urchin_Fabric.jpg');
  }
  .lookbook-slide._6 {
    background-image: url('../images/Watermelon_P_Fabric.jpg');
  }
  .lookbook-slide._7 {
    background-image: url('../images/Starfish_Fabric.jpg');
  }
  .launch-message {
    left: 188px;
    top: 12px;
  }
  .flip-flops-price {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body {
    padding: 10px;
  }
  h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .top-nav-container {
    width: 100vw;
    padding: 10px;
  }
  .top-nav-link-block {
    left: 0px;
    top: 0px;
  }
  .contact-button {
    top: 0px;
    right: 0px;
    border-right-style: none;
  }
  .top-nav {
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
  }
  .section.hero {
    padding: 100px 0px 30px;
  }
  .section.products {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text-box {
    text-align: center;
  }
  .text-box {
    padding: 10px;
  }
  .text-box.hero-headline {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .down-arrow-container {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .heading-container {
    padding-right: 15px;
    padding-left: 0px;
  }
  .footer-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-block {
    max-width: 90%;
  }
  .h1-hero {
    font-size: 31px;
    line-height: 40px;
  }
  .product-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .product-text-box {
    width: 100%;
    max-width: none;
  }
  .trunk-shot {
    display: block;
    margin-right: auto;
    margin-bottom: 5vh;
    margin-left: auto;
  }
  .horizontal-spacer {
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .shorts-price {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .top-nav-link-block {
    width: 150px;
    height: 42px;
  }
  .top-nav-link-block.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-button {
    width: 42px;
    height: 42px;
  }
  .section.hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-text-box {
    min-width: 0px;
  }
  .text-box.hero-headline {
    display: block;
    width: 350px;
    max-width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-section {
    height: auto;
    padding-bottom: 32px;
  }
  .footer-logo-link {
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.right {
    display: block;
    float: none;
  }
  .footer-content-container {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-legal-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .text-field {
    font-size: 14px;
    line-height: 16px;
  }
  .text-field::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .text-field:-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .text-field::placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .form {
    padding: 15px;
  }
  .product-text-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .trunk-shot {
    max-width: 85%;
  }
  .horizontal-spacer {
    height: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-background-gradient {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .launch-message {
    left: 158px;
    top: 4px;
    right: 42px;
    font-size: 10px;
    line-height: 15px;
  }
}

@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}