/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./app_ita_volare_custom/cartridge/client/default/scss/experience/storePage.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.storepage {
  width: 100%; }

.homepage-banner {
  display: flex;
  position: relative;
  height: 452px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0171CF; }
  .homepage-banner img {
    display: flex;
    width: 100%; }
  .homepage-banner .images {
    display: block;
    width: 100%; }
  .homepage-banner .banner-image-left {
    display: none;
    left: 0;
    border-radius: 16px 0 0 16px; }
  .homepage-banner .banner-image-right {
    display: none;
    right: 0;
    border-radius: 0 16px 16px 0; }
  .homepage-banner .banner-image-mobile {
    right: 0;
    border-radius: 16px 16px 0 0; }
  .homepage-banner .banner-body {
    color: #fff;
    font-family: "Lato", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56%;
    margin: auto; }
    .homepage-banner .banner-body .banner-background {
      display: none;
      position: absolute;
      background: #0171CF;
      width: 100%;
      height: 100%; }
    .homepage-banner .banner-body .banner-content {
      position: absolute;
      background: #0171CF;
      display: flex;
      padding: 1rem;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      width: 100%; }
      .homepage-banner .banner-body .banner-content h3 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 32px;
        text-align: left;
        margin-top: 0.5rem; }
      .homepage-banner .banner-body .banner-content .description {
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: 20px;
        text-align: left; }
      .homepage-banner .banner-body .banner-content p {
        margin: 0; }
      .homepage-banner .banner-body .banner-content a {
        border-radius: 32px;
        padding: 9px 24px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        background-color: #FFFFFF;
        color: #0171CF;
        margin: 1.5rem 0 0.5rem 0;
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid #FFFFFF; }
        .homepage-banner .banner-body .banner-content a:hover {
          color: #FFFFFF;
          background-color: #0171CF; }
      .homepage-banner .banner-body .banner-content .info {
        font-size: 10px;
        letter-spacing: 0.4px;
        line-height: 16px;
        text-align: left; }
  @media (min-width: 769px) {
    .homepage-banner {
      height: 360px; }
      .homepage-banner .images {
        display: flex;
        justify-content: space-between;
        width: 100%; }
      .homepage-banner img {
        width: auto;
        height: 100%; }
      .homepage-banner .banner-image-left {
        display: block; }
      .homepage-banner .banner-image-right {
        display: block; }
      .homepage-banner .banner-image-mobile {
        display: none; }
      .homepage-banner .banner-body {
        width: 51%;
        height: 100%; }
        .homepage-banner .banner-body .banner-background {
          display: block;
          transform: skewX(340deg); }
        .homepage-banner .banner-body .banner-content {
          background: transparent;
          align-items: center;
          justify-content: center;
          margin-left: 0.5rem; }
          .homepage-banner .banner-body .banner-content h3 {
            font-size: 32px;
            line-height: 40px;
            text-align: center;
            margin-top: 2rem; }
          .homepage-banner .banner-body .banner-content .description {
            font-size: 20px;
            letter-spacing: 0;
            line-height: 28px;
            text-align: center; }
          .homepage-banner .banner-body .banner-content a {
            line-height: 2;
            width: auto;
            margin: 2rem;
            cursor: pointer;
            margin: 1.5rem 0; }
            .homepage-banner .banner-body .banner-content a:hover {
              color: #FFFFFF;
              background-color: #0171CF; }
          .homepage-banner .banner-body .banner-content .info {
            font-size: 10px;
            letter-spacing: 0.4px;
            line-height: 20px;
            text-align: center;
            width: 80%; } }


/*# sourceMappingURL=storePage.css.map*/