.goto-shop-now {
  .container {
    margin: 0 auto;
    background-color: #171717;
  }
  .company-logo-container {
    text-align: center;
    max-width: 80px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto;
    @media screen and (min-width: 768px) {
      max-width: 270px;
      margin-bottom: 50px;
    }
  }
  .section-divider {
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    color: white;
    @media screen and (min-width: 768px) {
      margin-bottom: 40px;
    }
  }
  .section-divider__line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #aab2cd, #dce19c, #e6b7d9, #6da9b2);
    position: relative;
    bottom: 15px;
    @media screen and (min-width: 768px) {
      bottom: 40px;
      height: 6px;
    }
  }
  .section-divider__line--reversed {
    transform: scaleX(-1);
  }
  .section-divider__title {
    margin: 0 8px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    max-width: 660px;
    line-height: 1;
    @media screen and (max-width: 768px) {
      max-width: 270px;
    }
    @media screen and (min-width: 768px) {
      font-size: 64px;
    }
  }
  .hero-banner-goto__blocks {
    margin-top: 20px;
    min-height: 100px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    color: #fff;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    justify-content: center;
  }
  .hero-banner-goto__text-block {
    max-width: 160px;
    position: relative;
    text-align: center;
    border: 2px solid #f5f5f599;
    border-radius: 30px;
    .rte {
      padding: 6px;
    }
    @media screen and (min-width: 768px) {
      max-width: 370px;
      border-radius: 50px;
      .rte {
        padding: 20px;
      }
    }
    @media screen and (max-width: 338px) {
      &:nth-child(3)::before {
        width: 0 !important;
      }
    }
    h3 {
      background-color: #fff;
      color: #212121;
      font-weight: 400;
      margin-bottom: 4px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      text-align: center;
      font-family: Urbanist;
      font-weight: 700;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 9%;
      border-radius: 30px;
      padding: 8px 0;
      @media screen and (min-width: 768px) {
        font-size: 30px;
        height: 100px;
        align-content: center;
        border-radius: 50px;
      }
    }
    p {
      color: #f5f5f5;
      font-family: "Urbanist", sans-serif;
      font-size: 14px;
      line-height: 16px;
      opacity: 0.9;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      margin-bottom: 6px;
      line-height: normal;
      @media screen and (min-width: 768px) {
        font-size: 20px;
      }
    }
  }
  .hero-banner-goto__tools {
    display: flex;
  }
  .hero-banner-goto__image_shop {
    margin-top: -40px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    @media screen and (max-width: 379px) {
      margin-top: -100px;
    }
    @media screen and (min-width: 768px) {
      margin: 0 auto;
      max-width: 700px;
    }
  }
  .button-container {
    display: flex;
    justify-content: center;
    margin-top: -4rem;
    padding-bottom: 30px;
    @media screen and (min-width: 768px) {
      padding-bottom: 90px;
    }
  }
  .btn-goto {
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    font-family: "Urbanist";
    box-shadow: 0 4px 4px 0 #00000040;
    @media screen and (min-width: 768px) {
      font-size: 30px;
    }
    &:hover {
      background-color: #333;
      color: #fff;
      text-decoration: none;
    }
  }
  .hero_banner_style_spring {
    background-color: #dfb3a9;
    .hero-banner-goto__image_shop {
      max-width: 400px;
      margin-top: -25px;
    }
    .button-container {
      margin-top: 0;
    }
    .section-divider__title {
      color: #2d3238;
    }
    .hero-banner-goto__text-block {
      background-color: rgba(115, 115, 115, 0.2);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
  }
  .hero_banner_style_o2_bed,
  .hero_banner_style_m1_collection,
  .hero_banner_style_marshbello {
    background-color: #cbcbcb;
    .section-divider__title {
      color: #202020;
      border-top: double 3px transparent;
      border-image: linear-gradient(
        90deg,
        #a0d0f4 0%,
        #ebdbbf 19.23%,
        #e9d0d5 47.12%,
        #bc87ca 66.35%,
        #c0baee 84.13%,
        #b4c1f5 100%
      );
      border-image-slice: 1;
      background-origin: border-box;
      padding-top: 20px;
      margin: 0 auto;
      @media screen and (min-width: 768px) {
        border-top: double 6px transparent;
      }
    }
    .rte {
      padding: 0;
      p {
        color: #202020;
      }
    }
    .company-logo-container {
      margin-bottom: 0;
      padding-bottom: 0;
      @media screen and (min-width: 768px) {
        max-width: 400px;
        margin-bottom: 20px;
      }
    }
    .hero-banner-goto__blocks {
      display: flex;
      gap: 10px;
      @media screen and (min-width: 768px) {
        display: flex;
      }
    }
    .hero-banner-goto__text-block {
      max-width: 600px;
      border: 0;
      h3 {
        padding: 0;
        background-color: transparent;
        @media screen and (min-width: 768px) {
          height: 50px;
        }
      }
      @media screen and (max-width: 768px) {
        max-width: 260px;
      }
    }
    .hero-banner-goto__image_shop {
      margin-top: 0;
    }
    .button-container {
      margin-top: 0;
    }
  }
  .hero_banner_style_m1_collection {
    background-color: #b5c1d2;
    .section-divider__title {
      border-top: none;
      padding-top: 0;
    }
    .section-divider__line {
      background: linear-gradient(
        90deg,
        #b9c1c6 0%,
        #e5cfbd 19.23%,
        #eeb599 47.12%,
        #dfb3a9 66.35%,
        #d59b8d 84.13%,
        #cc7e7e 100%
      );
    }
    .section-divider__line--reversed {
      background: linear-gradient(
        90deg,
        rgba(185, 193, 198, 0.88) 0%,
        rgba(229, 207, 189, 0.88) 19.23%,
        rgba(238, 181, 153, 0.88) 47.12%,
        rgba(223, 179, 169, 0.88) 66.35%,
        rgba(213, 155, 141, 0.88) 84.13%,
        rgba(204, 126, 126, 0.88) 100%
      );
    }
  }
  .hero_banner_style_o2_bed {
    background-color: #e9f1f2;
    .section-divider__title {
      border-top: none;
      padding-top: 0;
    }
    .section-divider__line {
      background: linear-gradient(
        90deg,
        #b9c0c6 0%,
        #bde5e2 19.23%,
        #99d7ee 47.12%,
        #a9dcdf 66.35%,
        #8db8d5 84.13%,
        #7ea1cc 100%
      );
    }
    .section-divider__line--reversed {
      background: linear-gradient(
        90deg,
        rgba(185, 192, 198, 0.88) 0%,
        rgba(189, 229, 226, 0.88) 19.23%,
        rgba(153, 215, 238, 0.88) 47.12%,
        rgba(169, 220, 223, 0.88) 66.35%,
        rgba(141, 184, 213, 0.88) 84.13%,
        rgba(126, 161, 204, 0.88) 100%
      );
    }
    .btn-goto {
      background-color: #2c4960;
      color: #fff;
      @media screen and (min-width: 768px) {
        font-size: 30px;
        padding: 9px 63px;
      }
      &:hover {
        background-color: #fff;
        color: #2c4960;
        text-decoration: none;
      }
    }
    .hero-banner-goto__image_shop {
      max-width: 1200px;
    }
  }
}
