/*
Theme Name: Cookie Kidswear
Theme URI: https://cookiekidswear.pk/
Author: Cookie Kidswear Team
Author URI: https://cookiekidswear.pk/
Description: Luxury, soft blush-pink kidswear theme for WordPress and WooCommerce matching the Cookie Kidswear reference design with Fredoka typography and custom checkout.
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: cookie-kidswear-theme
*/

body {
    background-color: #FFFDFB;
    color: #4A3E3D;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', 'Quicksand', sans-serif;
    color: #3B2C2B;
}

a {
    color: #F05A7E;
    text-decoration: none;
}

a:hover {
    color: #DE486C;
}

/* Rounded Cards & Soft Shadows */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #ffffff;
    border-radius: 28px !important;
    border: 1px solid #F6E1DC !important;
    padding: 16px !important;
    box-shadow: 0 4px 15px rgba(240, 90, 126, 0.04) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(240, 90, 126, 0.12) !important;
}

/* Button Styling */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #F05A7E !important;
    color: #ffffff !important;
    border-radius: 99px !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    transition: background-color 0.2s ease !important;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button:hover {
    background-color: #DE486C !important;
}
