.elementor-2352 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2352 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2352 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2352 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: TIENDA
   Prefijo exclusivo: mlya-store-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

:root {
    --mlya-store-primary: #7c3aed;
    --mlya-store-primary-dark: #5421a8;
    --mlya-store-primary-light: #b794f6;

    --mlya-store-secondary: #f59e0b;
    --mlya-store-secondary-dark: #b96e00;

    --mlya-store-pink: #ec4899;
    --mlya-store-green: #16a34a;

    --mlya-store-white: #ffffff;
    --mlya-store-dark: #17131f;
    --mlya-store-dark-soft: #241d31;
    --mlya-store-gray: #f7f6fa;
    --mlya-store-lilac: #f2edff;
    --mlya-store-text: #655d70;
    --mlya-store-muted: #938a9e;
    --mlya-store-border: rgba(124, 58, 237, 0.12);

    --mlya-store-font-title: "Poppins", Arial, sans-serif;
    --mlya-store-font-body: "DM Sans", Arial, sans-serif;

    --mlya-store-container: 1200px;

    --mlya-store-radius-sm: 12px;
    --mlya-store-radius-md: 22px;
    --mlya-store-radius-lg: 34px;
    --mlya-store-radius-pill: 999px;

    --mlya-store-shadow-sm: 0 10px 30px rgba(38, 22, 65, 0.08);
    --mlya-store-shadow-md: 0 22px 60px rgba(38, 22, 65, 0.14);
    --mlya-store-shadow-lg: 0 30px 90px rgba(38, 22, 65, 0.2);

    --mlya-store-transition: all 0.3s ease;
}

/* =========================================================
   RESET
========================================================= */

.mlya-store-section,
.mlya-store-section *,
.mlya-store-header,
.mlya-store-header *,
.mlya-store-footer,
.mlya-store-footer * {
    box-sizing: border-box;
}

.mlya-store-section,
.mlya-store-header,
.mlya-store-footer {
    font-family: var(--mlya-store-font-body);
    color: var(--mlya-store-text);
}

.mlya-store-section img,
.mlya-store-header img,
.mlya-store-footer img {
    display: block;
    max-width: 100%;
}

.mlya-store-section a,
.mlya-store-header a,
.mlya-store-footer a {
    text-decoration: none;
}

.mlya-store-section h1,
.mlya-store-section h2,
.mlya-store-section h3,
.mlya-store-section h4,
.mlya-store-header h1,
.mlya-store-footer h2,
.mlya-store-footer h3 {
    margin-top: 0;
    color: var(--mlya-store-dark);
    font-family: var(--mlya-store-font-title);
    line-height: 1.08;
}

.mlya-store-section p,
.mlya-store-header p,
.mlya-store-footer p {
    line-height: 1.75;
}

.mlya-store-container {
    width: min(100% - 40px, var(--mlya-store-container));
    margin-inline: auto;
}

.mlya-store-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-store-section--white {
    background: var(--mlya-store-white);
}

.mlya-store-section--gray {
    background: var(--mlya-store-gray);
}

.mlya-store-section--lilac {
    background: var(--mlya-store-lilac);
}

.mlya-store-section--dark {
    background: var(--mlya-store-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-store-grid {
    display: grid;
    gap: 30px;
}

.mlya-store-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-store-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-store-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-store-align-center {
    text-align: center;
}

.mlya-store-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-store-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-store-eyebrow::before {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-store-align-center .mlya-store-eyebrow::after {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-store-title {
    max-width: 880px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
}

.mlya-store-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-store-align-center .mlya-store-title,
.mlya-store-align-center .mlya-store-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-store-description {
    max-width: 740px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-store-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-store-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-store-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: var(--mlya-store-radius-pill);
    font-family: var(--mlya-store-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-store-transition);
    cursor: pointer;
}

.mlya-store-button--primary {
    background: var(--mlya-store-primary);
    color: var(--mlya-store-white);
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28);
}

.mlya-store-button--primary:hover {
    background: var(--mlya-store-primary-dark);
    color: var(--mlya-store-white);
    transform: translateY(-3px);
}

.mlya-store-button--gold {
    background: var(--mlya-store-secondary);
    color: var(--mlya-store-dark);
}

.mlya-store-button--gold:hover {
    background: var(--mlya-store-secondary-dark);
    color: var(--mlya-store-white);
    transform: translateY(-3px);
}

.mlya-store-button--outline {
    border-color: var(--mlya-store-primary);
    background: transparent;
    color: var(--mlya-store-primary);
}

.mlya-store-button--outline:hover {
    background: var(--mlya-store-primary);
    color: var(--mlya-store-white);
    transform: translateY(-3px);
}

.mlya-store-button--light {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-store-white);
    backdrop-filter: blur(8px);
}

.mlya-store-button--light:hover {
    background: var(--mlya-store-white);
    color: var(--mlya-store-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-store-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-store-lilac);
    color: var(--mlya-store-primary);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-store-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-store-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-store-header__top {
    padding: 9px 0;
    background: var(--mlya-store-dark);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.mlya-store-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-store-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-store-header__top a {
    color: inherit;
    transition: var(--mlya-store-transition);
}

.mlya-store-header__top a:hover {
    color: var(--mlya-store-primary-light);
}

.mlya-store-header__main {
    padding: 18px 0;
}

.mlya-store-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-store-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-store-logo__symbol {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        var(--mlya-store-primary),
        var(--mlya-store-pink)
    );
    color: var(--mlya-store-white);
    font-size: 24px;
}

.mlya-store-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-store-logo__name {
    color: var(--mlya-store-dark);
    font-family: var(--mlya-store-font-title);
    font-size: 24px;
    font-weight: 800;
    line-height: 0.95;
}

.mlya-store-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-store-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mlya-store-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-store-nav a:not(.mlya-store-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-store-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-store-transition);
}

.mlya-store-nav a:not(.mlya-store-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--mlya-store-primary);
    content: "";
    transition: var(--mlya-store-transition);
}

.mlya-store-nav a:not(.mlya-store-button):hover {
    color: var(--mlya-store-primary);
}

.mlya-store-nav a:not(.mlya-store-button):hover::after {
    width: 100%;
}

.mlya-store-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-store-lilac);
    color: var(--mlya-store-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-store-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(23, 19, 31, 0.95) 0%,
            rgba(23, 19, 31, 0.8) 43%,
            rgba(23, 19, 31, 0.2) 74%,
            rgba(23, 19, 31, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-store-hero::after {
    position: absolute;
    right: -170px;
    bottom: -200px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
}

.mlya-store-hero__content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    padding: 120px 0;
}

.mlya-store-hero .mlya-store-eyebrow {
    color: var(--mlya-store-primary-light);
}

.mlya-store-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-store-white);
    font-size: clamp(58px, 7vw, 92px);
    font-weight: 800;
}

.mlya-store-hero__title span {
    color: var(--mlya-store-secondary);
}

.mlya-store-hero__description {
    max-width: 640px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.mlya-store-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 42px;
}

.mlya-store-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-store-hero__detail strong {
    display: block;
    color: var(--mlya-store-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-store-benefits {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-store-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-store-radius-md);
    background: var(--mlya-store-white);
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-store-border);
}

.mlya-store-benefit:last-child {
    border-right: 0;
}

.mlya-store-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-store-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-store-benefit p {
    margin: 0;
    color: var(--mlya-store-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   CATEGORÍAS
========================================================= */

.mlya-store-category {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: var(--mlya-store-radius-md);
    box-shadow: var(--mlya-store-shadow-sm);
}

.mlya-store-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-store-category::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(23, 19, 31, 0.9),
        rgba(23, 19, 31, 0.08)
    );
    content: "";
}

.mlya-store-category:hover img {
    transform: scale(1.08);
}

.mlya-store-category__content {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 24px;
    left: 24px;
}

.mlya-store-category h3 {
    margin-bottom: 8px;
    color: var(--mlya-store-white);
    font-size: 28px;
}

.mlya-store-category p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.mlya-store-category a {
    color: var(--mlya-store-secondary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   PRODUCTOS
========================================================= */

.mlya-store-product {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-store-radius-md);
    background: var(--mlya-store-white);
    box-shadow: var(--mlya-store-shadow-sm);
    transition: var(--mlya-store-transition);
}

.mlya-store-product:hover {
    box-shadow: var(--mlya-store-shadow-md);
    transform: translateY(-8px);
}

.mlya-store-product__image {
    position: relative;
    height: 290px;
    overflow: hidden;
    background: var(--mlya-store-gray);
}

.mlya-store-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-store-product:hover .mlya-store-product__image img {
    transform: scale(1.07);
}

.mlya-store-product__badge {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    padding: 7px 12px;
    border-radius: var(--mlya-store-radius-pill);
    background: var(--mlya-store-primary);
    color: var(--mlya-store-white);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mlya-store-product__badge--sale {
    background: var(--mlya-store-pink);
}

.mlya-store-product__body {
    padding: 26px;
}

.mlya-store-product__category {
    display: block;
    margin-bottom: 7px;
    color: var(--mlya-store-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-store-product h3 {
    margin-bottom: 11px;
    font-size: 23px;
}

.mlya-store-product__rating {
    margin-bottom: 14px;
    color: var(--mlya-store-secondary);
    font-size: 13px;
    letter-spacing: 2px;
}

.mlya-store-product p {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.65;
}

.mlya-store-product__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--mlya-store-border);
}

.mlya-store-product__price {
    color: var(--mlya-store-dark);
    font-family: var(--mlya-store-font-title);
    font-size: 23px;
    font-weight: 800;
}

.mlya-store-product__price del {
    display: block;
    color: var(--mlya-store-muted);
    font-family: var(--mlya-store-font-body);
    font-size: 11px;
    font-weight: 500;
}

/* =========================================================
   SOBRE LA TIENDA
========================================================= */

.mlya-store-about__media {
    position: relative;
    min-height: 600px;
}

.mlya-store-about__image-main {
    width: 83%;
    height: 555px;
    overflow: hidden;
    border-radius: 32px;
    background: var(--mlya-store-gray);
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-store-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 250px;
    overflow: hidden;
    border: 9px solid var(--mlya-store-lilac);
    border-radius: 24px;
    background: var(--mlya-store-gray);
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-store-about__badge {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        var(--mlya-store-primary),
        var(--mlya-store-pink)
    );
    color: var(--mlya-store-white);
    text-align: center;
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-about__badge strong {
    font-family: var(--mlya-store-font-title);
    font-size: 41px;
    font-weight: 800;
    line-height: 0.9;
}

.mlya-store-about__badge span {
    max-width: 90px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-store-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-store-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-store-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-store-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--mlya-store-primary);
    color: var(--mlya-store-white);
    font-size: 12px;
}

.mlya-store-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-store-dark);
    font-size: 14px;
}

.mlya-store-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   PROMOCIÓN
========================================================= */

.mlya-store-promo {
    background:
        linear-gradient(rgba(23, 19, 31, 0.85), rgba(23, 19, 31, 0.89)),
        url("https://images.unsplash.com/photo-1607083206968-13611e3d76db?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-store-promo__box {
    max-width: 780px;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-store-radius-lg);
    background: rgba(23, 19, 31, 0.68);
    backdrop-filter: blur(13px);
}

.mlya-store-promo .mlya-store-title {
    color: var(--mlya-store-white);
}

.mlya-store-promo .mlya-store-description {
    color: rgba(255, 255, 255, 0.76);
}

.mlya-store-promo__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-store-promo__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-store-white);
    font-size: 13px;
}

.mlya-store-promo__item .mlya-store-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-store-secondary);
}

/* =========================================================
   PROCESO DE COMPRA
========================================================= */

.mlya-store-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-store-process::before {
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-store-border);
    content: "";
}

.mlya-store-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-store-process__number {
    display: flex;
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-store-gray);
    border-radius: 24px;
    background: var(--mlya-store-primary);
    color: var(--mlya-store-white);
    font-family: var(--mlya-store-font-title);
    font-size: 25px;
    font-weight: 800;
    box-shadow: var(--mlya-store-shadow-sm);
}

.mlya-store-process__item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.mlya-store-process__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-store-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-store-radius-md);
    background: var(--mlya-store-white);
    box-shadow: var(--mlya-store-shadow-sm);
}

.mlya-store-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-store-secondary);
    font-size: 16px;
    letter-spacing: 3px;
}

.mlya-store-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-store-dark);
    font-family: var(--mlya-store-font-title);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.mlya-store-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-store-border);
}

.mlya-store-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
}

.mlya-store-testimonial__client strong {
    display: block;
    color: var(--mlya-store-dark);
    font-size: 13px;
}

.mlya-store-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-store-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-store-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(84, 33, 168, 0.98) 0%,
            rgba(84, 33, 168, 0.91) 52%,
            rgba(84, 33, 168, 0.22) 100%
        ),
        url("https://images.unsplash.com/photo-1472851294608-062f824d29cc?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-cta__content {
    max-width: 710px;
    padding: 75px 70px;
}

.mlya-store-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-store-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-store-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-store-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-store-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   PEDIDOS
========================================================= */

.mlya-store-order {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-store-radius-lg);
    background: var(--mlya-store-white);
    box-shadow: var(--mlya-store-shadow-md);
}

.mlya-store-order__info {
    position: relative;
    padding: 60px 50px;
    background:
        linear-gradient(rgba(23, 19, 31, 0.92), rgba(23, 19, 31, 0.92)),
        url("https://images.unsplash.com/photo-1555529771-35a38d8d48c0?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.78);
}

.mlya-store-order__info h2 {
    color: var(--mlya-store-white);
    font-size: 47px;
}

.mlya-store-order__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-store-order__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-store-order__detail .mlya-store-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-store-secondary);
}

.mlya-store-order__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-store-white);
    font-size: 13px;
}

.mlya-store-order__detail p,
.mlya-store-order__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-store-order__form {
    padding: 60px 55px;
}

.mlya-store-order__form h3 {
    margin-bottom: 7px;
    font-size: 36px;
}

.mlya-store-order__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-store-form {
    display: grid;
    gap: 18px;
}

.mlya-store-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-store-field {
    display: grid;
    gap: 7px;
}

.mlya-store-field label {
    color: var(--mlya-store-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-store-field input,
.mlya-store-field select,
.mlya-store-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-store-border);
    border-radius: var(--mlya-store-radius-sm);
    outline: none;
    background: var(--mlya-store-gray);
    color: var(--mlya-store-dark);
    font-family: var(--mlya-store-font-body);
    font-size: 13px;
    transition: var(--mlya-store-transition);
}

.mlya-store-field textarea {
    min-height: 110px;
    resize: vertical;
}

.mlya-store-field input:focus,
.mlya-store-field select:focus,
.mlya-store-field textarea:focus {
    border-color: var(--mlya-store-primary);
    background: var(--mlya-store-white);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-store-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-store-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-store-border);
    border-radius: var(--mlya-store-radius-sm);
    background: var(--mlya-store-white);
}

.mlya-store-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-store-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-store-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-store-faq summary::after {
    color: var(--mlya-store-primary);
    content: "+";
    font-size: 24px;
}

.mlya-store-faq details[open] {
    border-color: rgba(124, 58, 237, 0.45);
    box-shadow: var(--mlya-store-shadow-sm);
}

.mlya-store-faq details[open] summary::after {
    content: "−";
}

.mlya-store-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-store-footer {
    background: #120f18;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-store-footer__main {
    padding: 80px 0 55px;
}

.mlya-store-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-store-footer .mlya-store-logo__name {
    color: var(--mlya-store-white);
}

.mlya-store-footer__about {
    max-width: 330px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-store-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-store-white);
    font-family: var(--mlya-store-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-store-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-store-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-store-transition);
}

.mlya-store-footer__links a:hover {
    color: var(--mlya-store-primary-light);
    padding-left: 4px;
}

.mlya-store-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-store-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-store-footer__contact-item a {
    color: inherit;
}

.mlya-store-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-store-social a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: var(--mlya-store-white);
    transition: var(--mlya-store-transition);
}

.mlya-store-social a:hover {
    border-color: var(--mlya-store-primary);
    background: var(--mlya-store-primary);
    transform: translateY(-3px);
}

.mlya-store-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-store-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-store-footer__bottom a {
    color: var(--mlya-store-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-store-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--mlya-store-white);
    border-radius: 18px;
    background: #25d366;
    color: var(--mlya-store-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-store-transition);
}

.mlya-store-whatsapp:hover {
    color: var(--mlya-store-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes mlyaStoreFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mlya-store-animate {
    animation: mlyaStoreFadeUp 0.8s ease both;
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-store-header__inner {
        position: relative;
    }

    .mlya-store-nav.mlya-store-nav--open {
        position: absolute;
        top: calc(100% + 18px);
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 18px;
        border: 1px solid var(--mlya-store-border);
        border-radius: var(--mlya-store-radius-md);
        background: var(--mlya-store-white);
        box-shadow: var(--mlya-store-shadow-md);
    }

    .mlya-store-nav.mlya-store-nav--open a:not(.mlya-store-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-store-border);
    }

    .mlya-store-nav.mlya-store-nav--open .mlya-store-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-store-nav {
        gap: 16px;
    }

    .mlya-store-nav a:not(.mlya-store-button) {
        font-size: 11px;
    }

    .mlya-store-benefits__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-store-benefit:nth-child(2) {
        border-right: 0;
    }

    .mlya-store-benefit:nth-child(-n + 2) {
        border-bottom: 1px solid var(--mlya-store-border);
    }

    .mlya-store-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-store-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-store-section {
        padding: 80px 0;
    }

    .mlya-store-header__top {
        display: none;
    }

    .mlya-store-nav {
        display: none;
    }

    .mlya-store-menu-toggle {
        display: inline-flex;
    }

    .mlya-store-grid--2,
    .mlya-store-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-store-about__content {
        padding: 40px 0 0;
    }

    .mlya-store-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-store-process::before {
        display: none;
    }

    .mlya-store-order {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-store-container {
        width: min(100% - 28px, var(--mlya-store-container));
    }

    .mlya-store-section {
        padding: 68px 0;
    }

    .mlya-store-title {
        font-size: 41px;
    }

    .mlya-store-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-store-button {
        width: 100%;
    }

    .mlya-store-logo__name {
        font-size: 21px;
    }

    .mlya-store-hero {
        min-height: 680px;
        background:
            linear-gradient(rgba(23, 19, 31, 0.82), rgba(23, 19, 31, 0.88)),
            url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-store-hero__content {
        padding: 90px 0;
    }

    .mlya-store-hero__title {
        font-size: 52px;
    }

    .mlya-store-hero__description {
        font-size: 14px;
    }

    .mlya-store-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-store-benefits {
        margin-top: -32px;
    }

    .mlya-store-benefits__inner,
    .mlya-store-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-store-benefit {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--mlya-store-border);
    }

    .mlya-store-about__media {
        min-height: 490px;
    }

    .mlya-store-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-store-about__image-small {
        height: 190px;
    }

    .mlya-store-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-store-promo {
        background-attachment: scroll;
    }

    .mlya-store-promo__box {
        padding: 38px 24px;
    }

    .mlya-store-promo__items,
    .mlya-store-process {
        grid-template-columns: 1fr;
    }

    .mlya-store-cta {
        background:
            linear-gradient(rgba(84, 33, 168, 0.94), rgba(84, 33, 168, 0.94)),
            url("https://images.unsplash.com/photo-1472851294608-062f824d29cc?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-store-cta__content {
        padding: 50px 25px;
        text-align: center;
    }

    .mlya-store-order__info,
    .mlya-store-order__form {
        padding: 45px 24px;
    }

    .mlya-store-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-store-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mlya-store-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */