/*
 Theme Name: SignaCNC Child
 Template: storefront
 Version: 1.0
 Description: Tema hijo de SignaCNC
*/

.site-header, .site-footer, #masthead, #colophon {
    display: none !important;
}
.site-content, .content-area, #primary, #main, .storefront-full-width-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
body {
    background: #f2ede4 !important;
}

html, body { margin: 0 !important; padding: 0 !important; }
.site, #page { margin: 0 !important; padding: 0 !important; width: 100% !important; }
.site-main, #main, .entry-content, .entry-header { 
    margin: 0 !important; padding: 0 !important; 
    max-width: 100% !important; width: 100% !important;
}
article.page { margin: 0 !important; padding: 0 !important; }
.snc-slider { height: 100vh !important; }

.snc-slider { height: 100vh !important; min-height: 600px !important; }
.snc-slide { height: 100vh !important; }

.snc-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
.snc-slide-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.snc-slider { display: block !important; }
.snc-slide { 
    display: flex !important; 
    align-items: center !important; 
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
}
.snc-slide.active { opacity: 1 !important; }

.snc-slide-content {
    position: relative !important;
    z-index: 2 !important;
    margin-top: -10vh !important;
}

.snc-logo { height: 100px !important; }

/* ── CARRITO ── */
.woocommerce-cart .site-main, .woocommerce-cart #main { background: #f2ede4 !important; }
.woocommerce-cart table.shop_table { border: none !important; border-radius: 0 !important; }
.woocommerce-cart table.shop_table th { background: transparent !important; border: none !important; font-size: 0.78rem !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; color: #999 !important; }
.woocommerce-cart table.shop_table td { border-color: #eee !important; }
.woocommerce-cart .button { background: #1a1916 !important; color: #fff !important; border-radius: 0 !important; letter-spacing: 0.1em !important; }
.woocommerce-cart .button:hover { background: #333 !important; }
.woocommerce-cart .checkout-button { background: #1a1916 !important; color: #fff !important; border-radius: 0 !important; }
.woocommerce-cart h2 { font-family: Georgia, serif !important; font-weight: 400 !important; }
EOF+
cat >> /var/www/html/wp-content/themes/signacnc-child/style.css << 'EOF'

/* ── CARRITO ── */
.woocommerce-cart .site-main, .woocommerce-cart #main { background: #f2ede4 !important; }
.woocommerce-cart table.shop_table { border: none !important; border-radius: 0 !important; }
.woocommerce-cart table.shop_table th { background: transparent !important; border: none !important; font-size: 0.78rem !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; color: #999 !important; }
.woocommerce-cart table.shop_table td { border-color: #eee !important; }
.woocommerce-cart .button { background: #1a1916 !important; color: #fff !important; border-radius: 0 !important; letter-spacing: 0.1em !important; }
.woocommerce-cart .button:hover { background: #333 !important; }
.woocommerce-cart .checkout-button { background: #1a1916 !important; color: #fff !important; border-radius: 0 !important; }
.woocommerce-cart h2 { font-family: Georgia, serif !important; font-weight: 400 !important; }

/* ── RESPONSIVE MÓVIL ── */
@media (max-width: 768px) {

  /* NAVBAR */
  .snc-nav { padding: 0 1rem; height: 60px; }
  .snc-logo { height: 90px !important; }
  .snc-menu { display: none !important; }
  .snc-cart { font-size: 0.75rem; padding: 0.4rem 0.8rem; border-radius: 8px; }

  /* SLIDER */
  .snc-slider { height: 85vh; min-height: 400px; }
  .snc-slide-content {
    padding: 1.2rem 1.5rem;
    transform: none !important;
    max-width: 100%;
  }
  .snc-slide-content h1 {
    font-size: 1.8rem !important;
    line-height: 1.15;
    margin-bottom: 0.8rem;
  }
  .snc-slide-content p { font-size: 0.9rem; margin-bottom: 1.2rem; }
  .snc-eyebrow { font-size: 0.7rem; margin-bottom: 0.8rem; }
  .snc-btns { gap: 0.6rem; }
  .snc-btn { padding: 0.7rem 1.3rem; font-size: 0.8rem; }
  .snc-slide-overlay { background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3)); }

  /* INTRO NOSOTROS */
  .snc-intro { grid-template-columns: 1fr !important; gap: 2rem; padding: 3rem 1.2rem; }
  .snc-intro-frame { display: none; }

  /* FEATURES */
  .snc-grid3 { grid-template-columns: 1fr !important; }
  .snc-features { padding: 3rem 1.2rem; }

  /* CTA */
  .snc-cta { padding: 3rem 1.2rem; }
  .snc-cta-btns { flex-direction: column; align-items: center; }

  /* TIENDA - grid 2 columnas */
  .products-grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; }
  .product-card { padding: 0.8rem !important; }
  .product-card .product-title { font-size: 0.85rem !important; }
  .product-card .product-price { font-size: 0.9rem !important; }
  .btn-add-cart { font-size: 0.75rem !important; padding: 0.6rem !important; }

  /* CHECKOUT y CARRITO */
  .woo-page-wrap { padding: 0 1rem; margin: 1rem auto; }
  .signacnc-navbar { height: 60px; padding: 0 1rem; }
  .navbar-logo img { height: 90px !important; }
  .navbar-links { display: none !important; }
}

@media (max-width: 768px) {
  .snc-nav { padding: 0 1rem; height: 60px; }
  .snc-logo { height: 90px !important; }
  .snc-menu { display: none !important; }
  .snc-cart { font-size: 0.75rem; padding: 0.4rem 0.8rem; border-radius: 8px; }
  .snc-slider { height: 85vh; min-height: 400px; }
  .snc-slide-content { padding: 1.2rem 1.5rem; transform: none !important; max-width: 100%; }
  .snc-slide-content h1 { font-size: 1.8rem !important; line-height: 1.15; margin-bottom: 0.8rem; }
  .snc-slide-content p { font-size: 0.9rem; margin-bottom: 1.2rem; }
  .snc-eyebrow { font-size: 0.7rem; margin-bottom: 0.8rem; }
  .snc-btns { gap: 0.6rem; }
  .snc-btn { padding: 0.7rem 1.3rem; font-size: 0.8rem; }
  .snc-intro { grid-template-columns: 1fr !important; gap: 2rem; padding: 3rem 1.2rem; }
  .snc-intro-frame { display: none; }
  .snc-grid3 { grid-template-columns: 1fr !important; }
  .snc-features { padding: 3rem 1.2rem; }
  .snc-cta { padding: 3rem 1.2rem; }
  .snc-cta-btns { flex-direction: column; align-items: center; }
  .products-grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; }
  .woo-page-wrap { padding: 0 1rem; margin: 1rem auto; }
  .signacnc-navbar { height: 60px; padding: 0 1rem; }
  .navbar-logo img { height: 90px !important; }
  .navbar-links { display: none !important; }
}

/* Menú y cesta más grandes - global */
.snc-menu a {
  font-size: 1rem !important;
}
.snc-cart, .snc-cart-btn {
  font-size: 1rem !important;
  padding: 0.6rem 1.4rem !important;
}
