.elementor-kit-19{--e-global-color-primary:#E19DDF;--e-global-color-secondary:#C97BC7;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.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 *//* ===== MUNDO NINA — CSS GLOBAL ===== */

body, * { font-family: 'Nunito', sans-serif !important; }
html { scroll-behavior: smooth !important; }

/* Botões Elementor */
.elementor-button {
  background: linear-gradient(135deg, #E19DDF, #c97bc7) !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 20px rgba(225,157,223,0.45) !important;
  transition: transform 0.2s !important;
  border: none !important;
}
.elementor-button:hover { transform: translateY(-2px) scale(1.03) !important; }
.elementor-heading-title { line-height: 1.2 !important; }

/* ===== VITRINE — CARDS ===== */
.woocommerce ul.products li.product {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  background: #fff !important;
  padding-bottom: 20px !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 28px rgba(225,157,223,0.3) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #333 !important;
  padding: 12px 16px 4px !important;
}
.woocommerce ul.products li.product .price {
  color: #E19DDF !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  padding: 0 16px !important;
  display: block !important;
}
.woocommerce ul.products li.product .button {
  background: #E19DDF !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  border: none !important;
  padding: 10px 16px !important;
  width: calc(100% - 32px) !important;
  text-align: center !important;
  display: block !important;
  margin: 10px 16px 0 !important;
  transition: background 0.2s !important;
}
.woocommerce ul.products li.product .button:hover { background: #c97bc7 !important; }
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background: #E19DDF !important;
  color: #fff !important;
  border-radius: 20px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 4px 12px !important;
  line-height: 1.5 !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}

/* ===== PÁGINA DO PRODUTO ===== */
.woocommerce div.product h1.product_title {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #333 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}
.woocommerce div.product p.price {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #E19DDF !important;
  margin-bottom: 12px !important;
}
.woocommerce div.product p.price del {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Tamanhos — texto completo sem cortar */
.wvs-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 8px 0 !important;
  width: 100% !important;
}
.wvswatch {
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  min-width: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  transition: all 0.2s !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}
.wvswatch.selected, .wvswatch:hover {
  border-color: #E19DDF !important;
  background: #E19DDF !important;
  color: #fff !important;
}

/* Formulário carrinho */
.woocommerce div.product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.woocommerce div.product form.cart .qty {
  width: 52px !important;
  height: 42px !important;
  border-radius: 8px !important;
  border: 2px solid #E19DDF !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  background: linear-gradient(135deg, #E19DDF, #c97bc7) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  height: 42px !important;
  padding: 0 20px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(225,157,223,0.4) !important;
  flex: 1 !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  transition: transform 0.2s !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-2px) !important;
}

/* Frete */
.woocommerce-shipping-calculator {
  width: 100% !important;
  margin-top: 10px !important;
  box-sizing: border-box !important;
}
.woocommerce-shipping-calculator p,
.woocommerce-shipping-calculator form { width: 100% !important; }
.woocommerce-shipping-calculator input[type="text"] {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Abas */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 700 !important;
  color: #5a1a5a !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #E19DDF !important;
}
.woocommerce div.product .product_meta { display: none !important; }
.woocommerce .woocommerce-breadcrumb { font-size: 13px !important; color: #999 !important; }
.site-header, .site-branding { display: none !important; }

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .elementor-column {
    width: 100% !important;
    min-width: 100% !important;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .woocommerce div.product h1.product_title { font-size: 17px !important; }
  .woocommerce div.product p.price { font-size: 20px !important; }
  .woocommerce div.product form.cart {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .woocommerce div.product form.cart .qty {
    width: 100% !important;
    height: 42px !important;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100% !important;
    flex: none !important;
    height: 46px !important;
  }
  .wvswatch {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }
  .woocommerce-shipping-calculator input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */