/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/bundle.scss ***!
  \*********************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /*font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
*	MEDIA QUERY
*/
@font-face {
  font-family: "Haas Regular";
  src: url(../js/8b33ba08d72df4c22618.woff2) format("woff2"), url(../js/288dede4e657a8f50bcc.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haas Medium";
  src: url(../js/fdb018c45d9bba5e4d76.woff2) format("woff2"), url(../js/0bd6a4738598aa6796fe.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haas Bold";
  src: url(../js/cacdc30c40e16027ac23.woff2) format("woff2"), url(../js/ddfe3ba1036fbdd80d23.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haas Light";
  src: url(../js/e72c5cf7291d410b9b46.woff2) format("woff2"), url(../js/169051bef22dd52bfd57.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue World Thin";
  src: url(../js/757651d470ef83f2f71c.woff2) format("woff2"), url(../js/db80ce3b95eed9cf00d4.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue World Regular";
  src: url(../js/b3c797e0853cd4ba43c9.woff2) format("woff2"), url(../js/e1b1e4a4155797fbb5b0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue World Light";
  src: url(../js/92993b9e7745ace1ad3d.woff2) format("woff2"), url(../js/acb3b95203c89e8bbca6.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.mobile {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-height: 600px) and (orientation: landscape) {
  .mobile.mobile-landscape {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) and (orientation: portrait) {
  .mobile.tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) and (orientation: landscape) {
  .mobile.tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) and (orientation: portrait) {
  .mobile.pro-portrait {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .mobile.all-tablet {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .mobile.all-tablet {
    display: block !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 640px) and (max-device-height: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile.macbook13-1024 {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-device-height: 1023px) {
  .mobile.all-laptop {
    display: block !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-device-height: 768px) {
  .mobile.all-laptop {
    display: block !important;
  }
}

.desktop {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-height: 600px) and (orientation: landscape) {
  .desktop.exclude-mobile-landscape {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) and (orientation: portrait) {
  .desktop.exclude-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) and (orientation: landscape) {
  .desktop.exclude-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) and (orientation: portrait) {
  .desktop.exclude-pro-portrait {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .desktop.exclude-all-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .desktop.exclude-all-tablet {
    display: none !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 640px) and (max-device-height: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .desktop.exclude-macbook13-1024 {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-device-height: 1023px) {
  .desktop.exclude-all-laptop {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-device-height: 768px) {
  .desktop.exclude-all-laptop {
    display: none !important;
  }
}

.img {
  line-height: 0;
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

svg {
  width: 100%;
}

.hidden {
  visibility: hidden;
}

img.rounded {
  border-radius: 14px;
}

a {
  font-family: "Haas Regular";
  text-decoration: none;
  color: black;
}
a:visited {
  color: inherit;
}

span {
  font-family: "Haas Regular";
  font-size: 0.9rem;
  line-height: 1rem;
}

p {
  font-family: "Haas Regular";
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  font-family: "Haas Regular";
  font-weight: normal;
}

h2 {
  font-family: "Haas Regular";
  font-weight: normal;
}

h3 {
  font-family: "Haas Regular";
  font-weight: normal;
}

.bold {
  font-family: "Haas Medium";
}

.uppercase {
  text-transform: uppercase;
}

.haas {
  font-family: "Haas Regular";
}

.neue-world {
  font-family: "Neue World Light";
}

.mega-title {
  font-size: 10vw;
  line-height: 10.4vw;
}
.mega-title.neue-world {
  height: 7.2vw;
}

.big-title {
  font-size: 7vw;
  line-height: 7vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .big-title {
    font-size: 14vw;
    line-height: 14vw;
  }
}
.big-title.neue-world {
  height: 5vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .big-title.neue-world {
    height: 11vw;
  }
}

.medium-title {
  font-size: 4.2vw;
  line-height: 4.2vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .medium-title {
    font-size: 16.2vw;
    line-height: 16.2vw;
  }
}

.normal-title {
  font-size: 2.8vw;
  line-height: 3vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .normal-title {
    font-size: 7vw;
    line-height: 8vw;
  }
}

.small-title {
  font-size: 1.4vw;
  line-height: 1.6vw;
}

form .input {
  position: relative;
  height: 6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
}
form .input .view-password-btn {
  position: absolute;
  right: -1rem;
  padding: 1rem;
  cursor: pointer;
}
form .input .view-password-btn .img {
  width: 1.2rem;
}

button {
  font-family: "Haas Regular";
  border: none;
  background-color: transparent;
}

input {
  font-family: "Haas Regular";
  background-color: transparent;
  border: none;
  width: 100%;
  color: black;
  font-size: 1rem;
  padding: 0;
  line-height: 0;
  height: 100%;
}
input[type=checkbox] {
  position: relative;
  font-family: "Haas Regular";
  background-color: transparent;
  width: 1rem;
  height: 1rem;
}

label {
  position: relative;
  font-family: "Haas Regular";
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Haas Regular";
  font-size: 1rem;
  color: black;
  opacity: 0.6;
  text-transform: uppercase;
  vertical-align: middle;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Haas Regular";
  font-size: 1rem;
  color: black;
  opacity: 0.6;
  text-transform: uppercase;
  vertical-align: middle;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Haas Regular";
  font-size: 1rem;
  color: black;
  opacity: 0.6;
  text-transform: uppercase;
  vertical-align: middle;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Haas Regular";
  font-size: 1rem;
  color: black;
  opacity: 0.6;
  text-transform: uppercase;
  vertical-align: middle;
}

/*Centra/allinea verticalmente i placeholder su safari*/
input::-webkit-input-placeholder {
  line-height: normal !important;
  opacity: 0.6;
  text-transform: uppercase;
}

.cta {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 9px;
  cursor: pointer;
}
.cta .cta__bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 9px;
  transition: opacity 0.3s linear 0s;
}
.cta .cta__border {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 9px;
}
.cta .cta__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta .cta__wrapper .cta__txt {
  position: relative;
  padding: 1rem 2rem;
}
.cta .cta__wrapper .cta__txt span {
  font-family: "Haas Medium";
  font-size: 1rem;
  line-height: 1.2rem;
  transition: color 0.3s linear 0s;
}

.cta-stroke-white:hover .cta__bg {
  opacity: 1;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .cta-stroke-white:hover .cta__bg {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .cta-stroke-white:hover .cta__bg {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .cta-stroke-white:hover .cta__bg {
    opacity: 0;
  }
}
.cta-stroke-white:hover .cta__wrapper .cta__txt span {
  color: black;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .cta-stroke-white:hover .cta__wrapper .cta__txt span {
    color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .cta-stroke-white:hover .cta__wrapper .cta__txt span {
    color: white;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .cta-stroke-white:hover .cta__wrapper .cta__txt span {
    color: white;
  }
}
.cta-stroke-white .cta__bg {
  background-color: white;
  opacity: 0;
}
.cta-stroke-white .cta__border {
  border: 1px solid white;
}
.cta-stroke-white .cta__wrapper .cta__txt span {
  color: white;
}

.cta-stroke-black:hover .cta__bg {
  opacity: 1;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .cta-stroke-black:hover .cta__bg {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .cta-stroke-black:hover .cta__bg {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .cta-stroke-black:hover .cta__bg {
    opacity: 0;
  }
}
.cta-stroke-black:hover .cta__wrapper .cta__txt span {
  color: white;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .cta-stroke-black:hover .cta__wrapper .cta__txt span {
    color: black;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 1024px) {
  .cta-stroke-black:hover .cta__wrapper .cta__txt span {
    color: black;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1024px) {
  .cta-stroke-black:hover .cta__wrapper .cta__txt span {
    color: black;
  }
}
.cta-stroke-black .cta__bg {
  background-color: black;
  opacity: 0;
}
.cta-stroke-black .cta__border {
  border: 1px solid black;
}
.cta-stroke-black .cta__wrapper .cta__txt span {
  color: black;
}

header {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-top: 5px;
}
header .header__wrapper .pre-header {
  position: relative;
  padding: 7px 10px;
}
header .header__wrapper .pre-header .pre-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
  border-radius: 14px;
}
header .header__wrapper .pre-header .pre-header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__left {
  display: flex;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__right {
  display: flex;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__right .pre-header__item + .pre-header__item {
  margin-left: 2.5rem;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  header .header__wrapper .pre-header .pre-header__wrapper .pre-header__right .pre-header__item + .pre-header__item {
    margin-left: 0.5rem;
  }
}
header .header__wrapper .pre-header .pre-header__wrapper .lingua {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  header .header__wrapper .pre-header .pre-header__wrapper .lingua {
    margin-left: 0.5rem;
  }
}
header .header__wrapper .pre-header .pre-header__wrapper .lingua .pre-header__item + .pre-header__item {
  margin-left: 0.5rem;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__item {
  position: relative;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__item .item__wrapper {
  display: flex;
  align-items: center;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__item .item__wrapper .image {
  flex-basis: 1.1rem;
  width: 1.1rem;
  margin-right: 0.25rem;
}
header .header__wrapper .pre-header .pre-header__wrapper .pre-header__item .item__wrapper .image .svg-pin {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
header .header__wrapper .main-header {
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  header .header__wrapper .main-header {
    padding: 5px 10px;
  }
}
header .header__wrapper .main-header .main-header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__wrapper .main-header .main-header__wrapper .header-logo {
  padding: 0.5rem;
  margin-left: -0.5rem;
}
header .header__wrapper .main-header .main-header__wrapper .header-logo .image {
  width: 5vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  header .header__wrapper .main-header .main-header__wrapper .header-logo .image {
    width: 25vw;
  }
}
header .header__wrapper .main-header .main-header__wrapper .header-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .header__wrapper .main-header .main-header__wrapper .header-menu .menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
header .header__wrapper .main-header .main-header__wrapper .header-menu .menu-wrapper .link {
  padding: 0.5rem;
}
header .header__wrapper .main-header .main-header__wrapper .header-cart {
  position: relative;
}

footer {
  position: relative;
}
footer a {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
footer p {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
footer .footer-hero {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
footer .footer-hero .hero__image {
  width: 100%;
}
footer .footer-hero .hero__text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
footer .footer-hero .hero__text h3 {
  color: white;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-hero .hero__text h3 {
    font-size: 11vw;
    line-height: 12vw;
  }
}
footer .footer-form-newsletter {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px auto 0 auto;
  border-radius: 14px;
  padding: 5rem 0;
}
footer .footer-form-newsletter .form-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #E9E9E9;
}
footer .footer-form-newsletter form .form__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 75vw;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-form-newsletter form .form__wrapper {
    flex-direction: column;
    width: calc(100% - 40px);
    align-items: center;
  }
}
footer .footer-form-newsletter form .form__wrapper .left {
  flex-basis: 45vw;
  width: 65vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-form-newsletter form .form__wrapper .left {
    margin: 0 auto;
    width: 100%;
    flex-basis: 100%;
  }
}
footer .footer-form-newsletter form .form__wrapper .left .input {
  height: 3rem;
}
footer .footer-form-newsletter form .form__wrapper .right {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-form-newsletter form .form__wrapper .right {
    margin-top: 2.5rem;
    flex-direction: column;
    width: 100%;
  }
}
footer .footer-form-newsletter form .form__wrapper .right .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-form-newsletter form .form__wrapper .right .checkbox {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
footer .footer-form-newsletter form .form__wrapper .right .checkbox label {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-form-newsletter form .form__wrapper .right .checkbox label {
    margin-left: 0.125rem;
  }
}
footer .footer-menus {
  position: relative;
  margin-bottom: 5rem;
}
footer .footer-menus .menus__wrapper {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-menus .menus__wrapper {
    flex-direction: column;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-menus .menus__wrapper .menu {
    margin-bottom: 2.5rem;
  }
}
footer .footer-menus .menus__wrapper .menu .titoletto {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  footer .footer-menus .menus__wrapper .menu .titoletto {
    margin-bottom: 0.5rem;
  }
}
footer .footer-menus .menus__wrapper .menu .links .link {
  padding: 0.125rem;
  margin-left: -0.125rem;
}
footer .footer-menus .social .copyright {
  position: relative;
  margin-bottom: 1.25rem;
}
footer .footer-menus .social .icons {
  position: relative;
  display: flex;
  align-items: center;
}
footer .footer-menus .social .icons .icon {
  padding: 0.5rem;
}
footer .footer-menus .social .icons .icon .image {
  width: 1.3rem;
}
footer .footer-menus .social .icons .icon .svg-social {
  fill: black;
}

.homepage section {
  position: relative;
}
.homepage .sezione-hero h1 {
  color: white;
}
.homepage .sezione-hero.sezione-hero--shop {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-hero.sezione-hero--shop {
    display: block;
  }
}
.homepage .sezione-hero.sezione-hero--shop .flex-item {
  width: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-hero.sezione-hero--shop .flex-item:last-child {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-hero.sezione-hero--shop .flex-item {
    width: 100%;
  }
}
.homepage .sezione-hero.sezione-hero--shop .flex-item:hover .flex-item__wrapper .link {
  opacity: 1;
}
.homepage .sezione-hero.sezione-hero--shop .flex-item .flex-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.homepage .sezione-hero.sezione-hero--shop .flex-item .flex-item__wrapper .hero__image {
  width: 100%;
}
.homepage .sezione-hero.sezione-hero--shop .flex-item .flex-item__wrapper .text-center {
  position: absolute;
  text-align: center;
}
.homepage .sezione-hero.sezione-hero--shop .flex-item .flex-item__wrapper .link {
  position: absolute;
  width: 15rem;
  bottom: 2.5rem;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-hero.sezione-hero--vetrina {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.homepage .sezione-hero.sezione-hero--vetrina .hero__image {
  width: 100%;
}
.homepage .sezione-hero.sezione-hero--vetrina .hero__text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.homepage .sezione-hero.sezione-hero--adv {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .sezione-hero.sezione-hero--adv h3 {
  color: white;
}
.homepage .sezione-hero.sezione-hero--adv .hero__image {
  width: 100%;
}
.homepage .sezione-hero.sezione-hero--adv .center-content {
  position: absolute;
  text-align: center;
}
.homepage .sezione-hero.sezione-hero--adv .center-content .center-content__wrapper .hero__subtitle {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.homepage .sezione-hero.sezione-hero--adv .center-content .center-content__wrapper .hero__links {
  position: relative;
  display: flex;
  justify-content: center;
}
.homepage .sezione-hero.sezione-hero--adv .center-content .center-content__wrapper .hero__links .link {
  width: 15rem;
  margin: 0 1.25rem;
}
.homepage .sezione-about {
  padding: 12.5rem 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-about {
    padding: 3.75rem 0 5rem 0;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.homepage .sezione-about .text {
  position: relative;
  width: 64vw;
  text-align: center;
  margin: 0 auto 3.75rem auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-about .text {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.homepage .sezione-about .link {
  position: relative;
  width: 15em;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-about .link {
    width: 100%;
  }
}
.homepage .sezione-must-have .sezione-title {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-must-have .sezione-title {
    margin-bottom: 2.5rem;
  }
}
.homepage .sezione-must-have .mini-listing {
  position: relative;
  width: calc(100% - 10px);
  margin-left: 10px;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .homepage .sezione-must-have .mini-listing .mini-listing__wrapper {
    flex-wrap: wrap;
  }
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card {
  flex-basis: 25%;
  width: 25%;
  margin-right: 10px;
}
@media only screen and (min-device-width: 0px) and (max-width: 767px), only screen and (min-width: 480px) and (max-height: 600px) {
  .homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 2.5rem;
  }
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card:hover .product-card__wrapper .product-actions {
  opacity: 1;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-card__wrapper {
  position: relative;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-card__wrapper .product-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0.5rem 0.75rem;
  border: 1px solid black;
  border-radius: 9px;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-card__wrapper .product-wish {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 1.3rem;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-card__wrapper .product-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(20vw + 10px);
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-card__wrapper .product-actions .action {
  width: 10vw;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-info {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-info .product-title {
  margin-left: 20px;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-info .product-price {
  margin-right: 20px;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-colors {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-colors .color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-colors .color.active .image.image--stroke {
  opacity: 1;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-colors .color .image.image--fill {
  position: absolute;
}
.homepage .sezione-must-have .mini-listing .mini-listing__wrapper .product-card .product-colors .color .image.image--stroke {
  opacity: 0;
}
.homepage .sezione-collection {
  margin-top: 12.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-collection {
    margin-top: 2.5rem;
  }
}
.homepage .sezione-collection .sezione-title {
  text-align: center;
  margin-bottom: 5rem;
}
.homepage .sezione-collection .sezione-title .sottotitolo {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-collection .sezione-title .sottotitolo {
    margin-top: 1.25rem;
  }
}
.homepage .sezione-collection .collections {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.homepage .sezione-collection .collections .images {
  position: relative;
  width: 100vw;
  height: 50vw;
}
.homepage .sezione-collection .collections .images .image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.homepage .sezione-collection .collections .images .image.active {
  opacity: 1;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-collection .collections .names {
  position: absolute;
  width: 75%;
  left: 12.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.homepage .sezione-collection .collections .names .names__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.homepage .sezione-collection .collections .names .names__wrapper .name {
  padding: 0.5rem 1.2rem;
  margin: 5rem 2.5rem;
  opacity: 0.4;
}
.homepage .sezione-collection .collections .names .names__wrapper .name.active {
  opacity: 1;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-collection .collections .names .names__wrapper .name h3 {
  color: white;
}
.homepage .sezione-collection .collections .names .collection-link {
  display: flex;
  align-items: center;
}
.homepage .sezione-collection .collections .names .collection-link .cta__txt {
  padding: 1rem 2rem;
}
.homepage .sezione-view-more {
  margin-top: 12.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-view-more {
    margin-top: 7.5rem;
  }
}
.homepage .sezione-view-more .sezione-title {
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-view-more .sezione-title {
    margin-bottom: 2.5rem;
  }
}
.homepage .sezione-view-more .items {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  margin-left: 10px;
}
.homepage .sezione-view-more .items .view-more-item {
  position: relative;
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
  margin-right: 10px;
}
.homepage .sezione-view-more .items .view-more-item:hover .item__wrapper .center {
  opacity: 1;
}
.homepage .sezione-view-more .items .view-more-item .item__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .sezione-view-more .items .view-more-item .item__wrapper .image {
  width: 100%;
}
.homepage .sezione-view-more .items .view-more-item .item__wrapper .center {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}
.homepage .sezione-view-more .items .view-more-item .item__wrapper .center h3 {
  color: white;
}
.homepage .sezione-seleziona-borsa {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-seleziona-borsa {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.homepage .sezione-seleziona-borsa .titoletto {
  text-align: center;
}
.homepage .sezione-seleziona-borsa .tipologie {
  margin: 5rem auto 0 auto;
  width: 85vw;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-seleziona-borsa .tipologie {
    margin: 2.5rem auto 0 auto;
  }
}
.homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper {
    flex-direction: column;
  }
}
.homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper .tipologia {
  position: relative;
  padding: 1rem;
  margin: 0 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
  .homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper .tipologia {
    padding: 0.25rem;
    margin: 0;
  }
}
.homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper .tipologia svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.homepage .sezione-seleziona-borsa .tipologie .tipologie__wrapper .tipologia svg path {
  fill: none;
  stroke: #be0519;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: miter;
}

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