.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* GRID PRINCIPAL */
.loja-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* CARD */
.loja-grid .produto-card {
  width: calc(33.333% - 11px);
  background: #f2f2f2;
  border-radius: 14px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 115px;
  box-sizing: border-box;
}

/* ÁREA SUPERIOR */
.loja-grid .produto-card .elementor-widget-image img,
.loja-grid .produto-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* TÍTULO */
.loja-grid .produto-titulo,
.loja-grid .produto-card h3,
.loja-grid .produto-card .elementor-heading-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  text-align: center;
}

/* CONTEÚDO INTERNO */
.loja-grid .produto-card > .elementor-container,
.loja-grid .produto-card > .e-con-inner,
.loja-grid .produto-card > .e-con {
  height: 100%;
}

/* BOTÕES */
.loja-grid .produto-acoes {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

/* BOTÃO COMPRAR */
.loja-grid .btn-comprar .elementor-button,
.loja-grid .btn-comprar a {
  background: #0d5bff !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 28px !important;
  border: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
}

/* BOTÃO REDONDO */
.loja-grid .btn-icone .elementor-button,
.loja-grid .btn-icone a {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #cfd3db !important;
  color: #5b5f68 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

/* RESPONSIVO TABLET */
@media (max-width: 1024px) {
  .loja-grid .produto-card {
    width: calc(50% - 8px);
  }
}

/* RESPONSIVO MOBILE */
@media (max-width: 767px) {
  .loja-grid .produto-card {
    width: 100%;
  }

  .loja-grid .produto-titulo,
  .loja-grid .produto-card .elementor-heading-title {
    font-size: 13px;
  }
}/* End custom CSS */