.elementor-5578 .elementor-element.elementor-element-353e038{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:45px 45px;--row-gap:45px;--column-gap:45px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:115px;--padding-bottom:100px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-5578 .elementor-element.elementor-element-3f45c91f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 24px;}.elementor-5578 .elementor-element.elementor-element-3f45c91f .elementor-heading-title{font-family:"Bai Jamjuree", Sans-serif;font-size:33px;font-weight:500;line-height:130%;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-5578 .elementor-element.elementor-element-20316658{--grid-columns:1;--grid-row-gap:24px;--grid-column-gap:24px;}body:not(.rtl) .elementor-5578 .elementor-element.elementor-element-2957fd49{left:0px;}body.rtl .elementor-5578 .elementor-element.elementor-element-2957fd49{right:0px;}.elementor-5578 .elementor-element.elementor-element-2957fd49{bottom:-0.019px;z-index:0;}@media(max-width:1024px){.elementor-5578 .elementor-element.elementor-element-353e038{--padding-top:60px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-5578 .elementor-element.elementor-element-3f45c91f{width:var( --container-widget-width, 660px );max-width:660px;padding:0px 0px 0px 12px;--container-widget-width:660px;--container-widget-flex-grow:0;}.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-5578 .elementor-element.elementor-element-20316658{--grid-columns:1;}}@media(min-width:768px){.elementor-5578 .elementor-element.elementor-element-353e038{--content-width:1146px;}}@media(max-width:767px){.elementor-5578 .elementor-element.elementor-element-353e038{--content-width:100%;--padding-top:45px;--padding-bottom:60px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-5578 .elementor-element.elementor-element-3f45c91f{width:100%;max-width:100%;padding:0px 0px 0px 0px;text-align:center;}.elementor-5578 .elementor-element.elementor-element-3f45c91f .elementor-heading-title{font-size:28px;}.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-5578 .elementor-element.elementor-element-20316658{--grid-columns:1;}}/* Start custom CSS *//* CSS do botão do loop item */
.bt-loop-item-produtos li {display: flex !important;flex-direction: row-reverse !important;gap: 5px;
    transition: 200ms !important;}

.bt-loop-item-produtos svg {fill: none !important;color: #CF3034;transition: 200ms !important;}

.bt-loop-item-produtos:hover svg {color: #0D0D0D;}

.bt-loop-item-produtos:hover .elementor-icon-list-text {color: #0D0D0D !important;}

.bt-loop-item-produtos:hover li {gap: 8px;}

/* Limita o tamanho do título */
.tituloproduto {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

/* Limita o tamanho da descrição */
.resumoproduto {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}/* End custom CSS */