  .product-spec__layout { grid-template-columns: 340px minmax(0, 1fr); } @media (max-width: 1023px) { .product-spec__layout { grid-template-columns: 1fr; } } .product-spec__data, .product-spec__group, .product-spec__row { min-width: 0; } .product-spec__value { white-space: normal; overflow-wrap: anywhere; max-width: 70%; }  .real-overview__ba-wrap { width: min(100%, calc((100vh - 220px) * 16 / 9)); margin-left: auto; margin-right: auto; } @media (max-width: 767px) { .real-overview__ba-wrap { width: min(100%, calc((100vh - 220px) * 4 / 3)); } }  .woo-archive__filter-group:has(.brx-filter-options:empty) { display: none; }