@charset "utf-8";
/* CSS Document */
/* =====================================================
   HOME PICANSEX - CSS LIMPIO
===================================================== */

/* ------------------------------
   HERO SEO ARRIBA
------------------------------ */

.home-hero-seo{
  max-width:1180px;
  margin:18px auto 22px;
  padding:0 15px;
  text-align:center;
}

.home-hero-seo .top-header-seo-title,
.home-hero-seo h1{
  margin:0 0 8px;
  font-size:29px;
  line-height:1.2;
  font-weight:700;
  color:#111;
}

.home-hero-seo p{
  max-width:850px;
  margin:0 auto;
  font-size:15px;
  line-height:1.5;
  color:#333;
}


/* ------------------------------
   BANNERS HOME
------------------------------ */

.home-main-banners{
  margin:20px 0 28px;
}

.home-main-banners .sub-banner{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:12px;
  background:#f5f5f5;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  text-decoration:none;
}

.home-main-banners .sub-banner img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
}

.home-main-banners .sub-banner-detail{
  position:absolute;
  left:15px;
  bottom:15px;
  max-width:380px;
  padding:9px 13px;
  background:rgba(0,0,0,.58);
  color:#fff;
  border-radius:7px;
  text-align:left;
}

.home-main-banners .sub-banner-title{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  color:#fff;
}

.home-main-banners .sub-banner-text{
  display:none;
}

.home-main-banners .sub-banner-cta{
  display:inline-block;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-decoration:underline;
}

.mobile-banner-top-cta{
  display:none;
}


/* ------------------------------
   PRODUCTOS HOME
------------------------------ */

.product-item{
  display:flex;
  flex-direction:column;
  margin-bottom:16px;
  padding:8px;
  text-align:left;
  background:#fff;
  border-radius:10px;
}

.product-item img{
  display:block;
  width:100%;
  height:auto;
  border-radius:9px;
  object-fit:cover;
}

.product-item-details{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-top:8px;
}

.product-item-details .product-item-name{
  margin:0 0 5px;
  color:#222;
  font-size:15px;
  font-weight:500;
  line-height:1.3;
  text-transform:none;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.product-item-details .product-subtitle{
  margin:0 0 6px;
  color:#666;
  font-size:13px;
  line-height:1.3;
  text-transform:capitalize;

  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.price-box{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin-top:auto;
}

.price-box .price-offer{
  color:#777;
  font-size:13px;
  font-weight:400;
  text-decoration:line-through;
}

.price-box .price-final,
.price-box .price-discount,
.price-box .price-new{
  color:#000;
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}


/* ------------------------------
   RATING HOME
------------------------------ */

.home-rating{
  min-height:16px;
  margin:5px 0 6px;
  font-size:13px;
  line-height:1;
}

.home-rating-stars{
  position:relative;
  display:inline-block;
  color:#ddd;
  font-size:14px;
  line-height:1;
  letter-spacing:1px;
  white-space:nowrap;
}

.home-rating-stars::before{
  content:"★★★★★";
  position:absolute;
  left:0;
  top:0;
  width:var(--rating-pct);
  overflow:hidden;
  color:#ffc107;
  white-space:nowrap;
}

.home-rating-count{
  margin-left:4px;
  color:#555;
  font-size:12px;
}


/* ------------------------------
   BLOG / ACADEMIA HOME
------------------------------ */

.blog-item{
  overflow:hidden;
  margin-bottom:16px;
  text-align:left;
  border-radius:10px;
}

.pro_cat .blog-media img{
  display:block;
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
}

.blog-title{
  margin:8px 0 0;
  font-size:15px;
  font-weight:600;
  line-height:1.35;
  text-align:left;
}

.post-info{
  margin:5px 0 0;
  color:#555;
  font-size:13px;
  text-align:left;
}


/* ------------------------------
   TEXTO SEO HOME
------------------------------ */

.home-seo-section{
  padding:30px 0;
  background:#fff;
}

.home-seo-section .home-seo-block{
  margin:0 0 18px;
}

.home-seo-section .sidebar-box{
  margin:0 0 18px;
  padding:18px 20px;
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
}

.home-seo-section .opener,
.home-seo-section .plus{
  display:none;
}

.home-seo-section .sidebar-title{
  margin:0 0 12px;
  padding:0;
}

.home-seo-section .sidebar-title h2{
  margin:0;
  padding:0;
  color:#111;
  font-size:22px;
  font-weight:700;
  line-height:1.3;
  text-transform:none;
}

.home-seo-section .sidebar-title h2 span{
  display:inline;
  margin:0;
  padding:0;
  background:none;
}

.home-seo-section .sidebar-contant{
  display:block;
  height:auto;
  overflow:visible;
  color:#333;
  font-size:15px;
  line-height:1.75;
}

.home-seo-section .sidebar-contant p{
  margin:0 0 14px;
  padding:0;
  font-size:15px;
  line-height:1.75;
}

.home-seo-section .sidebar-contant p:last-child{
  margin-bottom:0;
}

.home-seo-section .sidebar-contant a{
  color:#111;
  font-weight:600;
  text-decoration:underline;
}

.home-seo-section .sidebar-contant ul{
  margin:10px 0 0 22px;
  padding-left:18px;
  list-style:disc outside;
}

.home-seo-section .sidebar-contant li{
  display:list-item;
  margin:0 0 8px;
  padding-left:3px;
  list-style:disc outside;
  font-size:15px;
  line-height:1.65;
}


/* =====================================================
   ESCRITORIO
===================================================== */

@media (min-width:992px){
  .home-main-banners .banner-col-ellas,
  .home-main-banners .banner-col-pareja{
    display:block;
    width:50%;
    max-width:50%;
    flex:0 0 50%;
  }

  .home-main-banners .sub-banner:hover{
    transform:translateY(-2px);
    box-shadow:0 4px 14px rgba(0,0,0,.1);
  }
}


/* =====================================================
   TABLET Y MÓVIL
===================================================== */

@media (max-width:991px){
  body{
    overflow-x:hidden;
  }

  .home-hero-seo{
    margin:12px auto 14px;
    padding:0 12px;
    text-align:left;
  }

  .home-hero-seo .top-header-seo-title,
  .home-hero-seo h1{
    font-size:22px;
    line-height:1.22;
  }

  .home-hero-seo p{
    max-width:100%;
    font-size:14px;
    line-height:1.5;
  }

  .home-main-banners{
    margin:12px 0 22px;
    padding:0 10px;
  }

  .home-main-banners .container,
  .home-main-banners .row{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }

  .home-main-banners .banner-col-ellas{
    display:none;
  }

  .home-main-banners .banner-col-pareja{
    display:block;
    width:100%;
    max-width:100%;
    flex:0 0 100%;
    padding-left:0;
    padding-right:0;
    text-align:center;
  }

  .home-main-banners .banner-mobile-principal{
    width:100%;
    max-width:100%;
    margin:0 auto;
    background:transparent;
    box-shadow:none;
  }

  .home-main-banners .banner-mobile-principal img{
    width:100%;
    height:auto;
    object-fit:contain;
    border-radius:14px;
  }

  .home-main-banners .banner-mobile-principal .sub-banner-detail{
    display:none;
  }

  .mobile-banner-top-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    margin:0 auto 10px;
    padding:8px 16px;
    background:#e91e63;
    color:#fff;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    line-height:1.1;
    text-decoration:none;
    box-shadow:0 3px 10px rgba(0,0,0,.14);
  }

  .product-item{
    padding:6px;
    margin-bottom:14px;
    box-shadow:none;
  }

  .product-item-details{
    min-height:92px;
  }

  .product-item-details .product-item-name{
    font-size:14px;
    min-height:36px;
  }

  .product-item-details .product-subtitle{
    font-size:12px;
  }

  .price-box .price-final,
  .price-box .price-discount,
  .price-box .price-new{
    font-size:17px;
  }

  .owl-carousel .item{
    padding:6px;
  }

  .owl-nav{
    display:none;
  }

  .pro_cat .blog-media img{
    height:155px;
  }

  .home-seo-section{
    padding:20px 0 24px;
  }

  .home-seo-section .col-lg-9{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
  }

  .home-seo-section .sidebar-box{
    padding:15px;
    border-radius:10px;
  }

  .home-seo-section .sidebar-title h2{
    font-size:19px;
    line-height:1.35;
  }

  .home-seo-section .sidebar-contant,
  .home-seo-section .sidebar-contant p,
  .home-seo-section .sidebar-contant li{
    font-size:14px;
    line-height:1.7;
  }
}


/* =====================================================
   MÓVIL PEQUEÑO
===================================================== */

@media (max-width:480px){
  .home-hero-seo{
    margin:10px auto 12px;
    padding:0 10px;
  }

  .home-hero-seo .top-header-seo-title,
  .home-hero-seo h1{
    font-size:21px;
  }

  .home-main-banners{
    padding:0 8px;
    margin-bottom:20px;
  }

  .home-main-banners .banner-mobile-principal img{
    border-radius:12px;
  }

  .mobile-banner-top-cta{
    min-height:32px;
    padding:7px 14px;
    font-size:12.5px;
  }

  .product-item{
    padding:5px;
  }

  .product-item-details .product-item-name{
    font-size:13.5px;
  }

  .price-box .price-final,
  .price-box .price-discount,
  .price-box .price-new{
    font-size:16px;
  }

  .pro_cat .blog-media img{
    height:145px;
  }

  .home-seo-section .sidebar-title h2{
    font-size:18px;
  }
}
	/* =====================================================
   HOME BANNERS PRO - TEXTO LEGIBLE
===================================================== */

.home-main-banners .sub-banner{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:12px;
  background:#f5f5f5;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}

.home-main-banners .sub-banner img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
}

/* Degradado elegante encima de la imagen */
.home-main-banners .sub-banner:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:42%;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.68),
    rgba(0,0,0,.28),
    rgba(0,0,0,0)
  );
  pointer-events:none;
  z-index:1;
}

/* Caja de texto sin cortes */
.home-main-banners .sub-banner-detail{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:16px!important;
  z-index:2!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  color:#fff!important;
  text-align:left!important;
  transform:none!important;
}

.home-main-banners .sub-banner-title{
  display:block!important;
  margin:0 0 6px!important;
  padding:0!important;
  color:#fff!important;
  font-size:21px!important;
  line-height:1.15!important;
  font-weight:800!important;
  text-align:left!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
  white-space:normal!important;
  overflow:visible!important;
}

.home-main-banners .sub-banner-text{
  display:block!important;
  max-width:430px;
  margin:0 0 8px!important;
  padding:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.35!important;
  text-shadow:0 2px 8px rgba(0,0,0,.45);
}

.home-main-banners .sub-banner-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 14px!important;
  background:#e91e63!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:700!important;
  text-decoration:none!important;
  box-shadow:0 3px 10px rgba(0,0,0,.2);
}

/* Hover solo en ordenador */
@media (min-width:992px){
  .home-main-banners .sub-banner:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
  }
}
	/* =====================================================
   HOME TITULOS PRO
===================================================== */

.home-page h2,
.home-main h2,
.product-slider h2,
.pro_cat h2,
.home-seo-section h2,
.heading-part h2,
.section-title,
.heading-title{
  font-size:24px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.5px!important;
  text-transform:none!important;
  color:#111!important;
  margin:0 0 18px!important;
}

.heading-part h2:after,
.section-title:after{
  max-width:52px;
}

/* Móvil */
@media (max-width:768px){
  .home-page h2,
  .home-main h2,
  .product-slider h2,
  .pro_cat h2,
  .home-seo-section h2,
  .heading-part h2,
  .section-title,
  .heading-title{
    font-size:19px!important;
    line-height:1.3!important;
    letter-spacing:.2px!important;
    margin-bottom:14px!important;
  }

  .home-seo-section .sidebar-title h2{
    font-size:18px!important;
    line-height:1.35!important;
  }
}

@media (max-width:480px){
  .home-page h2,
  .home-main h2,
  .product-slider h2,
  .pro_cat h2,
  .home-seo-section h2,
  .heading-part h2,
  .section-title,
  .heading-title{
    font-size:18px!important;
  }
}
	/* =====================================================
   BANNER MÓVIL LIMPIO
===================================================== */

@media (max-width:991px){
  .home-main-banners{
    margin:12px 0 22px!important;
    padding:0 10px!important;
  }

  .home-main-banners .banner-col-ellas{
    display:none!important;
  }

  .home-main-banners .banner-col-pareja{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .home-main-banners .sub-banner{
    border-radius:14px!important;
    box-shadow:none!important;
  }

  .home-main-banners .sub-banner img{
    border-radius:14px!important;
  }

  .home-main-banners .sub-banner:after,
  .home-main-banners .sub-banner-detail{
    display:none!important;
  }

  .mobile-banner-top-cta{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:34px!important;
    margin:0 auto 10px!important;
    padding:8px 16px!important;
    background:#e91e63!important;
    color:#fff!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.1!important;
    text-decoration:none!important;
    box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
  }
}

@media (max-width:480px){
  .home-main-banners{
    padding:0 8px!important;
  }

  .home-main-banners .sub-banner,
  .home-main-banners .sub-banner img{
    border-radius:12px!important;
  }

  .mobile-banner-top-cta{
    min-height:32px!important;
    padding:7px 14px!important;
    font-size:12.5px!important;
  }
}
	/* =====================================================
   FIX FINAL BANNERS HOME - QUITAR FRANJA FEA
===================================================== */

.home-main-banners .sub-banner{
  position:relative!important;
  overflow:hidden!important;
  border-radius:12px!important;
  background:#f5f5f5!important;
}

/* Anula overlays antiguos */
.home-main-banners .sub-banner:before{
  content:none!important;
  display:none!important;
}

/* Solo degradado inferior suave */
.home-main-banners .sub-banner:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:auto!important;
  bottom:0!important;
  width:100%!important;
  height:48%!important;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.42) 45%,
    rgba(0,0,0,0) 100%
  )!important;
  pointer-events:none!important;
  z-index:1!important;
}

.home-main-banners .sub-banner img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:12px!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}

/* Texto abajo limpio */
.home-main-banners .sub-banner-detail{
  position:absolute!important;
  left:20px!important;
  right:20px!important;
  bottom:18px!important;
  top:auto!important;
  z-index:2!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  text-align:left!important;
}

.home-main-banners .sub-banner-title{
  margin:0 0 6px!important;
  padding:0!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
  text-shadow:0 2px 8px rgba(0,0,0,.65)!important;
}

.home-main-banners .sub-banner-text{
  display:block!important;
  max-width:430px!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.35!important;
  text-shadow:0 2px 8px rgba(0,0,0,.65)!important;
}

.home-main-banners .sub-banner-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:7px 15px!important;
  background:#e91e63!important;
  color:#fff!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 3px 10px rgba(0,0,0,.22)!important;
}

/* Móvil: imagen limpia sin texto encima */
@media (max-width:991px){
  .home-main-banners .sub-banner:before,
  .home-main-banners .sub-banner:after,
  .home-main-banners .sub-banner-detail{
    content:none!important;
    display:none!important;
  }

  .home-main-banners .sub-banner{
    box-shadow:none!important;
  }
}
/* Banners home PicanSex */
.home-banners {
  margin-top: 30px;
}

.home-banners-row {
  display: flex;
  flex-wrap: wrap;
}

.home-banner-col {
  margin-bottom: 20px;
}

.home-banners .sub-banner {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 710 / 350;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.home-banners .sub-banner img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}

.home-banners .sub-banner-detail {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 65%;
}

.home-banners .sub-banner-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 12px;
}

.home-banners .btn {
  display: inline-block;
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
  .home-banners .sub-banner-title {
    font-size: 22px;
  }
}

/* Móvil */
@media (max-width: 767px) {
  .home-banners {
    margin-top: 20px;
  }

  .home-banner-col {
    margin-bottom: 15px;
  }

  .home-banners .sub-banner {
    aspect-ratio: 710 / 350;
  }

  .home-banners .sub-banner-detail {
    left: 6%;
    max-width: 75%;
  }

  .home-banners .sub-banner-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .home-banners .btn {
    font-size: 13px;
    padding: 7px 12px;
  }
}

/* Móviles muy pequeños */
@media (max-width: 420px) {
  .home-banners .sub-banner-title {
    font-size: 18px;
  }

  .home-banners .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
	/* =====================================================
   FIX BANNERS HOME POR DEBAJO DEL MENÚ
   No toca subcategorías ni megamenú
===================================================== */

#header-desktop,
.pican-header-desktop,
#header-desktop .header-bottom {
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.home-banners-under-menu {
  position: relative;
  z-index: 1;
}

.home-banners-under-menu .sub-banner {
  position: relative;
  z-index: 1;
}

.home-banners-under-menu .sub-banner img {
  position: relative;
  z-index: 1;
}

.home-banners-under-menu .sub-banner:before,
.home-banners-under-menu .sub-banner:after {
  z-index: 2;
}

.home-banners-under-menu .sub-banner-detail {
  z-index: 3;
}
	/* =====================================================
   FIX FINAL PRECIOS CENTRADOS EN MÓVIL
===================================================== */

@media (max-width:767px){

  /* Contenedor exterior donde se incluye el archivo de precios */
  .product-item-details > .price-box{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    width:100%!important;
    max-width:100%!important;
    margin:6px auto 0!important;
    padding:0!important;
    text-align:center!important;
  }

  /* Contenedor interior creado por los nuevos archivos de precios */
.product-item-details .home-product-price {
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    align-content:center!important;
    align-self:stretch!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
    gap:4px 6px!important;
    text-align:center!important;
  }

  /* Precio anterior */
  .product-item-details .home-product-price .home-price-old{
    display:inline-block!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }

  /* Porcentaje de descuento */
  .product-item-details .home-product-price .home-price-badge{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    margin:0!important;
    text-align:center!important;
  }

  /* Precio final en una línea propia y completamente centrado */
  .product-item-details .home-product-price .home-price-current{
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
    margin:1px auto 0!important;
    padding:0!important;
    text-align:center!important;
  }

  /* Compatibilidad con los archivos de precio antiguos */
  .product-item-details > .price-box > .price,
  .product-item-details > .price-box > .price-new,
  .product-item-details > .price-box > .price-discount,
  .product-item-details > .price-box > span{
    display:block!important;
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
}
.home-seo-section .home-seo-subtitle {
  margin: 24px 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.home-seo-section .sidebar-contant > .home-seo-subtitle:first-of-type {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .home-seo-section .home-seo-subtitle {
    margin-top: 20px;
    font-size: 17px;
  }
}
