body {
  --fasoneria-color-brand-cyan: #9dd1d8;
  --fasoneria-color-brand-gold: #e2b950;
}

body {
  --fasoneria-font-weight-thin: 100;
  --fasoneria-font-weight-light: 300;
  --fasoneria-font-weight-regular: 400;
  --fasoneria-font-weight-medium: 500;
  --fasoneria-font-weight-semibold: 600;
  --fasoneria-font-weight-bold: 700;
  --fasoneria-font-weight-extrabold: 800;
  --fasoneria-font-weight-black: 900;
}

body #newsletter .notifier {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 1em;
  padding: 1em 2em;
  max-width: 2400px;
  transform: translate(0%, 0%);
  opacity: 1;
  transition: 1s;
  z-index: 99;
  background-color: var(--fasoneria-color-brand-cyan);
}
body #newsletter .notifier .button {
  cursor: pointer;
}
body #newsletter .notifier:not(.--show) {
  opacity: 0;
  transform: translate(0%, 100%);
}
body .fasoneria-measure-table {
  align-self: end;
  margin: 0.6em 0;
}
body .fasoneria-measure-table .--button {
  display: inline-block;
  height: 40px;
  padding: 5px 10px;
  border: solid 1px #000;
}
body .fasoneria-measure-table .--button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
body .fasoneria-measure-table .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
body .fasoneria-measure-table .modal .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  max-width: 90vw;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
  transition: 0.5s;
}
body .fasoneria-measure-table .modal .box > .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin: 0em 1em;
  padding: 0.5em;
  background-color: #fff;
  cursor: pointer;
}
body .fasoneria-measure-table .modal .box > .close img {
  width: 20px;
  height: auto;
}
body .fasoneria-measure-table .modal .box .graph {
  flex: 1 0 150px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
body .fasoneria-measure-table .modal .box .graph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .fasoneria-measure-table .modal .box .content {
  flex: 1 1 66.6%;
  padding: 0.5em 2em;
  height: 100%;
  overflow: auto;
}
body .fasoneria-measure-table .modal .box .content .table .head {
  margin: 2em 0;
  font-size: 0.8em;
}
body .fasoneria-measure-table .modal .box .content .table .sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
body .fasoneria-measure-table .modal .box .content .table .sizes .size {
  padding: 0.25em 0.5em;
  border: solid 1px #000;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}
body .fasoneria-measure-table .modal .box .content .table .sizes .size.--active, body .fasoneria-measure-table .modal .box .content .table .sizes .size:hover {
  box-shadow: 0px 0px 0px 1px #000;
}
body .fasoneria-measure-table .modal .box .content .table .dimms .dimm .line {
  display: flex;
  gap: 10px;
  padding: 0.5em 1em;
  border-bottom: solid 1px #000;
}
body .fasoneria-measure-table .modal .box .content .table .dimms .dimm .line .label {
  flex-grow: 1;
}
body .fasoneria-measure-table .modal .box .content .table .dimms .dimm:not(.--active) {
  display: none;
}
@media (max-width: 520px) {
  body .fasoneria-measure-table .modal .box {
    height: unset;
    overflow: auto;
  }
  body .fasoneria-measure-table .modal .box .graph {
    flex: 100%;
  }
  body .fasoneria-measure-table .modal .box .content {
    flex: 100%;
  }
}
body .fasoneria-measure-table .modal:not(.--open) {
  transform: translate(0%, 100%);
  opacity: 0;
}
body .cwginstock-subscribe-form .panel-heading h4 {
  margin: 0;
}
body .cwginstock-subscribe-form .panel-body input {
  margin: 0 0 1em;
  padding: 0.5em 1em;
  width: 100%;
  border: solid 1px #000;
}
body .cwginstock-subscribe-form .panel-body input:focus {
  box-shadow: 0px 0px 2px 0px #000;
}
body.single-product form.variations_form .--out-of-stock {
  opacity: 0.3;
  cursor: not-allowed;
}
/*# sourceMappingURL=fasoneria.css.map */
