/*
Theme Name: CarapetoSales Custom
Version: 1.0
*/
body{margin:0;background:#000;color:#fff;font-family:Arial,sans-serif;}header{position:fixed;top:0;width:100%;z-index:100;background:#000;border-bottom:2px solid #e10600;}header .wrap{max-width:1400px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:20px;}header a{color:#fff;text-decoration:none;margin:0 15px;text-transform:uppercase;font-weight:bold}.hero-section{position:relative;min-height:100vh;background:url("https://loja.carapetosales.pt/wp-content/uploads/2026/07/RafaelRibeiro2-scaled-e1784886693744.jpg") center/cover no-repeat;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 35%,rgba(0,0,0,.25) 100%)}.hero-content{position:relative;z-index:2;max-width:700px;padding:120px 8%}.hero-content h1{font-size:90px;line-height:.9;margin:0;text-transform:uppercase}.red{color:#e10600}.btn{display:inline-block;border:2px solid #e10600;color:#fff;padding:15px 30px;text-decoration:none;margin-top:20px}.section{padding:60px 8%}.brands,.cats{display:grid;gap:20px}.brands{grid-template-columns:repeat(4,1fr)}.cats{grid-template-columns:repeat(3,1fr)}.box{background:#111;border:1px solid #222;padding:25px;text-align:center}.footer{border-top:2px solid #e10600;padding:30px;text-align:center}@media(max-width:768px){.hero-content h1{font-size:48px}.brands,.cats{grid-template-columns:1fr}}