/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 18 2026 | 16:50:17 */
/* WooGallery + DIVI: подтянуть блок с описанием ближе на tablet/mobile
   Двигаем левый столбец (галерею) вверх за счет отрицательного margin-bottom
   ТОЛЬКО на single product и ТОЛЬКО <= 980px (Divi tablet+phone)
*/
@media (max-width: 980px) {
 #wpgs-gallery {
    margin-bottom: 35px !important;
      }
}