/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-badge-glutine {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px 0 0; /* sopra 4px, sotto 0 */
}

.wd-badge-glutine img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Riduce lo spazio sopra il prezzo */
.wd-products .product-element-bottom .price {
    margin-top: 0 !important;
}

/* Nasconde la versione mobile di default */
.wd-image .img-mobile-swap { display: none; }

@media (max-width: 768px) {
  /* Su mobile: nasconde la desktop, mostra la mobile */
  .wd-image img.attachment-full:not(.img-mobile-swap) { display: none; }
  .wd-image .img-mobile-swap { display: block; max-width: 100%; height: auto; }
}