.elementor-76 .elementor-element.elementor-element-18c39da{--display:flex;}.elementor-76 .elementor-element.elementor-element-3ee7093{--display:flex;}.elementor-76 .elementor-element.elementor-element-ed26cff.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-76 .elementor-element.elementor-element-ed26cff.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-76 .elementor-element.elementor-element-ed26cff.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-ed26cff.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-ed26cff *//* --- DBAM WOOCOMMERCE MASTER GRID: THE DEFINITIVE FIX --- */

/* 1. DESKTOP & GENERAL STYLING */
.woocommerce ul.products li.product {
    background: #fff !important;
    border: 5px solid #000 !important;
    padding: 20px !important;
    box-shadow: 10px 10px 0px #000 !important;
    transition: all 0.2s ease-in-out !important;
    margin-bottom: 40px !important;
    list-style: none !important;
}

.woocommerce ul.products li.product:hover {
    transform: translate(-5px, -5px) !important;
    box-shadow: 15px 15px 0px #00E5FF !important;
}

/* 2. IMAGES, TITLES, PRICES */
.woocommerce ul.products li.product img {
    border: 4px solid #000 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    height: auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-size: 1.3rem !important;
    padding: 10px 0 !important;
}

.woocommerce ul.products li.product .price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    color: #e91e63 !important;
    font-size: 1.5rem !important;
    display: block !important;
    margin-bottom: 15px !important;
}

/* 3. BUTTONS */
.woocommerce ul.products li.product .button {
    background-color: #FFD700 !important;
    color: #000 !important;
    border: 4px solid #000 !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    box-shadow: 4px 4px 0px #000 !important;
    padding: 15px 20px !important;
    display: block !important;
    text-align: center !important;
}

/* 4. CLEANUP (Hide junk) */
.woocommerce-ordering, 
.woocommerce-result-count,
.star-rating,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    display: none !important;
}

/* 5. THE NUCLEAR MOBILE FIX: 1 COLUMN ONLY */
@media (max-width: 768px) {
    /* Force the list to stop acting like a grid */
    .woocommerce ul.products, 
    .woocommerce-page ul.products {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Force every single product li to 100% width */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page.columns-1 ul.products li.product,
    .woocommerce-page.columns-2 ul.products li.product,
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce-page.columns-4 ul.products li.product,
    .woocommerce ul.products[class*="columns-"] li.product {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
        float: none !important; /* Kills the columns */
        display: block !important;
        clear: both !important;
        box-sizing: border-box !important;
    }

    /* Adjust font size for mobile so it fits the screen width */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.5rem !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* --- DBAM HOMEPAGE: THE COMPLETE STATIC & HEAVY SYSTEM --- */

/* 1. HERO SECTION - Texture & Layout */
.hero-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding: 120px 8% !important;
    background-color: #ffffff !important;
    background-image: radial-gradient(#ccc 1.5px, transparent 1.5px) !important; /* Retro Halftone Dots */
    background-size: 30px 30px !important;
    gap: 60px !important;
    border-bottom: 10px solid #000 !important;
}

.hero-content {
    flex: 1 !important;
    min-width: 320px !important;
    z-index: 10;
}

/* Impact Text with Cyan Shadow */
.impact-text {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    line-height: 0.85 !important;
    font-size: clamp(60px, 10vw, 130px) !important;
    color: #000 !important;
    text-transform: uppercase !important;
    text-shadow: 10px 10px 0px #00E5FF !important;
    margin-bottom: 25px !important;
}

/* Highlighter Subtitle */
.hero-subtitle {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #000 !important;
    background: #FFD700 !important;
    padding: 10px 15px !important;
    display: inline-block !important;
    border: 3px solid #000 !important;
    transform: rotate(-1.5deg);
    line-height: 1.3 !important;
}

/* 2. THE MUG DISPLAY - Static & Bold */
.hero-product-image {
    position: relative !important;
    flex: 1 !important;
    min-width: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-bg-shape {
    position: absolute !important;
    width: 420px !important;
    height: 420px !important;
    background: #FF4500 !important; /* Neon Orange Box */
    border: 10px solid #000 !important;
    box-shadow: 20px 20px 0px #000 !important;
    z-index: 1 !important;
    transform: rotate(-4deg);
}

.hero-mug-shot {
    position: relative !important;
    z-index: 5 !important;
    max-width: 110% !important;
    height: auto !important;
    transform: rotate(4deg) !important; /* Static tilt */
    filter: drop-shadow(20px 20px 0px rgba(0,0,0,0.4)) !important;
    transition: none !important; /* Animations killed */
}

/* 3. "CHOOSE YOUR VIBE" HEADER OVERHAUL */
.categories-container {
    background: #00E5FF !important; /* Huge Cyan Break */
    padding: 100px 5% !important;
}

.spotlight-header {
    text-align: center !important;
    margin-bottom: 80px !important;
}

/* Stencil-Style Heading */
.spotlight-header .impact-text {
    background: #000 !important;
    color: #FFD700 !important;
    padding: 15px 40px !important;
    display: inline-block !important;
    text-shadow: none !important;
    transform: rotate(1deg);
    box-shadow: 15px 15px 0px #FF4500 !important;
}

.section-tagline {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.6rem !important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin-top: 40px !important;
    line-height: 1.1;
}

/* 4. THE CATEGORY GRID */
.category-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 40px !important;
}

.cat-card {
    background: #fff !important;
    border: 8px solid #000 !important;
    box-shadow: 12px 12px 0px #000 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    color: #000 !important;
    overflow: visible !important;
}

/* Messy Card Tilts */
.cat-card:nth-child(odd) { transform: rotate(-2deg); }
.cat-card:nth-child(even) { transform: rotate(2deg); }

.cat-card:hover {
    transform: scale(1.05) rotate(0deg) !important;
    box-shadow: 25px 25px 0px #FF4500 !important;
    z-index: 20;
}

/* 5. CARD CONTENT & BUTTONS */
.image-wrapper {
    height: 320px !important;
    border-bottom: 8px solid #000 !important;
    background: #eee !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.cat-info { padding: 30px !important; }

.impact-text-sm {
    background: #000 !important;
    color: #fff !important;
    padding: 8px 15px !important;
    font-size: 2.2rem !important;
    display: table !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.cat-link {
    background: #e91e63 !important; /* Pink Brand Sticker */
    color: #fff !important;
    padding: 10px 20px !important;
    font-weight: 900 !important;
    border: 4px solid #000 !important;
    display: inline-block !important;
    text-transform: uppercase;
}

/* 6. MAIN CALL TO ACTION BUTTON */
.dbam-button {
    background: #00E5FF !important;
    color: #000 !important;
    padding: 20px 40px !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
    border: 6px solid #000 !important;
    box-shadow: 10px 10px 0px #000 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: 0.2s;
}

.dbam-button:hover {
    background: #FF4500 !important;
    color: #fff !important;
    transform: translate(-5px, -5px);
    box-shadow: 15px 15px 0px #000 !important;
}/* End custom CSS */