
.tz-product-description { width: 100%; margin: 0; padding: 0; text-align: left; }
.tz-product-description .tz-attributes { width: 100%; margin: 0; padding: 0; clear: both; text-align: left; }
.tz-product-description .tz-attribute { display: grid; grid-template-columns: 110px minmax(0, 1fr); align-items: start; width: 100%; margin: 0; padding: 4px 20px; text-align: left; }
.tz-product-description .tz-attribute-name { margin: 0 10px 0 0; padding: 4px 0; color: #666666; }
.tz-product-description .tz-attribute-value { min-width: 0; padding: 4px 0; overflow-wrap: anywhere; }
.tz-product-description .tz-attribute-value img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 0 16px 0; }
@media (max-width: 767px) { .tz-product-description .tz-attribute { grid-template-columns: 1fr; padding: 4px 0; } .tz-product-description .tz-attribute-name { margin-right: 0; } }
