/*
 Theme Name:   Always in Bloom
 Theme URI:    https://alwaysinbloom.example.com
 Description:  A premium Divi Child Theme for Always in Bloom - Italian Crepe Paper Floral Art.
 Author:       Antigravity AI
 Template:     divi
 Version:      1.0.0
 Text Domain:  aib-theme
*/

/* ==========================================================================
   Custom CSS for Always in Bloom - Premium Polish
   ========================================================================== */

/* 1. Smooth Fade-In Animations for Sections */
.et_pb_section {
    transition: all 0.8s ease-out;
}

/* 2. Luxury Button Hover Effect */
.et_pb_button {
    transition: all 0.3s ease !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.et_pb_button:hover {
    background-color: #5d4037 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(93, 64, 55, 0.2);
    transform: translateY(-2px);
}

/* 3. Icon Hover Refinement */
.et_pb_main_blurb_image span {
    transition: transform 0.3s ease, color 0.3s ease !important;
}

.et_pb_blurb:hover .et_pb_main_blurb_image span {
    transform: scale(1.1);
    color: #5d4037 !important;
}

/* 4. Glassmorphism for Sticky Header */
#main-header.et-fixed-header {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* 5. Refined WooCommerce Placeholder Text */
.woocommerce-info,
.et_pb_shop .woocommerce-no-products-found {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #8d6e63;
    border-top: 2px solid #fff9f9;
}