﻿/*
 Theme Name:     Divi Eshop Child Theme (Premium v2)
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    High-Converting, Mobile-Optimized WooCommerce Child Theme for Divi
 Author:         Antigravity Assistant
 Template:       Divi
 Version:        2.0.0
*/
:root {
    --premium-accent: #C5A059;
    --premium-accent-hover: #a38245;
    --premium-dark: #1A1A1A;
    --success-color: #27ae60;
}
.woocommerce div.product form.cart .button {
    background-color: var(--premium-accent) !important;
    color: #FFFFFF !important;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 18px !important;
    width: 100%;
}
.premium-sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
