.header-style-1 .search-style-2 form {
  background-color: #fff;
  border: 1px solid rgba(var(--color-brand-rgb),.4);
  border-radius: 5px;
  max-width: 550px;
}

.header-style-1 .main-categories-wrap > a.categories-button-active {
  border-radius: 5px;
  font-family: var(--font-heading),sans-serif;
  font-size: 14px;
  line-height: 44px;
  padding: 0 20px;
} 

.card-1 {
  background: #f7e8de;
  border: 1px solid #f7e8de;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 40px 30px 25px;
  position: relative;
  text-align: center;
  transition: .2s;
}

@media only screen and (max-width: 480px) {
  .hero-slider-1 .single-hero-slider .display-2 {
   font-size: 40px;
  } 
  
::selection {
  background: var(--color-brand);
  color: #fff;
}
  
::selection {
  background: var(--color-brand);
  color: #fff;
  }
}

@media only screen and (max-width: 480px) {
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-slider-1 .single-hero-slider .display-2 {
    font-size: 46px;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  .mb-10 {
    font-size: 25px !important;
  }
}

.tags-list li a {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.05);
  display: inline-block;
  font-family: var(--font-heading),sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 20px;
}

.single-hero-slider {
    position: relative;
    z-index: 0;
}

.single-hero-slider::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-slider-1 .slider-content {
    position: relative;
    z-index: 2;
}

.hero-slider-1 .slider-content h1,
.hero-slider-1 .slider-content p {
    color: #FFF !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

main#main-section .single-page .single-content ul.bb-social-sharing {
  margin: 0;
  padding: 0;
}

.entry-bottom-blog {
  align-items: center;
  border-top: 1px solid #ececec;
  display: unset;
  justify-content: space-between;
  padding-top: 20px;
}

.mb-40-s {
  margin-bottom: 5px !important;
}

.btn-outline-primary {
  color: #f7959d;
  border-color: #f7959d;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #f7959d;
  color: #fff;
  border-color: #f7959d;
}

/* === Estilos para [category-tabs] === */
.custom-tabs-wrapper {
  padding-top: 40px;
  margin-bottom: 40px;
}

/* Aplica padding horizontal igual que el resto del sitio */
.custom-tabs-wrapper > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.custom-tabs-wrapper .section-title.style-1 {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 0;
}

/* Menú de pestañas tipo texto */
.category-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav li {
  margin-right: 25px;
  position: relative;
}

.category-nav a {
  color: var(--color-heading);
  display: inline-block;
  font-family: var(--font-heading), sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.category-nav li.active a,
.category-nav a:hover {
  color: #f7959d;
}

.category-nav li.active a::after,
.category-nav a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #f7959d;
  transition: width 0.3s ease;
}

/* Contenido de cada categoría */
.tab-content {
  margin-bottom: 30px;
}

/* Botón Ver más */
.tab-pane .btn-outline-primary {
  margin-top: -40px;
}

/* Responsive (mismo padding horizontal en mobile) */
@media (max-width: 767px) {
  .tab-content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .category-nav {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

/* Botón Ver más */
.tab-pane .btn-outline-primary {
  margin-top: -40px !important;
}
  }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 768px) {
  .footer-mobile .menu--footer li a span {
    color: #000;
    font-size: 12px !important;
}
  
.newsletter .newsletter-inner img {
  bottom: 0;
  max-width: 110%;
  position: absolute;
  right: -90px;
  opacity: 0.70;
}
  
.newsletter .newsletter-inner .newsletter-content p {
    font-size: 14px;
    margin-bottom: 25px !important;
    position: relative;
    z-index: 1;
}

h1 {
  font-size: 34px !important;
}
 }

h1 {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .mb-sm-15, .section-title {
    margin-bottom: 15px;
    text-align: left !important;
  }
  
  .logo-gosmay {
   margin-bottom: 80px;
   margin-top: -20px;
   max-width: 80px;
}
 }

.logo-gosmay {
  max-width: 80px;
}

#whatsapp-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}

#whatsapp-float {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}

#whatsapp-float:hover {
    transform: scale(1.1);
}

#whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
}

#close-whatsapp {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #f7959d;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
}

@media (max-width: 767px) {
    #whatsapp-container {
        bottom: 70px;
    }
}

html, body {
  overflow-x: hidden !important;
}

body {
  position: relative;
}

.btn-consultar {
  background-color: #feeaeb !important;
  color: #f7959d !important;
  border-color: #fff;
}

.btn-consultar:hover {
  background-color: var(--color-brand) !important;
  box-shadow: 5px 5px 15px rgba(0,0,0,.05) !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
}

@media (max-width: 480px) {
    .add-cart .action-btn,
    .btn-consultar {
        font-size: 13px !important;
        padding: 10px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
        border-radius: 6px !important;
        line-height: 1.2 !important;
        min-height: 40px !important;
        margin-top: 10px !important;
    }

    .add-cart .action-btn i,
    .btn-consultar i {
        margin-right: 6px !important;
        font-size: 15px !important;
    }

    .add-cart .action-btn span,
    .btn-consultar span {
        font-size: 13px !important;
        display: inline-block;
        line-height: 1 !important;
    }

    /* 🔧 Asegura que el precio siempre aparezca incluso con solo_exhibicion */
    .product-item .product-info .product-price {
        display: block !important;
        margin-top: 6px !important;
    }

/* Añade espacio inferior si hay botón Consultar */
.product-item .add-cart {
        margin-top: 10px !important;
    }
}

.breadcrumb {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.btn-consultar-solo-producto {
    background-color: #f7959d !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    text-align: center;
    transition: 0.3s ease;
}

.btn-consultar-solo-producto:hover {
    background-color: var(--color-brand-dark) !important;
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 480px) {
    .btn-consultar-solo-producto {
        width: 100%;
        font-size: 13px;
        padding: 12px 18px;
    }
}

.shop-filter-toggle.is-filtering .title::after {
  background: #f74b81;
  border-radius: 50%;
  content: " ";
  height: 4px;
  position: absolute;
  top: 15%;
  width: 4px;
}

.post-title {
  font-size: 20px !important;
}

/* Reducir tamaño de imágenes del blog en la home */
.featured-news .post-item .post-thumbnail img,
.shortcode-featured-news .post-item .post-thumbnail img {
    height: 220px !important;   /* antes suele estar en 350-400px */
    object-fit: cover !important;
    border-radius: 10px;
}

/* Reducir márgenes y tamaño de tarjetas */
.featured-news .post-item,
.shortcode-featured-news .post-item {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

/* Títulos y texto más compactos */
.featured-news .post-item .post-title,
.shortcode-featured-news .post-item .post-title {
    font-size: 15px !important;
    line-height: 1.3em !important;
}

.featured-news .post-item .post-meta,
.shortcode-featured-news .post-item .post-meta {
    font-size: 13px !important;
}

.detail-info .product-price .save-price {
  color: rgb(247, 149, 157);
  font-size: 12px;
  font-weight: 600;
}

.single-hero-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.banner-mobile{display:none;}

@media (max-width:768px){
.banner-desktop{display:none;}
.banner-mobile{display:block;}
}