/*
Theme Name: Radium
Description: Premium aluminum radiator theme for Radium company
Version: 1.0
Author: Radium Team
*/

/* Border radius utilities */
.rounded-button {
    border-radius: 8px;
}

.\!rounded-button {
    border-radius: 8px !important;
}

/* Tailwind CSS important modifier support */
.\!rounded-button {
    border-radius: 8px !important;
}

/* Custom styles */
:where([class^="ri-"])::before { content: "\f3c2"; }
body { font-family: 'Inter', sans-serif; }

/* Logo styles */
.custom-logo-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}
.custom-logo-link:hover {
    opacity: 0.8;
}
.custom-logo {
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease;
}
.header-logo {
    max-height: 60px;
}
.footer-logo {
    max-height: 50px;
}

/* WooCommerce Cart Styles */
.woocommerce-cart-form table {
    border-collapse: separate;
    border-spacing: 0;
}

.woocommerce-cart-form .quantity input {
    width: 80px;
    text-align: center;
}

.cart_item:hover {
    background-color: #f9fafb;
}

.cart_totals {
    position: sticky;
    top: 20px;
}

.checkout-button {
    background: linear-gradient(135deg, #ca2222 0%, #f25f34 100%);
    box-shadow: 0 4px 15px rgba(202, 34, 34, 0.3);
    transition: all 0.3s ease;
}

.checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(202, 34, 34, 0.4);
}

/* Responsive Cart Table */
@media (max-width: 768px) {
    .woocommerce-cart-form table,
    .woocommerce-cart-form thead,
    .woocommerce-cart-form tbody,
    .woocommerce-cart-form th,
    .woocommerce-cart-form td,
    .woocommerce-cart-form tr {
        display: block;
    }
    
    .woocommerce-cart-form thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .woocommerce-cart-form tr {
        border: 1px solid #e5e7eb;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 8px;
    }
    
    .woocommerce-cart-form td {
        border: none;
        position: relative;
        padding: 10px 10px 10px 35%;
    }
    
    .woocommerce-cart-form td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #374151;
    }
}
.gradient-overlay { background: linear-gradient(135deg, rgba(202, 34, 34, 0.9) 0%, rgba(242, 95, 52, 0.8) 100%); }
.product-hover { transition: all 0.3s ease; }
.product-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.scrolling-text {
    display: inline-block;
    animation: scroll linear infinite;
}
@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.hero-bg { background-image: url('https://readdy.ai/api/search-image?query=modern%20luxury%20aluminum%20radiator%20installation%20in%20contemporary%20home%20interior%20with%20clean%20white%20walls%20professional%20heating%20system%20premium%20quality%20radiators%20mounted%20on%20wall%20bright%20natural%20lighting%20minimalist%20design%20high%20end%20residential%20space&width=1920&height=800&seq=hero001&orientation=landscape'); }
.slider-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}
.slider-wrapper {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-slide {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-slide.active {
    transform: translateZ(50px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.slider-slide.prev {
    transform: translateX(-100%) translateZ(-50px) scale(0.98);
    opacity: 0.7;
}
.slider-slide.next {
    transform: translateX(100%) translateZ(-50px) scale(0.98);
    opacity: 0.7;
}
.slider-nav-button {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.slider-nav-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}
.slider-dots {
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 6px 12px;
}
