/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
  --site-max-width: 1320px;
  --site-gutter: clamp(2rem, 1.54rem + 1.28vw, 4rem);
  --tbl-red: #d53b31;
  --tbl-red-dark: #c93026;
  --tbl-text: #4a4a4a;
  --tbl-head-text: #2f2f2f;
  --tbl-border: #b9b9b9;
  --tbl-left-bg: #edc7c7;
  --tbl-left-bg-2: #f3d6d6;
  --tbl-body-top: #fafafa;
  --tbl-body-bottom: #f0f0f0;
}

/* =========================
   Slider / Hero / Product
========================= */
.splide__arrows {
  width:100%;
  max-width:1340px;
  margin-inline:auto;
  padding-inline:4rem;
  /* position:absolute;
  bottom:0;
  left:0;
  right:0; */
  display:flex;
}
.slider-auto-margin .splide__arrows{
  position:absolute;
  top:0;
  bottom:inherit;
}
.product-3d{
  width:100%;
  height: clamp(320px, 45vw, 500px);
}
.product-3d canvas{
  width:100%;
  height:100%;
  display:block;
}
.prod-list li::marker {
  color: #CE332B;
}
.prod-list ul{
  margin-top:4rem
}
.prod-list li{
	font-weight: 700;
  margin-bottom:18px;
	font-size:clamp(18px, 14.31px + 0.192vw, 24px);
  line-height:28px;
}





.hero-pagination{
  display:flex;
  align-items:flex-end;
  gap:10px;
  user-select:none;
  position:absolute;
  z-index:10;
}
.hero-pagination.bottom{
  bottom:clamp(20px, calc(0.026 * (100vw - 100px) + 20px), 110px);
  right:clamp(20px, calc(0.026 * (100vw - 100px) + 20px), 110px);
}
/* slash */
.hero-slash{
  width:12px;
  height:32px;
  background:#ce332b;
  transform:skewX(-20deg);
  cursor:pointer;
  transition:
    height .35s cubic-bezier(.22,1,.36,1),
    opacity .25s ease,
    background .25s ease,
    transform .35s cubic-bezier(.22,1,.36,1);
}

/* hover elegante */
.hero-slash:hover{
  opacity:1;
  transform:skewX(-20deg) scaleY(1.1);
}

/* attivo */
.hero-slash.active{
  background:#ffffff;
  height:40px;
  opacity:1;
  transform:skewX(-20deg) scaleY(1.05);
}

/* numero slide */
.hero-slide-number{
  margin-left:18px;
  font-family: "BigShouldersDisplay";
  font-weight:900;
  min-width:45px;
  font-size:clamp(40px, calc(0.01923 * (100vw - 360px) + 30px), 64px);
  color:#fff;
  letter-spacing:.05em;
  line-height: 0.77;
}


.hero-pagination.v2{
  flex-direction:column;
  align-items:flex-start;
  top: 50%;
  transform: translateY(-50%);
}
.hero-pagination.v2 .hero-bullet{
  display:flex;
  align-items:center;
  position:relative;
}

/* slash */

.hero-pagination.v2 .hero-slash {
    width: 2vw;
    height: 14px;
    background: #e30613;
    transform: rotate(342deg);
    transform-origin: left center;
    left: -5px;
    position: relative;
    opacity: 1;
}
.hero-pagination.v2 .hero-bullet.active .hero-slash{
  width:3vw;
  background:#fff;
}
.hero-pagination.v2 .hero-slide-number{
  opacity:0;
  margin-left:0px;
  transform: translateY(-50%);
}
.hero-pagination.v2 .hero-bullet::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 100%;
    transform: translateY(-50%) rotate(12deg);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 42px solid #e30613;
}
.hero-pagination.v2 .hero-bullet.active .hero-slide-number {
    opacity: 1;
}

/* FORM */
.catalog-form li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:1rem!Important;
}
.catalog-form  li label{
  margin:0!Important;
  font-weight:300px;
  line-height:1.33;
}

/* .splide__arrows{
  top: 0;
  bottom:inherit;
} */



/* =========================
   Machine Table
========================= */

.machine-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-top: 5px solid var(--tbl-red);
}

.machine-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--tbl-text);
}

.machine-table th,
.machine-table td {
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
  font-size: 18px;
  line-height: 1.1;
}

.machine-table thead th {
  color: var(--tbl-head-text);
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.machine-table thead th.col-model {
  width: 180px;
  text-align: left;
  padding-left: 16px;
  font-size: 30px;
  font-weight:700;
  letter-spacing: 0.02em;
}
.machine-table tbody tr {
    border-top: 1px solid black;
}
.machine-table tbody td:first-child {
  text-align: left;
  padding-left: 16px;
}

.machine-table .model-name, .col-model, .model-name__title {
  font-size: 24px;
  font-weight: 700;
  font-family:'BigShouldersDisplay', cursive;
  color: var(--tbl-red);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
span.model-name__icon {
    fill: var(--tbl-red);
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: inline-block;
}
.col-model{
  color:#212121;
}
.head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  line-height: 1;
}

/* =========================
   WPML Language Dropdown
========================= */

.wpml-lang-dropdown {
  position: relative;
  display: inline-block;
  min-width: 58px;
}

.wpml-lang-dropdown__toggle {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.wpml-lang-dropdown__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.wpml-lang-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  z-index: 50;
}

.wpml-lang-dropdown.is-open .wpml-lang-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wpml-lang-dropdown.is-open .wpml-lang-dropdown__caret {
  transform: rotate(-135deg) translateY(-1px);
}

.wpml-lang-dropdown__item {
  margin: 0;
}

.wpml-lang-dropdown__link {
  display: block;
  padding: 10px 14px;
  color: #212121;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wpml-lang-dropdown__link:hover,
.wpml-lang-dropdown__link:focus-visible,
.wpml-lang-dropdown__link.is-active {
  background: #f3f3f3;
}

.head-icon svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: #262626;
  flex: 0 0 auto;
}

.head-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  white-space: nowrap;
}

/* larghezze colonne */
.machine-table th:nth-child(2),
.machine-table td:nth-child(2) {
  width: 110px;
}

.machine-table th:nth-child(3),
.machine-table td:nth-child(3) {
  width: 105px;
}

.machine-table th:nth-child(4),
.machine-table td:nth-child(4) {
  width: 90px;
}

.machine-table th:nth-child(5),
.machine-table td:nth-child(5) {
  width: 150px;
}

.machine-table th:nth-child(6),
.machine-table td:nth-child(6) {
  width: 130px;
}

.machine-table th:nth-child(7),
.machine-table td:nth-child(7) {
  width: 140px;
}

.machine-table th:nth-child(8),
.machine-table td:nth-child(8) {
  width: 110px;
}

@media (max-width: 768px) {
  .machine-table {
    min-width: 920px;
  }

  .machine-table th,
  .machine-table td {
    padding: 12px 8px;
    font-size: 15px;
  }

  .machine-table thead th.col-model {
    font-size: 22px;
  }

  .machine-table .model-name {
    font-size: 22px;
  }

  .head-icon svg {
    width: 23px;
    height: 23px;
  }

  .head-label {
    font-size: 12px;
  }
}



/* =========================
   Link underline
========================= */
.txt-link-1 {
  position: relative;
  text-decoration: none;
}

.txt-link-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.txt-link-1:hover::before {
  transform: scaleX(1);
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-form input[type="checkbox"] + label {
  font-size: 12px;
}

/* =========================
   Slider button frame
========================= */
.slider-btn {
  --sb-line: rgba(255, 255, 255, 0.82);
  --sb-text: #ffffff;
  --sb-bg: rgba(255, 255, 255, 0.00);
  --sb-skew-angle: -20deg;
  --sb-border: 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 0 54px;
  color: var(--sb-text);
  border: var(--sb-border) solid var(--sb-line);
  background: var(--sb-bg);
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  transform: skewX(var(--sb-skew-angle));
  transform-origin: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
:root .bricks-button[class*="primary"]:not(.outline){
  background:transparent;
}
.slider-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  width: 130%;
  background: #ffffff;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  transform: translateX(-115%) skewX(-18deg);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slider-btn > span,
.slider-btn > .slider-btn__label {
  display: inline-block;
  transform: skewX(calc(var(--sb-skew-angle) * -1));
}

.slider-btn > i,
.slider-btn > svg {
  transform: skewX(calc(var(--sb-skew-angle) * -1));
}

.slider-btn:hover,
.slider-btn:focus-visible {
  color: #212121 !important;
}
.slider-btn svg path{
  transition:all 0.5s ease-in-out;
}
.slider-btn:hover svg path{
  fill:#212121!important;
}
.slider-btn:hover::before,
.slider-btn:focus-visible::before {
  transform: translateX(0) skewX(-18deg);
}

/* .slider-btn:focus-visible {
  outline: 2px solid #ce332b;
  outline-offset: 4px;
} */

@media (max-width: 768px) {
  .slider-btn {
    min-height: 56px;
    padding: 0 28px;
    font-size: clamp(16px, 4.8vw, 22px);
  }
}


/* =========================
   Button fill slide animation
========================= */
.btn-fill-slide, .catalog-form .submit-button-wrapper button {
  --fill-start: #212121;
  --fill-hover: #ce332b;
  --text-color: #212121;
  --text-hover: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 30px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  color: var(--text-color);
  transition: color 0.35s ease;
}

.btn-fill-slide::before,
.btn-fill-slide::after,
.catalog-form .submit-button-wrapper button::before,
.catalog-form .submit-button-wrapper button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  width: 130%;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* colore iniziale visibile */
.btn-fill-slide::before, .catalog-form .submit-button-wrapper button::before {
  background: var(--fill-start);
  transform: translateX(0) skewX(-18deg);
}

/* secondo colore nascosto a sinistra */
.btn-fill-slide::after, .catalog-form .submit-button-wrapper button::after {
  background: var(--fill-hover);
  transform: translateX(-115%) skewX(-18deg);
}

.btn-fill-slide:hover,
.btn-fill-slide:focus-visible,
.catalog-form .submit-button-wrapper button:hover,
.catalog-form .submit-button-wrapper button:focus-visible {
  color: var(--text-hover)!important;
}

.btn-fill-slide:hover::before,
.btn-fill-slide:focus-visible::before,
.catalog-form .submit-button-wrapper button:hover::before,
.catalog-form .submit-button-wrapper button:focus-visible::before {
  transform: translateX(115%) skewX(-18deg);
}

.btn-fill-slide:hover::after,
.btn-fill-slide:focus-visible::after,
.catalog-form .submit-button-wrapper button:hover::after,
.catalog-form .submit-button-wrapper button:focus-visible::after {
  transform: translateX(0) skewX(-18deg);
}


/* =========================
   Variante: Dark to Brand
========================= */
.btn-fill-slide--dark-to-brand {
  --fill-start: #212121;
  --fill-hover: #ce332b;
  --text-color: #ffffff;
  --text-hover: #ffffff;
}


/* =========================
   Variante: Brand to Dark
========================= */
.btn-fill-slide--brand-to-dark {
  --fill-start: #ce332b;
  --fill-hover: #212121;
  --text-color: #ffffff;
  --text-hover: #ffffff;
}


/* =========================
   Variante: Dark to White
========================= */
.btn-fill-slide--dark-to-white, .catalog-form .submit-button-wrapper button {
  --fill-start: #212121;
  --fill-hover: #ffffff;
  --text-color: #212121;
  --text-hover: #212121;
}


/* =========================
   Variante: White to Brand
========================= */
.btn-fill-slide--white-to-brand,  .catalog-form.v1 .submit-button-wrapper button {
  --fill-start: #ffffff;
  --fill-hover: #ce332b;
  --text-color: #ce332b;
  --text-hover: #ffffff;
}

.btn-fill-slide--brand-to-white, .btn-red-to-white  .submit-button-wrapper button{
  --fill-start: #ce332b;
  --fill-hover: #ffffff;
  --text-color: #ffffff;
  --text-hover: #212121;
}


.about-hero {
  min-height: 560px;
}

.about-hero__media,
.about-hero__panel-bg {
  inset: 0;
}

.about-hero__panel {
  inset: 0 auto 0 0;
  clip-path: polygon(0 0, 63% 0, 100% 100%, 0 100%);
}

.about-hero__panel-v2 {
  inset: 0 0 0 auto;
  clip-path: polygon(37% 0, 100% 0, 100% 100%, 0 100%);
}
.model-name__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.model-gallery-popup {
  display: grid;
  gap: 18px;
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: clamp(16px, 1.6vw, 24px);
  background: #fff;
  color: #111;
}

h3#model-gallery-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, calc(0.01282 * (100vw - 360px) + 28px), 48px);
  line-height: 0.95;
  color: #000;
  text-transform: uppercase;
}

.model-gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(280px, 50vh, 720px);
  padding: clamp(12px, 1.6vw, 20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(248, 248, 248, 0.96) 0%, rgba(238, 238, 238, 0.92) 100%);
  overflow: hidden;
}

.model-gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(213, 59, 49, 0.1), transparent 32%);
  pointer-events: none;
}

.model-gallery-thumbs,
#model-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 12px;
}

.model-gallery-thumb {
  position: relative;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 0;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.model-gallery-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(206, 51, 43, 0.35);
}

.model-gallery-thumb:focus-visible {
  outline: 2px solid #ce332b;
  outline-offset: 3px;
}

.model-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.model-gallery-main img, #model-gallery-main-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  max-height: min(70vh, 720px);
  aspect-ratio: 10 / 9;
  object-fit: contain;
  display: block;
}

.model-gallery-thumb.is-active img {
  outline: 2px solid #ce332b;
  outline-offset: -2px;
}

.model-gallery-thumb.is-active {
  border-color: #ce332b;
  box-shadow: 0 12px 26px rgba(206, 51, 43, 0.16);
}

button.model-gallery-trigger {
  font-size: 14px;
  background: transparent;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.machine-acc__gallery-trigger-wrap {
  margin-bottom: 18px;
}

.machine-acc__gallery-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: .2s ease;
  font-weight:700
}

.machine-acc__gallery-trigger:hover {
  transform: translateY(-1px);
}
.machine-acc__gallery-trigger-wrap{
  display: flex;
  justify-content: center;
}
.machine-acc__gallery-trigger-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.machine-acc__gallery-trigger-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.model-gallery-trigger{
  color: #262626;
}
/* =========================
   Responsive Order
========================= */
@media (min-width: 1441px) {
  .slider-auto-margin .splide__arrows {
    margin: 0 clamp(8rem, 2.24rem + 1.98vw, 12rem);
  }
}

@media (max-width: 1440px) {
  .hero-pagination.v2 {
    display: none;
  }
  .brx-multistep-controls .hero-pagination.v2 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .btn-container {
    flex-direction: column;
  }
  .btn-container button{
    text-align:center;
    min-height:52px;
  }
  .about-hero {
    --mobile-diagonal: 64px;
  }

  .model-gallery-popup {
    gap: 14px;
    padding: 14px;
  }

  .model-gallery-main {
    min-height: clamp(220px, 42vh, 380px);
    padding: 10px;
    border-radius: 14px;
  }

  .model-gallery-thumbs,
  #model-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
    gap: 8px;
  }

  .about-hero__inner {
    margin-top: calc(var(--mobile-diagonal) * -1);
    clip-path: polygon(0 0, 100% var(--mobile-diagonal), 100% 100%, 0 100%);
  }

  .about-hero--reverse .about-hero__inner {
    margin-top: calc(var(--mobile-diagonal) * -1);
    clip-path: polygon(0 var(--mobile-diagonal), 100% 0, 100% 100%, 0 100%);
  }

  .machine-table-wrap {
    display: none;
  }

  .machine-accordion-list {
    display: block;
    width:100%;
    padding: 22px 14px 28px;
    background: linear-gradient(180deg, #f0b8b5 0%, #f3d9d7 28%, #ffffff 58%);
    border-radius: 26px 26px 0 0;
    overflow: hidden;
  }

  .machine-mobile-head {
    text-align: center;
    padding: 0 10px 18px;
  }

  .machine-mobile-head__title {
    line-height: 1;
    color: #262626;
    text-transform: uppercase;
    font-family: 'BigShouldersDisplay', cursive;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0%;
  }

  .machine-mobile-head__line {
    width: 100%;
    height: 4px;
    margin: 18px 0 18px;
    background: #CE332B;
  }

  .machine-mobile-head__subtitle {
    line-height: 1;
    color: #232323;
    text-transform: uppercase;
    font-family: 'BigShouldersDisplay', cursive;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
  }

  .machine-acc {
    margin-top: 10px;
    border: 0;
    overflow: hidden;
    background: transparent;
  }

  .machine-acc__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    padding: 0 18px;
    border-radius: 0 50px 0 50px;
    box-shadow: 4px 4px 8px 0px #00000033;
    background: #CE332B;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }

  .machine-acc.is-first .machine-acc__summary,
  .machine-acc[open]:first-of-type .machine-acc__summary {
    background: #000;
  }

  .machine-acc__summary::-webkit-details-marker {
    display: none;
  }

  .machine-acc__title {
    font-family: 'BigShouldersDisplay', cursive;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .machine-acc__chevron {
    display: inline-flex;
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
  }

  .machine-acc__chevron svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .machine-acc[open] .machine-acc__chevron {
    transform: rotate(180deg);
  }

  .machine-acc__content {
    background: transparent;
  }

  .machine-specs {
    display: grid;
    row-gap: 16px;
    padding:2rem 0;
    position: relative;
  }

  .machine-spec {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 18px;
    position: relative;
  }

  .machine-spec::before {
    content: "";
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: -8px;
    bottom: -8px;
    width: 1px;
    background: rgba(222, 59, 45, 0.45);
  }

  .machine-spec__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
    color: #2a2a2a;
    position: relative;
    z-index: 1;
    font-family: 'AderoTrial', sans-serif;
    font-weight: 400;
    margin-top:8px;
    font-style: Regular;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .machine-spec__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-bottom:8px;
  }

  .machine-spec__icon svg {
    width: 100%;
    height: 100%;
    fill: #262626;
    display: block;
  }

  .machine-spec__value {
    min-width: 72px;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1;
    color: #262626;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .machine-acc__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease;
  }

  .machine-acc__chevron {
    transition: transform 0.35s ease;
  }

  .machine-acc[open] .machine-acc__chevron {
    transform: rotate(180deg);
  }
    .hero-pagination{
    bottom:20px;
    right:20px;
  }
  .hero-slide-number{
    margin-left:7px;
  }
  .product-3d {
    max-height: 58vh;
  }
}
