/* BAYS Product Feature Icons v1.1.0 - icon only */
.product-grid-item,
.product-element-top,
.woocommerce-loop-product__link,
.woocommerce-product-gallery { position:relative; }

/* Shop/category cards */
.bays-pfi-loop-wrap{
    position:absolute;
    left:14px;
    top:14px;
    z-index:20;
    display:flex;
    flex-direction:column;
    gap:10px;
    pointer-events:none;
}
.bays-pfi-feature{display:flex;align-items:center;justify-content:center;margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.bays-pfi-loop img{
    width:50px;
    height:50px;
    object-fit:contain;
    display:block;
}

/* Single product: overlay beside/over the FIRST product image */
.woocommerce-product-gallery .bays-pfi-single-gallery-wrap{
    position:absolute;
    left:18px;
    top:22px;
    z-index:30;
    display:flex;
    flex-direction:column;
    gap:13px;
    pointer-events:none;
}
.woocommerce-product-gallery .bays-pfi-single-gallery img{
    width:58px;
    height:58px;
    object-fit:contain;
    display:block;
}

/* Shortcode also shows icons only */
.bays-pfi-shortcode{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
}
.bays-pfi-shortcode img{
    width:52px;
    height:52px;
    object-fit:contain;
    display:block;
}

/* v1.0 labels are force-hidden in case of cached old markup */
.bays-pfi-label{display:none !important;}
.bays-pfi-single-wrap{display:none !important;}

@media(max-width:767px){
    .bays-pfi-loop-wrap{left:8px;top:8px;gap:7px}
    .bays-pfi-loop img{width:36px;height:36px}

    .woocommerce-product-gallery .bays-pfi-single-gallery-wrap{
        left:10px;
        top:12px;
        gap:8px;
    }
    .woocommerce-product-gallery .bays-pfi-single-gallery img{width:42px;height:42px}
}
