/*!
Theme Name: Fraganceros 2026
Theme URI: https://tras-mission.com
Author: Tras Mission
Author URI: https://tras-mission.com
Description: Perfumeria online en Bogotá, Colombia.
Version: 4.8.4
Requires at least: 4.8
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: buddyx
Tags: one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, blog, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 
This theme, like BuddyPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
@font-face {
    font-family: 'EBGaramond-Regular';
    src: url('/fuentes//EBGaramond-Regular.woff') format('woff');
       font-weight: normal;
  }
  
  
  html, body {
    overflow-x: hidden !important;
  }
  
  .banner-seo-fraganceros {
      position: relative;
      width: 100%;
      overflow: hidden;
      
  }
  
  /* Ambas imágenes ocupan todo, pero se muestran/ocultan según pantalla */
  .banner-seo-fraganceros img {
      width: 100%;
      height: auto;
      display: block;
  }
  
  /* Mostrar solo escritorio */
  .banner-desktop { display: block !important; }
  .banner-movil { display: none !important; }
  
  /* --- RESPONSIVE --- */
  @media (max-width: 700px) {
    .banner-desktop {  display: none !important; }
    .banner-movil { display: block !important; }
  }
  
  /* --- TEXTO (mantengo tu diseño) --- */
  .banner-seo-textos {
      position: absolute;
      top: 45%;
      left: 70%;
      transform: translate(-50%, -50%);
      z-index: 0;
      max-width: 450px;
      color: #000;
      text-align: left;
  }
  
  .banner-seo-textos h1 {
  font-size: 3.3rem;
      line-height: 2.4rem;
   
      margin: 0 0 30px;
  }
  
  .banner-seo-textos h2 {
      font-size: 1.4rem;
      font-weight: 500;
      margin: 0 0 10px;
  }
  
  /* --- TEXTO MÓVIL --- */
  @media (max-width: 700px) {
      .banner-seo-textos {
          position: relative !important;
          top: auto;
          left: auto;
          transform: none;
          padding: 15px 20px;
          text-align: left;
          background: #fff;
          max-width: 100%;
          
      }
  
      .banner-seo-textos h1 {
        font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 60px;
      position: absolute;
      width: 50%;
      top: -242px;
      }
  
      .banner-seo-textos h2 {
          font-size: 1.2rem;
          line-height: 1.6rem;
      }
  
      .banner-seo-textos p {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-top: 10px;
      }
  }
  
  
  .sub-menu .menu-item, .sub-menu::before  {
      display:none !important;
      
  }
  .breadcrumb-container {
  opacity: 0;
      height:0;
  }
  
   #breadcrumbs, .buddyx-breadcrumbs {
  
      display: none;
  } 
  
  /* GRID GENERAL */
  
  #perfumes-categ {
  
         padding:60px;
  }
  .categorias-perf-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0;
    padding: 0 10px;
  }
  
  /* CAJAS */
  .categoria-box {
    border: 2px solid red;
    height: 120px; /* Altura del rectángulo */
    display: flex;
    justify-content: center;
    align-items: center; /* Centrado vertical y horizontal */
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
    padding: 10px;
    background: #fff;
  }
  
  /* HOVER */
  .categoria-box:hover {
    background: #f9f9f9;
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  /* RESPONSIVE */
  @media (max-width: 600px) {
    .categoria-box {
      height: 100px;
      font-size: 16px;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  .woocommerce-order .woocommerce-notice {
     
      border: 0px !important;
     box-shadow: unset  !important;
  }
  
  .woocommerce div.product .product_title {
    
      line-height: 1em;
  }
  
  .cart-total-wrap {
          font-weight: 600;
      display:block;
  
  }
  
  .total-carrito, .cart-total {   
  
    color: #000;
   
          font-size: 14px;
  
  }
  .buddypress-icons-wrapper .btn-login span, .buddypress-icons-wrapper .btn-register span{
      margin-right: 6px;
      font-size: 16px;
  }
  
  
  
  
   @media (max-width: 768px) {
       
       .sub-menu .menu-item, .sub-menu::before  {
      display:block !important;
      
  }
       
  .cart-total-wrap {
          font-weight: 900;
      
      
  }	
       
       .total-carrito {
                   font-size: 10px;
              margin-right: 10px;
      margin-left: -10px;
       }
       
       .user-link-wrap .bp-user {
      padding-right: 15px;
      font-size: 8px;
      width: 20px;
      overflow: hidden;
      margin-right: 10px;
           opacity: 0;
  }
  }
  
  
  
  .tienda-perfumes-bogota {
  text-align: justify;
      width: 99%;
      height: auto;
      padding: 10px;
      float: left;
  margin-bottom:50px;
  }
  
  
  @media screen and (max-width: 60em){
  .site-wrapper {
  
      flex-flow: wrap-reverse;
      }
  
  
  .mobile-menu-opened .mobile-menu-close {
   opacity: 1;
      visibility: hidden;
  }
  
  }
  
  
  
  li.product.type-product.post-7898 .woocommerce-Price-amount {
          opacity:0;
          
      }
  .woocommerce-info {
      border-top-color: #ffffff !important;
  }
  .woocommerce-info::before {
      color: #ff0000;
  }
  .woocommerce-info, .entry-content, .woocommerce-info {
          box-shadow: unset !important;
      font-size: 1em;
  }
  
  .transferencias {
      
      width:47%;
      height:auto;
  
      
  }
  
  .filtro-marcas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  }
  
  .filtro-marcas-grid li {
  margin: 0;
  }
  
  .filtro-marcas-grid li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    min-height: 110px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #1b1b1b;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.filtro-marcas-grid li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--marca-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.filtro-marcas-grid li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.56));
}

.filtro-marcas-grid .marca-name {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  }
  
  .filtro-marcas-grid li a:hover,
  .filtro-marcas-grid li a.active {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.22);
}

.filtro-marcas-grid li a:hover::before,
.filtro-marcas-grid li a.active::before {
  transform: scale(1.08);
  }
  
  @media (max-width: 768px) {
    .filtro-marcas-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
      gap: 6px;
    }
  
    .filtro-marcas-grid li a {
      min-height: 90px;
      border-radius: 10px;
  }

  .filtro-marcas-grid .marca-name {
      font-size: 12px;
      letter-spacing: 0.4px;
  }
  }
  
  
  
  
  
  
   .woocommerce-checkout #payment div.payment_box {
     
      font-size: 0.8em;
       line-height: 1;
  }
  
  
  
  @media (max-width: 767px) {
      .transferencias {
      
      width:100%;
      height:auto;
      margin: auto !important;
  }
  
   .woocommerce-checkout #payment div.payment_box {
     
      font-size: 0.7em;
       line-height: 0.9em;
       padding:10px;
  }
  
  
  .buddyx-mobile-icon .user-link-wrap .user-link, .buddyx-mobile-icon .user-notifications>.bp-icon-wrap {
      pointer-events: auto;
  }
  
  }
  
  .buddypress-icons-wrapper .bp-msg sup, .buddypress-icons-wrapper .user-notifications sup, .menu-icons-wrapper .cart sup {
  
      line-height: 13px;
        background: #ff0002 !important;
  }
  
  
  
  .su-row .su-column {
      display: block;
      float: left;
      box-sizing: border-box;
      margin: 0 0 0 4%;
      text-align: justify;
  }
  
  
  #cookie-notice .cn-button {
  
      border: 1px solid #f00;
      padding: 10px;
      background: red;
      color: #fff;
    
  }
  
  .nx-branding {
      opacity:0;
  
  }
  
  .su-image-carousel-crop .su-image-carousel-item-content img {
      object-fit: cover;
      position: relative !important;
  }
  .su-image-carousel-slides-style-default .su-image-carousel-item-content {
      margin: 0px !important;
  }
  
  .entry-content, .entry-summary, .page-content {
      margin: 0em 0 0 !important;
  }
  
  
  
  .su-image-carousel-slides-style-default .su-image-carousel-item-content img {
  
      border-radius: 0px !important;
     
  }
  
  .su-image-carousel {
   
      width: 100%;
      height: auto;
  
  }
  
  @import url('http://fonts.cdnfonts.com/css/corbel');
  
  .menu-icons-wrapper>.cart {
     
     
      margin: 0 15px;
  }
  
  .site {
     
      overflow: hidden;
  }
  #site-navigation {       margin-top: 10px;
      top: 20px;
      position: absolute;
      right: 4%;
      font-family: "EB Garamond", serif;
  
  
  }
  body {
      background: #ffffff;
      font-family: 'Corbel', sans-serif;
  }
  
  h1, h2, h3, h4 , h5 {
          font-family: "EB Garamond", serif;
  
      font-weight:600;
  }
  .menu-icons-wrapper .search {
  
      margin: -6px;
  }
  .site-header-wrapper {
    height: 125px;
      background: #fff;
      padding-top: 0px;
      border-bottom: 4px solid #f00 !important;
      padding-bottom: 20px;
      background-size: cover;
  }
  
  .site-header-wrapper.has-sticky-header {
      position: fixed;
          background: #fff;}
  
  @media (max-width: 767px) {
  .site-header-wrapper {
   border-bottom: 2px solid #f00 !important;
  }	
  }
  
  
  
  .menu-ancho {
      
          width: 100%;
      background: #970000;
      height: 71px;
      background-image: url();
      margin-top: 19px;
  }
  .main-navigation a {
      font-size: 0.7em;
       color: #000;
     
      
  }
  
  .main-navigation ul#primary-menu>li>a {
      padding: 0;
      padding-right: 10px;
      padding-left: 10px;
      border: 1px solid;
      border-radius: 20px;
      font-weight: 600;
      font-size: 1.2em;
  }
  
  
  .buscar-perfume {
           width: 760px;
      margin-right: 56px;
      left: 14%;
      z-index: 9999;
      float: right;
      position: relative;
  
  
  }
  
  #product-search-field-0 {
      
        width: 33%;
      background: #ffffff;
      border: 0px;
      border-radius: 0px;
      height: 40px;
      font-size: 12px;
      position: absolute;
      right: 20%;
       border-radius:3px;
  }
  
  #product-search:hover  {
      border:0px;
  outline: none;
      box-shadow: none;
      border: none;
          color: #000;
  }
  
  #product-search:focus {
       color: #000;
  }
  
  #product-search::placeholder {
  
      opacity: 1; /* Asegura que el color se vea bien en algunos navegadores */
  }
  
  input[type="text"]:focus {
      outline: none;
      box-shadow: none;
      border: none; 
  }
  #product-search-field-0::placeholder {
    color: #000;
    opacity: 1; 
      font-style:italic;
  }
  
  
  #buscar-perfume {
  background: transparent;
      right: 0%;
      border: 0px;
      height: auto;
      font-weight: 100;
      bottom: 1px;
      color: #000;
      position: relative;
      border-radius: 3px;
  }
  
  #buscar-perfume:before {
     display:none;
      content: '';
      position: absolute;
      border-width: 8px 8px 8px 0;
      border-style: solid solid solid none;
      border-color: transparent #333 transparent;
      top: 12px;
      left: -6px;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
  }
  
  #buscar-perfume::before {
      border-color: transparent red;
  }
  
  .fa-search:before {
  
   font-weight: 100 !important;
      font-size: 20px;
      right: 10px;
      position: relative;
  }
  
  @media (max-width: 767px) {
      
      .fa-search:before {
  font-size: 19px;
      position: relative;
      right: 9px;
   
  }
  
      
  #site-navigation {
        margin-top: 10px;
      top: 28px;
      width: 100%;
      display: inline-flex;
      float: right;
      align-items: center;
      justify-content: flex-end;
      flex-direction: row;
      flex-wrap: wrap;
      right: 4%;
      padding-right: 0px;
      align-content: center;
  }
  
      .su-image-carousel {
   
      width: 100%;
      height: auto;
  
  }
      
  .buddypress-icons-wrapper .user-link-wrap, span.bp-user {
      display: inline-flex;
  }
      
      
      
      .site-header-wrapper {
  
      padding-top:0px;
          height: 120px;
          
      }
          
  .buscar-perfume {
      width: 100%;
      height: auto;
      display: inline-block;
      margin-top: 10px;
      position: relative;
      margin-right: 74px;
  }
      
      #buscar-perfume { 
          
     width: 53px;
      position: relative;
      display: inline-block;
      height: 40px;
      bottom: 1px;
              margin-right: 10px;
      }
      
  
  #product-search-field-0 {
      width: 77%;
      color: #999;
      font-size: 10px;
      right: 50px;
      position: relative;
  }
      
  
  
  .main-navigation .primary-menu-container {
     
      background-color: #000;
      
      }
      
      .main-navigation ul#primary-menu>li>a {
      padding:15px;
       border: 0px;
      padding-right: auto;
      padding-left: auto;
  
  }
  
      
  }
  
  
  .main-navigation #user-profile-menu, .main-navigation .bp-header-submenu {
     
      background: #f00;}
  
  
  
  
  .woocommerce table.shop_table td {
    
      line-height: 15px;
      font-size: 15px;
  }
  
  .woocommerce ul.products li.product .onsale {
  
      background: red;
  
  }
  .site-branding img {
        width: auto;
      max-height: 90px;
      filter: contrast(1.5);
      position: absolute;
      z-index: 9999 !important;
      top: 28px;
      left: 6%;
      
  }
      
  
  .contacto {
          font-size: 11px;
      background-color: #e30000eb;
      height: 26px;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
      padding-top: 6px;
      padding-bottom: 6px;
      color: #fff;
       font-family: "EB Garamond", serif;
          line-height: 11px;
  }
  
  .numero {
      
      float:left;
      
  }
  .correo {
      
      float:right;
  }
  
  .suscribete-ya{
      padding:90px;
      width:100%;
      height:600px;
      color:#fff;
      background-image:url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/uploads/2022/10/perfumes-online.jpg);
      background-size:cover;
      background-position:center;
      
  }
  .suscribete-ya h1 {
      
      font-size: 3em;
      line-height: 1em;
  }
  .site-footer {
  
      margin: 0px;
    background-color:#101010;
      color: #fff;
     
  }
  .site-footer a {
    
  
      color: #fff;
     
  }
  
  
  .miniatura {
        width: 25%;
      display: inline-block;
      border-right: 1px solid #efefef;
  
  }
  
  
  .miniatura img {
      width: auto;
      text-align: center;
      margin: auto;
      scale: 1;
  }
  .descripcion {
      width: 70%;
      padding: 3%;
      font-size: 12px;
      line-height: 11px;
      float: right;
  }
  
  
  @media (max-width: 767px) { 
      .descripcion {
          
      font-size: 10px;
      line-height: 11px;	
          
      }
      
      .woocommerce table.shop_table td {
    
      line-height: 12px;
      font-size: 11px;
  }
  
      
      
  }
  
  .producto-elemento-adicional {
   width: 100%;
      display: inline-flex;
      border: 1px solid #efefef;
      margin-bottom: 20px;
          border-radius: 10px;
         
  }
  
  
  
  .marcas {
     width: 100%;
      height: 0px;
      background: red;
  }
  
  .marcas img {
      padding-top:20px;
      margin:auto;
      position:relative;
  }
  
  
  .pagos {
  width: 100%;
      text-align: center;
      padding: 10px;
      height: auto;
      margin-top: -40px;
      background: #101010;
  }
  
  .pagos img {
      padding-top:20px;
      margin:auto;
      position:relative;
  }
  
  
  .site-info {
      padding:0;
      background: #0000;
    
  }
  
  
  
  .perfumes {
  padding: 30px;
      padding-top:1px;
      padding-bottom:1px;
      width: 86%;
  
      
  }
  .search-icon {
      display:none !important;}
  
  
  @media (max-width: 767px) {
      
      .suscribete-ya h1 {
      
      font-size: 1.1em;
    
  }
      
      
      .buddypress-icons-wrapper {
    
      font-size: 12px;
  }
      .contacto {
  
     margin-bottom:0px;
              margin-top: 0px;
  }
      
      
  .main-navigation {	
  
      height: 100%;
  }
      
      .main-navigation a {
          
                 font-size: 0.8em !important;
      color: #000;
      text-transform: capitalize;
  
      font-weight: 100;
      font-family: 'Corbel', sans-serif;
      font-style: italic;
          
          
      }
      
      .menu-item 	a {
           color: #fff !important;
           border:0px solid !important;
      }
  
  .mobile-menu-heading .menu-title {
   
      font-size: 10px;
      text-transform: capitalize;
      color: #fff;
  }
      .nav--toggle-small .menu-toggle .fa {
      font-size: 20px;
      color: #000;
  }
      
      
      .nav--toggle-small .menu-toggle {
      
      color: #fff;
          
      }
      
      .site-branding img {
       width: auto;
      max-height: 76px;
      top: 0px;
      left: 3px;
      position: relative;
     
  }
  
  
  .page-template-full-width:not(.elementor-editor-active) .site {
      padding-top: 0px!important;
  }
      
      .menu-ancho {
      
          width: 100%;
      height: 71px;
      margin-top: 30px;
  }
      .perfumes {
  
      padding-top: 6px;
      padding-bottom: 6px;
      width: 100%;
  }
      
      .suscribete-ya {
      padding: 2px;
      width: 100%;
      height: auto;
     
  }
      
      .correo, .numero {
     
      font-size: 9px;
  }
      
      .site-branding {
  
      display: block;
      float: left;
      width: 200px;
  }
      
  }
  .su-row .su-column {
    
      padding: 30px;
   
  }
  
  .tnp-subscription input.tnp-submit {
      background-color: #f00 !important;
      color: #fff !important;
      width: 100% !important;
      height: 60px !important; 
    
  }
  
  .su-row {
      margin-bottom: 0px !important;
  }
  
  
  
  .perfumes-destacados {
      
      width:100%;
      min-height:400px;
      height:auto;
      
      
  }
  .su-image-carousel-crop .su-image-carousel-item-content img {
     
      object-fit: contain !important;
  
  }
  
  .su-image-carousel-slides-style-default .su-image-carousel-item-content img {
      padding: 0px !important;
      border: 0px solid #fff !important;
      background: #fff0 !important;
  }
  
  
  .su-image-carousel:last-child {
      margin-bottom: 0;
       background-color:#fff;
      
  }
  
  .woocommerce ul.products li.product .button {
  font-size: 14px;
      background-color: #000000;
      border: 0px solid #000000 !important;
      color: #ffffff;
      height: 60px;
      padding-top: 20px !important;
  
  }
  
  
  
  .product.outofstock .button {
      background-color: red !important;
      color: #ffffff;
  border: 0px solid !important;
  
  }
  
  
  
  
  @media (max-width: 767px) { 
      .woocommerce ul.products li.product .button {
  font-size: 12px;
      }
  }
  
  .woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
     
      border: 0px !important;
     
  }
  
  .financiacion-perfumes {
      
      background-image:url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/uploads/2022/10/metodos-pago-scaled.jpg);
      width:100%;
      height:60px;
          animation-name: logos;
      animation-duration: 33s;
      animation-iteration-count: infinite;
  }
  
      @keyframes logos  {
    0% {background-position: left;}
  
          50% {background-position: right;}
      
          100% {background-position: left;}
}
  
  @media (max-width: 767px) {
  
  
  .marcas {
      background-image: url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/uploads/2022/10/marcas-perfumes.jpg);
      background-size: cover;
      height: 60px;
    animation-name: logos;
    animation-duration: 33s;
      animation-iteration-count: infinite;
  }
      
  
  
  }
      
      
          
          
          
      
      .financiacion-perfumes {
      
      background-size: 100%;
      height: 20px;
          
  }
      
      
      .main-navigation .primary-menu-container {
    
      background-color: #000;
      }
  
  
  
  .related {display:none;}
  
  .entry-content, .entry-summary, .page-content {
      margin: 1em 0 0;
    
  }
  
  
  .whatsapp {
  position: fixed;
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 15px;
      background-image: url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/webp-express/webp-images/uploads/2022/10/whatsapp.png.webp);
      color: #FFF;
      text-align: center;
      background-size: cover;
      font-size: 30px;
      z-index: 100;
  }
  
  .woocommerce button.button, .woocommerce button.button.alt, .woocommerce #respond input#submit {
         background-color: #ff0002;
      border-radius: 0px;
      height: 50px;
      width: auto;
      font-size: 14px;
              
     
  }
  
  .woocommerce a.button {
      background-color: #ff0002;
      border-radius: 0px;
   
  }
  .woocommerce span.onsale {
     
      background-color: #ff0002;
  }
  
  .woocommerce-page div.product div.summary, .woocommerce div.product div.summary {
     border:0px;
      background: #ffffff;
      height: 100%;
  }
  
  .woocommerce div.product p.price ins  {
      text-decoration: none;
      font-weight: 900;
      font-size: 1.6em;
      color: #f00;
  }
  
  .woocommerce ul.products li.product .price ins {
  font-weight:900;
      color: #f00;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      color: #000000;
  }
  
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
      margin-bottom: 0;
      background: red;
      border-radius: 0px;
  }
  
  .woocommerce-message {
      border-top-color: #8fae1b00;
       
      background-color: #fff;
      -webkit-box-shadow: unset;
      box-shadow: unset;
  }
  
  
  .redes img {
      width: 33px;
      margin-left: 10px;
      height: 33px;
      float: left;
  }
  
  .redes img:hover {
    filter: brightness(1.2);
      box-shadow: 0px 0px 9px 0px #ff0002;
  }
      .main-navigation #user-profile-menu, .main-navigation .bp-header-submenu {
      background: #ff0000b3;
  }
      
  .info-adicional {
    position: absolute;
      right: 6%;
      top: 71px;
      color: #fff;
      width: 54%;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase;
  }
  
  
  
  @media (max-width: 767px) {
      
      
      .woocommerce button.button, .woocommerce button.button.alt, .woocommerce #respond input#submit {
      background-color: #ff0002;
      height: 40px;
      line-height: 10px;
      padding: 10px;
      font-size: 12px;
  }
  
      .nav--toggle-small .menu-toggle {
    
          padding: 0px!important;}
      
      
      
  .info-adicional {
    position: absolute;
      top: 23px;
      left: 127px;
      color: #fff;
      display: block;
      width: 80%;
      font-size: 9px;
  
  }
      
      .buddyx-mobile-menu .dropdown-toggle {
  
  
      color: #fff;
      background-color: #ff0002 !important;
      border: 1px solid #ff0002;
      border-radius: 0px;
      }
  
      
  }
  
  .texto-j {text-align:justify;}
  
  .nav--toggle-sub ul ul {
      margin-top: 20px;
      background: #f00 !important;
      z-index: 9999; }
  
  .nav--toggle-sub li.menu-item--has-toggle:after, .nav--toggle-sub li.menu-item-has-children:after {
      display:none;
      
  }
  
  .perfumes-originales {
      
      width:100%;
      height:auto;
      
  }
  
  
  .su-image-carousel-slides-style-default .su-image-carousel-item-content span {
     right: 4px !important;
      top: 210px !important;
      max-width: 50%;
      bottom: unset !important;
      font-size: 4em !important;
      line-height: 0.8em;
      left: 74px !important;
  background: transparent !important;
      box-shadow:0;
      padding: 0.5em 0.7em;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      background: #ffffff00;
      font-family:Garamond, Georgia, serif;
      text-shadow: 0 2px 5px #000;
  }
  
  @media (max-width: 767px) {
      .su-image-carousel-slides-style-default .su-image-carousel-item-content span {
      
          top: 30px !important;
      left: 25px !important;
      font-size: 1.5em !important;
      line-height: 0.9em;
      }
  }
  
  .boton-comprar {
  display: inline-block;
      margin-left: 5px;
      background: red;
      color: #fff !important;
      text-align: center;
      width: 200px;
      height: 50px;
      line-height: 50px;
      font-size: 15px !important;
      font-weight: 900;
      animation: nueva 1s ease infinite;
      transform-origin: 50% 50%;
      border: 1px solid #cdcdcd26;
  }
  
  .boton-comprar:hover {
            box-shadow: inset 0px 0px 19px 0px #48484840;
      
  }
  
  .boton-comprar2 {
         display: inline-block;
      text-align: center;
      width: 70%;
      height: 50px;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 4%;
      line-height: 50px;
          letter-spacing: 2px;
      font-size: 16px !important;
      text-transform: uppercase;
      font-weight: 700;
      transform-origin: 50% 50%;
      border: 1px solid #fb0000;
      color: red !important;
       animation: tilt-shaking 6s ease infinite;
  }
  
  .boton-comprar2:hover {
  background: #ffdddd;
      color:#fff;
      
  }
  
  
  @keyframes  tilt-shaking {
  
  
  0% {
      transform: scale(1);
  }
  25% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
  75% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
      }
      
  }
  
  .fa-shopping-cart{
      color: #000;
      font-size: 20px !important;
  }
  
  
  
  .addi-home-banner-03 {
      min-height: 240px;
      width: 66%;
       height:auto;
      margin: auto;
      margin-top: 53px;
      animation: titilar 2s linear  infinite alternate;
      }
  
  
  .woocommerce-terms-and-conditions-wrapper, .woocommerce-info, .woocommerce-message {
          font-size: 0.9em;
  }
  
  
  @media only screen and (max-width: 600px) {
      .addi-home-banner-03 {
           margin-top:77px;
        width: 86%;
      }
  }
  
  
  @keyframes titilar {
    0%   {opacity:0.6;}
  
    50%  {opacity:1;}
  
    100% {opacity:0.6;}
  }
  
  .addi-top {
         width: 100%;
      padding: 20px;
      height: 120px;
      border: 0px solid #dfdfdf;
      background: #3c6af1;
  
      
  
  }
  .addi-top h3 {
      padding-left: 20px;
      float: left;
      font-size: 1.8em;
      color: #fff;
      line-height: 70px;
      font-weight: 700;
  }
  .addi-top h3 a {
      
      color: #fff;}
  .cupo {
      
  float: right;
      padding: 10px;
      margin-right: 20px;
      border: 2px solid #fff;
      background: #fff0;
      border-radius: 22px;
      height: 50px;
      color: #fff;
      font-weight: 600;
          font-size: 1.4em;
  }
  
  .cupo:hover, .addi-top h3:hover {
  
  opacity:0.3;
  }
  
  .banners-2022 {
      
         width: 100%;
      height: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      
  }
  
  .info-1 {
      font-size: 12px;
      width: 47%;
      opacity: 0;
      display:none;
  }
  
  
  @media (max-width: 767px) {
      
      
  .boton-comprar {
  display: inline-block;
  
  
      text-align: center;
      width: 100px;
      height: 40px;
      line-height: 40px;
      font-size: 12px !important;
      font-weight: 900;
      animation: nueva 1s ease infinite;
      transform-origin: 50% 50%;
      border: 1px solid ;
  }
  
  
  .boton-comprar2 {
  display: inline-block;
      text-align: center;
      width: 90%;
      height: 40px;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 10%;
      line-height: 40px;
      font-size: 11px !important;
      text-transform: uppercase;
         border: 1px solid #fb0000;
      color: #f00 !important;
      font-weight: 700;
      transform-origin: 50% 50%;
      border: 2px solid #fb0000;
  
  }
  
  
      
  .info-1 {
      font-size: 8px;
      line-height: 9px;
      display: inline-block;
      margin-bottom: 22px;
      width: 100%;
          display: none;
  }
      
      
      .addi-top {
         width: 100%;
      padding: 20px;
      height: auto;
      min-height: 110px;
  
  }
      
      .addi-top h3 {
   
          font-size: 1em;
      line-height: 1em;
      font-weight: 100;
      padding: 0px;
      max-width: 99%;
  }
      
      .cupo {
       float: right;
      padding: 10px;
      margin-right: 0px;
      height: 50px;
      color: #fff;
      font-weight: 600;
      font-size: 1em;
  }
      
      .banners-2022 {
    width:100%;
     height: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      
  }
      
      
      
  }
  
  
  
  .preloader {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: auto 44%;
  }
  
  
  .tnp-email  {  width: 100%;
      margin-bottom: 20px;}
  
  .perfumes-mas-vendidos {   
      width: 90%;}
  
  
  @media (max-width: 700px) {
      
      .perfumes-mas-vendidos {   
      width: 100%;
      }
      
  }
  .woocommerce .columns-4 {
      
          padding: 6% !important;
  }
  
  .perfumeria-info .su-spoiler-title  {
      color: #000;
      font-weight: 900;
      font-size: 18px !important;
      width: 69% !important;
      line-height: 18px !important;
  
  }
  
  
  .perfumeria-info .su-spoiler-icon {
      
      position: relative;
      display: inline-block;
      width: 60px;
      top:1px;
      height: 20px;
      font-size: 14px;
  }
  
  
  @media (max-width: 700px) {
      
      
      
  #wcpscwc-product-slider-1	 ul.products li.product a img {
    
      padding: 15%;
     
  }
      
  
      
      .perfumeria-info .su-spoiler-title  {
       font-size: 12px !important;
              width: 100%!important;
      }
      
      
  
  .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
      left: 0;
  }
  .perfumeria-info .su-spoiler-icon {
    
      width: 30px;
      height: 20px;
  
  }
  }
  
  .tu-aroma {
  
      font-size: 0.4em;
      line-height:1.2em;
      float: right;
      text-align: left;
  right: 67px;
      bottom: 0px;
      width: 220px;
      position: fixed;
      color: #404040;
      background-color: #ffffffab;
      padding: 10px;
      border-radius: 20px;
       animation: cambioOpacidad 17.5s ease-in-out infinite;
      
  }
  
  .payment_method_bold_co label[for=payment_method_bold_co] img{
      width: 95px;
  }
  
  
  @media (max-width: 700px) {  
      
      .tu-aroma {
            width: 133px;
          font-size: 0.3em;
      }
  }
      
      
      @keyframes cambioOpacidad {
    0% { opacity: 0; }
    10% { opacity: 0; }
      20% { opacity: 0; }
      30% { opacity: 1; }
      40% { opacity: 1; }
      50% { opacity: 1; }
          60% { opacity: 1; }
          70% { opacity: 1; }
          80% { opacity: 1; }
          90% { opacity: 1; }
          
  }
      
  .woocommerce form .form-row label, .woocommerce-page form .form-row label {
      display: inline-block;
  }
  
  .button-actualizar {
       border: 1px solid !important;
      color: red !important;
      background: transparent !important;
      display: block !important;
      position: relative;
  }
  
  
  .site-header-wrapper {
      z-index: 11 !important;
      
  }
  
  .modal-content  {
      
          z-index: 111 !important;
  }
  .modal-content .marcas, .modal-content .financiacion-perfumes, .modal-content .pagos {
      display:none;
  }
  
  .modal-content
  .wc_payment_method.payment_method_bold_co, .modal-content .wc_payment_method.payment_method_bacs, .modal-content .wc_payment_method.payment_method_addi, .modal-content .wc_payment_method.payment_method_sumas_pay, .modal-content .wc_payment_method.payment_method_wcsistecredito, .modal-content .wc_payment_method.payment_method_wcsistecredito, .modal-content .wc_payment_method.payment_method_wompi_wwp, .modal-content .entry-title, .modal-content .buddyx-breadcrumbs, .modal-content .woocommerce-info {
      display:none;
  }
  
  
  .clear-sec {
      width: 100%;
      height: 39px;
      display: block;
      margin-bottom:28px;
      width: fit-content;
      float: left;
  
  }
  
  .wll-launcher-button-container
  {
      
      background-color: rgb(255, 0, 0);
      background-image: linear-gradient(45deg, black, transparent);
          bottom: 76px !important;
  }
  
  
  
  .metodos-pago-perfumes {
      padding-top:20px;
      padding-bottom:20px;
  
      background-image: url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/uploads/2024/05/metodospagofraganceros-web.png);
      
      background-size:cover;
  }
  
  @media (max-width: 600px) {
      
      .metodos-pago-perfumes {
        background-image: url(http://localhost/fraganceros/fraganceroscolombia.com.co/wp-content/webp-express/webp-images/uploads/2024/05/iconos-smartphones-fraganceros.png.webp);
      background-size: contain;
      height: 150px;
      background-repeat: no-repeat;
      margin-bottom: 30px;
      margin-top: 30px;
      width: auto;
  
      }
  }
  
  #product-search-results-content-0 {
      width: 89%;
      position: relative;
      height: auto;
      z-index: -888;
      top: 39px;
      left: 60px;
      padding: 15px;
      font-size: 11px;
      text-transform: capitalize;
      color: red;
      overflow-x: hidden;
           background: #000000;
      border-radius: 10px;
  }
  
  #product-search-results-content-0 a {
      color:white;
  }
  
  #product-search-results-content-0 .search-result-item {
      
      margin-top:20px;
  }
  
  @media (max-width: 600px) {  
      
      #product-search-results-content-0 {
      width:auto;
     top: 9px;
      left: 0px;
      
  }
  }
      
      
  
      
  #search-modal {
    color: #000;
      flex-direction: column;
      position: relative;
      padding: 30px;
      margin-top: 18px;
      height: auto;
      margin-bottom: 10px;
  }
  .modal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
        background-color: #fff;
      border: 0px solid #ededed;
      z-index: 9;
      overflow-y: auto;
      justify-content: center;
      align-items: center;
      display: none; /* El modal estรก oculto por defecto */
  }
  
  .modal.show {
      display: flex; /* Se muestra el modal cuando se agrega la clase 'show' */
  }
  
  .close {
    float: right;
      right: 23px;
      position: relative;
      top: 13px;
      font-size: 1.5em;
      z-index: 99999;
  
  }
  
  .modal-content {
  
         padding: 1px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      align-content: initial;
      justify-content: start;
      flex-direction: row;
  
  }
  
  
  
  
  #modal-search {
      position: relative;
      margin: auto;
      display: block;
      width: 58%;
  
  }
  .filters {
      width: 40%;
       padding: 10px;
          background-color: #fff;
  }
  
  .filters label {
      display:block;
  }
  .results {
       width: 99%;
  
  }
  
  .product-item {
      display: flex;
      flex-direction: column;
      border: 1px solid #ddd;
      padding: 10px;
  }
  
  .product-item img {
      width: 100%;
  }
  
  #product-search {
        font-size: 11px;
      width: 100%;
      max-width: 450px;
      margin-top: 4px;
      height: 33px;
      min-height: auto;
      background: transparent;
      border: 1px solid #f00 !important;
          border-radius: 13px;
  }
  
  .product-search-field::placeholder {
      color: #000; 
      opacity: 1; 
      font-size:9px;
  
  }
  
  #product-results .type-product {
     width: 42%;
      display: inline-block;
      padding-bottom: 80px;
      padding-top: 30px;
      margin: auto;
      margin-left: 30px;
  }
  
  #product-results .price {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  #product-results .add_to_cart_button {
      padding: 10px;
      border: 1px solid #000;
      line-height: 18px;
      font-size: 17px;
      width: 100%;
      display: block;
      text-align: center;	
  }
  
  #product-results .attachment-woocommerce_thumbnail
  
  {
  
      width: 70%;
      display: block;
      margin: auto;
      
  }
  .superior {
            width: 100%;
      display: block;
      height: 1px;
  }
  
  .modal-content {
      flex-wrap: nowrap;
  }
  
  #product-results .ajax_add_to_cart {
  font-size: 14px;
      background-color: #dfdfdf;
      background-image: linear-gradient(-45deg, #fff, #d3d3d3, white, #d9d9d9, white);
      border: 1px solid #d5d5d5 !important;
      color: #747474;
      height: 60px;
      padding-top: 20px !important;
  }
  .woocommerce-loop-product__title {
      line-height: 18px;
      font-size: 15px;
  }
  
  #toggle-icon {
      opacity:0;
  }
  
  .buddypress-icons-wrapper .user-link-wrap img.avatar {
      width: 33px;
      height: 33px;
      margin-right: 10px;
      border-radius: 50%;
  }
  
  
  @media (max-width: 768px) {
      
      .woocommerce-loop-product__title {
      font-size: 13px;
      line-height: 16px;
  }
      
      #product-results .attachment-woocommerce_thumbnail {
      width: 80%;
    
  }
      
      #toggle-icon {
      opacity:1;
  }
      .modal {
      top: 0;
      left: 0;
      width: 100%;
      position: absolute;
      top: 97px;
      padding: 20px;
      height: 100%;
      background-color: #ffffff;
     border: 0px solid #ededed; 
      z-index: 9;
      overflow-y: auto;
      justify-content: start;
      align-items: flex-start;
      }
      
  .modal-content {
     
          padding: 10px
  }
      
      
      .results {
          display: grid;
  
          gap: 10px;
      }
  
      .product-item {
          width: 100%;
          text-align: center;
      }
  
      .filters {
          position: fixed;
          left: -450px; /* Esconde el panel de filtros fuera de la pantalla */
          width: 336px;
          height: 100%;
          background-color: #fff;
       
     transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
      opacity: 0;
              
      }
  
      .filters.open {
      left: 0px;
      width: 100%;
      min-width: auto;
      background: #ffffff;
      height: 100%;
      position: relative;
       opacity: 1;
      transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
      }
  
      .filters h3 {
          padding: 10px;
      
      }
  
      .filter-toggle-btn {
       display: block;
      left: 12px;
      font-size: 1em;
      top: 530px;
      color: #202020;
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1000;
  }
      
      #product-results .type-product {
    width: 40%;
      display: inline-block;
      padding-bottom: 30px;
      margin-left: 9%;
  }
      
      .woocommerce-loop-product__title {font-size:14px;}
      
          .modal-content {
  flex-wrap: wrap;
  }
      
      
      .filter-toggle .arrow {
      display: inline-block;
      width: 0; 
      height: 0; 
      margin-left: 5px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid black;
      transition: transform 0.3s ease;
  }
  
  .filter-toggle.open .arrow {
      transform: rotate(180deg); /* Apunta la flecha a la izquierda */
  }
      
      .filters-container {
      position: fixed;
      left: -100%;
      top: 0;
      width: 80%;
      height: 100%;
      background-color: white;
      transition: left 0.3s ease;
      z-index: 1000;
  }
  
  .filters-container.open {
      left: 0;
  }
  
      
      
  #product-results .add_to_cart_button {
  padding: 6px;
      border: 1px solid #000;
      display: block;
      text-align: center;
      line-height: 14px;
      font-size: 14px;
      }
      #product-search {
      height: 30px;
  max-width: 210px;
      border: 2px solid #f00 !important;
  }
      #search-modal {  
          margin-top: 7px;
          top:10px;
          margin-bottom:100px;
         padding: 0px;
      }
          .buddypress-icons-wrapper .user-link-wrap img.avatar {
      width: 25px;
      height: 25px;
      margin-right: 5px;
      border-radius: 50%;
  }
  }
  
  /* General styles for all browsers */
  #price-range {
          -webkit-appearance: none;
  appearance: none;
      width: 60%;
      height: 8px;
      border-radius: 5px;
      outline: none;
      opacity: 0.7;
      border: 0px;
      transition: opacity 0.2s;
  }
  
  #price-range:hover {
      opacity: 1;
  }
  
  /* Webkit Browsers (Chrome, Safari) */
  #price-range::-webkit-slider-runnable-track {
      width: 60%;
      height: 8px;
      background: linear-gradient(to right, #ff0000 0%, #ff0000 50%, #ff0000 50%, #ff0000 100%);
      border-radius: 5px;
  }
  
  #price-range::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: #ff0000; /* Color del pulgar */
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
  }
  
  /* Firefox */
  #price-range::-moz-range-track {
      width: 100%;
      height: 8px;
      background: linear-gradient(to right, #ff0000 0%, #ff0000 50%, #ddd 50%, #ddd 100%);
      border-radius: 5px;
  }
  
  #price-range::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: #ff0000; /* Color del pulgar */
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
  }
  
  /* IE */
  #price-range::-ms-track {
      width: 100%;
      height: 8px;
      background: transparent; /* Elimina la pista predeterminada */
      border-color: transparent;
      color: transparent;
  }
  
  #price-range::-ms-fill-lower {
      background: #ff0000;
      border-radius: 5px;
  }
  
  #price-range::-ms-fill-upper {
      background: #ddd;
      border-radius: 5px;
  }
  
  #price-range::-ms-thumb {
      width: 20px;
      height: 20px;
      background: #ff0000;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #fff;
  }
  
  body.term-ofertas .site-sub-header {
          padding: 0;
  }
      
  .woocommerce div.product form.cart .button {
  
      background-color: #000000;
      border: 1px solid #000;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .seccion-beneficios {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin: 50px auto;
        background: #f9f9f9;
        padding: 20px;
        gap: 20px;
        /* Sin flex-wrap para mantener las 2 columnas en escritorio */
      }
  
      /* Cada cuadro ocupará aproximadamente el 46% del ancho */
      .cuadro1, .cuadro2 {
        flex: 0 0 46%;
        box-sizing: border-box;
        padding: 20px;
              text-align:justify;
      }
  
    .cuadro1 {
        font-size:14px;
      }
  
      /* Imagen: Se renombra la clase a comprar-perfumes y ocupa el 100% de su contenedor */
      .cuadro1 .comprar-perfumes {
        width: 100%;
        display: block;
        border-radius: 10px;
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
        animation: aparecer 1.5s forwards ease-in-out;
      }
  
      /* Animación de aparición para imagen y botón */
      @keyframes aparecer {
        from { opacity: 0; transform: translateY(-20px) scale(0.9); }
        to   { opacity: 1; transform: translateY(0) scale(1); }
      }
  
      /* Estilos para títulos y párrafos en cuadro2 */
      .cuadro2 h2,
      .cuadro2 h3,
      .cuadro2 p {
    
        border-radius: 5px;
        margin: 10px 0;
        opacity: 0;
        transform: translateX(-40px);
        animation: deslizar 1s forwards ease-in-out;
      }
      
      /* Animación de deslizamiento para títulos, párrafos y lista */
      @keyframes deslizar {
        from { opacity: 0; transform: translateX(-40px); }
        to   { opacity: 1; transform: translateX(0); }
      }
  
      /* Retardos progresivos para títulos y párrafos */
      .cuadro2 h2 { animation-delay: 0.2s; font-size: 33px; line-height: 1em; }
      .cuadro2 h3 { animation-delay: 0.4s; }
      .cuadro2 p:nth-of-type(1) { animation-delay: 0.6s; }
      .cuadro2 p:nth-of-type(2) { animation-delay: 0.8s; }
      .cuadro2 p:nth-of-type(3) { animation-delay: 1s; }
      .cuadro2 p:nth-of-type(4) { animation-delay: 1.2s; }
      .cuadro2 p:nth-of-type(5) { animation-delay: 1.4s; }
      .cuadro2 p:nth-of-type(6) { animation-delay: 1.6s; }
      .cuadro2 p:nth-of-type(7) { animation-delay: 1.8s; }
  
      /* Estilos y animación para la lista de beneficios */
      .cuadro2 ul {
        list-style: none;
        padding: 0;
        margin: 10px 0;
      }
      .cuadro2 ul li {
        position: relative;
        padding-left: 30px;
        margin: 10px 0;
        opacity: 0;
                  text-align: left;
        transform: translateX(-40px);
        animation: deslizar 1s forwards ease-in-out;
      }
      /* Asignamos retardos progresivos a cada li */
      .cuadro2 ul li:nth-of-type(1) { animation-delay: 0.6s; }
      .cuadro2 ul li:nth-of-type(2) { animation-delay: 0.8s; }
      .cuadro2 ul li:nth-of-type(3) { animation-delay: 1s; }
      .cuadro2 ul li:nth-of-type(4) { animation-delay: 1.2s; }
      .cuadro2 ul li:nth-of-type(5) { animation-delay: 1.4s; }
      .cuadro2 ul li:nth-of-type(6) { animation-delay: 1.6s; }
  
      /* Icono dentro del li */
      .cuadro2 ul li .fa-check {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: red;
        /* Puedes agregar animación si deseas */
        opacity: 0;
        animation: aparecer 1.5s forwards ease-in-out;
        animation-delay: 0.5s;
      }
  
      /* Estilo y animación para el botón */
      .boton-ofertas {
        display: inline-block;
        padding: 14px 24px;
        background: red;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 5px;
        text-align: center;
        transition: background 0.3s ease-in-out;
        opacity: 0;
        animation: aparecer 1.5s forwards 1.8s;
        margin-top: 10px;
      }
  
      .boton-ofertas:hover {
        background: #fff;
        color: red;
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
      }
  
      /* Diseño responsivo: en dispositivos pequeños, se muestra en columna */
      @media (max-width: 768px) {
        .seccion-beneficios {
          flex-direction: column;
          text-align: center;
        }
        .cuadro1, .cuadro2 {
          flex: 0 0 100%;
        }
        .cuadro1 .comprar-perfumes {
          max-width: 80%;
          margin: auto;
        }
      }
  
  
  .user-link-wrap .bp-user {
      padding-right: 15px;
          font-weight: 600;
  }
  
  /*NEW DESIGN*/
  /* Configuración del Slider */
  .custom-slider-container {
      position: relative;
      width: 100%;
      height: 450px;
      overflow: hidden;
      background: #000;
  }
  
  .slide-img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      animation: fadeSlider 10s infinite;
  }
  
  .slide-img:nth-child(2) {
      animation-delay: 5s;
  }
  
  @keyframes fadeSlider {
      0% { opacity: 0; }
      10% { opacity: 1; }
      45% { opacity: 1; }
      55% { opacity: 0; }
      100% { opacity: 0; }
  }
  
  .slider-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 10;
      text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  }
  
  
  /* Arreglo del Slider */
  .main-slider {
      position: relative;
      width: 100%;
      height: 60vh; /* Altura basada en pantalla */
      min-height: 400px;
      background: #000;
  }
  
  .slide-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1.2s ease-in-out;
  }
  
  .slide-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Esto evita que se deformen */
  }
  
  /* Animación: Imagen 1 y luego Imagen 2 */
  .item-1 { animation: fragancerosFade 10s infinite; }
  .item-2 { animation: fragancerosFade 10s infinite 5s; }
  
  @keyframes fragancerosFade {
      0% { opacity: 0; z-index: 1; }
      10% { opacity: 1; z-index: 2; }
      45% { opacity: 1; z-index: 2; }
      55% { opacity: 0; z-index: 1; }
      100% { opacity: 0; z-index: 1; }
  }
  
  /* Texto sobre el Slider */
  .slider-content {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      width: 90%;
  }
  
  .hero-title { font-size: 2.5rem; font-weight: bold; margin-bottom: 10px; text-shadow: 2px 2px 8px rgba(0,0,0,0.8); }
  
  /*categorias*/
  /* Contenedor General */
  .contenedor-categorias-premium {
      padding: 40px 15px;
      max-width: 1200px;
      margin: 0 auto;
  }
  
  /* Rejilla de 2 columnas en móvil y 4 o 5 en PC */
  .grid-categorias-visual {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 15px;
  }
  
  /* La Tarjeta Visual */
  .tarjeta-cat {
      position: relative;
      aspect-ratio: 1 / 1; /* Cuadradas */
      border-radius: 25px; /* Bordes muy redondeados como la imagen */
      border: 3px solid #333; /* Borde oscuro exterior */
      overflow: hidden;
      display: block;
      background-size: cover;
      background-position: center;
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none !important;
  }
  
  .tarjeta-cat:hover {
      transform: scale(1.03);
      box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  }
  
  /* Efecto de degradado superior para el texto */
  .tarjeta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 45%);
      padding: 15px;
  }
  
  .tarjeta-overlay span {
      color: #ffffff !important;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: block;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  /* Ajustes para móviles */
  @media (max-width: 480px) {
      .grid-categorias-visual {
          grid-template-columns: repeat(2, 1fr); /* 2 columnas en celular */
          gap: 10px;
      }
      .tarjeta-overlay span {
          font-size: 10px;
      }
  }
  
  /*categorias 2*/
  
  /* RESET PARA EVITAR MINIATURAS EXTRAS */
  .f-home-grid-wrapper p, 
  .f-home-grid-wrapper br { 
      display: none !important; 
  }
  
  .f-grid-main {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 15px !important;
      max-width: 1200px !important;
      margin: 20px auto !important;
      padding: 10px !important;
  }
  
  .f-card-item {
      position: relative !important;
      aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
      overflow: hidden !important;
      display: block !important;
    background-size: 100% 100% !important;
      background-position: center !important;
      text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-size 0.45s ease !important;
}

.f-card-item::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
    z-index: 1 !important;
}

.f-card-item:hover {
    transform: translateY(-6px) !important;
    background-size: 112% 112% !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32) !important;
  }
  
  .f-card-txt {
      position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px !important;
    z-index: 2 !important;
  }
  
  .f-card-txt span {
      color: #fff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
      text-transform: uppercase !important;
    line-height: 1.2 !important;
    letter-spacing: 0.6px !important;
      display: block !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7) !important;
  }
  
  /* En PC mostrar 5 columnas para que las 10 queden en 2 filas */
  @media (min-width: 768px) {
      .f-grid-main {
          grid-template-columns: repeat(5, 1fr) !important;
      }
  }

@media (max-width: 767px) {
    .f-card-txt span {
        font-size: 13px !important;
    }
}
  
  /*Slide2*/
  /* Contenedor principal */
  .f-hero-slider-wrap {
      position: relative;
      width: 100%;
      overflow: hidden;
      background: #000;
  }
  
  .f-hero-slider {
      position: relative;
      height: 70vh; /* Altura ideal para escritorio */
      min-height: 450px;
  }
  
  /* Ítems del Slider */
  .f-hero-item {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 1;
  }
  
  .f-hero-item.active {
      opacity: 1;
      z-index: 2;
  }
  
  .f-hero-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.7); /* Oscurece imagen para que el texto resalte */
  }
  
  /* Textos únicos por Banner */
  .f-hero-info {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      width: 85%;
      z-index: 10;
  }
  
  .f-hero-t {
      font-size: 2.8rem !important;
      font-weight: 800 !important;
      text-transform: uppercase;
      margin-bottom: 10px !important;
      line-height: 1.1;
  }
  
  .f-hero-p {
      font-size: 1.2rem !important;
      margin-bottom: 25px !important;
  }
  
  .f-hero-btn {
      display: inline-block;
      background: #fff;
      color: #000 !important;
      padding: 12px 30px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      font-size: 14px;
  }
  
  /* Iconos de Navegación */
  .f-hero-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      z-index: 20;
  }
  
  .f-nav-prev, .f-nav-next {
      font-size: 30px;
      color: #fff;
      cursor: pointer;
      background: rgba(0,0,0,0.3);
      width: 50px; height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
  }
  
  .f-nav-prev:hover, .f-nav-next:hover {
      background: #fff;
      color: #000;
  }
  
  /* ADAPTACIÓN MÓVIL */
  @media (max-width: 768px) {
      .f-hero-slider { height: 50vh; min-height: 350px; }
      .f-hero-t { font-size: 1.6rem !important; }
      .f-hero-p { font-size: 0.9rem !important; }
      .f-hero-nav { display: none; } /* Ocultar flechas en móvil para evitar toques accidentales */
  }
  
  /* ULANZAMIETOS */
  /* Contenedor de la Sección */
  .f-section-lanzamientos {
      padding: 60px 20px;
      background-color: #ffffff;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
  }
  
  /* Título Estilo PDF */
  .f-titulo-lanzamientos {
      font-size: 2.2rem !important;
      font-weight: 800 !important;
      color: #1a1a1a;
      margin-bottom: 10px !important;
      text-transform: uppercase;
  }
  
  .f-linea-decorativa {
      width: 80px;
      height: 4px;
      background: #000;
      margin: 0 auto 40px;
  }
  
  /* Ajuste del Grid de WooCommerce */
  .f-productos-wrapper ul.products {
      margin: 0 !important;
      display: grid !important;
      grid-template-columns: repeat(4, 1fr) !important; /* 4 columnas en PC */
      gap: 20px !important;
  }
  
  /* Botón "Ver Más" Estilo Minimalista */
  .f-footer-lanzamientos {
      margin-top: 50px;
  }
  
  .f-btn-ver-mas {
      display: inline-block;
      padding: 18px 45px;
      background-color: #000;
      color: #fff !important;
      text-decoration: none !important;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 1px;
      border-radius: 5px;
      transition: background 0.3s ease;
  }
  
  .f-btn-ver-mas:hover {
      background-color: #333;
  }
  
  /* RESPONSIVE: Móviles y Tablets */
  @media (max-width: 992px) {
      .f-productos-wrapper ul.products {
          grid-template-columns: repeat(2, 1fr) !important; /* 2 columnas en móvil */
      }
      .f-titulo-lanzamientos {
          font-size: 1.6rem !important;
      }
  }
  
  /*SECCION TRASVERSAR*/
  /* Banner de lado a lado */
  .f-expert-banner {
      background-color: #000000;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      overflow: hidden;
      color: #ffffff;
      display: flex;
      align-items: center;
  }
  
  .f-expert-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      width: 100%;
      align-items: center;
      padding: 40px 20px;
  }
  
  /* Estilos de Texto */
  .f-expert-content {
      flex: 1;
      padding-right: 20px;
  }
  
  .f-expert-subtitle {
      font-size: 1.2rem;
      margin-bottom: 5px !important;
      font-weight: 300;
  }
  
  .f-expert-title {
      font-size: 2.5rem !important;
      font-weight: 800 !important;
      color: #ffffff !important;
      margin-bottom: 10px !important;
      line-height: 1;
  }
  
  .f-expert-text {
      font-size: 1.1rem;
      margin-bottom: 25px !important;
      opacity: 0.9;
  }
  
  /* Botón con borde blanco */
  .f-expert-btn {
      display: inline-block;
      padding: 12px 30px;
      border: 2px solid #ffffff;
      color: #ffffff !important;
      text-decoration: none !important;
      font-weight: bold;
      font-size: 1rem;
      transition: all 0.3s ease;
  }
  
  .f-expert-btn:hover {
      background-color: #ffffff;
      color: #000000 !important;
  }
  
  /* Manejo de la Imagen */
  .f-expert-image {
      flex: 1;
      display: flex;
      justify-content: flex-end;
  }
  
  .f-expert-image img {
      max-width: 100%;
      height: auto;
      display: block;
      /* Ajuste para que la imagen no tenga espacios raros */
      margin-bottom: -40px; 
  }
  
  /* ADAPTACIÓN PARA MÓVILES */
  @media (max-width: 768px) {
      .f-expert-container {
          flex-direction: column;
          text-align: center;
      }
      
      .f-expert-content {
          padding-right: 0;
          margin-bottom: 30px;
      }
  
      .f-expert-title {
          font-size: 1.8rem !important;
      }
  
      .f-expert-image {
          justify-content: center;
      }
      
      .f-expert-image img {
          margin-bottom: -20px;
          max-width: 80%;
      }
  }
  /*certificados */
  /* Contenedor de Confianza */
  .f-trust-section {
      padding: 60px 20px;
      background-color: #ffffff;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
  }
  
  .f-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-bottom: 50px;
  }
  
  /* Ítems individuales */
  .f-trust-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    padding: 14px 12px;
    border-radius: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  }
  
  .f-trust-icon {
    width: 170px; /* Iconos mas grandes */
    height: 170px;
    margin-bottom: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    transition: transform 0.25s ease, filter 0.25s ease;
  }
  
  .f-trust-icon img {
    max-width: 100%;
      height: auto;
      object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.f-trust-item:hover {
    transform: translateY(-5px);
    background-color: #f7f7f7;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.f-trust-item:hover .f-trust-icon {
    transform: scale(1.05);
}

.f-trust-item:hover .f-trust-icon img {
    transform: scale(1.12) rotate(-2deg);
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.2));
  }
  
  /* Textos */
  .f-trust-item h3 {
      font-size: 14px !important;
      font-weight: 700 !important;
      letter-spacing: 1px;
      margin-bottom: 15px !important;
      color: #333;
      text-transform: uppercase;
  }
  
  .f-trust-item p {
      font-size: 13px;
      line-height: 1.6;
      color: #666;
      margin: 0 !important;
  }
  
  /* Colores destacados como en la imagen */
  .f-highlight { color: #2e52d3; font-weight: 600; }
  .f-link-alt { color: #2e52d3; font-weight: 600; text-decoration: none; }
  
  /* Botón Outline */
  .f-btn-outline {
      display: inline-block;
      padding: 15px 40px;
      border: 1px solid #000;
      color: #000 !important;
      text-decoration: none !important;
      font-size: 14px;
      font-weight: 600;
      border-radius: 5px;
      transition: all 0.3s ease;
  }
  
  .f-btn-outline:hover {
      background-color: #f8f8f8;
  }
  
  /* RESPONSIVO */
  @media (max-width: 992px) {
      .f-trust-grid {
          grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets */
      }
  }
  
  @media (max-width: 600px) {
      .f-trust-grid {
          grid-template-columns: 1fr; /* 1 columna en celulares */
          gap: 40px;
      }

    .f-trust-icon {
        width: 135px;
        height: 135px;
    }
  }

/* ============================================================
   OVERRIDE FINAL MENU (dinamico + estable)
   Basado en la guia 21-144
   ============================================================ */

:root {
    --tm-bg: rgba(10, 10, 10, 0.95);
    --tm-bg-solid: #0a0a0a;
    --tm-text: #ffffff;
    --tm-muted: rgba(255, 255, 255, 0.75);
    --tm-border: rgba(255, 255, 255, 0.16);
    --tm-accent: #ff0000;
}

/* Header fijo, limpio y siempre por encima */
.site-header-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px !important;
    background: var(--tm-bg) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--tm-border) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    transition: all 0.3s ease;
}

body {
    padding-top: 92px !important;
}

/* Barra superior de contacto integrada al look oscuro */
.contacto {
    background: linear-gradient(90deg, #141414, #1d1d1d) !important;
    color: var(--tm-muted) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Layout estable del nav para evitar saltos */
#site-navigation {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin-top: 0 !important;
}

.main-navigation .primary-menu-container.buddyx-desktop-menu > ul#primary-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

/* Links: efecto premium dinamico */
.main-navigation ul#primary-menu > li > a {
    position: relative;
    color: var(--tm-text) !important;
    font-family: "Inter", "Corbel", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid transparent !important;
    border-radius: 999px;
    padding: 8px 14px !important;
    background: transparent !important;
    transition: all 0.25s ease;
}

.main-navigation ul#primary-menu > li > a::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, #8f8f8f);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.main-navigation ul#primary-menu > li:hover > a,
.main-navigation ul#primary-menu > li.current-menu-item > a,
.main-navigation ul#primary-menu > li.current-menu-parent > a {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.main-navigation ul#primary-menu > li:hover > a::after,
.main-navigation ul#primary-menu > li.current-menu-item > a::after,
.main-navigation ul#primary-menu > li.current-menu-parent > a::after {
    transform: scaleX(1);
}

/* Dropdown corregido (evita que desaparezca por reglas antiguas) */
.main-navigation .sub-menu .menu-item {
    display: list-item !important;
}

.main-navigation ul.sub-menu {
    background: #111111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: all 0.2s ease;
}

.main-navigation li:hover > ul.sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.main-navigation ul.sub-menu li a {
    color: var(--tm-text) !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
    border-radius: 0 !important;
}

.main-navigation ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.09) !important;
}

/* Buscador unificado (tu tema usa varios IDs/clases) */
#product-search,
#product-search-field-0,
.product-search-field {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    transition: all 0.25s ease;
}

#product-search:focus,
#product-search-field-0:focus,
.product-search-field:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: var(--tm-accent) !important;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.16);
    outline: none !important;
}

#product-search::placeholder,
#product-search-field-0::placeholder,
.product-search-field::placeholder {
    color: rgba(255, 255, 255, 0.72) !important;
}

#buscar-perfume,
#buscar-perfume .fa,
#buscar-perfume .fa:before {
    color: #ffffff !important;
}

/* Iconos y total carrito */
.menu-icons-wrapper .cart i,
.menu-icons-wrapper .cart .total-carrito,
.buddypress-icons-wrapper .btn-login i,
.cart-total-wrap .cart-total,
.cart-total-wrap .cart-link {
    color: #ffffff !important;
}

.menu-icons-wrapper .cart sup,
.buddypress-icons-wrapper .bp-msg sup,
.buddypress-icons-wrapper .user-notifications sup {
    background: var(--tm-accent) !important;
    color: #ffffff !important;
    animation: tm-badge-pulse 1.8s infinite;
}

@keyframes tm-badge-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(255, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

/* Menu movil coherente */
@media (max-width: 767px) {
    .site-header-wrapper {
        height: 78px !important;
    }

    body {
        padding-top: 78px !important;
    }

    .site-branding img {
        max-height: 48px !important;
        left: 12px !important;
        top: 0 !important;
        transform: none !important;
    }

    .nav--toggle-small .menu-toggle .fa {
        color: #ffffff !important;
    }

    .main-navigation .primary-menu-container {
        background: var(--tm-bg-solid) !important;
    }

    .main-navigation ul#primary-menu > li > a {
        border-radius: 8px;
        margin: 2px 8px;
    }
}

/* Ajuste de ancho real para bloque de busqueda en header */
.site-header .info-adicional {
    width: min(56vw, 700px) !important;
    max-width: 700px !important;
    right: 2% !important;
    top: 52px !important;
}

.site-header .info-adicional .buscar-perfume {
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 !important;
    left: auto !important;
    right: 0 !important;
    float: none !important;
}

#product-search-form-0 {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

#product-search-form-0 #product-search,
#product-search-form-0 #product-search-field-0,
#product-search-form-0 .product-search-field {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto;
    position: static !important;
    right: auto !important;
}

#product-search-form-0 #buscar-perfume {
    width: 40px !important;
    min-width: 40px !important;
    height: 34px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    right: auto !important;
}

@media (max-width: 1200px) {
    .site-header .info-adicional {
        width: min(52vw, 560px) !important;
    }
}

@media (max-width: 767px) {
    .site-header .info-adicional {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        right: 12px !important;
        left: 12px !important;
        top: 80px !important;
    }

    .site-header .info-adicional .buscar-perfume {
        width: 100% !important;
    }
}

/* Espacio dedicado para busqueda (evita que se monte sobre el menu) */
@media (min-width: 768px) {
    .site-header-wrapper {
        height: 132px !important;
    }

    body {
        padding-top: 132px !important;
    }

    /* Menu en primera fila completa */
    #site-navigation {
        padding-right: 16px !important;
        min-height: 48px;
    }

    /* Barra de busqueda en segunda fila, debajo del menu */
    .site-header .info-adicional {
        position: absolute !important;
        top: 74px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: min(760px, calc(100% - 32px)) !important;
        max-width: 760px !important;
        z-index: 10;
        text-align: center;
    }

    .site-header .info-adicional .info-1 {
        display: none !important;
    }

    .site-header .info-adicional .buscar-perfume {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .site-header-wrapper {
        height: 124px !important;
    }

    body {
        padding-top: 124px !important;
    }

    #site-navigation {
        padding-right: 12px !important;
    }

    .site-header .info-adicional {
        top: 82px !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: calc(100% - 24px) !important;
        max-width: none !important;
    }
}

/* Correccion final mobile: evitar menu doble + separar buscador */
@media (max-width: 767px) {
    /* Mostrar solo la interfaz de menu movil */
    .main-navigation .primary-menu-container.buddyx-desktop-menu {
        display: none !important;
    }

    .main-navigation .primary-menu-container.buddyx-mobile-menu {
        display: block !important;
    }

    /* Oculta iconos/acciones desktop duplicadas en mobile */
    #site-navigation > .buddypress-icons-wrapper:not(.buddyx-mobile-icon) {
        display: none !important;
    }

    .buddypress-icons-wrapper.buddyx-mobile-icon {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }

    /* Deja la fila del nav limpia para toggle + iconos */
    #site-navigation {
        min-height: 44px;
        padding-top: 6px !important;
        padding-bottom: 2px !important;
    }

    /* Busqueda en su propia fila, sin montarse */
    .site-header .info-adicional {
        top: 88px !important;
        left: 12px !important;
        right: 12px !important;
        transform: none !important;
        width: auto !important;
    }

    .site-header .info-adicional .buscar-perfume,
    #product-search-form-0 {
        width: 100% !important;
    }

    #product-search-form-0 #product-search,
    #product-search-form-0 .product-search-field {
        min-width: 0;
    }
}

/* Buscador compacto (evita solapes) */
.site-header .info-adicional .buscar-perfume {
    max-width: 520px !important;
}

#product-search-form-0 #product-search,
#product-search-form-0 #product-search-field-0,
#product-search-form-0 .product-search-field {
    height: 30px !important;
    min-height: 30px !important;
    font-size: 11px !important;
    padding: 0 12px !important;
}

#product-search-form-0 #buscar-perfume {
    width: 34px !important;
    min-width: 34px !important;
    height: 30px !important;
}

@media (max-width: 767px) {
    .site-header .info-adicional .buscar-perfume {
        max-width: none !important;
    }
}

/* Sugerencias autocomplete: izquierda, maximo 3, lectura rapida */
#product-search-results-content-0 {
    text-align: left !important;
}

#product-search-results-content-0 .tm-search-suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#product-search-results-content-0 .search-result-item {
    margin-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#product-search-results-content-0 .search-result-item a {
    display: block;
    text-align: left !important;
    padding: 8px 10px;
    line-height: 1.3;
}

/* ============================================================
   Header 2026 limpio (sobrescribe estilos antiguos conflictivos)
   ============================================================ */

.tm-header-shell {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000 !important;
    background: #090909 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body {
    padding-top: 155px !important;
}

.tm-topbar {
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-topbar .container {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.tm-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.tm-contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 12px;
    color: #f4f4f4 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, #1a1a1a, #101010);
}

.tm-phone { border-color: rgba(212, 175, 55, 0.45); }
.tm-mail { border-color: rgba(255, 59, 59, 0.45); }

.tm-header-main {
    background: #121212;
}

.tm-header-main-inner {
    min-height: 62px;
    display: grid;
    grid-template-columns: 220px 1fr 44px;
    align-items: center;
    gap: 14px;
}

.tm-logo-area .site-branding {
    margin: 0 !important;
}

.tm-logo-area .site-branding .site-branding-inner {
    display: none !important;
}

.tm-logo-area .custom-logo {
    max-height: 58px !important;
    width: auto !important;
    position: static !important;
}

.tm-desktop-nav > .menu,
.tm-desktop-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-desktop-nav a {
    color: #f2f2f2 !important;
    text-decoration: none;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 7px 11px !important;
    border-radius: 999px;
    border: 1px solid transparent;
}

.tm-desktop-nav a:hover,
.tm-desktop-nav .current-menu-item > a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.45);
}

/* Dropdown escritorio */
.tm-desktop-nav .menu-item-has-children {
    position: relative;
}

.tm-desktop-nav .page_item_has_children {
    position: relative;
}

.tm-desktop-nav .sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
    z-index: 10005;
}

.tm-desktop-nav .sub-menu li {
    display: block;
}

/* Override del CSS legado que oculta submenus en desktop */
.tm-desktop-nav .sub-menu .menu-item,
.tm-desktop-nav .sub-menu li,
.tm-desktop-nav .children li {
    display: block !important;
}

.tm-desktop-nav .sub-menu a {
    display: block;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 9px 14px !important;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px !important;
}

.tm-desktop-nav .menu-item-has-children:hover > .sub-menu,
.tm-desktop-nav .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tm-desktop-nav .page_item_has_children:hover > .children,
.tm-desktop-nav .page_item_has_children:focus-within > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tm-desktop-nav .children {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
    z-index: 10005;
}

.tm-desktop-nav {
    overflow: visible;
}

.tm-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tm-user-link,
.tm-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f0f0f0 !important;
    text-decoration: none !important;
    font-size: 12px;
}

.tm-cart-total {
    color: #d4af37;
    font-weight: 700;
}

.tm-cart-link i,
.tm-cart-link .fa,
.tm-cart-link .total-carrito,
.tm-cart-link .cart-total {
    color: #ffffff !important;
}

/* ============================================================
   Single Product - Slider recomendados/mas vendidos
   ============================================================ */
.single-product .tm-single-reco-wrap {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 8px;
    padding: 0;
}

.tm-single-reco-head h2 {
    margin: 0 0 10px;
    font-size: clamp(18px, 1.4vw, 24px);
    color: #171717;
}

.tm-single-reco-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tm-single-reco-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
}

.tm-single-reco-viewport::-webkit-scrollbar {
    display: none;
}

.tm-single-reco-track {
    list-style: none;
    margin: 0;
    padding: 2px 0 6px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 5);
    gap: 10px;
}

.tm-single-reco-item {
    margin: 0;
}

.tm-single-reco-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 9px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tm-single-reco-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.tm-single-reco-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tm-single-reco-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 6px;
}

.tm-single-reco-thumb img {
    max-width: 100%;
    height: auto;
}

.tm-single-reco-title {
    font-size: 12px;
    line-height: 1.35;
    color: #1c1c1c;
    margin: 0 0 4px;
}

.tm-single-reco-price {
    color: #222;
    font-weight: 700;
    font-size: 13px;
}

.single-product .tm-single-reco-wrap .tm-single-reco-btn,
.single-product .tm-single-reco-wrap a.tm-single-reco-btn.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #101010 !important;
    background: #111 !important;
    background-color: #111 !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-product .tm-single-reco-wrap .tm-single-reco-btn:hover,
.single-product .tm-single-reco-wrap a.tm-single-reco-btn.button:hover {
    background: #c91f1f !important;
    background-color: #c91f1f !important;
    border-color: #c91f1f !important;
    transform: translateY(-1px);
}

.single-product .tm-single-reco-wrap .tm-single-reco-btn:focus,
.single-product .tm-single-reco-wrap .tm-single-reco-btn:active,
.single-product .tm-single-reco-wrap a.tm-single-reco-btn.button:focus,
.single-product .tm-single-reco-wrap a.tm-single-reco-btn.button:active {
    background: #c91f1f !important;
    background-color: #c91f1f !important;
    border-color: #c91f1f !important;
}

/* ============================================================
   Variaciones como botones (single product)
   ============================================================ */
.single-product form.variations_form table.variations select[name^="attribute_"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.single-product .tm-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}

.single-product .tm-variation-btn {
    border: 1px solid #1a1a1a;
    background: #111;
    color: #fff;
    border-radius: 8px;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-product .tm-variation-btn:hover {
    background: #2a2a2a;
}

.single-product .tm-variation-btn.is-active {
    background: #c91f1f;
    border-color: #c91f1f;
    color: #fff;
}

.single-product .tm-variation-btn.is-disabled,
.single-product .tm-variation-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.tm-reco-nav {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #111;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .tm-single-reco-track {
        grid-auto-columns: calc((100% - 20px) / 3);
    }
}

@media (max-width: 860px) {
    .tm-single-reco-track {
        grid-auto-columns: calc((100% - 10px) / 2);
    }
}

@media (max-width: 767px) {
    .tm-single-reco-track {
        grid-auto-columns: 100%;
    }

    .tm-reco-nav {
        width: 30px;
        height: 30px;
    }
}

.tm-mobile-toggle {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: #1b1b1b;
    color: #fff;
    width: 36px;
    height: 34px;
}

.tm-search-row {
    background: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tm-search-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 4px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.tm-search-wrap #product-search-form-0 {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
}

.tm-search-wrap #product-search {
    width: 100%;
    height: 34px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: #191919 !important;
    color: #fff !important;
    padding: 0 12px !important;
}

.tm-search-wrap #buscar-perfume {
    width: 36px !important;
    min-width: 36px !important;
    height: 34px !important;
    border-radius: 0;
    border: 0 !important;
    background: transparent;
    color: #d4af37 !important;
}

.tm-search-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.tm-search-wrap #product-search-results-content-0 {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    width: 100%;
    background: #101010 !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    z-index: 10002;
}

.tm-mobile-menu {
    display: none;
    background: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-mobile-menu .menu,
.tm-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.tm-mobile-menu a {
    color: #f5f5f5 !important;
    text-decoration: none;
    display: block;
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    font-size: 12px;
}

.tm-mobile-menu.is-open {
    display: block;
}

/* Dropdown movil */
.tm-mobile-menu .menu-item-has-children {
    position: relative;
}

.tm-mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.tm-mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
}

.tm-submenu-toggle {
    position: absolute;
    right: 2px;
    top: 6px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: #1b1b1b;
    color: #d4af37;
    cursor: pointer;
}

/* Neutraliza menus legacy para evitar duplicados/conflictos */
.site-header-wrapper .contacto,
.site-header-wrapper .info-adicional,
.site-header-wrapper #site-navigation,
.site-header-wrapper .main-navigation,
.site-header-wrapper .buddyx-mobile-menu,
.site-header-wrapper .buddyx-desktop-menu,
.site-header-wrapper .buddypress-icons-wrapper {
    display: none !important;
}

@media (max-width: 991px) {
    body {
        padding-top: 130px !important;
    }

    .tm-topbar-inner {
        min-height: 34px;
        gap: 8px;
    }

    .tm-contact-chip {
        font-size: 11px;
        padding: 5px 9px;
    }

    .tm-header-main-inner {
        grid-template-columns: 1fr auto;
        min-height: 52px;
        gap: 8px;
    }

    .tm-desktop-nav {
        display: none;
    }

    .tm-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .tm-user-link span {
        display: none;
    }

    .tm-cart-link {
        font-size: 11px;
    }

    .tm-search-wrap {
        max-width: 100%;
        padding: 6px 0 8px;
        gap: 8px;
    }

    .tm-search-actions {
        gap: 8px;
    }

    .tm-search-actions .tm-user-link,
    .tm-search-actions .tm-cart-link {
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .tm-topbar .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .tm-contact-chip {
        max-width: 48%;
        justify-content: center;
    }

    .tm-contact-chip span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tm-search-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .tm-search-actions {
        justify-content: flex-end;
    }
}

/* Ajuste desktop: logo a la izquierda total + menu clasico centrado */
@media (min-width: 992px) {
    .tm-header-main .container {
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .tm-header-main-inner {
        grid-template-columns: auto auto;
        grid-template-areas: "logo nav";
        align-items: center;
        gap: 50px;
        justify-content: center;
        min-height: 52px;
    }

    .tm-logo-area {
        grid-area: logo;
        justify-self: end;
        margin-right: 6px;
    }

    .tm-logo-area .custom-logo {
        max-height: 64px !important;
        margin-top: 6px !important;
    }

    .tm-desktop-nav {
        grid-area: nav;
        justify-self: center;
        width: auto;
    }

    .tm-desktop-nav > .menu,
    .tm-desktop-nav > ul {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
    }

    /* Icono de inicio del menu en escritorio */
    .tm-desktop-nav > .menu::before,
    .tm-desktop-nav > ul::before {
        content: "≡";
        color: #d4af37;
        font-size: 18px;
        line-height: 1;
        margin-right: 10px;
    }

    .tm-header-actions {
        display: none !important;
    }

    .tm-mobile-toggle {
        display: none !important; /* No mostrar icono movil en escritorio */
    }

    .tm-search-wrap {
        max-width: 720px;
    }

    /* Transparencia suave del header al hacer scroll (desktop) */
    .tm-header-shell.tm-scrolled {
        background: rgba(9, 9, 9, 0.82) !important;
        backdrop-filter: blur(8px);
    }

    .tm-header-shell.tm-scrolled .tm-topbar {
        background: rgba(0, 0, 0, 0.78) !important;
    }

    .tm-header-shell.tm-scrolled .tm-header-main {
        background: rgba(18, 18, 18, 0.78) !important;
    }

    .tm-header-shell.tm-scrolled .tm-search-row {
        background: rgba(15, 15, 15, 0.72) !important;
    }
}

/* Movil: icono del menu a la derecha del logo */
@media (max-width: 991px) {
    .tm-header-main-inner {
        grid-template-columns: 44px 1fr 44px !important;
        grid-template-areas: "spacer logo toggle";
        align-items: center;
    }

    .tm-logo-area {
        grid-area: logo;
        justify-self: center;
        text-align: center;
    }

    .tm-header-actions {
        grid-area: toggle;
        justify-self: end;
        display: flex !important;
    }

    .tm-mobile-toggle {
        display: inline-flex !important;
    }

    .tm-header-main-inner::before {
        content: "";
        grid-area: spacer;
        width: 44px;
        height: 34px;
        display: block;
    }
}

/* Fix movil (<768): logo centrado + margen superior */
@media (max-width: 767px) {
    .tm-logo-area {
        justify-self: center !important;
        text-align: center !important;
    }

    .tm-logo-area .site-branding,
    .tm-logo-area .site-branding a {
        display: inline-block !important;
        text-align: center !important;
    }

    .tm-logo-area .custom-logo,
    .tm-logo-area .site-branding img {
        position: static !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        display: block !important;
        margin: 10px auto 0 !important;
    }
}

/* ============================================================
   FOOTER MODERNO ELEGANTE (sin cambiar contenido)
   ============================================================ */
.tm-modern-footer {
    position: relative;
    margin-top: 24px;
    background: linear-gradient(180deg, #171717 0%, #111111 52%, #0b0b0b 100%) !important;
    border-top: 1px solid rgba(10, 10, 10, 0.95);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.45);
}

.tm-modern-footer .site-footer-wrapper {
    padding: 34px 0 20px;
}

.tm-modern-footer .footer-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.tm-modern-footer .footer-widget {
    padding: 17px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.tm-modern-footer .footer-widget:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    transform: translateY(-2px);
}

.tm-modern-footer .footer-widget .widget-title,
.tm-modern-footer .footer-widget h1,
.tm-modern-footer .footer-widget h2,
.tm-modern-footer .footer-widget h3,
.tm-modern-footer .footer-widget h4 {
    margin-bottom: 10px;
    color: #f3f3f3;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.tm-modern-footer .footer-widget,
.tm-modern-footer .footer-widget p,
.tm-modern-footer .footer-widget li {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

.tm-modern-footer .footer-widget a,
.tm-modern-footer .site-info a,
.tm-footer-credits a {
    color: #d2d2d2;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.tm-modern-footer .footer-widget a:hover,
.tm-modern-footer .site-info a:hover,
.tm-footer-credits a:hover {
    color: #ffffff;
    opacity: 1;
}

.tm-modern-footer .site-info {
    margin-top: 14px;
    padding: 12px 0 2px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.tm-footer-credits {
    width: 100%;
    margin-top: 0 !important;
    padding: 18px 16px 20px !important;
    text-align: center;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.75;
    border-top: 1px solid #000000;
    background: #1f1f1f !important;
}

.tm-footer-credits strong {
    display: inline-block;
    margin-top: 2px;
    color: #ececec;
    font-size: 13px;
    letter-spacing: 0.35px;
}

@media (max-width: 767px) {
    .tm-modern-footer .site-footer-wrapper {
        padding: 24px 0 14px;
    }

    .tm-modern-footer .footer-inner {
        gap: 12px;
    }

    .tm-modern-footer .footer-widget {
        padding: 14px 12px;
        border-radius: 10px;
    }

    .tm-modern-footer .site-info {
        font-size: 12px;
    }

    .tm-footer-credits {
        font-size: 11px !important;
        line-height: 1.7;
        padding: 16px 12px 18px !important;
    }
}

/* Fondo global elegante gris medio */
body,
#page,
.site {
    background-color: #d1d4d8 !important;
}

/* ============================================================
   Fichas de producto modernas y animadas
   ============================================================ */
/* Fondo de la ficha de producto (single product) */
.single-product div.product {
    background-color: #f2f2f2 !important;
    border-radius: 14px;
    padding: 14px;
}

/* Tarjetas de producto en grid de tienda */
ul.products li.product {
    background: #ffffff !important;
    padding: 15px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

/* Animacion hover de tarjetas */
ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

/* Imagenes de producto con integracion visual */
.woocommerce-product-gallery,
ul.products li.product img {
    background-color: transparent !important;
    mix-blend-mode: multiply;
}

/* ============================================================
   FAQ HOME (bloque centrado con margenes laterales)
   ============================================================ */
.faq-home-wrap {
    width: min(1100px, 92%) !important;
    margin: 30px auto !important;
    padding: 0 8px !important;
}

.faq-home-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: start;
}

.faq-columna {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.faq-titulo {
    display: block !important;
    list-style: none !important;
    cursor: pointer !important;
    text-align: center !important;
    font-size: clamp(15px, 1.2vw, 19px) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    color: #111111 !important;
    padding: 14px 14px !important;
    background: linear-gradient(180deg, #f7f7f7 0%, #eeeeee 100%) !important;
    transition: background 0.25s ease, color 0.25s ease;
}

.faq-titulo::-webkit-details-marker {
    display: none;
}

.faq-titulo::after {
    content: "+";
    float: right;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #1d1d1d;
    margin-left: 10px;
}

.faq-contenido {
    max-height: 0;
    overflow: hidden;
    text-align: center !important;
    color: #2a2a2a !important;
    line-height: 1.75 !important;
    font-size: 15px !important;
    padding: 0 16px !important;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 0.35s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease;
}

.faq-item[open] .faq-titulo {
    background: linear-gradient(180deg, #ececec 0%, #e3e3e3 100%) !important;
}

.faq-item[open] .faq-titulo::after {
    content: "-";
}

.faq-item[open] .faq-contenido {
    max-height: 420px;
    padding: 0 16px 14px !important;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .faq-home-wrap {
        width: min(900px, 94%) !important;
    }

    .faq-home-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Forzar 2 columnas en escritorio (izquierda/derecha) */
@media (min-width: 901px) {
    .faq-home-wrap {
        width: min(1100px, 92%) !important;
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .faq-home-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-auto-flow: row !important;
        align-items: start !important;
        gap: 18px !important;
    }

    .faq-columna {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

/* ============================================================
   SEO BLOCK - BENEFICIOS / SPOILER / ADDI (elegante)
   ============================================================ */
.perfumes-mas-vendidos {
    width: min(1200px, 94%) !important;
    margin: 30px auto !important;
}

.perfumes-mas-vendidos .seccion-beneficios {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    padding: 0 !important;
    margin: 0 auto 26px !important;
    background: transparent !important;
}

.perfumes-mas-vendidos .cuadro1,
.perfumes-mas-vendidos .cuadro2 {
    padding: 24px 24px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
    text-align: left !important;
}

.perfumes-mas-vendidos .cuadro1 h1,
.perfumes-mas-vendidos .cuadro2 h2,
.perfumes-mas-vendidos .cuadro2 h3 {
    color: #131313 !important;
    line-height: 1.22 !important;
    letter-spacing: 0.2px !important;
    margin: 0 0 10px !important;
}

.perfumes-mas-vendidos .cuadro1 h1 { font-size: clamp(24px, 2.1vw, 34px) !important; }
.perfumes-mas-vendidos .cuadro1 h2 { font-size: clamp(18px, 1.4vw, 22px) !important; margin-bottom: 14px !important; }
.perfumes-mas-vendidos .cuadro2 h3 { font-size: clamp(20px, 1.6vw, 28px) !important; margin-bottom: 12px !important; }

.perfumes-mas-vendidos .cuadro1 ul,
.perfumes-mas-vendidos .cuadro2 ol {
    margin: 12px 0 0 !important;
    padding-left: 20px !important;
}

.perfumes-mas-vendidos .cuadro1 li,
.perfumes-mas-vendidos .cuadro2 li,
.perfumes-mas-vendidos .cuadro2 {
    color: #2a2a2a !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.perfumes-mas-vendidos .cuadro1 li::marker,
.perfumes-mas-vendidos .cuadro2 li::marker {
    color: #1a1a1a !important;
    font-weight: 700;
}

.perfumes-mas-vendidos .boton-ofertas {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 14px !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    border: 1px solid #161616 !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    opacity: 1 !important;
    animation: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.perfumes-mas-vendidos .boton-ofertas:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
}

.perfumeria-info.su-spoiler {
    margin: 10px auto 26px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.perfumeria-info .su-spoiler-title {
    background: linear-gradient(180deg, #191919 0%, #111111 100%) !important;
    color: #f8f8f8 !important;
    font-weight: 700 !important;
    padding: 14px 16px 14px 48px !important;
    letter-spacing: 0.3px;
}

.perfumeria-info .su-spoiler-content {
    background: #f7f8fa !important;
    color: #1f1f1f !important;
    padding: 16px !important;
}

.perfumes-originales {
    width: min(1200px, 94%) !important;
    margin: 0 auto 20px !important;
}

.perfumes-originales .su-column {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
    padding: 18px 18px !important;
}

.perfumes-originales .texto-j {
    text-align: justify !important;
    line-height: 1.8 !important;
    color: #2b2b2b !important;
}

.perfumes-originales .texto-j h2 {
    margin: 0 0 10px !important;
    color: #161616 !important;
    font-size: clamp(22px, 1.6vw, 30px) !important;
    line-height: 1.2 !important;
}

.perfumes-originales .texto-j b,
.perfumes-originales .texto-j strong {
    color: #111111 !important;
}

.addi-top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: min(1200px, 94%) !important;
    margin: 10px auto 28px !important;
    padding: 18px 20px !important;
    min-height: 82px !important;
    height: auto !important;
    border-radius: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%) !important;
}

.addi-top h3 {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(17px, 1.6vw, 26px) !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
}

.addi-top h3 a { color: #ffffff !important; text-decoration: none !important; }

.addi-top .cupo {
    float: none !important;
    margin: 0 !important;
    height: auto !important;
    padding: 11px 20px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: background 0.25s ease, transform 0.25s ease !important;
}

.addi-top .cupo:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    transform: translateY(-2px);
    opacity: 1 !important;
}

@media (max-width: 900px) {
    .perfumes-mas-vendidos .seccion-beneficios {
        grid-template-columns: 1fr !important;
    }

    .perfumes-originales .su-column {
        margin-bottom: 12px;
    }

    .addi-top {
        flex-direction: column;
        align-items: flex-start;
    }
}
