/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.user-info {
    display: none;
    position: absolute;
    right: 59px;
    top: 36px;
    background-color: #fff;
    padding: 10px;
    width: 300px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    z-index: 5;
    box-shadow: 1px 1px 4px rgba(0,0,0,.8)
}

@media (max-width: 768px) {
    .user-info {
        padding-top:9px;
        width: 100vw;
        right: 0
    }
}

.user-info>* {
    font-size: .8rem
}

.user-info a,.user-info a:visited,.user-info a:hover {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

.user-info a span,.user-info a:visited span,.user-info a:hover span {
    display: none
}

.user-info a i,.user-info a:visited i,.user-info a:hover i {
    color: #b0b0b0;
    display: inline-block
}

.user-info .account,.user-info .login,.user-info .logout {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 2px;
    color:black;
}

@media (max-width: 768px) {
    .user-info .account,.user-info .login,.user-info .logout {
        margin:0 10px
    }
}

.user-info>span {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
    padding: 4px 15px;
    border-radius: 2px;
    color: #b0b0b0
}
#index .products>article {
    min-width: 25%;
}
@media (max-width: 768px) {
    .user-info>span {
        display:none
    }
    #index .products>article {
	    min-width: 50%;
	    width: 50%;
	}
}

.user-info .logout::before {
    color: #b0b0b0
}
@media (min-width: 768px) {
    .user-info a,.user-info a:visited,.user-info a:hover {
        display:inline-block
    }

    .user-info a span,.user-info a:visited span,.user-info a:hover span {
        display: inline-block
    }

    .user-info a i,.user-info a:visited i,.user-info a:hover i {
        display: inline-block
    }
}

#index .djv-featured-products .djv-featured-products-title{
    display: block;
    clear: both;
}
.djv-home-static-blocks{ clear: both;}

#category-description a {color: #cd7f03;}
.textoSeo a {color: #cd7f03;}
.post-content a{color: #cd7f03;}

/** HOME CATEGORIES MOBILE STYLES **/
.djv-home-categories-mobile .djv-home-categories-title {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding: 10px 0 15px 5px;
    border-bottom: 1px dashed #666;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.djv-home-categories-mobile .djv-home-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 12px;
}
.djv-home-categories-mobile .djv-home-category-mobile img {
    margin: 0 auto 3px;
    display: block;
}
.djv-home-categories-mobile .djv-home-category-mobile .djv-home-category-mobile__title {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #0B8662;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .djv-home-categories-mobile {
        display: block !important;
    }
}


/* ==========================================================================
   ESTILOS EXCLUSIVOS PARA CONTENIDO INFERIOR SEO (Calzados Cómodos)
   ========================================================================== */

.paragraph_featured.cc-seo-content h2 {
  font-size: 25px !important;
  font-weight: 400 !important;
  color: #000 !important;
  line-height: 1.3 !important;
  margin-top: 32px;
  margin-bottom: 14px;
}

.paragraph_featured.cc-seo-content h3 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.35 !important;
  margin-top: 20px;
  margin-bottom: 8px;
}

/* TABLA REUTILIZABLE (Solo en bloque SEO) */
.paragraph_featured.cc-seo-content .cc-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
}

.paragraph_featured.cc-seo-content .cc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #fff;
  border: 1px solid #ddd;
}

.paragraph_featured.cc-seo-content .cc-table th {
  background: #1D754D;
  color: #fff;
  text-align: left;
  padding: 12px;
  font-weight: 600;
  border: 1px solid #1D754D;
}

.paragraph_featured.cc-seo-content .cc-table td {
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.paragraph_featured.cc-seo-content .cc-table tr:nth-child(even) {
  background: #f7f7f7;
}

/* FAQ ACORDEÓN REUTILIZABLE (Solo en bloque SEO) */
.paragraph_featured.cc-seo-content .cc-faq-simple details {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e5e5e5;
}

.paragraph_featured.cc-seo-content .cc-faq-simple summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 !important;
}

.paragraph_featured.cc-seo-content .cc-faq-simple summary::-webkit-details-marker {
  display: none;
}

.paragraph_featured.cc-seo-content .cc-faq-simple summary::before {
  content: "›";
  color: #1D754D;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

.paragraph_featured.cc-seo-content .cc-faq-simple details[open] summary::before {
  transform: rotate(90deg);
}

.paragraph_featured.cc-seo-content .cc-faq-simple summary h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  color: #333 !important;
  line-height: 1.25 !important;
}

.paragraph_featured.cc-seo-content .cc-faq-simple details p {
  margin: 4px 0 16px 30px !important;
  padding: 0 !important;
}



/* =========================================
   ESTILOS PARA LA SECCIÓN DE VERANO
   ========================================= */

/* --- BOTONES Y SEPARADORES --- */
.boton-bronce {
  background-color: #cd7f03;
  border: 1px solid #cd7f03;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.boton-bronce a {
  color: white !important;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  transition: color 0.3s ease;
}

.boton-bronce:hover {
  background-color: white;
}

.boton-bronce:hover a {
  color: #cd7f03 !important;
}

hr.separador-bronce {
  background-color: #cd7f03; 
  height: 1px; 
  border: none;
  margin: 1rem 0;
}

/* --- CONTENEDOR GENERAL DEL CARRUSEL --- */
.product-carousel {
  position: relative;
  overflow: hidden;
  margin: 1.5rem 0;
}

/* LISTA DE PRODUCTOS COMO FILA FLEX */
.product-carousel .products {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 0.5rem 0 1rem;
  transition: transform 0.5s ease;
}

/* CADA PRODUCTO COMO "SLIDE" DEL CARRUSEL */
.product-carousel .product-miniature {
  flex: 0 0 25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.product-carousel .product-miniature .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE CARRUSEL */
@media (max-width: 1024px) { .product-carousel .product-miniature { flex: 0 0 33.3333%; } }
@media (max-width: 768px) { .product-carousel .product-miniature { flex: 0 0 50%; } }
@media (max-width: 480px) { .product-carousel .product-miniature { flex: 0 0 80%; } }

/* FLECHAS MODERNAS CUADRADAS CON ANIMACIÓN SUAVE */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #cd7f03;
  color: white;
  border: none;
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
}

.carousel-arrow:hover {
  background: #a86a02;
  transform: translateY(-50%) scale(1.15);
}

.carousel-arrow.left { left: 5px; }
.carousel-arrow.right { right: 5px; }
.carousel-arrow.hidden { display: none; }

/* --- SECCIÓN DE PREGUNTAS FRECUENTES (FAQ) --- */
.faq-section {
  max-width: 1200px;
  margin: 1rem auto 2rem auto;
  padding: 0 1.5rem;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.faq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question .arrow {
  margin-right: 1rem;
  font-size: 18px;
  color: #cd7f03;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-question h4 {
  margin: 0;
  font-weight: 500;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-left: 2rem;
  padding-top: 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 0.5rem;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}