        html,
        * {
            margin: 0;
            padding: 0;
            position: relative;
            font-family: sans-serif;
        }

        :root {
            --cor1: #51ae34;
            --cor2: #51ae3440;
            --cor3: #51ae3420;
            --cor-sec: #51ae34;
            --cor-sec-strong: #51ae34;
            --cor-sec-soft: #51ae3430;
            --cor-terc: #51ae34;
            --cor-quat: #51ae34;
        }
        

        
        /*HEADER*/
        .hero-content.hero-content-header{
            padding-top: 128px !important;
        }
        
        .hero-content-header header{
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 64px);
            justify-content: space-between;
            padding: 24px 32px 0 32px;
        }
        
        .hero-content-header header .img200x53{
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2026/02/sol-feliz-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .hero-content-header header nav ul{
            height: 100%;
            align-items: center;
            display: flex;
            gap: 16px;
        }
        
        .hero-content-header header nav ul li{
            list-style: none;
        }
        
        .hero-content-header header nav ul li a{
            text-decoration: none;
            color: #fff;
            font-weight: 600;
        }
        
       .hero-content-header header nav ul li a.clube{
            background: var(--cor1);
            padding: 12px 24px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a.contato{
            border: solid 2px var(--cor1);
            padding: 10px 20px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a:hover{
            opacity: .5;
        }
        
        .menu-search input{
            width: 100%;
            max-width: 340px;
            border: solid 1px #fff;
            border-radius: 32px;
            padding: 11px 24px;
            background: transparent;
            background-color: transparent;
            color: #fff;
            font-size: 16px;
        }
        
        .menu-search input::placeholder{
            color: #fff;
        }
        
        /* botão do menu */
        .menu-toggle {
            display: none;
            font-size: 28px;
            background: none;
            border: 0;
            color: #fff;
            cursor: pointer;
        }
        
        /* mobile */
        @media (max-width: 1000px) {

            .menu-toggle {
                display: block;
            }
        
            nav.menu {
                display: none;
                position: absolute;
                top: 100%;
                
                left: 0;
                width: calc(100% - 64px - 48px);
                margin: 0 24px;
                border-radius: 24px;
            
                background: rgba(0, 0, 0, 0.4); 
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
            
                padding: 32px;
                z-index: 9999;
            }
        
            nav.menu.open {
                display: block;
            }
        
            nav.menu ul {
                flex-direction: column;
                gap: 32px !important;
            }
        }
        
        /* CARRINHO */
        
        .mini-cart-wrapper {
            position: relative;
            display: inline-block;
        }
        
        .mini-cart-icon {
            cursor: pointer;
            position: relative;
        }
        
        .mini-cart-count {
            position: absolute;
            top: -6px;
            right: -10px;
            background: var(--cor1);
            color: #fff;
            font-weight: bold;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 50%;
        }
        
        .mini-cart-dropdown {
            display: none;
            position: absolute;
            right: 0;
            top: 50%;
            width: 260px;
            background: #fff;
            border-radius: 24px;
            border: 1px solid #eee;
            padding: 12px;
            z-index: 999;
        }
        
        .mini-cart-wrapper:hover .mini-cart-dropdown {
            display: block;
        }
        
        .mini-cart-lista {
            display: flex;
            flex-direction: column;
            list-style: none;
            text-align: left;
            padding: 0;
            margin: 0 0 12px;
        }
        
        .mini-cart-lista li {
            color: #000;
            font-size: 14px;
            margin-bottom: 6px;
        }

        .mini-cart-dropdown-title{
            color: #00000050;
            font-size: 14px !important;
            padding: 5px 10px;
            border-radius: 16px;
            margin: 0 0 24px 0;
        }
    
        .mini-cart-vazio{
            color: #000;
        }
        
        /* HERO */
        .hero {
            position: relative;
            width: 100%;
            height: auto;
        }

        .mobile {
            display: none;
        }


        /* VIDEO BACKGROUND */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/Design-sem-nome-3.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .img130x190 {
            width: 130px;
            height: 190px;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/file-2.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* overlay */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
            z-index: 1;
        }

        /* Conteúdo */
        .hero-content {
            display: flex;
            flex-direction: column;
            position: relative;
            text-align: center;
            justify-content: center;
            align-items: center;
            color: #fff;
            gap: 8px;
            width: 100%;
            padding: 64px 0;
            z-index: 2;
        }

        .hero-content h1 {
            font-size: 60px;
            letter-spacing: -3px;
            line-height: 64px;
            font-weight: 700;
            max-width: 620px;
            padding: 0 25px;
        }

        .hero-content p {
            font-size: 1.2rem;
            padding: 0 25px;
            margin-top: 10px;
            max-width: 700px;
        }

        .btn,
        .add_to_cart_button,
        .mini-cart-acoes a,
        .mini-cart-acoes .checkout,
        .filtro-botoes a{
            display: inline-block;
            margin-top: 20px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 60px;
            cursor: pointer;
        }
        
        .mini-cart-acoes a,
        .mini-cart-acoes .checkout, 
        .filtro-botoes a{
            background-color: var(--cor2);
            color: var(--cor1) !important; 
        }

        .btn:hover {
            opacity: 0.5;
        }

        .btn-roxo-1{
            background-color: var(--cor2);
            color: #fff;
        }

        .btn-roxo-2{
            background-color: var(--cor1);
            color: #fff;
            box-shadow: 0 0 0 0 var(--cor2);
            border: none;
            animation: pulse-solid 1.8s infinite;
        }

        .btn-roxo-3 {
            background-color: #ffdd00;
            color: #117937;
            box-shadow: 0 0 0 0 #fff;
            transform: scale(1.5);
            border: none;
            animation: pulse-solid-3 1.8s infinite;
        }

        .btn-verde-1 {
            background-color: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
        }

        .btn-verde-2 {
            background-color: var(--cor-sec);
            color: var(--cor-quat);

            box-shadow: 0 0 0 0 var(--cor2);

            animation: pulse-solid-2 1.8s infinite;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 40px;
                line-height: 42px;
            }
        }

        @keyframes pulse-solid {
            0% {
                box-shadow: 0 0 0 0 var(--cor2);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor3);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }


        @keyframes pulse-solid-2 {
            0% {
                box-shadow: 0 0 0 0 var(--cor-sec-soft);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor-sec-soft);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }

        @keyframes pulse-solid-3 {
            0% {
                box-shadow: 0 0 0 0 #ddff00;
            }

            70% {
                box-shadow: 0 0 0 14px #ddff0020;
            }

            100% {
                box-shadow: 0 0 0 0 #ddff0005;
            }
        }


        /*FIM*/
        
        /*PRODUTOS*/
        
        .filtro-botoes{
            display: flex;
            width: 100%;
            gap: 12px;
            justify-content: center;
            align-items: center;
            transform: scale(.7);
        }
        
        .section-produtos-grid{
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 0 0 128px 0;
        }
        
        .produtos-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        
        @media(max-width: 1000px){
            .produtos-grid {
                grid-template-columns: repeat(1, 1fr);
            }

        }
        
        .produto-item {
            padding: 16px;
            text-align: center;
        }
        
        .produto-item a:hover{
            opacity: .5;
        }
        
        .produto-item h3,
        .produto-item .preco,
        .produto-item a{
            color: #000;
            text-decoration: none;
        }
        
        .produto-item .preco{
            opacity: .5;
        }
        
        .add_to_cart_button{
            display: block;
            margin-top: 16px;
            background-color: var(--cor2);
            color: var(--cor1) !important;
        }
        
        .paginacao-produtos {
            margin-top: 30px;
            text-align: center;
        }
        
        .paginacao-produtos .page-numbers {
            margin: 0 6px;
            padding: 6px 10px;
            color: #000;
            text-decoration: none;
        }


        /*CTA PREÇO CLUBE*/

        .cta-preco-clube {
            background-color: var(--cor1);
            padding: 128px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center;
        }

        .cta-preco-clube div:nth-child(1) {
            border: solid 2px #ffffff20;
            border-radius: 48px;
            padding: 32px 32px 64px 32px;
            background: linear-gradient(145deg, var(--cor1), #ffffff20);
        }

        .cta-preco-clube h1 {
            color: #fff;
            font-size: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .cta-preco-clube h1 span {
            font-size: 20px;
            border: solid 2px #fff;
            padding: 4px 10px;
            border-radius: 100px;
            opacity: .5;
        }

        .cta-preco-clube p {
            color: #fff;
            font-size: 24px;
            max-width: 500px;
            margin: 24px 0 24px 0;
        }

        /*FIM*/


        /*CLUBE 2*/

        .section-clube02 {
            padding: 64px 0 64px 0;
        }

        .container {
            width: 90%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* Badge */
        .badge {
            display: inline-block;
            background: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
            padding: 6px 18px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
        }

        .section-clube02 .badge {
            background-color: var(--cor3);
            color: var(--cor1);
        }

        /* Title */
        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-top: 20px;
            max-width: 780px;
            color: #000;
        }

        /* Description */
        .section-desc {
            max-width: 600px;
            color: #555;
            font-size: 16px;
            margin-top: 12px;
            line-height: 1.6;
        }

        /* Cards container */
        .cards {
            margin-top: 50px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .section-clube02 .btn-roxo-1 {
            color: var(--cor-quat);
        }

        /*WPP*/

        .whatsapp-link {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            width: 40px;
            height: 40px;
            bottom: 20px;
            right: 20px;
            margin: 0;
            padding: 12px;
            z-index: 99;
            background-color: #25D366;
            border-radius: 100px;
        }

        .whatsapp-link:hover {
            opacity: 0.5;
        }

        /* FOOTER */

        .site-footer {
            background: var(--cor3);
            /* cinza claro */
            padding: 60px 20px;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .footer-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            gap: 60px;
            flex-wrap: wrap;
        }

        /* Lado esquerdo */
        .footer-left .img200x53 {
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2021/07/PSICOSOL.png.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .footer-left h2 {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .footer-left p {
            max-width: 450px;
            font-size: 1rem;
            color: #33333360;
        }

        .footer-infos-pos-logo {
            display: flex;
            flex-direction: column;
            margin-top: 32px;
            gap: 8px;
        }

        .footer-btn {
            display: inline-block;
            background: var(--cor1);
            color: #fff;
            padding: 12px 24px;
            border-radius: 60px;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-btn:hover {
            opacity: 0.8;
        }

        /* Lado direito */
        .footer-right h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        .footer-right ul {
            list-style: none;
            padding: 0;
        }

        .footer-right ul li {
            margin-bottom: 10px;
        }

        .footer-right ul li a {
            text-decoration: none;
            color: #333;
            font-size: 1rem;
        }

        .footer-right ul li a:hover {
            color: #44b926;
        }

        /* Responsivo */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
        }