    body {
        background: #fff !important;
    }
    
    .p30 {
        padding-bottom: 30px;
    }
    
    #header.sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px!important;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    
    #header.sticky-header #header-wrap #logo img {
        height: 90px;
    }
    
    @media screen and (max-width: 991px) {
        #header,
        #header-wrap,
        #logo img {
            height: 80px;
            -webkit-transition: height .4s ease, opacity .3s ease;
            -o-transition: height .4s ease, opacity .3s ease;
            transition: height .4s ease, opacity .3s ease
        }
    }
    
    @media screen and (max-width: 991px) {
        #menu-social {
            display: none;
        }
    }
    
    @media screen and (min-width: 992px) and (max-width: 1240px) {
        #primary-menu ul li>a {
            display: block;
            line-height: 22px;
            padding: 39px 8px;
            color: #444;
            font-weight: 700;
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: Raleway, sans-serif;
            -webkit-transition: margin .4s ease, padding .4s ease;
            -o-transition: margin .4s ease, padding .4s ease;
            transition: margin .4s ease, padding .4s ease
        }
        #header #header-wrap #logo {
            height: 120px;
            padding-top: 30px;
        }
        #header.sticky-header #header-wrap #logo {
            height: 90px;
        }
        #header.sticky-header #header-wrap #logo img {
            height: 50px;
        }
        #header #header-wrap #logo img {
            height: 50px;
        }
        #menu-social ul li {
            font-size: 12px!important;
        }
    }
    
    @media screen and (min-width: 1241px) and (max-width: 1409px) {
        #header #header-wrap #logo {
            height: 120px;
            padding-top: 30px;
        }
        #header.sticky-header #header-wrap #logo {
            height: 90px;
        }
        #header.sticky-header #header-wrap #logo img {
            height: 50px;
        }
        #header #header-wrap #logo img {
            height: 66px;
        }
        #menu-social ul li {
            font-size: 12px!important;
        }
        #page-submenu-trigger,
        #primary-menu-trigger {
            opacity: 0;
            pointer-events: none;
            cursor: pointer;
            font-size: 10px;
            position: absolute;
            top: 50%;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            -webkit-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease
        }
    }
    
    @media screen and (min-width: 1410px) {
        #header #header-wrap #logo {
            height: 120px;
        }
        #header.sticky-header #header-wrap #logo {
            height: 90px;
        }
        #header #header-wrap #logo img {
            height: 90px;
        }
    }
    
    #menu-social {
        width: 100%;
        float: left;
        height: 40px;
        right: 100px;
        position: absolute;
        top: 0;
        right: 2px;
    }
    
    #menu-social ul {
        float: right;
        padding: 0;
        list-style: none;
        margin-top: 7px;
    }
    
    #menu-social ul li {
        float: left !important;
        list-style: none;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.5;
        display: inline-block;
        padding-right: 25px;
    }
    
    #menu-social ul li i {
        float: left;
        margin-top: 2px;
        margin-right: 7px;
    }
    
    #primary-menu ul {
        min-height: 80px !important;
    }
    
    #primary-menu ul {
        padding-top: 20px;
    }
    
    #header.sticky-header #header-wrap #primary-menu ul {
        min-height: 90px !important;
    }
    
    #header.sticky-header #header-wrap #primary-menu ul {
        padding-top: 30px;
    }
    
    #top-cart {
        margin-top: 50px !important;
    }
    
    #header.sticky-header #header-wrap #top-cart {
        margin-top: 30px !important;
    }
    
    #icones-acao {
        float: left;
        z-index: 299;
        position: fixed;
        top: auto;
        left: auto;
        right: 120px;
        bottom: 30px;
    }
    
    .acao-link span {
        display: none
    }
    
    .acao-link {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #333;
        background-color: rgba(0, 0, 0, .3);
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        border-radius: 2px;
        margin-left: 5px;
    }
    
    .acao-link a {
        color: #fff;
    }
    
    .acao-link:hover {
        background-color: #1abc9c;
    }


        /* Estilo para os ícones flutuantes */
        .floating-icons {
            position: fixed;
            bottom: 80px;
            right: 20px;
            z-index: 1000;
        }

        .floating-icons a {
            display: block;
            margin: 5px;
            width: 50px;
            height: 50px;
            background-color: #25D366; /* Cor do WhatsApp */
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

        .floating-icons a.phone {
            background-color: #007bff; /* Cor do telefone */
        }

        .floating-icons i {
            color: white;
            font-size: 24px;
        }

        /* Responsivo: Aumenta os ícones em telas menores */
        @media (max-width: 600px) {
            .floating-icons a {
                width: 45px;
                height: 45px;
            }

            .floating-icons i {
                font-size: 20px;
            }
        }
    