.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;font-family:"Innova", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Innova", Sans-serif;}.elementor-kit-7 h1{font-family:"Innova", Sans-serif;}.elementor-kit-7 h2{font-family:"Innova", Sans-serif;}.elementor-kit-7 h4{font-family:"Innova", Sans-serif;}.elementor-kit-7 h5{font-family:"Innova", Sans-serif;}.elementor-kit-7 h6{font-family:"Innova", Sans-serif;}.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 *//* Estilo do select de ordenação */
.woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 15px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 15px; /* remove os cantos arredondados */
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-family: 'Innova', sans-serif;
  transition: all 0.3s ease;
}
/* Ícone de seta customizado */
.woocommerce-ordering::after {
  content: 'v';
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Hover e foco */
.woocommerce-ordering select.orderby:hover,
.woocommerce-ordering select.orderby:focus {
  background-color: #111;
  border-color: #111;
}


/* Estilo do select de ordenação */@media (max-width: 768px) {
  .woocommerce-ordering {
    width: 100%;
  }

  .woocommerce-ordering select.orderby {
    width: 100%;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
  }

  .woocommerce-ordering::after {
    right: 12px;
    font-size: 10px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Innova';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://donamocacosmeticos.com.br/wp-content/uploads/2025/07/Durotype-Innova-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Innova';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://donamocacosmeticos.com.br/wp-content/uploads/2025/07/Durotype-Innova-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Innova';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://donamocacosmeticos.com.br/wp-content/uploads/2025/07/Durotype-Innova-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */