/* =========================================================
   GMR SHOP - REBOOT TOTAL (BASEADO NO ORIGINAL)
   ========================================================= */

body {
  width: 100%;
  height: 100%;
  background-color: #0a0a0a; /* Preto Profundo */
  color: #d1d1d1;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #ff2d2d; /* Vermelho Pimenta */
  font-weight: bold;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ff2d2d;
  color: #fff;
}

label {
  font-size: 12px;
  font-weight: 600;
  color: #bbb;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container - MANTIDO ESTRUTURA ORIGINAL */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
  background-color: #0a0a0a;
}

/* content - MANTIDO ESTRUTURA ORIGINAL */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}

/* ALERTAS - MANTIDO ESTRUTURA ORIGINAL */
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert { width: 600px; margin-left: -300px; }
}

#alert .alert {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ff2d2d;
  background: #1a1a1a;
  color: #fff;
}

/* TOP BAR - ESTILO LUXO */
#top {
  background-color: #000000;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: #888;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
  text-decoration: none;
}

#top .list-inline-item > a:hover {
  color: #ff2d2d;
}

/* LOGO */
#logo {
  text-align: center;
  margin: 15px 0;
}

#logo img {
  max-width: 200px;
  filter: drop-shadow(0px 0px 10px rgba(255, 45, 45, 0.3));
}

@media (min-width: 768px) {
  #logo { text-align: left; }
}

/* SEARCH - CUSTOMIZADO */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 15px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 30px;
  background-color: #ff2d2d;
  color: #fff;
  border: none;
  text-shadow: none;
  border-radius: 0 4px 4px 0;
}

/* CART - CUSTOMIZADO */
#cart {
  margin-bottom: 10px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
  background-color: #1a1a1a;
  border: 1px solid #ff2d2d;
  color: #ff2d2d;
  border-radius: 4px;
}

#cart .dropdown-menu {
  background: #1a1a1a;
  border: 1px solid #333;
}

#cart .dropdown-menu li {
  min-width: 300px;
  color: #fff;
}

/* MENU - MATANDO O AZUL DO ORIGINAL */
#menu {
  background-color: #111 !important;
  background-image: none !important;
  border: 1px solid #ff2d2d !important;
  border-bottom: 4px solid #ff2d2d !important;
  min-height: 45px;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 25px;
}

#menu .navbar-nav > li > a {
  color: #fff !important;
  text-shadow: none !important;
  padding: 12px 18px;
  font-weight: bold;
}

#menu .navbar-nav > li > a:hover {
  background-color: #ff2d2d !important;
  color: #fff !important;
}

/* FOOTER - VISUAL DARK */
footer {
  border-top: 4px solid #ff2d2d;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 40px;
  background-color: #050505;
  color: #888;
}

footer a {
  color: #bbb;
  text-decoration: none;
}

footer a:hover {
  color: #ff2d2d;
}

footer h5 {
  font-size: 14px;
  font-weight: bold;
  color: #ff2d2d;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* BREADCRUMB - MANTIDO ESTRUTURA ORIGINAL */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #111;
}

.breadcrumb-item a {
  color: #ff2d2d;
  text-decoration: none;
}

/* PRODUCT THUMB - VITRINE */
.product-thumb {
  border: 1px solid #222;
  background-color: #161616;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: 0.3s;
}

.product-thumb:hover {
  border-color: #ff2d2d;
  box-shadow: 0 0 15px rgba(255, 45, 45, 0.2);
}

.product-thumb .description h4 a {
  color: #fff;
  font-weight: bold;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid #222;
  background-color: #000;
  color: #ff2d2d;
  line-height: 38px;
}

.product-thumb .button button:hover {
  background-color: #ff2d2d;
  color: #fff;
}

/* PREÇOS */
.price {
  color: #ffd000; /* Dourado/Amarelo do fogo */
  font-weight: bold;
}

.price-new {
  font-weight: 700;
  font-size: 1.2em;
}

.price-old {
  color: #666;
  text-decoration: line-through;
}

/* COOKIE BAR */
#cookie {
  background: #ff2d2d;
  color: #fff;
}

/* BOTÕES DE SISTEMA */
.btn-primary {
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #d10000 !important;
}