.block-banner {
  margin-top: 4.0625rem;
  margin-bottom: 11.4285rem;
  position: relative; }
  @media (max-width: 767.98px) {
    .block-banner {
      margin-bottom: 0; } }
  .block-banner .component-image {
    width: 100%; }
  .block-banner .banner-text_container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    color: #fff; }
    .block-banner .banner-text_container span.herobanner-wrap p {
      padding-right: 1rem;
      padding-left: 1rem;
      text-shadow: 1px 1px 3px #333; }
    .block-banner .banner-text_container a {
      color: #fff;
      text-decoration: none; }
      .block-banner .banner-text_container a:hover {
        text-decoration: none; }
    .block-banner .banner-text_container:hover {
      color: #fff;
      text-decoration: none; }
    .block-banner .banner-text_container .banner-title {
      font-family: "samsonite_sansexpanded";
      font-size: 2.5764rem;
      padding-bottom: 2.8571rem; }
      @media (min-width: 992px) {
        .block-banner .banner-text_container .banner-title {
          font-size: 3.0919rem; } }
      @media (min-width: 1600px) {
        .block-banner .banner-text_container .banner-title {
          font-size: 3.8649rem; } }
    .block-banner .banner-text_container .banner-button_spec {
      font-family: "Gotham-Black";
      text-align: center; }
      .block-banner .banner-text_container .banner-button_spec .btn-shop-now {
        font-size: 1rem;
        display: inline-block;
        color: #000;
        border: 1px solid #fff;
        background-color: #fff;
        padding: 1.1rem 30px;
        line-height: 0.305em;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .block-banner .banner-text_container .banner-button_spec .btn-shop-now {
            font-size: 0.9521rem; } }
