/**
 * Cross-Selling Torre
 * - Producto: bloque de complementarios diferenciado de Related Products.
 * - Carro / checkout: recomendaciones contextuales.
 */

.torre-cross-selling-producto,
.torre-cross-selling-carro {
    --torre-cross-primary: #009a22;
    --torre-cross-primary-dark: #007a1b;
    --torre-cross-soft: #f2fbf4;
    --torre-cross-light: #f7f7f7;
    --torre-cross-border: rgba(0, 154, 34, .18);
    --torre-cross-text: #151515;
    --torre-cross-muted: #6b7280;
}

/* =========================================================
   PRODUCTO / PDP - COMPLEMENTARIOS
   Visual propio para diferenciarlo de Productos Relacionados.
========================================================= */

.torre-cross-selling-producto {
    width: 100%;
    padding: 42px 0 46px;
    margin-top: 26px;
    background: linear-gradient(180deg, #f7fcf8 0%, #ffffff 100%);
    border-top: 1px solid var(--torre-cross-border);
    border-bottom: 1px solid var(--torre-cross-border);
    position: relative;
    overflow: hidden;
}

.torre-cross-selling-producto__head {
    margin-bottom: 24px;
    gap: 20px;
}

.torre-cross-selling-producto__kicker {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--torre-cross-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.torre-cross-selling-producto__title {
    margin: 0;
    color: var(--torre-cross-text);
    font-size: 31px;
    font-weight: 800;
    line-height: 1.15;
}

.torre-cross-selling-producto__subtitle {
    margin: 7px 0 0;
    color: var(--torre-cross-muted);
    font-size: 15px;
    line-height: 1.45;
}

.torre-cross-selling-producto__nav {
    display: flex;
    gap: 8px;
}

.torre-cross-selling-producto__arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--torre-cross-primary);
    border-radius: 50%;
    color: var(--torre-cross-primary);
    background: #ffffff;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.torre-cross-selling-producto__arrow:hover {
    background: var(--torre-cross-primary);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.torre-cross-selling-producto__viewport {
    padding: 2px 1px 4px;
}

.torre-cross-selling-producto__grid {
    padding-bottom: 8px;
    margin-left: -18px;
}

.torre-cross-selling-producto__grid>* {
    padding-left: 18px;
    box-sizing: border-box;
}

.torre-cross-selling-producto__item {
    display: flex;
    box-sizing: border-box;
}

.torre-complement-card {
    width: 100%;
    min-height: 222px;
    display: grid;
    grid-template-columns: minmax(120px, 42%) minmax(0, 58%);
    background: #ffffff;
    border: 1px solid var(--torre-cross-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.torre-complement-card:hover {
    border-color: rgba(0, 154, 34, .38);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .075);
    transform: translateY(-2px);
}

.torre-complement-card__visual {
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 14px 18px;
    background: var(--torre-cross-soft);
}

.torre-complement-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--torre-cross-primary);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.torre-complement-card__image-link {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.torre-complement-card__image {
    width: 100%;
    height: 100%;
    max-width: 150px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.torre-complement-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px 20px;
}

.torre-complement-card__eyebrow {
    margin-bottom: 7px;
    color: var(--torre-cross-primary-dark);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.torre-complement-card__name {
    width: 100%;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.3;
}

.torre-complement-card__name a {
    color: var(--torre-cross-text);
    text-decoration: none;
}

.torre-complement-card__name a:hover {
    color: var(--torre-cross-primary-dark);
    text-decoration: none;
}

.torre-complement-card__price {
    margin-top: auto;
    margin-bottom: 13px;
    color: var(--torre-cross-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.torre-complement-card__price del {
    margin-right: 5px;
    color: #8a8f98;
    font-size: 12px;
    font-weight: 500;
}

.torre-complement-card__price ins {
    color: var(--torre-cross-primary-dark);
    text-decoration: none;
}

#main_page .torre-cross-selling-producto a.torre-complement-card__button.button,
#main_page .torre-cross-selling-carro a.torre-complement-card__button.button {
    min-width: 112px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0 22px;
    border: 2px solid var(--torre-cross-primary) !important;
    border-radius: 100px !important;
    background: var(--torre-cross-primary) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#main_page .torre-cross-selling-producto a.torre-complement-card__button.button:hover,
#main_page .torre-cross-selling-producto a.torre-complement-card__button.button:focus,
#main_page .torre-cross-selling-carro a.torre-complement-card__button.button:hover,
#main_page .torre-cross-selling-carro a.torre-complement-card__button.button:focus {
    background: var(--torre-cross-primary-dark) !important;
    border-color: var(--torre-cross-primary-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    outline: none;
}

#main_page .torre-cross-selling-producto a.torre-complement-card__button.button:active,
#main_page .torre-cross-selling-carro a.torre-complement-card__button.button:active {
    transform: translateY(0);
}

.torre-cross-selling-producto__dots {
    margin-top: 22px !important;
}

.torre-cross-selling-producto__dots>*>* {
    border-color: var(--torre-cross-primary);
}

.torre-cross-selling-producto__dots>.uk-active>* {
    background-color: var(--torre-cross-primary);
}

/* =========================================================
   CARRO / CHECKOUT
========================================================= */

.torre-cross-selling-carro {
    width: 100%;
    padding: 35px 0;
    margin: 25px 0;
    background: var(--torre-cross-light);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.torre-cross-selling-carro--checkout {
    padding: 30px 0;
}

.torre-cross-selling-carro__head {
    margin-bottom: 24px;
}

.torre-cross-selling-carro__title {
    margin: 0;
    color: var(--torre-cross-primary);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.torre-cross-selling-carro__nav {
    display: flex;
    gap: 8px;
}

.torre-cross-selling-carro__arrow {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--torre-cross-primary);
    border-radius: 50%;
    color: var(--torre-cross-primary);
    background: #ffffff;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
}

.torre-cross-selling-carro__arrow:hover {
    background: var(--torre-cross-primary);
    color: #ffffff;
    text-decoration: none;
}

.torre-cross-selling-carro__grid {
    padding-bottom: 8px;
    margin-left: -20px;
}

.torre-cross-selling-carro__grid>* {
    padding-left: 20px;
    box-sizing: border-box;
}

.torre-cross-selling-carro__viewport {
    padding: 2px 1px 4px;
}

.torre-cross-selling-carro__grid>.torre-cross-selling-producto__item {
    display: flex;
    box-sizing: border-box;
}

.torre-cross-selling-carro .torre-complement-card {
    min-height: 222px;
}

.torre-cross-selling-carro__dots {
    margin-top: 22px !important;
}

.torre-cross-selling-carro__dots>*>* {
    border-color: var(--torre-cross-primary);
}

.torre-cross-selling-carro__dots>.uk-active>* {
    background-color: var(--torre-cross-primary);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .torre-complement-card {
        grid-template-columns: 42% 58%;
    }
}

@media (max-width: 959px) {
    .torre-cross-selling-producto {
        padding: 34px 0 38px;
    }

    .torre-cross-selling-producto__title {
        font-size: 27px;
    }

    .torre-cross-selling-producto__grid {
        margin-left: -16px;
    }

    .torre-cross-selling-producto__grid>* {
        padding-left: 16px;
    }

    .torre-cross-selling-carro {
        padding: 30px 0;
    }

    .torre-cross-selling-carro__title {
        font-size: 24px;
    }

    .torre-cross-selling-carro__grid {
        margin-left: -16px;
    }

    .torre-cross-selling-carro__grid>* {
        padding-left: 16px;
    }
}

@media (max-width: 639px) {
    .torre-cross-selling-producto {
        padding: 28px 0 30px;
        margin-top: 18px;
    }

    .torre-cross-selling-producto__head {
        margin-bottom: 18px;
    }

    .torre-cross-selling-producto__title {
        font-size: 24px;
    }

    .torre-cross-selling-producto__subtitle {
        font-size: 14px;
    }

    .torre-cross-selling-producto__grid {
        margin-left: -12px;
    }

    .torre-cross-selling-producto__grid>* {
        padding-left: 12px;
    }

    .torre-complement-card {
        min-height: 205px;
        grid-template-columns: 40% 60%;
        border-radius: 14px;
    }

    .torre-complement-card__visual {
        padding: 30px 10px 15px;
    }

    .torre-complement-card__image-link {
        height: 130px;
    }

    .torre-complement-card__body {
        padding: 18px 15px 16px;
    }

    .torre-complement-card__name {
        font-size: 15px;
    }

    .torre-cross-selling-carro {
        padding: 25px 0;
        margin: 20px 0;
        border-radius: 14px;
    }

    .torre-cross-selling-carro__head {
        margin-bottom: 18px;
    }

    .torre-cross-selling-carro__title {
        font-size: 22px;
    }

    .torre-cross-selling-carro__grid {
        margin-left: -12px;
    }

    .torre-cross-selling-carro__grid>* {
        padding-left: 12px;
    }
}