@charset "utf-8";
/* Título: máximo 2 líneas y alineado */
.pro_cat .owl-carousel .item .product-item-name h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #444444;
    margin: 8px 0 4px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-transform: none;
    text-align: left;            /* <--- asegura alineación izquierda */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.6em;
}

/* Marca/subtítulo alineado */
.pro_cat .owl-carousel .item .product-subtitle {
    font-size: 0.85rem;
    font-weight: 400;
    color: #444444;
    margin-bottom: 6px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    text-align: left;            /* <--- asegura alineación izquierda */
}

/* Precio alineado */
.pro_cat .owl-carousel .item .price-box {
    display: flex;
    flex-direction: row;
    align-items: baseline;      /* Alinea precios correctamente */
    gap: 6px;
    margin-top: 4px;
    text-align: left;           /* <--- asegura alineación izquierda */
}

.pro_cat .owl-carousel .item .price-box .price-offer {
    text-decoration: line-through;
    font-size: 1.1rem;
    font-weight: 500;
}

.pro_cat .owl-carousel .item .price-box .price-final {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
}

/* Hover del bloque */
.pro_cat .owl-carousel .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
    .pro_cat .owl-carousel .item {
        padding: 8px;
        margin: 4px;
    }

    .pro_cat .owl-carousel .item .product-item-name h5 {
        font-size: 0.95rem;
        height: 2.5em;
    }

    .pro_cat .owl-carousel .item .product-subtitle {
        font-size: 0.8rem;
    }

    .pro_cat .owl-carousel .item .price-box .price-final {
        font-size: 1.25rem;
    }
}
	   
/* Estilo general para el contenedor de confianza */
/* Bloque general de Checkout */
.product-checkout-info {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

/* Título del bloque de pago */
.product-checkout-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

/* Imagen de métodos de pago */
.payment-methods img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
	margin-bottom: 5px;
}

/* Estilo de mensaje de PayPal */
.paypal-message {
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Estilo del bloque de confianza */
.product-trust-box{
  border:1px solid #e5e5e5;
  background:#fafafa;
  border-radius:8px;
  padding:12px 14px;
  font-size:13px;
  line-height:1.4;
}

.product-trust-title{
  font-weight:700;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
}

.product-trust-title i{ color:#ff3399; }

.product-trust-list{ list-style:none; padding:0; margin:0; }

.product-trust-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:8px;
}

.product-trust-list li i{
  margin-top:2px;
  color:#777;
  font-size:14px;
  width:16px;
  flex:0 0 16px;
}

.trust-text{ display:inline; }
.trust-text strong{ margin-right:2px; } /* <- AQUÍ está el espacio que te falta */
.trust-muted{ color:#666; }

.trust-whatsapp .fa-whatsapp{ color:#25D366; }

.whatsapp-link{
  margin-left:2px;
  color:#25D366;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:2px;
}

.whatsapp-link:hover{ color:#128C7E; }

/* ====== FOTORAMA (DETALLE) – PRO, CENTRADO Y ESTABLE ====== */

.fotorama{
  width: 100%;
  max-width: 460px;     /* tu tamaño objetivo */
  margin: 0 auto;       /* centrado */
}

/* Reserva altura estable (evita saltos) */
.fotorama__stage{
  width: 100%;
  aspect-ratio: 1 / 1;  /* 460x460 */
  background: #fff;
}

/* Imagen: en detalle mejor contain (no recorta) */
.fotorama__stage .fotorama__img{
  object-fit: contain !important;
  object-position: center !important;
  background: #fff;
}

/* Thumbs */
.fotorama__nav--thumbs .fotorama__nav__frame{
  width: 70px;
  height: 70px;
}
.fotorama__thumb{
  background: #fff;
}
.fotorama__thumb img{
  object-fit: cover;
  object-position: center;
}

/* Móvil: thumbs más pequeños */
@media (max-width:576px){
  .fotorama{
    max-width: 100%;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame{
    width: 58px;
    height: 58px;
  }
}

/* ====== Flechas modernas (SIN sprite) ====== */

/* Por si el theme las oculta */
.fotorama__arr{
  display: block !important;
  opacity: 1 !important;
  z-index: 50;
  width: 40px;
  height: 40px;
  margin-top: -20px;               /* centra vertical */
  border-radius: 999px;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

/* Quita sprite antiguo */
.fotorama__arr,
.fotorama__fullscreen-icon{
  background-image: none !important;
}

/* Flecha */
.fotorama__arr::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  font-family: Arial, sans-serif !important;
  font-size: 28px;
  line-height: 1;
  color: #222;
  content: "";
}

.fotorama__arr--prev::after{ content: "‹"; }
.fotorama__arr--next::after{ content: "›"; }

/* Hover */
.fotorama__arr:hover{
  background: #666 !important;
}
.fotorama__arr:hover::after{
  color: #fff;
}

/* Disabled (cuando no hay anterior/siguiente) */
.fotorama__arr--disabled{
  opacity: .35 !important;
  cursor: default !important;
  pointer-events: none;
}

	   #divpago img{
  width: 100%;
  max-width: 300px;
  height: auto; /* mantiene proporción */
  display: block;
}
	   
	   /* Reserva espacio para el bloque de PayPal y evita saltos */
.product-checkout-info [data-pp-message]{
  min-height: 22px;   /* prueba 22–28 */
  display: block;
}
	   
	   /* Breadcrumb: quitar separadores raros del tema */
.bread-crumb li::after { 
  content: none !important;
}

/* Si el tema usa ::before para meter ">>" o "»", lo anulamos */
.bread-crumb li::before {
  content: none !important;
}

/* Y ponemos nuestro separador SOLO a partir del segundo elemento */
.bread-crumb li + li::before {
  content: "›" !important;     /* cambia por "/" o ">" si quieres */
  margin: 0 8px !important;
  color: #777;
}
	   
.plazos-mini{
  margin-top:8px;
  font-size:13px;
  color:#222;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.plazos-link{
  color:#0a58ca;
  text-decoration:underline;
  font-weight:600;
}
.plazos-link:hover{ color:#084298; }


	   .trust-link{
  color:#0a58ca;
  text-decoration:underline;
  font-weight:600;
}
.trust-link:hover{ color:#084298; }

.trust-badge{
  display:inline-block;
  margin-left:10px;
  padding:3px 8px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.shipping-free{
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:12px 14px;
  margin-bottom:14px;
  background:#fff;
  color:#111;
}
.shipping-free span{
  display:block;
  margin-top:4px;
  color:#444;
  font-size:13px;
}

.shipping-title{
  margin-top:14px;
  margin-bottom:8px;
  font-weight:800;
  color:#111;
}

.shipping-table{
  border:1px solid #e6e6e6;
  border-radius:12px;
  overflow:hidden;
}
.shipping-row{
  display:flex;
  gap:10px;
  padding:12px 14px;
  border-top:1px solid #eee;
}
.shipping-row:first-child{ border-top:0; }
.shipping-col:nth-child(1){ flex: 1.3; }
.shipping-col:nth-child(2){ flex: .7; text-align:left; color:#333; }
.shipping-col:nth-child(3){ flex: .5; text-align:right; color:#111; }

.shipping-row small{ color:#666; }

.shipping-note{
  margin-top:12px;
  color:#555;
  font-size:12.5px;
}

.trust-card-ctr{
  background:#fff;
  border:1px solid #e7e7e7;
  border-radius:16px;
  overflow:hidden;
}

.trust-list-ctr{
  list-style:none !important;
  margin:0 !important;
  padding:10px 14px 12px !important;
}

.trust-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:7px 0;
}

.trust-row i{
  width:22px;
  text-align:center;
  margin-top:2px;
}

.trust-payments{
  border-top:1px solid #f1f1f1;
  padding:12px 14px;
  display:flex;
  justify-content:center;
}
.trust-payments img{
  max-width:100%;
  height:auto;
  display:block;
}

/* Botón WhatsApp dentro de la línea */
.trust-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
}

	   
.product-item-name{ margin:0; line-height:1.15; }
.product-item-name .product-subtitle{
  font-size:16px;
  font-weight:500;
  color:#666;
  margin-left:8px;
}
@media (max-width:576px){
  .product-item-name .product-subtitle{
    display:block;
    margin-left:0;
    margin-top:6px;
  }
}
/* ================================
   H1 producto: nombre arriba + subtítulo debajo
   (REEMPLAZA el CSS anterior del H1)
================================ */

/* Contenedor H1 */
h1.product-item-name{
  margin: 0 !important;
  line-height: 1.15 !important;
  display: block !important;
}

/* Nombre principal (itemprop name) */
h1.product-item-name [itemprop="name"]{
  display: block !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  text-transform: capitalize; /* si te viene en minúsculas */
}

/* Subtítulo debajo (categoría/tipo) */
h1.product-item-name .product-subtitle{
  display: inline-block !important;
  margin-top: 8px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: #f3f3f3 !important;
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  width: fit-content;
}

/* Móvil */
@media (max-width: 576px){
  h1.product-item-name [itemprop="name"]{
    font-size: 24px !important;
  }
  h1.product-item-name .product-subtitle{
    font-size: 14px !important;
    padding: 4px 10px !important;
  }
}

 .descripcion-larga h3 {
    font-size: 1.5rem; /* Tamaño del título */
    color: #993300; /* Color destacado */
    font-weight: bold;
    margin-top: 10px; /* Espacio superior reducido */
    margin-bottom: 5px; /* Espacio inferior ajustado */
    line-height: 1.3; /* Espaciado interno más compacto */
}

.descripcion-larga p {
    line-height: 1.6; /* Mejora la legibilidad */
    margin-top: 0; /* Sin espacio superior para el párrafo */
    margin-bottom: 10px; /* Espacio inferior más reducido */
    text-align: justify; /* Alineación justificada */
}

.descripcion-larga ul {
    list-style-type: disc; /* Viñetas tipo círculo */
    margin-left: 20px; /* Sangría */
    padding-left: 20px;
}

/* Estilos para la descripción */
.descripcion p {
    line-height: 1.6; /* Mejora la legibilidad */
    margin-top: 0; /* Sin espacio superior para el párrafo */
    margin-bottom: 10px; /* Espacio inferior más reducido */
    text-align: justify; /* Alineación justificada */
}

.descripcion ul {
    list-style-type: disc; /* Viñetas tipo círculo */
    margin-left: 20px; /* Sangría */
    padding-left: 20px; /* Espaciado interno */
    margin-bottom: 15px; /* Espacio entre listas */
}

.descripcion ol {
    list-style-type: decimal; /* Viñetas numeradas */
    margin-left: 20px; /* Sangría */
    padding-left: 20px;
    margin-bottom: 15px; /* Espacio entre listas */
}

.descripcion li {
    margin-bottom: 8px; /* Espacio entre los elementos de la lista */
}

/* Evitar que se agregue contenido extra en las listas */
.descripcion li:before {
    content: none; /* Eliminar viñeta generada por el CSS */
}

/* Estilo para listas numeradas */
.descripcion ol li:before {
    content: none; /* Eliminar numeración generada por el CSS */
}

/* ===== Títulos dentro de tabs (pro y jerarquía correcta) ===== */
#items .tab-section-title{
  font-size: 14px;          /* más pequeño que el H3 */
  font-weight: 700;
  text-transform: uppercase; /* look profesional */
  letter-spacing: .08em;
  margin: 0 0 6px 0;
  color: #666;
}

#items .tab-section-subtitle{
  font-size: 20px;          /* protagonista */
  font-weight: 800;
  margin: 0 0 14px 0;
  color: #222;
  text-transform: capitalize; /* “Vibrador Satisfyer Pro 3 Única” */
}

/* Si tu fuente se ve rara, esto ayuda a que no quede “espaciado” */
#items .tab-section-title span,
#items .tab-section-subtitle span{
  letter-spacing: normal;
}
.product-card-title{
  font-weight:700;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.3;
}
.comment-title{
  font-weight: 800;
  font-size: 14px;
  margin: 6px 0 8px;
  color: #333;
}
.qa-box{
  margin-top:10px;
  background:#f7f7f7;
  border:1px solid #e9e9e9;
  border-radius:10px;
  padding:12px;
}

.qa-q{
  margin-bottom:10px;
  color:#222;
}

.qa-a{
  background:#fff;
  border-left:4px solid #ff3030;
  border-radius:8px;
  padding:10px 12px;
}
.reviews-summary-pro{
  display:flex;
  gap:18px;
  padding:14px;
  border:1px solid #eee;
  border-radius:12px;
  background:#fff;
  margin: 0 0 16px;
}
.rs-left{ flex:1; min-width:240px; }
.rs-right{ flex:1.2; min-width:260px; }

.rs-score{ line-height:1; }
.rs-big{ font-size:42px; font-weight:900; color:#222; }
.rs-small{ font-size:18px; font-weight:800; color:#666; margin-left:4px; }

.rs-stars{ margin:6px 0 6px; }
.rs-star{ font-size:18px; color:#d0d0d0; }
.rs-star.filled{ color:#f5b301; }

.rs-meta{ color:#666; font-size:13px; margin-bottom:10px; }

.rs-cta .btn{ padding:10px 14px; border-radius:10px; }
.rs-sub{ font-size:12.5px; color:#666; margin-top:6px; }

.rs-row{
  display:grid;
  grid-template-columns: 44px 1fr 34px;
  align-items:center;
  gap:10px;
  margin:8px 0;
}
.rs-row-stars{ font-weight:700; color:#444; }
.rs-bar{
  height:10px;
  background:#efefef;
  border-radius:999px;
  overflow:hidden;
}
.rs-bar span{
  display:block;
  height:100%;
  background:#f5b301; /* rojo Picansex */
  border-radius:999px;
}
.rs-count{ text-align:right; color:#555; font-weight:700; }



@media (max-width: 767px){
  .reviews-summary-pro{ flex-direction:column; }
}
@font-face{
  font-family:'FontAwesome';
  src:url('https://www.picansex.com/plantilla-2018/html/stx004/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2');
  font-display: swap;
}
@media (max-width: 991px) {
  .header-top.mobile {
    display: flex !important; /* Asegura que el contenedor sea visible */
    justify-content: center;
    align-items: center;
    padding: 10px 0; /* Ajusta el padding según sea necesario */
  }

  .header-top.mobile .whatsapp-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-top.mobile a {
    font-size: 16px; /* Ajusta el tamaño del texto para mejor legibilidad */
    color: inherit;
    text-decoration: none;
  }
   /* Reducir el contenedor de categorías */
 .header-bottom {
    height: auto; /* Restaurar la altura original */
    background-color: initial; /* Restaurar el color de fondo original */
	 border-bottom: 1px solid #ddd; /* Añadir una línea de separación entre elementos */
  }

  .sidebar-menu-dropdown {
    display: block !important; /* Mostrar de nuevo el menú */
  }


}

@media (max-width: 600px) {
  .header-top.mobile {
    display: flex; /* Asegúrate de que siga visible en pantallas menores a 600px */
  }
  
 .header-bottom {
    height: auto; /* Restaurar la altura original */
    background-color: initial; /* Restaurar el color de fondo original */
	 border-bottom: 1px solid #ddd; /* Añadir una línea de separación entre elementos */
  }

  .sidebar-menu-dropdown {
    display: block !important; /* Mostrar de nuevo el menú */
  }
  }


/* Subcategorías: añadir líneas antes de cada elemento */
.level3 {
    position: relative;
 
}

.level3::before {
 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.level {
border-bottom: none!important;	
	
}


/* Estilo general para la barra de beneficios en escritorio */
.envios-gratis {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px 0;
    font-size: 0.95em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}



/* Ocultar menú en dispositivos móviles y mostrar solo en ordenadores */
@media (max-width: 992px) {
    .bottom-inner {
        display: none !important; /* Oculta el menú en dispositivos móviles y tablets */
    }
}


/* Estilo específico para el icono del panel de usuario (candado) */
.user-panel-icon a {
    display: inline-block;
    width: 20px; /* Ajusta al tamaño del icono en el sprite */
    height: 20px;
    background-image: url('https://www.picansex.com/plantilla-2018/html/stx004/images/sprite.png');
    background-position: -98px -666px; /* Reemplaza x e y con la posición exacta del candado en el sprite */
    background-size: auto;
    text-indent: -9999px; /* Oculta el texto en el enlace */
    overflow: hidden;
}

