/* ============================================
   SYSCARE STYLES v45
   ============================================ */

/* ============================================
   FOOTER SYSCARE - Estilo MedicalTec
   APLICA EN TODA LA WEB
   ============================================ */

   #footer-container-main,
   #footer-container-first {
     display: none !important;
   }
   
   #syscare-footer {
     background-color: #2E5DB0 !important;
     color: #fff;
     padding: 56px 0 40px;
   }
   
   #syscare-footer .sf-grid {
     display: grid !important;
     grid-template-columns: repeat(4, 1fr) !important;
     gap: 40px;
     width: 100%;
   }
   
   #syscare-footer .sf-col {
     display: block !important;
     min-width: 0;
   }
   
   #syscare-footer .sf-title {
     color: #fff !important;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     margin: 0 0 18px 0;
     padding: 0;
   }
   
   #syscare-footer .sf-title-mt {
     margin-top: 28px;
   }
   
   #syscare-footer .sf-list {
     list-style: none !important;
     padding: 0 !important;
     margin: 0 !important;
     display: flex !important;
     flex-direction: column !important;
     gap: 10px;
   }
   
   #syscare-footer .sf-list li {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 13px;
     color: #fff;
     line-height: 1.4;
   }
   
   #syscare-footer .sf-list li i {
     font-size: 12px;
     color: #fff;
     width: 14px;
     flex-shrink: 0;
   }
   
   #syscare-footer .sf-list a {
     color: #fff;
     text-decoration: none;
     transition: color 0.2s;
   }
   
   #syscare-footer .sf-list a:hover {
     color: rgba(255,255,255,0.75);
   }
   
   /* Redes sociales */
   #syscare-footer .sf-social {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     margin-bottom: 4px;
   }
   
   #syscare-footer .sf-social-btn {
     width: 38px;
     height: 38px;
     border-radius: 50%;
     background: rgba(255,255,255,0.18);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 14px;
     text-decoration: none;
     transition: all 0.2s ease;
   }
   
   #syscare-footer .sf-social-btn:hover {
     background: rgba(255,255,255,0.35);
     color: #fff;
     transform: translateY(-2px);
   }
   
   /* Barra copyright */
   #syscare-footer-bottom {
     background-color: #23509f;
     padding: 16px 0;
   }
   
   #syscare-footer-bottom .sfb-inner {
     display: flex;
     align-items: center;
     justify-content: space-between;
   }
   
   #syscare-footer-bottom .sfb-copy {
     font-size: 12px;
     color: #fff;
   }
   
   #syscare-footer-bottom .sfb-dev {
     font-size: 12px;
     color: #fff;
     letter-spacing: 0.5px;
     text-transform: uppercase;
   }
   
   #syscare-footer-bottom .sfb-heart {
     color: #e53e3e;
     font-size: 11px;
   }
   
   #syscare-footer-bottom .sfb-dev strong {
     color: #fff;
   }
   
   /* Footer responsive */
   @media (max-width: 1024px) {
     #syscare-footer .sf-grid {
       grid-template-columns: repeat(2, 1fr);
       gap: 32px;
     }
     
     #syscare-footer .sf-logo-img {
       max-width: 120px;
       padding: 12px 16px;
     }
     
     #syscare-footer .sf-description {
       font-size: 12px;
     }
     
     #syscare-footer .sf-payment-badge {
       font-size: 10px;
       padding: 4px 8px;
     }
   }
   
   @media (max-width: 768px) {
     #syscare-footer {
       padding: 40px 20px 30px !important;
     }
     
     #syscare-footer .sf-grid {
       grid-template-columns: 1fr !important;
       gap: 30px !important;
     }
     
     #syscare-footer .sf-col {
       text-align: center !important;
     }
     
     #syscare-footer .sf-logo-img {
       margin: 0 auto 15px auto !important;
       display: block !important;
     }
     
     #syscare-footer .sf-description {
       text-align: center !important;
       margin-bottom: 20px !important;
     }
     
     #syscare-footer .sf-payment-badges {
       justify-content: center !important;
       gap: 8px !important;
     }
     
     #syscare-footer .sf-list {
       text-align: center !important;
       display: flex !important;
       flex-direction: column !important;
       align-items: center !important;
       gap: 8px !important;
       padding: 0 !important;
     }
     
     #syscare-footer .sf-list li {
       justify-content: center !important;
     }
     
     #syscare-footer .sf-whatsapp-btn {
       display: inline-flex !important;
       margin-top: 15px !important;
     }
   }
   
   @media (max-width: 576px) {
     #syscare-footer {
       padding: 30px 15px 25px !important;
     }
     
     #syscare-footer .sf-grid {
       gap: 25px !important;
     }
     
     #syscare-footer .sf-title {
       font-size: 12px !important;
       margin-bottom: 12px !important;
     }
     
     #syscare-footer .sf-description {
       font-size: 11px !important;
       line-height: 1.5 !important;
     }
     
     #syscare-footer .sf-logo-img {
       max-width: 100px !important;
       padding: 10px 14px !important;
     }
     
     #syscare-footer .sf-payment-badge {
       font-size: 9px !important;
       padding: 3px 6px !important;
     }
     
     #syscare-footer .sf-list {
       gap: 6px !important;
     }
     
     #syscare-footer .sf-list li {
       font-size: 12px !important;
     }
     
     #syscare-footer .sf-whatsapp-btn {
       padding: 8px 16px !important;
       font-size: 12px !important;
     }
     
     #syscare-footer-bottom {
       padding: 12px 0 !important;
     }
     
     #syscare-footer-bottom .sfb-inner {
       flex-direction: column !important;
       gap: 6px !important;
       text-align: center !important;
     }
     
     #syscare-footer-bottom .sfb-copy,
     #syscare-footer-bottom .sfb-dev {
       font-size: 11px !important;
     }
   }
   
   /* ============================================
      RESET - Miniaturas de productos (Home/Categorías/Carruseles)
      Volver al estado original sin modificaciones
      ============================================ */
   
   /* Asegurar que en carruseles y grids no haya efectos de altura */
   .elementor-products .product-miniature-layout-4,
   .products-grid .product-miniature-layout-4,
   .swiper-slide .product-miniature-layout-4 {
     max-height: none !important;
     overflow: visible !important;
   }
   
   .elementor-products .product-description,
   .products-grid .product-description,
   .swiper-slide .product-description {
     max-height: none !important;
     overflow: visible !important;
   }
   
   .elementor-products #syscare-desc,
   .products-grid #syscare-desc,
   .swiper-slide #syscare-desc {
     max-height: none !important;
     overflow: visible !important;
   }
   
   /* Ocultar botón Continuar leyendo fuera de página de producto */
   body:not(.page-product) #syscare-readmore-btn,
   body:not(.page-product) .syscare-readmore-btn-h,
   body:not(.page-product) .syscare-read-more,
   body:not(.page-product) .syscare-readmore-btn,
   body:not(.page-product) .syscare-modal-btn,
   body:not(.page-product) .syscare-modal-wrapper {
     display: none !important;
   }
   
   /* Ocultar gradientes en miniaturas */
   body:not(.page-product) .product-description::after,
   body:not(.page-product) #syscare-desc::after {
     display: none !important;
   }
   
   /* ============================================
      PÁGINA DE PRODUCTO INTERNA - Efectos permitidos
      ============================================ */
   
   /* Altura limitada solo en página de producto */
   body.page-product #product #syscare-desc,
   body.page-product #product #syscare-desc-h {
     max-height: 400px;
     overflow: hidden;
     position: relative;
   }
   
   body.page-product #product #syscare-desc.expanded,
   body.page-product #product #syscare-desc-h.expanded {
     max-height: none;
   }
   
   /* Gradient en página de producto */
   body.page-product #product #syscare-desc::after,
   body.page-product #product #syscare-desc-h::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 80px;
     background: linear-gradient(to bottom, transparent, #fff);
     pointer-events: none;
   }
   
   body.page-product #product #syscare-desc.expanded::after,
   body.page-product #product #syscare-desc-h.expanded::after {
     display: none;
   }
   
   /* Botón en página de producto */
   body.page-product #syscare-readmore-btn,
   body.page-product #product .syscare-readmore-btn-h {
     display: block;
     margin: 15px auto;
     padding: 12px 28px;
     background: #2E5DB0;
     color: #fff;
     border: none;
     border-radius: 25px;
     font-size: 14px;
     font-weight: 700;
     cursor: pointer;
     box-shadow: 0 4px 16px rgba(46,93,176,0.3);
   }
   
   body.page-product #syscare-readmore-btn:hover,
   body.page-product #product .syscare-readmore-btn-h:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 24px rgba(46,93,176,0.4);
   }
   
   /* Forzar visibilidad de productos (sin animaciones que oculten) */
   .product-miniature-layout-4,
   .js-product-miniature-wrapper .product-miniature {
     opacity: 1 !important;
     transform: none !important;
   }
   
   /* ============================================
      MODAL - Descripción completa
      ============================================ */
   
   #product .syscare-modal-btn {
     display: block;
     margin: 20px auto;
     padding: 12px 28px;
     background: linear-gradient(135deg, #2E5DB0 0%, #2859af 100%);
     color: #fff;
     border: none;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 700;
     cursor: pointer;
     box-shadow: 0 4px 16px rgba(46,93,176,0.3);
     transition: all 0.3s ease;
   }
   
   #product .syscare-modal-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 24px rgba(46,93,176,0.4);
   }
   
   /* Modal overlay */
   .syscare-modal {
     display: none;
     position: fixed;
     z-index: 10000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.6);
     backdrop-filter: blur(4px);
   }
   
   /* Modal content */
   .syscare-modal-content {
     background: #fff;
     margin: 5% auto;
     padding: 30px;
     border-radius: 20px;
     width: 90%;
     max-width: 800px;
     max-height: 80vh;
     overflow-y: auto;
     box-shadow: 0 20px 60px rgba(0,0,0,0.3);
     position: relative;
   }
   
   /* Close button */
   .syscare-modal-close {
     position: absolute;
     right: 20px;
     top: 15px;
     font-size: 32px;
     font-weight: 300;
     color: #718096;
     cursor: pointer;
     transition: color 0.3s;
   }
   
   .syscare-modal-close:hover {
     color: #2E5DB0;
   }
   
   .syscare-modal-body {
     line-height: 1.7;
   }
   
   /* Ocultar modal en carruseles de Elementor (fuera de #product) */
   .elementor-products .syscare-modal-wrapper,
   .products-grid .syscare-modal-wrapper,
   .swiper-slide .syscare-modal-wrapper {
     display: none !important;
   }
   
   /* ============================================
      PRODUCT HERO - Fondo con imagen y overlay
      ============================================ */
   
   .syscare-product-hero {
     position: relative;
     min-height: 500px;
     display: flex;
     align-items: center;
     overflow: hidden;
   }
   
   .syscare-hero-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
   }
   
   .syscare-hero-bg-left {
     width: 55%;
     position: relative;
     overflow: hidden;
     /* Fondo azul base */
     background-color: #2E5DB0;
   }
   
   /* Imagen de fondo con opacidad */
   .syscare-hero-bg-left::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url('https://syscare.devwebs.cl/img/cms/4308.jpg');
     background-size: cover;
     background-position: center;
     opacity: 0.15;
     z-index: 1;
   }
   
   .syscare-hero-bg-left::after{
       content: '';
       position: absolute;
       inset: 0;
       background: url(https://syscare.devwebs.cl/img/cms/4308.jpg);
       opacity: 0.06;
   }
   
   /* Overlay azul sutil */
   .syscare-hero-bg-left::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, #1E50D2 0%, #1E50D2 100%);
     z-index: 2;
   }
   
   .syscare-hero-bg-right {
     width: 45%;
     background: #f8f9fa;
   }
   
   .syscare-hero-content {
     position: relative;
     z-index: 10;
     width: 100%;
     max-width: 1400px;
     margin: 0 auto;
     padding: 60px 20px;
     display: flex;
     align-items: center;
     gap: 60px;
   }
   
   .syscare-hero-text {
     flex: 1;
     color: #fff;
   }
   
   .syscare-hero-category {
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-bottom: 16px;
     opacity: 0.9;
   }
   
   .syscare-hero-title {
     font-size: 42px;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 20px;
     color: #fff;
   }
   
   .syscare-hero-desc {
     font-size: 15px;
     line-height: 1.6;
     margin-bottom: 24px;
     opacity: 0.9;
     max-width: 500px;
   }
   
   .syscare-hero-price {
     margin-bottom: 24px;
   }
   
   .syscare-hero-price-main {
     font-size: 36px;
     font-weight: 700;
     color: #fff;
   }
   
   .syscare-hero-price-old {
     font-size: 20px;
     text-decoration: line-through;
     opacity: 0.7;
     margin-right: 12px;
   }
   
   .syscare-hero-addtocart {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     padding: 14px 32px;
     background: #fff;
     color: #2E5DB0;
     border: none;
     border-radius: 8px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
   }
   
   .syscare-hero-addtocart:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 24px rgba(0,0,0,0.15);
   }
   
   .syscare-hero-image {
     flex: 1;
     display: flex;
     justify-content: center;
     align-items: center;
   }
   
   .syscare-hero-image-wrapper {
     background: #fff;
     border-radius: 20px;
     padding: 30px;
     box-shadow: 0 20px 60px rgba(0,0,0,0.1);
   }
   
   .syscare-hero-image-wrapper img {
     max-width: 400px;
     max-height: 400px;
     object-fit: contain;
   }
   
   @media (max-width: 768px) {
     .syscare-product-hero {
       min-height: auto;
     }
     
     .syscare-hero-bg-left,
     .syscare-hero-bg-right {
       width: 100%;
     }
     
     .syscare-hero-bg {
       flex-direction: column;
     }
     
     .syscare-hero-bg-right {
       display: none;
     }
     
     .syscare-hero-content {
       flex-direction: column;
       padding: 40px 20px;
     }
     
     .syscare-hero-title {
       font-size: 28px;
     }
     
     .syscare-hero-image-wrapper img {
       max-width: 280px;
     }
   }
   
   /* ============================================
      HERO SECCIÓN PRODUCTO
      ============================================ */
   
   .syscare-product-hero {
     position: relative;
     width: 100%;
     min-height: 480px;
     overflow: hidden;
     margin-bottom: 0;
   }
   
   .syscare-hero-bg {
     position: absolute;
     inset: 0;
     display: flex;
   }
   
   .syscare-hero-bg-left {
     flex: 0 0 55%;
     background: #fff;
   }
   
   .syscare-hero-bg-right {
     flex: 1;
     background: #f0f4fb;
   }
   
   .syscare-hero-content {
     position: relative;
     z-index: 2;
     display: flex;
     align-items: center;
     max-width: 1200px;
     margin: 0 auto;
     padding: 48px 24px;
     gap: 48px;
   }
   
   .syscare-hero-text {
     flex: 0 0 48%;
     max-width: 48%;
   }
   
   .syscare-hero-category {
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     color: #2E5DB0;
     margin-bottom: 12px;
   }
   
   .syscare-hero-title {
     font-size: 28px;
     font-weight: 800;
     color: #1a2a4a;
     line-height: 1.2;
     margin-bottom: 16px;
   }
   
   .syscare-hero-desc {
     font-size: 14px;
     color: #666;
     line-height: 1.6;
     margin-bottom: 20px;
   }
   
   .syscare-hero-price {
     display: flex;
     align-items: baseline;
     gap: 12px;
     margin-bottom: 24px;
   }
   
   .syscare-hero-price-main {
     font-size: 28px;
     font-weight: 800;
     color: #2E5DB0;
   }
   
   .syscare-hero-price-old {
     font-size: 16px;
     color: #aaa;
     text-decoration: line-through;
   }
   
   .syscare-hero-price-discount {
     font-size: 13px;
     font-weight: 700;
     color: #fff;
     background: #e53e3e;
     padding: 2px 8px;
     border-radius: 20px;
   }
   
   .syscare-hero-addtocart {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     padding: 14px 32px;
     background: linear-gradient(135deg, #2E5DB0 0%, #1a3f80 100%);
     border: none;
     border-radius: 50px;
     font-size: 15px;
     font-weight: 700;
     cursor: pointer;
     text-decoration: none;
     box-shadow: 0 4px 16px rgba(46,93,176,0.35);
     transition: all 0.3s ease;
   }
   
   .syscare-hero-addtocart:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 24px rgba(46,93,176,0.45);
   }
   
   .syscare-hero-image {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .syscare-hero-image-wrapper {
     width: 100%;
     max-width: 420px;
     aspect-ratio: 1/1;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   
   .syscare-hero-image-wrapper img {
     max-width: 100%;
     max-height: 400px;
     object-fit: contain;
     filter: drop-shadow(0 8px 24px rgba(0,0,0,0.12));
   }
   
   @media (max-width: 768px) {
     .syscare-hero-content {
       flex-direction: column;
       padding: 32px 16px;
       gap: 24px;
     }
     .syscare-hero-text {
       flex: 1;
       max-width: 100%;
     }
     .syscare-hero-bg-left { flex: 0 0 100%; }
     .syscare-hero-bg-right { display: none; }
     .syscare-hero-title { font-size: 22px; }
   }
   
   /* ============================================
      GALERÍA SECCIÓN PRODUCTO
      ============================================ */
   
   .syscare-gallery-section {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 40px 24px;
     opacity: 1 !important;
     transform: none !important;
   }
   
   .syscare-gallery-container {
     display: flex;
     gap: 16px;
     align-items: flex-start;
   }
   
   .syscare-gallery-main {
     flex: 0 0 65%;
     border-radius: 12px;
     overflow: hidden;
     background: #f8f9fa;
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 400px;
     opacity: 1 !important;
   }
   
   .syscare-gallery-main img {
     width: 100%;
     max-height: 480px;
     object-fit: contain;
     transition: opacity 0.2s ease;
     opacity: 1 !important;
   }
   
   .syscare-gallery-grid {
     flex: 1;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px;
     opacity: 1 !important;
   }
   
   .syscare-gallery-thumb {
     border-radius: 8px;
     overflow: hidden;
     cursor: pointer;
     position: relative;
     background: #f8f9fa;
     aspect-ratio: 1/1;
     opacity: 1 !important;
     transform: none !important;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
   }
   
   .syscare-gallery-thumb:hover {
     transform: scale(1.03);
     box-shadow: 0 4px 16px rgba(0,0,0,0.15);
   }
   
   .syscare-gallery-thumb.active {
     box-shadow: 0 0 0 2px #2E5DB0;
   }
   
   .syscare-gallery-thumb img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     opacity: 1 !important;
   }
   
   .syscare-gallery-thumb-overlay {
     position: absolute;
     inset: 0;
     background: rgba(46,93,176,0.6);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 18px;
     opacity: 0;
     transition: opacity 0.2s ease;
   }
   
   .syscare-gallery-thumb:hover .syscare-gallery-thumb-overlay {
     opacity: 1;
   }
   
   @media (max-width: 768px) {
     .syscare-gallery-container {
       flex-direction: column;
     }
     .syscare-gallery-main {
       flex: 1;
       width: 100%;
       min-height: 280px;
     }
     .syscare-gallery-grid {
       width: 100%;
       grid-template-columns: repeat(4, 1fr);
     }
   }
   
   /* ============================================
      RELATED/SIMILAR SECTION
      ============================================ */
   
   .syscare-related-section {
     width: 100%;
     max-width: none;
     margin: 0 auto;
     padding: 48px 0;
     background: #0A0C0F !important;
     color: #E8EDF1;
     opacity: 1 !important;
   }

   .syscare-related-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 24px;
   }
   
   .syscare-related-header {
     text-align: center;
     margin-bottom: 32px;
   }
   
   .syscare-related-header h2 {
     font-size: 22px;
     font-weight: 700;
     color: #E8EDF1 !important;
   }
   
   .syscare-related-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
     background: #12151A;
     border: 1px solid #252A31;
     border-radius: 16px;
     padding: 20px;
   }
   
   .syscare-related-card {
     border-radius: 12px;
     overflow: hidden;
     background: #1A1E24;
     border: 1px solid #252A31;
     box-shadow: 0 10px 25px rgba(0,0,0,0.22);
     transition: all 0.3s ease;
     text-decoration: none;
     color: #E8EDF1;
     opacity: 1 !important;
     transform: none !important;
   }
   
   .syscare-related-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 8px 24px rgba(0,0,0,0.12);
   }
   
   @media (max-width: 768px) {
     .syscare-related-grid {
       grid-template-columns: repeat(2, 1fr);
     }
   }
   
   /* ============================================
      FIX HERO Y GALERÍA - MÁS ESPECÍFICO
      ============================================ */
   
   /* Hero - forzar layout correcto */
   #main .syscare-product-hero {
     display: block !important;
     position: relative !important;
     /* width: 100% !important;
     min-height: 480px !important; */
     overflow: hidden !important;
     margin-bottom: 0 !important;
   }
   
   #main .syscare-hero-content {
     display: flex !important;
     flex-direction: row !important;
     align-items: center !important;
     max-width: 1200px !important;
     margin: 0 auto !important;
     padding: 48px 24px !important;
     gap: 48px !important;
     position: relative !important;
     z-index: 2 !important;
   }
   
   #main .syscare-hero-text {
     flex: 0 0 48% !important;
     max-width: 48% !important;
   }
   
   #main .syscare-hero-image {
     flex: 1 !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
   }
   
   /* Galería - forzar layout correcto */
   #main .syscare-gallery-section {
     display: block !important;
     width: 100% !important;
     max-width: 1200px !important;
     margin: 0 auto !important;
     padding: 40px 24px !important;
   }
   
   #main .syscare-gallery-container {
     display: flex !important;
     flex-direction: row !important;
     gap: 16px !important;
     align-items: flex-start !important;
   }
   
   #main .syscare-gallery-main {
     flex: 0 0 65% !important;
     border-radius: 12px !important;
     overflow: hidden !important;
     background: #f8f9fa !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     min-height: 400px !important;
   }
   
   #main .syscare-gallery-grid {
     flex: 1 !important;
     display: grid !important;
     grid-template-columns: 1fr 1fr !important;
     gap: 10px !important;
   }
   
   /* Responsive */
   @media (max-width: 768px) {
     #main .syscare-hero-content {
       flex-direction: column !important;
       padding: 32px 16px !important;
       gap: 24px !important;
     }
     
     #main .syscare-hero-text {
       flex: 1 !important;
       max-width: 100% !important;
     }
     
     #main .syscare-gallery-container {
       flex-direction: column !important;
     }
     
     #main .syscare-gallery-main {
       flex: 1 !important;
       width: 100% !important;
     }
     
     #main .syscare-gallery-grid {
       width: 100% !important;
       grid-template-columns: repeat(4, 1fr) !important;
     }
   }
   
   /* Estilos adicionales para footer */
   #syscare-footer .sf-logo-img {
     max-width: 150px;
     background: white;
     padding: 15px 20px;
     border-radius: 12px;
     margin-bottom: 20px;
   }
   
   #syscare-footer .sf-description {
     font-size: 13px;
     line-height: 1.6;
     color: rgba(255,255,255,0.8);
     margin: 0;
   }
   
   /* Badges de pago */
   #syscare-footer .sf-payment-badges {
     margin-top: 20px;
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
   }
   
   #syscare-footer .sf-payment-badge {
     background: white;
     padding: 5px 10px;
     border-radius: 4px;
     font-size: 11px;
     font-weight: 600;
     color: #0B1B3B;
     display: inline-block;
   }
   
   #syscare-footer .sf-whatsapp-btn {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: #25D366;
     color: white;
     padding: 10px 20px;
     border-radius: 8px;
     text-decoration: none;
     font-size: 13px;
     font-weight: 600;
     margin-top: 15px;
     transition: all 0.3s;
   }
   
   #syscare-footer .sf-whatsapp-btn:hover {
     background: #20BA5A;
     color: white;
     transform: translateY(-2px);
     box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
   }
   
   #syscare-footer .sf-whatsapp-btn i {
     font-size: 18px;
   }
   
   #syscare-footer .sf-list-contact li {
     margin-bottom: 8px;
   }
   
   /* ============================================
      FICHA DE PRODUCTO - FLAGS Y MEJORAS
      ============================================ */
   
   /* Wrapper de imagen con posición relativa para flags */
   .syscare-hero-image-wrapper {
     position: relative;
     cursor: pointer;
     overflow: hidden;
     border-radius: 16px;
     transition: all 0.3s ease;
   }
   
   /* Hover effect en la imagen */
   .syscare-hero-image-wrapper:hover {
     transform: scale(1.02);
     box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
   }
   
   .syscare-hero-image-wrapper:hover .syscare-product-main-image {
     transform: scale(1.05);
   }
   
   .syscare-product-main-image {
     transition: transform 0.4s ease;
     width: 100%;
     height: auto;
     display: block;
   }
   
   /* Icono de zoom */
   .syscare-zoom-icon {
     position: absolute;
     bottom: 20px;
     right: 20px;
     background: rgba(30, 80, 210, 0.9);
     color: white;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: all 0.3s ease;
     pointer-events: none;
   }
   
   .syscare-hero-image-wrapper:hover .syscare-zoom-icon {
     opacity: 1;
     transform: scale(1.1);
   }
   
   .syscare-zoom-icon i {
     font-size: 18px;
   }
   
   /* Contenedor de flags */
   .syscare-product-flags {
     position: absolute;
     top: 15px;
     left: 15px;
     right: 15px;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     z-index: 10;
     pointer-events: none;
   }
   
   /* Estilos base de flags */
   .syscare-flag {
     padding: 6px 14px;
     border-radius: 6px;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
   }
   
   /* Flag de Stock - EN STOCK (verde) */
   .syscare-flag-stock.in-stock {
     background: #16A34A;
     color: white;
     border: 2px solid #15803D;
   }
   
   /* Flag de Stock - SIN STOCK (rojo) */
   .syscare-flag-stock.out-stock {
     background: #DC2626;
     color: white;
     border: 2px solid #B91C1C;
   }
   
   /* Flag de SKU (rojo) */
   .syscare-flag-sku {
     background: #DC2626;
     color: white;
     border: 2px solid #B91C1C;
     margin-left: auto;
   }
   
   /* Barra de información debajo de la imagen */
   .syscare-product-info-bar {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 12px;
     margin-top: 16px;
     padding: 12px 20px;
     background: #FEF2F2;
     border-radius: 10px;
     border: 1px solid #FEE2E2;
   }
   
   .syscare-info-item {
     display: flex;
     align-items: center;
     gap: 6px;
     font-size: 11px;
     font-weight: 600;
     color: #DC2626;
     text-transform: uppercase;
     letter-spacing: 0.3px;
   }
   
   .syscare-info-item i {
     font-size: 13px;
   }
   
   .syscare-info-separator {
     color: #FCA5A5;
     font-weight: 300;
   }
   
   /* Modal/Popup para imagen grande */
   .syscare-modal {
     display: none;
     position: fixed;
     z-index: 9999;
     padding-top: 60px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.95);
     animation: fadeIn 0.3s;
   }
   
   @keyframes fadeIn {
     from { opacity: 0; }
     to { opacity: 1; }
   }
   
   .syscare-modal-content {
     margin: auto;
     display: block;
     max-width: 90%;
     max-height: 85vh;
     object-fit: contain;
     animation: zoomIn 0.3s;
   }
   
   @keyframes zoomIn {
     from { transform: scale(0.8); opacity: 0; }
     to { transform: scale(1); opacity: 1; }
   }
   
   .syscare-modal-close {
     position: absolute;
     top: 20px;
     right: 40px;
     color: white;
     font-size: 45px;
     font-weight: 300;
     cursor: pointer;
     transition: all 0.3s;
     line-height: 1;
   }
   
   .syscare-modal-close:hover,
   .syscare-modal-close:focus {
     color: #DC2626;
     transform: scale(1.2);
   }
   
   /* Responsive */
   @media (max-width: 768px) {
     .syscare-product-flags {
       flex-direction: column;
       gap: 8px;
       align-items: flex-start;
     }
     
     .syscare-flag-sku {
       margin-left: 0;
     }
     
     .syscare-product-info-bar {
       flex-direction: column;
       gap: 8px;
       padding: 12px 15px;
     }
     
     .syscare-info-separator {
       display: none;
     }
     
     .syscare-modal-close {
       top: 10px;
       right: 20px;
       font-size: 35px;
     }
   }
   
   /* ── Variantes / selector de color en el hero ───────────────────────── */
   .syscare-hero-variants {
     margin-bottom: 22px;
   }
   .syscare-hero-variant-group {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 10px;
     flex-wrap: wrap;
   }
   .syscare-variant-label {
     color: rgba(255,255,255,0.9);
     font-size: 14px;
     font-weight: 600;
     min-width: 48px;
     flex-shrink: 0;
   }
   
   /* Swatches de color */
   .syscare-color-swatches {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
   }
   .syscare-color-swatch {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     cursor: pointer;
     padding: 5px 14px 5px 7px;
     border-radius: 50px;
     border: 2px solid rgba(255,255,255,0.35);
     background: rgba(255,255,255,0.12);
     transition: border-color 0.2s, background 0.2s;
     user-select: none;
   }
   .syscare-color-swatch input[type="radio"] {
     display: none !important;
     width: 0;
     height: 0;
     opacity: 0;
     position: absolute;
   }
   .syscare-color-swatch:hover {
     border-color: rgba(255,255,255,0.8);
     background: rgba(255,255,255,0.22);
   }
   .syscare-color-swatch.selected {
     border-color: #fff;
     background: rgba(255,255,255,0.28);
     box-shadow: 0 0 0 2px rgba(255,255,255,0.4);
   }
   .syscare-color-swatch.out-of-stock {
     opacity: 0.4;
   }
   .syscare-swatch-color {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     border: 2px solid rgba(255,255,255,0.7);
     flex-shrink: 0;
     display: inline-block;
   }
   .syscare-swatch-name {
     color: #fff;
     font-size: 13px;
     font-weight: 500;
   }
   
   /* Select genérico de variante */
   .syscare-variant-select {
     background: rgba(255,255,255,0.15);
     border: 2px solid rgba(255,255,255,0.45);
     color: #fff;
     border-radius: 10px;
     padding: 7px 14px;
     font-size: 14px;
     cursor: pointer;
   }
   .syscare-variant-select option {
     color: #333;
     background: #fff;
   }
   
   /* ── Qty control + fila de botón ────────────────────────────────────── */
   .syscare-hero-cart-form {
     display: block;
   }
   .syscare-hero-qty-row {
     display: flex;
     align-items: center;
     gap: 12px;
     flex-wrap: wrap;
     margin-top: 4px;
   }
   .syscare-qty-control {
     display: inline-flex;
     align-items: center;
     border: 2px solid rgba(255,255,255,0.55);
     border-radius: 50px;
     overflow: hidden;
     background: rgba(255,255,255,0.1);
   }
   .syscare-qty-btn {
     background: transparent;
     border: none;
     color: #fff;
     font-size: 22px;
     line-height: 1;
     width: 40px;
     height: 40px;
     cursor: pointer;
     transition: background 0.15s;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
   }
   .syscare-qty-btn:hover {
     background: rgba(255,255,255,0.2);
   }
   .syscare-qty-input {
     width: 46px;
     text-align: center;
     border: none;
     background: transparent;
     color: #fff;
     font-size: 16px;
     font-weight: 700;
     -moz-appearance: textfield;
     appearance: textfield;
     padding: 0;
   }
   .syscare-qty-input::-webkit-outer-spin-button,
   .syscare-qty-input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     appearance: none;
     margin: 0;
   }
   
   /* Botón "View product" sin stock */
   .syscare-hero-viewproduct {
     background: rgba(255,255,255,0.15) !important;
     border: 2px solid rgba(255,255,255,0.5) !important;
   }
   
