/* =========================
   HOME GENERAL
========================= */
.lp-home {
    width: 100%;
    background: #ffffff;
    color: #111111;
    font-family: 'Oswald', Arial, sans-serif;
}
.lp-home-seo-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.lp-home a {
    text-decoration: none !important;
}

@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(0, 0, 0, 0.60);
    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: rgba(0, 0, 0, 0.60) !important;
    outline: none !important;
    box-shadow: none !important;
}
.lp-home-hero__arrow:focus,
.lp-home-hero__arrow:active {
    background: rgba(0, 0, 0, 0.60) !important;
    outline: none !important;
    box-shadow: none !important;
}


.lp-home-hero__arrow:focus svg path,
.lp-home-hero__arrow:active svg path {
    stroke: #ffffff !important;
}

.lp-home-hero__dots {
    display: none;
    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;
    }

}

/* =========================
   CATEGORÍAS
========================= */
.lp-home-categories {
    width: 100%;
    background: #fff;
    padding: 25px 0 20px;
}

.lp-home-categories .cats-title {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 60.9px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #0C6600;
}

.lp-home-categories .cats-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 48px;
    height: 4px;
    border-radius: 99px;
    background: #0C6600;
    transform: translateX(-50%);
}
.lp-home-categories .home-merch {
    width: 100%;
    padding: 52px 167px;
    box-sizing: border-box;
}

.lp-home-categories .cats-accordion {
    --open-flex: 2.6;
    display: flex;
    gap: 18px;
    height: 500px;
    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: 20px;
    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;
    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: 400;
    font-size: 36px;
    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: #0C6600;
    color: #fff;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 600;
    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: 57px;
    height:57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.50);
}

.lp-home-categories .cats-vertical {
    align-self: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.lp-home-categories .cats-card.is-bg-pending {
    background-color: #111111;
}

/* =========================
   PRODUCTOS DESTACADOS
========================= */
.lp-home-featured {
    width: 100%;
    margin: 0 auto;
    padding: 25px 5vw;
    box-sizing: border-box;
}

.lp-home-featured h2 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    color: #0C6600;
    margin: 0 0 45px;
}

.lp-home-featured h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 48px;
    height: 4px;
    border-radius: 99px;
    background: #0C6600;
    transform: translateX(-50%);
}
.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: #1E1E1E; 
    margin: 0 0 12px;
}

.lp-home-featured-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 28px; 
    line-height: 1;
    font-weight: 900;
    color: #1E1E1E;
    margin-bottom: 6px;
}

.lp-home-featured-card__price span {
    font-size: 20px;
    font-weight: 900;
}

.lp-home-featured-card__content p {
    font-size: 14px;
    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: 100%;
    margin: 0 auto;
    padding: 45px 8vw 25px;
    box-sizing: border-box;
    text-align: center;
}

.lp-home-steps__viewport {
    width: 100%;
}

.lp-home-steps__wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.lp-home-step {
    position: relative;
    z-index: 1;
    min-height: 170px;
    background: #0C6600;
    border-radius: 18px;
    padding: 19px 38px;
    box-shadow: 0 8px 6.6px 0 rgba(0, 0, 0, 0.30);
}

.lp-home-step__icon {
    width: 46px;
    height: 46px;
    margin: 4px auto 18px;
    border: 1px solid #ACDA28;
    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: 23px;
    font-weight: 700;
    font-style: normal;
    color: #ACDA28;
    margin: 0 0 15px;
    line-height: 30px;
    letter-spacing: -0.625px;
}

.lp-home-step p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    line-height: 19.6px;
}

.lp-home-steps__dots {
    display: none;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .lp-home-steps {
        padding: 26px 20px 18px;
        overflow: hidden;
    }

    .lp-home-steps__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 18px;
    }

    .lp-home-steps__viewport::-webkit-scrollbar {
        display: none;
    }

    .lp-home-steps__wrap {
        display: flex;
        gap: 14px;
        width: max-content;
    }

    .lp-home-step {
        flex: 0 0 calc(100vw - 62px);
        width: calc(100vw - 62px);
        margin-bottom: 20px;
        min-height: 222px;
        padding: 22px 18px 20px;
        border-radius: 16px;
        scroll-snap-align: center;
    }

    .lp-home-step__icon {
        width: 52px;
        height: 52px;
        margin: 0 auto 16px;
    }

    .lp-home-step__icon svg {
        width: 24px;
        height: 24px;
    }

    .lp-home-step__label {
        font-size: 17px;
        line-height: 1.15;
        margin: 0 0 14px;
        letter-spacing: 0;
    }

    .lp-home-step p {
        font-size: 13px;
        line-height: 1.45;
        max-width: 220px;
        margin: 0 auto;
    }

    .lp-home-steps__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 14px;
    }

    .lp-home-steps__dot {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background: #A0A7B4;
        padding: 0;
        margin: 0;
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .lp-home-steps__dot.is-active {
        background: #5E6776;
        transform: scale(1.05);
    }
}

/* =========================
   VASOS REUTILIZABLES
========================= */

.lp-home-reusable {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #a69c97;
    background-image: url("https://vasospublicitariosperu.com/wp-content/uploads/2026/08/Frame-2087327434.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-home-reusable__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1512px;
    min-height: clamp(455px, 40.67vw, 615px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
}

.lp-home-reusable__product {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    padding: 35px 15px 45px;
    box-sizing: border-box;
}

.lp-home-reusable__product img {
    display: block;
    width: min(43vw, 560px);
    max-width: 100%;
    height: auto;
    max-height: 92%;
    object-fit: contain;
    object-position: center bottom;
}

.lp-home-reusable__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 45px 8vw 45px 20px;
    color: #ffffff;
    box-sizing: border-box;
}

.lp-home-reusable__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}

.lp-home-reusable__icon {
    display: block;
    width: clamp(38px, 3.2vw, 52px);
    height: clamp(38px, 3.2vw, 52px);
    object-fit: contain;
    flex-shrink: 0;
}

.lp-home-reusable__title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.lp-home-reusable__content p {
    width: 100%;
    max-width: 580px;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: clamp(16px, 1.45vw, 21px);
    font-weight: 300;
    line-height: 1.45;
}

.lp-home-reusable__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(100%, 400px);
    min-height: 58px;
    padding: 12px 25px;
    border: none;
    border-radius: 999px;
    background: #61b343;
    color: #ffffff !important;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lp-home-reusable__button svg {
    display: block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    color: #ffffff;
}

.lp-home-reusable__button:hover,
.lp-home-reusable__button:focus {
    background: #4fa035;
    color: #ffffff !important;
    transform: translateY(-1px);
    outline: none;
}

.lp-home-reusable__button:active {
    transform: translateY(0);
}

/* =========================
   VASOS REUTILIZABLES MOBILE
========================= */
@media (max-width: 768px) {

    .lp-home-reusable {
        position: relative;
        width: 100%;
        min-height: 681px;
        overflow: hidden;
        background-color: transparent;
        background-image: url("https://vasospublicitariosperu.com/wp-content/uploads/2026/08/Frame-2087327437.webp");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
    }

    .lp-home-reusable::before,
    .lp-home-reusable::after {
        content: none;
        display: none;
    }

    .lp-home-reusable__inner {
        position: relative;
        display: block;
        width: 100%;
        min-height: 681px;
        max-width: none;
        margin: 0;
    }

    .lp-home-reusable__content {
        position: static;
        display: block;
        width: 100%;
        padding: 38px 44px 0;
        box-sizing: border-box;
    }

    .lp-home-reusable__heading {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 24px;
    }

    .lp-home-reusable__icon {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }

    .lp-home-reusable__title {
        margin: 0;
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.4px;
        color: #ffffff;
    }

    .lp-home-reusable__content p {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 285px;
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 300;
    }

    .lp-home-reusable__content p br {
        display: none;
    }

    .lp-home-reusable__product {
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: 105px;
        width: 360px;
        padding: 0;
        transform: translateX(-50%);
    }

    .lp-home-reusable__product img {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .lp-home-reusable__button {
        position: absolute;
        z-index: 4;
        left: 44px;
        right: 44px;
        bottom: 35px;
        width: auto;
        min-height: 50px;
        padding: 10px 18px;
        gap: 8px;
        border-radius: 999px;
        font-size: 17px;
        line-height: 1;
        box-shadow: none;
    }

    .lp-home-reusable__button svg {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 350px) {

    .lp-home-reusable {
        min-height: 610px;
    }

    .lp-home-reusable__inner {
        min-height: 610px;
    }

    .lp-home-reusable__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lp-home-reusable__title {
        font-size: 27px;
    }

    .lp-home-reusable__content p {
        max-width: 245px;
        font-size: 15px;
    }

    .lp-home-reusable__product {
        bottom: 95px;
        width: min(235px, 70vw);
    }

    .lp-home-reusable__button {
        left: 30px;
        right: 30px;
        bottom: 30px;
        font-size: 15px;
    }
}
/* =========================================================
   PREVIEW GALERÍA
========================================================= */

.lp-home-gallery-preview {
    width: 100%;
    overflow: hidden;
    background-color: #17120c;
    background-image: url("https://vasospublicitariosperu.com/wp-content/uploads/2026/08/Frame-2087327439.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-home-gallery-preview__inner {
    width: 100%;
    max-width: 1512px;
    min-height: 615px;
    margin: 0 auto;
    padding: 70px 8vw;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
    align-items: center;
    gap: 65px;
    box-sizing: border-box;
}

/* =========================================================
   CONTENIDO
========================================================= */

.lp-home-gallery-preview__content {
    width: 100%;
    max-width: 620px;
    color: #ffffff;
}

.lp-home-gallery-preview__heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}

.lp-home-gallery-preview__icon {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: 3px;
    object-fit: contain;
    flex-shrink: 0;
}

.lp-home-gallery-preview__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 2.4vw, 42px);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.lp-home-gallery-preview__text {
    max-width: 570px;
    margin: 0 0 36px;
    color: #ffffff;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.55;
    font-weight: 300;
}


.lp-home-gallery-preview__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 395px);
    min-height: 56px;
    padding: 12px 28px;
    border-radius: 999px;
    background: #61A742;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lp-home-gallery-preview__button:hover {
    background: #52963a;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.lp-home-gallery-preview__button--mobile {
    display: none;
}

/* =========================================================
   CARRUSEL GALERÍA
========================================================= */
.lp-home-gallery-carousel {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.lp-home-gallery-carousel__viewport {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.lp-home-gallery-carousel__track {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    will-change: transform;
    transition: transform 0.48s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-home-gallery-carousel__slide {
    flex: 0 0 82%;
    width: 82%;
    max-width: 82%;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #080808;
    text-decoration: none !important;
}

.lp-home-gallery-carousel__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
    .lp-home-gallery-preview__inner {
        padding-left: 50px;
        padding-right: 50px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .lp-home-gallery-preview {
        background-position: center center;
    }

    .lp-home-gallery-preview__inner {
        width: 100%;
        min-height: auto;
        padding: 45px 28px 48px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .lp-home-gallery-preview__content {
        max-width: none;
        margin-bottom: 28px;
    }

    .lp-home-gallery-preview__heading {
        gap: 10px;
        margin-bottom: 17px;
    }

    .lp-home-gallery-preview__icon {
        width: 60px;
        height: 60px;
        margin-top: 1px;
    }

    .lp-home-gallery-preview__title {
        font-size: 32px;
        line-height: 1.07;
        letter-spacing: -0.3px;
    }

    .lp-home-gallery-preview__text {
        max-width: none;
        margin: 0;
        font-size: 20px;
        line-height: 1.45;
    }

    .lp-home-gallery-preview__button--desktop {
        display: none;
    }

    .lp-home-gallery-carousel {
        width: calc(100% - 24px);
        margin: 0 auto 28px;
    }

    .lp-home-gallery-preview__button--mobile {
        display: flex;
        width: 100%;
        min-height: 45px;
        margin: 0 auto;
        padding: 14px 48px;
        font-size: 20px;
    }
    .lp-home-gallery-carousel {
        width: 100%;
        margin: 0 auto 28px;
    }
    
    .lp-home-gallery-carousel__viewport {
        width: 100%;
        overflow: hidden;
    }
    
    .lp-home-gallery-carousel__track {
        gap: 12px;
    }
    
    .lp-home-gallery-carousel__slide {
        flex: 0 0 82%;
        width: 82%;
        max-width: 82%;
        aspect-ratio: 1 / 1;
        border-radius: 12px;
    }
    
}
@media (max-width: 380px) {
    .lp-home-gallery-preview__inner {
        padding-left: 22px;
        padding-right: 22px;
    }

    .lp-home-gallery-preview__title {
        font-size: 23px;
    }

    .lp-home-gallery-preview__text {
        font-size: 13.5px;
    }

    .lp-home-gallery-preview__button--mobile {
        font-size: 14px;
    }
}

/* =========================
   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: #61A742;
    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: #61A742;
    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;
}

/* =========================================================
   HAGA SU PEDIDO EN 4 PASOS
========================================================= */
.lp-home-order-steps {
    width: 100%;
    background: #ffffff;
    padding: 48px 0 65px;
    overflow: hidden;
}

.lp-home-order-steps__inner {
    width: calc(100% - 120px);
    max-width: 1480px;
    margin: 0 auto;
}

.lp-home-order-steps__title {
    position: relative;
    margin: 0 0 46px;
    color: #0C6600;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.lp-home-order-steps__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 48px;
    height: 4px;
    border-radius: 99px;
    background: #0C6600;
    transform: translateX(-50%);
}

.lp-home-order-steps__viewport {
    width: 100%;
}

.lp-home-order-steps__track {
    display: grid;
    grid-template-columns: repeat(4, 282px);
    justify-content: center;
    gap: 58px;
}

.lp-home-order-card {
    width: 282px;
    min-width: 282px;
    overflow: hidden;
    border-radius: 22px;
    background: #4b9235;
    color: #ffffff;
}

.lp-home-order-card__visual {
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #4b9235;
    box-sizing: border-box;
}

.lp-home-order-card__visual img {
    display: block;
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.lp-home-order-card__heading {
    min-height: 105px;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 14px;
    background: #650056;
    box-sizing: border-box;
}

.lp-home-order-card__number {
    flex: 0 0 auto;
    margin-right: 16px;
    color: #ACDA28;
    font-size: 68px;
    line-height: 1;
    font-weight: 500;
}

.lp-home-order-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 400;
    text-transform: uppercase;
}

.lp-home-order-card__description {
    min-height: 218px;
    padding: 14px 22px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.lp-home-order-card__description p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
}

@media (max-width: 1400px) {
    .lp-home-order-steps__inner {
        width: calc(100% - 60px);
    }

    .lp-home-order-steps__track {
        gap: 30px;
        grid-template-columns: repeat(4, 280px);
    }

    .lp-home-order-card {
        width: 280px;
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .lp-home-order-steps {
        padding: 28px 0 20px;
    }

    .lp-home-order-steps__inner {
        width: 100%;
        max-width: none;
    }

    .lp-home-order-steps__title {
        width: 230px;
        margin: 0 auto 34px;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: -0.3px;
    }

    .lp-home-order-steps__title::after {
        bottom: -10px;
        width: 28px;
        height: 2px;
    }

    .lp-home-order-steps__viewport {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 12%;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .lp-home-order-steps__viewport::-webkit-scrollbar {
        display: none;
    }

    .lp-home-order-steps__track {
        display: flex;
        gap: 18px;
        width: max-content;
        padding: 0 32px 18px;
    }

    .lp-home-order-card {
        flex: 0 0 240px;
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        scroll-snap-align: center;
        border-radius: 14px;
    }

    .lp-home-order-card__visual {
        height: 180px;
        padding: 12px;
    }

    .lp-home-order-card__visual img {
        width: 158px;
        height: 158px;
    }

    .lp-home-order-card__heading {
        min-height: 64px;
        padding: 8px 10px;
    }

    .lp-home-order-card__number {
        margin-right: 12px;
        font-size: 47px;
    }

    .lp-home-order-card__title {
        line-height: 1.15;
    }

    .lp-home-order-card__description {
        min-height: 148px;
        padding: 18px 16px;
    }

    .lp-home-order-card__description p {
        line-height: 2;
    }
}


/* =========================
   SELLOS DE CONFIANZA
========================= */
.lp-home-seals {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
    box-sizing: border-box;
}

.lp-home-seals__inner {
    width: calc(100% - 40px);
    max-width: 760px;
    min-height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.lp-home-seals__item {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-home-seals__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 170px;
    max-height: 170px;
    object-fit: contain;
}

/* MOBILE */
@media (max-width: 768px) {
    .lp-home-seals {
        padding: 15px 0;
    }

    .lp-home-seals__inner {
        width: calc(100% - 28px);
        min-height: 72px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .lp-home-seals__item {
        width: 100%;
        height: 65px;
    }

    .lp-home-seals__item img {
        max-width: 72px;
        max-height: 65px;
        margin: 0 auto;
    }
}
/* =========================
   PREGUNTAS FRECUENTES
========================= */
.lp-home-faq {
    width: 100%;
    background: #5C0050;
    border-radius: 36px 36px 0 0;
    padding: 52px 0 70px;
    padding: 52px 0 90px;
    position: relative;
    z-index: 1;
}
.lp-home-faq + .lp-footer {
    margin-top: -1px;
}

.lp-home-faq__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 7vw;
    box-sizing: border-box;
}

.lp-home-faq__title  {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    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: 700;
    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: #ffffff !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: 16px;
    line-height: 1.7;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
.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: #ffffff !important;
}

/* =========================
   RESPONSIVE COMPLETO
========================= */
@media (max-width: 1024px) {
    .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: #ffffff !important;
    }
    .lp-home-hero__arrow:focus,
.lp-home-hero__arrow:active {
    background: rgba(17, 17, 17, 0.35) !important;
}

    .lp-home-hero__dots {
        display: flex;
        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-categories .cats-title {
        font-size: 23px;
        line-height: 1.2;
        padding: 0 40px;
        margin-bottom: 15px;
    }
    .lp-home-categories .cats-title::after,
    .lp-home-featured h2::after {
        bottom: -10px;
        width: 28px;
        height: 2px;
    }
    
    .lp-home-categories .cats-title {
        margin-bottom: 28px;
    }
    
    .lp-home-featured h2 {
        margin-bottom: 34px;
    }

    .lp-home-categories .cats-accordion {
        height: auto;
        min-height: 700px;
        flex-direction: column;
        gap: 14px;
    }
    
    .lp-home-categories .home-merch{
        padding: 2px 10px;
    }

    .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: 362px;
    }

    .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: 24px;
        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-featured h2 {
    font-size: 23px;
    }
    
     .lp-home-faq {
        overflow: hidden;
        border-radius: 28px 28px 0 0;
    }

    .lp-home-faq__inner {
        width: auto;
        margin-left: 18px;
        margin-right: 18px;
        padding: 0;
        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: 100%;
    }

    .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%;
    }

}

@media (max-width: 520px) {
    .lp-home-steps {
        padding-top: 35px;
    }

}