:root {
  --red: #de5e49;
  --accent: #e33131;
  --text: #5d5d5d;
  --container: 1260px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-family: Lato, Arial, Helvetica, sans-serif; color: var(--text); }
body { margin: 0; font-size: 13px; line-height: 1.55; background: #fff; }
img { display: block; max-width: 100%; height: auto; }
a { color: #383838; }
p, h1, h2, h3, h4 { margin-top: 0; }
.container { width: min(100%, var(--container)); min-width: 300px; margin: 0 auto; padding-inline: 30px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-header { border-bottom: 1px solid #e1e0dd; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 243px; flex: 0 0 243px; }
.header-contacts { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.contact { min-height: 48px; padding-right: 56px; display: flex; flex-direction: column; justify-content: center; text-align: right; text-transform: uppercase; text-decoration: none; background-repeat: no-repeat; background-position: center right; }
.contact span { color: #938c8b; font-size: 10px; }
.contact strong { color: #3d3d3d; font-size: 13px; }
.contact-hours { min-width: 260px; background-image: url('/assets/icon-clock.png'); }
.contact-whatsapp { min-width: 185px; background-image: url('/assets/ico-whatsapp.png'); }
.contact-service { min-width: 185px; background-image: url('/assets/ico-atendimento.png'); }
.anniversary { width: 80px; margin-left: 25px; }
.red-bar { height: 60px; background: var(--red); }

.hero { overflow: hidden; background: #eee; }
.hero img { width: 100%; min-height: 260px; object-fit: cover; object-position: center; }
.benefits { background: #fff; }
.benefits-track { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 28px; }
.benefit { display: flex; align-items: center; min-width: 0; gap: 18px; }
.benefit img { flex: 0 0 auto; }
.benefit h2 { margin: 0; color: var(--accent); font-size: 18px; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.benefit p { margin: 2px 0 0; color: #555; line-height: 1.2; }

.about { margin-top: 0; margin-bottom: 55px; padding: 50px 20px 32px; border: 1px solid #e1e0dd; }
.about > h2 { margin-bottom: 28px; padding-bottom: 14px; border-bottom: 1px solid var(--red); color: #292929; font-size: 25px; font-weight: 400; }
.about > h3:not(.group-title) { margin: 0 0 27px; color: #444; font-size: 20px; font-weight: 400; }
.about h4 { margin-bottom: 35px; color: #444; font-size: 14px; }
.about p { margin: 0 0 10px; line-height: 22px; }
.address-label { margin-bottom: 20px !important; }
.store-gallery { display: flex; margin: 45px 0 20px; }
.store-gallery a { width: 120px; height: 80px; overflow: hidden; }
.store-gallery img { width: 100%; height: 100%; object-fit: cover; }
.store-address { margin-bottom: 55px !important; }
.group-title { margin: 0 0 38px; color: #555; font-size: 20px; font-weight: 400; }
.company { margin-bottom: 40px; }

.suppliers { height: 138px; overflow: hidden; border-bottom: 9px solid #f2f2f2; }
.supplier-track { width: max-content; height: 125px; display: flex; align-items: center; gap: 10px; animation: supplier-slide 22s linear infinite; }
.supplier-track img { width: auto; height: 100px; object-fit: contain; }
@keyframes supplier-slide { from { transform: translateX(-40px); } to { transform: translateX(-580px); } }

.newsletter { margin-top: 15px; padding: 20px 0; color: #fff; background: var(--red); }
.newsletter-inner { display: grid; grid-template-columns: 40% 60%; align-items: center; }
.newsletter-copy { text-align: center; }
.newsletter-copy h2 { margin: 0; font-size: 20px; text-transform: uppercase; }
.newsletter-copy p { margin: 0; }
#newsletter-form { position: relative; width: 90%; margin: 0 auto; }
#newsletter-form input[type="email"] { width: 100%; height: 38px; padding: 5px 55px 5px 25px; border: 1px solid #929494; border-radius: 25px; font: 12px Lato, sans-serif; outline: none; }
#newsletter-form input[type="email"]:focus { border-color: #9d2e1c; box-shadow: 0 0 0 2px rgb(255 255 255 / .45); }
#newsletter-form button { position: absolute; top: 0; right: 5px; width: 40px; height: 38px; border: 0; color: var(--red); font-weight: 900; background: transparent; cursor: pointer; }
#newsletter-form button:disabled { opacity: .45; cursor: wait; }

.footer-content { min-height: 360px; padding-top: 40px; display: grid; grid-template-columns: 34% 1fr 25%; column-gap: 50px; align-content: start; }
.footer-address img { margin-bottom: 20px; }
.footer-address h2 { margin: 0 0 10px; color: #4e4e4c; font-size: 15px; }
.footer-address p { margin: 0; }
.footer-social { text-align: center; }
.footer-social h2 { margin: 0 0 18px; color: #f16136; font-size: 20px; font-weight: 400; }
.social-links { display: flex; justify-content: center; gap: 8px; }
.social-links a { width: 50px; height: 50px; background-image: url('/assets/social-icons.jpg'); background-repeat: no-repeat; }
.social-links .facebook { background-position: 0 0; }
.social-links .instagram { background-position: -150px -50px; }
.footer-contacts { justify-self: end; }
.footer-contact { min-height: 55px; min-width: 195px; margin-bottom: 13px; padding-left: 58px; display: flex; flex-direction: column; justify-content: center; text-transform: uppercase; text-decoration: none; background-repeat: no-repeat; background-position: center left; }
.footer-contact span { color: #938c8b; font-size: 10px; }
.footer-contact strong { color: #3d3d3d; font-size: 13px; }
.footer-contact.whatsapp { background-image: url('/assets/ico-whatsapp.png'); }
.footer-contact.service { background-image: url('/assets/ico-atendimento.png'); }
.payment-seals { grid-column: 1 / -1; min-height: 90px; margin-top: 10px; padding-top: 20px; display: grid; grid-template-columns: 405px 115px 1fr 104px; gap: 25px; align-items: start; border-top: 1px solid #ecece7; }
.payment-seals > img:nth-child(2) { margin-top: 10px; justify-self: center; }
.siteblindado { min-height: 45px; }
.copyright { grid-column: 1 / -1; margin: 20px 0 0; }

#lightbox { max-width: min(95vw, 1100px); padding: 0; border: 0; background: transparent; }
#lightbox::backdrop { background: rgb(0 0 0 / .8); }
#lightbox img { max-width: 90vw; max-height: 85vh; }
#lightbox button { position: absolute; top: 5px; right: 10px; border: 0; color: #fff; font-size: 34px; background: transparent; cursor: pointer; }
#toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; max-width: calc(100% - 30px); padding: 12px 20px; color: #fff; border-radius: 4px; background: #444; box-shadow: 0 5px 20px rgb(0 0 0 / .25); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .2s ease; }
#toast.show { opacity: 1; transform: translate(-50%, 0); }
#toast.error { background: #a32121; }

@media (max-width: 1023px) {
  .desktop-only, .header-contacts { display: none !important; }
  .container { padding-inline: 10px; }
  .header-inner { min-height: 102px; justify-content: center; }
  .brand { width: 190px; flex-basis: 190px; }
  .red-bar { height: 60px; }
  .benefits { overflow: hidden; }
  .benefits-track { min-height: 103px; display: block; padding: 0; position: relative; }
  .benefit { position: absolute; inset: 0; width: 100%; padding: 0 12px; justify-content: flex-start; gap: 72px; opacity: 0; transition: opacity .35s ease; pointer-events: none; }
  .benefit.active { opacity: 1; pointer-events: auto; }
  .benefit h2 { font-size: 13px; }
  .about { width: calc(100% - 14px); min-width: 0; margin: 0 7px 17px; padding: 37px 8px 31px; }
  .about > h2 { margin-bottom: 21px; padding-bottom: 11px; font-size: 20px; }
  .about > h3:not(.group-title) { margin-bottom: 25px; font-size: 17px; line-height: 19px; }
  .about h4 { margin-bottom: 33px; font-size: 11px; line-height: 18px; }
  .about p { margin-bottom: 10px; font-size: 11px; line-height: 18px; }
  .address-label { margin: 26px 0 23px !important; }
  .store-gallery { display: grid; grid-template-columns: repeat(2, 1fr); width: 240px; margin: 40px 0 18px; }
  .store-address { margin-bottom: 57px !important; }
  .group-title { margin: 0 0 39px; font-size: 17px; }
  .company { margin-bottom: 42px; }
  .newsletter { margin-top: 0; padding: 15px 0 17px; }
  .newsletter-inner { display: block; }
  .newsletter-copy h2 { font-size: 18px; }
  .newsletter-copy p { font-size: 11px; }
  #newsletter-form { max-width: 280px; margin-top: 5px; }
  #newsletter-form input[type="email"] { height: 31px; font-size: 10px; }
  #newsletter-form button { height: 31px; }
  .footer-content { min-height: 750px; padding-top: 43px; display: flex; flex-direction: column; align-items: center; text-align: center; }
  .footer-address img { margin: 0 auto 20px; }
  .footer-social { margin-top: 168px; }
  .footer-social h2 { margin-bottom: 17px; }
  .footer-contacts { margin-top: 11px; align-self: center; text-align: left; }
  .footer-contact { margin-bottom: 4px; }
  .copyright { width: 100%; margin-top: auto; padding: 22px 0 13px; text-align: left; border-top: 1px solid #ecece7; }
}

@media (prefers-reduced-motion: reduce) {
  .supplier-track { animation: none; }
  * { scroll-behavior: auto !important; }
}
