:root {
  --off-white: #fdf6f0;
  --berry: #c64a62;
  --grey: #7a7a7a;
  --pale-violet-red: #d07989;
  --white: white;
  --light-pink: #eeb3b5;
  --black: black;
  --seashell: #f5dbc2;
}

.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%;
}

body {
  background-color: var(--off-white);
  color: #333;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
}

h2 {
  color: var(--berry);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}

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

p {
  letter-spacing: -.2px;
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  color: var(--berry);
  text-align: center;
  letter-spacing: -.3px;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 0;
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
  padding-left: 7px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.top-bubble {
  z-index: 3000;
  background-color: #000;
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-button {
  float: right;
  color: #222529;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13vh;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-button:hover {
  color: #0084ff;
  text-decoration: underline;
}

.nav-button.w--current {
  color: #222529;
  font-weight: 400;
}

.bottom-bubble {
  z-index: 3000;
  background-color: #000;
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.mobile-menu {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 55px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: fixed;
  top: 60px;
  right: 0;
}

.animated-hamburger {
  z-index: 3000;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 75px;
  margin-right: -25px;
  padding: 0;
  position: relative;
}

.animated-hamburger.w--open {
  background-color: #fff;
}

.middle-bubble {
  z-index: 3000;
  background-color: #000;
  border-radius: 50px;
  width: 30px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.navbar {
  z-index: 2000;
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
}

.header {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 64px;
  margin-bottom: 45px;
  display: inline-block;
}

.navbar-hero {
  z-index: 2000;
  background-color: #fff;
  height: 350px;
  margin-bottom: 0;
  display: none;
  position: static;
}

.header-div {
  z-index: 5000;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--berry);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  min-height: 41px;
  margin-top: 10px;
  margin-bottom: 14px;
  padding: 12px 20px 2px;
  line-height: 16px;
  text-decoration: none;
}

.button:hover {
  background-color: #a83349;
  text-decoration: none;
}

.button.call {
  float: left;
  text-align: center;
  background-color: #1b8e23;
  width: 120px;
  display: none;
}

.button.course {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  line-height: 1;
  display: flex;
}

.button.booking {
  margin-left: 35px;
  font-size: 16px;
  font-weight: 500;
}

.button.book {
  margin-top: 40px;
  margin-bottom: 20px;
}

.nav-flex {
  flex: 1;
  justify-content: flex-end;
  margin-right: 20px;
  display: flex;
}

.deskop-nav-button {
  align-items: center;
  display: flex;
}

.link-home {
  height: 100px;
}

.desktop-logo {
  background-image: url('../images/blossom-flowers.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100px;
  height: 100px;
}

.mobile-logo {
  background-image: url('../images/blossom-flowers-mobile.jpg');
  background-position: 0 0;
  background-size: auto 80px;
  height: 80px;
  display: none;
}

.logo {
  float: left;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.div {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid.tablet-100.pp {
  margin-top: 59px;
  margin-bottom: 0;
}

.box {
  border: 1px solid var(--pale-violet-red);
  border-radius: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.flower-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-flowers {
  max-height: 125px;
  position: relative;
}

.footer {
  background-color: var(--pale-violet-red);
  min-height: 200px;
  margin-top: -37px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 15px;
}

.thirds {
  float: left;
  width: 33.3333%;
  padding: 20px;
}

.rte-white {
  color: var(--white);
  font-weight: 400;
}

.rte-white h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.thirds-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

.copyright {
  color: #fff;
  text-align: center;
  background-color: #673640;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.sticky-nav {
  z-index: 1000;
  background-color: var(--pale-violet-red);
  color: var(--white);
  text-align: center;
  height: 46px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu {
  background-color: var(--pale-violet-red);
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  float: left;
  color: #fff;
  height: 46px;
  padding: 10px 14px;
  font-size: 16px;
}

.nav-link:hover {
  background-color: #dd95a2;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.hide {
  display: none;
}

.menu-button.w--open {
  background-color: var(--pale-violet-red);
}

.twin-grid {
  padding-top: 40px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-2.party-pack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0;
  padding-top: 60px;
  position: relative;
}

.price-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70px 70px;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
}

.border-left {
  border-bottom: 1px solid var(--pale-violet-red);
  text-align: left;
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
}

.border {
  border-bottom: 1px solid var(--pale-violet-red);
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 5px;
}

.border.no-line {
  border-bottom-style: none;
}

.anchor-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 60px;
}

.icon-link {
  float: left;
  clear: left;
  color: #333332;
  background-image: url('../images/webclip.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 33px;
  text-decoration: none;
}

.icon-link:hover {
  color: var(--berry);
  text-decoration: underline;
}

.icon-link._16 {
  font-size: 16px;
}

.address {
  float: left;
  background-image: url('../images/webclip.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 20px;
  padding-left: 35px;
}

.address.hours {
  width: 100%;
  margin-top: 10px;
}

.address._16 {
  text-align: left;
  font-size: 16px;
}

.address a {
  color: #000;
}

.address a:hover {
  color: var(--berry);
}

.hero {
  background-color: var(--off-white);
}

._50-left {
  float: left;
  text-align: left;
  width: 50%;
  padding-bottom: 20px;
  padding-right: 30px;
}

._50-right {
  float: right;
  text-align: left;
  width: 50%;
  padding-bottom: 20px;
  padding-left: 30px;
}

.eve-taylor {
  padding-top: 90px;
  padding-bottom: 30px;
}

.div-block-2 {
  width: 320px;
}

.image-2 {
  width: 260px;
}

.reverse {
  flex-direction: row;
  display: flex;
}

.footer-image {
  width: 180px;
}

.social-media-wrapper {
  float: left;
  width: 100%;
}

.contact-links {
  clear: left;
  color: #fff;
  background-image: url('../images/email-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 35px;
  font-size: 16px;
  text-decoration: none;
}

.contact-links:hover {
  text-decoration: underline;
}

.contact-links.insta {
  background-image: url('../images/Instagram.png');
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
}

.contact-links.facebook {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
}

.profile {
  flex-direction: column;
}

.training {
  float: left;
  background-image: url('../images/butterfly.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  font-weight: 700;
  position: relative;
}

.heading-flex {
  text-align: center;
  justify-content: center;
  display: flex;
}

.treatments {
  background-image: url('../images/petal1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 50px;
  font-weight: 700;
}

.profile-round {
  border-radius: 100%;
  width: 220px;
  margin-bottom: 10px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.salon {
  width: 20%;
}

.salon.last {
  display: none;
}

.petal1 {
  z-index: 10;
  width: 40px;
  margin-top: -16px;
  margin-left: -25px;
  position: absolute;
}

.petal2 {
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-bottom: -21px;
  margin-right: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.opi {
  margin-bottom: 20px;
}

.logo-wrapper {
  margin-top: 60px;
  margin-bottom: 20px;
}

._20-spacer {
  height: 20px;
}

.countdown {
  width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.day {
  float: left;
  width: 140px;
  margin-bottom: 2px;
  padding-left: 35px;
}

.hours {
  margin-bottom: 2px;
}

.abt {
  float: left;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.indent {
  padding-top: 10px;
  padding-left: 35px;
}

.opi-products {
  margin-bottom: 20px;
}

.intro-text {
  text-align: center;
  padding-top: 50px;
}

.intro-text h1 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

.intro-text h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.intro-text.pamper {
  padding-top: 0;
}

.slider {
  background-color: var(--off-white);
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.review-div {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-large {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.customer {
  font-weight: 500;
}

.left-arrow {
  width: 40px;
}

.arrow {
  color: rgba(198, 74, 98, .23);
  margin-left: 0;
  margin-right: 0;
}

.right-arrow {
  width: 40px;
}

.slide-nav {
  display: none;
}

.facebook-link {
  color: var(--pale-violet-red);
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.facebook-link:hover {
  text-decoration: underline;
}

.cards {
  background-image: url('../images/cards.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 220px;
  margin-top: 25px;
  padding-bottom: 80px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 31px;
}

.herbalife-image {
  margin-top: 20px;
}

.box-text-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.review-link {
  z-index: 1000;
  float: left;
  color: var(--berry);
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}

.review-link:hover {
  text-decoration: underline;
}

.rte-link a {
  color: var(--berry);
  text-decoration: none;
}

.rte-link a:hover {
  text-decoration: underline;
}

.youtube {
  margin-bottom: 20px;
}

.brochure {
  float: left;
  max-width: 220px;
  margin-right: 10px;
}

.contact-wrapper {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.call-wrapper {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course strong {
  color: var(--berry);
  font-weight: 500;
}

.narrow {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.narrow h2 {
  margin-top: 10px;
}

.narrow ul {
  padding-left: 0;
}

.narrow li {
  border-bottom: 1px solid var(--light-pink);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.button-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.courses-wrapper {
  margin-top: 40px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px 9px;
  display: flex;
}

.text-link {
  color: var(--berry);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.div-block-5 {
  float: right;
  font-size: 15px;
  line-height: 1.4;
}

.div-block-6 {
  display: flex;
}

.offer {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.offers-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.voucher {
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
}

.div-block-7 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  height: 300px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
}

.amanda-text {
  font-size: 15px;
  line-height: 1.3;
}

.hide {
  display: none;
}

.max-foot {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.semi-perm {
  text-align: left;
}

.party {
  border: 1px solid var(--berry);
  height: 100%;
  padding: 30px 30px 23px;
}

.party h4 {
  margin-top: 0;
}

.party em {
  color: var(--berry);
  font-style: normal;
}

.party p {
  margin-top: 20px;
  margin-bottom: 21px;
  line-height: 1.2;
}

.party strong {
  font-size: 14px;
}

.left-arrow-2, .right-arrow-2 {
  width: 50%;
}

.salon-slider {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
}

@media screen and (max-width: 991px) {
  .top-bubble {
    z-index: 5000;
    background-color: var(--grey);
    display: block;
  }

  .nav-button {
    justify-content: center;
    align-items: center;
    height: 15vh;
    display: flex;
  }

  .nav-button:hover {
    color: #545cff;
    border-bottom-style: none;
  }

  .nav-button.w--current {
    display: flex;
  }

  .bottom-bubble {
    z-index: 5000;
    background-color: var(--grey);
    display: block;
  }

  .mobile-menu {
    z-index: 2000;
    width: 100%;
    padding-top: 64px;
  }

  .animated-hamburger {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 65px;
    margin-top: 14px;
    margin-right: -10px;
    overflow: hidden;
  }

  .animated-hamburger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .middle-bubble {
    z-index: 5000;
    background-color: var(--grey);
    display: block;
  }

  .header-div {
    z-index: 10000;
    width: 100%;
    height: 90px;
    padding-left: 8px;
    padding-right: 18px;
    display: block;
  }

  .nav-flex {
    display: none;
  }

  .link-home {
    height: 90px;
  }

  .desktop-logo {
    background-size: contain;
    height: 90px;
  }

  .grid {
    grid-column-gap: 5vw;
  }

  .grid.tablet-100 {
    grid-template-columns: 1fr;
  }

  .grid.tablet-100.pp {
    grid-row-gap: 30px;
  }

  .footer-flowers {
    max-width: 30vw;
    max-height: none;
  }

  .sticky-nav {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .menu {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link {
    clear: left;
    border-bottom: 1px solid var(--light-pink);
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .nav-link.line-above {
    border-top: 1px solid var(--light-pink);
  }

  .icon {
    font-size: 35px;
  }

  .menu-button {
    margin-right: -15px;
    padding: 6px;
  }

  .grid-2 {
    grid-column-gap: 40px;
  }

  .price-grid {
    line-height: 1.2;
  }

  ._50-left {
    padding-right: 20px;
  }

  ._50-right {
    padding-left: 20px;
  }

  .reverse {
    padding-top: 0;
  }

  .profile {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 31px;
  }

  .salon {
    width: 50%;
  }

  .salon.last {
    display: inline-block;
  }

  .salon.bookcase {
    display: none;
  }

  .review-div {
    max-width: 90%;
    margin-right: auto;
  }

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

  .herbalife-image {
    float: left;
    width: 50%;
  }

  .box-text-wrapper {
    float: right;
    width: 50%;
    padding-left: 20px;
  }

  .button-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .courses-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .offers-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .top-bubble {
    color: #222;
  }

  .bottom-bubble {
    color: #fff;
  }

  .mobile-menu {
    z-index: 2500;
  }

  .animated-hamburger {
    margin-top: 9px;
  }

  .navbar-hero, .header-div {
    height: 80px;
  }

  .button.call {
    width: 150px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.course {
    flex: 1;
    width: auto;
  }

  .button.booking {
    margin-top: 15px;
    margin-left: 0;
  }

  .link-home {
    height: 80px;
  }

  .desktop-logo {
    background-size: auto 80px;
    height: 80px;
  }

  .logo {
    width: 200px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div.page-hero {
    flex-direction: column;
    display: flex;
  }

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

  .thirds {
    width: 100%;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2.party-pack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .address._16 {
    display: none;
  }

  ._50-left {
    width: 100%;
    padding-right: 0;
  }

  ._50-right {
    width: 100%;
    padding-left: 0;
  }

  .reverse {
    display: block;
  }

  .social-media-wrapper {
    padding-left: 15px;
  }

  .profile-round {
    width: 200px;
  }

  .opi-products {
    margin-bottom: 0;
  }

  .herbalife-image {
    width: 100%;
  }

  .box-text-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .brochure {
    max-width: 50%;
  }

  .call-wrapper {
    float: left;
    clear: left;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

  .div-block-3 {
    padding-top: 50px;
  }

  .div-block-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-8 {
    flex-direction: column;
    display: flex;
  }

  .amanda-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu {
    z-index: 5000;
  }

  .animated-hamburger {
    align-items: center;
    margin-right: -14px;
  }

  .header-div {
    padding-right: 18px;
  }

  .button.call {
    display: block;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    background-image: url('../images/blossom-flowers-mobile_1.jpg');
    display: block;
  }

  .logo {
    float: none;
    width: 65vw;
    max-width: 200px;
    height: 65vw;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .price-grid {
    grid-template-columns: 1fr 65px 65px;
    font-size: 13px;
  }

  .icon-link._16 {
    display: inline-block;
  }

  .image-2 {
    width: 250px;
  }

  .profile {
    width: 100%;
  }

  .profile-round {
    max-width: 180px;
  }

  .salon {
    width: 50%;
  }

  .countdown {
    width: 100%;
  }

  .abt {
    clear: left;
  }

  .call-wrapper {
    float: left;
    clear: left;
  }

  .button-wrapper {
    width: 100%;
  }

  .div-block-4 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .div-block-8 {
    flex-direction: column;
    display: flex;
  }
}

#w-node-d6fa919b-909c-a1ec-0807-20d2000874c4-97683767 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de663b7-60b0-bf7f-71e7-9eec93702149-ba89cc67, #w-node-_7080f837-2488-c0c3-f0da-30933c265359-ba89cc67 {
  justify-self: center;
}

#w-node-_7541d04d-ed33-0e0e-8235-7d86c7bceddf-1df88c78, #w-node-_95682016-8116-310c-c200-8bc9643fd807-1df88c78, #w-node-_95682016-8116-310c-c200-8bc9643fd820-1df88c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f1046ca-fdcf-b52e-1aab-bb6575d46f81-1df88c78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7343273e-0889-f557-24b8-83bb53dab090-1df88c78, #w-node-_44e6d3be-79c5-cb7d-3367-ed09abf1a984-1df88c78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c60363-3f37-2f39-9dab-8f42f5dcae18-1df88c78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_817c1d47-6dbb-007c-df2f-eb6d8bd477ad-97683767 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6f1046ca-fdcf-b52e-1aab-bb6575d46f81-1df88c78, #w-node-a3c60363-3f37-2f39-9dab-8f42f5dcae18-1df88c78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


