/** Shopify CDN: Minification failed

Line 111:0 Unexpected "<"
Line 221:2 Unexpected "<"
Line 320:2 Unexpected "<"
Line 415:2 Unexpected "<"
Line 439:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-about (INDEX:14) */
@media (max-width: 767px) {
  .wrap-bread-crumb {
    position: relative !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 46px 18px 16px !important;
    text-align: center !important;
  }
  /* cancel the absolute positioning that causes the overlap */
  .wrap-bread-crumb .title-page,
  .wrap-bread-crumb .breadcrumb,
  .wrap-bread-crumb .bread-crumb,
  .wrap-bread-crumb > * {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 6px auto !important;
    float: none !important;
  }


   .wrap-bread-crumb .bread-crumb {
    position: absolute !important;
    top: 12px !important;
    left: 16px !important;
    width: auto !important;
    max-width: 92% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;   /* removes the blue bar; delete this line to keep it */
    z-index: 3 !important;
  }

    .wrap-bread-crumb .title-page {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }


  .wrap-bread-crumb .title-page h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-top: 40px !important;
  }
}
/* END_SECTION:banner-about */

/* START_SECTION:section-video-v1 (INDEX:127) */
/* Center the row's content using flex */
  .row.no-gutters.justify-content-center {
    display: flex;
    justify-content: center;
  }

  /* Limit the video container width and center it */
  .box-video {
    max-width: 800px; /* Adjust as needed */
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  /* Ensure the banner image is responsive and centered */
  .box-video img.centered-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
/* END_SECTION:section-video-v1 */

/* START_SECTION:storinsta (INDEX:129) */
.storista-header {
    display: flex;
    width: 100%;
  }

  .storista-header-left {
    justify-content: start;
  }

  .storista-header-center {
    justify-content: center;
    margin: 2.5rem 0 1rem 0;
  }

  .storista-header-right {
    justify-content: end;
  }
/* END_SECTION:storinsta */

/* START_SECTION:sub-collection2-template (INDEX:131) */
<style>
  body{
    color:black;
  }
  /* Set all collections to the same height and width */
  .collection-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .collection-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 350px; /* Set the fixed height for each collection box */
    width: 100%;
    border: 2px solid #fff; /* White border for the box */
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .collection-box:hover {
    transform: translateY(-5px); /* Slight lift effect on hover */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
  }

  .collection-box .img_banner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .collection-box img {
    object-fit: cover;
    width: 100%;
    height: 100%; /* Ensures the image covers the full area */
    border-radius: 5px;
  }

  .collection-box .banner_title {
    margin-top: 15px;
    text-align: center;
  }

  /* Updated Text Style */
  .collection-title {
    font-size: 18px;
    color: red; /* Black color for better contrast */
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }

  .collection-title {
    color: #EF1C23; /* Brand color on hover */
  }

  .btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: #EF1C23; /* Your theme color */
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 50px; /* Fully rounded edges */
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
  }

  .btn-primary:hover {
    background-color: #c3141a; /* Darker shade of red on hover */
    color: #fff;
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow */
  }

  .btn-primary:active {
    transform: translateY(0); /* Reset effect when clicked */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  }

  /* Focus Effect */
  .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 5px 3px rgba(239, 28, 35, 0.6);
  }

  /* Mobile responsive button */
  @media (max-width: 768px) {
    .btn-primary {
      padding: 12px 24px;
      font-size: 14px;
    }

    .collection-box {
      height: 350px; /* Adjust height for mobile */
    }
  }
  </style>
/* END_SECTION:sub-collection2-template */

/* START_SECTION:sub-collection2_ducati (INDEX:132) */
<style>

  body{
    color:black;
  }
  .collection-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .collection-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    width: 100%;
    border: 2px solid #fff;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .collection-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .collection-box .img_banner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .collection-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .collection-box .banner_title {
    margin-top: 15px;
    text-align: center;
  }
  .collection-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: #EF1C23;
  }
  .btn-primary {
    display: inline-block;
    padding: 8px 8px;
    background-color: #EF1C23;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
  }
  .btn-primary:hover {
    background-color: #c3141a;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 5px 3px rgba(239, 28, 35, 0.6);
  }



  @media (max-width: 768px) {
    .btn-primary {
      padding: 8px 8px;
      font-size: 14px;
    }
    .collection-box {
      height: 350px;
    }
  }
  </style>
/* END_SECTION:sub-collection2_ducati */

/* START_SECTION:sub-collection2_yamaha (INDEX:133) */
<style>

  body{
    color:black;
  }
  .collection-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .collection-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    width: 100%;
    border: 2px solid #fff;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .collection-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .collection-box .img_banner {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .collection-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .collection-box .banner_title {
    margin-top: 15px;
    text-align: center;
  }
  .collection-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: #EF1C23;
  }
  .btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background-color: #EF1C23;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
  }
  .btn-primary:hover {
    background-color: #c3141a;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 5px 3px rgba(239, 28, 35, 0.6);
  }
  @media (max-width: 768px) {
    .btn-primary {
      padding: 12px 24px;
      font-size: 14px;
    }
    .collection-box {
      height: 350px;
    }
  }
  </style>
/* END_SECTION:sub-collection2_yamaha */

/* START_SECTION:sub-collection_aprilla (INDEX:137) */
<style>
  body{ color:black; }
  .collection-item { display: flex; justify-content: center; margin-bottom: 30px; }
  .collection-box {
    display: flex; flex-direction: column; justify-content: space-between; align-items: center;
    height: 350px; width: 100%; border: 2px solid #fff; padding: 15px; background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1); border-radius: 10px;
    transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
  }
  .collection-box:hover { transform: translateY(-5px); box-shadow: 0px 8px 15px rgba(0,0,0,0.2); }
  .collection-box .banner_title { margin-top: 15px; text-align: center; }
  .collection-title { font-size: 18px; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #111; }
  .btn-primary {
    display: inline-block; padding: 15px 30px; background-color: #EF1C23; color: #fff; font-size: 16px;
    text-transform: uppercase; font-weight: bold; border: 2px solid transparent; border-radius: 50px;
    text-decoration: none; cursor: pointer; box-shadow: 0px 5px 10px rgba(0,0,0,0.15); transition: all .3s ease-in-out;
  }
  .btn-primary:hover { background-color: #c3141a; color: #fff; transform: translateY(-5px); box-shadow: 0px 8px 15px rgba(0,0,0,0.2); }
  .btn-primary:focus { outline: none; box-shadow: 0 0 5px 3px rgba(239,28,35,0.6); }
  @media (max-width: 768px) { .btn-primary { padding: 12px 24px; font-size: 14px; } }
  </style>
/* END_SECTION:sub-collection_aprilla */