* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
body { background-color: #f4f6f9; }
header { background-color: #ffffff; padding: 14px 0; border-bottom: 1px solid #e2e8f0; box-shadow: 0 1px 4px rgba(0,0,0,0.03); }
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; }
.logo { font-size: 22px; font-weight: 800; color: #1e3a8a; text-decoration: none; letter-spacing: -0.5px; }
.logo span { color: #3b82f6; }
.search-bar { flex-grow: 1; max-width: 600px; margin: 0 20px; background: #f1f5f9; display: flex; padding: 10px 16px; border-radius: 8px; border: 1px solid #e2e8f0; }
.search-bar input { width: 100%; border: none; background: none; outline: none; font-size: 15px; color: #334155; }
.search-bar button { border: none; background: none; cursor: pointer; }
.nav-menu a { color: #475569; text-decoration: none; margin-left: 20px; font-size: 14px; font-weight: 500; }
.categories-menu { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; width: 100%; }
.categories-menu a { color: #64748b; text-decoration: none; font-size: 13px; margin-right: 20px; font-weight: 500; transition: color 0.2s; }
.categories-menu a:hover { color: #1e3a8a; }
.categories-menu .main-cat { font-weight: 600; color: #1e3a8a; }
.categories-menu .right-side a { margin-right: 0; font-size: 13px; color: #475569; }
.banner-area { width: 100%; height: 280px; background: linear-gradient(to bottom, #ffffff 0%, #f4f6f9 100%); display: flex; justify-content: center; padding-top: 20px; }
.banner-slider-container { width: 100%; max-width: 1200px; height: 220px; position: relative; }
.banner-slide { width: 100%; height: 100%; background-color: #1e3a8a; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 26px; font-weight: bold; box-shadow: 0 4px 15px rgba(30, 58, 138, 0.15); transition: background-color 0.3s ease; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background-color: white; border: none; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.1); font-size: 18px; color: #1e3a8a; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: all 0.2s; }
.banner-arrow:hover { background-color: #f8fafc; transform: translateY(-50%) scale(1.05); }
.arrow-left { left: -22px; }
.arrow-right { right: -22px; }
.vitrine { max-width: 1200px; margin: -10px auto 50px auto; padding: 0 20px; }
.vitrine-titulo { font-size: 22px; color: #1e293b; font-weight: 700; margin-bottom: 20px; }
.grid-produtos { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.produto-card { background-color: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); cursor: pointer; transition: transform 0.25s, box-shadow 0.25s; border: 1px solid #f1f5f9; }
.produto-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.produto-info { padding: 18px; border-top: 1px solid #f1f5f9; }
.preco { font-size: 22px; color: #1e293b; font-weight: 700; }
.desconto { font-size: 12px; color: #10b981; font-weight: bold; margin-left: 6px; background: #ecfdf5; padding: 2px 6px; border-radius: 4px; }
.frete { color: #10b981; font-size: 13px; font-weight: 600; margin: 6px 0 8px 0; display: flex; align-items: center; gap: 4px; }
.titulo-item { font-size: 14px; color: #475569; line-height: 1.4; height: 38px; overflow: hidden; }
.coupon-card { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); color: white; border-radius: 12px; padding: 20px; position: relative; display: flex; flex-direction: column; justify-content: space-between; height: 200px; box-shadow: 0 4px 10px rgba(30,58,138,0.15); border-left: 6px dashed #f4f6f9; }
.coupon-value { font-size: 28px; font-weight: 800; }
.coupon-title { font-size: 14px; opacity: 0.9; margin: 5px 0; font-weight: 500; }
.coupon-code { background: rgba(255,255,255,0.2); border: 2px dashed white; text-align: center; padding: 8px; font-weight: 700; font-size: 16px; border-radius: 6px; text-transform: uppercase; margin-top: 10px; cursor: pointer; transition: background 0.2s; }
.coupon-code:hover { background: rgba(255,255,255,0.3); }
.detalhes-produto-tela { max-width: 1200px; margin: 30px auto; padding: 0 20px; display: none; }
.container-interna { background-color: white; border-radius: 12px; padding: 40px; display: flex; gap: 50px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.interna-foto { width: 50%; display: flex; justify-content: center; align-items: center; background: #fafafa; border-radius: 8px; }
.interna-comprar { width: 50%; display: flex; flex-direction: column; }
.btn-comprar { background-color: #2563eb; color: white; border: none; padding: 16px; font-size: 16px; font-weight: 700; border-radius: 8px; cursor: pointer; margin-top: 24px; width: 100%; transition: background-color 0.2s; }
.btn-comprar:hover { background-color: #1d4ed8; }
.btn-voltar { background: none; border: none; color: #2563eb; cursor: pointer; font-size: 14px; margin-bottom: 25px; display: flex; align-items: center; font-weight: 600; }
