/*
Theme Name:     Afan Grafico Child Theme
Theme URI:      https://afangrafico.com
Template:       kadence
Author:         AfÃƒÆ’Ã‚Â¡n GrÃƒÆ’Ã‚Â¡fico
Author URI:     https://afangrafico.com
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.single-content p {
    margin-bottom: 15px
}

.transparent-header .site-main-header-inner-wrap {
    border-bottom: 1px solid var(--global-palette7);
}

.site-main-header-inner-wrap {
    border-bottom: 1px solid var(--global-palette3);
}

.single-product .site-main-header-inner-wrap {
    border-bottom: 1px solid var(--global-palette1);
}

.item-is-stuck .site-main-header-inner-wrap {
    border-bottom: 0;
}

/* Menu mobile */

.mobile-navigation a {
    padding: 0 20px 0 0;;
}

.mobile-navigation ul li a {
    padding-bottom: 8px;
}

.mobile-navigation ul ul {
        padding-top: 10px;
    padding-left: 0px;
        padding: 10px 0 25px 0;
}

.mobile-navigation .sub-menu li > a {
    font-size: 20px!important;
    font-family: 'Arsenal SC';
    letter-spacing: 1.6px;
    text-transform: lowercase;
    border-bottom: 0!important;
    padding-top: 8px!important;
}

.gtranslate_wrapper a:first-child {
  margin-right: 15px;
}

/* Animacion flecha */

.flecha-hero {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: bounceY 1.8s ease-in-out infinite;
}

/* AnimaciÃƒÂ³n vertical */
@keyframes bounceY{
  0%   { transform: translate(-50%, 0); }
  50%  { transform: translate(-50%, -12px); }
  100% { transform: translate(-50%, 0); }
}

@media (max-width: 767px) {
  .flecha-hero {
    bottom: 50px;
  }
}


/* Producto single */

.single-product .site-main {
    padding-top: 50px;
}

.woocommerce div.product .button.single_add_to_cart_button {
    text-transform: lowercase;
    padding: 0 20px 45px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 0 0;
}

.woocommerce .quantity .qty {
    height: 45px;
}


/* Checkout */

.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}

.woocommerce-order {
    padding-top: 30px;
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 270px!important;
    text-transform: lowercase;
    padding: 0!important;
}

.woocommerce-checkout .wc-block-components-button:not(.is-link) {
    min-height: 55px!important;
}

/*Boton whatsapp*/

.boton-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.boton-whatsapp img {
    width: 30px;
    height: 30px;
}

.boton-whatsapp:hover {
    transform: scale(1.1);
}

/* Papeleria */

.page-id-1414 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1544 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1626 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1642 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1645 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1650 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1654 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1660 .site-main-header-wrap .site-header-row-container-inner,
.page-id-1666 .site-main-header-wrap .site-header-row-container-inner {
    background: var(--global-palette8);
}

.papeleria-foto-intro {
  max-width: 275px;
  margin: auto;
}


@media (max-width: 1024px) {
  .flecha-hero {
    display: none;
  }
}

/* Galerias */

.splide__pagination {
  bottom: -60px!important;
}

@media (max-width: 767px) {
  .splide__pagination {
  bottom: -40px!important;
}
}

/* intros pantalla muy grande */

@media (min-width: 1800px) {
  .home-hero .kt-row-column-wrap {
    min-height: 65vh!important;
  }
  
  .intro-pag-grande > .kt-row-column-wrap {
    min-height: 35vh!important;
  }
}

/* Pagina de categoria */

.product-archive-hero-section .entry-hero-container-inner {
  padding-top: 74px;
  padding-bottom: 42px;
}

.tax-product_cat .site-container .site-main {
  padding-top: 50px;
}

.archive-description {
  max-width: 1000px;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Arsenal SC';
    letter-spacing: 2px;
}

@media (max-width: 767px) {

  .product-archive-hero-section .entry-hero-container-inner {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

/* Forzar imágenes de tienda/categoría a formato 1:1 */
.woocommerce ul.products li.product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

  



