/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.2.1768171486
Updated: 2026-01-11 22:44:46

*/

/* Checkout Baby Shower - limpa extras */
.woocommerce-checkout .woocommerce-additional-fields { display: none; }
.woocommerce-checkout label[for="order_comments"] { display: none; }
.woocommerce-checkout #order_comments { display: none; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { display: none; }
.woocommerce-checkout .woocommerce-checkout-review-order-table { margin-top: 20px; }
/* CHÁ BEBÉ MENINO - VISUAL FINAL */
body {
  background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 50%, #E1F5FE 100%) !important;
}

/* Header azul bebé */
.site-header {
  background: linear-gradient(90deg, #81D4FA, #4FC3F7) !important;
  box-shadow: 0 4px 20px rgba(129,212,250,0.4) !important;
}

/* Botões "Doar" / Adicionar à Lista */
.button.alt, .woocommerce-loop-product__button, .added_to_cart {
  background: linear-gradient(45deg, #42A5F5, #1976D2) !important;
  border: none !important;
  border-radius: 50px !important;
  color: white !important;
  padding: 16px 32px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(66,165,245,0.4) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.button.alt:hover, .added_to_cart:hover {
  background: linear-gradient(45deg, #1976D2, #0D47A1) !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 12px 35px rgba(25,118,210,0.6) !important;
}

/* Stock badges */
.stock {
  background: linear-gradient(135deg, #B3E5FC, #81D4FA) !important;
  color: #0277BD !important;
  border-radius: 25px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}

/* Cards produtos */
.woocommerce ul.products li.product {
  background: rgba(255,255,255,0.9) !important;
  border-radius: 30px !important;
  box-shadow: 0 15px 40px rgba(129,212,250,0.25) !important;
  border: 2px solid rgba(129,212,250,0.3) !important;
  transition: all 0.4s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 25px 60px rgba(66,165,245,0.3) !important;
}

/* Títulos */
h1, h2, h3 {
  color: #1976D2 !important;
}

/* Checkout */
.woocommerce-checkout {
  background: rgba(227,242,253,0.8) !important;
  border-radius: 25px !important;
  padding: 30px !important;
  box-shadow: inset 0 0 40px rgba(129,212,250,0.2) !important;
}
