.elementor-570 .elementor-element.elementor-element-85f4192{--display:flex;}.elementor-570 .elementor-element.elementor-element-71f9dc6{padding:040px 0px 0px 0px;}.elementor-570 .elementor-element.elementor-element-71f9dc6 img{width:32%;}.elementor-570 .elementor-element.elementor-element-6275eef .product{text-align:center;}.elementor-570 .elementor-element.elementor-element-6275eef.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:20px;}.elementor-570 .elementor-element.elementor-element-6275eef a > img{margin-bottom:0px;}.elementor-570 .elementor-element.elementor-element-8c95394 .e-search-submit{background-color:#A41917;}.elementor-570 .elementor-element.elementor-element-8c95394{width:var( --container-widget-width, 66% );max-width:66%;padding:0px 0px 0px 0px;--container-widget-width:66%;--container-widget-flex-grow:0;--e-search-input-padding-block-start:0px;--e-search-input-padding-inline-start:0px;--e-search-input-padding-block-end:0px;--e-search-input-padding-inline-end:0px;--e-search-submit-margin-inline-start:0px;--e-search-icon-clear-size:5px;--e-search-submit-button-flex-direction:row;--e-search-submit-icon-margin-inline-start:0px;--e-search-submit-icon-margin-inline-end:var(--e-search-submit-icon-gap);--e-search-icon-submit-size:12px;--e-search-submit-icon-gap:10px;--e-search-submit-border-radius:0px 0px 0px 0px;--e-search-submit-padding:0px 16px 0px 5px;}.elementor-570 .elementor-element.elementor-element-8c95394.elementor-element{--align-self:center;}.elementor-570 .elementor-element.elementor-element-8c95394 .e-search-input{font-size:14px;line-height:1px;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-570 .elementor-element.elementor-element-2dff155 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}#elementor-popup-modal-570 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-accent );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-570{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-570 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-570 .dialog-close-button{display:flex;}#elementor-popup-modal-570 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-570 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-570 .elementor-element.elementor-element-85f4192{--z-index:9999;}.elementor-570 .elementor-element.elementor-element-71f9dc6 img{width:44%;}.elementor-570 .elementor-element.elementor-element-8c95394{width:100%;max-width:100%;padding:10px 10px 010px 10px;}#elementor-popup-modal-570 .dialog-message{width:100vw;}}/* Start custom CSS for wc-categories, class: .elementor-element-6275eef *//* ============================
   SAMI - Categories (CENTER + NO HOVER EFFECT)
   Classe no widget: sami-page-cats
============================ */

/* reset */
.sami-page-cats ul,
.sami-page-cats .product-categories,
.sami-page-cats .wc-block-product-categories-list{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== DESKTOP - uma linha centralizada ===== */
@media (min-width: 768px){

  .sami-page-cats ul,
  .sami-page-cats .product-categories,
  .sami-page-cats .wc-block-product-categories-list{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;

    justify-content: center !important; /* CENTRALIZA */
    align-items: center;

    overflow-x: auto; /* se não couber, permite scroll */
    padding-bottom: 6px;
  }

  .sami-page-cats li{
    flex: 0 0 auto;
  }

  .sami-page-cats ul::-webkit-scrollbar{
    height: 0;
  }
}

/* ===== MOBILE - carrossel ===== */
@media (max-width: 767px){

  .sami-page-cats ul,
  .sami-page-cats .product-categories,
  .sami-page-cats .wc-block-product-categories-list{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;

    padding-bottom: 10px !important;
  }

  .sami-page-cats li{
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .sami-page-cats ul::-webkit-scrollbar{
    height: 0;
  }
}

/* ===== Estilo pílula ===== */
.sami-page-cats li > a{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;
  font-family: inherit;
  direction: rtl;

  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 999px;

  padding: 9px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;

  /* sombra sutil */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);

  /* FORÇA remover efeitos do tema */
  transition: none !important;
  transform: none !important;
}

/* remove ícones */
.sami-page-cats li > a i,
.sami-page-cats li > a svg,
.sami-page-cats li > a img,
.sami-page-cats .cat-icon,
.sami-page-cats .category-icon{
  display: none !important;
}

/* REMOVE hover/active/focus do tema (crescer, sombras diferentes, etc.) */
.sami-page-cats li > a:hover,
.sami-page-cats li > a:active,
.sami-page-cats li > a:focus{
  transform: none !important;
  transition: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
  border-color: rgba(0,0,0,0.15) !important;
  outline: none !important;
}/* End custom CSS */
/* Start custom CSS for search, class: .elementor-element-8c95394 */.elementor-kit-24 label {
    color: #ffffff00;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-85f4192 *//* =========================================
   Elementor Popup: garantir close visível e clicável
========================================= */

/* garante overlay acima do site */
.elementor-popup-modal{
  z-index: 999999 !important;
}

/* conteúdo do popup sempre na viewport */
.elementor-popup-modal .dialog-widget-content{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  max-height: 100vh !important;
  overflow: auto !important;
  z-index: 999999 !important;
}

/* botão de fechar: visível e clicável */
.elementor-popup-modal .dialog-close-button{
  position: fixed !important;
  top: 14px !important;
  right: 14px !important; /* se RTL e quiser no lado esquerdo: troque para left */
  z-index: 1000000 !important;

  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(0,0,0,.55) !important;
  color: #fff !important;

  pointer-events: auto !important; /* <- faz clicar */
  cursor: pointer !important;
}

/* se algum estilo do tema estiver bloqueando clique no overlay */
.elementor-popup-modal,
.elementor-popup-modal *{
  pointer-events: auto;
}/* End custom CSS */