/*
Theme Name: egudgets-lte
Author: 
Description: Egudgets theme adapted to Las Tres Escobitas
Version: 1.0
Template: egudgets

This is the child theme for Egudgets theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html {
  /* 14 px ≤ tamaño ≤ 18 px según ancho de pantalla */
  font-size: clamp(14px, 1vw + .5rem, 18px);
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 { font-size: 5.25rem; }   /* ≈ 36 px */
h2 { font-size: 1.75rem; }   /* ≈ 28 px */
h3 { font-size: 1.5rem; }    /* ≈ 24 px */
h4 { font-size: 1.25rem; }   /* ≈ 20 px */
h5 { font-size: 1.125rem; }  /* ≈ 18 px */
h6 { font-size: 1rem; }      /* ≈ 16 px */

@media (max-width: 480px) {
  html { font-size: 95%; }        /* ≈ 15 px */
}
@media (min-width: 481px) and (max-width: 768px) {
  html { font-size: 100%; }       /* 16 px */
}
@media (min-width: 769px) {
  html { font-size: 106%; }       /* ≈ 17 px */
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	max-height: 512px;
	overflow-y: auto;
}

.prev_next_buttons {
    display: none;
}