.slick-track{
    display: none!important;
}
.productView-info-name {
  color:#f5f5f7; 
  font-weight: 700;
  font-size: .80rem;
  line-height: 1rem;
  font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.productView-info-value {
    color:#c6c6c6;
     font-weight: 400;
  font-size: .80rem;
  line-height: 1rem;
  font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
table {
 width: 100%; 
 border: solid 1px #0000!important;
 
}

td, th {
    padding: 1rem!important;
    border-bottom: 1px solid hsla(0,0%,96.9%,.5);
    
}
[data-content-region*="below_content--global"] { display: none;}

@media (min-width: 551px){
.productView-info-value {
    margin-bottom: 0rem;
}
}
