/** Shopify CDN: Minification failed

Line 96:0 Unexpected "{"
Line 114:57 Expected identifier but found "!"
Line 119:57 Expected identifier but found "!"
Line 175:0 Unexpected "}"
Line 186:55 Expected identifier but found "!"

**/
.hxl {
  font-size: calc(var(--font-heading-scale) * 4.2rem);
}
variant-radios,variant-radios label,variant-radios input,variant-radios fieldset {
    display: none !important;
}


@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 4.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}
h1,h2,h3{
  color: #003057 !important;
}
.color-accent-1 h1,
.color-accent-1 h2,
.color-accent-1 h3,
.color-accent-1 h4,
.color-accent-1 h5,
.color-accent-1 h6,
{
  color: #fff !important;
}
/*****************************/
.announcement-bar{
  background-color: #003057 !important;
}
.announcement-bar .announcement-bar__message{
  color: #fff !important;
  font-weight: normal;
}
/*****************************/
.footer h2{
  color: #fff !important;
}
/*****************************/
@media only screen and (min-width: 750px){
  .slideshow .banner__heading{
      font-size: calc(var(--font-heading-scale) * 3rem); !important;
      color: #FFF !important;
  }
   
  .slideshow .banner__text{
      font-size: calc(var(--font-heading-scale) * 5rem); !important;
      line-height: 5rem;
      
  }
}
.slideshow .slideshow__text.banner__box {
    max-width: 100%;
}
.slideshow .banner__buttons a:hover{
  background-color: #fff;
  color: #333;
}
/*****************************/
.collection .title{
}
.collection-list-wrapper .page-width{
  max-width: 100%;
}
/*****************************/
#shopify-section-template--16848973201647__3c0a854a-b5e3-489c-ba30-858384068bc5{
  text-align: center;
}
#shopify-section-template--16848973201647__3c0a854a-b5e3-489c-ba30-858384068bc5 .multicolumn-card__image-wrapper{
    margin-left: auto;
    margin-right: auto;
}
#shopify-section-template--16848973201647__3c0a854a-b5e3-489c-ba30-858384068bc5 .multicolumn .title {
    margin: auto;
  margin-bottom: 40px;
}
/*****************************/
.collection-hero.collection-hero--with-image {
    padding: 0;
}
.collection-hero__image-container {
    min-height: 50rem;
}
.collection-hero--with-image .page-width {
    max-width: 100%;
    padding: 0;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem;
}
.collection-hero__title{
  color: #fff !important;
}
/*****************************/
.page-width--narrow {
    max-width: var(--page-width);
}
/*****************************/
.header:not(.drawer-menu).page-width {
    padding-left: 0;
    padding-right: 0;
}
}
/*****************************/
.proVariants{
 display:none !important; 
}
.ymq-options-box[name="option-box-ymq-variant-Dimensione"]{
   display:none !important;
}
/*****************************/
@media only screen and (min-width: 750px){
  .product .product__title h1{
    font-size: calc(var(--font-heading-scale) * 2rem); !important;
  }
}