@charset "UTF-8";
/* Branco e Azul 
$header : #fff;
$header-item : black;
$border: #efefef;
$bg-main-content: #54ABD9;

*/
/* Azul e branco 
$header : #54ABD9;
$header-item : white;
$border: #efefef;
$bg-main-content: white;
*/
/* azul 
$gray10:#108cd0; 
$gray9: #5aaedc;
*/
/* Something  #313c48
$header : white;
$header-item : black;
$border: #fdcc0a;
$bg-main-content: #e4eaf0;
 */
#loja {
  /*.gridloja*/
}
#loja .filtros-loja {
  width: 300px;
  flex-shrink: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cor-border);
  border-radius: 4px;
  display: none;
}
#loja .tab-filtros {
  display: flex;
  overflow: auto;
  margin-bottom: 16px;
  position: relative;
}
#loja .tab-filtros:before {
  content: "";
  height: 2px;
  background: rgba(204, 204, 204, 0.3333333333);
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}
#loja .tab-filtros a {
  padding: 6px 18px;
  position: relative;
  z-index: 2;
  color: #7d7a77;
  min-width: 100px;
  text-align: center;
}
#loja .tab-filtros a.active {
  font-weight: 800;
  color: #222;
  border-bottom: 4px solid #314961;
}
#loja .tab-filtros a.active.dep-xbox {
  color: #107c10;
  border-color: #107c10;
}
#loja .tab-filtros a.active.dep-play {
  color: #2d64e6;
  border-color: #2d64e6;
}
#loja .tab-filtros a.active.dep-nintendo {
  color: #e60012;
  border-color: #e60012;
}
#loja .loja-menu {
  width: 100%;
  position: relative;
  max-width: 1366px;
  /* background: #f8f8f8; */
  /* Transições */
}
#loja .loja-menu .departamentos {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #ddd;
  border-bottom: 2px solid rgba(204, 204, 204, 0.3333333333);
  font-size: 16px;
}
#loja .loja-menu .departamento {
  padding: 6px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
  /* min-width: 100px; */
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3px;
}
#loja .loja-menu .departamento:hover {
  background: #e0e0e0;
}
#loja .loja-menu .departamento.active {
  font-weight: bold;
  border-bottom: 4px solid;
}
#loja .loja-menu .fade-slide-enter-active,
#loja .loja-menu .fade-slide-leave-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#loja .loja-menu .fade-slide-enter, #loja .loja-menu .fade-slide-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
#loja .loja-menu .categorias-box {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
#loja .loja-menu .categorias-box .categorias {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
#loja .loja-menu .categorias-box .categoria {
  flex: 1 0 200px;
  margin: 8px;
  min-width: 120px;
}
#loja .loja-menu .categorias-box .cat-nome {
  font-weight: bold;
  margin-bottom: 4px;
  width: 100%;
  display: block;
}
#loja .loja-menu .categorias-box .cat-nome:hover {
  /*background: #e0e0e0;*/
  text-decoration: underline;
}
#loja .loja-menu .categorias-box .cat-nome .sp-qt {
  margin-left: 3px;
}
#loja .loja-menu .categorias-box ul li a {
  padding: 6px 8px;
}
#loja .loja-menu .categorias-box ul li a:hover {
  text-decoration: underline;
}
#loja.menu-fixed .loja-menu {
  background: white;
  position: fixed;
  z-index: 10;
  top: 64px;
}
#loja .bc-loja li {
  position: relative;
}
#loja .bc-loja li > div {
  position: absolute;
  background-color: white;
  display: none;
  left: 15px;
  border: 1px solid var(--cor-border);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25) !important;
  z-index: 10;
  white-space: nowrap;
}
#loja .bc-loja li:hover > div {
  display: block;
}
#loja .navegacao-itens .departamentos, #loja .navegacao-itens .categorias {
  display: flex;
  gap: 8px;
  overflow: auto;
}
#loja .navegacao-itens .departamentos a, #loja .navegacao-itens .categorias a {
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}
#loja .grid-loja {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: space-between;
  grid-gap: 12px;
  position: relative;
  /*.produto */
}
@media (max-width: 767px) {
  #loja .grid-loja {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#loja .grid-loja .produto {
  border: 1px solid var(--cor-border);
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  background-color: white;
  position: relative;
}
#loja .grid-loja .produto .produto-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}
#loja .grid-loja .produto:hover {
  border-color: #868E96;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25) !important;
  transition: 0.3s;
}
#loja .grid-loja .produto .produto-img {
  background-color: #f2f2f2;
  background-color: transparent;
}
#loja .grid-loja .produto .produto-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
}
#loja .grid-loja .produto .produto-body .produto-title {
  /* height: 38px; */
  margin: 0px;
}
#loja .grid-loja .produto .produto-body .produto-title a {
  font-size: 16px;
  color: var(--cor-title-1);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  /*
   @include utils.text-truncate(2);
  line-height: 1.3em;						
  			min-height: 2.6em;	
  */
}
#loja .grid-loja .produto .produto-body .produto-valor {
  font-size: 22px;
  font-weight: bold;
}
#loja .grid-loja .produto img {
  height: 240px;
  object-fit: contain;
  max-width: 100%;
  height: 200px;
  height: 175px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  #loja .grid-loja .produto img {
    height: 120px;
  }
}
#loja .grid-loja:after {
  content: "";
  background-color: hsla(0deg, 0%, 100%, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#loja.filtros-open .grid-loja::after, #loja.isloading .grid-loja::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s;
}
#loja .paginacao-two-ways {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  grid-gap: 8px;
}
@media (max-width: 767px) {
  #loja .paginacao-two-ways {
    font-size: 16px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #loja .paginacao-two-ways {
    justify-content: space-between;
  }
}
#loja .paginacao-two-ways .btn {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

/** LOJA */
[v-cloak] .categorias-box {
  display: none;
}

/*# sourceMappingURL=ludo.loja.css.map */
