/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 22 2025 | 21:20:47 */
/* Увеличиваю размер картинок в "СПИСКЕ ЖЕЛАНИЙ" ДЛЯ МОБИЛЬНЫХ */
@media only screen and (max-width: 768px) {
  .tinv-wishlist .product-thumbnail img {
    max-width: 200px !important;
	}
}
/* Увеличиваю размер слова "ТОВАР" в "СПИСКЕ ЖЕЛАНИЙ" ДЛЯ МОБИЛЬНЫХ */
@media only screen and (max-width: 768px) {
  .tinv-wishlist table thead th .tinvwl-mobile {
    font-size: 24px !important;
    line-height: 1.4 !important;
    display: block !important;
  }
}