/*
Theme Name: Orlando Pneus Shop
Author: Orlando Pneus
Description: Tema moderno e responsivo para loja de pneus com WooCommerce.
Version: 1.2.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: orlando-pneus
*/
:root{--blue:#003b73;--blue2:#005a9c;--red:#e21d2d;--yellow:#ffd21c;--black:#111;--light:#f5f7fa;--border:#e5e7eb;--white:#fff;--muted:#667085}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:#fff;line-height:1.55}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--black);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:8px 0}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-main{display:flex;align-items:center;gap:24px;padding:14px 0}.logo{font-size:27px;font-weight:900;letter-spacing:-1px;color:var(--blue)}.logo span{color:var(--red)}.logo small{display:block;font-size:10px;color:#555;letter-spacing:1.5px}.search{flex:1;display:flex;border:2px solid var(--blue);border-radius:8px;overflow:hidden;background:#fff}.search input{border:0;outline:0;padding:12px 14px;flex:1;font-size:15px}.search button{border:0;background:var(--blue);color:#fff;padding:0 20px;font-weight:700;cursor:pointer}.header-actions{display:flex;gap:10px;align-items:center}.action{display:flex;align-items:center;gap:7px;color:#222;font-weight:700}.cart-count{background:var(--red);color:#fff;border-radius:50%;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.nav{background:var(--blue);color:#fff}.nav .container{display:flex;align-items:center;gap:0}.nav a{color:#fff;padding:13px 17px;font-weight:700;font-size:14px}.nav a:hover{background:var(--red)}.hero{background:linear-gradient(120deg,#002b55,#004f8f);color:#fff;padding:52px 0}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:35px;align-items:center}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.03;margin:0 0 18px}.hero h1 strong{color:var(--yellow)}.hero p{font-size:18px;max-width:620px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:13px 21px;font-weight:800;cursor:pointer}.btn-red{background:var(--red);color:#fff}.btn-yellow{background:var(--yellow);color:#111}.btn-blue{background:var(--blue);color:#fff}.hero-card{background:#fff;color:#111;border-radius:16px;padding:25px;box-shadow:0 15px 45px #0005}.hero-card h3{margin-top:0;color:var(--blue)}.section{padding:42px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:22px}.section-title h2{font-size:29px;margin:0}.section-title p{margin:0;color:var(--muted)}.badge{display:inline-block;background:var(--yellow);color:#111;border-radius:20px;padding:5px 11px;font-size:12px;font-weight:900}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden;transition:.2s;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000012}.product-thumb{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;padding:15px}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info{padding:15px}.product-title{font-weight:800;min-height:48px;color:#222}.price{font-size:22px;font-weight:900;color:var(--red);margin:7px 0}.card-actions{display:flex;gap:8px;margin-top:12px}.card-actions .btn{flex:1;padding:10px 8px;font-size:13px}.feature-strip{background:var(--yellow);padding:16px 0}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature{display:flex;gap:10px;align-items:center;font-weight:800}.feature b{font-size:13px;display:block}.feature span{font-size:12px;font-weight:500}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{background:var(--light);border-radius:12px;padding:24px;text-align:center;font-weight:900;border:1px solid var(--border)}.category:hover{background:#fff;border-color:var(--blue)}.site-footer{background:#101010;color:#fff;margin-top:0!important}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding:42px 0}.site-footer h3{color:var(--yellow)}.site-footer a{color:#ddd}.copyright{border-top:1px solid #333;padding:15px 0;font-size:13px;color:#aaa}.site-main{padding:35px 0}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--border);border-radius:12px;padding:15px;overflow:hidden}.woocommerce ul.products li.product a img{height:230px;object-fit:contain}.woocommerce ul.products li.product .button{background:var(--blue);color:#fff;border-radius:6px;font-weight:800}.woocommerce span.onsale{background:var(--red);min-height:42px;min-width:42px;line-height:42px}.woocommerce-message,.woocommerce-info{border-top-color:var(--blue)}.woocommerce-message::before,.woocommerce-info::before{color:var(--blue)}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:var(--blue);color:#fff;border-radius:6px;font-weight:800}.woocommerce button.button:hover,.woocommerce a.button:hover{background:var(--red);color:#fff}
@media(max-width:900px){.products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.categories,.features{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.header-main{flex-wrap:wrap}.search{order:3;flex-basis:100%}.nav .container{overflow:auto}.nav a{white-space:nowrap}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.topbar .container{display:block;text-align:center}.header-actions .action span:not(.cart-count){display:none}.products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.categories,.features,.footer-grid{grid-template-columns:1fr}.hero{padding:35px 0}.hero h1{font-size:38px}.section{padding:30px 0}}

/* Busca de produtos: layout isolado para evitar conflitos com plugins de filtros. */
.ops-search-page{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;padding:42px 0 60px!important;clear:both!important;overflow:visible!important;box-sizing:border-box!important}
.ops-search-inner{display:block!important;width:min(1180px,92%)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important;position:relative!important;clear:both!important}
.ops-search-heading{display:block!important;width:100%!important;margin:0 0 28px!important;position:relative!important;clear:both!important}
.ops-search-heading h1{margin:8px 0 4px!important;font-size:34px!important;line-height:1.2!important;color:#111!important}
.ops-search-heading p{margin:0!important;color:#667085!important}
.ops-search-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important;clear:both!important}
.ops-search-products .product-card{width:auto!important;min-width:0!important;float:none!important;margin:0!important}
.ops-pagination{display:block!important;clear:both!important;margin-top:30px!important}
.ops-pagination ul{display:flex!important;gap:8px!important;list-style:none!important;padding:0!important}
.ops-pagination li{margin:0!important}
.ops-no-results{display:block!important;width:100%!important;padding:35px!important;border:1px solid var(--border)!important;border-radius:12px!important;background:var(--light)!important;box-sizing:border-box!important}
@media(max-width:900px){.ops-search-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.ops-search-inner{width:92%!important}.ops-search-products{grid-template-columns:1fr!important}.ops-search-heading h1{font-size:28px!important}}
body.search{overflow-x:hidden!important}

/* Estrutura global: evita que plugins transformem a página em colunas inesperadas. */
html{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-y:scroll!important;overflow-x:hidden!important;min-height:100%!important}body{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;min-height:100vh!important;overflow-x:hidden!important;overflow-y:visible!important}
body{display:block!important;overflow-x:hidden!important;overflow-y:visible!important;min-height:100vh!important}
.topbar,.site-header,.nav,main,.site-footer{width:100%!important;max-width:none!important;float:none!important;clear:both!important}
.site-header .container,.nav .container,.topbar .container{position:relative!important;display:flex}
.ops-search-page{width:100%!important;float:none!important;display:block!important;clear:both!important}

.category-agri{background:linear-gradient(135deg,#fff8c7,#f5f7fa)!important;border:2px solid var(--yellow)!important;box-shadow:0 6px 18px #0000000d}.category-agri:before{content:'★ ';color:var(--red)}

/* Orlando Pneus — vitrine agrícola */
.opa-agri-showcase{background:#f7f8fa;padding:52px 0;margin:0;clear:both}
.opa-agri-inner{width:min(1180px,92%);margin:0 auto}
.opa-agri-badge{display:inline-block;background:#ffd21c;color:#111;font-weight:800;border-radius:999px;padding:7px 13px;font-size:12px}
.opa-agri-showcase h2{font-size:34px;line-height:1.15;margin:12px 0 8px;color:#063f73}
.opa-agri-showcase p{font-size:17px;margin:0 0 24px;color:#475467}
.opa-agri-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.opa-agri-grid a{display:flex;flex-direction:column;gap:9px;background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:22px;text-decoration:none;box-shadow:0 3px 14px rgba(0,0,0,.05)}
.opa-agri-grid a:hover{transform:translateY(-2px)}
.opa-agri-grid strong{font-size:19px;color:#06477f}
.opa-agri-grid span{font-size:14px;line-height:1.45;color:#667085}
@media(max-width:800px){.opa-agri-grid{grid-template-columns:1fr}.opa-agri-showcase h2{font-size:28px}}

/* Orlando Pneus — catálogo agrícola */
.opa-agri-archive{padding:36px 0 65px;background:#fff}
.opa-agri-archive-inner{width:min(1200px,92%);margin:0 auto}
.opa-agri-hero{background:#f5f7fa;border:1px solid #e4e7ec;border-radius:18px;padding:30px;margin-bottom:25px}
.opa-agri-hero>span{font-size:12px;font-weight:800;letter-spacing:.06em;color:#b00000}
.opa-agri-hero h1{font-size:36px;line-height:1.15;margin:9px 0;color:#06477f}
.opa-agri-hero p{font-size:17px;margin:0;color:#475467}
.opa-agri-desc{margin-top:12px;color:#667085}
.opa-agri-content{display:grid;grid-template-columns:260px minmax(0,1fr);gap:25px;align-items:start}
.opa-agri-sidebar{position:sticky;top:20px}
.opa-agri-products ul.products{margin:0!important}
@media(max-width:850px){.opa-agri-content{grid-template-columns:1fr}.opa-agri-sidebar{position:static}.opa-agri-hero h1{font-size:30px}}

/* Orlando Pneus — escolha por aplicação */
.opa-machine-selector{padding:48px 0;background:#fff;clear:both}
.opa-machine-inner{width:min(1180px,92%);margin:0 auto}
.opa-machine-badge{display:inline-block;background:#06477f;color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;padding:7px 13px;border-radius:999px}
.opa-machine-selector h2{font-size:32px;color:#111;margin:12px 0 6px}
.opa-machine-selector p{color:#667085;margin:0 0 22px;font-size:16px}
.opa-machine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.opa-machine-grid a{display:flex;flex-direction:column;gap:6px;padding:20px;background:#f8fafc;border:1px solid #e4e7ec;border-radius:14px;text-decoration:none}
.opa-machine-grid strong{color:#06477f;font-size:18px}
.opa-machine-grid span{color:#667085;font-size:14px}
@media(max-width:800px){.opa-machine-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.opa-machine-grid{grid-template-columns:1fr}.opa-machine-selector h2{font-size:27px}}

/* Orlando Pneus — página individual do produto */
.opa-single{padding:28px 0 65px;background:#fff}
.opa-single-inner{width:min(1180px,92%);margin:0 auto}
.opa-breadcrumb{font-size:13px;margin-bottom:20px;color:#667085}
.opa-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:45px;align-items:start}
.opa-gallery,.opa-summary{min-width:0}
.opa-product-badge{display:inline-block;background:#06477f;color:#fff;font-weight:800;font-size:11px;letter-spacing:.05em;padding:7px 12px;border-radius:999px}
.opa-summary h1{font-size:34px;line-height:1.2;margin:12px 0 15px;color:#111}
.opa-summary .price{font-size:28px;font-weight:800;color:#06477f}
.opa-summary form.cart{margin-top:20px}
.opa-summary .quantity input{min-height:44px}
.opa-summary button.single_add_to_cart_button{min-height:46px;border:0;border-radius:8px;padding:0 22px;background:#d71920!important;color:#fff!important;font-weight:800}
.opa-product-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px;padding-top:25px;border-top:1px solid #e4e7ec}
.opa-product-trust div{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;padding:17px}
.opa-product-trust strong{display:block;color:#06477f;margin-bottom:5px}
.opa-product-trust span{font-size:13px;color:#667085}
.opa-description{margin-top:35px}
.opa-description .woocommerce-tabs{border-top:1px solid #e4e7ec;padding-top:25px}
@media(max-width:800px){.opa-product{grid-template-columns:1fr;gap:25px}.opa-product-trust{grid-template-columns:1fr 1fr}.opa-summary h1{font-size:28px}}
@media(max-width:500px){.opa-product-trust{grid-template-columns:1fr}}

/* Orlando Pneus — carrinho e checkout */
.woocommerce-cart .site-main,.woocommerce-checkout .site-main{background:#f7f8fa;padding:35px 0 60px}
.woocommerce-cart .container,.woocommerce-checkout .container{width:min(1180px,92%);margin:0 auto}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,
.woocommerce-cart .cart_totals{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:24px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select{min-height:44px;border:1px solid #d0d5dd;border-radius:7px;padding:8px 11px;box-sizing:border-box}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:8px!important;font-weight:800!important;padding:12px 20px!important}
.woocommerce a.checkout-button,.woocommerce button#place_order{background:#d71920!important;color:#fff!important}
.woocommerce-info,.woocommerce-message{border-top-color:#06477f!important}
.woocommerce-checkout h3{color:#06477f}
.woocommerce-checkout #order_review_heading{margin-top:25px}

/* Orlando Pneus — slider + 4 combos no topo da Home */
.opa-home-promos{width:100%;clear:both}
.opa-home-slider{position:relative;min-height:430px;overflow:hidden;background:#071a2b}
.opa-slide{display:none;min-height:430px;position:relative;isolation:isolate}
.opa-slide.is-active{display:flex}
.opa-slide-copy{width:min(1180px,92%);margin:auto;padding:58px 45% 58px 0;position:relative;z-index:2;color:#fff}
.opa-slide-copy span{font-size:12px;font-weight:900;letter-spacing:.08em;color:#ffd21c}
.opa-slide-copy h2{font-size:46px;line-height:1.08;margin:12px 0;color:#fff}
.opa-slide-copy p{font-size:18px;line-height:1.5;max-width:560px;color:#e4e7ec}
.opa-slide-copy a{display:inline-block;background:#d71920;color:#fff;padding:13px 20px;border-radius:8px;text-decoration:none;font-weight:800}
.opa-slide-art{position:absolute;right:0;top:0;width:48%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:48px;line-height:1.02;color:#fff;background:linear-gradient(135deg,#0b4f86,#071a2b)}
.opa-slide-art-2{background:linear-gradient(135deg,#9d1018,#071a2b)}
.opa-slide-art-3{background:linear-gradient(135deg,#111,#3b3b3b)}
.opa-slide-art:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.14),transparent 48%);z-index:-1}
.opa-slide-prev,.opa-slide-next{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.42);color:#fff;font-size:30px;cursor:pointer}
.opa-slide-prev{left:18px}.opa-slide-next{right:18px}
.opa-slide-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.opa-slide-dots button{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:#fff;opacity:.5;cursor:pointer}
.opa-slide-dots button.is-active{opacity:1}
.opa-offer-combos{width:min(1180px,92%);margin:28px auto 38px}
.opa-offer-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px}
.opa-offer-heading span{font-size:11px;font-weight:900;letter-spacing:.08em;color:#d71920}
.opa-offer-heading h2{margin:5px 0 0;font-size:30px;color:#111}
.opa-offer-heading>a{color:#06477f;font-weight:800;text-decoration:none}
.opa-offer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.opa-offer-card{display:flex;flex-direction:column;gap:7px;padding:21px;background:#fff;border:1px solid #e4e7ec;border-radius:14px;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.opa-offer-card small{font-weight:900;color:#d71920}
.opa-offer-card strong{font-size:19px;color:#06477f}
.opa-offer-card span{font-size:13px;color:#667085;min-height:38px}
.opa-offer-card b{align-self:flex-start;background:#ffd21c;color:#111;padding:8px 12px;border-radius:7px;font-size:13px}
@media(max-width:900px){.opa-slide-copy{padding-right:38%}.opa-slide-copy h2{font-size:36px}.opa-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.opa-slide,.opa-home-slider{min-height:500px}.opa-slide-copy{padding:38px 6% 160px}.opa-slide-copy h2{font-size:30px}.opa-slide-art{width:100%;height:125px;top:auto;bottom:0;font-size:28px}.opa-slide-prev{left:10px}.opa-slide-next{right:10px}.opa-offer-heading{display:block}.opa-offer-heading>a{display:inline-block;margin-top:8px}.opa-offer-grid{grid-template-columns:1fr}}

/* Orlando Pneus — serviços nativos acima do footer */
.opa-services-section{background:#050b18;padding:58px 0 64px;clear:both;color:#fff}
.opa-services-inner{width:min(1180px,92%);margin:0 auto}
.opa-services-heading{text-align:center;margin-bottom:28px}
.opa-services-heading>span{font-size:12px;font-weight:900;color:#ef2b2f}
.opa-services-heading h2{font-size:30px;font-style:italic;margin:8px 0;color:#fff}
.opa-services-heading h2 strong{color:#ef2b2f}
.opa-services-heading p{font-size:14px;color:#d0d5dd;margin:0 auto;max-width:780px}
.opa-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.opa-service-card{background:#101827;border:1px solid #344054;border-radius:14px;padding:22px 20px 18px;display:flex;flex-direction:column;min-height:360px}
.opa-service-icon{font-size:32px;margin-bottom:10px}
.opa-service-card h3{font-size:17px;line-height:1.35;margin:0 0 10px;color:#fff}
.opa-service-card p{font-size:13px;line-height:1.55;color:#e4e7ec;margin:0 0 10px}
.opa-service-card ul{list-style:none;margin:0 0 20px;padding:0}
.opa-service-card li{font-size:12px;line-height:1.55;color:#b8c0cc;margin:5px 0;padding-left:16px;position:relative}
.opa-service-card li:before{content:"✓";position:absolute;left:0;color:#ef2b2f;font-weight:900}
.opa-service-card a{margin-top:auto;text-align:center;background:#e5262a;color:#fff;border-radius:7px;padding:11px 14px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:900}
@media(max-width:850px){.opa-services-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.opa-services-grid{grid-template-columns:1fr}.opa-services-heading h2{font-size:25px}.opa-service-card{min-height:0}}


/* =========================================================
   ORLANDO PNEUS — HEADER V1.2.4
   Identidade oficial: azul + vermelho + amarelo
   ========================================================= */
.topbar{background:#07111d!important;color:#fff!important;border-bottom:3px solid var(--red)!important}
.topbar .container{min-height:36px;align-items:center;font-size:12px!important}
.topbar strong{color:var(--yellow)}
.site-header{background:#fff!important;border-bottom:1px solid #dfe4ea!important;position:relative!important;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.header-main{min-height:112px!important;gap:22px!important;padding:12px 0!important}
.brand-logo{display:flex!important;align-items:center!important;flex:0 0 290px!important;width:290px!important;text-decoration:none!important}
.brand-logo-main{display:block!important;width:100%!important;height:auto!important;max-height:100px!important;object-fit:contain!important}
.brand-logo-icon{display:none!important}
.search{height:48px!important;min-width:250px!important;border:2px solid var(--blue)!important;border-radius:7px!important;overflow:hidden!important;box-shadow:0 1px 4px rgba(0,59,115,.08)!important}
.search-icon{display:flex;align-items:center;justify-content:center;width:42px;color:var(--blue);font-size:27px;line-height:1}
.search input{padding:10px 8px!important;font-size:14px!important;color:#1f2937!important}
.search input::placeholder{color:#7a8491}
.search button{min-width:96px!important;padding:0 16px!important;background:var(--blue)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.02em}
.header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}
.header-action{position:relative;display:flex!important;align-items:center!important;gap:7px!important;color:#111!important;padding:7px 5px!important}
.header-action:hover{color:var(--blue)!important}
.header-action .action-icon{font-size:22px;line-height:1}
.header-action small{display:block;font-size:9px;line-height:1;color:#7a8491;letter-spacing:.06em}
.header-action strong{display:block;font-size:13px;line-height:1.25;color:#111}
.cart-action{padding-right:22px!important}
.cart-count{position:absolute!important;right:0!important;top:0!important;min-width:20px!important;height:20px!important;padding:0 5px!important;border-radius:999px!important;background:var(--red)!important;color:#fff!important;font-size:11px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.nav{background:var(--blue)!important;border:0!important}
.nav-inner{min-height:50px!important;align-items:center!important;gap:0!important}
.nav a{color:#fff!important;font-weight:800!important;font-size:13px!important;padding:15px 20px!important;transition:.15s ease}
.nav a:hover,.nav a:focus{background:#07528f!important;color:#fff!important}
.nav-home{border-bottom:3px solid var(--yellow)!important}
@media(max-width:1000px){
  .header-main{gap:14px!important}
  .brand-logo{flex-basis:230px!important;width:230px!important}
  .header-actions{gap:2px!important}
  .header-action strong{font-size:12px}
  .search{min-width:200px!important}
}
@media(max-width:760px){
  .topbar .container{justify-content:center!important;text-align:center!important}
  .topbar .container span:last-child{display:none}
  .header-main{min-height:0!important;padding:10px 0 12px!important;display:grid!important;grid-template-columns:72px 1fr!important;gap:10px!important}
  .brand-logo{width:72px!important;flex-basis:72px!important;height:58px!important;justify-content:center}
  .brand-logo-main{display:none!important}
  .brand-logo-icon{display:block!important;width:62px!important;height:62px!important;object-fit:contain!important}
  .header-actions{position:absolute!important;right:4%!important;top:76px!important;z-index:3!important}
  .header-action{padding:4px!important}
  .header-action span:not(.action-icon):not(.cart-count){display:none!important}
  .header-action .action-icon{font-size:20px}
  .cart-action{padding-right:21px!important}
  .search{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;height:46px!important}
  .search button{min-width:82px!important}
  .nav-inner{overflow-x:auto!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch}
  .nav a{padding:13px 16px!important;white-space:nowrap!important}
}

/* ORLANDO HOME V1.2.5 — banners reais e combos editáveis */
.opa-home-slider{min-height:520px;background:#07111d}
.opa-slide{display:none;min-height:520px;position:relative;overflow:hidden;align-items:stretch}
.opa-slide.is-active{display:block}
.opa-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.opa-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.45) 38%,rgba(0,0,0,.08) 72%,rgba(0,0,0,.18) 100%)}
.opa-slide-copy{width:min(1180px,92%);height:100%;margin:0 auto;padding:82px 46% 90px 0;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;color:#fff}
.opa-slide-copy span{font-size:12px;font-weight:900;letter-spacing:.1em;color:#ffd21c}
.opa-slide-copy h2{font-size:48px;line-height:1.06;margin:12px 0;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.opa-slide-copy p{font-size:18px;line-height:1.5;max-width:590px;color:#fff;margin:0 0 22px}
.opa-slide-copy a{align-self:flex-start;background:#d71920;color:#fff;padding:13px 20px;border-radius:7px;text-decoration:none;font-weight:900;box-shadow:0 5px 16px rgba(0,0,0,.2)}
.opa-slide-copy a:hover{background:#b90f16;color:#fff}
.opa-slide-prev,.opa-slide-next{background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.35)}
.opa-slide-dots button{background:#fff}
.opa-offer-combos{margin-top:30px}
.opa-offer-card{border-top:4px solid #d71920}
@media(max-width:900px){.opa-slide-copy{width:92%!important;padding-right:30%!important}.opa-slide-copy h2{font-size:38px}}
@media(max-width:600px){.opa-slide,.opa-home-slider{min-height:500px}.opa-slide-image{object-position:center}.opa-slide-overlay{background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.78))}.opa-slide-copy{width:92%!important;padding:45px 0 105px!important;justify-content:flex-end}.opa-slide-copy h2{font-size:30px}.opa-slide-copy p{font-size:15px}.opa-slide-art{display:none}}


/* ORLANDO PNEUS V1.2.6 — COMBOS RELÂMPAGO */
.opa-offer-combos{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:28px max(4%,calc((100% - 1200px)/2)) 30px!important;
  background:linear-gradient(105deg,#080713 0%,#160813 55%,#25080c 100%)!important;
  border-top:1px solid rgba(215,25,32,.65)!important;
  border-bottom:1px solid rgba(215,25,32,.65)!important;
  box-sizing:border-box;
}
.opa-offer-heading{
  width:100%!important;
  margin:0 auto 20px!important;
  padding-bottom:14px!important;
  border-bottom:1px solid rgba(215,25,32,.45)!important;
  align-items:center!important;
}
.opa-offer-heading span{
  color:#ffd21c!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
.opa-offer-heading h2{
  margin:7px 0 0!important;
  color:#fff!important;
  font-size:30px!important;
  font-weight:900!important;
  font-style:italic!important;
  text-transform:uppercase!important;
}
.opa-offer-heading h2 em{color:#ef2b2f;font-style:italic}
.opa-stock-alert{
  display:inline-flex;
  align-items:center;
  background:#ef2b2f;
  color:#fff;
  border-radius:999px;
  padding:9px 17px;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.opa-offer-grid{
  width:100%!important;
  max-width:1200px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.opa-offer-card{
  min-width:0!important;
  padding:16px!important;
  gap:10px!important;
  background:#111a2c!important;
  border:1px solid #b21c25!important;
  border-top:1px solid #b21c25!important;
  border-radius:14px!important;
  box-shadow:0 7px 20px rgba(0,0,0,.28)!important;
  color:#fff!important;
}
.opa-offer-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  min-height:26px;
}
.opa-offer-top small{
  display:inline-block;
  background:#202b18;
  border:1px solid #a48b00;
  color:#ffd21c!important;
  border-radius:999px;
  padding:5px 9px;
  font-size:10px!important;
  font-weight:900!important;
  white-space:nowrap;
}
.opa-combo-timer{
  color:#ff646a!important;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.opa-offer-image-link{
  display:block!important;
  height:120px!important;
  background:#fff!important;
  border-radius:9px!important;
  overflow:hidden!important;
}
.opa-offer-image-link img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.opa-offer-card h3{
  margin:0!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.opa-offer-card p{
  margin:0!important;
  min-height:42px!important;
  color:#b9c1cf!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.opa-offer-price{
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:10px;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.opa-offer-price del{color:#858b96;font-size:11px}
.opa-offer-price strong{
  color:#19e89b!important;
  font-size:20px!important;
  font-weight:900!important;
}
.opa-offer-cta{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  text-align:center!important;
  background:#ef262a!important;
  color:#fff!important;
  border-radius:8px!important;
  padding:11px 8px!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.opa-offer-cta:hover{background:#c91a1e!important;color:#fff!important}
@media(max-width:1000px){
  .opa-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .opa-offer-combos{padding:24px 4%!important}
  .opa-offer-heading{display:block!important}
  .opa-stock-alert{margin-top:12px}
  .opa-offer-grid{grid-template-columns:1fr!important}
  .opa-offer-image-link{height:180px!important}
}


/* ORLANDO PNEUS V1.2.7 — HEADER + SLIDER + SERVIÇOS */
.topbar{display:none!important}
.site-header{
  background:#f0c400!important;
  border-bottom:3px solid #06111e!important;
  box-shadow:none!important;
}
.header-main{min-height:126px!important;padding:10px 0!important}
.brand-logo{flex:0 0 290px!important;width:290px!important}
.brand-logo-main{max-height:104px!important}
.search{border-color:#003f7a!important;background:#fff!important}
.search button{background:#003f7a!important}
.header-action,.header-action strong{color:#101010!important}
.header-action small{color:#fff!important;font-weight:900!important}
.nav{background:#050505!important}
.nav a{color:#fff!important}
.nav a:hover,.nav a:focus{background:#202020!important}
.nav-home{border-bottom-color:#f0c400!important}

/* slider visual mais forte, como referência */
.opa-home-slider{height:430px!important;background:#050505!important}
.opa-slide-image{object-fit:cover!important}
.opa-slide-overlay{background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.36) 42%,rgba(0,0,0,.05) 75%)!important}
.opa-slide-copy{max-width:none!important;width:min(1180px,92%)!important;left:auto!important;margin:0 auto!important;box-sizing:border-box!important;padding-right:45%!important}
.opa-slide-copy span{color:#f0c400!important}
.opa-slide-copy h2{font-size:48px!important;line-height:1.05!important}
.opa-slide-copy p{font-size:17px!important}
.opa-slide-copy a{background:#ed2529!important}
.opa-slide-prev,.opa-slide-next{border-color:#fff!important;background:rgba(0,0,0,.25)!important}

/* serviços: imagens no topo e conteúdo abaixo */
.opa-services-section{background:#020817!important;padding:34px 0 42px!important}
.opa-services-heading{margin-bottom:28px!important}
.opa-services-heading span{color:#ed2529!important;font-weight:900!important}
.opa-services-heading h2{color:#fff!important;font-style:italic!important}
.opa-services-heading h2 strong{color:#ed2529!important}
.opa-services-heading p{color:#d8e1ee!important}
.opa-services-grid{gap:24px!important}
.opa-service-card{
  overflow:hidden!important;
  padding:0!important;
  background:#10192c!important;
  border:1px solid #34445c!important;
  border-radius:14px!important;
  box-shadow:0 8px 25px rgba(0,0,0,.25)!important;
}
.opa-service-image{width:100%!important;height:182px!important;overflow:hidden!important}
.opa-service-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.opa-service-body{padding:20px 16px 16px!important}
.opa-service-card h3{color:#fff!important;font-size:16px!important;line-height:1.35!important}
.opa-service-card p{color:#e1e7ef!important}
.opa-service-card ul{color:#aebbd0!important}
.opa-service-card li::marker{color:#ed2529!important}
.opa-service-card>a{background:#ed2529!important;color:#fff!important;border-radius:7px!important}
@media(max-width:760px){
 .header-main{min-height:0!important}
 .brand-logo-main{max-height:72px!important}
 .opa-home-slider{height:390px!important}
 .opa-slide-copy h2{font-size:34px!important}
 .opa-service-image{height:200px!important}
}


/* ORLANDO PNEUS V1.2.8 — BOLETIM DE OFERTAS ACIMA DO FOOTER */
.opa-newsletter{
  background:#e6bd00!important;
  padding:42px 4%!important;
  box-sizing:border-box;
}
.opa-newsletter-box{
  max-width:790px!important;
  margin:0 auto!important;
  padding:28px 32px 32px!important;
  background:#10182b!important;
  border:1px solid #e5252a!important;
  border-radius:20px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.22)!important;
  box-sizing:border-box;
}
.opa-newsletter-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  gap:7px!important;
  margin-bottom:16px!important;
}
.opa-newsletter-tags span{
  display:inline-flex!important;
  align-items:center!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#1c293d!important;
  border:1px solid #314158!important;
  color:#d6deea!important;
  font-size:9px!important;
  font-weight:800!important;
}
.opa-newsletter-tags .is-main{
  background:#ef292e!important;
  border-color:#ef292e!important;
  color:#fff!important;
}
.opa-newsletter-box h2{
  margin:0 0 10px!important;
  text-align:center!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.35!important;
  font-weight:900!important;
  font-style:italic!important;
}
.opa-newsletter-box h2 em{color:#ef292e!important;font-style:italic}
.opa-newsletter-description{
  max-width:700px!important;
  margin:0 auto 20px!important;
  text-align:center!important;
  color:#d6deea!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.opa-newsletter-form{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px 10px!important;
}
.opa-newsletter-field label{
  display:block!important;
  margin:0 0 5px!important;
  color:#aebbd0!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}
.opa-newsletter-field input{
  width:100%!important;
  height:36px!important;
  padding:7px 10px!important;
  box-sizing:border-box!important;
  border:1px solid #34425a!important;
  border-radius:7px!important;
  background:#030918!important;
  color:#fff!important;
  outline:none!important;
  font-size:11px!important;
}
.opa-newsletter-field input:focus{border-color:#e8bf00!important}
.opa-newsletter-field input::placeholder{color:#6e7b8f!important}
.opa-newsletter-check{
  grid-column:1/-1!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#e3e9f2!important;
  font-size:10px!important;
  cursor:pointer;
}
.opa-newsletter-check input{accent-color:#1677e8}
.opa-newsletter-form>button{
  grid-column:1/-1!important;
  height:44px!important;
  border:0!important;
  border-radius:7px!important;
  background:#ed282d!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.opa-newsletter-form>button:hover{background:#c91c21!important}
.opa-newsletter-success,.opa-newsletter-error{
  padding:10px 12px!important;
  margin:0 0 15px!important;
  border-radius:7px!important;
  text-align:center!important;
  font-size:12px!important;
  font-weight:700!important;
}
.opa-newsletter-success{background:#0e7a55;color:#fff}
.opa-newsletter-error{background:#7d171c;color:#fff}
@media(max-width:760px){
  .opa-newsletter{padding:28px 4%!important}
  .opa-newsletter-box{padding:22px 18px 24px!important;border-radius:15px!important}
  .opa-newsletter-box h2{font-size:19px!important}
  .opa-newsletter-form{grid-template-columns:1fr!important}
  .opa-newsletter-field,.opa-newsletter-check,.opa-newsletter-form>button{grid-column:auto!important}
  .opa-newsletter-form>button{grid-column:1!important}
}

/* V1.2.9 — newsletter encosta diretamente no footer */
.opa-newsletter + .site-footer{margin-top:0!important;border-top:0!important}
.opa-newsletter{margin-bottom:0!important}


/* =========================================================
   ORLANDO PNEUS — MINHA CONTA / LOGIN WOOCOMMERCE
   ========================================================= */
.orlando-account-page{
  background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%);
  padding:42px 0 65px;
  min-height:520px;
}
.orlando-account-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
}
.orlando-account-eyebrow{
  display:inline-block;
  color:#d71920;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.orlando-account-head h1{
  margin:5px 0 5px;
  color:#07111d;
  font-size:34px;
  font-weight:900;
}
.orlando-account-head p{
  margin:0;
  color:#667085;
  font-size:14px;
}
.orlando-account-content{max-width:1050px;margin:0 auto}
.orlando-account-content .woocommerce-notices-wrapper{margin-bottom:16px}
.woocommerce-account .orlando-account-content .woocommerce{
  width:100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  width:245px!important;
  background:#07111d;
  border-radius:14px;
  padding:10px;
  box-sizing:border-box;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:block;
  color:#fff!important;
  padding:12px 13px;
  font-size:13px;
  font-weight:800;
  border-radius:8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:#d71920!important;
  color:#fff!important;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width:calc(100% - 275px)!important;
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:14px;
  padding:28px;
  box-sizing:border-box;
  min-height:280px;
  box-shadow:0 8px 25px rgba(0,0,0,.05);
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  color:#06477f;
  font-weight:900;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register{
  max-width:620px;
  margin:0 auto!important;
  background:#fff;
  border:1px solid #e0e5eb!important;
  border-radius:16px!important;
  padding:28px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.woocommerce-account .woocommerce form.login:before,
.woocommerce-account .woocommerce form.register:before{
  content:'ORLANDO PNEUS';
  display:block;
  text-align:center;
  color:#06477f;
  font-size:22px;
  font-weight:900;
  margin-bottom:18px;
}
.woocommerce-account .woocommerce form.login .form-row label,
.woocommerce-account .woocommerce form.register .form-row label{
  color:#263238;
  font-size:12px;
  font-weight:800;
}
.woocommerce-account .woocommerce form.login input.input-text,
.woocommerce-account .woocommerce form.register input.input-text{
  min-height:46px!important;
  border:1px solid #cbd5df!important;
  border-radius:8px!important;
  background:#fff!important;
  padding:9px 12px!important;
}
.woocommerce-account .woocommerce form.login input.input-text:focus,
.woocommerce-account .woocommerce form.register input.input-text:focus{
  border-color:#06477f!important;
  box-shadow:0 0 0 2px rgba(6,71,127,.10)!important;
  outline:0!important;
}
.woocommerce-account .woocommerce form.login button.button,
.woocommerce-account .woocommerce form.register button.button{
  background:#d71920!important;
  color:#fff!important;
  border-radius:8px!important;
  padding:12px 22px!important;
  font-weight:900!important;
}
.woocommerce-account .woocommerce form.login button.button:hover,
.woocommerce-account .woocommerce form.register button.button:hover{
  background:#b9151b!important;
}
.woocommerce-account .woocommerce form.login .woocommerce-form-login__rememberme{
  font-size:12px;
  color:#667085;
}
.woocommerce-account .woocommerce form.login p.lost_password a{
  color:#06477f!important;
  font-weight:700;
}
@media(max-width:760px){
  .orlando-account-page{padding:30px 0 45px}
  .orlando-account-head h1{font-size:28px}
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width:100%!important;
    float:none!important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px}
  .woocommerce-account .woocommerce-MyAccount-content{padding:18px}
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register{padding:20px!important}
}


/* =========================================================
   ORLANDO PNEUS V1.3.3 — HEADER + MOBILE DEFINITIVO
   Corrige compressão do topo e quebra exagerada do slider
   ========================================================= */

/* Desktop: header mais equilibrado */
@media(min-width:761px){
  .site-header .header-main{
    min-height:108px!important;
    padding:8px 0!important;
  }
  .site-header .brand-logo{
    flex:0 0 250px!important;
    width:250px!important;
  }
  .site-header .brand-logo-main{
    max-height:92px!important;
  }
  .site-header .search{
    flex:1 1 auto!important;
    min-width:280px!important;
    max-width:620px!important;
    margin:0 auto!important;
  }
}

/* Celular: uma estrutura limpa — logo, ações, busca e menu */
@media(max-width:760px){
  .site-header{
    overflow:visible!important;
  }

  .site-header .header-main{
    width:94%!important;
    min-height:0!important;
    padding:9px 0 12px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    grid-template-rows:68px 48px!important;
    gap:8px!important;
    align-items:center!important;
  }

  .site-header .brand-logo{
    grid-column:1!important;
    grid-row:1!important;
    width:150px!important;
    height:64px!important;
    flex:none!important;
    justify-self:start!important;
    justify-content:flex-start!important;
  }

  /* No celular mostramos o logo completo, não o ícone isolado */
  .site-header .brand-logo-main{
    display:block!important;
    width:150px!important;
    height:auto!important;
    max-height:64px!important;
    object-fit:contain!important;
  }
  .site-header .brand-logo-icon{
    display:none!important;
  }

  .site-header .header-actions{
    position:static!important;
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
    z-index:5!important;
  }

  .site-header .header-action{
    min-width:38px!important;
    height:38px!important;
    padding:5px!important;
    justify-content:center!important;
    border-radius:6px!important;
  }
  .site-header .header-action .action-icon{
    font-size:21px!important;
    line-height:1!important;
  }
  .site-header .header-action span:not(.action-icon):not(.cart-count){
    display:none!important;
  }
  .site-header .cart-action{
    padding-right:5px!important;
  }
  .site-header .cart-count{
    right:-2px!important;
    top:-4px!important;
    min-width:18px!important;
    height:18px!important;
    font-size:10px!important;
  }

  .site-header .search{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:48px!important;
    margin:0!important;
    display:flex!important;
  }
  .site-header .search-icon{
    width:40px!important;
    flex:0 0 40px!important;
    font-size:24px!important;
  }
  .site-header .search input{
    min-width:0!important;
    width:100%!important;
    font-size:14px!important;
    padding:8px 4px!important;
  }
  .site-header .search input::placeholder{
    font-size:13px!important;
  }
  .site-header .search button{
    flex:0 0 82px!important;
    min-width:82px!important;
    padding:0 8px!important;
    font-size:11px!important;
  }

  /* Menu não pode começar cortado */
  .nav{
    width:100%!important;
    overflow:hidden!important;
  }
  .nav .nav-inner{
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:0 8px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    justify-content:flex-start!important;
    gap:0!important;
    scrollbar-width:none!important;
  }
  .nav .nav-inner::-webkit-scrollbar{display:none!important}
  .nav a{
    flex:0 0 auto!important;
    padding:13px 15px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }

  /* Slider: imagem cheia e texto com largura real */
  .opa-home-slider{
    height:470px!important;
    min-height:470px!important;
  }
  .opa-slide{
    min-height:470px!important;
    height:470px!important;
  }
  .opa-slide-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .opa-slide-overlay{
    background:linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.42) 38%,
      rgba(0,0,0,.82) 100%
    )!important;
  }
  .opa-slide-copy{
    width:92%!important;
    max-width:560px!important;
    height:100%!important;
    margin:0 auto!important;
    padding:36px 0 78px!important;
    justify-content:flex-end!important;
  }
  .opa-slide-copy span{
    font-size:11px!important;
    line-height:1.2!important;
  }
  .opa-slide-copy h2{
    width:auto!important;
    max-width:540px!important;
    margin:9px 0 10px!important;
    font-size:32px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
  }
  .opa-slide-copy p{
    width:auto!important;
    max-width:500px!important;
    margin:0 0 15px!important;
    font-size:15px!important;
    line-height:1.4!important;
  }
  .opa-slide-copy a{
    align-self:flex-start!important;
    padding:12px 17px!important;
    font-size:13px!important;
    max-width:85%!important;
  }
  .opa-slide-prev,.opa-slide-next{
    top:55%!important;
    width:40px!important;
    height:40px!important;
    font-size:27px!important;
  }
  .opa-slide-prev{left:12px!important}
  .opa-slide-next{right:12px!important}
  .opa-slide-dots{bottom:16px!important}

  /* Serviços e combos não devem criar overflow horizontal */
  .opa-services-section,
  .opa-offer-combos,
  .opa-newsletter{
    width:100%!important;
    overflow:hidden!important;
  }
}

/* Celulares menores */
@media(max-width:430px){
  .site-header .header-main{
    grid-template-rows:62px 46px!important;
  }
  .site-header .brand-logo,
  .site-header .brand-logo-main{
    width:132px!important;
    max-height:58px!important;
  }
  .site-header .search{
    height:46px!important;
  }
  .site-header .search button{
    flex-basis:76px!important;
    min-width:76px!important;
  }
  .opa-home-slider,.opa-slide{
    height:450px!important;
    min-height:450px!important;
  }
  .opa-slide-copy{
    padding-bottom:70px!important;
  }
  .opa-slide-copy h2{
    font-size:28px!important;
  }
  .opa-slide-copy p{
    font-size:14px!important;
  }
}


/* =========================================================
   ORLANDO PNEUS V1.3.4 — LOGO MOBILE SEM CORTE
   Estrutura absoluta para impedir sobreposição/encobrimento
   ========================================================= */
@media(max-width:760px){
  .site-header{
    background:#f0c400!important;
    overflow:visible!important;
  }

  .site-header .header-main{
    position:relative!important;
    display:block!important;
    width:94%!important;
    height:126px!important;
    min-height:126px!important;
    padding:0!important;
    margin:0 auto!important;
  }

  .site-header .brand-logo{
    position:absolute!important;
    left:0!important;
    top:7px!important;
    z-index:20!important;
    display:flex!important;
    width:158px!important;
    height:66px!important;
    max-width:158px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }

  .site-header .brand-logo-main{
    display:block!important;
    position:relative!important;
    width:158px!important;
    height:auto!important;
    max-width:158px!important;
    max-height:66px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .site-header .brand-logo-icon{
    display:none!important;
  }

  .site-header .header-actions{
    position:absolute!important;
    right:0!important;
    top:19px!important;
    z-index:25!important;
    display:flex!important;
    width:auto!important;
    height:40px!important;
    margin:0!important;
    padding:0!important;
    gap:3px!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }

  .site-header .header-action{
    display:flex!important;
    width:39px!important;
    min-width:39px!important;
    height:39px!important;
    margin:0!important;
    padding:4px!important;
    border-radius:7px!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(255,255,255,.12)!important;
  }

  .site-header .header-action .action-icon{
    display:block!important;
    font-size:20px!important;
    line-height:1!important;
  }

  .site-header .header-action span:not(.action-icon):not(.cart-count){
    display:none!important;
  }

  .site-header .cart-count{
    position:absolute!important;
    right:-2px!important;
    top:-5px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:18px!important;
    width:18px!important;
    height:18px!important;
    padding:0!important;
    border-radius:50%!important;
    font-size:10px!important;
    line-height:18px!important;
  }

  .site-header .search{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:11px!important;
    z-index:22!important;
    display:flex!important;
    width:100%!important;
    height:47px!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  .site-header .search-icon{
    flex:0 0 38px!important;
    width:38px!important;
  }

  .site-header .search input{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    font-size:13px!important;
  }

  .site-header .search button{
    flex:0 0 78px!important;
    width:78px!important;
    min-width:78px!important;
    padding:0!important;
  }
}

@media(max-width:380px){
  .site-header .brand-logo{
    width:145px!important;
    max-width:145px!important;
  }
  .site-header .brand-logo-main{
    width:145px!important;
    max-width:145px!important;
  }
  .site-header .header-actions{
    top:18px!important;
  }
  .site-header .header-action{
    width:36px!important;
    min-width:36px!important;
    height:36px!important;
  }
  .site-header .search button{
    flex-basis:72px!important;
    width:72px!important;
    min-width:72px!important;
  }
}


/* =========================================================
   ORLANDO PNEUS V1.3.5 — CABEÇALHO DEFINITIVO
   Desktop + tablet + mobile
   ========================================================= */

/* DESKTOP */
@media(min-width:761px){
  .site-header{
    background:#f0c400!important;
    overflow:visible!important;
  }

  .site-header .header-main{
    width:min(1180px,92%)!important;
    min-height:96px!important;
    height:96px!important;
    padding:5px 0!important;
    margin:0 auto!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:18px!important;
    box-sizing:border-box!important;
  }

  .site-header .brand-logo{
    flex:0 0 220px!important;
    width:220px!important;
    height:86px!important;
    max-width:220px!important;
    min-width:220px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }

  .site-header .brand-logo-main{
    display:block!important;
    width:220px!important;
    height:auto!important;
    max-width:220px!important;
    max-height:86px!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
  }

  .site-header .brand-logo-icon{
    display:none!important;
  }

  .site-header .search{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:48px!important;
    margin:0!important;
    order:initial!important;
  }

  .site-header .search input{
    min-width:0!important;
    flex:1 1 auto!important;
    font-size:14px!important;
  }

  .site-header .search button{
    flex:0 0 88px!important;
    width:88px!important;
    min-width:88px!important;
    padding:0!important;
  }

  .site-header .header-actions{
    flex:0 0 190px!important;
    width:190px!important;
    min-width:190px!important;
    height:54px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    position:static!important;
    margin:0!important;
  }

  .site-header .header-action{
    flex:0 0 auto!important;
    min-width:82px!important;
    padding:5px 4px!important;
    display:flex!important;
    align-items:center!important;
  }

  .site-header .header-action .action-icon{
    font-size:20px!important;
  }

  .site-header .header-action small{
    font-size:8px!important;
    white-space:nowrap!important;
  }

  .site-header .header-action strong{
    font-size:11px!important;
    white-space:nowrap!important;
  }

  .site-header .cart-action{
    min-width:86px!important;
    padding-right:20px!important;
  }

  .site-header .cart-count{
    top:1px!important;
    right:0!important;
  }
}

/* TABLETS / NOTEBOOKS MAIS ESTREITOS */
@media(min-width:761px) and (max-width:1100px){
  .site-header .header-main{
    gap:10px!important;
  }

  .site-header .brand-logo{
    flex-basis:185px!important;
    width:185px!important;
    min-width:185px!important;
    max-width:185px!important;
  }

  .site-header .brand-logo-main{
    width:185px!important;
    max-width:185px!important;
    max-height:80px!important;
  }

  .site-header .header-actions{
    flex-basis:155px!important;
    width:155px!important;
    min-width:155px!important;
  }

  .site-header .header-action{
    min-width:68px!important;
  }

  .site-header .header-action strong{
    font-size:10px!important;
  }
}

/* MOBILE — mantém logo completo e separa cada linha */
@media(max-width:760px){
  .site-header .header-main{
    width:94%!important;
    height:126px!important;
    min-height:126px!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
  }

  .site-header .brand-logo{
    left:0!important;
    top:5px!important;
    width:160px!important;
    max-width:160px!important;
    height:68px!important;
    max-height:68px!important;
    z-index:30!important;
  }

  .site-header .brand-logo-main{
    width:160px!important;
    max-width:160px!important;
    height:auto!important;
    max-height:68px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .site-header .header-actions{
    right:0!important;
    top:17px!important;
    height:40px!important;
    z-index:31!important;
  }

  .site-header .search{
    left:0!important;
    right:0!important;
    bottom:10px!important;
    width:100%!important;
    height:47px!important;
    z-index:32!important;
  }

  .site-header .search input{
    font-size:13px!important;
  }

  .site-header .search button{
    width:78px!important;
    min-width:78px!important;
  }
}

/* CELULAR MUITO PEQUENO */
@media(max-width:380px){
  .site-header .brand-logo,
  .site-header .brand-logo-main{
    width:140px!important;
    max-width:140px!important;
  }

  .site-header .header-action{
    width:36px!important;
    min-width:36px!important;
  }

  .site-header .search button{
    width:70px!important;
    min-width:70px!important;
  }
}


/* =========================================================
   ORLANDO PNEUS V1.3.6 — HEADER ESTRUTURAL
   O cabeçalho usa classes próprias para não sofrer conflito
   com regras antigas de .container/.header-main/.search.
   ========================================================= */

.site-header{
  position:relative!important;
  z-index:100!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  background:#f0c400!important;
  border:0!important;
  overflow:visible!important;
  box-shadow:none!important;
}

.orlando-header-inner{
  width:min(1180px,92%)!important;
  min-height:96px!important;
  height:96px!important;
  margin:0 auto!important;
  padding:5px 0!important;
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) 190px!important;
  align-items:center!important;
  column-gap:18px!important;
  box-sizing:border-box!important;
  position:relative!important;
}

.orlando-brand{
  width:220px!important;
  height:86px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  position:relative!important;
  z-index:3!important;
  overflow:visible!important;
  text-decoration:none!important;
}

.orlando-brand img{
  display:block!important;
  width:220px!important;
  height:auto!important;
  max-width:220px!important;
  max-height:86px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
  padding:0!important;
}

.orlando-search{
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:stretch!important;
  border:2px solid #004b87!important;
  border-radius:8px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:2!important;
}

.orlando-search-icon{
  flex:0 0 42px!important;
  width:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#004b87!important;
  font-size:27px!important;
}

.orlando-search input{
  min-width:0!important;
  width:auto!important;
  flex:1 1 auto!important;
  border:0!important;
  outline:0!important;
  background:#fff!important;
  color:#222!important;
  padding:8px 8px!important;
  font-size:14px!important;
  box-sizing:border-box!important;
}

.orlando-search input::placeholder{
  color:#7a8491!important;
}

.orlando-search button{
  flex:0 0 88px!important;
  width:88px!important;
  min-width:88px!important;
  height:100%!important;
  border:0!important;
  margin:0!important;
  padding:0!important;
  background:#004b87!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

.orlando-actions{
  width:190px!important;
  min-width:190px!important;
  height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:4px!important;
  position:relative!important;
  z-index:4!important;
}

.orlando-action{
  min-width:84px!important;
  height:48px!important;
  padding:4px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  position:relative!important;
  color:#111!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}

.orlando-action-icon{
  font-size:20px!important;
  line-height:1!important;
}

.orlando-action small{
  display:block!important;
  font-size:8px!important;
  line-height:1.1!important;
  color:#333!important;
  white-space:nowrap!important;
}

.orlando-action strong{
  display:block!important;
  font-size:11px!important;
  line-height:1.25!important;
  color:#111!important;
  white-space:nowrap!important;
}

.orlando-cart{
  padding-right:20px!important;
}

.orlando-cart-count{
  position:absolute!important;
  top:1px!important;
  right:0!important;
  min-width:19px!important;
  height:19px!important;
  padding:0 4px!important;
  border-radius:50%!important;
  background:#ed1c24!important;
  color:#fff!important;
  font-size:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Tablets/notebooks */
@media(min-width:761px) and (max-width:1050px){
  .orlando-header-inner{
    width:94%!important;
    grid-template-columns:185px minmax(0,1fr) 155px!important;
    column-gap:10px!important;
  }
  .orlando-brand,.orlando-brand img{
    width:185px!important;
    max-width:185px!important;
  }
  .orlando-brand{height:80px!important}
  .orlando-brand img{max-height:80px!important}
  .orlando-actions{width:155px!important;min-width:155px!important}
  .orlando-action{min-width:68px!important}
  .orlando-action strong{font-size:10px!important}
}

/* Mobile */
@media(max-width:760px){
  .site-header{
    height:126px!important;
    min-height:126px!important;
  }

  .orlando-header-inner{
    width:94%!important;
    height:126px!important;
    min-height:126px!important;
    margin:0 auto!important;
    padding:0!important;
    display:block!important;
    position:relative!important;
  }

  .orlando-brand{
    position:absolute!important;
    left:0!important;
    top:5px!important;
    width:155px!important;
    height:68px!important;
    z-index:10!important;
  }

  .orlando-brand img{
    width:155px!important;
    max-width:155px!important;
    height:auto!important;
    max-height:68px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  .orlando-actions{
    position:absolute!important;
    right:0!important;
    top:14px!important;
    width:auto!important;
    min-width:0!important;
    height:42px!important;
    gap:3px!important;
    z-index:11!important;
  }

  .orlando-action{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    padding:3px!important;
    border-radius:6px!important;
  }

  .orlando-action-icon{
    font-size:20px!important;
  }

  .orlando-action span:not(.orlando-action-icon):not(.orlando-cart-count){
    display:none!important;
  }

  .orlando-cart{
    padding-right:4px!important;
  }

  .orlando-cart-count{
    top:-4px!important;
    right:-2px!important;
    min-width:18px!important;
    width:18px!important;
    height:18px!important;
    font-size:10px!important;
  }

  .orlando-search{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:10px!important;
    width:100%!important;
    height:47px!important;
    z-index:12!important;
  }

  .orlando-search-icon{
    flex-basis:38px!important;
    width:38px!important;
    font-size:24px!important;
  }

  .orlando-search input{
    font-size:13px!important;
    padding:8px 4px!important;
  }

  .orlando-search button{
    flex-basis:78px!important;
    width:78px!important;
    min-width:78px!important;
    font-size:11px!important;
  }
}

/* Very small phones */
@media(max-width:380px){
  .site-header,.orlando-header-inner{
    height:120px!important;
    min-height:120px!important;
  }

  .orlando-brand{
    width:140px!important;
    height:62px!important;
    top:4px!important;
  }

  .orlando-brand img{
    width:140px!important;
    max-width:140px!important;
    max-height:62px!important;
  }

  .orlando-actions{top:12px!important}
  .orlando-action{
    width:35px!important;
    min-width:35px!important;
    height:36px!important;
  }

  .orlando-search{
    bottom:8px!important;
    height:45px!important;
  }

  .orlando-search button{
    flex-basis:70px!important;
    width:70px!important;
    min-width:70px!important;
  }
}

/* V1.3.7 - faixa preta vazia acima do cabeçalho */
.orlando-top-spacer{
 display:block!important;width:100%!important;height:42px!important;
 min-height:42px!important;margin:0!important;padding:0!important;
 background:#050505!important;border:0!important;clear:both!important;
}
@media(max-width:760px){
 .orlando-top-spacer{height:32px!important;min-height:32px!important}
}
@media(max-width:380px){
 .orlando-top-spacer{height:28px!important;min-height:28px!important}
}


/* =========================================================
   V1.3.9 — FOOTER PROFISSIONAL ORLANDO PNEUS
   ========================================================= */

.site-footer{
  background:#020817!important;
  color:#aebbd0!important;
  margin:0!important;
  padding:0!important;
  border-top:1px solid #263246!important;
}

.orlando-footer-inner{
  width:min(1260px,94%)!important;
  margin:0 auto!important;
  padding:38px 20px 34px!important;
  display:grid!important;
  grid-template-columns:1.35fr 1fr 1.25fr 1.35fr!important;
  gap:48px!important;
  box-sizing:border-box!important;
}

.orlando-footer-brand img{
  display:block!important;
  width:165px!important;
  max-width:100%!important;
  height:auto!important;
  margin:0 0 16px!important;
}

.orlando-footer-brand p,
.orlando-footer-col p{
  margin:0 0 10px!important;
  font-size:13px!important;
  line-height:1.55!important;
  color:#aebbd0!important;
}

.orlando-footer-col{
  min-width:0!important;
}

.orlando-footer-col h3{
  margin:2px 0 15px!important;
  padding:0!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

.orlando-footer-col a{
  display:block!important;
  color:#aebbd0!important;
  text-decoration:none!important;
  font-size:13px!important;
  margin:0 0 10px!important;
}

.orlando-footer-col a:hover{
  color:#f0c400!important;
}

.orlando-footer-whatsapp{
  color:#00c98b!important;
  font-weight:700!important;
  margin-top:16px!important;
}

.orlando-payment-icons{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin-top:12px!important;
}

.orlando-payment-icons span,
.orlando-payment-icons b{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:28px!important;
  height:24px!important;
  padding:0 5px!important;
  border-radius:3px!important;
  background:#edf1f7!important;
  color:#172033!important;
  font-size:10px!important;
  font-weight:900!important;
  box-sizing:border-box!important;
}

.orlando-footer-bottom{
  width:100%!important;
  min-height:48px!important;
  padding:14px 20px!important;
  border-top:1px solid #263246!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  color:#71819b!important;
  font-size:12px!important;
  box-sizing:border-box!important;
  text-align:center!important;
}

@media(max-width:900px){
  .orlando-footer-inner{
    grid-template-columns:1fr 1fr!important;
    gap:30px!important;
  }
}

@media(max-width:560px){
  .orlando-footer-inner{
    width:92%!important;
    padding:32px 0 25px!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
  }

  .orlando-footer-brand img{
    width:155px!important;
  }

  .orlando-footer-bottom{
    display:block!important;
    padding:15px 20px!important;
    line-height:1.6!important;
  }
}


/* V1.4.0 — busca ligeiramente menor e ações maiores */
@media(min-width:1051px){
  .orlando-header-inner{
    grid-template-columns:205px minmax(0,1fr) 225px!important;
    column-gap:16px!important;
  }
  .orlando-brand,.orlando-brand img{
    width:205px!important;
    max-width:205px!important;
  }
  .orlando-actions{
    width:225px!important;
    min-width:225px!important;
    gap:7px!important;
  }
  .orlando-action{
    min-width:98px!important;
    height:54px!important;
  }
  .orlando-action-icon{
    font-size:24px!important;
  }
  .orlando-action strong{
    font-size:12px!important;
  }
  .orlando-action small{
    font-size:9px!important;
  }
  .orlando-cart-count{
    min-width:22px!important;
    height:22px!important;
    font-size:11px!important;
  }
}

@media(min-width:761px) and (max-width:1050px){
  .orlando-header-inner{
    grid-template-columns:175px minmax(0,1fr) 190px!important;
  }
  .orlando-brand,.orlando-brand img{
    width:175px!important;
    max-width:175px!important;
  }
  .orlando-actions{
    width:190px!important;
    min-width:190px!important;
  }
  .orlando-action-icon{font-size:23px!important}
  .orlando-action strong{font-size:11px!important}
}

@media(max-width:760px){
  .orlando-action-icon{font-size:23px!important}
}
