.elementor-kit-10{--e-global-color-primary:#171F79;--e-global-color-secondary:#F3AB25;--e-global-color-text:#111111;--e-global-color-accent:#FFFFFF;--e-global-color-82e85c0:#F5F5F5;--e-global-color-d87f585:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-82e85c0 );font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Inter", Sans-serif;font-weight:900;line-height:70px;}.elementor-kit-10 h2{font-family:"Inter", Sans-serif;font-weight:800;}.elementor-kit-10 h3{font-family:"Inter", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-10 h4{font-family:"Inter", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-10 h5{font-family:"Inter", Sans-serif;font-size:17px;font-weight:500;}.elementor-kit-10 h6{font-family:"Inter", Sans-serif;font-size:17px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}@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 *//* ============================================================
   🦩 Escala tipográfica universal (solo tamaños)
   ============================================================ */

:root {
  /* Título principal */
  --font-h1: clamp(2rem, 6vw, 4rem);

  /* Subtítulos (h2, h3, h4) */
  --font-h2-4: clamp(1.5rem, 4vw, 2.25rem);

  /* Titulares pequeños (h5) */
  --font-h5: clamp(1.25rem, 3vw, 1.75rem);

  /* Titulares mínimos (h6) */
  --font-h6: clamp(1.1rem, 2vw, 1.25rem);

  /* Texto base */
  --font-body: clamp(0,9rem, 2vw, 1.125rem);

  /* Texto pequeño */
  --font-small: clamp(0.875rem, 1.5vw, 1rem);
}

/* Aplicación global */
h1 { font-size: var(--font-h1); }
h2, h3, h4 { font-size: var(--font-h2-4); }
h5 { font-size: var(--font-h5); }
h6 { font-size: var(--font-h6); }
p, li { font-size: var(--font-body); }
small { font-size: var(--font-small); }


@media (max-width: 768px) {
h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    font-size: 21px;
    line-height: 24px;
}

ul {
    padding: 0;
}
}


span.woocommerce-Price-amount.amount {
    color: #171f79 !important;
}


h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    line-height: 34px;
    font-size: 31px;
}


button.andreani-calc-bubble {
    width: 190px;
    border: none !important;
}


.andreani-calc-bubble::after {
    opacity: 1 !important;
    left: 60px !important;
    color: #000 !important;
    visibility: visible;
    background: transparent;
}

.andreani-calc-bubble:hover {
    transform: scale(1);
    box-shadow: none;
    background: #171f79 !important;
}

.andreani-calc-bubble:hover::after {
    color:#FFF;
}


.andreani-calc-bubble:hover::after, .andreani-calc-bubble:hover::before {
    color: #FFF !important;
}

.andreani-calc-bubble::before {
    display:none !important;
}

button.andreani-calc-bubble {
    box-shadow: none;
    border: 1px solid #171f79 !important;
    border-radius: 35px;
}


.andreani-calc-bubble::after {
    content: "Calcular envio";
    display: block;
}


.andreani-calc-widget--expanded .andreani-calc-content {
    left: 198%;
    top: 12px;
}


label[for="shipping_method_0_local_pickup2"]::after {
    content: "Pje. Angulo 1555, X5004 CCA, Córdoba";
    display: block;
    margin-top: 1px;
}/* End custom CSS */