/*
Theme Name: MontegaGrip v2
Theme URI: https://montegagrip.com/
Author: MontegaGrip
Description: Custom WordPress and WooCommerce theme converted from the MontegaGrip HTML website.
Version: 1.1.0
Text Domain: montegagrip
Requires at least: 6.0
Requires PHP: 7.4
*/

            :root { --mg-red:#e21f26; --mg-black:#0b0b0c; --mg-gray:#f4f4f4; --mg-mid:#777; }
            body { color:#222; }
            .mg-logo { display:inline-block; color:#111 !important; font-weight:800; font-size:22px; letter-spacing:1.5px; line-height:60px; text-transform:uppercase; }
            .mg-logo .grip { color:var(--mg-red); }
            .navbar .nav > li > a { font-weight:600; letter-spacing:.8px; }
            .mg-nav-shop { background:var(--mg-red); color:#fff !important; padding:8px 18px !important; margin-top:14px; }
            .mg-nav-shop:hover { background:#111 !important; color:#fff !important; }
            #home { padding-bottom:0 !important; margin-bottom:0 !important; }
            .tp-banner-container { width:100%; position:relative; padding:0; margin:0; overflow:hidden; background:#090909; }
            #montegagrip-revslider { width:100%; position:relative; margin-bottom:0 !important; }
            #montegagrip-revslider + * { margin-top:0 !important; }
            #montegagrip-revslider { width:100%; position:relative; }
            #montegagrip-revslider ul { margin:0; padding:0; list-style:none; }
            #montegagrip-revslider .tp-bgimg,
            #montegagrip-revslider img { object-fit:cover; }
            #montegagrip-revslider .tp-revslider-mainul,
            #montegagrip-revslider .tp-revslider-slidesli { width:100%; }
            .mg-slide-shade {
                position:absolute;
                inset:0;
                background:linear-gradient(
                    90deg,
                    rgba(0,0,0,.28) 0%,
                    rgba(0,0,0,.14) 38%,
                    rgba(0,0,0,0) 72%
                );
                z-index:1 !important;
                pointer-events:none;
            }
            /* Keep Revolution Slider text/captions above the dark image shade */
            #montegagrip-revslider .tp-caption {
                z-index:10 !important;
            }

            .mg-kicker { color:var(--mg-red) !important; font-size:15px; font-weight:800; letter-spacing:3px; text-transform:uppercase; }
            .mg-hero-title { color:#fff !important; font-size:64px; line-height:.98; font-weight:800; letter-spacing:1px; text-transform:uppercase; text-shadow:0 2px 18px rgba(0,0,0,.25); }
            .mg-hero-copy { color:#fff !important; font-size:20px; line-height:1.55; max-width:590px; }
            .mg-btn { display:inline-block; background:var(--mg-red); color:#fff !important; border:2px solid var(--mg-red); padding:14px 27px; font-weight:800; text-transform:uppercase; letter-spacing:1px; font-size:12px; transition:.2s; }
            .mg-btn:hover { background:#fff; border-color:#fff; color:#111 !important; }
            .mg-btn-outline { background:transparent; border-color:#fff; margin-left:10px; }
            .mg-btn-outline:hover { background:#fff; color:#111 !important; }
            .mg-section-title { font-size:30px; line-height:1.15; font-weight:700; letter-spacing:.2px; color:#111; margin-bottom:15px; }
            .mg-eyebrow { color:var(--mg-red); text-transform:uppercase; font-weight:800; letter-spacing:2px; font-size:12px; margin-bottom:12px; display:block; }
            .mg-lead { font-size:17px; line-height:1.75; color:#666; }
            .mg-feature { padding:34px 28px; background:#fff; border:1px solid #eee; min-height:245px; transition:.2s; }
            .mg-feature:hover { transform:translateY(-4px); box-shadow:0 14px 35px rgba(0,0,0,.08); }
            .mg-feature i { color:var(--mg-red); font-size:42px; margin-bottom:18px; display:block; }
            .mg-feature h3 { font-size:17px; font-weight:800; text-transform:uppercase; letter-spacing:1px; margin-bottom:10px; }
            .mg-dark { background:#101011; color:#fff; }
            .mg-dark .mg-section-title, .mg-dark h2, .mg-dark h3 { color:#fff; }
            .mg-dark .mg-lead { color:#c9c9c9; }
            .mg-image-wrap img { width:100%; display:block; box-shadow:0 20px 55px rgba(0,0,0,.16); }
            .mg-step { display:flex; gap:18px; margin-bottom:25px; }
            .mg-step-num { width:42px; height:42px; border-radius:50%; background:var(--mg-red); color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
            .mg-step h4 { margin:0 0 7px; font-size:15px; text-transform:uppercase; font-weight:800; letter-spacing:1px; }
            .mg-step p { margin:0; color:#777; line-height:1.65; }
            .mg-product-card { background:#fff; border:1px solid #e8e8e8; overflow:hidden; height:100%; }
            .mg-product-card img { width:100%; }
            .mg-product-body { padding:28px; }
            .mg-product-size { display:inline-block; background:#111; color:#fff; padding:6px 10px; font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; margin-bottom:12px; }
            .mg-product-card h3 { font-size:22px; font-weight:800; text-transform:uppercase; margin:0 0 10px; }
            .mg-gallery img { width:100%; margin-bottom:30px; display:block; }
            .mg-cta { background:var(--mg-red); color:#fff; }
            .mg-cta h2 { color:#fff; font-size:38px; font-weight:800; margin:0 0 10px; text-transform:uppercase; }
            .mg-cta p { color:#fff; font-size:17px; margin-bottom:0; }
            .mg-footer { background:#0b0b0c; color:#aaa; padding:48px 0 28px; }
            .mg-footer .mg-logo { color:#fff !important; line-height:normal; margin-bottom:12px; }
            .mg-footer a { color:#ddd; }
            .mg-footer a:hover { color:var(--mg-red); }
            .mg-footer-links a { margin-left:24px; text-transform:uppercase; font-size:11px; letter-spacing:1px; }
            .mg-subhero { background:#111; color:#fff; padding:135px 0 58px; }
            .mg-subhero h1 { color:#fff; text-transform:uppercase; font-size:44px; font-weight:800; margin:0; }
            .mg-subhero p { color:#bbb; margin:12px 0 0; font-size:16px; }
            .mg-product-main { padding:80px 0; }
            .mg-product-main .zoom-gallery > a > img { width:100%; }
            .mg-product-main .products-thumb { margin-top:15px; display:flex; gap:12px; }
            .mg-product-main .products-thumb a { flex:1; }
            .mg-product-main .products-thumb img { width:100%; }
            .mg-product-name { font-size:30px; line-height:1.2; font-weight:800; text-transform:uppercase; letter-spacing:1px; color:#111; }
            .mg-product-label { color:var(--mg-red); font-weight:800; letter-spacing:1.4px; text-transform:uppercase; font-size:12px; }
            .mg-size-selector { display:flex; gap:12px; margin:22px 0 12px; }
            .mg-size-btn { border:2px solid #111; background:#fff; color:#111; padding:12px 22px; font-weight:800; text-transform:uppercase; cursor:pointer; }
            .mg-size-btn.active, .mg-size-btn:hover { background:#111; color:#fff; }
            .mg-price-note { color:#777; font-size:13px; margin:9px 0 22px; }
            .mg-cart-row { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
            .mg-qty { width:86px; height:48px; border:1px solid #ddd; padding:0 10px; }
            .mg-cart-button { height:48px; border:0; background:var(--mg-red); color:#fff; font-weight:800; padding:0 28px; text-transform:uppercase; letter-spacing:1px; }
            .mg-cart-button:hover { background:#111; }
            .mg-checkout-note { display:none; margin-top:14px; padding:12px 14px; background:#f5f5f5; border-left:3px solid var(--mg-red); font-size:13px; }
            .mg-spec-list { margin:18px 0 0; padding:0; list-style:none; }
            .mg-spec-list li { padding:10px 0; border-bottom:1px solid #eee; }
            .mg-shop-card { background:#fff; border:1px solid #e7e7e7; overflow:hidden; margin-bottom:30px; }
            .mg-shop-card img { width:100%; display:block; }
            .mg-shop-card .body { padding:24px; }
            .mg-shop-card h3 { font-size:20px; font-weight:800; text-transform:uppercase; margin:0 0 8px; }
            .mg-inline-tag { color:var(--mg-red); font-weight:800; font-size:12px; letter-spacing:1px; text-transform:uppercase; }
            .mg-red-line { width:52px; height:3px; background:var(--mg-red); margin:17px 0 20px; }
            .mg-muted { color:#777; }
            /* MontegaGrip centered video section */
            .mg-video-section {
                background:#101011;
                padding:80px 0;
                color:#fff;
            }
            .mg-video-heading {
                text-align:center;
                margin-bottom:32px;
            }
            .mg-video-section .mg-section-title {
                color:#fff;
            }
            .mg-video-section .mg-eyebrow {
                color:var(--mg-red);
            }
            .mg-video-box {
                width:100%;
                max-width:960px;
                margin:0 auto;
                background:#000;
                position:relative;
                overflow:hidden;
                box-shadow:0 18px 45px rgba(0,0,0,.14);
            }
            .mg-video-box::before {
                content:"";
                display:block;
                padding-top:56.25%;
            }
            .mg-video-box video {
                position:absolute;
                inset:0;
                width:100%;
                height:100%;
                display:block;
                object-fit:cover;
                background:#000;
            }

            @media (max-width:991px) {
                .mg-hero-title { font-size:46px; }
                .mg-hero-copy { font-size:17px; }
                .mg-nav-shop { margin:0; background:transparent; color:#111 !important; padding:10px 15px !important; }
                .mg-footer-links { text-align:left !important; margin-top:20px; }
                .mg-footer-links a { margin:0 18px 0 0; }
            }
            @media (max-width:767px) {
                .mg-logo { line-height:50px; font-size:18px; }
                .mg-hero-title { font-size:36px; }
                .mg-hero-copy { font-size:15px; max-width:88%; }
                .mg-btn { padding:11px 18px; }
                .mg-btn-outline { margin-left:6px; }
                .mg-section-title { font-size:30px; }
                .mg-subhero { padding-top:100px; }
                .mg-subhero h1 { font-size:34px; }
            }
        

/* =========================================================
   WordPress / WooCommerce integration
   ========================================================= */
html { scroll-behavior: smooth; }
body.admin-bar .navbar-fixed-top { top: 32px; }
@media screen and (max-width:782px) { body.admin-bar .navbar-fixed-top { top:46px; } }

.mg-feature .dashicons {
    color:var(--mg-red);
    font-size:42px;
    width:42px;
    height:42px;
    line-height:42px;
    margin-bottom:18px;
}

/* Revolution Slider fallback controls so the converted theme does not depend
   on optional image assets that were not present in the uploaded source ZIP. */
.tp-bullets .bullet {
    background:rgba(255,255,255,.45) !important;
    width:10px !important;
    height:10px !important;
    border-radius:50% !important;
    margin:0 5px !important;
}
.tp-bullets .bullet.selected { background:#fff !important; }
.tp-leftarrow,
.tp-rightarrow {
    width:42px !important;
    height:42px !important;
    line-height:42px !important;
    background:rgba(0,0,0,.35) !important;
    border-radius:2px;
    text-align:center;
}
.tp-leftarrow:before,
.tp-rightarrow:before {
    color:#fff;
    font-family:Arial, sans-serif;
    font-size:30px;
    line-height:42px;
}
.tp-leftarrow:before { content:"‹"; }
.tp-rightarrow:before { content:"›"; }

.mg-wc-content { padding:110px 0 70px; }
.mg-product-main .price {
    color:#111;
    font-size:24px;
    font-weight:800;
    margin:16px 0;
}
.mg-product-main form.cart { margin-top:22px; }
.mg-product-main form.cart .quantity { display:inline-block; float:none; margin-right:10px; }
.mg-product-main form.cart .qty {
    width:86px;
    height:48px;
    border:1px solid #ddd;
    padding:0 10px;
}
.mg-product-main .single_add_to_cart_button,
.mg-product-main .button.alt {
    min-height:48px;
    border:0 !important;
    border-radius:0 !important;
    background:var(--mg-red) !important;
    color:#fff !important;
    font-weight:800 !important;
    padding:0 28px !important;
    text-transform:uppercase;
    letter-spacing:1px;
}
.mg-product-main .single_add_to_cart_button:hover,
.mg-product-main .button.alt:hover { background:#111 !important; }
.mg-product-main table.variations { margin:20px 0 14px; width:100%; }
.mg-product-main table.variations th,
.mg-product-main table.variations td { padding:8px 0; vertical-align:middle; }
.mg-product-main table.variations label {
    color:#111;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
}
.mg-product-main table.variations select {
    width:100%;
    max-width:260px;
    height:46px;
    border:2px solid #111;
    background:#fff;
    padding:0 12px;
    font-weight:700;
}
.mg-product-main .reset_variations { margin-left:10px; font-size:12px; }
.mg-product-main .woocommerce-variation-price { margin:12px 0; }
.mg-product-main .woocommerce-variation-add-to-cart { margin-top:12px; }
.mg-product-main .stock { font-weight:700; }
.mg-product-main .woocommerce-product-details__short-description { margin-top:14px; }

.mg-setup-note {
    padding:18px 20px;
    background:#f7f7f7;
    border-left:4px solid var(--mg-red);
    margin-top:24px;
    color:#444;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error { margin-top:80px; }

@media (max-width:767px) {
    .mg-wc-content { padding-top:85px; }
    .mg-product-main .single_add_to_cart_button { padding:0 18px !important; }
}
