/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766043647
Updated: 2025-12-18 07:40:47

*/
/* ================= GLOBAL ================= */
body.woocommerce-shop .site-main {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ================= HERO ================= */
.inventory-hero {
    padding: 90px 5vw 70px;
    border-bottom: 1px solid #eee;
}
.inventory-hero h1 {
    font-size: 56px;
    font-weight: 300;
}
.inventory-hero h1 strong {
    font-weight: 700;
}
.inventory-subtext {
    font-size: 20px;
    max-width: 600px;
    color: #555;
}
.breadcrumb {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* ================= FILTER SHOWROOM ================= */
.inventory-filter-showroom {
    position: relative;
    min-height: 420px;
    background-image: url('https://www.bigboytoyz.com/images/filter-showroom-bg-desk.webp');
    background-size: cover;
    background-position: center;
}
.filter-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-inner {
    text-align: center;
    color: #fff;
    padding: 0 5vw;
}
.filter-inner h2 {
    font-size: 42px;
    margin-bottom: 10px;
}
.filter-inner p {
    font-size: 18px;
    margin-bottom: 30px;
}
.filter-form {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}
.searchandfilter ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.searchandfilter select,
.searchandfilter input {
    padding: 12px 14px;
    border: 1px solid #ccc;
    min-width: 180px;
}

/* ================= INVENTORY GRID ================= */
.alf-inventory {
    padding: 70px 5vw;
}
.inventory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
    gap: 35px;
}

/* ================= CARD ================= */
.inventory-card-link {
    text-decoration: none;
    color: inherit;
}
.inventory-card {
    border: 1px solid #eee;
    background: #fff;
    transition: .35s;
}
.inventory-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.inventory-image {
    position: relative;
}
.inventory-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
}
.inventory-info {
    padding: 18px;
}
.price {
    font-size: 20px;
    font-weight: 600;
}
.specs {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
}

/* ================= ACTIONS ================= */
.inventory-actions {
    display: flex;
}
.callback-btn {
    flex: 1;
    background: #000;
    color: #fff;
    border: none;
    padding: 14px;
    cursor: pointer;
}
.whatsapp-btn {
    width: 60px;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

/* ================= SHOWROOM CTA ================= */
.showroom-cta {
    position: relative;
    min-height: 520px;
    background-image: url('https://www.bigboytoyz.com/images/filter-showroom-bg-desk.webp');
    background-size: cover;
    background-position: center;
}
.showroom-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.55));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.showroom-content {
    color: #fff;
    padding: 0 5vw;
}
.showroom-tag {
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 18px;
}
.showroom-content h2 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 35px;
}
.showroom-content h2 strong {
    font-weight: 700;
}
.showroom-btn {
    display: inline-block;
    padding: 16px 42px;
    background: #fff;
    color: #000;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
}
.showroom-btn:hover {
    background: #000;
    color: #fff;
}

/* ================= POPUP ================= */
#callback-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
}
.popup-inner {
    background: #fff;
    max-width: 500px;
    margin: 10% auto;
    padding: 30px;
    position: relative;
}
.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

/* ================= MOBILE ================= */
@media(max-width:768px){
    .inventory-hero h1,
    .showroom-content h2 {
        font-size: 34px;
    }
}
