.elementor-139 .elementor-element.elementor-element-99d9eca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9abd131 *//* FULL WIDTH */
.alma-loja-outer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

/* FUNDO MAIS SOFISTICADO */
.alma-loja{
  padding:60px 0 30px;
  background:linear-gradient(180deg, #ffffff 0%, #fff4f8 100%);
}

/* CONTAINER */
.alma-loja-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 30px;
}

/* HEADER */
.alma-loja-header{
  text-align:center;
  margin-bottom:35px;
}

.alma-loja-label{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(243,41,120,0.08);
  color:#f32978;
  font-size:12px;
  font-weight:600;
  letter-spacing:.6px;
  text-transform:uppercase;
  margin-bottom:14px;
}

.alma-loja-header h1{
  font-size:38px;
  font-weight:600;
  color:#1a1a1a;
  margin-bottom:8px;
}

.alma-loja-header p{
  font-size:15px;
  color:#777;
}

/* FILTROS PREMIUM */
.alma-loja-filtros{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

.filtro{
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:500;
  color:#f32978;
  background:rgba(243,41,120,0.08);
  backdrop-filter:blur(10px);
  text-decoration:none;
  transition:all 0.3s ease;
  border:1px solid transparent;
}

/* HOVER MAIS PREMIUM */
.filtro:hover{
  transform:translateY(-2px);
  background:#f32978;
  color:#fff;
  box-shadow:0 10px 25px rgba(243,41,120,0.25);
}

/* ATIVO */
.filtro.active{
  background:#f32978;
  color:#fff;
  box-shadow:0 8px 20px rgba(243,41,120,0.3);
}

/* PRODUTOS */
.woocommerce ul.products{
  max-width:1200px;
  margin:40px auto 0 !important;
  padding:0 30px !important;

  display:grid !important;
  grid-template-columns:repeat(4, 1fr);
  gap:30px !important;
}

/* CARD */
.woocommerce ul.products li.product{
  background:#fff;
  border-radius:22px;
  padding:20px !important;
  box-shadow:0 12px 35px rgba(0,0,0,0.05);
  transition:all 0.35s ease;
  position:relative;
}

/* HOVER PREMIUM */
.woocommerce ul.products li.product:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(243,41,120,0.18);
}

/* IMAGEM */
.woocommerce ul.products li.product img{
  border-radius:16px;
}

/* TÍTULO */
.woocommerce-loop-product__title{
  font-size:14px !important;
  font-weight:600;
  color:#222;
  margin-top:10px;
}

/* PREÇO */
.woocommerce ul.products li.product .price{
  color:#f32978 !important;
  font-weight:700 !important;
  font-size:16px;
}

/* BOTÃO */
.woocommerce ul.products li.product .button{
  background:#f32978 !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:11px 20px !important;
  font-size:13px !important;
  font-weight:600 !important;
  transition:0.3s;
}

.woocommerce ul.products li.product .button:hover{
  background:#dd1f69 !important;
  transform:scale(1.05);
}

/* RESPONSIVO */
@media(max-width:900px){
  .woocommerce ul.products{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:520px){
  .alma-loja-header h1{
    font-size:26px;
  }

  .filtro{
    width:48%;
    text-align:center;
  }

  .woocommerce ul.products{
    padding:0 16px !important;
    gap:18px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-25d73a0 *//* ÁREA DOS PRODUTOS */
.woocommerce ul.products{
  max-width:1240px;
  margin:45px auto 0 !important;
  padding:0 30px !important;
  display:grid !important;
  grid-template-columns:repeat(4, 1fr);
  gap:34px !important;
}

/* CARD PREMIUM */
.woocommerce ul.products li.product{
  width:100% !important;
  background:linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
  border:1px solid rgba(243,41,120,0.08);
  border-radius:26px;
  padding:18px 18px 22px !important;
  box-shadow:0 18px 45px rgba(0,0,0,0.055);
  transition:all .35s ease;
  overflow:hidden;
  position:relative;
}

/* DETALHE SUPERIOR */
.woocommerce ul.products li.product::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, #f32978, #ff8abb);
  opacity:0;
  transition:.35s ease;
}

/* HOVER */
.woocommerce ul.products li.product:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(243,41,120,0.18);
  border-color:rgba(243,41,120,0.22);
}

.woocommerce ul.products li.product:hover::before{
  opacity:1;
}

/* IMAGEM */
.woocommerce ul.products li.product img{
  width:100%;
  border-radius:22px;
  background:#fff0f6;
  transition:all .45s ease;
}

.woocommerce ul.products li.product:hover img{
  transform:scale(1.04);
}

/* TÍTULO */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:15px !important;
  font-weight:600;
  color:#222;
  line-height:1.45;
  min-height:44px;
  margin:18px 0 8px !important;
  padding:0 !important;
}

/* PREÇO */
.woocommerce ul.products li.product .price{
  display:block;
  color:#f32978 !important;
  font-size:18px !important;
  font-weight:800 !important;
  margin-bottom:16px !important;
}

.woocommerce ul.products li.product .price del{
  color:#aaa !important;
  font-size:13px;
  font-weight:500;
  margin-right:6px;
}

.woocommerce ul.products li.product .price ins{
  text-decoration:none;
}

/* BOTÃO */
.woocommerce ul.products li.product .button{
  width:100%;
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  background:linear-gradient(135deg, #f32978, #ff67a4) !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:12px 18px !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-transform:none !important;
  box-shadow:0 12px 24px rgba(243,41,120,0.22);
  transition:all .3s ease;
}

.woocommerce ul.products li.product .button:hover{
  background:linear-gradient(135deg, #dd1f69, #f32978) !important;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(243,41,120,0.30);
}

/* SELO PROMOÇÃO */
.woocommerce span.onsale{
  background:#f32978 !important;
  color:#fff !important;
  border-radius:999px !important;
  min-height:auto !important;
  min-width:auto !important;
  padding:7px 12px !important;
  line-height:1 !important;
  font-size:12px !important;
  font-weight:700 !important;
  box-shadow:0 8px 20px rgba(243,41,120,0.25);
}

/* REMOVE ESPAÇOS E AJUSTA ALINHAMENTO */
.woocommerce ul.products li.product a{
  text-decoration:none !important;
}

.woocommerce ul.products li.product .star-rating{
  margin:0 auto 10px !important;
  color:#f32978;
}

/* RESPONSIVO */
@media(max-width:1024px){
  .woocommerce ul.products{
    grid-template-columns:repeat(3, 1fr);
  }
}

@media(max-width:767px){
  .woocommerce ul.products{
    grid-template-columns:repeat(2, 1fr);
    gap:18px !important;
    padding:0 16px !important;
  }

  .woocommerce ul.products li.product{
    border-radius:20px;
    padding:14px 14px 18px !important;
  }

  .woocommerce ul.products li.product img{
    border-radius:16px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:13px !important;
    min-height:40px;
  }

  .woocommerce ul.products li.product .price{
    font-size:15px !important;
  }

  .woocommerce ul.products li.product .button{
    font-size:12px !important;
    min-height:40px;
  }
}/* End custom CSS */