/* ==========================================================================
   STANDALONE HOME CSS - ULTRA MODERNO & LUXURY COFRADE
   Pinturas Hermanos García / Tienda Cofrade
   ========================================================================== */

/* Variables exclusivas de la portada; los tokens corporativos viven en global.css. */
:root {
    --hg-gold-hover: #d9a303;
    --hg-gold-glow: rgba(242, 182, 4, 0.35);
    --hg-blue-hover: #081f60;
    --hg-cream: #faf7f2;
    --hg-cream-card: #f4efe6;
    --hg-shadow-sm: 0 4px 16px rgba(7, 29, 69, 0.04);
    --hg-shadow-md: 0 12px 36px rgba(7, 29, 69, 0.08);
    --hg-shadow-lg: 0 24px 50px rgba(7, 29, 69, 0.14);
}

body.home.page-template-template-standalone-home-php {
    background-color: var(--hg-cream);
    overflow-x: hidden;
}
/* BOTONES GENERALES PÍLDORA CON MICROANIMACIONES */
.sh-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f2b604 0%, #e5aa00 100%);
    color: var(--hg-navy);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    padding: 13px 32px;
    border-radius: var(--hg-radius-full);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px var(--hg-gold-glow);
    border: none;
    cursor: pointer;
}

.sh-btn-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 32px rgba(242, 182, 4, 0.5);
    background: linear-gradient(135deg, #ffc414 0%, #f2b604 100%);
}

.sh-btn-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0c2b80 0%, #081f60 100%);
    color: var(--hg-white);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    padding: 12px 26px;
    border-radius: var(--hg-radius-full);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(12, 43, 128, 0.3);
}

.sh-btn-blue:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 25px rgba(12, 43, 128, 0.45);
    background: linear-gradient(135deg, #1239a3 0%, #0c2b80 100%);
}

.sh-btn-glass {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    color: var(--hg-navy);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.88rem;
    padding: 12px 24px;
    border-radius: var(--hg-radius-full);
    text-decoration: none;
    border: 1px solid rgba(7, 29, 69, 0.15);
    transition: all 0.3s ease;
}

.sh-btn-glass:hover {
    background: #ffffff;
    border-color: var(--hg-navy);
    transform: translateY(-2px);
    box-shadow: var(--hg-shadow-md);
}

.dot-accent {
    color: var(--hg-gold);
}

.sh-hero-badge-secondary {
    border-color: rgba(12, 43, 128, 0.3);
    color: var(--hg-blue);
}

.sh-products-sec-compact {
    padding-top: 10px;
}

.sh-brand-badge {
    width: fit-content;
    border-color: rgba(242, 182, 4, 0.3);
    background: rgba(242, 182, 4, 0.15);
    color: var(--hg-gold-hover);
}

/* 2. HERO PRINCIPAL COMPRIMIDO Y DIVISOR MODERNO */
.sh-hero {
    position: relative;
    padding: 38px 0 45px;
    background-color: var(--hg-cream);
    overflow: hidden;
}

/* Marca de Agua de Fondo del Hero */
.sh-hero::before {
    content: 'GRUPO\A HERMANOS\A GARCIA';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Outfit', sans-serif;
    font-size: clamp(3.2rem, 9vw, 8.5rem);
    font-weight: 900;
    line-height: 0.82;
    color: rgba(7, 29, 69, 0.024);
    letter-spacing: 0.06em;
    pointer-events: none;
    white-space: pre-line;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.sh-hero-badge-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.sh-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(242, 182, 4, 0.4);
    padding: 5px 14px;
    border-radius: var(--hg-radius-full);
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--hg-navy);
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(7, 29, 69, 0.04);
}

.sh-hero-h1-seo {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--hg-blue);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.sh-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sh-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--hg-navy);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sh-hero-description {
    font-size: 1rem;
    color: var(--hg-muted);
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 520px;
}

.sh-hero-ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* RESEÑAS DE GOOGLE REALES */
.sh-hero-reviews {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: var(--hg-radius-full);
    display: inline-flex;
    border: 1px solid rgba(0,0,0,0.05);
}

.sh-google-g-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.sh-rating-text {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--hg-navy);
    display: flex;
    align-items: center;
    gap: 6px;
}

.sh-stars { color: #EA4335; font-size: 0.9rem; letter-spacing: 1px; }

/* HERO IMAGE CONTAINER SIN FONDO Y ANIMADA */
.sh-hero-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Aura Resplandor Dorado de Fondo */
.sh-hero-glow-bg {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(242, 182, 4, 0.3) 0%, rgba(7, 29, 69, 0) 70%);
    border-radius: 50%;
    filter: blur(35px);
    z-index: 1;
    animation: auraPulse 6s ease-in-out infinite alternate;
}

@keyframes auraPulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    100% { transform: scale(1.1); opacity: 1; }
}

.sh-hero-img-cutout {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 16px 26px rgba(7, 29, 69, 0.2));
    animation: heroFloat 5s ease-in-out infinite alternate;
}

@keyframes heroFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
    100% { transform: translateY(-3px) rotate(-0.5deg); }
}

/* Badges Flotantes Glassmorphism al rededor de la imagen */
.sh-floating-pill {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 8px 16px;
    border-radius: var(--hg-radius-full);
    box-shadow: 0 8px 20px rgba(7, 29, 69, 0.1);
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--hg-navy);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sh-pill-top-right {
    top: 20px;
    right: -10px;
    animation: floatSlow 4s ease-in-out infinite alternate;
}

.sh-pill-bottom-left {
    bottom: 30px;
    left: -10px;
    animation: floatSlow 4.5s ease-in-out infinite alternate-reverse;
}

@keyframes floatSlow {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-6px); }
}

/* DIVISOR DE SECCIÓN MODERNO CON DEGRADADO */
.sh-section-divider {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 20px auto 35px;
    height: 1px;
    background: linear-gradient(90deg, rgba(7, 29, 69, 0) 0%, rgba(242, 182, 4, 0.5) 50%, rgba(7, 29, 69, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-divider-icon {
    background: var(--hg-cream);
    padding: 0 16px;
    color: var(--hg-gold);
    font-size: 0.85rem;
}

/* 3. TRUST BAR - CAJA FLOTANTE BLANCA */
.sh-trust-bar {
    position: relative;
    z-index: 10;
    margin-bottom: 55px;
}

.sh-trust-card-box {
    background: var(--hg-white);
    border-radius: var(--hg-radius-md);
    padding: 28px 36px;
    box-shadow: var(--hg-shadow-md);
    border: 1px solid rgba(0,0,0,0.03);
}

.sh-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sh-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sh-trust-icon { font-size: 1.8rem; }

.sh-trust-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--hg-navy);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.sh-trust-sub { font-size: 0.78rem; color: var(--hg-muted); }

/* 4. CATEGORÍAS EN 3 COLUMNAS ANCHAS CON IMÁGENES DESTACADAS REALES Y GLASSMORPHISM */
.sh-categories { padding-bottom: 65px; }

.sh-cat-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sh-cat-card-wide {
    position: relative;
    height: 420px;
    border-radius: var(--hg-radius-md);
    overflow: hidden;
    box-shadow: var(--hg-shadow-md);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sh-cat-card-wide:hover {
    border-color: var(--hg-gold);
    box-shadow: var(--hg-shadow-lg);
    transform: translateY(-4px);
}

.sh-cat-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sh-cat-card-wide:hover .sh-cat-bg {
    transform: scale(1.08);
}

.sh-cat-badge-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    background: rgba(7, 29, 69, 0.85);
    backdrop-filter: blur(8px);
    color: var(--hg-gold);
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: var(--hg-radius-full);
    letter-spacing: 0.06em;
    border: 1px solid rgba(242, 182, 4, 0.3);
}

.sh-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 29, 69, 0.15) 0%, rgba(7, 29, 69, 0.88) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 36px 28px;
    text-align: center;
}

.sh-cat-title-wide {
    font-family: 'Outfit', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--hg-white);
    margin-bottom: 16px;
    letter-spacing: 0.02em;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
    text-transform: uppercase;
}

/* 5. PRODUCTOS DESTACADOS - ULTRA LUXURY & CLEAN WOOCOMMERCE CARDS */
.sh-products-sec { padding: 40px 0 75px; }

.sh-sec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.sh-sec-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--hg-navy);
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.sh-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.sh-product-card {
    background: var(--hg-white);
    border-radius: var(--hg-radius-md);
    padding: 16px;
    box-shadow: 0 4px 18px rgba(7, 29, 69, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(7, 29, 69, 0.07);
    text-decoration: none;
    min-height: 370px;
    min-width: 0;
    overflow: hidden;
}

.sh-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(7, 29, 69, 0.12);
    border-color: var(--hg-gold);
}

.sh-product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sh-product-img-wrap {
    width: 100%;
    height: 195px;
    border-radius: var(--hg-radius-sm);
    overflow: hidden;
    margin-bottom: 12px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 6px;
}

.sh-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.sh-product-card:hover .sh-product-img {
    transform: scale(1.06);
}

.sh-product-name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--hg-navy);
    margin-bottom: 6px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6em;
}

.sh-product-desc {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--hg-blue);
    background: rgba(12, 43, 128, 0.07);
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.sh-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    gap: 8px;
    margin-top: auto;
}

.sh-product-price {
    font-family: 'Outfit', sans-serif;
    font-size: 1.12rem;
    font-weight: 750;
    color: var(--hg-navy);
    line-height: 1.2;
}

/* Ocultar ruidos de sufijos de texto largo WooCommerce dentro de la tarjeta */
.sh-product-price small,
.sh-product-price .woocommerce-price-suffix,
.sh-product-card .woocommerce-price-suffix {
    display: none !important;
}

.sh-product-price del {
    font-size: 0.85rem;
    color: var(--hg-muted);
    font-weight: 400;
    margin-right: 4px;
}

.sh-product-price ins {
    text-decoration: none;
    color: var(--hg-navy);
}

/* 6. BANNER ENCARGOS PERSONALIZADOS SPLIT AMARILLO GOLD */
.sh-custom-banner { padding: 30px 0 75px; }

.sh-custom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--hg-radius-lg);
    overflow: hidden;
    box-shadow: var(--hg-shadow-md);
}

.sh-custom-left {
    background-color: var(--hg-gold);
    padding: 55px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sh-custom-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--hg-navy);
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sh-custom-text {
    font-size: 1rem;
    color: var(--hg-navy);
    line-height: 1.55;
    margin-bottom: 26px;
    font-weight: 600;
}

.sh-custom-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 34px;
}

.sh-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--hg-navy);
    letter-spacing: 0.02em;
}

.sh-bullet-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--hg-blue);
    color: var(--hg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.sh-custom-right { position: relative; }

.sh-custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 7 & 8. SECCIÓN UNIFICADA COMPACTA: MARCA + PREGUNTAS FRECUENTES (2 COLUMNAS) */
.sh-unified-faq-sec {
    padding: 50px 0 65px;
    background: var(--hg-cream);
    border-top: 1px solid rgba(7, 29, 69, 0.06);
}

.sh-unified-split {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 48px;
    align-items: center;
}

.sh-unified-brand-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sh-unified-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--hg-navy);
    line-height: 1.15;
    text-transform: uppercase;
    margin-top: 4px;
}

.sh-unified-sub {
    font-size: 0.96rem;
    color: var(--hg-muted);
    line-height: 1.6;
}

.sh-unified-cta {
    margin-top: 10px;
}

.sh-faq-mini-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--hg-navy);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sh-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-faq-item {
    background: var(--hg-white);
    border-radius: var(--hg-radius-sm);
    border: 1px solid rgba(7, 29, 69, 0.08);
    box-shadow: 0 4px 14px rgba(7, 29, 69, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sh-faq-item:hover {
    border-color: rgba(242, 182, 4, 0.5);
    box-shadow: 0 6px 20px rgba(7, 29, 69, 0.06);
}

.sh-faq-question {
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--hg-navy);
    text-align: left;
    cursor: pointer;
    gap: 12px;
}

.sh-faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(7, 29, 69, 0.05);
    color: var(--hg-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.sh-faq-item.is-open .sh-faq-icon {
    transform: rotate(45deg);
    background: var(--hg-gold);
    color: var(--hg-navy);
}

.sh-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
    padding: 0 20px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.55;
}

.sh-faq-item.is-open .sh-faq-answer {
    max-height: 180px;
    padding-bottom: 16px;
}

/* 9. GALERÍA INSTAGRAM */
.sh-insta-sec { padding-bottom: 85px; }

.sh-insta-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
}

.sh-insta-card-left {
    background: var(--hg-cream-card);
    border-radius: var(--hg-radius-md);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sh-insta-icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--hg-blue);
    color: var(--hg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.sh-insta-handle {
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 900;
    color: var(--hg-navy);
    margin-bottom: 4px;
}

.sh-insta-sub {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--hg-muted);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.sh-insta-photos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.sh-insta-photo-item {
    height: 240px;
    border-radius: var(--hg-radius-md);
    overflow: hidden;
}

.sh-insta-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sh-insta-photo-item:hover .sh-insta-photo-img {
    transform: scale(1.08);
}


/* =========================================================================
   FOOTER, SOCIAL LINKS, FLOATING BUTTONS y SCROLL-TOP:
   Definidos en /assets/css/global.css — NO sobreescribir aquí.
   ========================================================================= */


/* REGLAS ESTRICTAS DE BOTÓN DORADO AÑADIR AL CARRITO (HERMANOS GARCÍA) */
a.sh-card-btn,
a.sh-card-btn.button,
a.sh-card-btn,
a.sh-card-btn.button,
a.sh-add-cart-btn,
a.sh-add-cart-btn.button,
.sh-card-bottom a.button,
.sh-product-footer a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f2b604 0%, #e5aa00 100%) !important;
    color: #071d45 !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(242, 182, 4, 0.32) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    outline: none !important;
}

a.sh-card-btn span,
a.sh-add-cart-btn span,
.sh-product-footer a.button span {
    display: none !important;
}

a.sh-card-btn:hover,
a.sh-card-btn.button:hover,
a.sh-add-cart-btn:hover,
a.sh-add-cart-btn.button:hover,
.sh-card-bottom a.button:hover,
.sh-product-footer a.button:hover {
    background: linear-gradient(135deg, #071d45 0%, #0c2b80 100%) !important;
    color: #f2b604 !important;
    transform: scale(1.08) translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(7, 29, 69, 0.25) !important;
}

a.sh-card-btn svg,
a.sh-add-cart-btn svg,
.sh-product-footer a.button svg {
    width: 17px !important;
    height: 17px !important;
    stroke: #071d45 !important;
    transition: stroke 0.2s ease, transform 0.2s ease !important;
}

a.sh-card-btn:hover svg,
a.sh-card-btn.button:hover svg,
a.sh-add-cart-btn:hover svg,
a.sh-add-cart-btn.button:hover svg,
.sh-card-bottom a.button:hover svg,
.sh-product-footer a.button:hover svg {
    stroke: #f2b604 !important;
}

a.sh-card-btn.loading,
a.sh-add-cart-btn.loading {
    opacity: 0.75 !important;
}

a.sh-card-btn.added,
a.sh-add-cart-btn.added {
    background: #22c55e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35) !important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

/* RESPONSIVE DE INICIO */
@media (max-width: 980px) {
    .sh-hero-grid,
    .sh-custom-grid,
    .sh-unified-split { grid-template-columns: 1fr; }
    .sh-hero-image-wrap { min-height: 420px; }
    .sh-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sh-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sh-insta-layout { grid-template-columns: 1fr; }
    .sh-insta-card-left { align-items: flex-start; text-align: left; }
    .sh-insta-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .sh-hero { padding-top: 34px; }
    .sh-hero-grid { gap: 24px; }
    .sh-hero-title { font-size: clamp(1.6rem, 6.2vw, 2.1rem); line-height: 1.15; margin-bottom: 12px; }
    .sh-hero-title,
    .sh-hero-h1-seo { overflow-wrap: anywhere; }
    .sh-hero-ctas { align-items: stretch; flex-direction: column; }
    .sh-hero-ctas a { width: 100%; justify-content: center; }
    .sh-hero-image-wrap { min-height: 300px; }
    .sh-floating-pill { max-width: calc(100% - 20px); white-space: normal; }
    .sh-trust-grid { grid-template-columns: 1fr; }
    .sh-cat-grid-3 { grid-template-columns: 1fr; }
    .sh-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .sh-product-card { min-width: 0; }
    .sh-product-desc { display: none; }
    .sh-product-footer { align-items: center; flex-direction: row; justify-content: space-between; }
    .sh-product-footer a.button { width: 34px !important; height: 34px !important; min-width: 34px !important; max-width: 34px !important; padding: 0 !important; }
    .sh-product-footer a.button svg { width: 15px !important; height: 15px !important; }
    .sh-custom-left,
    .sh-custom-right,
    .sh-unified-brand-col,
    .sh-unified-faq-sec { min-width: 0; padding: 26px 21px; }
    .sh-sec-header { align-items: flex-start; flex-direction: column; gap: 14px; }
    .sh-faq-question { gap: 12px; padding: 15px; text-align: left; }
    .sh-insta-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .sh-insta-photo-item { height: auto; aspect-ratio: 1 / 1; }
}

@media (max-width: 380px) {
    .sh-hero-title { font-size: 1.5rem; }
    .sh-hero-image-wrap { min-height: 250px; }
    .sh-products-grid { gap: 8px; }
    .sh-product-img-wrap { min-height: 0; }
}
