/*
Theme Name:   Pagrishop Child
Theme URI:    https://pagrishop.com/
Description:  Production-Ready Luxury Sikh Turban & WooCommerce Theme for Pagrishop.com. Features custom high-converting landing pages for Dumala Fabrics, Full Voile, Rubia, Heavy Rubia, interactive meter calculators, and SEO rich schemas.
Author:       Senior E-Commerce Engineering Team
Author URI:   https://pagrishop.com/
Template:     astra
Version:      2.5.0
License:      GNU General Public License v2 or later
Text Domain:  pagrishop
*/

/* ==========================================================================
   Master Theme Stylesheet & Custom Overrides
   ========================================================================== */

/* Load Main E-Commerce Design System */
@import url('assets/css/dumala-fabrics.css');

/* Theme-Wide Luxury Base Enhancements */
body.pagrishop-theme {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--df-bg-primary, #ffffff);
  color: var(--df-text-primary, #0f172a);
}

/* Custom WooCommerce Badge Enhancements */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background-color: #d97706 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 0.25rem 0.75rem !important;
  font-size: 0.75rem !important;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.3) !important;
}

/* Custom Add to Cart Button Enhancements */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background-color: #0f172a !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 0.85rem 2rem !important;
  transition: all 0.3s ease !important;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
  background-color: #d97706 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35) !important;
}
