/* #Primary
================================================== */
.product { width: 100%; height: 100%; 
    min-height: 40vh; /* display: flex; */ justify-content: center; align-items: center; }
.product__inner { /* display: flex; */ }
.product__slider { margin: auto; }
.product__slider-item { width: unset !important; }
.product__slider-box { /* display: flex; */ align-items: center; justify-content: center; max-width: 700px; }
.product__slider-box img { max-width: 100%;  }
.nav__slider { width: 85px; margin: auto !important; margin-top: 20px; }
.nav__slider-box { /* display: flex; */ align-items: center; justify-content: center;  border: 1px #ccc solid; padding: 5px; margin-bottom: 5px;}
.nav__slider img { width: 75px; }
.nav__slider-item.slick-slide.slick-current.slick-active.slick-center{ border: 1px #e60023 solid; }
.product__slider .slick-dots li.slick-active button:before { color: #fff;  }
.product__slider .slick-dots li button:before { color: #fff; }
.product__slider .slick-current .slick-active { width: unset !important; }
.product__slider .slick-vertical .slick-slide { border: none; margin-bottom: 10px; /* display: flex; */ align-items: center; justify-content: center; } 