/*
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.1.1761869754
Updated: 2025-10-31 00:15:54

*/

/* === Hero Custom Styles === */
body.home .entry-title,
body.home .wp-block-post-title,
body.home .woocommerce-breadcrumb,
body.home .storefront-breadcrumb { 
  display: none !important; 
}

body.home .site-main { 
  padding-top: 0 !important; 
}

body.home .wp-block-heading { 
  color: #4A7CF5 !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

body.home .wp-block-paragraph { 
  color: #333 !important; 
  line-height: 1.4; 
  margin-bottom: 15px;
}

body.home .wp-block-paragraph:first-of-type {
  color: #666 !important;
  font-size: 14px;
  margin-bottom: 5px;
}

body.home .wp-block-button__link {
  background-color: #4A4E57 !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 12px 24px !important;
  font-weight: 600;
  box-shadow: none;
  transition: background-color .2s ease;
}
body.home .wp-block-button__link:hover {
  background-color: #37424c !important;
}

