/*
Theme Name: Astra Child - Glomedi
Description: Tema hijo de Astra personalizado para Glomedi
Author: Glomedi
Template: astra
Version: 1.0.0
*/

/* Importar estilos del tema padre */
@import url("../astra/style.css");

/* ========================================
   ESTILOS PERSONALIZADOS PARA GLOMEDI
   ======================================== */

/* Asegurar estructura correcta del contenido */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Footer Moderno y Minimalista para Glomedi */

/* Reset de estilos del footer */
.site-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #e9ecef;
    padding: 0;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    position: relative;
    z-index: 1;
    clear: both;
}

/* Asegurar que el contenido principal no se tape */
#content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Asegurar que el contenedor principal tenga espacio */
.ast-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

#primary {
    flex: 1;
    width: 100%;
}

/* Asegurar que el footer esté al final */
.site-footer {
    margin-top: auto;
    transform: none !important;
    transition: none !important;
}

/* Eliminar cualquier transform que pueda estar aplicado */
.site-footer.desktop-view,
.site-footer {
    transform: none !important;
    transition: none !important;
}

/* Contenedor principal del footer */
.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Contenedor interno para centrar el contenido */
.ast-builder-grid-row-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sección superior del footer */
.site-above-footer-wrap {
    padding: 80px 0 60px;
    border-bottom: 1px solid #e9ecef;
}

.ast-builder-footer-grid-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin: 0;
}

/* Padding específico para el grid del footer superior */
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap {
    padding: 20px 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Asegurar que las secciones estén alineadas correctamente */
.site-footer-above-section-1,
.site-footer-above-section-2 {
    align-self: start;
    margin-top: 0;
}

/* Asegurar que el grid del footer principal no tenga márgenes */
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap {
    margin: 0;
    align-items: start;
}

/* Logo y descripción */
.site-footer-above-section-1 {
    text-align: left;
    padding-left: 0;
}

.site-footer-above-section-1 img {
    max-width: 200px;
    height: auto;
    filter: none;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0;
}

.site-footer-above-section-1 img:hover {
    transform: scale(1.05);
}

/* Asegurar que la imagen esté alineada con el contenido de contacto */
.site-footer-above-section-1 .ast-builder-html-element {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

.site-footer-above-section-1 .ast-builder-html-element p {
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Información de la empresa */
.site-footer-above-section-2 .footer-info {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
    margin: 0;
    text-align: left;
    font-weight: 400;
}

/* Sección principal del footer */
.site-primary-footer-wrap {
    padding: 40px 0;
    border-bottom: 1px solid #e9ecef;
    margin: 0;
}

/* Eliminar márgenes de las clases específicas */
.site-primary-footer-wrap.ast-builder-grid-row-container,
.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item,
.site-primary-footer-wrap.ast-builder-grid-row-3-lheavy,
.site-primary-footer-wrap.ast-builder-grid-row-tablet-3-equal,
.site-primary-footer-wrap.ast-builder-grid-row-mobile-full,
.site-primary-footer-wrap.ast-footer-row-stack,
.site-primary-footer-wrap.ast-footer-row-tablet-stack,
.site-primary-footer-wrap.ast-footer-row-mobile-stack {
    margin: 0 !important;
    padding: 40px 0;
}

.site-primary-footer-inner-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

/* Títulos de secciones */
.site-footer-section h4,
.site-footer-section h2 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 10px;
}

/* Asegurar que las secciones estén alineadas arriba */
.site-footer-primary-section-1,
.site-footer-primary-section-2,
.site-footer-primary-section-3 {
    align-self: start;
    margin-top: 0;
}

.site-footer-section h4::after,
.site-footer-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #2271b1, #135e96);
    border-radius: 1px;
}

/* Información de contacto */
.site-footer-primary-section-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-primary-section-1 li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #495057;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.site-footer-primary-section-1 li:hover {
    color: #2271b1;
}

.site-footer-primary-section-1 li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2271b1;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Menús de navegación */
.site-footer-section nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-section nav li {
    margin-bottom: 12px;
}

.site-footer-section nav a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.site-footer-section nav a:hover {
    color: #2271b1;
    padding-left: 8px;
}

.site-footer-section nav a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #2271b1;
}

.site-footer-section nav a:hover::before {
    opacity: 1;
    left: -8px;
}

/* Submenús */
.site-footer-section nav .sub-menu {
    margin-left: 20px;
    margin-top: 8px;
    padding-left: 15px;
    border-left: 2px solid #e9ecef;
}

.site-footer-section nav .sub-menu li {
    margin-bottom: 8px;
}

.site-footer-section nav .sub-menu a {
    font-size: 14px;
    color: #6c757d;
}

/* Sección inferior del footer */
.site-below-footer-wrap {
    padding: 20px 0;
    background: #f8f9fa;
}

.ast-footer-copyright {
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.ast-footer-copyright p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ast-builder-footer-grid-columns {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .site-primary-footer-inner-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .site-footer-above-section-2 .footer-info {
        text-align: center;
    }
    
    .site-footer-section h4,
    .site-footer-section h2 {
        text-align: center;
    }
    
    .site-footer-section h4::after,
    .site-footer-section h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .site-footer-primary-section-1 li {
        justify-content: center;
    }
    
    .site-footer-section nav {
        text-align: center;
    }
    
    .site-footer-section nav .sub-menu {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #e9ecef;
        padding-top: 10px;
        margin-top: 10px;
    }
    
    /* Centrar específicamente las secciones de contacto y producto sanitario */
.site-footer-primary-section-1,
.site-footer-primary-section-2 {
    text-align: center !important;
}

/* Centrar los elementos de contacto */
.site-footer-primary-section-1 ul {
    text-align: center !important;
}

.site-footer-primary-section-1 li {
    justify-content: center !important;
    text-align: center !important;
}

/* Centrar los menús de navegación */
.site-footer-primary-section-2 nav,
.site-footer-primary-section-2 nav ul {
    text-align: center !important;
}

.site-footer-primary-section-2 nav li {
    text-align: center !important;
}

.site-footer-primary-section-2 nav a {
    text-align: center !important;
    justify-content: center !important;
}

/* Forzar centrado de elementos HTML inline */
.site-footer-primary-section-1 .ast-builder-html-element h4,
.site-footer-primary-section-1 .ast-builder-html-element ul,
.site-footer-primary-section-1 .ast-builder-html-element li {
    text-align: center !important;
}

/* Centrar elementos con estilos inline */
.site-footer-primary-section-1 .ast-builder-html-element h4[style*="text-align: left"],
.site-footer-primary-section-1 .ast-builder-html-element li[style*="text-align: left"] {
    text-align: center !important;
}
}

@media (max-width: 480px) {
    .site-above-footer-wrap {
        padding: 40px 0 30px;
    }
    
    .site-primary-footer-wrap {
        padding: 30px 0;
    }
    
    .site-below-footer-wrap {
        padding: 15px 0;
    }
    
    .site-footer-above-section-1 img {
        max-width: 150px;
    }
    
    /* Centrar la imagen del logo en móvil */
.site-footer-above-section-1 {
    text-align: center !important;
}

.site-footer-above-section-1 .ast-builder-html-element {
    text-align: center !important;
}

.site-footer-above-section-1 .ast-builder-html-element p {
    text-align: center !important;
}

/* Forzar centrado de la imagen */
.site-footer-above-section-1 img {
    margin: 0 auto !important;
    display: block !important;
}
    
    /* Ajustar padding interno en móvil */
    .ast-builder-grid-row-container-inner {
        padding: 0 15px;
    }
}

/* Animaciones suaves */
.site-footer * {
    transition: all 0.3s ease;
}

/* Deshabilitar animaciones del footer principal */
.site-footer {
    animation: none !important;
    transform: none !important;
    transition: none !important;
}

/* Asegurar que el footer esté en su posición correcta */
.site-footer.desktop-view {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}

/* Asegurar que el footer móvil también esté correcto */
.site-footer.mobile-view {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
}

/* Efectos hover mejorados */
.site-footer-section nav a:hover {
    transform: translateX(5px);
}

/* Estilos para el dropdown */
.dropdown-menu-toggle {
    display: none;
}

/* Mejoras de accesibilidad */
.site-footer a:focus {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

/* Estilos para el menú móvil */
@media (max-width: 768px) {
    .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .dropdown-menu-toggle {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    
    .menu-item-has-children.menu-open .dropdown-menu-toggle {
        transform: rotate(180deg);
    }
}

/* ========================================
   BOTÓN SCROLL TO TOP
   ======================================== */

/* Personalizar el botón de scroll to top */
#ast-scroll-top {
    background-color: rgb(33, 72, 153) !important;
    border-color: rgb(33, 72, 153) !important;
}

#ast-scroll-top:hover {
    background-color: rgb(28, 61, 130) !important;
    border-color: rgb(28, 61, 130) !important;
}

/* ========================================
   ESTILOS PERSONALIZADOS PARA LA TIENDA
   ======================================== */

/* ========================================
   PLANTILLA MODERNA PARA PRODUCTOS WOOCOMMERCE
   ======================================== */

/* Márgenes para páginas de detalle del producto */


/* Grid de productos moderno */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Tarjeta de producto moderna */
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    float: none;
    clear: none;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #f8f9fa;
    overflow: hidden;
    position: relative;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    border-color: rgb(33, 72, 153);
}

/* Contenedor de imagen */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    aspect-ratio: 1;
}

/* Imagen del producto */
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 16px 16px 0 0;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__link img {
    transform: scale(1.05);
}

/* Badge de descuento */
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgb(33, 72, 153);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(33, 72, 153, 0.3);
}

/* Contenido del producto */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 20px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.4;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Precio */
.woocommerce ul.products li.product .price {
    padding: 0 20px 15px;
    color: rgb(33, 72, 153);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    color: #6c757d;
    font-weight: 400;
    font-size: 14px;
    margin-right: 8px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: rgb(33, 72, 153);
}

/* Botón de añadir al carrito */
.woocommerce ul.products li.product .button {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
    text-align: center;
    background: rgb(33, 72, 153);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.woocommerce ul.products li.product .button:hover {
    background: rgb(28, 61, 130);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 72, 153, 0.3);
}

/* Estado de agotado */
.woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link::after {
    content: 'Agotado';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 3;
}

/* Estrellas de valoración */
.woocommerce ul.products li.product .star-rating {
    padding: 0 20px 10px;
    font-size: 12px;
    color: #ffc107;
}

/* Categorías */
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 20px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
    text-align: center;
}

/* Categorías de productos - Diseño tipo pill */
.woocommerce ul.products li.product .ast-woo-product-category {
    padding: 15px 20px 10px;
    margin: 20px 0 0 20px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(33, 72, 153);
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(33, 72, 153, 0.25);
    border: 2px solid rgb(33, 72, 153);
    transition: all 0.3s ease;
    display: inline-block;
    width: fit-content;
}

.woocommerce ul.products li.product .ast-woo-product-category:hover {
    background: rgb(28, 61, 130);
    border-color: rgb(28, 61, 130);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 72, 153, 0.35);
}

.woocommerce ul.products li.product .ast-woo-product-category a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce ul.products li.product .ast-woo-product-category a:hover {
    color: #fff;
}

/* Hover effects adicionales */
.woocommerce ul.products li.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(33, 72, 153, 0.05) 0%, rgba(33, 72, 153, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
    pointer-events: none;
}

.woocommerce ul.products li.product:hover::before {
    opacity: 1;
}

/* ========================================
   DISEÑO MODERNO PARA FILTROS Y BÚSQUEDA
   ======================================== */

/* Contenedor principal de filtros */
.shop-filters-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    box-sizing: border-box;
}

/* Breadcrumb moderno */
.woocommerce-breadcrumb {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6c757d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #f1f3f4;
}

.woocommerce-breadcrumb a {
    color: rgb(33, 72, 153);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
    color: rgb(28, 61, 130);
}

/* Título de la página */
.woocommerce-products-header__title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 25px 0;
    text-align: center;
    position: relative;
}

.woocommerce-products-header__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(33, 72, 153), rgb(28, 61, 130));
    border-radius: 2px;
}

/* Búsqueda moderna */
.wp-block-search {
    margin-bottom: 20px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.wp-block-search__inside-wrapper:focus-within {
    border-color: rgb(33, 72, 153);
    box-shadow: 0 4px 20px rgba(33, 72, 153, 0.15);
}

.wp-block-search__input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    color: #212529;
}

.wp-block-search__input::placeholder {
    color: #6c757d;
    font-style: italic;
}

.wp-block-search__button {
    background: rgb(33, 72, 153);
    color: #fff;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-search__button:hover {
    background: rgb(28, 61, 130);
    transform: scale(1.05);
}

.wp-block-search__button .search-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Resultados y ordenación */
.woocommerce-result-count {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    border: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-ordering {
    margin: 0;
    padding: 0;
    width: auto;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-bottom: 0 !important;
}

.woocommerce-ordering select {
    background: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    border: 2px solid #e9ecef;
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: auto;
    min-width: 200px;
    box-sizing: border-box;
}

.woocommerce-ordering select:focus {
    outline: none;
    border-color: rgb(33, 72, 153);
    box-shadow: 0 4px 20px rgba(33, 72, 153, 0.15);
}

.woocommerce-ordering select:hover {
    border-color: rgb(33, 72, 153);
}

/* Responsive para tienda */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }
    
    /* Responsive para filtros */
    .shop-filters-container {
        padding: 20px;
        border-radius: 12px;
    }
    
    .woocommerce-products-header__title {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
    
    .wp-block-search__input {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .wp-block-search__button {
        padding: 12px 16px;
    }
    
    .woocommerce-result-count {
        padding: 0;
        font-size: 13px;
        margin: 0 0 12px 0;
        display: block;
        float: none;
    }
    
    .woocommerce-ordering {
        display: block;
        float: none;
        width: 100%;
    }
    
    .woocommerce-ordering select {
        padding: 10px 16px;
        font-size: 13px;
        width: 100%;
        min-width: auto;
        box-sizing: border-box;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
        padding: 15px 15px 8px;
        min-height: 40px;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 16px;
        padding: 0 15px 12px;
    }
    
    .woocommerce ul.products li.product .button {
        margin: 0 15px 15px;
        width: calc(100% - 30px);
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category {
        padding: 12px 15px 8px;
        margin: 15px 0 0 15px;
        font-size: 10px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category {
        padding: 6px 12px;
        font-size: 10px;
        border-radius: 20px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category a {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .woocommerce ul.products li.product {
        border-radius: 12px;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__link img {
        border-radius: 12px 12px 0 0;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        padding: 12px 12px 6px;
        min-height: 36px;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 15px;
        padding: 0 12px 10px;
    }
    
    .woocommerce ul.products li.product .button {
        margin: 0 12px 12px;
        width: calc(100% - 24px);
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 8px;
    }
    
    .woocommerce ul.products li.product .onsale {
        top: 8px;
        left: 8px;
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category {
        padding: 10px 12px 6px;
        margin: 12px 0 0 12px;
        font-size: 9px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category {
        padding: 5px 10px;
        font-size: 9px;
        border-radius: 18px;
    }
    
    .woocommerce ul.products li.product .ast-woo-product-category a {
        font-size: 9px;
    }
} 

.woocommerce-breadcrumb {
    display: none;
}