/* Colori progetto */
/* MEDIA QUERY */
.main-container {
  padding: 0; }

.sp-maincontent {
  display: flex;
  flex-flow: row nowrap; }

.sp-scheda-tecnica {
  flex: 1 1 50%;
  padding: 130px 0 0 0;
  justify-content: space-between;
  display: flex;
  flex-flow: column nowrap; }

.sp-body {
  padding: 0 128px; }

.sp-code {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 15px 0 0 0; }

.sp-name {
  color: var(--PJColor);
  font-size: 5.6rem;
  line-height: 5.6rem; }

.sp-colorlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 4px; }

.sp-accordion {
  border-top: 1px solid #D0D0D0;
  margin-top: 16px;
  border-bottom: 1px solid #D0D0D0; }
  .sp-accordion p {
    line-height: 2.2rem;
    margin: 0; }

.sp-accordion .accordion-item {
  padding: 16px 0;
  border-bottom: 1px solid #D0D0D0; }
  .sp-accordion .accordion-item button {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    padding: 0; }
  .sp-accordion .accordion-item .certifications-box {
    display: flex;
    gap: 15px; }
  .sp-accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    color: black; }

.sp-accordion .accordion-collapse {
  padding-top: 10px; }

.sp-color-title-box {
  display: flex;
  justify-content: space-between;
  padding-top: 1.6rem;
  padding-bottom: .5rem;
  align-items: baseline; }

.sp-color-title {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0; }

.sp-color-name {
  font-weight: 400;
  font-size: 1.4rem; }

.sp-colorlist a {
  border-radius: 6px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 2px solid white; }
  .sp-colorlist a img {
    display: block;
    width: 20px;
    height: 20px; }
  .sp-colorlist a.color-active {
    outline: 1px solid #A0A0A0; }

.sp-actions {
  display: flex;
  margin-top: 4rem; }

.sp-actions a:link, .sp-actions a:visited {
  background-color: var(--PJColor); }

.sp-actions button {
  background-color: black; }

.sp-actions a, .sp-actions button {
  flex: 1 1 50%;
  height: 92px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  border: none; }
  .sp-actions a:hover, .sp-actions a:active, .sp-actions button:hover, .sp-actions button:active {
    background-color: #ed1625; }

@media screen and (max-width: 1199px) {
  .sp-body {
    padding: 0 60px; } }
@media screen and (max-width: 767px) {
  .sp-maincontent {
    flex-flow: row wrap; }

  .sp-scheda-tecnica {
    padding-top: 60px; } }
@media screen and (max-width: 576px) {
  .sp-scheda-tecnica {
    padding: 60px 0 0 0; }

  .sp-body {
    padding: 0 20px; }

  .sp-actions {
    flex-wrap: wrap; }

  .sp-actions a, .sp-actions button {
    flex: 1 1 100%; } }
/* slider immagini */
.sp-slider {
  flex: 1 1 50%; }
  .sp-slider > div {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 40px; }
    .sp-slider > div::before {
      content: "";
      position: absolute;
      inset: 0 0 0 0;
      box-shadow: inset 0 100px 210px -210px #000;
      z-index: 1;
      pointer-events: none; }
    .sp-slider > div::after {
      content: "";
      position: absolute;
      inset: 0 0 0 0;
      box-shadow: inset 0 -100px 210px -210px #000;
      z-index: 1;
      pointer-events: none; }
  .sp-slider .MagicScroll {
    position: relative;
    z-index: 2; }

.sp-slider-box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0; }

.sp-slider .MagicScroll {
  margin-bottom: 40px; }

.mz-zoom-window {
  left: 50% !important; }

.mcs-wrapper .mcs-item {
  padding: 0 4px; }
  .mcs-wrapper .mcs-item a {
    display: flex;
    aspect-ratio: 1/1;
    justify-content: center;
    background-color: white;
    border: none;
    /*outline: inset 1.5rem solid var(--PJColor);*/ }
    .mcs-wrapper .mcs-item a img {
      filter: none !important; }
    .mcs-wrapper .mcs-item a:hover::after, .mcs-wrapper .mcs-item a:active::after, .mcs-wrapper .mcs-item a.mz-thumb-selected::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 5px;
      background-color: var(--PJColor);
      z-index: 1; }
    .mcs-wrapper .mcs-item a.item-thumbnail-360 {
      align-items: center; }

.sp-slider .MagicScroll .mcs-button-arrow {
  position: absolute;
  /*top: 50%;
  left: 20px;*/
  width: 40px;
  height: 40px;
  /*margin-top: -103px;*/
  background: var(--PJColor);
  border: none;
  overflow: hidden;
  padding-top: 40px;
  z-index: 1; }
  .sp-slider .MagicScroll .mcs-button-arrow::before {
    content: none !important; }
  .sp-slider .MagicScroll .mcs-button-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background: url(https://industrialwear.dedadigital.dev/flex/TemplatesUSR/assets/img-r2025/chevron-down-white.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    transform: rotate(90deg); }
  .sp-slider .MagicScroll .mcs-button-arrow.mcs-button-arrow-next::after {
    transform: rotate(-90deg); }

@media screen and (max-width: 1199px) {
  .sp-slider > div {
    gap: 10px;
    justify-content: flex-start; } }
@media screen and (max-width: 991px) {
  .mz-zoom-window {
    left: 0 !important; } }
@media screen and (max-width: 767px) {
  .sp-slider {
    flex: 1 1 100%; } }
/* box tab dettagli */
.sp-details {
  padding: 10rem 4.8rem; }

.sp-details-tabs {
  background-color: #1D1D1B; }

.sp-details-tab-box {
  padding: 6rem; }

.sp-details-tab-box .nav-tabs {
  border: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 6rem;
  margin-bottom: 80px; }
  .sp-details-tab-box .nav-tabs button {
    border: solid transparent;
    border-width: 0 0 15px 0;
    font-size: 2.4rem;
    font-weight: 400;
    color: white;
    opacity: .39;
    display: block;
    text-decoration: none;
    padding-bottom: 1.5rem;
    background: none; }
  .sp-details-tab-box .nav-tabs button:hover {
    opacity: 1;
    border-color: transparent; }
  .sp-details-tab-box .nav-tabs button.active, .sp-details-tab-box .nav-tabs button.active:hover {
    border-color: var(--PJColor);
    opacity: 1;
    font-weight: 800;
    background: none;
    color: white; }

.sp-details-tab-box .tab-content {
  font-size: 2.4rem;
  color: white;
  padding-bottom: 2rem; }

.tab-panel-imglist {
  display: flex;
  flex-flow: row wrap;
  gap: 25px; }

.modal-img-scaricabili .matching-wrapper a {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  margin: 15px 0; }
  .modal-img-scaricabili .matching-wrapper a .matchcaption {
    padding-top: 10px; }
  .modal-img-scaricabili .matching-wrapper a .matchimg {
    aspect-ratio: 1/1;
    border: 1px solid #D0D0D0;
    display: flex;
    justify-content: center;
    width: 100%; }
  .modal-img-scaricabili .matching-wrapper a:hover .matchimg, .modal-img-scaricabili .matching-wrapper a:active .matchimg {
    border-bottom-color: var(--PJColor);
    box-shadow: 0 5px 0 0 var(--PJColor); }

@media screen and (max-width: 767px) {
  .sp-details {
    padding: 6rem 0; } }
@media screen and (max-width: 576px) {
  .sp-details {
    padding: 2rem 0 0 0; }

  .sp-details-tab-box {
    padding: 2rem; }

  .sp-details-tab-box .nav-tabs {
    gap: 1rem;
    margin-bottom: 2rem; }

  .sp-details-tab-box .nav-tabs button {
    font-size: 2rem; } }
/* pulsanti griglia taglie */
.griglia-taglie-container {
  position: relative;
  padding: 0 4.8rem;
  margin-top: 10rem;
  /* height: calc(100vh - 240px);
  overflow: auto; */ }
  .griglia-taglie-container:empty {
    display: none; }

/*.affix-tabs { position: sticky; top: 0; background: white; }
.tabella-taglie-header { position: sticky; top: 70px; background: white; }*/
.affix-tabs {
  background: white; }

.tabella-taglie-header {
  background: white; }

.ppwcartcontainer-visible.scroll-lock .griglia-taglie-container {
  overflow: auto; }
.ppwcartcontainer-visible.scroll-lock .affix-tabs {
  position: fixed;
  inset: 70px 4.8rem auto 4.8rem;
  padding-top: 30px;
  z-index: 6; }
.ppwcartcontainer-visible.scroll-lock .tabella-taglie-header {
  position: fixed;
  inset: 150px 4.8rem auto 4.8rem;
  width: calc(100% - 9.6rem);
  z-index: 5; }
.ppwcartcontainer-visible.scroll-lock .tabella-taglie-corpo {
  margin-top: 145px; }

.affix-tabs .tabpanel.navbar-collapse.show, .affix-tabs .tabpanel.navbar-collapse.collapsing {
  background-color: white;
  position: absolute;
  top: 45px;
  padding: 4rem;
  border: 1px solid #ccc; }
  .affix-tabs .tabpanel.navbar-collapse.show .nav-tabs, .affix-tabs .tabpanel.navbar-collapse.collapsing .nav-tabs {
    flex-flow: column; }
    .affix-tabs .tabpanel.navbar-collapse.show .nav-tabs li.tabsgrid button, .affix-tabs .tabpanel.navbar-collapse.collapsing .nav-tabs li.tabsgrid button {
      width: 100%; }

.tabpanel-navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem; }
  .tabpanel-navbar-toggler figure {
    display: flex;
    width: 4rem;
    height: 4rem;
    background-color: var(--PJColor);
    justify-content: center;
    align-items: center;
    margin: 0; }
  .tabpanel-navbar-toggler.pulsgridkind-1 figure {
    background-color: #E7042D; }
  .tabpanel-navbar-toggler.pulsgridkind-2 figure {
    background-color: #7AB800; }
  .tabpanel-navbar-toggler.pulsgridkind-4 figure {
    background-color: #009FDA; }
  .caltalogo-ci .tabpanel-navbar-toggler.pulsgridkind-1 figure {
    background-color: #FE783F; }

.affix-tabs .nav-tabs {
  gap: 5px; }

.affix-tabs .nav-tabs button {
  flex: 1 1 100%;
  align-content: center;
  padding: 5px 25px;
  min-height: 50px;
  line-height: 1.5;
  font-size: 1.4rem;
  border: 2px solid transparent;
  display: block;
  border-radius: 0;
  background-color: transparent;
  color: black;
  font-weight: 400; }

.affix-tabs-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative; }

.box-puls-carrello {
  flex: 0 0 auto; }
  .box-puls-carrello a, .box-puls-carrello a:link, .box-puls-carrello a:visited {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    min-height: 50px;
    line-height: 1.5;
    font-size: 1.6rem;
    color: white;
    font-weight: 700;
    background-color: var(--PJColor);
    border-color: var(--PJColor); }

.nav-tabs li.tabgridkind1 button, .nav-tabs li.tabgridkind1 button:hover, .nav-tabs li.tabgridkind1 button:active {
  border-color: #E7042D; }

#bloccopulsante.affix-tabs .nav-tabs li.tabgridkind1 button.active, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind1 button.active:hover, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind1 button.active:active {
  background-color: #E7042D;
  border-color: #E7042D;
  color: white; }

.nav-tabs li.tabgridkind2 button, .nav-tabs li.tabgridkind2 button:hover, .nav-tabs li.tabgridkind2 button:active {
  border-color: #7AB800; }

#bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active:hover, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active:active {
  background-color: #7AB800;
  border-color: #7AB800;
  color: white; }

.nav-tabs li.tabgridkind4 button, .nav-tabs li.tabgridkind4 button:hover, .nav-tabs li.tabgridkind4 button:active {
  border-color: #009FDA; }

#bloccopulsante.affix-tabs .nav-tabs li.tabgridkind4 button.active, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind4 button.active:hover, #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind4 button.active:active {
  background-color: #009FDA;
  border-color: #009FDA;
  color: white; }

.caltalogo-ci .nav-tabs li.tabgridkind2 button, .caltalogo-ci .nav-tabs li.tabgridkind2 button:hover, .caltalogo-ci .nav-tabs li.tabgridkind2 button:active {
  border-color: #FE783F; }

.caltalogo-ci #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active, .caltalogo-ci #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active:hover, .caltalogo-ci #bloccopulsante.affix-tabs .nav-tabs li.tabgridkind2 button.active:active {
  background-color: #FE783F;
  border-color: #FE783F;
  color: white; }

.riga-puls-carrello {
  display: flex;
  justify-content: center; }

.rigacolori th {
  line-height: 25px;
  font-family: 'Playfair Display', serif;
  font-weight: 700; }

.rigacolori th.tabcolprezzi {
  line-height: 18px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem; }

.rigacolori th.tabcolprezzi .celladescrprezzo {
  padding-top: 15px;
  font-size: 1.6rem; }

.tabella-taglie {
  table-layout: fixed; }

.tabella-taglie .tabcolimg {
  width: 100px; }

.tabella-taglie .tabcolprezzi {
  width: 150px; }

.tabella-taglie td input {
  max-width: 80px;
  height: 30px; }

.tabella-taglie td .label-default {
  background-color: #777;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 700;
  padding: .3rem .4rem .4rem;
  margin: 0 .1rem;
  display: inline-block;
  color: white;
  border-radius: 5px; }

.btn-touchspin {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: 700;
  font-size: 1.4rem; }
  .btn-touchspin:hover {
    background-color: var(--PJColor);
    color: white; }
  .btn-touchspin.btn-touchspin-down {
    border-radius: 50% 0 0 50%; }
  .btn-touchspin.btn-touchspin-up {
    border-radius: 0 50% 50% 0; }

.slider-correlati-title {
  padding: 0 4.6rem 4.6rem 4.6rem; }

@media screen and (max-width: 991px) {
  .tabella-taglie .tabcolimg {
    width: 80px; }

  .tabella-taglie .tabcolprezzi {
    width: 100px; }

  .rigacolori th.tabcolprezzi {
    font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .griglia-taglie-container {
    padding: 0; }

  .ppwcartcontainer-visible.scroll-lock .tabella-taglie-header {
    inset: 150px 0 auto 0;
    width: 100%; }

  .affix-tabs {
    padding: 3rem 4rem 0 4rem; }

  .ppwcartcontainer-visible.scroll-lock .affix-tabs {
    inset: 70px 0 auto 0; }

  .table-responsive {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100vw; }

  .rigacolori {
    position: relative; }

  .tabella-taglie td, .tabella-taglie-corpo th.headerpricegrid {
    min-height: 115px; }

  .tabella-taglie td.gridcell, .tabella-taglie th.headerpricegrid {
    width: 60px; }

  .tabella-taglie .tabcolimg {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: white; }

  .tabella-taglie .tabcolprezzi {
    position: -webkit-sticky;
    position: sticky;
    left: 80px;
    background-color: white; } }
@media screen and (max-width: 576px) {
  .tabpanel-navbar-toggler span {
    display: none; }

  .affix-tabs-wrapper {
    justify-content: flex-start;
    gap: 4rem; } }

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