/* ==========================================================================
   D! Shop 3D - Clean & Minimalist Mode Proof of Concept Stylesheet
   De-clutters heavy tech elements, badges, and redundant sections.
   ========================================================================== */

/* 1. Header & Navigation Simplification */
body.dshop3d-clean-mode .top-announcement-bar {
    display: none !important;
}

body.dshop3d-clean-mode .subnav-categories {
    display: none !important;
}

body.dshop3d-clean-mode .site-header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.dshop3d-clean-mode .header-container {
    padding: 18px 20px;
}

/* 2. Hero Section De-cluttering */
body.dshop3d-clean-mode .tech-pill-badge {
    display: none !important;
}

body.dshop3d-clean-mode .hero-stats-grid {
    display: none !important;
}

body.dshop3d-clean-mode .spool-glow-circle {
    display: none !important;
}

body.dshop3d-clean-mode .spool-badge-overlay {
    display: none !important;
}

body.dshop3d-clean-mode .hero-tech-section {
    padding: 60px 0 50px;
}

body.dshop3d-clean-mode .hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

body.dshop3d-clean-mode .hero-subtitle {
    font-size: 1.05rem;
    opacity: 0.85;
    margin-bottom: 24px;
}

body.dshop3d-clean-mode .hero-spool-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

body.dshop3d-clean-mode .hero-media-logo {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

body.dshop3d-clean-mode .btn-glass {
    display: none !important;
}

/* 3. Material Showcase Cards Simplification */
body.dshop3d-clean-mode .spec-list {
    display: none !important;
}

body.dshop3d-clean-mode .material-card {
    padding: 20px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body.dshop3d-clean-mode .material-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 85, 0, 0.3);
}

/* 4. Product Cards De-cluttering */
body.dshop3d-clean-mode .badge-precision-tag {
    display: none !important;
}

body.dshop3d-clean-mode .spool-weight-tag {
    display: none !important;
}

body.dshop3d-clean-mode .product-tech-badges {
    display: none !important;
}

body.dshop3d-clean-mode .product-card-glass {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.015);
}

body.dshop3d-clean-mode .product-card-glass:hover {
    border-color: var(--primary-orange);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

body.dshop3d-clean-mode .product-card-body {
    padding: 16px;
}

body.dshop3d-clean-mode .product-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

body.dshop3d-clean-mode .btn-add-cart-gradient {
    border-radius: var(--radius-sm);
    box-shadow: none;
}

/* 5. Banners & Footer De-cluttering */
body.dshop3d-clean-mode .why-us-section {
    display: none !important;
}

body.dshop3d-clean-mode .trust-features-section {
    display: none !important;
}

body.dshop3d-clean-mode .footer-tags {
    display: none !important;
}

body.dshop3d-clean-mode .site-footer {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
