/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 03:58:25 */
/* Badge en catálogo (listado productos) */
.simmedical-pack-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #b7b7b7;
    color: #000;
    font-weight: 600;
    font-size: 0.83em;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(35,39,43,0.10);
    letter-spacing: 1px;
    z-index: 10;
    display: inline-block;
    border: none;
    pointer-events: none;
}
.products .product,
.products .product-grid-item,
.products .product-card {
    position: relative;
}

/* Badge en página individual del producto: esquina superior derecha de la foto, pero más abajo para no tapar la lupa */
.ct-product-gallery-container {
    position: relative;
}
.ct-product-gallery-container .simmedical-pack-badge-single {
    position: absolute;
    top: 60px;   /* Ajuste para no tapar la lupa */
    right: 10px;
    background: #23272b;
    color: #fff;
    font-weight: 600;
    font-size: 0.83em;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(35,39,43,0.10);
    letter-spacing: 1px;
    z-index: 20;
    display: inline-block;
    border: none;
    pointer-events: none;
}