/* ===== Home de secciones - Dulce Camila ===== */

.dc-home-secciones {
    padding: 18px 0 34px;
}

.dc-home-secciones-head {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

.dc-home-secciones-head h1 {
    margin: 6px 0 8px;
    font-size: 34px;
    line-height: 1.15;
    color: #1f1f1f;
    font-weight: 800;
}

.dc-home-secciones-head p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.dc-home-secciones-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dc-home-section-card {
    min-height: 210px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.75), transparent 38%),
        linear-gradient(135deg, #fff4f7 0%, #f7dce7 45%, #f1c7d8 100%);
    border: 1px solid rgba(120, 59, 86, .12);
    box-shadow: 0 14px 35px rgba(40, 20, 30, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.dc-home-section-card:nth-child(2n) {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.75), transparent 38%),
        linear-gradient(135deg, #fff8ef 0%, #f7e4ce 48%, #eecfae 100%);
}

.dc-home-section-card:nth-child(3n) {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.75), transparent 38%),
        linear-gradient(135deg, #f7f1ff 0%, #e6d8f4 48%, #d8c2eb 100%);
}

.dc-home-section-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(40, 20, 30, .13);
}

.dc-home-section-card a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.dc-home-section-content {
    min-height: 210px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dc-home-section-label {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #8b4b65;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.dc-home-section-content h2 {
    margin: 16px 0 12px;
    color: #222;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 850;
}

.dc-home-subcats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.dc-home-subcats span {
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.68);
    color: #5f4b53;
    font-size: 12px;
    font-weight: 650;
}

.dc-home-section-btn {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .dc-home-secciones-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dc-home-secciones {
        padding: 10px 0 24px;
    }

    .dc-home-secciones-head {
        text-align: left;
        margin-bottom: 18px;
    }

    .dc-home-secciones-head h1 {
        font-size: 27px;
    }

    .dc-home-secciones-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .dc-home-section-card,
    .dc-home-section-content {
        min-height: 185px;
    }

    .dc-home-section-content {
        padding: 16px;
    }

    .dc-home-section-content h2 {
        font-size: 21px;
    }
}

@media (max-width: 460px) {
    .dc-home-secciones-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== HOME SECCIONES FAMILIA ===== */

.dc-home-secciones {
    background: #fff;
    padding: 42px 16px 46px;
}

.dc-home-secciones-head {
    text-align: center;
    margin-bottom: 26px;
}

.dc-home-secciones-head h1 {
    max-width: 780px;
    margin: 0 auto;
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2.4px;
    line-height: 1.25;
    text-transform: uppercase;
}

.dc-home-secciones-grid {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    justify-content: center;
}

.dc-family-card {
    position: relative;
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    background: #111;
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid rgba(236, 20, 255, .16);
    box-shadow: none;
    transition: transform .22s ease, border-color .22s ease;
}

.dc-family-card:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 20, 255, .42);
    box-shadow: none;
}

.dc-family-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .82;
    transition: transform .28s ease, opacity .28s ease;
}

.dc-family-card:hover img {
    transform: scale(1.045);
    opacity: .96;
}

.dc-family-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18), rgba(236,20,255,.06));
}

.dc-family-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    z-index: 3;
    background: #EC14FF;
    border-radius: 999px 999px 0 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.dc-family-card:hover::before {
    transform: scaleX(1);
}

.dc-family-card span {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.08;
    text-shadow: 0 2px 10px rgba(0,0,0,.7);
}

.dc-family-card span::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 9px auto 0;
    border-radius: 999px;
    background: #EC14FF;
}

/* Tablet */
@media (max-width: 992px) {
    .dc-home-secciones {
        padding: 34px 14px 40px;
    }

    .dc-home-secciones-head h1 {
        font-size: 22px;
        letter-spacing: 1.7px;
    }

    .dc-home-secciones-grid {
        max-width: 720px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .dc-family-card {
        height: 165px;
        border-radius: 16px;
    }

    .dc-family-card span {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .dc-home-secciones {
        padding: 28px 12px 34px;
    }

    .dc-home-secciones-head {
        margin-bottom: 18px;
    }

    .dc-home-secciones-head h1 {
        max-width: 340px;
        font-size: 17px;
        letter-spacing: 1.1px;
        line-height: 1.35;
    }

    .dc-home-secciones-grid {
        max-width: 340px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .dc-family-card {
        height: 130px;
        border-radius: 14px;
    }

    .dc-family-card span {
        left: 8px;
        right: 8px;
        bottom: 14px;
        font-size: 14px;
    }

    .dc-family-card span::after {
        width: 26px;
        height: 2px;
        margin-top: 7px;
    }
}
/* ===== NOVEDADES HOME CARRUSEL ===== */

.dc-home-novedades {
    padding: 48px 16px 64px;
}

.dc-home-novedades-head {
    max-width: 1330px;
    margin: 0 auto 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    text-align: center;
}

.dc-home-novedades-head > div {
    width: 100%;
}

.dc-home-novedades-head span {
    display: block;
    color: #EC14FF;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.dc-home-novedades-head h2 {
    margin: 4px 0 0;
    color: #111827;
    font-size: 32px;
    font-weight: 900;
}

.dc-novedades-carousel {
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
}

.dc-novedades-slide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.dc-home-novedades .dc-product-card-new {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(236, 20, 255, .16);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    transition: transform .22s ease, border-color .22s ease;
}

.dc-home-novedades .dc-product-card-new:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 20, 255, .42);
    box-shadow: none;
}

.dc-home-novedades .dc-product-card-new::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    z-index: 4;
    background: #EC14FF;
    border-radius: 999px 999px 0 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.dc-home-novedades .dc-product-card-new:hover::before {
    transform: scaleX(1);
}

.dc-home-novedades .dc-product-link {
    color: inherit;
    text-decoration: none;
}

.dc-home-novedades .dc-product-media {
    width: 100%;
    height: 410px;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
}

.dc-home-novedades .dc-product-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.dc-home-novedades .dc-product-card-new:hover .dc-product-media img {
    transform: scale(1.035);
}

.dc-home-novedades .dc-product-info {
    padding: 16px 16px 8px;
}

.dc-home-novedades .dc-brand {
    margin: 0 0 6px;
    color: #EC14FF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.dc-home-novedades .dc-product-info h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.dc-home-novedades .dc-code {
    margin: 0 0 8px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
}

.dc-home-novedades .dc-price-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dc-home-novedades .dc-price-old {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
}

.dc-home-novedades .dc-price-final {
    color: #111827;
    font-size: 21px;
    font-weight: 900;
}

.dc-home-novedades .dc-price-transfer {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.dc-home-novedades .dc-discount-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    background: #EC14FF;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.dc-home-novedades .dc-product-buy {
    width: calc(100% - 32px);
    margin: 14px 16px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    background: #111827;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background .22s ease, transform .22s ease;
}

.dc-home-novedades .dc-product-buy:hover {
    background: #EC14FF;
    color: #fff;
    transform: translateY(-1px);
}

.dc-novedades-control {
    width: 42px;
    background: none !important;
    opacity: 1;
    text-shadow: none;
}

.dc-novedades-control.left {
    left: -56px;
}

.dc-novedades-control.right {
    right: -56px;
}

.dc-novedades-control .glyphicon {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    line-height: 38px;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.dc-novedades-control:hover .glyphicon {
    background: #EC14FF;
}

/* Tablet */
@media (max-width: 1100px) {
    .dc-home-novedades-head,
    .dc-novedades-carousel {
        max-width: 760px;
    }

    .dc-novedades-slide-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .dc-home-novedades .dc-product-media {
        height: 300px;
    }

    .dc-home-novedades .dc-product-info h2 {
        font-size: 14px;
    }

    .dc-home-novedades .dc-price-final {
        font-size: 17px;
    }

    .dc-novedades-control.left {
        left: -38px;
    }

    .dc-novedades-control.right {
        right: -38px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .dc-home-novedades {
        padding: 28px 12px 42px;
    }

    .dc-home-novedades-head {
        max-width: 340px;
        margin-bottom: 14px;
    }

    .dc-home-novedades-head h2 {
        font-size: 22px;
    }

    .dc-novedades-carousel {
        max-width: 340px;
        padding: 0 0 34px;
    }

    .dc-novedades-slide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .dc-home-novedades .dc-product-card-new {
        border-radius: 14px;
    }

    .dc-home-novedades .dc-product-media {
        height: 205px;
    }

    .dc-home-novedades .dc-product-info {
        padding: 10px 10px 6px;
    }

    .dc-home-novedades .dc-brand {
        font-size: 10px;
    }

    .dc-home-novedades .dc-product-info h2 {
        font-size: 12px;
        min-height: 32px;
        max-height: 32px;
    }

    .dc-home-novedades .dc-code {
        font-size: 10px;
    }

    .dc-home-novedades .dc-price-final {
        font-size: 14px;
    }

    .dc-home-novedades .dc-price-transfer {
        font-size: 10px;
    }

    .dc-home-novedades .dc-product-buy {
        width: calc(100% - 20px);
        margin: 8px 10px 10px;
        padding: 9px 10px;
        font-size: 12px;
        border-radius: 10px;
    }

    .dc-novedades-control {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: 0;
    }

    .dc-novedades-control.left {
        left: 35%;
    }

    .dc-novedades-control.right {
        right: 35%;
    }

    .dc-novedades-control .glyphicon {
        width: 30px;
        height: 30px;
        margin-top: 0;
        top: 0;
        font-size: 12px;
        line-height: 30px;
    }
}



/* ===== FRANJA BENEFICIOS HOME ===== */

.dc-home-benefits-strip {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;

    background: #ffeafd;
    border-top: 1px solid rgba(236, 20, 255, .12);
    border-bottom: 1px solid rgba(236, 20, 255, .12);
    padding: 24px 16px;
    box-sizing: border-box;
}

.dc-home-benefits-strip-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dc-benefit-strip-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.dc-benefit-strip-item span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    transition: background .22s ease, transform .22s ease;
}

.dc-benefit-strip-item:hover span {
    background: #EC14FF;
    transform: scale(1.05);
}

.dc-benefit-strip-item strong {
    display: block;
    margin: 0 0 3px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
}

.dc-benefit-strip-item p {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.35;
}

/* Tablet */
@media (max-width: 900px) {
    .dc-home-benefits-strip-inner {
        max-width: 520px;
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .dc-home-benefits-strip {
        padding: 20px 14px;
    }

    .dc-benefit-strip-item {
        gap: 11px;
    }

    .dc-benefit-strip-item span {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
    }

    .dc-benefit-strip-item strong {
        font-size: 13px;
    }

    .dc-benefit-strip-item p {
        font-size: 11px;
    }
}

/* ===== MARCAS DESTACADAS HOME ===== */

.dc-home-marcas-destacadas {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 38px 0 54px;
    box-sizing: border-box;
    overflow: hidden;
}

.dc-home-marcas-head {
    text-align: center;
    margin: 0 0 26px;
    padding: 0 16px;
}

.dc-home-marcas-head span {
    display: block;
    color: #EC14FF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
}

.dc-home-marcas-head h2 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
}

.dc-home-marcas-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dc-brand-feature-card {
    position: relative;
    min-height: 360px;
    background: #111;
    overflow: hidden;
}

.dc-brand-feature-card a {
    position: relative;
    display: block;
    min-height: 360px;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.dc-brand-feature-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.dc-brand-feature-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .72;
    transition: transform .3s ease, opacity .3s ease;
}

.dc-brand-feature-card:hover .dc-brand-feature-img img {
    transform: scale(1.04);
    opacity: .9;
}

.dc-brand-feature-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.72) 34%,
        rgba(0,0,0,.12) 72%,
        rgba(0,0,0,.05) 100%
    );
}

.dc-brand-feature-info {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 30px;
    z-index: 2;
    text-align: center;
}

.dc-brand-feature-info h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.dc-brand-feature-info span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.dc-brand-feature-card:hover .dc-brand-feature-info span {
    background: #EC14FF;
    color: #fff;
    transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 992px) {
    .dc-home-marcas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dc-brand-feature-card,
    .dc-brand-feature-card a {
        min-height: 320px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .dc-home-marcas-destacadas {
        padding: 34px 12px 42px;
    }

    .dc-home-marcas-head h2 {
        font-size: 23px;
        letter-spacing: 2px;
    }

    .dc-home-marcas-grid {
        max-width: 340px;
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dc-brand-feature-card,
    .dc-brand-feature-card a {
        min-height: 255px;
        border-radius: 16px;
    }

    .dc-brand-feature-info {
        left: 16px;
        right: 16px;
        bottom: 24px;
    }

    .dc-brand-feature-info h3 {
        font-size: 24px;
    }

    .dc-brand-feature-info span {
        padding: 10px 16px;
        font-size: 12px;
    }
}