/** Shopify CDN: Minification failed

Line 61:28 Expected "}" to go with "{"

**/
.header__primary-nav ul.contents  li.header__primary-nav-item:nth-child(4) .link-faded-reverse::before{
    content: "";
    width:22px;
    height:22px;
    margin-right:9px;
    margin-bottom:-6px;
    display:inline-block;
    border-radius:30%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 1. Bianco */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(1) > .link-faded-reverse::before {
  background-color: #ffffff; 
  border: 1px solid #c0c0c0;
}
/* 2. Cream */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(2) > .link-faded-reverse::before {
  background-color: #f5f5dc;
}
/* 3. Cream */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(3) > .link-faded-reverse::before {
  background-color: #ffff00;
}
/* 4. Tortora */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(4) > .link-faded-reverse::before {
  background-color: #b9ada0;
}
/* 5. Rosso */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(5) > .link-faded-reverse::before {
  background-color: #C62828;
}
/* 6. Cognac */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(6) > .link-faded-reverse::before {
  background-color: #D35400;
}
/* 7. Marrone */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(7) > .link-faded-reverse::before {
  background-color: #4E342E;
}
/* 8. Verde */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(8) > .link-faded-reverse::before {
  background-color: #33691E;
}
/* 9. Blu */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(9) > .link-faded-reverse::before {
  background-color: #0D47A1;
}
/* 10. Grigio */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(10) > .link-faded-reverse::before {
  background-color: #37474F;
}
/* 11. Nero */
.header__primary-nav ul.contents  li:nth-child(4) ul li:nth-child(11) > .link-faded-reverse::before {
  background-color: #000000;