header{
	background:#000;
	background-image: linear-gradient(to right, #000000, #111111, #1c1c1c, #272727, #323232, #323232, #323232, #323232, #272727, #1c1c1c, #111111, #000000);
}
footer {
    background: #000;
    background-image: linear-gradient(to right, #000000, #111111, #1c1c1c, #272727, #323232, #323232, #323232, #323232, #272727, #1c1c1c, #111111, #000000);
    border-top: 5px solid #ed3338;
    color: #f1f1f1;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}
.pw-footer-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pw-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #ed3338;
    border-radius: 2px;
}
.pw-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pw-footer-list li {
    padding: 6px 0;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}
.pw-footer-list li a {
    color: #c8c8c8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.pw-footer-list li a:hover {
    color: #ed3338;
    padding-left: 6px;
}
.pw-footer-list li i.list-arrow {
    font-size: 0.75rem;
    margin-right: 8px;
    color: #ed3338;
    transition: transform 0.3s ease;
}
.pw-footer-list li a:hover i.list-arrow {
    transform: translateX(3px);
}
.contact-info li {
    color: #c8c8c8;
    gap: 12px;
    margin-bottom: 5px;
    align-items: center;
}
.contact-info li i {
    color: #ed3338;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}
.contact-info li a {
    color: #c8c8c8;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-info li a:hover {
    color: #ed3338;
    padding-left: 0;
}
.pw-footer-bottom {
    background-color: #070707;
    border-top: 1px solid #1f1f1f;
    padding: 20px 0;
    font-size: 0.85rem;
}
.pw-copyright {
    color: #888888;
}
.plataformaweb {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: url(/pw-auto-site/00/226/black/images/plataformaweb.png) no-repeat right center;
    background-size: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0;
}
.plataformaweb:hover {
    opacity: 1;
}
.box{
	background:#242424;
	color:#fff;
	display:block;
	margin-bottom:30px
}
.box:hover, .box:hover .barra{ color:#fff; text-decoration:none}
.box h4{
	color: #fff;
	padding:10px;
	height:60px;
	font-size:18px;
}
.box .barra{
	padding:5px 10px;
	background:#ed3338;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
}

.home-box {
    background: #18181c;
    border: 1px solid #2d2d35;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* sem margin aqui: com height:100% ela esticava o h4 (flex-grow) e
       abria um vão entre o modelo e o "Ver detalhes"; o respiro é o mb-4 da coluna */
    margin-bottom: 0;
}
.home-box:hover {
    transform: translateY(-5px);
    border-color: #ed3338;
    box-shadow: 0 12px 28px rgba(237, 51, 56, 0.25);
}
.home-box a {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.home-box .img-container {
    width: 100%;
    position: relative;
    padding-top: 66.67%; /* 3:2 Aspect Ratio */
    overflow: hidden;
    background-color: #0c0c0e;
}
.home-box img.img-home-carro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.home-box:hover img.img-home-carro {
    transform: scale(1.06);
}
.home-box h4 {
    color: #ffffff !important;
    padding: 15px 15px 5px 15px;
    font-size: 1.05rem;
    font-weight: 600;
    background-color: transparent;
    margin: 0;
    line-height: 1.4;
    flex-grow: 1;
    overflow: hidden;
}

/* marca como eyebrow acima do modelo; modelo em uma linha só */
.home-box h4 .pw-sl-marca {
    display: block;
    color: #8c909e;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.home-box h4 .pw-sl-modelo {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-box .home-barra {
    padding: 12px 15px;
    background: transparent;
    color: #ed3338;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    border-top: 1px solid #2d2d35;
    margin-top: 10px;
    text-align: left;
}
.home-box .home-barra .pw-preco-moeda,
.home-box .home-barra .pw-preco-centavos {
    color: #8c909e;
    font-size: 62%;
    font-weight: 700;
}

/* CTA discreto que acende junto com o hover do card */
.home_carro_detalhes {
    background: transparent;
    border-top: 1px solid #2d2d35;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 10px;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-box:hover .home_carro_detalhes {
    background: linear-gradient(135deg, #ed3338, #b31217);
    color: #ffffff;
}

.img-home-carro{
	display: block;
	height: auto;
	max-width: 100%;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

@media(min-width:992px) {
.destaque .col-md-4{ padding:0 30px 0 0}
}
@media(min-width:401px) and (max-width:991px) {
	body {
		/*margin-top: 300px;*/
	}
}

.menu{
	background: #0000;
	border-top: 4px solid #ed3338;
}

.navbar-right.navbar-text{white-space: nowrap}

.nav-tabs.nav-justified>li>a {
	/*margin-bottom: 5px;*/
	text-align: center;
	color:#fff;
	white-space:nowrap;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #fff;
}

.nav-tabs.nav-justified>li:hover {
    background:#ed3338
}

hr{ border-top: 4px solid #ccc}
.margin-bt40{margin-bottom:40px}

.titulo{ background: #424251; color:#fff; border-radius:6px; padding:15px; margin:0 0 30px}
h2{ color:#000}
h4{ color: #000}
h5{ color: #000}


/*owl-marcas*/
.marcas {
	padding-left:30px;
	padding-right:30px;
}

/*social media*/
.coluna_esquerda_social_media {
    font-size: 32px;
}
.coluna_esquerda_social_media  ul{
    padding: 0;
    margin: 0;
}
.coluna_esquerda_social_media  ul li{
    display: inline;
    padding: 0;
    margin: 0;
}

/* grimm */
.busca {
    border: 1px solid #2d2d35;
    border-top: 5px solid #ed3338;
    border-radius: 12px;
    background: #18181c;
    margin-bottom: 25px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.navbar-default .navbar-text {
	color: #FFF;
}

/* pw.complemento */
#showMessage{width: 600px; display:block; font-weight:bold; padding:25px; font-size:20px; text-align: center; background-color:#F1F1F1; border: 1px solid #FF0000; color: #FF0000;}
.carro-resultado {
    background: #18181c !important;
    border: 1px solid #2d2d35 !important;
    border-radius: 16px !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    line-height: 150%;
}
.carro-resultado:hover {
    border-color: #ed3338 !important;
    box-shadow: 0 12px 28px rgba(237, 51, 56, 0.2) !important;
    transform: translateY(-3px);
}

@media (min-width: 768px) {
    .carro-resultado {
        display: flex !important;
        align-items: center !important;
    }
}

/* caixa 4:3 mostrando a foto inteira (contain), retrato ou paisagem;
   fundo transparente e img ocupando a caixa: foto 4:3 (200x150) preenche
   tudo, sem moldura preta — sobra só nas proporções diferentes */
.carro-resultado .carro-img {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    aspect-ratio: 4 / 3;
    background-color: transparent;
}
.carro-resultado .carro-img a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.carro-resultado .carro-img img {
    /* teto de 200px e tamanho natural: o elemento abraça a foto,
       então o border-radius arredonda a foto de verdade */
    max-width: min(200px, 100%) !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    transition: transform 0.5s ease !important;
}
.carro-resultado:hover .carro-img img {
    transform: scale(1.05) !important;
}

.carro-resultado .carro-info h3 {
    margin: 0 0 10px 0 !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
}
.carro-resultado .carro-info h3 a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.carro-resultado .carro-info h3 a:hover {
    color: #ed3338 !important;
}

/* marca como eyebrow acima do modelo */
.carro-resultado .carro-info h3 .pw-sl-marca {
    display: block;
    color: #8c909e;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.carro-resultado .pw-seminovos-lista-detalhes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 15px !important;
}
.carro-resultado .pw-seminovos-lista-detalhes span {
    background-color: #242428 !important;
    color: #c8c8c8 !important;
    padding: 6px 12px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: 1px solid #2d2d35 !important;
}
.carro-resultado .pw-seminovos-lista-detalhes span.badge {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    border: none !important;
}

.carro-resultado .marca {
    display: flex !important;
    justify-content: flex-end !important;
    margin-bottom: 12px !important;
}
.carro-resultado .marca img {
    background-color: #ffffff !important;
    padding: 4px !important;
    border-radius: 6px !important;
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
}

.carro-resultado .preco {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #ed3338 !important;
    margin: 15px 0 !important;
    text-align: right !important;
    font-family: 'Outfit', sans-serif !important;
}
.carro-resultado .preco .pw-preco-moeda,
.carro-resultado .preco .pw-preco-centavos {
    color: #8c909e;
    font-size: 62%;
    font-weight: 700;
}
/* "R$ Consulte!" rebaixado: branco e menor que um preço de verdade */
.carro-resultado .preco.pw-preco-consulte {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
}

/* CTA discreto: contorno que preenche no hover (do botão ou do card) */
.carro-resultado .pw-cta-carro-individual {
    background: transparent !important;
    border: 2px solid #ed3338 !important;
    color: #ffffff !important;
    padding: 9px 20px !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.carro-resultado .pw-cta-carro-individual:hover {
    background: linear-gradient(135deg, #ff4d52, #ed3338) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(237, 51, 56, 0.35) !important;
    color: #ffffff !important;
}
/* o card inteiro acende o CTA junto */
.carro-resultado:hover .pw-cta-carro-individual {
    background: linear-gradient(135deg, #ff4d52, #ed3338) !important;
}

@media (max-width: 767px) {
    .carro-resultado .marca {
        justify-content: flex-start !important;
        margin-top: 15px !important;
    }
    .carro-resultado .preco {
        text-align: left !important;
        margin: 10px 0 !important;
    }
}
.marcas_lista::after {
    clear: both;
    content: "";
    display: block;
}
.marcas_lista_item_x {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    width: calc(25% - 8px);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 4px;
    transition: all 0.3s ease;
    border: 1px solid #2d2d35;
}
.marcas_lista_item_x:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}
.marcas_lista_item_x img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.home_h1_categoria {
    background: linear-gradient(90deg, rgba(237, 51, 56, 0.1), transparent);
    border-left: 5px solid #ed3338;
    padding: 12px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    /* badge imediatamente após o título (sem space-between) */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

/* contagem da categoria como badge */
.home_h1_badge {
    padding: 4px 13px;
    background: #ed3338;
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.55em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
}

a:hover .home_h1_categoria {
    background: linear-gradient(90deg, rgba(237, 51, 56, 0.18), transparent);
    border-left-color: #ff4d52;
    color: #ffffff;
    text-decoration: none;
}

.home_btn_estoque_completo {
    width: 100%;
    max-width: 420px;
    margin: 40px auto;
    border-radius: 12px;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ed3338, #b31217);
    box-shadow: 0 6px 20px rgba(237, 51, 56, 0.25);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_btn_estoque_completo:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #ff4d52, #c3332d);
    box-shadow: 0 10px 28px rgba(237, 51, 56, 0.4);
}
.home_btn_estoque_completo > a {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 16px 32px;
    width: 100%;
    display: block;
}

h1 {
    background: linear-gradient(90deg, rgba(237, 51, 56, 0.1), transparent) !important;
    border-left: 5px solid #ed3338 !important;
    padding: 12px 20px !important;
    margin-bottom: 25px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 0.5px !important;
}

@media only screen and (max-width: 768px) {
    .pw-footer-desenvolvedor {        
        padding: 20px;
        display: flex;
        justify-content: center;
    }
}

a {
    color: #c3332d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* ---------------------------------------------------
   Cores do Template default-bootstrap5 (Seminovo)
   --------------------------------------------------- */
.pw-si-check-icon {
    color: #ed3338;
}

.pw-si-form-header {
    background-color: #f8f9fa !important;
}
.pw-si-form-title {
    color: #000 !important;
    font-size: 20px;
}

.pw-btn-custom {
    background-color: #ed3338;
    color: #fff;
    border: none;
    font-weight: bold;
}
.pw-btn-custom:hover {
    background-color: #c3332d;
    color: #fff;
    text-decoration: none;
}

.info-card {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    color: #333333;
}
.info-card:hover {
    border-color: #ed3338;
}
.info-card .ic-icon {
    background-color: transparent;
    color: #000000;
    font-size: 20px;
}
.info-card .ic-label {
    color: #777777;
}
.info-card .ic-value {
    color: #000000;
}
.info-card a {
    color: #000000;
}
.info-card a:hover {
    color: #ed3338;
    text-decoration: none;
}

/* Customização do Swiper */
.swiper {
    --swiper-navigation-color: #ed3338;
    --swiper-navigation-size: 55px;
    --swiper-pagination-color: #ed3338;
}

.pw-footer-scroll-list {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 5px;
}
.pw-footer-scroll-list::-webkit-scrollbar {
    width: 6px;
}
.pw-footer-scroll-list::-webkit-scrollbar-track {
    background: #141414;
    border-radius: 3px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb:hover {
    background: #ed3338;
}

/* WhatsApp Badge Hover Styles */
.contact-info li a .badge {
    color: #ffffff !important;
    transition: opacity 0.3s ease;
}
.contact-info li a:hover .badge {
    opacity: 0.8;
}
.contact-info li .badge i {
    color: #ffffff !important;
}

/* Custom Premium Dark Mode Styles */
body {
    background-color: #0c0c0e !important;
    color: #c8c8c8 !important;
    font-family: 'Outfit', 'Roboto', sans-serif;
}

h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Custom navigation menu */
.pw-custom-menu {
    background-color: #08080a !important;
    border-top: 4px solid #ed3338;
    border-bottom: 1px solid #1f1f25;
}
.pw-custom-menu .nav-link {
    color: #ffffff !important;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
}
.pw-custom-menu .nav-item {
    transition: all 0.3s ease;
}
.pw-custom-menu .nav-item:hover {
    background-color: #ed3338 !important;
}
.pw-custom-menu .nav-link:hover {
    color: #ffffff !important;
}

/* Sidebar Custom inputs */
.busca .form-select, .busca .form-control {
    background-color: #242428 !important;
    border: 1px solid #3a3a42 !important;
    color: #ffffff !important;
    padding: 10px 12px !important;
    font-size: 0.95rem !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}
.busca .form-select:focus, .busca .form-control:focus {
    border-color: #ed3338 !important;
    box-shadow: 0 0 0 3px rgba(237, 51, 56, 0.25) !important;
    background-color: #2a2a30 !important;
}

/* Sidebar Submit Button */
.busca .pw-btn-custom {
    background: linear-gradient(135deg, #ed3338, #c3332d) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(237, 51, 56, 0.2) !important;
}
.busca .pw-btn-custom:hover {
    background: linear-gradient(135deg, #ff4d52, #ed3338) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(237, 51, 56, 0.35) !important;
}

/* WhatsApp Badges Styling */
.busca ul li a, .contact-info li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
}
.busca ul li a span.badge, .contact-info li a span.badge {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.15);
    transition: all 0.3s ease !important;
}
.busca ul li a:hover span.badge, .contact-info li a:hover span.badge {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
    background: linear-gradient(135deg, #30e374, #149c8c) !important;
}

/* Instagram sidebar button */
.busca ul li a.instagram-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(225, 48, 108, 0.15);
    transition: all 0.3s ease !important;
    text-align: center;
}
.busca ul li a.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(225, 48, 108, 0.3);
    color: #ffffff !important;
}

/* Swiper slider Container — colado no menu, cantos retos */
.pw-swiper-container {
    border-radius: 0;
    overflow: hidden;
    margin-top: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------------------
   Animações de entrada (só no carregamento da página)
   fill-mode "backwards": o estado inicial vale durante o delay e a
   propriedade é liberada ao terminar — por isso os transforms de
   hover continuam funcionando (com "both"/"forwards" a animação
   venceria a regra de :hover).
   --------------------------------------------------- */
@keyframes pw-entra-de-cima {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes pw-entra-de-baixo {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes pw-surge {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pw-header-logo {
    animation: pw-entra-de-cima 0.55s ease 0.05s backwards;
}

.pw-custom-menu {
    animation: pw-entra-de-cima 0.5s ease 0.12s backwards;
}

/* o slider é do Swiper, que controla transform no wrapper — aqui só opacidade */
.pw-swiper-container {
    animation: pw-surge 0.7s ease 0.15s backwards;
}

.busca {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.busca:nth-of-type(1) { animation-delay: 0.20s; }
.busca:nth-of-type(2) { animation-delay: 0.28s; }
.busca:nth-of-type(3) { animation-delay: 0.36s; }

.home_h1_categoria {
    animation: pw-entra-de-baixo 0.5s ease 0.22s backwards;
}

/* cards de destaque: escalonados dentro de cada fileira de categoria */
.home-box {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.col-md-4:nth-of-type(1) .home-box { animation-delay: 0.28s; }
.col-md-4:nth-of-type(2) .home-box { animation-delay: 0.36s; }
.col-md-4:nth-of-type(3) .home-box { animation-delay: 0.44s; }

.home_btn_estoque_completo {
    animation: pw-entra-de-baixo 0.5s ease 0.4s backwards;
}

/* listagem: as primeiras fileiras entram escalonadas */
.carro-resultado {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.carro-resultado:nth-of-type(1) { animation-delay: 0.20s; }
.carro-resultado:nth-of-type(2) { animation-delay: 0.26s; }
.carro-resultado:nth-of-type(3) { animation-delay: 0.32s; }
.carro-resultado:nth-of-type(4) { animation-delay: 0.38s; }
.carro-resultado:nth-of-type(5) { animation-delay: 0.44s; }
.carro-resultado:nth-of-type(6) { animation-delay: 0.50s; }

@media (prefers-reduced-motion: reduce) {
    .pw-header-logo,
    .pw-custom-menu,
    .pw-swiper-container,
    .busca,
    .home_h1_categoria,
    .home-box,
    .home_btn_estoque_completo,
    .carro-resultado {
        animation: none;
    }
}