/* =========================
   HOME GENERAL
========================= */
.lp-home {
    width: 100%;
    background: #ffffff;
    color: #111111;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.lp-home a {
    text-decoration: none !important;
}
/* =========================
   COPYS DESKTOP / MOBILE
========================= */

.lp-copy-desktop {
    display: block;
}

.lp-copy-mobile {
    display: none;
}

@media (max-width: 768px) {

    .lp-copy-desktop {
        display: none;
    }

    .lp-copy-mobile {
        display: block;
    }

}

/* =========================
   HERO SLIDER
========================= */
.lp-home-hero {
    width: 100%;
    background: #ffffff;
}

.lp-home-hero__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lp-home-hero__slide {
    display: none;
    width: 100%;
}

.lp-home-hero__slide.is-active {
    display: block;
}

.lp-home-hero__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-home-hero__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: none;
}

.lp-home-hero__arrow svg {
    width: 18px;
    height: 32px;
    display: block;
}

.lp-home-hero__arrow--prev {
    left: 26px;
}

.lp-home-hero__arrow--next {
    right: 26px;
}

.lp-home-hero__arrow:hover,
.lp-home-hero__arrow:hover svg path{
    background: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}
.lp-home-hero__arrow:focus,
.lp-home-hero__arrow:active {
    background: rgba(255, 255, 255, 0.88) !important;
    outline: none !important;
    box-shadow: none !important;
}


.lp-home-hero__arrow:focus svg path,
.lp-home-hero__arrow:active svg path {
    stroke: #111111 !important;
}

.lp-home-hero__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 34px;
    padding: 16px 0 8px;
    box-sizing: border-box;
}

.lp-home-hero__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #9ca3af;
    padding: 0;
    cursor: pointer;
}

.lp-home-hero__dot.is-active {
    background: #4b5563;
}

/* =========================================================
   HERO - IMÁGENES RESPONSIVE CON PICTURE
========================================================= */

.lp-home-hero__slide picture{
    display:block;
    width:100%;
}

.lp-home-hero__slide picture img{
    display:block;
    width:100%;
    height:auto;
}

@media(max-width:768px){

    .lp-home-hero__slide picture{
        display:block;
        width:100%;
        height:100%;
    }

    .lp-home-hero__slide picture img{
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }

}

/* =========================
   INTRO
========================= */
.lp-home-intro {
    width: min(1120px, calc(100% - 40px));
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 20px 0 5px;
    text-align: center;
}

.lp-home-intro h1,
.lp-home-intro__heading {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #5b2ccf;
    margin: 0 0 28px;
}

.lp-home-intro__subtitle {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 30px;
}

.lp-home-intro__text {
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
}

.lp-home-intro__text p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    color: #111111;
    margin: 0 0 20px;
}

/* =========================
   BLOQUE MAYORISTA
========================= */
.lp-home-wholesale {
    width: min(1090px, calc(100% - 40px));
    margin: 0 auto;
    padding: 10px 0 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.lp-home-wholesale__left {
    text-align: center;
}

.lp-home-wholesale__title {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
    color: #ef2b2d;
    margin: 0 0 28px;
}

.lp-home-wholesale__left p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 28px;
}

.lp-home-wholesale__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef2b2d;
    color: #ffffff !important;
    min-width: 310px;
    min-height: 48px;
    border-radius: 999px;
    padding: 12px 28px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
}

.lp-home-wholesale__button:hover {
    opacity: 0.92;
}

.lp-home-wholesale__right {
    background: #111111;
    border-radius: 32px;
    padding: 28px 34px;
}

.lp-home-wholesale__right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lp-home-wholesale__right li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.lp-home-wholesale__right .lp-wholesale-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border: 2px solid #E52E33;
    border-radius: 50%;
    flex-shrink: 0; 
    box-sizing: border-box;
}

.lp-home-wholesale__right .lp-wholesale-circle svg {
    display: block;
    flex-shrink: 0;
}

.lp-home-wholesale__right .lp-wholesale-text {
    display: block;
}
/* =========================
   CATEGORÍAS
========================= */
.lp-home-categories {
    width: 100%;
    background: #fff;
    padding: 25px 0 20px;
}

.lp-home-categories .cats-title {
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 30px;
}

.lp-home-categories .home-merch {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.lp-home-categories .cats-accordion {
    --open-flex: 3.2;
    display: flex;
    gap: 12px;
    height: 460px;
    align-items: stretch;
}

.lp-home-categories .cats-card {
    position: relative;
    flex: 1 1 0 !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
    min-height: 0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    filter: grayscale(100%);
    transition: flex-grow 0.45s ease, filter 0.35s ease, transform 0.35s ease !important;
    transform: translateZ(0);
}

.lp-home-categories .cats-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.75));
    z-index: 1;
}

.lp-home-categories .cats-open,
.lp-home-categories .cats-closed,
.lp-home-categories .cats-num {
    position: relative;
    z-index: 2;
}

.lp-home-categories .cats-card.is-open {
    flex-grow: var(--open-flex) !important;
    filter: grayscale(0%);
}

.lp-home-categories .cats-accordion:hover .cats-card {
    flex-grow: 1 !important;
    filter: grayscale(100%);
}

.lp-home-categories .cats-accordion:hover .cats-card:hover {
    flex-grow: var(--open-flex) !important;
    filter: grayscale(0%);
}

.lp-home-categories .cats-num {
    position: absolute;
    top: 22px;
    left: 22px;
    font-weight: 900;
    font-size: 34px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.32);
    display: none;
}

.lp-home-categories .cats-card.is-open .cats-num { display: block; }
.lp-home-categories .cats-accordion:hover .cats-card .cats-num { display: none; }
.lp-home-categories .cats-accordion:hover .cats-card:hover .cats-num { display: block; }

.lp-home-categories .cats-closed {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: opacity 0.2s ease;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-home-categories .cats-open {
    position: absolute;
    inset: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.lp-home-categories .cats-card.is-open .cats-closed { opacity: 0; }
.lp-home-categories .cats-card.is-open .cats-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lp-home-categories .cats-accordion:hover .cats-card.is-open .cats-closed { opacity: 1; }
.lp-home-categories .cats-accordion:hover .cats-card.is-open .cats-open {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.lp-home-categories .cats-accordion:hover .cats-card:hover .cats-closed { opacity: 0; }
.lp-home-categories .cats-accordion:hover .cats-card:hover .cats-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lp-home-categories .cats-open-title {
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.2;
}

.lp-home-categories .cats-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 16px;
    background: #ef2b2d;
    color: #fff;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.lp-home-categories .cats-plus {
    margin-right: 6px;
    font-weight: 900;
}

.lp-home-categories .cats-plus-float {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.45);
}

.lp-home-categories .cats-vertical {
    align-self: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 10px;
}

.lp-home-categories .cats-card.is-bg-pending {
    background-color: #111111;
}

/* =========================
   PRODUCTOS DESTACADOS
========================= */
.lp-home-featured {
    width: min(1250px, calc(100% - 40px));
    margin: 0 auto;
    padding: 25px 0 25px;
}

.lp-home-featured h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #111111;
    margin: 0 0 30px;
}

.lp-home-featured__wrap {
    position: relative;
}

.lp-home-featured__track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 8px 14px;
    scrollbar-width: none;
}

.lp-home-featured__track::-webkit-scrollbar {
    display: none;
}

.lp-home-featured-card {
    flex: 0 0 calc((100% - 84px) / 4);
    min-width: 240px;
    background: #ffffff;
    color: #111111 !important;
    border-radius: 12px; 
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); 
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.lp-home-featured-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.lp-home-featured-card__image {
    width: 100%;
    background: #ffffff;
    flex-shrink: 0;
}

.lp-home-featured-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin-top:10px ;
}

.lp-home-featured-card__content {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: flex-end; 
}

.lp-home-featured-card__title {
    font-size: 16px; 
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555; 
    margin: 0 0 12px;
}

.lp-home-featured-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 22px; 
    line-height: 1;
    font-weight: 900;
    color: #111111;
    margin-bottom: 6px;
}

.lp-home-featured-card__price span {
    font-size: 15px;
    font-weight: 900;
}

.lp-home-featured-card__content p {
    font-size: 12px;
    line-height: 1.3;
    color: #9ca3af; 
    margin: 0;
    font-weight: 500;
}

.lp-home-featured__arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.65);
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-home-featured__arrow svg {
    width: 14px;
    height: 25px;
    display: block;
}

.lp-home-featured__arrow--prev svg {
    margin-right: 2px;
}
.lp-home-featured__arrow--next svg {
    margin-left: 2px;
}

.lp-home-featured__arrow--prev { left: -22px; }
.lp-home-featured__arrow--next { right: -22px; }
.lp-home-featured__arrow:hover { 
    background: #111111; 
    
}

.lp-home-featured__arrow:focus,
.lp-home-featured__arrow:active {
    background:rgba(17, 17, 17, 0.65) !important;
    outline: none !important;
    box-shadow: none !important;
}


/* =========================
   PASOS DE PEDIDO
========================= */
.lp-home-steps {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 45px 0 25px;
    text-align: center;
}

.lp-home-steps__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #ef2b2d;
    margin: 0 0 36px;
}

.lp-home-steps__wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.lp-home-steps__wrap::before {
    content: "";
    position: absolute;
    top: 102px; 
    left: 8%;
    right: 8%;
    height: 5px;
    background: linear-gradient(90deg, #E5E7EB 0%, rgba(226, 4, 17, 0.40) 50%, #E5E7EB 100%);
    box-shadow: 0 4px 7px 0 #000;
    z-index: 0;
}

.lp-home-step {
    position: relative;
    z-index: 1;
    min-height: 170px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 24px 22px 22px;
    box-shadow: 0 10px 4px 8px rgba(0, 0, 0, 0.25);
}

.lp-home-step__icon {
    width: 46px;               
    height: 46px;                
    margin: -12px auto 18px;     
    border: 2px solid #ef2b2d;   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}


.lp-home-step__icon svg {
    width: 22px;        
    height: 22px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.lp-home-step__label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 4px;
}

.lp-home-step strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #ef2b2d;
    margin-bottom: 12px;
}

.lp-home-step p {
    font-size: 12px;
    line-height: 1.45;
    color: #333333;
    margin: 0;
}
/* =========================
   CTA NEGRO
========================= */
.lp-home-cta {
    width: 100%;
    background: #111111;
    margin-top: 35px;
}

.lp-home-cta__content {
    padding: 60px 120px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.lp-home-cta__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
}

.lp-home-cta p {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #ef2b2d;
    margin: 0;
    letter-spacing: 0.7px;
}

.lp-home-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 310px;
    min-height: 48px;
    background: #ef2b2d;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 12px 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    gap: 10px;
}

.lp-home-cta__button::before {
    margin-right: 10px;
}

.lp-home-cta__button:hover {
    opacity: 0.92;
}

/* =========================
   CLIENTES TICKER
========================= */
.lp-home-clients {
    width: 100%;
    padding: 45px 0 40px;
    text-align: center;
    overflow: hidden;
}

.lp-home-clients h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #ef2b2d;
    margin: 0 0 30px;
}

.lp-home-clients__rows {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-home-clients__marquee {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding: 12px 0;
}

.lp-home-clients__track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 4px 0;
    animation: lpClientsTickerLeft 28s linear infinite;
    will-change: transform;
}

.lp-home-clients__group {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 22px;
    flex-shrink: 0;
}

.lp-home-clients__marquee.is-reverse .lp-home-clients__track {
    animation-name: lpClientsTickerRight;
    animation-duration: 30s;
}

.lp-home-client {
    flex: 0 0 190px;
    min-width: 190px;
    height: 88px;
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
}

.lp-home-client img {
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
}

@keyframes lpClientsTickerLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes lpClientsTickerRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* =========================
   PREGUNTAS FRECUENTES
========================= */
.lp-home-faq {
    width: 100%;
    background: #ef2b2d;
    border-radius: 36px 36px 0 0;
    padding: 52px 0 70px;
    padding: 52px 0 90px;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', Arial, sans-serif;
}
.lp-home-faq + .lp-footer {
    margin-top: -1px;
}

.lp-home-faq__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.lp-home-faq__title  {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #111111;
    margin: 0 0 34px;
}

.lp-home-faq__list {
    width: 100%;
}

.lp-home-faq__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.lp-home-faq__question {
    width: 100%;
    min-height: 58px;
    padding: 0;
    border: none;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.lp-home-faq__question span:first-child {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.lp-home-faq__icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    transition: transform 0.2s ease;
}

.lp-home-faq__icon::before,
.lp-home-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111111 !important;
    transform: translate(-50%, -50%);
}

.lp-home-faq__icon::before {
    width: 18px;
    height: 2px;
}

.lp-home-faq__icon::after {
    width: 2px;
    height: 18px;
}

.lp-home-faq__item.is-open .lp-home-faq__icon {
    transform: rotate(45deg);
}

.lp-home-faq__item.is-open .lp-home-faq__icon::after {
    opacity: 1 !important;
}

.lp-home-faq__answer {
    display: none;
    padding: 0 54px 24px 0;
}

.lp-home-faq__item.is-open .lp-home-faq__answer {
    display: block;
}

.lp-home-faq__answer p {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
}

/* =========================
   RESET HOVER FAQ HELLO ELEMENTOR
========================= */
.lp-home-faq__question,
.lp-home-faq__question:hover,
.lp-home-faq__question:focus,
.lp-home-faq__question:active,
.lp-home-faq__question:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.lp-home-faq__question span:first-child,
.lp-home-faq__question:hover span:first-child,
.lp-home-faq__question:focus span:first-child,
.lp-home-faq__question:active span:first-child {
    color: #ffffff !important;
}

.lp-home-faq__item,
.lp-home-faq__item:hover,
.lp-home-faq__item:focus-within {
    background: transparent !important;
    background-color: transparent !important;
}

.lp-home-faq__icon::before,
.lp-home-faq__icon::after,
.lp-home-faq__question:hover .lp-home-faq__icon::before,
.lp-home-faq__question:hover .lp-home-faq__icon::after,
.lp-home-faq__question:focus .lp-home-faq__icon::before,
.lp-home-faq__question:focus .lp-home-faq__icon::after {
    background: #111111 !important;
}

/* =========================
   RESPONSIVE COMPLETO
========================= */
@media (max-width: 1024px) {
    .lp-home-wholesale {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .lp-home-featured-card {
        flex-basis: calc((100% - 56px) / 3);
    }
}

@media (max-width: 768px) {
    .lp-home-hero {
        width: 100%;
        overflow: hidden;
        background: #ffffff;
    }

    .lp-home-hero__slider {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .lp-home-hero__slide {
        width: 100%;
        height: 255px;
        overflow: hidden;
    }

    .lp-home-hero__slide.is-active {
        display: block;
    }

    .lp-home-hero__slide img,
    .lp-home-hero__slide .hero-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }

    .lp-home-hero__arrow {
        width: 84px;
        height: 86px;
        border-radius: 999px;
        background: rgba(17, 17, 17, 0.35) !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }

    .lp-home-hero__arrow--prev {
        left: -46px;
        padding-left: 32px;
    }

    .lp-home-hero__arrow--next {
        right: -46px;
        padding-right: 32px;
    }

    .lp-home-hero__arrow svg {
        width: 15px;
        height: 27px;
    }

    .lp-home-hero__arrow svg path {
        stroke: #111111 !important;
    }
    .lp-home-hero__arrow:focus,
.lp-home-hero__arrow:active {
    background: rgba(17, 17, 17, 0.35) !important;
}

    .lp-home-hero__dots {
        min-height: 38px;
        background: #ffffff;
        padding: 13px 0 12px;
        gap: 12px;
        box-sizing: border-box;
    }

    .lp-home-hero__dot {
        width: 13px;
        height: 13px;
        background: #9ca3af;
    }

    .lp-home-hero__dot.is-active {
        background: #4b5563;
    }
    .lp-home-intro h1 { font-size: 24px; }
    .lp-home-intro__subtitle{ font-size: 18px; }
    .lp-home-intro__text p { font-size: 15px; }

    
    .lp-home-wholesale {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .lp-home-wholesale__left {
        display: contents;
    }
    
    .lp-home-wholesale__left h2 {
        order: 1;
        font-size: 24px;
        line-height: 1.25;
        text-align: center;
        margin: 0;
    }
    
    .lp-home-wholesale__right {
        order: 2;
        width: 100%;
        padding: 28px 22px;
        border-radius: 36px;
        box-sizing: border-box;
    }
    
    .lp-home-wholesale__right ul {
        gap: 18px;
    }
    
    .lp-home-wholesale__right li {
        font-size: 13px;
        line-height: 1.35;
        font-weight: 800;
        gap: 12px;
    }
    
    .lp-home-wholesale__right .lp-wholesale-circle {
        width: 25px;
        height: 25px;
    }
    
    .lp-home-wholesale__left p {
        order: 3;
        width: 100%;
        font-size: 14px;
        line-height: 1.35;
        text-align: center;
        margin: 0;
    }
    
    .lp-home-wholesale__button {
        order: 4;
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 12px 18px;
        margin: 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        gap: 8px;
        border-radius: 999px;
    }
    
    .lp-home-wholesale__button svg {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    } 

    .lp-home-categories .cats-title {
        font-size: 23px;
        line-height: 1.2;
        padding: 0 40px;
        margin-bottom: 15px;
    }

    .lp-home-categories .cats-accordion {
        height: auto;
        min-height: 700px;
        flex-direction: column;
        gap: 14px;
    }

    .lp-home-categories .cats-card {
        min-height: 104px;
        transition: flex-grow 0.4s ease, min-height 0.4s ease !important;
    }

    .lp-home-categories .cats-card.is-open {
        min-height: 382px;
    }

    .lp-home-categories .cats-closed {
        flex-direction: row-reverse;
        align-items: center;         
        justify-content: space-between;
        padding: 0 24px;             
        height: 100%;            
        box-sizing: border-box;
    }

    .lp-home-categories .cats-vertical {
        writing-mode: initial !important;
        transform: none !important;
        align-self: center !important;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .lp-home-categories .cats-plus-float {
        position: static;
        transform: none;
        width: 34px;
        height: 34px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .lp-home-categories .cats-card.is-open .cats-closed {
        display: none;
    }

    .lp-home-categories .cats-card.is-open .cats-open {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 22px;
    }

    .lp-home-categories .cats-card.is-open .cats-open,
    .lp-home-categories .cats-card.is-open .cats-open-btn {
        pointer-events: auto !important;
    }
    .lp-home-categories .cats-open-btn * {
        pointer-events: none;
    }

    .lp-home-featured-card {
        flex-basis: calc((100% - 28px) / 2);
    }
     .lp-home-faq {
        overflow: hidden;
        border-radius: 28px 28px 0 0;
    }

    .lp-home-faq__inner {
        width: auto;
        margin-left: 18px;
        margin-right: 18px;
        overflow: hidden;
    }
    .lp-home-faq__question-heading {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        text-transform: none;
        text-align: left;
        color: inherit;
    }

    .lp-home-faq__question {
        width: 100%;
        min-height: auto;
        padding: 18px 0;
        gap: 12px;
        align-items: flex-start;
        box-sizing: border-box;
    }

    .lp-home-faq__question span:first-child {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        font-size: 13px;
        line-height: 1.35;
    }

    .lp-home-faq__icon {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    .lp-home-faq__icon::before {
        width: 16px;
        height: 2px;
    }

    .lp-home-faq__icon::after {
        width: 2px;
        height: 16px;
    }

    .lp-home-faq__answer {
        padding: 0 0 22px 0;
    }

    .lp-home-faq__answer p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.65;
    }
}

@media (max-width: 520px) {
    .lp-home-featured {
        width: 100%;
        padding: 25px 0;
        overflow: hidden;
    }

    .lp-home-featured__track {
        padding: 10px 20px 20px;
        scroll-snap-type: x mandatory;
    }

    .lp-home-featured-card {
        flex: 0 0 86%;
        min-width: 86%;
        scroll-snap-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .lp-home-featured__arrow {
        width: 64px;
        height: 64px;
        background: rgba(17, 17, 17, 0.55) !important;
        top: 45%;
    }

    .lp-home-featured__arrow svg {
        width: 12px;
        height: 22px;
    }


    .lp-home-featured__arrow--prev {
        left: -32px; 
        justify-content: flex-end;
        padding-right: 12px; 
    }

    .lp-home-featured__arrow--next {
        right: -32px; 
        justify-content: flex-start;
        padding-left: 12px; 
    }

    .lp-home-featured__arrow--prev svg,
    .lp-home-featured__arrow--next svg {
        margin: 0;
    }

    .lp-home-faq__title {
        font-size: 17px;
        line-height: 1.25;
    }

    .lp-home-faq__question span:first-child {
        font-size: 12.5px;
    }
}

/* =========================
   RESPONSIVE SECCIONES FINALES
========================= */
@media (max-width: 900px) {
    .lp-home-steps__wrap {
        grid-template-columns: 1fr;
        max-width: 310px;
        margin: 0 auto;
        gap: 26px;
    }

    .lp-home-steps__wrap::before {
        top: 30px;
        bottom: 30px;
        left: 50%;
        right: auto;
        width: 5px;
        height: auto;
        transform: translateX(-50%);
    }

    .lp-home-step {
        min-height: 160px;
    }

    .lp-home-cta__content {
        min-height: 150px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        gap: 18px;
        padding: 24px 20px;
    }

    .lp-home-cta__title {
        font-size: 20px;
    }

    .lp-home-cta__button {
        min-width: 100%;
    }

    .lp-home-clients__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 520px) {
    .lp-home-steps {
        padding-top: 35px;
    }

    .lp-home-steps__title,
    .lp-home-clients h2{
        font-size: 20px;
    }

    .lp-home-clients__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .lp-home-client {
        min-height: 70px;
        padding: 14px;
    }

    .lp-home-client img {
        max-height: 36px;
    }
}