/* ==========================================================
   RESET.CSS
   LUMEA STORE • CATÁLOGO PREMIUM
   ========================================================== */

/* Box Model */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML */

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Body */

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Imagens */

img,
picture {
  display: block;
  max-width: 100%;
  user-select: none;
}

/* SVG */

svg {
  display: block;
}

/* Links */

a {
  color: inherit;
  text-decoration: none;
}

/* Listas */

ul,
ol {
  list-style: none;
}

/* Botões */

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

/* Inputs */

input,
textarea,
select {
  border: none;
  outline: none;
  font: inherit;
  background: none;
}

/* Tabelas */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Títulos */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Texto */

p {
  overflow-wrap: break-word;
}

/* Elementos multimídia */

video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

/* Citações */

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

/* Formulários */

textarea {
  resize: none;
}

/* Seleção */

::selection {
  background: #b88a2f;
  color: #ffffff;
}

/* Scrollbar (Chrome, Edge) */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #b88a2f;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9e7322;
}

/* Elementos HTML5 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
