/* Start custom CSS for html, class: .elementor-element-5b90998 *//* ====================================================
   MAMMUT PRO - VARIÁVEIS E BASE
==================================================== */
:root {
    --mammut-bg-main: #05070d;
    --mammut-bg-section: #0b1020;
    --mammut-bg-card: #111827;
    --mammut-bg-card-hover: #162033;
    
    --mammut-blue: #00aaff;
    --mammut-blue-neon: #00e5ff;
    --mammut-blue-dark: #0066ff;
    
    --mammut-white: #ffffff;
    --mammut-text-main: #f5f7fa;
    --mammut-text-muted: #9ca3af;
    
    --mammut-border: #1f2937;
    --mammut-border-blue: rgba(0, 229, 255, 0.45);
    
    --mammut-success: #22c55e;
    --mammut-danger: #ef4444;
    --mammut-warning: #f59e0b;

    --mammut-font: 'Inter', system-ui, -apple-system, sans-serif;
}

.mammut-store-wrapper {
    font-family: var(--mammut-font);
    background-color: var(--mammut-bg-main);
    color: var(--mammut-text-main);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.mammut-store-wrapper * {
    box-sizing: border-box;
}

.mammut-store-wrapper a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

.mammut-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ====================================================
   1. BARRA SUPERIOR
==================================================== */
.mammut-topbar {
    background-color: #000;
    border-bottom: 1px solid var(--mammut-border);
    font-size: 12px;
    color: var(--mammut-text-muted);
    padding: 8px 0;
}

.mammut-topbar-inner {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ====================================================
   2. HEADER PRINCIPAL
==================================================== */
.mammut-header {
    background-color: var(--mammut-bg-section);
    padding: 20px 0;
    border-bottom: 1px solid var(--mammut-border);
}

.mammut-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mammut-logo h2 {
    margin: 0;
    color: var(--mammut-white);
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -1px;
}

.mammut-logo span {
    color: var(--mammut-blue-neon);
}

.mammut-search {
    flex-grow: 1;
    display: flex;
    max-width: 600px;
    position: relative;
}

.mammut-search input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 6px 0 0 6px;
    border: 1px solid var(--mammut-border);
    background: var(--mammut-bg-main);
    color: var(--mammut-white);
    outline: none;
}

.mammut-search input:focus {
    border-color: var(--mammut-blue);
}

.mammut-search button {
    background: var(--mammut-blue-dark);
    border: none;
    padding: 0 20px;
    border-radius: 0 6px 6px 0;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.mammut-search button:hover {
    background: var(--mammut-blue);
    box-shadow: 0 0 10px var(--mammut-blue-neon);
}

.mammut-search button svg {
    width: 20px;
    height: 20px;
}

.mammut-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mammut-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--mammut-text-muted);
}

.mammut-icon-link svg {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.mammut-icon-link:hover {
    color: var(--mammut-blue-neon);
}

.mammut-cart-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--mammut-success);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    position: relative;
}

.mammut-cart-btn svg { width: 20px; height: 20px; }
.mammut-cart-btn:hover { background: #1da44d; box-shadow: 0 0 15px rgba(34, 197, 94, 0.4); }
.mammut-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--mammut-danger);
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

/* ====================================================
   3. MENU DE DEPARTAMENTOS
==================================================== */
.mammut-nav {
    background-color: var(--mammut-bg-main);
    border-bottom: 1px solid var(--mammut-border);
}

.mammut-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    overflow-x: auto;
}

.mammut-menu li a {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--mammut-text-main);
    white-space: nowrap;
}

.mammut-menu li a:hover {
    color: var(--mammut-blue-neon);
}

.mammut-highlight a {
    color: var(--mammut-blue-neon) !important;
    text-transform: uppercase;
}
.mammut-sale a {
    color: var(--mammut-danger) !important;
}

/* ====================================================
   4. BANNER PRINCIPAL (HERO)
==================================================== */
.mammut-hero {
    background: linear-gradient(135deg, #05070d 0%, #0b1020 100%);
    border-bottom: 1px solid var(--mammut-border);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mammut-hero::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(0,229,255,0.05) 0%, transparent 60%);
    pointer-events: none;
}

.mammut-badge {
    background: rgba(0, 229, 255, 0.1);
    color: var(--mammut-blue-neon);
    border: 1px solid var(--mammut-border-blue);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.mammut-hero h1 {
    font-size: 48px;
    font-weight: 900;
    margin: 10px 0 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--mammut-white);
}

.mammut-hero p {
    font-size: 18px;
    color: var(--mammut-text-muted);
    max-width: 600px;
    margin: 0 auto 30px;
}

.mammut-hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.mammut-btn {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
}

.mammut-btn-primary {
    background-color: var(--mammut-blue-dark);
    color: var(--mammut-white);
    border: 1px solid var(--mammut-blue);
}

.mammut-btn-primary:hover {
    background-color: var(--mammut-blue);
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
    color: white;
}

.mammut-btn-outline {
    background-color: transparent;
    color: var(--mammut-white);
    border: 1px solid var(--mammut-border);
}

.mammut-btn-outline:hover {
    border-color: var(--mammut-blue-neon);
    color: var(--mammut-blue-neon);
}

/* ====================================================
   5. BANNERS SECUNDÁRIOS
==================================================== */
.mammut-banners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.mammut-banner-card {
    background: var(--mammut-bg-card);
    border: 1px solid var(--mammut-border);
    padding: 30px;
    border-radius: 8px;
    transition: 0.3s;
}

.mammut-banner-card:hover {
    border-color: var(--mammut-blue-dark);
    transform: translateY(-5px);
}

.mammut-banner-center {
    border-color: var(--mammut-border-blue);
    background: linear-gradient(180deg, var(--mammut-bg-card) 0%, rgba(0, 102, 255, 0.1) 100%);
}

.mammut-banner-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--mammut-white);
}

.mammut-banner-card p {
    color: var(--mammut-text-muted);
    font-size: 14px;
    margin-bottom: 20px;
}

.mammut-banner-card a {
    color: var(--mammut-blue-neon);
    font-weight: bold;
    font-size: 14px;
}

/* ====================================================
   6. CATEGORIAS RÁPIDAS
==================================================== */
.mammut-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin-bottom: 60px;
}

.mammut-cat-card {
    background: var(--mammut-bg-section);
    border: 1px solid var(--mammut-border);
    padding: 20px 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mammut-text-muted);
}

.mammut-cat-card:hover {
    border-color: var(--mammut-blue-neon);
    color: var(--mammut-blue-neon);
    background: var(--mammut-bg-card-hover);
}

/* ====================================================
   7 & 8. SEÇÕES DE PRODUTOS WOOCOMMERCE 
   (O CSS ajusta os shortcodes gerados pelo Woo)
==================================================== */
.mammut-products-section {
    margin-bottom: 60px;
}

.mammut-section-header {
    margin-bottom: 30px;
    border-left: 4px solid var(--mammut-blue-neon);
    padding-left: 15px;
}

.mammut-section-header h2 {
    margin: 0 0 5px;
    font-size: 24px;
    color: var(--mammut-white);
}

.mammut-section-header p {
    margin: 0;
    color: var(--mammut-text-muted);
    font-size: 14px;
}

/* Estilizando o Grid Nativo do Woo para casar com a loja */
.mammut-woo-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin: 0 !important;
}

.mammut-woo-grid ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: var(--mammut-bg-card) !important;
    border: 1px solid var(--mammut-border) !important;
    border-radius: 8px !important;
    padding: 15px !important;
    text-align: center !important;
    transition: 0.3s !important;
}

.mammut-woo-grid ul.products li.product:hover {
    border-color: var(--mammut-blue-dark) !important;
    transform: translateY(-5px) !important;
}

.mammut-woo-grid ul.products li.product img {
    border-radius: 4px !important;
    margin-bottom: 15px !important;
}

.mammut-woo-grid ul.products li.product .woocommerce-loop-product__title {
    color: var(--mammut-white) !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.mammut-woo-grid ul.products li.product .price {
    color: var(--mammut-success) !important;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.mammut-woo-grid ul.products li.product .button {
    background: var(--mammut-blue-dark) !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 10px !important;
    display: block !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.mammut-woo-grid ul.products li.product .button:hover {
    background: var(--mammut-blue) !important;
}

/* ====================================================
   9. SEÇÃO MONTE SEU PC
==================================================== */
.mammut-builder-cta {
    background: linear-gradient(90deg, var(--mammut-bg-section) 0%, #001a33 100%);
    border-top: 1px solid var(--mammut-border);
    border-bottom: 1px solid var(--mammut-border);
    padding: 60px 0;
    margin-bottom: 60px;
}

.mammut-builder-inner {
    text-align: center;
    max-width: 800px;
}

.mammut-builder-text h2 {
    font-size: 32px;
    color: var(--mammut-blue-neon);
    margin: 0 0 15px;
}

.mammut-builder-text p {
    color: var(--mammut-text-main);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* ====================================================
   10. BAZAR DO MAMMUT
==================================================== */
.mammut-bazaar {
    background: var(--mammut-bg-card);
    border: 1px dashed var(--mammut-border-blue);
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.mammut-bazaar h2 {
    color: var(--mammut-warning);
    margin: 0 0 15px;
    font-size: 28px;
}

.mammut-bazaar p {
    color: var(--mammut-text-muted);
    margin-bottom: 25px;
}

/* ====================================================
   11. DIFERENCIAIS
==================================================== */
.mammut-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
    border-top: 1px solid var(--mammut-border);
    padding-top: 40px;
}

.mammut-feature {
    text-align: center;
}

.mammut-feature h4 {
    color: var(--mammut-white);
    margin: 0 0 10px;
}

.mammut-feature p {
    color: var(--mammut-text-muted);
    font-size: 13px;
    margin: 0;
}

/* ====================================================
   12. RODAPÉ
==================================================== */
.mammut-footer {
    background-color: var(--mammut-bg-section);
    border-top: 1px solid var(--mammut-border);
    padding: 60px 0 20px;
}

.mammut-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.mammut-footer-col h3 { margin: 0 0 15px; color: var(--mammut-white); }
.mammut-footer-col h3 span { color: var(--mammut-blue-neon); }
.mammut-footer-col h4 { color: var(--mammut-white); margin: 0 0 20px; }
.mammut-footer-col p, .mammut-footer-col ul { color: var(--mammut-text-muted); font-size: 14px; }
.mammut-footer-col ul { list-style: none; padding: 0; margin: 0; }
.mammut-footer-col ul li { margin-bottom: 10px; }
.mammut-footer-col ul li a:hover { color: var(--mammut-blue-neon); }

.mammut-footer-bottom {
    text-align: center;
    border-top: 1px solid var(--mammut-border);
    padding-top: 20px;
    color: var(--mammut-text-muted);
    font-size: 13px;
}

/* ====================================================
   RESPONSIVIDADE (MOBILE)
==================================================== */
@media (max-width: 992px) {
    .mammut-banners-grid,
    .mammut-woo-grid ul.products,
    .mammut-features,
    .mammut-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .mammut-topbar-inner { flex-direction: column; text-align: center; gap: 5px; }
    .mammut-header-inner { flex-wrap: wrap; }
    .mammut-search { order: 3; max-width: 100%; margin-top: 15px; }
    .mammut-hero h1 { font-size: 32px; }
    .mammut-hero-buttons { flex-direction: column; }
    .mammut-banners-grid,
    .mammut-woo-grid ul.products,
    .mammut-features,
    .mammut-footer-grid {
        grid-template-columns: 1fr !important;
    }
}/* End custom CSS */