@charset "UTF-8";
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1400px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #f5f5dc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-beige.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-beige.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-beige.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #1D1D1B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-black.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-black.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #1D1D1B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1D1D1B;
  display: block;
  position: relative;
}
.swatch-filter-black.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-black.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #0070d2;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-blue.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-blue.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-blue.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #a52a2a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-brown.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-brown.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-brown.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #008827;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-green.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-green.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-green.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #8f979d;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-grey.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-grey.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-grey.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #000080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-navy.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-navy.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-navy.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #ffa500;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-orange.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-orange.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-orange.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #fe249a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-pink.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-pink.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-pink.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #800080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-purple.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-purple.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-purple.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #f00;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-red.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-red.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-red.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-white.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-white.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-white.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #ff0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-yellow.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-yellow.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-yellow.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: block;
  height: 2.5em;
  position: relative;
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

:root {
  --calculated-height: calc(100vh - var(--header-height,101px));
  --required-width: calc(var(--calculated-height) * 4 / 5);
}

.breadcrumb {
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 0.9375rem;
}
.breadcrumb a {
  text-decoration: none;
}

.product-gallery-wrapper {
  /* Animazione attiva solo quando visibile */
}
@-webkit-keyframes pulseGlow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulseGlow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.product-gallery-wrapper .cursor-plus {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #1D1D1B;
  color: #1D1D1B;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1000;
  margin: -20px;
}
.product-gallery-wrapper .line {
  position: absolute;
  background-color: #fff;
}
.product-gallery-wrapper .line.horizontal {
  width: 15px;
  height: 1px;
}
.product-gallery-wrapper .line.vertical {
  height: 15px;
  width: 1px;
}
.product-gallery-wrapper .cursor-plus.active {
  opacity: 1;
  -webkit-animation: pulseGlow 1.5s infinite;
          animation: pulseGlow 1.5s infinite;
}
.product-gallery-wrapper .product-gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.product-gallery-wrapper .product-gallery-list.big { /* Se meno di 3 figli (2 o 1) */
  grid-template-columns: 1fr; /* Una sola colonna */
}
.product-gallery-wrapper .product-gallery-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-gallery-wrapper .product-gallery-list li:nth-child(3n):not(:nth-last-child(2)) { /* 3a, 7a, 11a... tranne se è la penultima */
  grid-column: span 2;
}
.product-gallery-wrapper .product-gallery-list li .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.product-gallery-wrapper .product-gallery-list li .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  z-index: 0;
}
.product-gallery-wrapper .product-gallery-list .product-image-button {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .product-gallery-wrapper .product-gallery-list .product-image-button {
    cursor: none;
  }
}
.product-gallery-wrapper .product-gallery-list .product-image-button:focus-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000 !important;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px #000 !important;
          box-shadow: 0 0 0 2px #fff, 0 0 0 5px #000 !important;
  outline: 2px solid transparent !important;
  outline-offset: -2px !important;
}
.product-gallery-wrapper--stl {
  position: sticky;
  top: 96px;
}
.product-gallery-wrapper--stl-compact .product-gallery-list .img-container {
  height: calc(100vh - var(--breadcrumb-height) - var(--header-height));
}
.product-gallery-wrapper--stl-compact .product-gallery-list .img-container button {
  height: inherit;
}
.product-gallery-wrapper--stl-compact .product-gallery-list .img-container button img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
  position: relative;
}

@media (min-width: 768px) {
  .product-pdp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: sticky;
    position: -webkit-sticky;
    top: var(--offset-dt-height);
    width: 100%;
  }
}
.product-pdp-container .product-details-wrapper .product-details-container {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper .product-details-container {
    margin-left: 45px;
    margin-right: 20px;
    margin-top: 25px;
  }
}
@media (min-width: 1400px) {
  .product-pdp-container .product-details-wrapper .product-details-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-pdp-container .product-details-wrapper .product-details-container .product-name {
  font-size: 1.5625rem;
  font-weight: 350;
  padding-bottom: 0.25rem;
  padding-top: 0.375rem;
  margin: 0;
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper .product-details-container .product-name {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
}
.product-pdp-container .product-details-wrapper .product-details-container .product-number {
  font-size: 0.75rem;
}
.product-pdp-container .product-details-wrapper .product-details-container .price {
  font-size: 1rem;
  color: #595959;
}
.product-pdp-container .product-details-wrapper .attribute-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.product-pdp-container .product-details-wrapper .attribute-wrapper .size {
  margin-bottom: 0.5rem;
}
.product-pdp-container .product-details-wrapper a.size-guide-link {
  font-size: 0.875rem;
  color: #595959;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper a.size-guide-link {
    font-size: 1rem;
    color: #1D1D1B;
    margin-top: 0;
  }
}
.product-pdp-container .product-details-wrapper .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-pdp-container .product-details-wrapper .title .attribute-label {
  font-weight: 350;
}
.product-pdp-container .product-details-wrapper .title.color .attribute-value {
  text-transform: lowercase;
  display: inline-block;
}
.product-pdp-container .product-details-wrapper .title.color .attribute-value::first-letter {
  text-transform: uppercase;
}
.product-pdp-container .product-details-wrapper button.title {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 32px;
  line-height: 1rem !important;
}
.product-pdp-container .product-details-wrapper button.title::after {
  top: 16px !important;
}
.product-pdp-container .product-details-wrapper .prices {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper .prices {
    margin-bottom: 1rem;
  }
}
.product-pdp-container .product-details-wrapper--stl {
  position: static;
  margin-bottom: 0px;
}
@media (max-width: 1399.98px) {
  .product-pdp-container .product-details-wrapper--stl .product-details-container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-pdp-container .product-details-wrapper--stl .product-details-container .products-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-pdp-container .product-details-wrapper--stl .product-details-container .product-grid {
  padding-top: 30px;
  padding-bottom: 0;
}
.product-pdp-container .product-details-wrapper--stl .product-details-container .product-name {
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .product-pdp-container .product-details-wrapper--stl .prices-add-to-cart-actions {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .product-pdp-container--stl .bundle-footer {
    display: contents;
  }
  .product-pdp-container--stl .bundle-footer .prices-add-to-cart-actions {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-pdp-container--stl .bundle-footer .prices-add-to-cart-actions button.add-to-cart-global {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .product-pdp-container--stl {
    height: auto;
  }
  .product-pdp-container--stl .bundle-footer {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .product-pdp-container--stl .cart-and-ipay {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .product-pdp-container--stl .cart-and-ipay .add-to-cart-global {
    width: 100%;
    max-width: 350px;
  }
}

.product-detail .attributes .swatch-circle {
  border: 1px solid #999;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.product-detail .attributes .swatch-circle.color-value.selected {
  border: 2px solid #fff;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(2rem + 2px);
  height: calc(2rem + 2px);
  left: -3px;
  top: -3px;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #1D1D1B;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #595959;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #595959;
  padding-right: 0.2em;
}

.share-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share-link-wrapper #share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: none;
  background-color: transparent;
}

.copy-link-message {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #595959;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
  margin-top: 0;
}
.description-and-detail .title {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}
.description-and-detail > div:last-child {
  margin-bottom: 1em;
}
.description-and-detail .description {
  margin-top: 3rem;
  margin-bottom: 1em;
}
.description-and-detail .description .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description-and-detail .description .more {
  display: none;
}
@media (max-width: 767.98px) {
  .description-and-detail .description .more {
    font-size: 0.875rem;
  }
}
.description-and-detail .description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.description-and-detail .description ul li {
  position: relative;
  padding-left: 0.6em;
}
.description-and-detail .description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background-color: #1D1D1B;
  border-radius: 50%;
}
.description-and-detail .description .title {
  font-size: 1rem;
  font-weight: 350;
}
.description-and-detail .content {
  margin-top: 1em;
  position: relative;
}
.description-and-detail .content.collapse:not(.show) {
  display: block;
  height: 4lh;
  overflow: hidden;
}
.description-and-detail .content.collapse:not(.show):after {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  bottom: 0;
  content: "";
  height: 3rem;
  position: absolute;
}
.description-and-detail .content.collapsing {
  height: 4lh;
}

label.availability {
  padding-right: 0.3125em;
}

.product-number-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .product-number-rating {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
@media (min-width: 576px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 575.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.sharing-wishlist-container .sharing-wishlist-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.sharing-wishlist-container .sharing-wishlist-list li {
  list-style: none;
}
.sharing-wishlist-container .sharing-wishlist-list li button {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.sharing-wishlist-container .sharing-wishlist-list li .wishlist-add:hover svg, .sharing-wishlist-container .sharing-wishlist-list li .wishlist-add.selected svg {
  fill: #1D1D1B;
  -webkit-transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sharing-wishlist-container .sharing-wishlist-list li .wishlist-add svg {
  height: 24px;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #CF0000;
}
@media (min-width: 576px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #1D1D1B;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
  width: 32px;
  height: 32px;
  position: relative;
}

#collapsible-colors .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  #collapsible-colors .wrapper {
    padding-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #collapsible-colors .wrapper > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  #collapsible-colors .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.btn-primary.add-to-cart {
  background-color: #1D1D1B;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  border-color: #1D1D1B;
  padding: 0.625rem 1rem;
  font-weight: 350;
}
.btn-primary.add-to-cart.disabled, .btn-primary.add-to-cart:disabled {
  opacity: 1;
  border-color: #1D1D1B;
}

.list-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .list-attributes {
    padding-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list-attributes > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .list-attributes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-attributes li {
  list-style: none;
}
.list-attributes li button {
  white-space: nowrap;
  background-color: #F2F3F4;
  border-radius: 4px;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 10px 8px 10px;
  line-height: 1rem;
  color: #1D1D1B;
  min-width: 40px;
}
.list-attributes li button.selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 2px solid #1D1D1B;
  font-weight: 350;
}
@media (min-width: 992px) {
  .list-attributes li button:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid #1D1D1B;
    font-weight: 350;
  }
}

.accordion {
  margin-top: 1rem;
}
.accordion .accordion-header {
  border-top: 1px solid #DEDEDE;
  margin: 0;
  padding: 0;
}
.accordion .accordion-title {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 350;
  padding: 20px 0;
}
.accordion .accordion-title[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .accordion-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: 20px;
  right: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.details .product-id {
  font-size: 11px;
  margin-top: 20px;
  color: #595959;
}

.payment-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -10px;
}
.payment-icons-container .payment-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-icons-container .payment-icon.applePay svg {
  width: auto;
  height: 30px;
}
.payment-icons-container .payment-icon.googlePay svg {
  height: 55px;
}

.error-container {
  width: 100%;
}
.error-container .error-txt {
  display: none;
}
.error-container.hasError {
  padding: 10px 10px 0 10px;
}
.error-container.hasError .error-box {
  border: 1px solid #CF0000;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .error-container.hasError .error-box {
    padding-top: 10px;
  }
}
.error-container.hasError .error-txt {
  display: block;
  margin-top: 4px;
  color: #CF0000;
}
@media (max-width: 767.98px) {
  .error-container.hasError #collapsible-colors {
    margin-bottom: 15px;
  }
}

.swiper-zoom-wrapper {
  width: 100vw;
  height: 100vh;
}

.swiper-thumb-container {
  position: absolute;
  width: 80px;
  height: 100vh;
  top: 0;
  left: 2.5rem;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-thumb-container .swiper-button-up, .swiper-thumb-container .swiper-button-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin: 20px 0;
}
.swiper-thumb-container .swiper-button-up[disabled], .swiper-thumb-container .swiper-button-down[disabled] {
  opacity: 0;
}
.swiper-thumb-container .swiper-button-up:hover, .swiper-thumb-container .swiper-button-down:hover {
  background-color: rgb(255, 255, 255);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.swiper-thumb-container .swiper-button-up svg {
  margin-bottom: 4px;
}
.swiper-thumb-container .swiper-button-down svg {
  margin-bottom: 2px;
}

.swiper.swiper-product {
  --swiper-navigation-top-offset: 50%;
}
.swiper.swiper-product .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.swiper.swiper-thumb {
  max-height: 40vh;
  height: 100%;
  padding: 2px 0;
}
.swiper.swiper-thumb .swiper-slide {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #595959;
}
.swiper.swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #1D1D1B;
  padding: 2px;
}
.swiper.swiper-thumb .swiper-slide.isVideo:before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="icon-video-play"><path d="M17.7519 12.832C18.3457 12.4362 18.3457 11.5638 17.7519 11.1679L8.5547 5.03645C7.89014 4.59342 7 5.06981 7 5.8685V18.1315C7 18.9302 7.89015 19.4066 8.5547 18.9635L17.7519 12.832Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 24px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.swiper.swiper-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper.swiper-zoom {
  width: 100%;
  height: 100%;
}
.swiper.swiper-zoom .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper.swiper-zoom .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, width, height;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  aspect-ratio: unset;
}
.swiper.swiper-zoom .swiper-wrapper .swiper-slide video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper.swiper-zoom-mobile {
  width: 100%;
  height: 100%;
}
.swiper.swiper-zoom-mobile .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper.swiper-zoom-mobile .swiper-wrapper .swiper-slide img {
  aspect-ratio: unset;
}

#zoom-container {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden;
}
#zoom-container.visible {
  opacity: 1;
  visibility: visible;
}
#zoom-container .btn-close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  background-color: #1D1D1B;
  text-align: center;
  border: none;
  z-index: 1000;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#zoom-container .btn-close:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#zoom-container #scroll-hint {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  pointer-events: none;
  -webkit-animation: fadeOut 5s ease 1s forwards;
          animation: fadeOut 5s ease 1s forwards;
}
#zoom-container .scroll-hint-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
}
#zoom-container .mouse-icon {
  width: 24px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 14px;
  position: relative;
  margin-bottom: 6px;
}
#zoom-container .mouse-icon .wheel {
  width: 4px;
  height: 6px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: wheelMove 1.2s infinite ease-in-out;
          animation: wheelMove 1.2s infinite ease-in-out;
}
@-webkit-keyframes wheelMove {
  0% {
    top: 6px;
    opacity: 1;
  }
  50% {
    top: 14px;
    opacity: 0.5;
  }
  100% {
    top: 6px;
    opacity: 1;
  }
}
@keyframes wheelMove {
  0% {
    top: 6px;
    opacity: 1;
  }
  50% {
    top: 14px;
    opacity: 0.5;
  }
  100% {
    top: 6px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

#zoom-mobile-container {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden;
}
#zoom-mobile-container.visible {
  opacity: 1;
  visibility: visible;
}

#zoomModalMobile .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  background-color: #1D1D1B;
  text-align: center;
  border: none;
  z-index: 1000;
}

#zoomModal {
  /* Loader centrato e animato */
}
#zoomModal .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: none;
  z-index: 1000;
}
#zoomModal .loader.hidden {
  opacity: 0;
  pointer-events: none;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.icon-zoom {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 18px;
  bottom: 20px;
  text-align: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.icon-zoom svg {
  width: 20px;
  height: 20px;
}

/* Scroller */
.product-detail {
  position: relative;
}

#scroller-wrapper {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: calc(50% + 15px);
  display: none;
}
#scroller-wrapper .icon {
  text-align: center;
  margin-top: 10px;
}
#scroller-wrapper .icon svg {
  width: 16px;
  height: auto;
}
#scroller-wrapper .scroller-relative {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#scroller-wrapper .scroller-sticky {
  position: sticky;
  bottom: 20px;
  width: 30px;
}
#scroller-wrapper #customScroller {
  position: relative;
  height: 200px;
  margin-right: 15px;
}
#scroller-wrapper #scrollTrack {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #aaa;
  height: 100%;
}
#scroller-wrapper #scrollHandle {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 30px;
  background: #1D1D1B;
}

@media (min-width: 992px) {
  .product-tile--stl:not(:hover) .quickview-wrapper--stl {
    height: 0;
    overflow: hidden;
  }
}
.product-tile--stl:has(:focus-within) .quickview-wrapper--stl {
  height: auto;
  overflow: visible;
}

.product-set-detail.product-set-detail--stl .product-gallery-wrapper .product-gallery-list {
  display: block !important;
  padding: 0;
  margin: 0;
}
.product-set-detail.product-set-detail--stl .product-gallery-wrapper .product-gallery-list.big {
  grid-template-columns: unset;
  display: block;
}
.product-set-detail.product-set-detail--stl .product-gallery-wrapper .product-gallery-list li .img-container {
  aspect-ratio: unset !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 1300px) and (min-height: 600px) {
  .product-set-detail.product-set-detail--stl .product-details-container {
    width: var(--imagewidth) !important;
  }
}

@media screen and (min-width: 1300px) and (min-height: 600px) {
  .product-pdp-container--stl .bundle-footer {
    width: var(--imagewidth) !important;
    max-width: unset;
  }
}

.product-gallery-list .tile-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-product .tile-video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-stl .breadcrumb {
  padding: 15px 15px 15px 0;
}
.navbar-stl .view-all {
  margin: 15px 5px 15px 15px;
  font-size: 0.9375rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar-stl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 30px;
  }
}

.product-set-detail--stl {
  margin-bottom: 20px;
}
.product-set-detail--stl .prices-add-to-cart-actions {
  display: none;
}
.product-set-detail--stl .cont {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1200px) {
  .product-set-detail--stl .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-set-detail--stl .cont .left-cont {
    width: var(--required-width);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-set-detail--stl .cont .left-cont .img-holder {
    position: sticky;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    aspect-ratio: 4/5;
  }
  .product-set-detail--stl .cont .left-cont .img-holder .media-stage {
    max-height: calc(100vh - var(--header-height));
  }
}
.product-set-detail--stl .left-cont .img-holder .media-stage:has(video) #gallery-list-container {
  height: 100%;
}
.product-set-detail--stl .left-cont .img-holder .media-stage:has(video) #gallery-list-container .product-gallery-wrapperstl {
  height: 100%;
}
.product-set-detail--stl .left-cont .img-holder .media-stage:has(video) #gallery-list-container .product-gallery-wrapperstl .product-image-button {
  border: none;
  padding: 0;
  height: 100%;
}
.product-set-detail--stl .left-cont .img-holder .media-stage:has(video) #gallery-list-container .product-gallery-wrapperstl .product-image-button video {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.product-set-detail--stl .left-cont .img-holder .media-stage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.product-set-detail--stl .card-grid {
  display: grid;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*or auto*/
  grid-template-columns: repeat(2, 1fr);
  /* grid-auto-rows: calc(((100vh - var(--header-height)) - 30px) / 2); */
  max-width: var(--imagewidth);
  margin-bottom: 15px;
}
@media screen and (min-width: 1800px) {
  .product-set-detail--stl .cont {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .product-set-detail--stl .cont {
    display: block;
  }
  .product-set-detail--stl .card-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-set-detail--stl .left-cont {
    padding-left: 0px;
  }
  .product-set-detail--stl .left-cont .img-holder {
    height: auto;
    margin-bottom: 10px;
  }
}
.product-set-detail--stl .card-grid .card--stl {
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .product-set-detail--stl .card-grid .card--stl {
    margin-bottom: 40px;
  }
}
.product-set-detail--stl .card-grid .card--stl img {
  aspect-ratio: 4/5;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-set-detail--stl .card-grid .card--stl h2 {
  font: bold;
}
.product-set-detail--stl .cont .stl-swatches {
  display: none;
}
.product-set-detail--stl .cont .tile-body-wrapper {
  height: auto;
}
@media (min-width: 992px) {
  .product-set-detail--stl .cont .tile-body-wrapper {
    min-height: 64px;
    height: unset;
  }
}
.product-set-detail--stl .cont .tile-body {
  padding-bottom: 0;
}
.product-set-detail--stl .cont .card--stl .quickview-wrapper.quickview-wrapper--stl {
  padding-top: 0;
  padding-bottom: 0;
}
.product-set-detail--stl .cont .product-pdp-container {
  display: contents !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .product-details-wrapper {
  display: block !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .product-details-container {
  display: contents !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .products-container {
  display: contents !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .product-grid {
  display: contents !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .set-items {
  display: contents !important;
  all: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-set-detail--stl .cont .bundle-footer {
  display: inline;
}
.product-set-detail--stl .cont .product-pdp-container .product-details-wrapper .product-details-container .product-name {
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.product-set-detail--stl .prices-add-to-cart-actions {
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.product-set-detail--stl .prices-add-to-cart-actions .add-to-cart-global {
  min-width: min(100%, 320px);
}
@media (max-width: 1199.98px) {
  .product-set-detail--stl .prices-add-to-cart-actions {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-set-detail--stl .prices-add-to-cart-actions .add-to-cart-global {
    width: 100%;
  }
}

.detail-shipment-not-available-warning {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
}
.detail-shipment-not-available-warning p, .detail-shipment-not-available-warning a {
  color: #595959;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
.detail-shipment-not-available-warning a {
  white-space: preserve nowrap;
  text-decoration: underline;
}
.detail-shipment-not-available-warning .warning-svg {
  margin-right: 10px;
  color: #595959;
}

.row-attribute {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .row-attribute {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .h-scrolling-wrapper {
    width: calc(100% + 15px);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
    margin-right: -15px;
  }
  .h-scrolling-wrapper.color {
    height: 35px;
  }
  .h-scrolling-wrapper.size {
    height: 40px;
  }
  .h-scrolling-wrapper .h-scrolling-content {
    overflow-x: auto;
    width: 100%;
    padding: 1px 0 17px 1px;
  }
}
@media (max-width: 767.98px) {
  #attributesBox {
    scroll-margin-top: 60px;
  }
}
