@charset "UTF-8";
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
/* Colors */
/* Typography */
/* Layout */
/* Spacing scale (use sparingly, but handy) */
/* Breakpoints (mobile-first) */
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
/* =========================
   Mixins
   ========================= */
/* Container: largeur max + gutters */
/* Visually hidden (a11y) */
/* Simple button reset (for links/buttons) */
/* Truncate one line */
/* Optional: fluid font size (min -> max between 320 and 1200) */
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background: #ffffff;
  overflow-x: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #B3131B;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover {
  text-decoration-thickness: 2px;
}

h1,
h2,
h3,
h4 {
  font-family: "Bebas Neue", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(2.8rem, 2.5454545455rem + 1.2727272727vw, 3.5rem);
}

h2 {
  font-size: clamp(2.3rem, 2.0454545455rem + 1.2727272727vw, 3rem);
}

h3 {
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}

h1 + h2 {
  /* styles appliqués à h2 */
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}

p {
  margin: 0 0 24px;
  line-height: 1.5;
}

p:has(+ details) {
  margin-bottom: 0.5rem;
}

.is-accent {
  font-family: "Caveat", cursive;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  display: inline-block;
}

p.is-accent {
  font-size: clamp(1.4rem, 1.1818181818rem + 1.0909090909vw, 2rem);
}

.site-content {
  flex-direction: column;
}

.entry-content > * {
  margin-bottom: 32px;
}

.site .site-main {
  margin-top: 0;
  margin-bottom: 0;
}
.site .site-main .inside-article {
  padding: 0;
}
.site .site-main .inside-article section {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .site .site-main .wp-block-group__inner-container {
    padding: 4rem 0;
    max-width: 90vw;
    width: 100%;
  }
  .site .site-main br {
    display: none;
  }
}

.wp-block-buttons {
  gap: 1rem;
}

@media (min-width: 782px) {
  .grid-container {
    max-width: 90vw;
    width: 100%;
  }
}
.fotos-superpuestas.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):first-child {
  margin-right: -2rem;
  margin-bottom: 2rem;
}
.fotos-superpuestas.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-child {
  margin-top: 2rem;
}
@media (max-width: 781.98px) {
  .fotos-superpuestas.wp-block-gallery.has-nested-images {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 782px) {
  .wp-block-columns {
    gap: 10vw;
  }
}
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
details > .details-panel {
  display: block !important;
  /* IMPORTANT: neutralise le hide natif des details */
  opacity: 0;
  transition: height 0.35s ease, opacity 0.25s ease;
}
details[data-open="1"] > .details-panel {
  opacity: 1;
}
details summary {
  color: #B3131B;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "⌄";
  font-size: 1.1em;
  padding-bottom: 0.8rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
details[open] summary::after {
  transform: rotate(180deg);
}
details > *:not(summary) {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  details summary {
    display: none;
  }
}
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.wp-block-button__link,
button,
input[type=submit] {
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.9em 1.1em;
  border-radius: 0;
  text-decoration: none;
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
/* =========================
   Arrow gallery (Gutenberg)
   - 1 slide visible (mobile)
   - flèches overlay
   - swipe natif mobile (scroll)
   ========================= */
.arrow-gallery {
  /* On neutralise le layout "grille" de la galerie WP */
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  /* scroll doux quand on clique sur les flèches */
  -webkit-overflow-scrolling: touch;
  /* inertie iOS */
  scroll-snap-type: x mandatory;
  /* On masque la scrollbar (optionnel) */
  scrollbar-width: none;
  /* Firefox */
}
.arrow-gallery::-webkit-scrollbar {
  display: none;
}
.arrow-gallery {
  /* Chrome/Safari */
  /* Chaque image (figure) devient une slide de largeur 100% */
}
.arrow-gallery .wp-block-image {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0 !important;
  /* WP met parfois des margins */
  width: 100% !important;
  /* WP met parfois calc(50%) */
  max-width: 100% !important;
  height: 15rem;
}
@media (min-width: 782px) {
  .arrow-gallery .wp-block-image {
    height: 25rem;
  }
}
.arrow-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablette : on peut montrer 2 images */
/* --- Boutons (injected par JS) --- */
.arrow-gallery-wrap {
  position: relative;
}

.arrow-gallery-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.arrow-gallery-btn--prev {
  left: -1rem;
}

.arrow-gallery-btn--next {
  right: -1rem;
}

.arrow-gallery-btn[disabled] {
  cursor: default;
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.wp-block-contact-form-7-contact-form-selector {
  background-color: #121212;
  color: #ffffff;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap input, .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap textarea {
  margin-top: 0.5rem;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  margin-left: 0 !important;
  border-color: #B08A4A !important;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit, .wp-block-contact-form-7-contact-form-selector button, .wp-block-contact-form-7-contact-form-selector input[type=submit] {
  background-color: #B08A4A;
  color: #121212;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit:hover, .wp-block-contact-form-7-contact-form-selector button:hover, .wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  background-color: #ffffff;
  color: #121212;
}
@media (max-width: 781.98px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px;
  }
}
@media (min-width: 782px) {
  .wp-block-contact-form-7-contact-form-selector {
    width: 100vw;
    margin-left: -5vw;
    padding: 5vw;
  }
  .wp-block-contact-form-7-contact-form-selector br {
    display: block !important;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.woocommerce form.woocommerce-ordering select.orderby {
  background-color: #F4F1EA;
}
.woocommerce form.woocommerce-ordering select.orderby:hover {
  cursor: pointer;
}
@media (max-width: 781.98px) {
  .woocommerce form.woocommerce-ordering select.orderby {
    margin-left: 30px;
  }
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 781.98px) {
  .woocommerce ul.products {
    flex-direction: column;
    align-items: center;
  }
  .woocommerce ul.products li.product {
    width: calc(100% - 60px) !important;
  }
}
.woocommerce ul.products li.product {
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: background-color ease 0.5s;
  transition: box-shadow ease 0.5s;
}
.woocommerce ul.products li.product:hover {
  background-color: #F4F1EA;
  box-shadow: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #B3131B;
  font-size: 1.2rem;
}
.woocommerce ul.products li.product .price {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  color: #121212;
  font-size: 1.1rem;
}
.woocommerce ul.products li.product .button {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #B3131B;
  color: #ffffff;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #121212;
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .wc-forward {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper img {
  max-height: min(50vh, 700px);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.woocommerce div.product .flex-control-thumbs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem !important;
}
.woocommerce div.product .flex-control-thumbs li {
  width: auto !important;
}
.woocommerce div.product .flex-control-thumbs li img {
  max-height: 4rem;
  width: auto;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce div.product .summary p.stock {
  color: #B3131B;
}
.woocommerce div.product button.single_add_to_cart_button.button.alt {
  text-transform: uppercase;
  font-weight: 400;
  background-color: #B3131B;
  color: #ffffff;
  border-radius: 0%;
  padding: 1rem;
}
.woocommerce div.product button.single_add_to_cart_button.button.alt:hover {
  background-color: #121212;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-top: 1rem;
  gap: 1rem;
  display: flex;
  margin-bottom: 0;
  overflow-x: overlay;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: none;
  background-color: #F4F1EA;
  transition: padding ease 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #121212;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #121212;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
  padding: 0 1.5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover a {
  color: #121212;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-top: none;
  padding: 2rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 781.98px) {
  .woocommerce div.product {
    margin-top: 10vh;
    padding: 30px;
  }
}
@media (max-width: 781.98px) {
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: -8vh;
    margin-top: 10vh;
  }
  .woocommerce-notices-wrapper .woocommerce-error li,
  .woocommerce-notices-wrapper .woocommerce-message li {
    display: flex;
  }
  .woocommerce-notices-wrapper .woocommerce-error li .button,
  .woocommerce-notices-wrapper .woocommerce-message li .button {
    text-align: center;
    line-height: 1.5rem;
  }
}
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
  text-transform: uppercase;
  font-weight: 400;
  background-color: #B3131B;
  color: #ffffff;
  border-radius: 0%;
  padding: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #121212;
  color: #ffffff;
}

@media (max-width: 781.98px) {
  body.woocommerce-page .entry-header {
    margin-top: calc(10vh + 20px);
    margin-left: 20px;
  }
}
@media (max-width: 781.98px) {
  .wp-block-woocommerce-cart.alignwide,
  .wp-block-woocommerce-checkout.alignwide {
    margin: 20px;
    width: auto;
  }
}

.woocommerce-order h2 {
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 2rem !important;
}
@media (max-width: 781.98px) {
  .woocommerce-order {
    margin: 20px;
  }
  .woocommerce-order .woocommerce-column--billing-address {
    margin-bottom: 2rem;
  }
}

@media (max-width: 781.98px) {
  body.woocommerce-account .woocommerce h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .woocommerce-MyAccount-content {
    margin: 20px;
    width: auto !important;
  }
}
.woocommerce-MyAccount-content h2 {
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
/* --------------------------------
    Bandeau info (au-dessus du header)
    -------------------------------- */
.bandeau-info {
  background-color: #B08A4A;
  color: #121212;
  text-align: center;
  padding: 8px 20px;
}
@media (min-width: 782px) {
  .bandeau-info {
    padding: 8px 28px;
  }
}
.bandeau-info__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bandeau-info p {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 781.98px) {
  .bandeau-info {
    margin-top: 10vh;
    margin-bottom: -10vh;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
header.site-header .main-title a {
  display: flex;
  font-family: "Bebas Neue", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400;
}
header.site-header .main-title a:before {
  content: "";
  display: block;
  -webkit-mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
header.site-header .main-navigation .inside-navigation .gp-header-cart {
  display: none;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu li.menu-item a {
  text-transform: uppercase;
  font-weight: 600;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu li.menu-item a:hover {
  color: #B3131B;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu li.menu-item a span.dropdown-menu-toggle .icon-arrow svg {
  fill: #B3131B;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu li.menu-item .sub-menu a {
  text-transform: none;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu > li.menu-item:last-child a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #B3131B;
}
header.site-header .main-navigation .inside-navigation .main-nav ul.menu > li.menu-item:last-child a:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #B3131B;
  transition: background-color 0.2s ease;
  -webkit-mask: url("assets/svg/cart.svg") no-repeat center/contain;
  mask: url("assets/svg/cart.svg") no-repeat center/contain;
}
@media (min-width: 782px) {
  header.site-header .main-navigation .inside-navigation .main-nav ul.menu > li.menu-item:last-child a:hover {
    color: #121212;
  }
  header.site-header .main-navigation .inside-navigation .main-nav ul.menu > li.menu-item:last-child a:hover:before {
    background-color: #121212;
  }
}
@media (max-width: 781.98px) {
  header.site-header {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 3;
    background-color: #121212;
    color: #ffffff;
  }
  header.site-header .inside-header {
    padding: 0 0 0 1.5rem;
    height: inherit;
  }
  header.site-header .inside-header .site-branding {
    height: 10vh;
    display: flex;
    align-items: center;
  }
  header.site-header .main-title a,
  header.site-header .main-title a:hover {
    color: #ffffff;
  }
  header.site-header .main-title a:before {
    background-color: #ffffff;
  }
  header.site-header .main-navigation,
  header.site-header .mobile-menu-control-wrapper .menu-toggle,
  header.site-header .mobile-menu-control-wrapper .menu-toggle:hover,
  header.site-header .mobile-menu-control-wrapper .menu-toggle:focus,
  header.site-header .has-inline-mobile-toggle #site-navigation.toggled,
  header.site-header .main-navigation .main-nav ul li a,
  header.site-header header.site-header .main-navigation .menu-toggle,
  header.site-header header.site-header .main-navigation .menu-bar-items button.menu-toggle:hover,
  header.site-header header.site-header button.menu-toggle:focus {
    background-color: #121212;
  }
  header.site-header .main-navigation .main-nav ul li a,
  header.site-header .main-navigation .menu-toggle,
  header.site-header .main-navigation .menu-bar-items button.menu-toggle:hover,
  header.site-header button.menu-toggle:focus {
    color: #ffffff;
  }
  header.site-header {
    /* 1) On empêche le thème de faire display:none (sinon pas d'anim à la fermeture) */
  }
  header.site-header #site-navigation .main-nav {
    display: block !important;
  }
  header.site-header {
    /* 2) État fermé */
  }
  header.site-header #site-navigation .main-nav {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  }
  header.site-header {
    /* 3) État ouvert */
  }
  header.site-header #site-navigation.toggled .main-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  }
  header.site-header {
    /* Sous-menus : on empêche le display:none qui tue l'anim à la fermeture */
  }
  header.site-header #site-navigation .main-nav ul.sub-menu {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.25s;
  }
  header.site-header {
    /* Ouvert quand GP ajoute .toggled-on */
  }
  header.site-header #site-navigation .main-nav ul.sub-menu.toggled-on {
    max-height: 600px;
    /* ajuste si ton sous-menu est plus long */
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.35s ease, opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s, visibility 0s;
  }
  header.site-header .main-navigation.toggled .main-nav ul ul {
    border-bottom: 0px;
  }
}

@media (min-width: 782px) {
  .main-title a:before {
    background-color: #B3131B;
  }
  .inside-header {
    padding: 0;
    height: 10vh;
  }
  .inside-header .main-navigation .inside-navigation .main-nav ul.menu {
    gap: 2vw;
  }
}
/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.site-footer .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.site-footer .wp-block-column:first-child .wp-block-image {
  width: 8rem;
}
.site-footer .widget.widget_nav_menu ul li {
  margin-bottom: 0.3rem;
}
.site-footer .widget.widget_nav_menu ul li a {
  text-decoration: none;
}
.site-footer p:has(+ .widget_nav_menu) {
  margin-bottom: 0.5rem;
}
.site-footer .wp-block-button a {
  background-color: #B3131B;
  color: #ffffff;
}
.site-footer .wp-block-button a:hover {
  background-color: #121212;
}
.site-footer .inside-site-info {
  padding: 0;
}
@media (max-width: 781.98px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .wp-block-buttons {
    justify-content: center;
  }
}
@media (min-width: 782px) {
  .site-footer {
    justify-content: center;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.hero {
  background-color: #121212;
  color: #ffffff;
}
.hero h1 .is-accent {
  color: #B08A4A;
}
.hero .wp-block-buttons .wp-block-button:first-child a {
  background-color: #ffffff;
  color: #121212;
}
.hero .wp-block-buttons .wp-block-button:first-child a:hover {
  background-color: #B08A4A;
}
.hero .wp-block-buttons .wp-block-button:last-child a {
  background-color: #B08A4A;
  color: #121212;
}
.hero .wp-block-buttons .wp-block-button:last-child a:hover {
  background-color: #ffffff;
}
@media (max-width: 781.98px) {
  .hero {
    height: 90vh;
    margin-top: 10vh;
  }
  .hero .wp-block-group__inner-container {
    position: relative;
    height: 100%;
    display: flex;
  }
  .hero .wp-block-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 90vh;
    width: 100vw;
  }
  .hero .wp-block-image::after {
    content: "";
    position: absolute;
    inset: 0;
    /* top/right/bottom/left: 0 */
    background: rgba(0, 0, 0, 0.5);
    /* noir à 50% */
  }
  .hero .wp-block-image img {
    height: inherit;
    object-fit: cover;
    width: 100%;
  }
  .hero .wp-block-column:last-child {
    z-index: 1;
    text-align: center;
  }
  .hero h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero h1:after {
    content: "";
    display: block;
    -webkit-mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
    mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #ffffff;
  }
  .hero p {
    font-weight: 600;
  }
  .hero .wp-block-buttons {
    flex-direction: column;
  }
}
@media (min-width: 782px) {
  .hero {
    width: 100vw;
    margin-left: -5vw;
    height: 80vh;
    margin-bottom: 10vh !important;
  }
  .hero .wp-block-image img {
    height: 80vh;
    object-fit: cover;
    width: 30vw;
  }
  .hero .wp-block-column:last-child {
    padding-top: 4rem;
    padding-right: 5vw;
  }
  .hero h1 {
    display: flex;
    flex-direction: column;
  }
  .hero h1 span.is-accent {
    margin-top: -1rem;
  }
  .hero p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .hero .wp-block-column:last-child {
    padding-top: 6rem;
    padding-right: 15vw;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.entete-a .is-accent {
  color: #B3131B;
}
.entete-a h1 {
  font-size: clamp(2rem, 1.4545454545rem + 2.7272727273vw, 3.5rem);
}
@media (max-width: 781.98px) {
  .entete-a {
    margin-top: 10vh;
  }
  .entete-a h1 {
    margin-bottom: 0;
  }
  .entete-a .wp-block-group__inner-container {
    padding: 30px;
  }
  .entete-a.taxo-product p {
    display: none;
  }
}
.entete-a p {
  margin-bottom: 0;
}
.entete-a .wp-block-buttons {
  margin-top: 1rem;
}
.entete-a .wp-block-buttons .wp-block-button:first-child a {
  background-color: #B3131B;
}
.entete-a .wp-block-buttons .wp-block-button:first-child a:hover {
  background-color: #121212;
}
.entete-a .wp-block-buttons .wp-block-button:nth-child(2) a {
  background-color: #B08A4A;
  color: #121212;
}
.entete-a .wp-block-buttons .wp-block-button:nth-child(2) a:hover {
  background-color: #B3131B;
  color: #ffffff;
}
.entete-a .wp-block-buttons .wp-block-button:last-child a {
  background-color: #121212;
}
.entete-a .wp-block-buttons .wp-block-button:last-child a:hover {
  background-color: #B3131B;
}
@media (min-width: 782px) {
  .entete-a .wp-block-group__inner-container {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .entete-a h1 {
    display: flex;
    flex-direction: column;
  }
  .entete-a h1 .is-accent {
    margin-left: 10vw;
    margin-top: -1.5rem;
    z-index: 2;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.info-a h2 {
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}
.info-a br {
  display: block !important;
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-01-a h2, .s-01-c h2, .s-01-b h2 {
  display: flex;
  flex-direction: column;
}
.s-01-a p.is-accent, .s-01-c p.is-accent, .s-01-b p.is-accent {
  text-align: center;
  color: #B3131B;
}
.s-01-a p.is-accent:after, .s-01-c p.is-accent:after, .s-01-b p.is-accent:after {
  content: "";
  display: block;
  -webkit-mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  background-color: #B3131B;
  width: 2.8rem;
  height: 2.8rem;
}
.s-01-a p.is-accent, .s-01-c p.is-accent, .s-01-b p.is-accent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.s-01-a .wp-block-buttons, .s-01-c .wp-block-buttons, .s-01-b .wp-block-buttons {
  justify-content: center;
}
.s-01-a .wp-block-buttons .wp-block-button a, .s-01-c .wp-block-buttons .wp-block-button a, .s-01-b .wp-block-buttons .wp-block-button a {
  background-color: #B3131B;
  color: #ffffff;
}
.s-01-a .wp-block-buttons .wp-block-button a:hover, .s-01-c .wp-block-buttons .wp-block-button a:hover, .s-01-b .wp-block-buttons .wp-block-button a:hover {
  background-color: #121212;
}
@media (min-width: 782px) {
  .s-01-a .wp-block-column:first-child, .s-01-c .wp-block-column:first-child, .s-01-b .wp-block-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .s-01-a .wp-block-column:last-child, .s-01-c .wp-block-column:last-child, .s-01-b .wp-block-column:last-child {
    margin-right: -5vw;
  }
}

.s-01-a:has(+ .s-02-a), .s-01-c:has(+ .s-02-a), .s-01-b:has(+ .s-02-a) {
  margin-bottom: -3rem !important;
  z-index: 2;
  position: relative;
}
@media (min-width: 782px) {
  .s-01-a:has(+ .s-02-a), .s-01-c:has(+ .s-02-a), .s-01-b:has(+ .s-02-a) {
    margin-bottom: -9rem !important;
  }
}

.s-01-b {
  background-color: #121212;
  color: #ffffff;
}
.s-01-b p.is-accent {
  color: #ffffff;
}
.s-01-b p.is-accent:after {
  background-color: #B3131B;
}
.s-01-b .wp-block-buttons .wp-block-button a:hover {
  background-color: #ffffff;
  color: #B3131B;
}
@media (min-width: 782px) {
  .s-01-b {
    width: 100vw;
    margin-left: -5vw;
  }
  .s-01-b .wp-block-group__inner-container {
    padding-top: 0 !important;
  }
  .s-01-b .wp-block-column:last-child {
    margin-top: -15vh;
  }
  .s-01-b .wp-block-image img {
    height: 80vh;
    object-fit: cover;
    width: 30vw;
  }
}

.s-01-c .is-accent {
  color: #B08A4A;
}
.s-01-c details summary {
  color: #B08A4A;
}
@media (max-width: 781.98px) {
  .s-01-c:has(+ .s-06-c) {
    margin-bottom: -6rem !important;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-02-a .wp-block-group__inner-container, .s-02-b .wp-block-group__inner-container, .s-02-c .wp-block-group__inner-container {
  padding: 0;
}
.s-02-a h2 .is-accent, .s-02-b h2 .is-accent, .s-02-c h2 .is-accent {
  color: #B08A4A;
}
.s-02-a h2, .s-02-b h2, .s-02-c h2 {
  display: flex;
  flex-direction: column;
}
.s-02-a details, .s-02-b details, .s-02-c details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.s-02-a details summary, .s-02-b details summary, .s-02-c details summary {
  color: #B08A4A;
}
.s-02-a .wp-block-buttons .wp-block-button a, .s-02-b .wp-block-buttons .wp-block-button a, .s-02-c .wp-block-buttons .wp-block-button a {
  background-color: #B08A4A;
  color: #121212;
}
.s-02-a .wp-block-buttons .wp-block-button a:hover, .s-02-b .wp-block-buttons .wp-block-button a:hover, .s-02-c .wp-block-buttons .wp-block-button a:hover {
  background-color: #ffffff;
}
@media (max-width: 781.98px) {
  .s-02-a .wp-block-cover > span, .s-02-b .wp-block-cover > span, .s-02-c .wp-block-cover > span {
    display: none;
  }
  .s-02-a .wp-block-cover__inner-container, .s-02-b .wp-block-cover__inner-container, .s-02-c .wp-block-cover__inner-container {
    background-color: rgba(18, 18, 18, 0.7);
    padding: 2rem;
    margin: 3rem 1rem;
  }
  .s-02-a h2 .is-accent, .s-02-b h2 .is-accent, .s-02-c h2 .is-accent {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 782px) {
  .s-02-a .wp-block-group__inner-container, .s-02-b .wp-block-group__inner-container, .s-02-c .wp-block-group__inner-container {
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: -5vw;
  }
  .s-02-a .wp-block-cover__inner-container, .s-02-b .wp-block-cover__inner-container, .s-02-c .wp-block-cover__inner-container {
    padding: 5vw;
    padding-left: 50vw;
  }
  .s-02-a h2, .s-02-b h2, .s-02-c h2 {
    gap: 0.5rem;
  }
}

.s-02-b .wp-block-group__inner-container, .s-02-c .wp-block-group__inner-container {
  padding: 0 !important;
}

@media (min-width: 782px) {
  .s-02-c .wp-block-cover__inner-container {
    padding-left: 25vw;
    padding-right: 25vw;
  }
}
.s-02-c h2 {
  gap: 0;
}
.s-02-c h2 span.is-accent {
  color: #ffffff;
}
.s-02-c details {
  align-items: center;
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-03-a h2 {
  display: flex;
  flex-direction: column;
}
.s-03-a h2 span {
  text-align: right;
  color: #B3131B;
}
.s-03-a details {
  margin-bottom: 1rem;
}
.s-03-a .wp-block-buttons .wp-block-button a {
  background-color: #B3131B;
  color: #ffffff;
}
.s-03-a .wp-block-buttons .wp-block-button a:hover {
  background-color: #B08A4A;
  color: #121212;
}
.s-03-a .arrow-gallery-btn:not([disabled]) {
  background-color: #B3131B;
}
.s-03-a .arrow-gallery-btn:not([disabled]):hover {
  background-color: #B08A4A;
  color: #121212;
}
.s-03-a .arrow-gallery-btn[disabled] {
  background-color: #121212;
}
@media (min-width: 782px) {
  .s-03-a .wp-block-column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-04-a {
  background-color: #121212;
  color: #ffffff;
}
.s-04-a h2 .is-main-title {
  font-size: clamp(3rem, 2.8181818182rem + 0.9090909091vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-04-a h2 .is-main-title:after {
  content: "";
  display: block;
  -webkit-mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  background-color: #B3131B;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 0.5rem;
}
.s-04-a h2 .is-subtitle {
  display: inline-block;
  font-size: clamp(1.4rem, 1.2545454545rem + 0.7272727273vw, 1.8rem);
}
.s-04-a details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.s-04-a .wp-block-buttons .wp-block-button a {
  background-color: #ffffff;
  color: #B3131B;
}
.s-04-a .wp-block-buttons .wp-block-button a:hover {
  background-color: #B3131B;
  color: #ffffff;
}
@media (max-width: 781.98px) {
  .s-04-a h2 .is-subtitle {
    width: 80%;
  }
  .s-04-a .wp-block-column:last-child {
    margin-bottom: -5rem;
  }
  .s-04-a {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 782px) {
  .s-04-a {
    width: 100vw;
    margin-left: -5vw;
  }
  .s-04-a .wp-block-columns .wp-block-column:first-child {
    order: 2;
  }
  .s-04-a .wp-block-columns .wp-block-column:last-child {
    margin-left: -5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.s-03-a + .s-04-a {
  /* styles appliqués à s-04-a */
}
@media (max-width: 781.98px) {
  .s-03-a + .s-04-a {
    margin-top: -8rem;
    padding-top: 6rem;
  }
}

@media (max-width: 781.98px) {
  .s-01-c + .s-04-a {
    margin-top: -6rem;
    padding-top: 4rem;
  }
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-05-a h2, .s-05-b h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-05-a h2 .is-accent, .s-05-b h2 .is-accent {
  color: #B08A4A;
}
.s-05-a details, .s-05-b details {
  margin-bottom: 1rem;
}
.s-05-a details summary, .s-05-b details summary {
  color: #B08A4A;
}
.s-05-a .arrow-gallery-btn:not([disabled]), .s-05-b .arrow-gallery-btn:not([disabled]) {
  background-color: #B08A4A;
  color: #121212;
}
.s-05-a .arrow-gallery-btn:not([disabled]):hover, .s-05-b .arrow-gallery-btn:not([disabled]):hover {
  background-color: #F4F1EA;
}
.s-05-a .arrow-gallery-btn[disabled], .s-05-b .arrow-gallery-btn[disabled] {
  background-color: #121212;
  color: #ffffff;
}
@media (max-width: 781.98px) {
  .s-05-a .arrow-gallery, .s-05-b .arrow-gallery {
    margin-top: -2rem;
  }
}
@media (min-width: 782px) {
  .s-05-a .wp-block-column:last-child, .s-05-b .wp-block-column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.s-05-b {
  background-color: #121212;
  color: #ffffff;
}
.s-05-b details {
  margin-bottom: 1rem;
}
@media (max-width: 781.98px) {
  .s-05-b .arrow-gallery {
    margin-top: 2rem;
  }
  .s-05-b .wp-block-columns {
    margin-bottom: 0;
  }
}
@media (min-width: 782px) {
  .s-05-b {
    width: 100vw;
    margin-left: -5vw;
  }
}
.s-05-b h2 {
  gap: 0;
}
.s-05-b h2 span.is-accent {
  margin-left: auto;
  margin-top: -1rem;
  margin-right: 10vw;
}
.s-05-b .arrow-gallery-btn:not([disabled]):hover {
  background-color: #B3131B;
  color: #121212;
}
.s-05-b .arrow-gallery-btn[disabled] {
  background-color: #ffffff;
  color: #121212;
}

/*
 Theme Name: Criollos Knives Child
 Theme URI: https://www.criollos-knives.com/
 Description: Child theme GeneratePress pour Criollos Knives.
 Author: Ton nom
 Author URI: https://www.criollos-knives.com/
 Template: generatepress
 Version: 1.0.0
 Text Domain: criollos-knives-child
*/
/* Imports SCSS */
.s-06-a, .s-06-c, .s-06-b {
  background-color: #121212;
  color: #ffffff;
}
.s-06-a h2, .s-06-c h2, .s-06-b h2 {
  font-size: clamp(1.6rem, 1.3454545455rem + 1.2727272727vw, 2.3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-06-a h2:after, .s-06-c h2:after, .s-06-b h2:after {
  content: "";
  display: block;
  -webkit-mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  mask: url("assets/svg/cuchillos-criollos.svg") no-repeat center/contain;
  background-color: #B3131B;
}
.s-06-a .wp-block-buttons .wp-block-button a, .s-06-c .wp-block-buttons .wp-block-button a, .s-06-b .wp-block-buttons .wp-block-button a {
  background-color: #B3131B;
  color: #ffffff;
}
.s-06-a .wp-block-buttons .wp-block-button a:hover, .s-06-c .wp-block-buttons .wp-block-button a:hover, .s-06-b .wp-block-buttons .wp-block-button a:hover {
  background-color: #ffffff;
  color: #B3131B;
}
@media (max-width: 781.98px) {
  .s-06-a h2:after, .s-06-c h2:after, .s-06-b h2:after {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 782px) {
  .s-06-a, .s-06-c, .s-06-b {
    width: 100vw;
    margin-left: -5vw;
  }
  .s-06-a h2, .s-06-c h2, .s-06-b h2 {
    isolation: isolate;
  }
  .s-06-a h2:after, .s-06-c h2:after, .s-06-b h2:after {
    width: 5rem;
    height: 5rem;
    margin-top: -10vh;
    z-index: -1;
  }
}

.s-05-a + .s-06-a, .s-05-a + .s-06-c, .s-05-a + .s-06-b {
  /* styles appliqués à s-06-a */
}
@media (max-width: 781.98px) {
  .s-05-a + .s-06-a, .s-05-a + .s-06-c, .s-05-a + .s-06-b {
    margin-top: -8rem;
    padding-top: 6rem;
  }
}

.s-06-b {
  background-color: #ffffff;
  color: #121212;
}
.s-06-b h2:after {
  background-color: #B08A4A;
}
.s-06-b ul.lista-pilares {
  list-style: none;
  text-align: center;
  margin-left: 0;
}
@media (min-width: 782px) {
  .s-06-b ul.lista-pilares {
    display: flex;
    gap: 4rem;
  }
}
.s-06-b ul.lista-pilares li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-06-b ul.lista-pilares li:before {
  content: "";
  display: block;
  background-color: #B3131B;
  height: 5rem;
  width: 5rem;
}
.s-06-b ul.lista-pilares li.tradicion-criolla:before {
  -webkit-mask: url("assets/svg/mate-cranio.svg") no-repeat center/contain;
  mask: url("assets/svg/mate-cranio.svg") no-repeat center/contain;
  height: 4rem;
  width: 4rem;
}
.s-06-b ul.lista-pilares li.funcionalidad:before {
  -webkit-mask: url("assets/svg/camping.svg") no-repeat center/contain;
  mask: url("assets/svg/camping.svg") no-repeat center/contain;
}
.s-06-b ul.lista-pilares li.procesos:before {
  -webkit-mask: url("assets/svg/junque.svg") no-repeat center/contain;
  mask: url("assets/svg/junque.svg") no-repeat center/contain;
}
.s-06-b ul.lista-pilares li strong {
  font-family: "Caveat", cursive;
  color: #B3131B;
  font-size: 1.8rem;
}
.s-06-b .wp-block-buttons .wp-block-button a {
  background-color: #B08A4A;
  color: #121212;
}
.s-06-b .wp-block-buttons .wp-block-button a:hover {
  background-color: #121212;
  color: #ffffff;
}

.s-06-c .wp-block-buttons .wp-block-button:nth-child(2) a {
  background-color: #B08A4A;
  color: #121212;
}
.s-06-c .wp-block-buttons .wp-block-button:nth-child(2) a:hover {
  background-color: #ffffff;
}
.s-06-c .wp-block-buttons .wp-block-button:last-child a {
  background-color: #ffffff;
  color: #121212;
}
.s-06-c .wp-block-buttons .wp-block-button:last-child a:hover {
  background-color: #B08A4A;
}

@media (max-width: 781.98px) {
  .s-01-c + .s-06-c {
    padding-top: 4rem;
  }
}

/*# sourceMappingURL=style.css.map */
