/*
Theme Name: YOOtheme Child
Theme URI: https://yootheme.com
Description: Child theme para personalizaciones de YOOtheme en Moldes Woo.
Author: Equipo Moldes Woo
Template: yootheme
Version: 1.0.0
Text Domain: yootheme-child
*/
 
@font-face {
  font-family: "Moldes Berthold";
  src: url("assets/fonts/Berthold-5-Bold.woff2") format("woff2"),
       url("assets/fonts/Berthold-5-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

ul.products li.product.moldes-loop-card {
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding: 0;
}

.moldes-loop-media {
  position: relative;
  overflow: hidden;
}

.moldes-loop-link {
  display: block;
}

.moldes-loop-image {
  width: 100%;
  aspect-ratio: 1 / 1;
height:auto;
  object-fit:cover;
}

.moldes-loop-actions {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.25);
}

.moldes-loop-media:hover .moldes-loop-actions {
  opacity: 1;
}

.moldes-card-action {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 34px;
  cursor: pointer;
}

.moldes-card-action.add_to_cart_button.is-loading,
.moldes-action-btn.add_to_cart_button.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.moldes-card-action.add_to_cart_button.is-loading::after,
.moldes-action-btn.add_to_cart_button.is-loading::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: #111;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  animation: moldesSpin .7s linear infinite;
}

@keyframes moldesSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.moldes-loop-body {
  text-align: center;
  padding: 14px 12px 16px;
}
ul.products{
  column-gap: 14px !important;
  row-gap: 24px !important;
  display: grid !important;
}

ul.products.columns-2{
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
}


ul.products.columns-3{
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
}
ul.products.columns-4{
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
}


ul.products.columns-2 > li.product,
ul.products.columns-3 > li.product,
ul.products.columns-4 > li.product,
ul.products.columns-5 > li.product,
ul.products.columns-6 > li.product {
  width: auto !important;
  max-width: none !important;
  margin-right: 0 !important;
  clear: none !important;
  float: none !important;
}

ul.products li.product .moldes-loop-title {
  margin: 0 0 2px;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  font-family: Lato, sans-serif;
}

ul.products li.product .moldes-loop-title a {
  color: #111;
  text-decoration: none;
}

.moldes-loop-short {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
  color: #222;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

ul.products li.product .moldes-loop-price {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Lato, sans-serif;
}

.moldes-loop-rating .star-rating {
  margin: 0 auto;
  color: #f3b700;
}

@media (max-width: 960px) {
  .moldes-loop-image {
    height: 320px;
  }
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 5rem;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  float: none;
  overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #f5f5f5;
}

.woocommerce nav.woocommerce-pagination.uk-margin-large,
.woocommerce .uk-margin-large {
  margin-bottom: 0 !important;
  margin-top: 24px !important;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-products-header,
.woocommerce .woocommerce-products-header__title.page-title {
  display: none !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  
  color: #000 !important;
}

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout {
  background: #F9F9F9 !important;
}

body.post-type-archive-product .uk-section-default,
body.tax-product_cat .uk-section-default,
body.tax-product_tag .uk-section-default,
body.single-product .uk-section-default,
body.woocommerce-cart .uk-section-default,
body.woocommerce-checkout .uk-section-default,
body.post-type-archive-product .tm-main,
body.tax-product_cat .tm-main,
body.tax-product_tag .tm-main,
body.single-product .tm-main,
body.woocommerce-cart .tm-main,
body.woocommerce-checkout .tm-main {
  background: #F9F9F9 !important;
}

.woocommerce .widget-area .widget,
.woocommerce-page .widget-area .widget,
.woocommerce .tm-sidebar .widget,
.woocommerce-page .tm-sidebar .widget {
  background: #fff !important;
  padding: 18px 16px !important;
  margin-bottom: 0 !important;
}

.woocommerce .widget_product_search input[type="search"],
.woocommerce-page .widget_product_search input[type="search"] {
  width: 100%;
  background: #f3f3f3 !important;
  border: 1px solid #ececec !important;
  height: 44px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111;
}

.woocommerce .widget_product_search input[type="search"]::placeholder,
.woocommerce-page .widget_product_search input[type="search"]::placeholder {
  color: #111 !important;
  opacity: 1 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.woocommerce .widget_product_categories .widget-title,
.woocommerce-page .widget_product_categories .widget-title {
  margin: 12px 0 10px !important;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.woocommerce .widget_product_categories ul,
.woocommerce-page .widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .widget_product_categories::before,
.woocommerce-page .widget_product_categories::before {
  content: "Categorías";
  display: block;
  margin: 0 0 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.woocommerce .widget_product_categories li,
.woocommerce-page .widget_product_categories li {
  margin: 0 0 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.woocommerce .widget_product_categories a,
.woocommerce-page .widget_product_categories a {
  color: #111 !important;
  text-decoration: none !important;
}

.woocommerce .widget_product_search,
.woocommerce-page .widget_product_search {
  margin-bottom: 0 !important;
  padding-bottom: 8px !important;
}

.woocommerce .widget_product_categories,
.woocommerce-page .widget_product_categories {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce .widget_product_categories .widget-title,
.woocommerce-page .widget_product_categories .widget-title {
  margin-top: 0 !important;
}

body.post-type-archive-product .tm-sidebar .uk-grid > .uk-grid-margin,
body.tax-product_cat .tm-sidebar .uk-grid > .uk-grid-margin,
body.tax-product_tag .tm-sidebar .uk-grid > .uk-grid-margin,
body.post-type-archive-product .tm-sidebar .uk-grid + .uk-grid,
body.tax-product_cat .tm-sidebar .uk-grid + .uk-grid,
body.tax-product_tag .tm-sidebar .uk-grid + .uk-grid {
  margin-top: 0 !important;
}

.woocommerce .widget_price_filter,
.woocommerce-page .widget_price_filter {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce .widget_price_filter::before,
.woocommerce-page .widget_price_filter::before {
  content: "Filtro";
  display: block;
  margin: 0 0 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 12px !important;
  border-radius: 999px !important;
  background: #e9e9e9 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #9F0763 !important;
  border-radius: 999px !important;
}


@media (min-width: 769px){
body.post-type-archive-product #tm-sidebar,
body.tax-product_cat #tm-sidebar,
body.tax-product_tag #tm-sidebar {
  width: 28% !important;
  flex: 0 0 28% !important;
  max-width: 28% !important;
  
  box-sizing: border-box;
}

body.post-type-archive-product .tm-main > .uk-grid > .uk-width-expand\@m,
body.tax-product_cat .tm-main > .uk-grid > .uk-width-expand\@m,
body.tax-product_tag .tm-main > .uk-grid > .uk-width-expand\@m {
  width: 72% !important;
  flex: 0 0 72% !important;
  max-width: 72% !important;
}
}
.woocommerce-result-count{
  margin-left:  -40px !important;
  color: #8F96A3;
  font-family: Lato, sans-serif;
}
.widget_product_search .woocommerce-product-search{
  width: 100% !important;
}
.widget_product_search button {
  bottom: 10px !important;
  right: 10px !important;
  height: 20px!important;
  top: auto!important;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce-page .widget_price_filter .price_slider_wrapper {
  padding: 2px 0 0;
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin: 0 2px 10px;
}

.woocommerce .widget_price_filter .ui-slider.ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider.ui-slider-horizontal {
  height: 10px !important;
  border-radius: 999px !important;
  background: #e6e6e6 !important;
  border: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  height: 100% !important;
  background: #9F0763 !important;
  border-radius: 999px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  top: 50% !important;
  margin-top: -9px !important;
  border-radius: 999px !important;
  border: 3px solid #9F0763 !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

body.single-product .woocommerce-tabs,
body.single-product .wc-tabs-wrapper,
body.single-product .woocommerce-Tabs-panel {
  display: none !important;
}

body.single-product .related.products,
body.single-product .upsells.products {
  clear: both !important;
  width: 100% !important;
  display: block !important;
  margin-top: 40px !important;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
  color: #111 !important;
  font-size: 80px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: center;
  margin: 3rem;
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.single-product .related.products ul.products > li.product,
body.single-product .upsells.products ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.single-product .moldes-related-shop-cta-wrap {
  text-align: center;
  margin-top: 4rem;
}

body.single-product .moldes-related-shop-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 3rem;
  border-radius: 5px;
  border: 3px solid #FF96D5;
  background: #E8008B;
  color: #fff !important;
  text-decoration: none !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

body.single-product .product .summary .product_title {
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.single-product .product .summary .price,
body.single-product .product .summary .price .amount {
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

body.single-product .product .summary .woocommerce-product-details__short-description,
body.single-product .product .summary .woocommerce-product-details__short-description p {
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  width: 75% !important;
  max-width: 75% !important;
}

@media (max-width: 960px) {
  body.single-product .product .summary .woocommerce-product-details__short-description,
  body.single-product .product .summary .woocommerce-product-details__short-description p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

body.single-product .product .summary .product_meta {
  display: none !important;
}

body.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

body.single-product form.cart .quantity {
  float: none !important;
  margin: 0 0 8px !important;
}

body.single-product form.cart .quantity .qty {
  border: 1px solid #8F96A3 !important;
  color: #8F96A3 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  height: 42px !important;
  border-radius: 999px !important;
}

body.single-product form.cart .single_add_to_cart_button {
  order: 3;
  width: 100%;
  background: #8A0053 !important;
  border: 1px solid #FF96D5 !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  min-height: 44px;
  border-radius: 3px !important;
}

body.single-product .moldes-buy-now-row {
  order: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 8px;
  align-items: center;
}

body.single-product .moldes-buy-now-btn {
  width: 100%;
  background: #E8008B !important;
  border: 1px solid #FF96D5 !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  min-height: 44px;
  border-radius: 3px !important;
}

body.single-product .moldes-wishlist-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart .product-name {
  width: 42%;
}

body.woocommerce-cart .moldes-cart-product-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.woocommerce-cart .moldes-cart-product-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td a,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart .amount,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart .product-name,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart .product-price,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart .product-subtotal {
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-quantity .qty,
body.woocommerce-cart .woocommerce-cart-form .product-quantity .minus,
body.woocommerce-cart .woocommerce-cart-form .product-quantity .plus,
body.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity,
body.woocommerce-cart .woocommerce-cart-form .product-quantity input[type="number"] {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #8F96A3 !important;
}

body.woocommerce-cart .woocommerce-cart-form .coupon button[name="apply_coupon"] {
  background: #8A0053 !important;
  border: 1px solid #FF96D5 !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: .5rem 2rem;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
  background: #E8008B !important;
  border: 1px solid #FF96D5 !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: .5rem 2rem;
}

body.woocommerce-cart .woocommerce-cart-form td.actions > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

ul.product-categories{
  margin-left: .5rem !important;

}
.product-remove{
  text-align: center!important;
}
.cart.woocommerce-cart-form__contents thead{
  background-color: #E6E6E6;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead th {
  text-transform: none !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead th:first-child {
  padding-left: 1rem !important;
}

body.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  margin-top: 36px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

body.woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive {
  width: 100% !important;
  border-collapse: collapse !important;
  background: #fff !important;
}

body.woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive th,
body.woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive td {
  border: 1px solid #a9b0bd !important;
  padding: 16px 18px !important;
  vertical-align: top !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #111 !important;
  text-transform: none !important;
  background: #fff !important;
  text-align: left !important;
}

body.woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive th {
  width: 170px !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  color: #111 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 18px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 420px !important;
  min-height: 56px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  border: 1px solid #FF96D5 !important;
  background: #E8008B !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart .woocommerce-cart h1,
body.woocommerce-cart .woocommerce-cart .page-title,
body.woocommerce-cart h1.uk-article-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .woocommerce-checkout h1,
body.woocommerce-checkout .woocommerce-checkout .page-title,
body.woocommerce-checkout h1.uk-article-title {
  display: none !important;
}
.coupon input.input-text,
body.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code {
  width: 320px !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin-right: 0 !important;
  font-size: 18px !important;
  font-family: Lato, sans-serif !important;
  font-weight: 400 !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  padding: .5rem 1rem !important;
}

body.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code::placeholder {
  color: #111 !important;
  opacity: 1 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

body.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
  gap: 20px !important;
  align-items: start !important;
}

body.woocommerce-checkout form.checkout .col2-set,
body.woocommerce-checkout form.checkout #customer_details {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.woocommerce-checkout form.checkout .col2-set {
  background: transparent !important;
  
}

.woocommerce-checkout form.checkout h3,
.woocommerce-checkout form.checkout #order_review_heading {
  margin: 0 0 12px !important;
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

body.woocommerce-checkout form.checkout p.form-row {
  margin-bottom: 10px !important;
}

.woocommerce-checkout form.checkout label {
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: full-size-kana !important;
}

body.woocommerce-checkout form.checkout input[type="text"],
body.woocommerce-checkout form.checkout input[type="email"],
body.woocommerce-checkout form.checkout input[type="tel"],
body.woocommerce-checkout form.checkout input[type="number"],
body.woocommerce-checkout form.checkout input[type="password"],
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout textarea {
  height: 44px !important;
  border: 1px solid #dfe3ea !important;
  background: #fff !important;
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 0 12px !important;
}

body.woocommerce-checkout form.checkout textarea {
  min-height: 96px !important;
  height: auto !important;
  padding-top: 10px !important;
}

body.woocommerce-checkout #payment {
  background: transparent !important;
  border: 0 !important;
}

body.woocommerce-checkout #payment #place_order {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 6px !important;
  border: 1px solid #FF96D5 !important;
  background: #E8008B !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

@media (max-width: 960px) {
  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }
}

body.woocommerce-checkout form.checkout.moldes-checkout-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 520px) !important;
  gap: 20px !important;
  align-items: start !important;
}


.woocommerce-checkout .moldes-checkout-right {
  background: #fff !important;
  border-radius: .3rem !important;
  padding: 1rem;
}
.woocommerce-checkout .moldes-checkout-left{
  border: 1px solid #8F96A3 !important;
}

body.woocommerce-checkout .moldes-checkout-left .moldes-checkout-heading {
  margin: 0 0 12px !important;
  color: #111 !important;
  font-family: Lato, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

body.woocommerce-checkout form.checkout.moldes-checkout-form .moldes-checkout-right #order_review_heading,
body.woocommerce-checkout form.checkout.moldes-checkout-form .moldes-checkout-right .woocommerce-checkout-review-order {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: both !important;
}

body.woocommerce-checkout .moldes-checkout-left .col2-set {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order {
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: .5rem !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .moldes-checkout-right {
  min-width: 0 !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .moldes-checkout-right .shop_table.woocommerce-checkout-review-order-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
  overflow: visible !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table #shipping_method {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table #shipping_method > li {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table #shipping_method > li > label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table #shipping_method > li > label .amount,
body.woocommerce-checkout .moldes-checkout-right .woocommerce-checkout-review-order-table #shipping_method > li > label .woocommerce-Price-amount {
  margin-left: auto !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout .moldes-checkout-right #payment {
  margin-top: 0 !important;
}

body.woocommerce-checkout .moldes-checkout-right #payment .form-row.place-order {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.tunas .woocommerce-shipping-fields,
.tunas .woocommerce-additional-fields,
.woocommerce-billing-fields{
  padding: 1rem 2rem !important;

}


body.woocommerce-checkout .moldes-checkout-left #customer_details,
body.woocommerce-checkout .moldes-checkout-left #customer_details .col-1,
body.woocommerce-checkout .moldes-checkout-left #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-checkout .moldes-checkout-left #customer_details .col-2 {
  margin-top: 12px !important;
}

body.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 8px !important;
}

body.woocommerce-checkout #payment .testmode-info {
  display: none !important;
}

@media (max-width: 960px) {
  body.woocommerce-checkout form.checkout.moldes-checkout-form {
    grid-template-columns: 1fr !important;
  }
}

body.woocommerce-checkout .moldes-checkout-right .payment_method_stripe > label,
body.woocommerce-checkout .moldes-checkout-right .woocommerce-SavedPaymentMethods-saveNew label {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

body.woocommerce-checkout .moldes-checkout-right .woocommerce-privacy-policy-text,
body.woocommerce-checkout .moldes-checkout-right .woocommerce-privacy-policy-text p {
  font-family: Lato, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #111 !important;
}

@media (max-width: 1200px) {
  body.woocommerce-checkout form.checkout.moldes-checkout-form {
     grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
  }
}
.woocommerce table.shop_table thead th{
  color: #000 !important;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thankyou-order {
  margin-top: 1rem;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thankyou-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 16px;
  align-items: start;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-card,
body.woocommerce-checkout.woocommerce-order-received .moldes-thx-order-card {
  border: 1px solid #a9b0bd;
  background: transparent;
  padding: 18px 22px;
  margin-bottom: 14px;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-title {
  margin: 0 0 12px !important;
  color: #111;
  font-family: Lato, sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-label {
  color: #111;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 6px;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-value {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #fff;
  color: #111;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-order-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #a9b0bd;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-order-row span:last-child {
  white-space: nowrap;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-order-row:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout.woocommerce-order-received .moldes-thx-order-row.is-total-row {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 960px) {
  body.woocommerce-checkout.woocommerce-order-received .moldes-thankyou-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout.woocommerce-order-received .moldes-thx-grid-2 {
    grid-template-columns: 1fr;
  }
}

.moldes-steps {
  width: 100%;
  background: transparent;
  margin-top: 3rem;
  padding: 2rem;
  box-sizing: border-box;

}

.moldes-steps-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.moldes-step {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.moldes-step-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #dedede;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.moldes-step.is-active .moldes-step-dot {
  background: #9F0763;
  border-color: #9F0763;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}

.moldes-step-label {
  color: #8f96a3;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.moldes-step.is-active .moldes-step-label {
  color: #8f96a3;
}

.moldes-step-sep {
  color: #111;
  font-size: 34px;
  line-height: 1;
  margin: 0 4px;
}

@media (max-width: 960px) {
  .moldes-steps {
    padding: 16px 14px 4px;
  }

  .moldes-steps-inner {
    justify-content: flex-start;
    gap: 10px;
  }

  .moldes-step-dot {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .moldes-step-label {
    font-size: 16px;
  }

  .moldes-step-sep {
    font-size: 24px;
  }
}

/* Shortcode [moldes_destacados] */


/* ===== CSS migrado desde PersonalizaciÃ³n CSS adicional ===== */

.moldes-contact-item.is-telefono span{
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
}

.moldes-contact-item.is-correo span{
  font-family: "Berthold Akzidenz Grotesk BE", "Akzidenz-Grotesk BQ", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
}
.p-y-5{
     padding-top:5rem!important;
     padding-bottom:5rem!important;
}
.p-y-10{
     padding-top:10rem!important;
     padding-bottom:10rem!important;
}
#block-5,
#block-6{
  display:none !important;
}
.tm-toolbar{
  display:none !important;
}
.bg-gr{
  background-color:#F9F9F9;
}
.cad-hist{
  background:linear-gradient(to bottom,#9F0763 0%,#9F0763 70%,#ffffff 70%,#ffffff 100%);
}
.uk-text-warning{
  color:#8F96A3 !important;
}
.bg-primary{
  background-color:#9F0763;
}
.color-go{
  color:#BAAD64;
}
.cont-confian .el-image{
  display:block;
  max-width:100%;
  width:100%;
  transform:translateX(50%);
}
@media (max-width: 768px) {

  .cont-confian .el-image{
    transform: translateX(0);
  }

}
@media (max-width:959px){
  [data-id="page#8-0-0-0"] .el-image{
    transform:none;
  }
}
.cont-banner{
  position:absolute;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%);
  display:flex;
  justify-content:center;
  align-items:center;
}
.cont-banner p span{
  font-size:32px;
}
h2{
  font-size:105px !important;
  line-height:105px;
}
h3{
  font-size:75px !important;
  line-height:75px;
}
h4{
  font-size:39px !important;
  line-height:39px;
}
h6{
  font-size:20px !important;
}
.uk-button-default{
  background-color:#E8008B;
  border:1px solid #FF96D5;
  color:#fff;
  border-radius:5px;
  font-size:20px;
  font-family:Lato;
  padding:.5rem 3rem;
}
.uk-link-text{
  font-family:Lato;
  color:#fff !important;
  font-size:22px;
  font-weight:600;
}
.cont-hist .uk-width-1-2\@m.uk-first-column{
  z-index:2;
}
.cont-hist .uk-width-1-2\@m{
  z-index:1;
}
.cont-clientes{
  margin-top:-4rem;
}
.moldes-cat-item{
  position:relative;
  display:block;
  overflow:hidden;
  text-decoration:none;
  border-radius:0;
}
.moldes-cat-media{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio: 16 / 10;
  min-height:170px;
}
.moldes-cat-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transform:scale(1.08);
  transition:transform .35s ease;
}
.moldes-cat-item:hover .moldes-cat-media img{
  transform:scale(1.14);
}
.moldes-cat-placeholder{
  width:100%;
  height:100%;
  display:block;
  background:#d7d7d7;
}
.moldes-cat-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(159,7,99,.82),rgba(159,7,99,.12) 45%,rgba(159,7,99,0) 75%);
}
.moldes-cat-title{
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  text-align:center;
  color:#fff;
  font-size:22px;
  font-weight:700;
  z-index:2;
}
.cont-categoria{
  margin-top: -2rem;
}
.moldes-cat-carousel{
  margin: 5rem 2rem !important;
}
.moldes-cat-carousel [uk-slidenav-previous],
.moldes-cat-carousel [uk-slidenav-next]{
  background:#fff;
  border-radius:999px;
  color:#111;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
}
.moldes-header-wrap{
  position:fixed;
     top:0;
     left: 0;
          
  z-index:40;
  width:100%;
}
.moldes-topbar{
  position:relative;
  z-index:30;
  height:74px;
  background:#8A0053;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
}

.moldes-topbar-left,
.moldes-topbar-right{
  display:flex;
  align-items:stretch;
  gap:0;
  height:100%;
     margin-left: 1.5rem;
}
.moldes-social-link{

  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:8px;
  text-decoration:none;
  color:#fff;
}
.moldes-social-link img{
  width:40px;
  height:40px;
  object-fit:contain;
}
.moldes-social-fallback{
  color:#fff;
  font-weight:700;
  font-size:16px;
  line-height:1;
  text-transform:uppercase;
}
.moldes-contact-item{
  height:100%;
  min-height:74px;
  padding:0 2rem;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  font-size:20px;
  line-height:1;
  background:#9F0763;
  box-sizing:border-box;
}
.moldes-contact-item:last-child{
  background:#E8008B;
}
.moldes-contact-item img{
  width:20px;
  height:20px;
  object-fit:contain;
}
.moldes-mainbar{
  background:transparent !important;
  min-height:100px;
  transition:background-color .25s ease, backdrop-filter .25s ease;
}
.moldes-header-wrap.is-scrolled .moldes-mainbar,
.moldes-header-wrap.is-menu-open .moldes-mainbar{
  background:rgba(60,60,60,.58) !important;
  backdrop-filter:blur(3px);
}
.moldes-mainbar-inner{
  max-width:95%;
  margin:0 auto;
  min-height:100px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
}
.moldes-mainbar-logo{
  position:absolute;
  left:24px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  z-index:3;
}
.moldes-mainbar-logo img{
  max-height:72px;
  width:auto;
  display:block;
}

.tm-headerbar,
.tm-headerbar-default,
.tm-headerbar .uk-navbar-container,
.tm-header .uk-navbar-container{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.tm-headerbar .uk-navbar-nav > li > a{
  color:#fff !important;
  font-weight:700;
}
.moldes-footer{
  background:#8A0053;
  color:#fff;
  padding:56px 24px 18px;
}
.moldes-footer-inner{
  max-width:1400px;
  margin:0 auto;
}
.moldes-footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.moldes-footer-brand{
  display:inline-flex;
  flex-direction:column;
  color:#fff;
  text-decoration:none;
}
.moldes-footer-brand img{
  width:auto;
  max-height:130px;
  display:block;
}
.moldes-footer-social{
  display:flex;
  align-items:center;
  gap:16px;
}
.moldes-footer-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.moldes-footer-social-link img{
  width:55px;
  height:55px;
  object-fit:contain;
  display:block;
}
.moldes-footer-bottom{
  text-align:center;
  margin-top:22px;
}
.moldes-footer-copy{
  margin:0 0 8px;
  font-size:34px;
  font-weight:500;
}
.moldes-footer-legal{
  margin:0;
  font-size:15px;
     font-family: Lato;
}
.moldes-footer-links{
  margin:2px 0 0;
  font-size:15px;
     font-family: Lato;
}
.moldes-footer-links a{
  color:#fff;
  text-decoration:none;
}
.moldes-footer-links a:hover{
  text-decoration:underline;
}
@media (max-width:960px){
  .moldes-mainbar-inner{
    justify-content:flex-end;
  }

  .moldes-footer-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .moldes-footer-copy,
  .moldes-footer-legal,
  .moldes-footer-links{
    font-size:18px;
    line-height:1.4;
  }
}
.moldes-mainbar-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
  padding-right:130px;
}

.moldes-mainbar-nav > ul,
.moldes-mainbar-nav .uk-nav{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:34px !important;
  background:transparent !important;
  border:0 !important;
  flex-wrap:wrap !important;
}

.moldes-mainbar-nav .uk-nav > li{
  margin:0 !important;
  padding:0 !important;
}

.moldes-mainbar-nav .uk-nav > li > a{
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700 !important;
  font-size:20px !important;
  letter-spacing:.3px !important;
  line-height:1 !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  background:transparent !important;
     text-transform: uppercase;
     font-family: Lato;
}

.moldes-mainbar-nav .uk-nav > li.uk-active > a,
.moldes-mainbar-nav .uk-nav > li.current-menu-item > a{
  color:#fff !important;
  opacity:1 !important;
}
.moldes-mainbar-icons{
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:14px;
  z-index:4;
}
.moldes-mainbar-icon{
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff !important;
  text-decoration:none !important;
}
.moldes-mainbar-icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.moldes-mainbar-icon.is-hidden{
  display:none !important;
}

@media (max-width:1200px){
  .moldes-mainbar-nav .uk-nav{
    gap:22px !important;
  }
  .moldes-mainbar-nav .uk-nav > li > a{
    font-size:24px !important;
    min-height:88px !important;
  }
}

@media (max-width:960px){
  .moldes-mainbar{
    min-height:auto !important;
  }
  .moldes-mainbar-inner{
    min-height:auto !important;
    padding:14px 16px !important;
    align-items:flex-start !important;
  }
  .moldes-mainbar-logo{
    position:static !important;
    transform:none !important;
    margin-right:14px !important;
  }
  .moldes-mainbar-logo img{
    max-height:48px !important;
  }
  .moldes-mainbar-nav{
    justify-content:flex-start !important;
    align-items:flex-start !important;
    padding-right:0 !important;
  }
  .moldes-mainbar-nav .uk-nav{
    gap:10px 16px !important;
    justify-content:flex-start !important;
  }
  .moldes-mainbar-nav .uk-nav > li > a{
    font-size:17px !important;
    min-height:auto !important;
    line-height:1.2 !important;
  }
  .moldes-mainbar-icons{
    right:16px;
    top:18px;
    transform:none;
  }
}

@media (max-width:640px){
  .moldes-mainbar-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
  }
  .moldes-mainbar-logo{
    margin-right:0 !important;
  }
  .moldes-mainbar-icons{
    position:static;
    transform:none;
    margin-top:4px;
  }
  .moldes-mainbar-nav{
    width:100%;
  }
  .moldes-mainbar-nav .uk-nav > li > a{
    font-size:16px !important;
  }
}






.moldes-catalogo-wrap{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}
.moldes-catalogo-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.moldes-catalogo-grid{display:grid;gap:14px}
.moldes-catalogo-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.moldes-catalogo-card{background:#fff;box-shadow:0 6px 14px rgba(0,0,0,.09)}
.moldes-catalogo-thumb{position:relative;display:block}
.moldes-catalogo-thumb img{width:100%;height:240px;object-fit:cover;display:block}
.moldes-catalogo-actions{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transition:.2s;background:rgba(0,0,0,.18)}
.moldes-catalogo-thumb:hover .moldes-catalogo-actions{opacity:1}
.moldes-action-btn{width:44px;height:44px;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#111;text-decoration:none}
.moldes-catalogo-body{text-align:center;padding:10px 10px 14px}
.moldes-catalogo-title{margin:0;font-size:30px;line-height:1.2}
.moldes-catalogo-subtitle{margin:0;color:#333;font-size:24px}
.moldes-catalogo-price{margin:2px 0 6px;font-size:24px}
.moldes-catalogo-rating .star-rating{margin:0 auto;color:#f3b700}
.moldes-catalogo-sidebar{background:#f2f2f2;padding:14px}
.moldes-catalogo-sidebar h4{font-size:30px;margin:0 0 8px}
.moldes-cat-list{list-style:none;margin:0;padding:0}
.moldes-cat-list li{margin:0 0 7px}
.moldes-cat-list a{text-decoration:none;color:#222}
.moldes-price-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.moldes-price-form button{margin-top:8px;background:#9F0763;color:#fff;border:0;padding:8px 12px}
.moldes-catalogo-pagination{display:flex;gap:8px;justify-content:center;margin-top:16px}
.moldes-page-link{width:36px;height:36px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#222;box-shadow:0 3px 10px rgba(0,0,0,.15)}
.moldes-page-link.is-active{background:#9F0763;color:#fff}
@media (max-width:960px){
  .moldes-catalogo-wrap{grid-template-columns:1fr}
  .moldes-catalogo-cols-2{grid-template-columns:1fr}
}


.moldes-shop-hero{
  position:relative;
  min-height:550px;
  background:#111 center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.moldes-shop-hero-overlay{
  position:absolute;
  inset:0;
}
.moldes-shop-hero-inner{
  position:relative;
  z-index:2;
  text-align:center;
  color:#fff;
}
.moldes-shop-hero-title{
  margin:0;
  font-size:110px;
  line-height:1;
  color:#fff;

}
.moldes-shop-hero-arrow{
  display:block;
  margin-top:8px;
  font-size:72px;
  line-height:1;
}
@media (max-width:960px){
  .moldes-shop-hero{min-height:220px;}
  .moldes-shop-hero-title{font-size:54px;}
  .moldes-shop-hero-arrow{font-size:44px;}
}


.moldes-destacados {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.moldes-destacados.moldes-cols-1 {
  grid-template-columns: 1fr !important;
}

.moldes-destacados.moldes-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.moldes-destacados.moldes-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.moldes-destacados.moldes-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.moldes-destacados .moldes-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  text-align: center !important;
}

.moldes-destacados .moldes-thumb {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
}

.moldes-destacados .moldes-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.moldes-destacados .moldes-card-body {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 12px !important;
}

.moldes-destacados .moldes-title {
  margin: 0 0 4px !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  min-height: 2.4em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.moldes-destacados .moldes-title a {
  color: #111 !important;
  text-decoration: none !important;
}

.moldes-destacados .moldes-subtitle {
  margin: 0 0 6px !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  color: #222 !important;
  min-height: 1.3em !important;
}

.moldes-destacados .moldes-price {
  margin: 0 0 8px !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.moldes-destacados .moldes-rating {
  margin-top: auto !important;
}

.moldes-destacados .moldes-rating .star-rating {
  margin: 0 auto !important;
  color: #f3b700 !important;
}

@media (max-width: 1100px) {
  .moldes-destacados.moldes-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  .moldes-destacados {
    grid-template-columns: 1fr !important;
  }

  .moldes-destacados.moldes-cols-4,
  .moldes-destacados.moldes-cols-3,
  .moldes-destacados.moldes-cols-2 {
    grid-template-columns: 1fr !important;
  }
}


.moldes-history {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 24px;
  --moldes-history-slide-height: 440px;
  --moldes-history-slider-gap: 28px;
}

.moldes-history-slider-wrap {
  position: relative;
}

.moldes-history-slider {
  margin: 6rem auto 6rem;
}

.moldes-history-slide {
  padding: 0 14px;
  position: relative;
  z-index: 1;
}

.moldes-history-slide img {
  width: 100%;
  height: var(--moldes-history-slide-height);
  display: block;
  object-fit: cover;
  border-radius: 6px;
  transform: scale(.87);
  transform-origin: center center;
  transition: transform .35s ease, opacity .35s ease;
  ;
}

.moldes-history .slick-current img {
  transform: scale(1);
  opacity: 1;
}

.moldes-history .slick-current {
  z-index: 3;
}

.moldes-history-arrow {
  position: absolute;
  top: calc(var(--moldes-history-slide-height) + var(--moldes-history-slider-gap) + 18px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 2px solid #cfcfcf;
  background: #fff;
  color: transparent;
  font-size: 0;
  z-index: 5;
  cursor: pointer;
  padding: 0;
}

.moldes-history-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 4px solid #bcbcbc;
  border-bottom: 4px solid #bcbcbc;
  margin-top: -6px;
  margin-left: -4px;
}

.moldes-history-arrow.is-prev {
  left: 9%;
}

.moldes-history-arrow.is-prev::before {
  transform: rotate(45deg);
}

.moldes-history-arrow.is-next {
  right: 9%;
}

.moldes-history-arrow.is-next::before {
  transform: rotate(-135deg);
  margin-left: -8px;
}

.moldes-history-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto 12px;
  position: relative;
}

.moldes-history-track::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
  border-top: 3px solid #c8c8c8;
}

.moldes-history-point {
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #c0c0c0 !important;
}

.moldes-history-dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #c0c0c0 !important;
  margin: 8px auto 14px;
  display: block;
}

.moldes-history-year {
  display: block;
  font-family: 'DM Serif Display' !important;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.moldes-history-point.is-active {
  color: #9f0763 !important;
}

.moldes-history-point.is-active .moldes-history-dot {
  background: #9f0763 !important;
}

.moldes-history-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto;
}

.moldes-history-item {
  text-align: center;
  color: #c0c0c0;
}

.moldes-history-item h4 {
  margin: 0 0 10px;
  font-size: 26px !important;
  font-family: 'DM Serif Display' !important;
  line-height: 1.1;
  color: #c0c0c0 !important;
}

.moldes-history-item p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: Lato, sans-serif !important;
}

.moldes-history-item.is-active H4,
.moldes-history-item.is-active p
 {
  color: #111 !important;
}
.moldes-history-item.is-active .moldes-history-year{
  color: #8C0155 !important;
}

@media (max-width: 1700px) {
  .moldes-history-arrow.is-prev {
    left: 9%;
  }

  .moldes-history-arrow.is-next {
    right: 9%;
  }
}

@media (max-width: 1200px) {
  .moldes-history {
    --moldes-history-slide-height: 360px;
  }

  .moldes-history-slide img {
    height: var(--moldes-history-slide-height);
  }

  .moldes-history-year {
    font-size: 34px;
  }

  .moldes-history-item h4 {
    font-size: 42px !important;
  }
}

@media (max-width: 960px) {
  .moldes-history {
    padding: 24px 16px;
    --moldes-history-slide-height: 280px;
  }

  .moldes-history-track,
  .moldes-history-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .moldes-history-year {
    font-size: 28px;
  }

  .moldes-history-item h4 {
    font-size: 20px !important;
  }

  .moldes-history-item p {
    font-size: 14px;
  }

  .moldes-history-slide img {
    height: var(--moldes-history-slide-height);
  }
}
.uk-text-secondary{
  color:#7D014D !important	
  }
  .uk-link-muted{
  font-family: "lato";
    border: 2px solid #C50076;
    box-shadow: none;
    padding: 21px 60px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #7A0049 !important;
    font-size: 1.3rem;
    border-radius: .5rem;
  }
  .uk-panel.uk-text-large.uk-text-warning{
    font-family: "lato";
      font-size: 1.6rem;
    font-weight: 600;
    
  } 
  .m-t-7{
    margin-top: 7rem;
  }
  
  .m-y-4{
    margin-top: 4rem !important;	
    margin-bottom: 4rem !important;	
  }
  .uk-button-secondary{
    font-family: "lato";
    background: #7A0049;
    font-weight: 700;
  
    box-shadow: 0px 5px 10px rgba(52, 25, 13, 0.5);
    border-radius: 5px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 21px 35px;
    transition: all .3s;
  }
  .w-100{
    width:100%;
  }
  .w-img-100 img{
      width:100%;
  }
  .banner-overlay{
    position: relative;
    overflow: hidden;
  }
  
  .banner-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45); /* ajusta opacidad */
    z-index: 1;
    pointer-events: none;
  }
  
  .banner-overlay .w-img-100{
    position: relative;
    z-index: 0;
  }
  
  .banner-overlay .cont-banner{
    position: absolute;
    inset: 0;
    z-index: 2; 
  }
  h5{
    font-size:28px !important;
    line-height:28px;
  }
  h5, h6{
    text-transform: math-auto;
  }
  
  .cont-beneficios .uk-text-large{
    font-size: 1.4rem;
  font-family: Lato, sans-serif !important;	
  font-weight: 500
  }
  .cont-beneficios .uk-card-default {
    border-radius: .5rem;
    box-shadow: 0px 8px 15px rgba(95, 8, 60, 0.08);
  }
  .icon-benf{
    background: #FFF1F9;
    width: 7rem;
    margin: auto;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .cont-cursos
  {
  background: #f5f5f5;
  }
  .bg-grey-50{
    background: linear-gradient(269.23deg, #FFFFFF 3.36%, #DBDBDB 117.46%);
  }
  .bg-grey-25{
    background:  linear-gradient(to right, #FFFFFF -0.21%, #EBEBEB 116.74%)
    }
  .card-curso{
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 8px 15px rgba(95, 8, 60, 0.08);
  padding: 3rem 0rem;
  
  }
  
  .woocommerce-product-details__short-description{
    display: none
  }
  
   .moldes-product-spec strong{
   color: #8A0053;
    margin-right: 0.5rem;
  }
   .moldes-product-spec {
   color: #8F96A3;
    font-size: 1.4rem;
  font-family: Lato, sans-serif !important;	
  }
  .cont-motivos{
  margin-top: -5%;
    z-index: 10;
    position: relative;
  }
  .cont-motivos .uk-card-default{
    background: white;
    border-radius: 5px;
    text-align: center;
    border: 0;
    height: 100%;
    transition: all .3s;
  box-shadow: 0px 15px 50px rgba(58, 0, 35, 0.1), 0px 8px 15px rgba(95, 8, 60, 0.05);
  border-radius: .5rem;
    
  }
  
  .cont-motivos h6{
  
    font-size: 14px!important;
    width: 27px;
    height: 27px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #F6F6F6;
    color: #6F6F6F;
  }
  
  .cont-motivos .icon{
    width: 176px;
    height: 176px;
    border-radius: 88px;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin: auto;
  }
  .cont-motivos .uk-card-default:hover .icon{
    background: #FFF1F9;
  }
  
  .cont-motivos .uk-card-default:hover .icon .el-image{
  -webkit-filter: brightness(.5) sepia(60%) contrast(2.5) saturate(1.5) hue-rotate(300deg);	
  }
  .cont-motivos .uk-card-default:hover h5{
  color: #7D014D;
  }
  
  
  
  .cont-motivos h5{
    color: #000;
  }
  .cont-40a{
  background: linear-gradient(to right, #99005C -0.93%, #6F0045 98.57%);
  position: relative;
    margin: 4rem 0rem;
  }
  .cont-40a h1{
    color:#DAB190;
  }
  .cont-40a h5{
    font-size: 3rem !important;
  }
  .cont-40a .deco-a,
  .cont-40a .deco-b{
    position: absolute;
    width: 7rem;
  }
  .cont-40a .deco-a{
    bottom:0;
    left: 0;
  }
  .cont-40a .deco-b{
    top:0;
    right:0;
  }
  .icon-r50{
    width: 67px;
  
    height: 67px;
    border-radius: 31px;
    background: #FFF1F9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .cont-confian{
    display: flex !important;
  }
  
  .testimonio .el-image{
    width:100% !important;
    height:100% !important;
    max-height:560px !important;
    object-fit:contain !important; 
    object-position:bottom center;
    display:block;
  }
  .testimonio h6{
    font-weight:600 !important;
  }
  .testimonio .uk-panel.uk-text-muted{
    font-size: 1.2rem !important;
    font-style: italic !important;
    font-weight: bold !important;
  }
  .banner-nosotros{
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 70%,
    #99005C 70%,
    #6F0045 100%);
  }
  
  
  
  
  .img-decorated{
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
  box-shadow: 0px 20px 30px rgba(51, 27, 42, 0.18);
  }
  
  .img-decorated .el-image{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .img-decorated::before{
    content: "";
    position: absolute;
    left: 2.5%;
    top: 2.5%;
    width: 95%;
    height: 95%;
    border: 1px solid #DAB190;
    border-radius: 5px;
    z-index: 3;
    pointer-events: none;
  }
  
  .img-decorated::after{
    content: "";
    position: absolute;
    inset: 0;
    background: #37322C;
    mix-blend-mode: multiply;
    opacity: 0.35;
    border-radius: 5px;
    z-index: 2;
    pointer-events: none;
  }
  .valores-card .el-image{
    background: white;
    box-shadow: 0px 15px 40px rgba(58, 0, 35, 0.07);
    border-radius: 5px;
    width: 113px;
    height: 113px;
    object-fit: contain;
    padding: 24px;
    margin-bottom: 35px;
    margin: auto;
  }
  
  .valores-card h3{
    font-size: 28px;
    line-height: 28px;
    font-weight:400;
  color:#000;
    text-align:center;
  }
  .valores-card .el-content{
    font-size: 24px;
    line-height: 24px;
    font-weight:400;
  color:#000;
      text-align:center;
  font-family: Lato, sans-serif !important;	
    margin-top: 10px !important;
  }
  
  .valores-card .uk-card-default {
  
    border: none;
    text-align: center;
    padding: 2rem;
  }
  .cont-hist-line{
    background: linear-gradient(to bottom,#9F0763 0%,#9F0763 50%,#ffffff 50%,#ffffff 100%);
  }
  
  .banner-contacto{
    position:relative !important;
  }
  .banner-contacto .deco-a,
  .banner-contacto .deco-b{
    position: absolute
  }
  .banner-contacto .deco-a{
    left: 0 ;
  top: 30%;
  }
  .banner-contacto .deco-b{
    right:0;
    top: 20%;
  }
  
  .icon-cont{
    font-size: 3rem;
    color: #7D014D !important;
  
  }
  .incon-cont .uk-card-default{
    text-align: right;
    border: none;
    background-color: transparent;
  }
  
  
  
  .cont-contactanos{
    box-shadow: 0px 8px 15px rgba(95, 8, 60, 0.08);
    border-radius: 5px;
    padding: 1rem;
  }
  
  
  .cont-data-conta{
    padding: 2rem;
    position: relative;
  }
  .cont-data-conta::after {
    content: "";
    position: absolute;
    inset: 5px; 
    border: 1px solid #DAB190;
    border-radius: 5px;
  }
  .cont-map > div:first-child{
    height: 100%;
  }
  
  
  .testimonio{
    position: relative;
  }
  
  .testimonio .slick-dots{
    display: none !important;
  }
  
  .testimonio .slick-prev,
  .testimonio .slick-next{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
  
    width: 72px !important;
    height: 72px !important;
    border: 2px solid #CFCFCF !important;
    border-radius: 12px !important;
    background: #F3F3F3 !important;
    box-shadow: none !important;
    padding: 0 !important;
  
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
  }
  
  .testimonio .slick-prev{
    left: -90px !important;
  }
  
  .testimonio .slick-next{
    right: -90px !important;
  }
  
  .testimonio .slick-prev::before,
  .testimonio .slick-next::before{
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 16px !important;
    height: 16px !important;
    border-left: 4px solid #BDBDBD !important;
    border-bottom: 4px solid #BDBDBD !important;
    opacity: 1 !important;
  }
  
  .testimonio .slick-prev::before{
    transform: translate(-35%, -50%) rotate(45deg) !important;
  }
  
  .testimonio .slick-next::before{
    transform: translate(-65%, -50%) rotate(-135deg) !important;
  }
  
  .testimonio .slick-prev:hover,
  .testimonio .slick-next:hover{
    background: #EFEFEF !important;
    border-color: #C7C7C7 !important;
  }
  
.is-correo{
      font-family: 'PT Serif' !important;
  }

@media (max-width:960px){
  h2{
    font-size:56px !important;
    line-height:56px !important;
  }
  h3{
    font-size:40px !important;
    line-height:40px !important;
  }
  h4{
    font-size:30px !important;
    line-height:30px !important;
  }
  h5{
    font-size:22px !important;
    line-height:24px !important;
  }
  h6{
    font-size:16px !important;
    line-height:18px !important;
  }

  .p-y-5{
    padding-top:3rem !important;
    padding-bottom:3rem !important;
  }
  .p-y-10{
    padding-top:5rem !important;
    padding-bottom:5rem !important;
  }
  .cont-banner p span{
    font-size:22px !important;
    line-height:1.2 !important;
  }

  .uk-button-default{
    font-size:16px !important;
    padding:.6rem 1.4rem !important;
  }
  .uk-button-secondary{
    font-size:18px !important;
    line-height:1.2 !important;
    padding:14px 20px !important;
  }
  .uk-link-text{
    font-size:18px !important;
  }

  .moldes-topbar{
    height:56px !important;
  }
  .moldes-topbar-left,
  .moldes-topbar-right{
    margin-left:0 !important;
  }
  .moldes-social-link img{
    width:30px !important;
    height:30px !important;
  }
  .moldes-contact-item{
    min-height:56px !important;
    padding:0 12px !important;
    font-size:16px !important;
    gap:8px !important;
  }
  .moldes-contact-item img{
    width:16px !important;
    height:16px !important;
  }
  .moldes-cat-carousel{
    margin:2rem .5rem !important;
  }
  .moldes-cat-title{
    font-size:18px !important;
    line-height:1.2 !important;
  }

  .moldes-catalogo-thumb img{
    height:200px !important;
  }
  .moldes-catalogo-title{
    font-size:22px !important;
    line-height:1.2 !important;
  }
  .moldes-catalogo-subtitle{
    font-size:18px !important;
  }
  .moldes-catalogo-price{
    font-size:18px !important;
  }
  .moldes-catalogo-sidebar h4{
    font-size:22px !important;
  }

  ul.products li.product .moldes-loop-title{
    font-size:18px !important;
  }
  .moldes-loop-short{
    font-size:16px !important;
  }
  ul.products li.product .moldes-loop-price{
    font-size:16px !important;
  }
  .moldes-card-action{
    width:52px !important;
    height:52px !important;
    font-size:28px !important;
  }

  body.single-product .related.products > h2,
  body.single-product .upsells.products > h2{
    font-size:46px !important;
    line-height:1 !important;
    margin:1.5rem 0 !important;
  }
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  body.single-product .moldes-related-shop-cta{
    font-size:16px !important;
    padding:.6rem 1.8rem !important;
  }

  .woocommerce-checkout form.checkout h3,
  .woocommerce-checkout form.checkout #order_review_heading{
    font-size:22px !important;
  }
  body.woocommerce-checkout .moldes-checkout-left .moldes-checkout-heading{
    font-size:24px !important;
  }
  .woocommerce-checkout form.checkout label,
  body.woocommerce-checkout form.checkout input[type="text"],
  body.woocommerce-checkout form.checkout input[type="email"],
  body.woocommerce-checkout form.checkout input[type="tel"],
  body.woocommerce-checkout form.checkout input[type="number"],
  body.woocommerce-checkout form.checkout input[type="password"],
  body.woocommerce-checkout form.checkout select,
  body.woocommerce-checkout form.checkout textarea{
    font-size:16px !important;
  }
  body.woocommerce-checkout #payment #place_order{
    font-size:18px !important;
    min-height:50px !important;
  }

  .cont-motivos{
    margin-top:0 !important;
  }
  .cont-motivos .icon{
    width:110px !important;
    height:110px !important;
  }
  .cont-40a h5{
    font-size:2rem !important;
    line-height:1.1 !important;
  }
  .valores-card .el-content{
    font-size:18px !important;
    line-height:1.3 !important;
  }

  .testimonio .el-image{
    max-height:360px !important;
  }
  .testimonio .slick-prev,
  .testimonio .slick-next{
    width:48px !important;
    height:48px !important;
  }
  .testimonio .slick-prev{
    left:8px !important;
  }
  .testimonio .slick-next{
    right:8px !important;
  }
}

@media (max-width:640px){
  h2{
    font-size:46px !important;
    line-height:46px !important;
  }
  h3{
    font-size:40px !important;
    line-height:40px !important;
  }

  ul.products{
    column-gap:10px !important;
    row-gap:16px !important;
  }
  ul.products.columns-2{
    grid-template-columns:1fr !important;
  }
  .moldes-loop-image{
    height:240px !important;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span{
    width:42px !important;
    height:42px !important;
    font-size:16px !important;
  }
}
  
.moldes-mobile-menu-toggle{
  display:none;
  border:1px solid #ff96d5;
  background:#e8008b;
  color:#fff;
  border-radius:5px;
  width:44px;
  height:40px;
  padding:0;
  cursor:pointer;
}

.moldes-mobile-menu-icon{
  width:20px;
  height:14px;
  display:inline-flex;
  flex-direction:column;
  justify-content:space-between;
}

.moldes-mobile-menu-icon > span{
  display:block;
  width:100%;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .2s ease, opacity .2s ease;
}

.moldes-mobile-menu-toggle.is-open .moldes-mobile-menu-icon > span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

.moldes-mobile-menu-toggle.is-open .moldes-mobile-menu-icon > span:nth-child(2){
  opacity:0;
}

.moldes-mobile-menu-toggle.is-open .moldes-mobile-menu-icon > span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

.moldes-mainbar-collapse{
  width:100%;
  display:flex;
}

@media (max-width:960px){
  .moldes-mainbar-inner{
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  .moldes-mobile-menu-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    margin-left:auto;
  }

  .moldes-mainbar-collapse{
    display:none !important;
    width:100% !important;
    padding-top:10px;
  }

  .moldes-mainbar-collapse.is-open{
    display:block !important;
  }

  .moldes-mainbar-nav{
    width:100% !important;
    justify-content:flex-start !important;
    align-items:stretch !important;
  }

  .moldes-mainbar-nav .uk-nav{
    width:100% !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
  }

  .moldes-mainbar-nav .uk-nav > li > a{
    display:flex !important;
    width:100% !important;
    padding:10px 0 !important;
    border-bottom:1px solid rgba(255,255,255,.2) !important;
  }

  .moldes-mainbar-icons{
    position:static !important;
    right:auto !important;
    top:auto !important;
    transform:none !important;
    margin-top:10px;
    justify-content:flex-start !important;
    gap:12px !important;
  }
}
@media (max-width: 640px) {
  ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}  
  
  
@media (max-width:960px){
  ul.products.columns-3,
  ul.products.columns-4{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}



