.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#ACACAC;--e-global-color-accent:#5A5A5A00;--e-global-typography-primary-font-family:"Anek Kannada";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Anek Kannada";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Anek Kannada";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Anek Kannada";--e-global-typography-accent-font-weight:500;background-color:#2E2E2E;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#38383800;font-family:"Arial", Sans-serif;font-size:20px;color:#C9C9C9;border-radius:20px 20px 20px 20px;padding:10px 10px 10px 10px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#4D4D4D;color:#868686;border-radius:20px 20px 20px 20px;}.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;}{}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 *//* =========================================
   HB — Tablet/Mobile: Product Meta "Estilo"
   - remove "Category" e "Tag"
   - remove linha de Tag inteira
   - deixa só o valor (ex: Fantasy)
   ========================================= */

/* Tablet + Mobile (Elementor: até 1024px) */
@media (max-width: 1024px){

  /* 1) Se for markup WooCommerce */
  .woocommerce div.product .product_meta .tagged_as{
    display:none !important;
  }
  .woocommerce div.product .product_meta .posted_in .woocommerce-meta-label,
  .woocommerce div.product .product_meta .posted_in .wc-meta-label{
    display:none !important;
  }
  .woocommerce div.product .product_meta .posted_in::before{
    content:none !important;
  }

  /* 2) Se for markup Elementor (label Category/Tag) */
  .woocommerce div.product .elementor-product-meta__label{
    display:none !important;
  }
  .woocommerce div.product .elementor-product-meta__item--tag{
    display:none !important;
  }

  /* 3) Segurança: garante que o valor continue visível */
  .woocommerce div.product .elementor-product-meta__value,
  .woocommerce div.product .elementor-product-meta__value a{
    display:inline !important;
  }
}/* End custom CSS */