
:root{
    --pink:#e83f82;
    --pink-2:#f06d9d;
    --pink-dark:#cf2d6e;
    --pink-soft:#fff4f8;
    --pink-pale:#fdebf2;
    --gold:#d7a23e;
    --black:#151419;
    --text:#6a6570;
    --line:#f2d8e5;
    --bg:#fff;
    --shadow:0 20px 45px rgba(232,63,130,.10);
    --radius:24px;
    --font-base:'Manrope',sans-serif;
    --font-display:'Manrope',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-base);font-weight:400;color:var(--black);background:var(--bg);line-height:1.55;letter-spacing:-.008em}
a{transition:all .25s ease}
img{max-width:100%;display:block}

input,button,select,textarea{font:inherit}
strong,b{font-weight:600}

/* =========================================================
   Layout ancho global: aplicar el mismo criterio a todas
   las franjas del sitio sin romper la versión responsive.
   ========================================================= */
:root{
    --site-max-width:1680px;
    --site-max-width-wide:1760px;
    --site-gutter:clamp(18px,2vw,34px);
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl{
    width:min(100%,var(--site-max-width))!important;
    max-width:min(100%,var(--site-max-width))!important;
    padding-left:var(--site-gutter)!important;
    padding-right:var(--site-gutter)!important;
}
.container-fluid{
    padding-left:var(--site-gutter)!important;
    padding-right:var(--site-gutter)!important;
}
.hero-container,
.hero-slider-section .container,
.section-shopify-categories > .container{
    width:min(100%,var(--site-max-width-wide))!important;
    max-width:min(100%,var(--site-max-width-wide))!important;
}
.benefit-row{max-width:none!important;}
.subscribe-copy{max-width:760px;}
.section-title .section-subtitle,
.shopify-inline-title-row p,
.special-order-compact-copy p,
.policy-hero p{max-width:980px;}
@media (max-width: 991.98px){
    :root{--site-gutter:clamp(14px,3vw,22px);}
}
@media (max-width: 575.98px){
    :root{--site-gutter:14px;}
}

.top-strip,.footer-bottom{background:linear-gradient(90deg,#e53c7d 0%, #f55c97 100%)}
.top-strip{font-size:.92rem}
.top-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:.52rem 0}
.top-strip-features{display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center}
.top-strip-features span{display:inline-flex;align-items:center;gap:8px;font-weight:600}
.top-strip-features i,.top-strip-social i{font-size:14px}
.top-strip-social{gap:14px}
.top-strip-social a{color:#fff;text-decoration:none;opacity:.95}
.top-strip-social a:hover{opacity:1;transform:translateY(-1px)}

.main-nav{min-height:92px;box-shadow:0 8px 32px rgba(0,0,0,.05)}
.brand-logo{width:155px;height:auto}
.navbar-toggler{border:1px solid #f0dbe6;padding:.45rem .7rem}
.nav-link{font-family:var(--font-display);font-weight:500;color:#2a2730!important;position:relative;padding:.75rem .25rem!important}
.nav-link.active,.nav-link:hover{color:var(--pink)!important}
.nav-link.active::after,.nav-link:hover::after{content:'';position:absolute;left:0;right:0;bottom:.25rem;margin:auto;width:24px;height:2px;background:var(--pink);border-radius:20px}
.account-link{display:inline-flex;gap:8px;align-items:center;text-decoration:none;color:#1d1c21;font-weight:500}
.account-link i,.cart-pill i{font-size:1.35rem}
.cart-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid #f1dce4;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.cart-pill b{position:absolute;top:-4px;right:-3px;background:var(--pink);color:#fff;border-radius:50%;font-size:.72rem;line-height:18px;width:18px;height:18px;text-align:center}

.hero-section{background:#fff;padding:.95rem 0 2.8rem}
.hero-panel{background:#fff;border:1px solid #f3ecef;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(31,17,23,.05)}
.hero-grid{min-height:560px}
.hero-copy{padding:2rem 1.9rem 1.8rem 3rem}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#7b747d;font-family:var(--font-display);font-weight:500;letter-spacing:.015em;font-size:1.03rem;margin-bottom:1rem}
.eyebrow i{color:var(--gold)}
.hero-copy h1{font-family:var(--font-display);font-size:clamp(2.95rem,5.15vw,4.65rem);line-height:1.06;font-weight:600;letter-spacing:-.045em;margin:0 0 1.2rem;color:#111;max-width:620px}
.hero-copy h1 span{display:block;color:var(--pink);font-weight:600}
.hero-text{font-size:1.23rem;color:#6d6872;max-width:560px;margin-bottom:1.7rem;font-weight:400}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.btn-pink{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pink),#f55693);border:none;color:#fff!important;border-radius:14px;padding:.9rem 1.55rem;font-family:var(--font-display);font-size:1.01rem;font-weight:600;box-shadow:0 15px 28px rgba(232,63,130,.22)}
.btn-pink:hover{filter:brightness(.98);transform:translateY(-2px)}
.hero-proof{display:flex;align-items:center;gap:12px}
.avatar-stack img{width:138px;height:auto;border-radius:30px}
.hero-proof-text{display:flex;flex-direction:column;line-height:1.04}
.hero-proof-text strong{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:#111}
.hero-proof-text small{color:#7b7680;font-size:1.02rem}
.hero-visual{position:relative;height:100%;min-height:560px;background:linear-gradient(180deg,#fff9fb 0%, #fff4f7 100%);overflow:hidden}
.hero-visual::before{content:'';position:absolute;inset:0;background:url('../img/hero_scene_target.png') center center/cover no-repeat;filter:blur(20px) saturate(1.04);transform:scale(1.07);opacity:.26}
.hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.08) 18%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 100%), linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 82%, rgba(255,255,255,.12) 100%);pointer-events:none;z-index:2}
.hero-scene-img{position:relative;z-index:1;width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center center;filter:saturate(1.03) contrast(1.01)}

.section-pad{padding:4.6rem 0}
.section-title{text-align:center;margin-bottom:2rem}
.section-title h2{font-family:var(--font-display);font-weight:600;font-size:2.08rem;margin:0 0 .25rem;letter-spacing:-.03em}
.section-title h2 span{color:var(--pink)}
.section-title>span{display:inline-flex;align-items:center;gap:10px;color:var(--pink);font-size:1rem}
.section-title>span::before,.section-title>span::after{content:'';display:inline-block;width:78px;height:2px;background:linear-gradient(90deg,transparent,var(--pink),transparent)}

.section-categories{position:relative;background:linear-gradient(180deg,#fff 0%,#fffdfd 100%)}
.section-categories .container{position:relative}
.section-categories .container::before,.section-categories .container::after{content:'✦';position:absolute;top:20%;font-size:2.15rem;line-height:1;color:#d9a54b;opacity:.78;filter:drop-shadow(0 8px 12px rgba(217,165,75,.16));pointer-events:none}
.section-categories .container::before{left:-24px}
.section-categories .container::after{right:-18px;top:28%}
.section-categories .section-title h2{font-weight:600;letter-spacing:-.035em}
.category-card{height:100%;min-height:180px;padding:1.75rem 1rem 1.55rem;border-radius:22px;background:#fff;border:1px solid #f5cfe0;box-shadow:0 18px 34px rgba(20,12,17,.045);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.9rem;transition:.25s}
.category-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px rgba(232,63,130,.12);border-color:#efbdd0}
.icon-wrap{display:flex;align-items:center;justify-content:center;width:102px;height:102px;border-radius:23px;background:linear-gradient(180deg,#fff1f7 0%,#fdeaf2 100%)}
.category-card i{font-size:3.7rem;line-height:1;color:var(--pink);-webkit-text-stroke:.15px currentColor}
.category-card strong{font-family:var(--font-display);font-size:1.06rem;font-weight:600;letter-spacing:-.02em;color:#0f0f14}

.benefits-section{padding:1.15rem 0 4.4rem;background:#fff}
.benefit-panel{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff9fb 0%, #fff 88%);border:1px solid #f8dfeb;border-radius:0 0 28px 28px;padding:2.35rem clamp(1.1rem,3vw,3.9rem) 2.85rem;box-shadow:0 18px 45px rgba(232,63,130,.07)}
.benefit-title h2{font-size:2rem;font-weight:600;letter-spacing:-.04em}
.benefit-title h2 span{color:var(--pink);font-weight:600}
.benefit-row{max-width:1320px;margin:0 auto}
.benefit-col{position:relative;padding:0 2.2rem}
.benefit-col:not(:last-child)::after{content:'';position:absolute;right:0;top:18px;width:1px;height:182px;background:linear-gradient(180deg,transparent 0%,#f4bfd3 12%,#f4bfd3 88%,transparent 100%)}
.benefit-item{position:relative;padding:.15rem .25rem;text-align:center}
.benefit-icon{width:92px;height:92px;border-radius:50%;background:linear-gradient(180deg,#ffe4ef 0%,#fde1eb 100%);color:var(--pink);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1.05rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 10px 24px rgba(232,63,130,.06)}
.benefit-icon i{font-size:2.45rem;line-height:1;color:var(--pink);-webkit-text-stroke:.1px currentColor}
.benefit-item h5{font-family:var(--font-display);font-size:1.08rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .52rem;color:#101015}
.benefit-item p{max-width:240px;margin:0 auto;color:#595563;font-size:1rem;line-height:1.55;font-weight:400}

.product-card{position:relative;background:#fff;border:1px solid #efebee;border-radius:22px;overflow:hidden;box-shadow:0 18px 38px rgba(0,0,0,.05);transition:.25s}
.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 46px rgba(232,63,130,.10)}
.badge-product{position:absolute;left:14px;top:14px;z-index:3;background:linear-gradient(135deg,var(--pink),#f96da6);color:#fff;border-radius:8px;padding:.32rem .7rem;font-size:.8rem;font-weight:700}
.product-img-wrap{height:240px;background:#fff4f8;display:flex;align-items:center;justify-content:center}
.product-img-wrap img{width:100%;height:100%;object-fit:cover}
.product-card h5{font-family:var(--font-display);font-weight:600;margin-bottom:.35rem}
.product-card p{font-size:.98rem;color:var(--text);min-height:46px;margin-bottom:.8rem}
.price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.old-price{color:#999;text-decoration:line-through}
.price-row strong{font-family:var(--font-display);color:var(--pink);font-size:1.32rem;font-weight:600}
.shopify-button-wrap{min-height:42px}

.section-buy-flow{overflow:visible}
.buy-flow-panel{position:relative;overflow:visible;padding:0.5rem clamp(1.1rem,3vw,4.25rem) .75rem}
.buy-steps-wrap{display:flex;align-items:center;justify-content:center;gap:0;position:relative;z-index:2}
.buy-step-item{display:flex;align-items:center;gap:1rem;flex:1 1 0;max-width:30.5%}
.buy-step-visual{position:relative;flex:0 0 auto}
.buy-step-badge{position:absolute;left:-14px;top:-4px;width:50px;height:50px;border-radius:50%;background:linear-gradient(180deg,#f25a99 0%,#e83f82 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.55rem;font-weight:600;box-shadow:0 10px 22px rgba(232,63,130,.22);z-index:2}
.buy-step-icon{width:178px;height:178px;border-radius:50%;background:linear-gradient(180deg,#feeff5 0%,#fbe7ef 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 32px rgba(232,63,130,.07)}
.buy-step-icon i{font-size:4.55rem;line-height:1;color:var(--pink);-webkit-text-stroke:.2px currentColor}
.big-icon-cart i{font-size:4.9rem}
.big-icon-box i{font-size:4.45rem}
.buy-step-copy{max-width:205px}
.buy-step-copy h4{font-family:var(--font-display);font-size:1.68rem;font-weight:600;letter-spacing:-.035em;color:#101015;margin:0 0 .55rem}
.buy-step-copy p{font-size:.98rem;line-height:1.62;color:#4f4b58;margin:0}
.buy-step-connector{flex:0 0 72px;height:0;border-top:5px dotted #ec79a7;opacity:.95;margin:0 .65rem;transform:translateY(8px)}
.buy-step-mini-heart{position:absolute;right:24px;bottom:22px;width:30px;height:30px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(232,63,130,.14)}
.buy-step-mini-heart i{font-size:1rem;color:var(--pink)}
.flow-spark,.flow-dot{position:absolute;pointer-events:none;z-index:1}
.flow-spark{line-height:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.06))}
.flow-spark-gold{color:#d6a13d;font-size:3.4rem}
.flow-spark-pink{color:#ef5e98;font-size:2rem}
.flow-spark-left{left:-2.15rem;top:9.15rem}
.flow-spark-left-sm{left:-2.55rem;top:18.45rem}
.flow-spark-right{right:-2.1rem;top:9.15rem}
.flow-spark-right-sm{right:-2.45rem;top:18.45rem}
.flow-dot{width:14px;height:14px;border-radius:50%;background:#f5758c;top:15.1rem}
.flow-dot-left{left:-.95rem}
.flow-dot-right{right:-.9rem}

.testimonials-section .container{position:relative}
.testimonial-float-quote{position:absolute;z-index:1;font-family:Georgia,serif;font-weight:700;line-height:1;color:#ec4c90;opacity:.9;pointer-events:none}
.testimonial-float-quote-left{left:-10px;top:78px;font-size:4.2rem}
.testimonial-float-quote-right{right:8px;bottom:8px;font-size:4.8rem}
.testimonials-row-pro{position:relative;z-index:2}
.testimonial-card{position:relative;background:#fff;border:1px solid #f6cedd;border-radius:22px;box-shadow:0 14px 30px rgba(232,63,130,.06)}
.testimonial-card-pro{padding:1.15rem 1.35rem;min-height:100%}
.testimonial-card-content{display:flex;align-items:center;gap:1.1rem;height:100%}
.testimonial-photo-wrap{flex:0 0 94px}
.testimonial-photo,.testimonial-avatar{width:94px;height:94px;border-radius:50%;display:block;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.testimonial-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pink),#f57aa7);color:#fff;font-family:var(--font-display);font-size:1.85rem;font-weight:600}
.testimonial-copy{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}
.testimonial-card p{color:#2c2631;font-size:1rem;line-height:1.52;margin:0 0 1rem;min-height:auto}
.testimonial-card strong{display:block;font-family:var(--font-display);color:var(--pink);font-size:1rem;font-weight:600;margin-bottom:.55rem}
.stars{color:#ffc107;letter-spacing:3px;font-size:1.15rem;line-height:1}

.subscribe-box{background:linear-gradient(90deg,#e34788 0%,#ec5694 48%,#f2649c 100%);border-radius:31px;padding:1.42rem clamp(1.35rem,2.6vw,2.35rem) 1.38rem;display:flex;gap:2rem;align-items:center;justify-content:space-between;box-shadow:0 22px 44px rgba(232,63,130,.22);color:#fff;position:relative;overflow:hidden}
.subscribe-box-pro::before{content:'';position:absolute;inset:0;border-radius:30px;box-shadow:inset 0 1px 0 rgba(255,255,255,.26);background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0) 100%);pointer-events:none}
.subscribe-copy{display:flex;align-items:center;gap:.95rem;max-width:530px;position:relative;z-index:2;min-width:0}
.subscribe-copy-pro{gap:.95rem}
.subscribe-gift-cluster{position:relative;flex:0 0 auto;width:160px;height:138px;display:flex;align-items:center;justify-content:center}
.subscribe-gift{width:144px;height:144px;display:flex;align-items:center;justify-content:center;transform:translate(-4px,-2px);position:relative;z-index:2}
.subscribe-gift img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(137,14,63,.17))}
.subscribe-gift-cluster::before{content:'';position:absolute;left:6px;top:6px;width:138px;height:138px;border-radius:36px;background:radial-gradient(circle at 48% 48%,rgba(255,194,220,.48) 0%,rgba(255,165,201,.27) 34%,rgba(247,114,166,.12) 58%,rgba(242,93,151,0) 76%);filter:blur(10px);z-index:0;pointer-events:none}
.subscribe-gift-cluster::after{content:'';position:absolute;left:8px;top:8px;width:132px;height:132px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.03) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.18);opacity:.55;z-index:1;pointer-events:none}
.subscribe-gift::before{content:'';position:absolute;inset:18px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 68%);filter:blur(8px);z-index:-1}
.subscribe-copy-text{max-width:285px}
.subscribe-heading{font-family:var(--font-display);font-size:1.8rem;font-weight:700;line-height:.95;letter-spacing:-.045em;margin:0 0 .5rem}
.subscribe-heading span{display:block}
.subscribe-heading i{font-size:.95em;vertical-align:baseline}
.subscribe-box p{margin-bottom:0;color:#fff5fa;font-size:.92rem;line-height:1.38;max-width:280px;font-weight:500}
.subscribe-form{flex:1;max-width:575px;position:relative;z-index:2;padding-top:.05rem;margin-left:.25rem}
.subscribe-fields{display:flex;gap:.72rem;margin-bottom:.6rem}
.subscribe-fields input{flex:1;border:0;min-height:56px;border-radius:17px;padding:0 1.15rem;font-size:.96rem;font-weight:500;outline:none;background:#fff;color:#6d6671;box-shadow:0 6px 14px rgba(0,0,0,.05)}
.subscribe-fields input::placeholder{color:#8d8691}
.subscribe-btn{min-height:56px;min-width:140px;border-radius:17px;padding:0 1.35rem;font-family:var(--font-display);font-size:.98rem;font-weight:700;background:rgba(255,255,255,.08)!important;border:2px solid rgba(255,255,255,.76)!important;color:#fff!important;box-shadow:none!important}
.subscribe-btn:hover{background:rgba(255,255,255,.2)!important;color:#fff!important}
.subscribe-form small{display:block;color:#ffe6f0;font-size:.91rem;font-weight:500;line-height:1.35;padding-left:.02rem}
.subscribe-form small i{margin-right:.25rem}
.subscribe-msg{margin-top:.55rem;font-weight:700}
.subscribe-spark{position:absolute;line-height:1;pointer-events:none;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.06))}
.subscribe-spark-left-gold{left:18px;top:42px;color:#f6c85d;font-size:1.4rem}
.subscribe-spark-left-pink{left:34px;top:86px;color:#f6c85d;font-size:.92rem}
.subscribe-spark-right-gold{right:40px;bottom:35px;color:#f6c85d;font-size:1.45rem}
.subscribe-spark-right-pink{right:16px;bottom:11px;color:#ffb0ca;font-size:.82rem}

.subscribe-heading span{display:block;white-space:nowrap}
.subscribe-heading span:nth-child(2){padding-top:.05rem}
.subscribe-heading span:last-child{padding-top:.08rem}
.subscribe-heading i{font-size:.9em;vertical-align:baseline;margin-left:.2rem}
.subscribe-spark-mid-gold{left:49.6%;top:33px;color:#f6c85d;font-size:1.18rem;transform:translateX(-50%)}
.subscribe-fields-pro{align-items:center}
.subscribe-box .subscribe-form small i{margin-right:.38rem}

.site-footer{background:#fff9fb;border-top:1px solid #f7e2ea}
.footer-bottom{padding:1rem 0!important}
.footer-bottom-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 3rem;text-align:center}
.footer-bottom-copy{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;color:#fff;font-size:1rem;font-weight:700;line-height:1.45;letter-spacing:-.01em;text-align:center;width:auto}
.footer-bottom-copy i{color:#fff;font-size:.95em}
.footer-logo-wrap{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .75rem;border-radius:28px;background:linear-gradient(180deg,#fff,#fff8fb);border:1px solid #f4dbe6;box-shadow:0 16px 34px rgba(232,63,130,.08)}
.footer-logo{width:170px;display:block;max-width:100%;height:auto;filter:drop-shadow(0 8px 18px rgba(232,63,130,.10))}
.site-footer h6{font-family:var(--font-display);font-size:1rem;font-weight:600;margin-bottom:1rem}
.footer-text,.site-footer p,.site-footer .small{color:#625f69}
.site-footer a{display:block;color:#625f69;text-decoration:none;margin:.42rem 0}
.site-footer a:hover{color:var(--pink)}
.socials{display:flex;gap:.65rem;flex-wrap:wrap}
.socials a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffe5ef;color:var(--pink);text-decoration:none}
.socials a:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(232,63,130,.16)}
.back-top{position:fixed;right:16px;bottom:16px;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--pink);text-decoration:none;box-shadow:0 14px 30px rgba(0,0,0,.14);z-index:9;opacity:.95}
.back-top:hover{transform:translateY(-2px)}


@media (max-width: 1399px){
    .buy-step-icon{width:166px;height:166px}
    .buy-step-icon i{font-size:4.2rem}
    .buy-step-copy h4{font-size:1.58rem}
    .buy-step-copy p{font-size:.94rem}
    .buy-step-connector{flex-basis:60px;margin:0 .45rem}
}
@media (max-width: 1199px){
    .hero-copy{padding:1.7rem 1.4rem 1.5rem 2rem}
    .hero-copy h1{font-size:clamp(2.6rem,5vw,4rem)}
    .hero-text{font-size:1.14rem}
    .hero-grid,.hero-visual,.hero-scene-img{min-height:500px}
    .benefit-col{padding:0 1.25rem}
    .benefit-item p{font-size:.96rem}
    .testimonial-photo-wrap{flex-basis:84px}
    .testimonial-photo,.testimonial-avatar{width:84px;height:84px}
    .testimonial-card p{font-size:.95rem}
    .testimonial-card strong{font-size:1rem}
    .buy-flow-panel{padding:0.6rem 2rem .35rem}
    .buy-step-item{gap:.8rem;max-width:31.5%}
    .buy-step-icon{width:142px;height:142px}
    .buy-step-icon i{font-size:3.55rem}
    .big-icon-cart i{font-size:3.85rem}
    .big-icon-box i{font-size:3.55rem}
    .buy-step-badge{width:42px;height:42px;font-size:1.2rem;left:-8px;top:-4px}
    .buy-step-copy h4{font-size:1.38rem}
    .buy-step-copy p{font-size:.88rem;line-height:1.52}
    .buy-step-connector{flex-basis:42px;border-top-width:4px;transform:translateY(6px)}
    .flow-spark-left,.flow-spark-right{top:8.35rem}
    .flow-spark-left-sm,.flow-spark-right-sm{top:15.6rem}
    .flow-dot{top:12.95rem}
}

@media (max-width: 991px){
    .top-strip-inner,.top-strip-features{justify-content:center}
    .main-nav{min-height:80px}
    .brand-logo{width:130px}
    .navbar-collapse{padding:1rem 0 0}
    .nav-actions{padding:.5rem 0 0}
    .hero-section{padding:.75rem 0 2rem}
    .hero-grid{min-height:auto}
    .hero-copy{padding:1.5rem 1.35rem 1.2rem}
    .hero-actions{align-items:flex-start}
    .hero-visual,.hero-scene-img{min-height:380px}
    .hero-visual{border-top:1px solid #f5e8ee}
    .subscribe-box{flex-direction:column;align-items:flex-start;padding:1.42rem 1.3rem}
    .subscribe-form,.subscribe-copy{max-width:none;width:100%}
    .subscribe-form{padding-left:0}
    .subscribe-copy{gap:.88rem}
    .subscribe-spark-right-gold{right:18px;bottom:26px}
    .subscribe-spark-right-pink{right:6px;bottom:8px}
    .section-categories .container::before,.section-categories .container::after{display:none}
    .category-card{min-height:165px}
    .icon-wrap{width:92px;height:92px}
    .category-card i{font-size:3.25rem}
    .benefits-section{padding:1rem 0 3.5rem}
    .benefit-panel{border-radius:24px;padding:2rem 1.2rem 2.25rem}
    .benefit-title h2{font-size:1.8rem}
    .benefit-col{padding:1.1rem 1rem}
    .benefit-col:not(:last-child)::after{display:none}
    .benefit-icon{width:82px;height:82px;margin-bottom:.85rem}
    .benefit-icon i{font-size:2.15rem}
    .testimonial-float-quote-left{left:-2px;top:84px;font-size:3.6rem}
    .testimonial-float-quote-right{right:4px;bottom:0;font-size:4rem}
    .buy-steps-wrap{flex-direction:column;gap:1.25rem}
    .buy-step-item{max-width:none;width:100%;gap:1rem}
    .buy-step-copy{max-width:340px}
    .buy-step-connector{width:4px;height:34px;border-top:0;border-left:4px dotted #ec79a7;flex-basis:auto;margin:.15rem auto;transform:none}
    .flow-spark-left,.flow-spark-left-sm,.flow-dot-left{left:-.45rem}
    .flow-spark-right,.flow-spark-right-sm,.flow-dot-right{right:-.45rem}
    .flow-spark-left,.flow-spark-right{top:11rem}
    .flow-spark-left-sm,.flow-spark-right-sm{top:23.5rem}
    .flow-dot{top:17rem}

}

@media (max-width: 767px){
    .top-strip{font-size:.83rem}
    .top-strip-features{gap:8px 14px}
    .hero-copy h1{font-size:clamp(2.45rem,10vw,3.45rem);line-height:1.05}
    .hero-text{font-size:1.05rem;max-width:none}
    .hero-proof-text strong{font-size:1.35rem}
    .hero-proof-text small{font-size:.95rem}
    .avatar-stack img{width:108px}
    .hero-visual,.hero-scene-img{min-height:310px}
    .section-pad{padding:3.5rem 0}
    .section-title h2{font-size:1.8rem}
    .category-card{min-height:150px;padding:1.35rem .85rem}
    .icon-wrap{width:80px;height:80px;border-radius:20px}
    .category-card i{font-size:2.75rem}
    .benefit-panel{padding:1.8rem .7rem 2rem}
    .benefit-title{margin-bottom:1.4rem!important}
    .benefit-title h2{font-size:1.62rem}
    .benefit-item h5{font-size:1.03rem}
    .benefit-item p{font-size:.94rem;line-height:1.45}
    .testimonial-card-pro{padding:1.15rem 1.1rem}
    .testimonial-card-content{gap:.95rem}
    .testimonial-photo-wrap{flex-basis:78px}
    .testimonial-photo,.testimonial-avatar{width:78px;height:78px}
    .testimonial-card p{font-size:.94rem;margin-bottom:.8rem}
    .testimonial-card strong{font-size:.98rem;margin-bottom:.45rem}
    .stars{font-size:1.05rem;letter-spacing:2px}
    .testimonial-float-quote-left{top:74px;font-size:3rem}
    .testimonial-float-quote-right{font-size:3.2rem}
    .buy-flow-panel{padding:0.5rem 1.4rem .25rem}
    .buy-step-item{flex-direction:column;text-align:center;gap:1rem}
    .buy-step-copy{max-width:480px;text-align:center}
    .buy-step-copy h4{font-size:1.58rem;margin-bottom:.38rem}
    .buy-step-copy p{font-size:.95rem}
    .buy-step-icon{width:148px;height:148px}
    .buy-step-icon i{font-size:3.75rem}
    .big-icon-cart i{font-size:3.95rem}
    .big-icon-box i{font-size:3.6rem}
    .buy-step-mini-heart{right:23px;bottom:20px;width:28px;height:28px}
    .buy-step-mini-heart i{font-size:.95rem}
    .flow-spark-gold{font-size:2.6rem}
    .flow-spark-pink{font-size:1.55rem}
    .flow-spark-left,.flow-spark-right{top:10.6rem}
    .flow-spark-left-sm,.flow-spark-right-sm{top:22.6rem}
    .flow-dot{top:15.8rem;width:12px;height:12px}

    .product-img-wrap{height:220px}
    .testimonial-card p{min-height:auto}
    .subscribe-box{padding:1.2rem}
    .subscribe-heading{font-size:1.54rem}
    .subscribe-box p{font-size:.92rem;max-width:none}
    .subscribe-copy{flex-direction:row;align-items:center}
    .subscribe-gift-cluster{width:128px;height:114px}
    .subscribe-gift{width:116px;height:116px;transform:translate(-2px,-1px)}
    .subscribe-fields{gap:.6rem}
    .subscribe-fields input,.subscribe-btn{min-height:54px}
    .subscribe-form small{font-size:.92rem}
}

@media (max-width: 575px){
    .brand-logo{width:116px}
    .hero-copy{padding:1.3rem 1rem 1rem}
    .hero-actions{align-items:flex-start;flex-direction:column}
    .btn-pink{width:100%;justify-content:center}
    .hero-proof{width:100%}
    .hero-visual,.hero-scene-img{min-height:240px}
    .section-title>span::before,.section-title>span::after{width:45px}
    .benefit-col{flex:0 0 100%;max-width:100%;padding:.9rem .8rem}
    .testimonial-card-content{flex-direction:column;align-items:flex-start;text-align:left}
    .testimonial-photo-wrap{flex-basis:auto}
    .testimonial-photo,.testimonial-avatar{width:82px;height:82px}
    .testimonial-copy{width:100%}
    .testimonial-card p{font-size:.93rem}
    .testimonial-float-quote-left{left:4px;top:70px;font-size:2.8rem}
    .testimonial-float-quote-right{right:2px;bottom:-2px;font-size:3rem}
    .benefit-icon{width:74px;height:74px}
    .benefit-icon i{font-size:1.95rem}
    .buy-step-icon{width:132px;height:132px}
    .buy-step-icon i{font-size:3.2rem}
    .big-icon-cart i{font-size:3.45rem}
    .big-icon-box i{font-size:3.1rem}
    .buy-step-badge{width:42px;height:42px;font-size:1.25rem;left:-6px;top:-4px}
    .buy-step-copy h4{font-size:1.45rem}
    .buy-step-copy p{font-size:.9rem;line-height:1.48}
    .buy-step-connector{height:26px}
    .flow-spark-left,.flow-spark-right{top:9.9rem}
    .flow-spark-left-sm,.flow-spark-right-sm{top:21.1rem}
    .flow-dot{top:14.8rem;width:10px;height:10px}

    .subscribe-copy{flex-direction:column;align-items:flex-start;gap:1rem}
    .subscribe-gift-cluster{width:110px;height:100px}
    .subscribe-heading{font-size:1.34rem}
    .subscribe-gift{width:102px;height:102px;transform:translate(-1px,-1px)}
    .subscribe-fields{flex-direction:column}
    .subscribe-fields button,.subscribe-fields input{width:100%}
    .subscribe-spark-left-gold{left:18px;top:30px}
    .subscribe-spark-left-pink{left:36px;top:70px}
    .subscribe-spark-right-gold{right:16px;bottom:20px}
    .subscribe-spark-right-pink{right:6px;bottom:6px}
    .back-top{width:42px;height:42px}
}


@media (max-width: 767px){
    .footer-bottom{padding:1rem .35rem!important}
    .footer-bottom-inner{flex-direction:column;gap:.3rem;align-items:center;justify-content:center}
    .footer-bottom-copy{display:flex;width:100%;font-size:.96rem;font-weight:700;line-height:1.45;padding:0 .35rem}
}

@media (max-width: 575px){
    .footer-bottom{padding:.95rem .25rem!important}
    .footer-bottom-copy{font-size:.9rem;line-height:1.4}
}

/* ===== Franja de categorías Shopify / Buy Button ===== */
.section-shopify-categories{background:linear-gradient(180deg,#fff 0%,#fff8fb 100%);position:relative;overflow:hidden}
.section-shopify-categories::before{content:'';position:absolute;left:-120px;top:80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(232,63,130,.10),transparent 70%)}
.section-shopify-categories::after{content:'';position:absolute;right:-110px;bottom:20px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(215,162,62,.12),transparent 70%)}
.section-subtitle{max-width:760px;color:#6a6570;font-size:1.05rem;line-height:1.65}
.col-xxl-2-4{position:relative;width:100%}
.shopify-category-card{position:relative;background:#fff;border:1px solid #f3d6e2;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px rgba(24,14,20,.06);transition:.25s;display:flex;flex-direction:column}
.shopify-category-card:hover{transform:translateY(-6px);box-shadow:0 26px 52px rgba(232,63,130,.13);border-color:#f0b9d0}
.category-badge{position:absolute;z-index:3;left:14px;top:14px;background:linear-gradient(135deg,var(--pink),#f96da6);color:#fff;border-radius:10px;padding:.34rem .72rem;font-weight:700;font-size:.78rem;box-shadow:0 8px 18px rgba(232,63,130,.18)}
.shopify-category-img-wrap{height:205px;background:#fff4f8;position:relative;overflow:hidden}
.shopify-category-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 48%,rgba(255,255,255,.96) 100%)}
.shopify-category-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:.35s}
.shopify-category-card:hover .shopify-category-img-wrap img{transform:scale(1.07)}
.shopify-category-body{position:relative;margin-top:-30px;padding:0 1.25rem 1.35rem;display:flex;flex-direction:column;flex:1;z-index:2}
.category-icon-mini{width:58px;height:58px;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#ffeaf2 100%);color:var(--pink);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(232,63,130,.12);border:1px solid #f7d3e2;margin-bottom:.85rem}
.category-icon-mini i{font-size:1.85rem;line-height:1}
.shopify-category-body h5{font-family:var(--font-display);font-size:1.22rem;font-weight:700;letter-spacing:-.03em;color:#111;margin:0 0 .4rem}
.shopify-category-body p{font-size:.96rem;color:#6a6570;line-height:1.55;min-height:74px;margin-bottom:1rem}
.btn-outline-pink{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f0b7ce;background:#fff;color:var(--pink)!important;border-radius:14px;padding:.9rem 1.1rem;font-weight:700}
.shopify-helper-note{color:#766d77;font-size:.95rem}
.text-pink{color:var(--pink)!important}
.shopify-category-modal .modal-content{border:0;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.22)}
.shopify-category-modal .modal-header{background:linear-gradient(135deg,#fff8fb,#fff);border-bottom:1px solid #f7dbe7;padding:1.15rem 1.4rem}
.shopify-buy-button-area{min-height:220px;padding:1rem;background:#fff;border-radius:18px}
.code-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.86rem}

@media (min-width:1400px){.col-xxl-2-4{flex:0 0 auto;width:20%}}
@media (max-width:991.98px){.shopify-category-img-wrap{height:190px}.shopify-category-body p{min-height:auto}}

/* ===== Vitrina dinámica Shopify sin modal ===== */
.shopify-category-card.is-active{border-color:rgba(236,72,153,.55);box-shadow:0 30px 60px rgba(232,63,130,.18);transform:translateY(-7px)}
.shopify-category-card.is-active::before{content:'';position:absolute;inset:0;border:2px solid rgba(236,72,153,.22);border-radius:24px;pointer-events:none;z-index:4}
.shopify-inline-viewer{position:relative;margin-top:2.1rem;background:#fff;border:1px solid #f2d7e3;border-radius:30px;box-shadow:0 26px 70px rgba(36,20,28,.10);overflow:hidden;animation:shopifyViewerIn .32s ease both;z-index:2}
@keyframes shopifyViewerIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.shopify-inline-header{position:relative;padding:1.35rem 1.5rem 1.15rem;background:linear-gradient(135deg,#fff8fb 0%,#fff 56%,#fff3f7 100%);border-bottom:1px solid #f7d8e5}
.shopify-inline-header::after{content:'';position:absolute;right:-70px;top:-80px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.13),transparent 70%);pointer-events:none}
.shopify-inline-kicker{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:#8a6172;font-weight:700;font-size:.86rem;margin-bottom:.85rem;position:relative;z-index:1}
.shopify-inline-kicker i{color:var(--pink);font-size:.78rem}
.shopify-inline-title-row{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}
.shopify-inline-icon{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,var(--pink),#f56aa7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 35px rgba(236,72,153,.24);flex:0 0 auto}
.shopify-inline-icon i{font-size:2rem;line-height:1}
.shopify-inline-title-row small{display:inline-block;color:var(--pink);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;margin-bottom:.15rem}
.shopify-inline-title-row h3{font-family:var(--font-display);font-weight:800;letter-spacing:-.04em;color:#151018;margin:0;font-size:clamp(1.45rem,3vw,2.1rem)}
.shopify-inline-title-row p{color:#6f6873;line-height:1.55;margin:.25rem 0 0;max-width:720px}
.shopify-inline-tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.2rem;position:relative;z-index:1}
.shopify-inline-tab{border:1px solid #f2c7d9;background:#fff;color:#7d6170;border-radius:999px;padding:.72rem 1rem;font-weight:800;display:inline-flex;align-items:center;gap:.48rem;transition:.22s;box-shadow:0 8px 20px rgba(232,63,130,.06)}
.shopify-inline-tab i{color:var(--pink);font-size:1rem}
.shopify-inline-tab:hover,.shopify-inline-tab.is-active{background:linear-gradient(135deg,var(--pink),#f56aa7);color:#fff;border-color:transparent;box-shadow:0 14px 30px rgba(236,72,153,.22);transform:translateY(-2px)}
.shopify-inline-tab:hover i,.shopify-inline-tab.is-active i{color:#fff}
.shopify-inline-body{position:relative;padding:1.4rem;background:linear-gradient(180deg,#fff 0%,#fffafd 100%);min-height:310px}
.shopify-products-render{background:#fff;border:1px solid #f4e2ea;border-radius:24px;min-height:255px;padding:1.25rem;overflow-x:auto;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.shopify-inline-loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #f3d6e2;border-radius:999px;padding:.8rem 1.1rem;color:#7c6570;font-weight:800;box-shadow:0 18px 45px rgba(28,12,20,.12);z-index:5}
.shopify-inline-loading span{width:18px;height:18px;border-radius:50%;border:3px solid #f7cfe0;border-top-color:var(--pink);animation:shopifySpin .8s linear infinite}
@keyframes shopifySpin{to{transform:rotate(360deg)}}
.shopify-inline-viewer[hidden],.shopify-code-templates[hidden]{display:none!important}
.shopify-products-render iframe{max-width:100%!important}

@media (max-width:991.98px){
    .shopify-inline-viewer{margin-top:1.6rem;border-radius:24px}
    .shopify-inline-header{padding:1.15rem}
    .shopify-inline-body{padding:1rem}
    .shopify-products-render{padding:.9rem;border-radius:18px}
}
@media (max-width:575.98px){
    .shopify-inline-title-row{align-items:flex-start;gap:.8rem}
    .shopify-inline-icon{width:52px;height:52px;border-radius:18px}
    .shopify-inline-icon i{font-size:1.55rem}
    .shopify-inline-tabs{gap:.45rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;margin-left:-.1rem;margin-right:-.1rem}
    .shopify-inline-tab{white-space:nowrap;padding:.66rem .86rem;font-size:.9rem}
    .shopify-inline-body{padding:.8rem;background:#fff}
    .shopify-products-render{padding:.7rem;min-height:220px}
}

/* ===== Mejora visual de colección Shopify renderizada ===== */
.shopify-products-render--active{overflow:visible}
.shopify-products-shell{width:100%}
.shopify-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;align-items:stretch}
.shopify-products-grid > *{min-width:0}
.shopify-products-grid .shopify-buy-frame--product,
.shopify-products-grid .shopify-buy__product,
.shopify-products-grid .shopify-product-card{width:100%!important;max-width:none!important;margin:0!important}
.shopify-products-grid .shopify-buy__product{background:#fff!important;border:1px solid #f2d9e4!important;border-radius:24px!important;box-shadow:0 18px 44px rgba(36,18,30,.08)!important;padding:1rem!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:100%!important}
.shopify-products-grid .shopify-buy__product:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(232,63,130,.16)!important;border-color:#efbfd4!important}
.shopify-products-grid .shopify-buy__product__title,
.shopify-products-grid .shopify-buy__product-title,
.shopify-products-grid [class*="product__title"]{font-family:var(--font-display)!important;font-size:1.08rem!important;line-height:1.35!important;color:#1b141a!important;font-weight:800!important;letter-spacing:-.02em!important;min-height:58px!important;margin:.85rem 0 .55rem!important;text-align:center!important;text-transform:none!important}
.shopify-products-grid .shopify-buy__product__price,
.shopify-products-grid .shopify-buy__product__actual-price,
.shopify-products-grid [class*="product__price"]{color:var(--pink)!important;font-size:1.08rem!important;font-weight:800!important;text-align:center!important;margin:.15rem 0 .9rem!important}
.shopify-products-grid .shopify-buy__product-img-wrapper,
.shopify-products-grid .shopify-buy__product-img,
.shopify-products-grid .shopify-buy__product__variant-img{background:#fff7fb!important;border-radius:18px!important;overflow:hidden!important}
.shopify-products-grid img{display:block!important;width:100%!important;height:220px!important;object-fit:contain!important;background:#fff7fb!important;border-radius:18px!important;padding:.35rem}
.shopify-products-grid .shopify-buy__btn,
.shopify-products-grid button[class*="shopify-buy__btn"]{width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,var(--pink),#f564a6)!important;color:#fff!important;font-weight:800!important;font-size:.98rem!important;letter-spacing:.01em!important;padding:.92rem 1rem!important;box-shadow:0 16px 30px rgba(236,72,153,.22)!important;transition:.2s ease!important;margin-top:auto!important}
.shopify-products-grid .shopify-buy__btn:hover,
.shopify-products-grid button[class*="shopify-buy__btn"]:hover{transform:translateY(-2px);filter:saturate(1.06)}
.shopify-products-grid .shopify-buy__layout-vertical,
.shopify-products-grid .shopify-buy__layout-horizontal{width:100%!important;max-width:none!important}
.shopify-products-grid .shopify-buy__btn-wrapper,
.shopify-products-grid .shopify-buy__quantity-container,
.shopify-products-grid .shopify-buy__option-select-wrapper{width:100%!important}
.shopify-products-grid .shopify-buy__select-icon{right:14px!important}
.shopify-products-grid .shopify-buy__product__variant-select,
.shopify-products-grid select{border:1px solid #ecd2df!important;border-radius:12px!important;background:#fff!important;padding:.72rem .95rem!important;font-size:.92rem!important;box-shadow:none!important}
.shopify-products-render .shopify-aux-block{display:flex!important}
.shopify-products-render .shopify-buy__cart-toggle{border-radius:16px!important;box-shadow:0 14px 34px rgba(236,72,153,.22)!important}
@media (max-width:1199.98px){
    .shopify-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767.98px){
    .shopify-products-grid{grid-template-columns:1fr;gap:1rem}
    .shopify-products-grid img{height:200px!important}
    .shopify-products-grid .shopify-buy__product{border-radius:20px!important}
    .shopify-products-grid .shopify-buy__product__title,
    .shopify-products-grid .shopify-buy__product-title,
    .shopify-products-grid [class*="product__title"]{min-height:auto!important;font-size:1rem!important}
}

/* Cada colección Shopify se inicializa una sola vez y luego se muestra/oculta */
.shopify-category-panel[hidden]{display:none!important}
.shopify-category-panel{width:100%}


/* =========================================================
   Corrección responsive categorías destacadas - 100% zoom PC
   Evita que las tarjetas se deformen o se vuelvan gigantes.
   ========================================================= */
.section-shopify-categories .shopify-category-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:1.35rem;
    align-items:stretch;
    position:relative;
    z-index:2;
}
.section-shopify-categories .shopify-category-grid-item{
    min-width:0;
    display:flex;
}
.section-shopify-categories .shopify-category-card{
    width:100%;
    min-width:0;
    height:100%;
}
.section-shopify-categories .shopify-category-img-wrap{
    height:clamp(145px,13vw,190px);
}
.section-shopify-categories .shopify-category-body{
    padding-left:1.05rem;
    padding-right:1.05rem;
}
.section-shopify-categories .shopify-category-body p{
    min-height:72px;
    font-size:.94rem;
}
.section-shopify-categories .btn-pink,
.section-shopify-categories .btn-outline-pink{
    white-space:nowrap;
    padding-left:.85rem;
    padding-right:.85rem;
}
@media (max-width:1199.98px){
    .section-shopify-categories .shopify-category-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .section-shopify-categories .shopify-category-img-wrap{height:180px;}
    .section-shopify-categories .shopify-category-body p{min-height:auto;}
}
@media (max-width:767.98px){
    .section-shopify-categories .shopify-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:1rem;
    }
    .section-shopify-categories .shopify-category-img-wrap{height:165px;}
    .section-shopify-categories .category-icon-mini{
        width:52px;
        height:52px;
        border-radius:16px;
    }
    .section-shopify-categories .shopify-category-body{
        padding-left:.95rem;
        padding-right:.95rem;
    }
}
@media (max-width:480px){
    .section-shopify-categories .shopify-category-grid{
        grid-template-columns:1fr;
    }
    .section-shopify-categories .shopify-category-img-wrap{height:190px;}
}


/* ===== Ajustes profesionales Lidya Store 2026 ===== */
.nav-whatsapp-cta{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;background-color:var(--pink);background-image:linear-gradient(135deg,var(--pink),var(--pink-2));color:#fff!important;border-radius:999px;padding:.72rem 1rem;font-weight:800;box-shadow:0 12px 26px rgba(233,60,134,.22);border:none;white-space:nowrap}
.nav-whatsapp-cta:hover{transform:translateY(-2px);filter:saturate(1.06);box-shadow:0 16px 34px rgba(233,60,134,.28);color:#fff!important}
.section-title-shop .section-subtitle strong{color:var(--pink)}
.section-shopify-categories .shopify-category-grid--compact{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1rem}
.section-shopify-categories .shopify-category-grid--compact .shopify-category-card{border-radius:22px}
.section-shopify-categories .shopify-category-grid--compact .shopify-category-img-wrap{height:155px}
.section-shopify-categories .shopify-category-grid--compact .shopify-category-body{padding:.05rem 1rem 1.05rem;margin-top:-24px}
.section-shopify-categories .shopify-category-grid--compact .category-icon-mini{width:50px;height:50px;border-radius:16px;margin-bottom:.65rem}
.section-shopify-categories .shopify-category-grid--compact .category-icon-mini i{font-size:1.55rem}
.section-shopify-categories .shopify-category-grid--compact .shopify-category-body h5{font-size:1.08rem}
.section-shopify-categories .shopify-category-grid--compact .shopify-category-body p{font-size:.88rem;line-height:1.45;min-height:56px;margin-bottom:.85rem}
.section-shopify-categories .shopify-category-grid--compact .btn-pink{padding:.72rem .75rem;border-radius:12px;font-size:.9rem}
.shopify-whatsapp-helper{display:flex;align-items:center;justify-content:center;gap:.45rem;flex-wrap:wrap;margin-top:1rem;color:#6f6873;font-size:.95rem;font-weight:700;text-align:center}
.shopify-whatsapp-helper i{color:#25d366;font-size:1.15rem}.shopify-whatsapp-helper a{color:var(--pink);text-decoration:none;font-weight:900}.shopify-whatsapp-helper a:hover{text-decoration:underline}
.footer-trust span{display:flex;align-items:center;gap:.5rem;color:#625f69;margin:.42rem 0;font-size:.95rem}.footer-trust i{color:var(--pink)}


.policy-page{background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)}
.policy-hero{padding:3.4rem 0 1.4rem}.policy-hero-card{position:relative;overflow:hidden;background:#fff;border:1px solid #f4d9e5;border-radius:30px;padding:clamp(1.5rem,4vw,3.4rem);box-shadow:0 24px 70px rgba(36,18,30,.08)}
.policy-hero-card::after{content:'';position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(232,63,130,.14),transparent 70%)}
.policy-eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--pink);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:.8rem}.policy-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.45rem);font-weight:800;letter-spacing:-.05em;margin:0 0 .75rem}.policy-hero p{max-width:780px;color:#6a6570;font-size:1.08rem;line-height:1.65;margin:0 0 1.3rem}.policy-content{padding:1rem 0 4rem}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.policy-card{background:#fff;border:1px solid #f3d9e5;border-radius:24px;padding:1.35rem;box-shadow:0 16px 38px rgba(36,18,30,.055)}.policy-card h3{font-size:1.1rem;font-weight:850;letter-spacing:-.025em;margin:0 0 .5rem;color:#171117}.policy-card p{color:#655f69;margin:0;line-height:1.65}.policy-note{display:flex;gap:.8rem;margin-top:1.2rem;background:#fff;border:1px solid #f5dbe6;border-radius:20px;padding:1rem 1.1rem;color:#706873}.policy-note i{color:var(--pink);font-size:1.2rem;flex:0 0 auto}.policy-note p{margin:0}
@media (max-width:991.98px){.nav-whatsapp-cta{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;background-color:var(--pink);background-image:linear-gradient(135deg,var(--pink),var(--pink-2));color:#fff!important;border-radius:999px;padding:.72rem 1rem;font-weight:800;box-shadow:0 12px 26px rgba(233,60,134,.22);border:none;white-space:nowrap}.section-shopify-categories .shopify-category-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-grid{grid-template-columns:1fr}}
@media (max-width:480px){.section-shopify-categories .shopify-category-grid--compact{grid-template-columns:1fr}.section-shopify-categories .shopify-category-grid--compact .shopify-category-img-wrap{height:185px}.policy-hero{padding-top:2rem}}

.shopify-friendly-alert{background:#fff7fb;border:1px solid #f3d6e2;border-radius:20px;padding:1.2rem;text-align:center;color:#6f6873;font-weight:700}.shopify-friendly-alert strong{display:block;color:#171117;font-size:1.05rem;margin-bottom:.35rem}


/* Botón flotante WhatsApp LIDYASTORE */
.whatsapp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9999;
    width:62px;
    height:62px;
    border-radius:50%;
    display:flex!important;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff!important;
    background-color:var(--pink);
    background-image:linear-gradient(135deg,var(--pink),var(--pink-2));
    box-shadow:0 18px 38px rgba(232,63,130,.34);
    border:3px solid rgba(255,255,255,.92);
    transition:all .25s ease;
}
.whatsapp-float i{
    font-size:2rem;
    line-height:1;
    color:#fff!important;
}
.whatsapp-float:hover{
    transform:translateY(-4px) scale(1.04);
    box-shadow:0 22px 46px rgba(232,63,130,.42);
    color:#fff!important;
}
@media (max-width:575.98px){
    .whatsapp-float{
        width:56px;
        height:56px;
        right:16px;
        bottom:16px;
    }
    .whatsapp-float i{
        font-size:1.8rem;
    }
}


/* =========================================================
   Lidyastore v3: buscador global y carga progresiva Shopify
   ========================================================= */
.shopify-collection-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:1rem;align-items:start;margin-top:1.15rem;position:relative;z-index:2}
.shopify-collection-tools .shopify-inline-tabs{margin-top:0}
.shopify-search-box{background:#fff;border:1px solid #f2c7d9;border-radius:24px;padding:.9rem;box-shadow:0 14px 34px rgba(232,63,130,.10);position:relative;overflow:hidden}
.shopify-search-box::before{content:'';position:absolute;right:-42px;top:-48px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(236,72,153,.16),transparent 70%);pointer-events:none}
.shopify-search-copy{display:flex;align-items:flex-start;gap:.25rem;flex-direction:column;margin-bottom:.7rem;position:relative;z-index:1}
.shopify-search-copy strong{font-family:var(--font-display);font-size:1.05rem;color:#1b141a;font-weight:800;letter-spacing:-.02em;line-height:1}
.shopify-search-copy span{font-size:.86rem;color:#7b6c74;font-weight:600;line-height:1.25}
.shopify-search-controls{display:flex;align-items:center;gap:.55rem;background:#fff7fb;border:1px solid #f4d6e3;border-radius:18px;padding:.48rem .5rem .48rem .85rem;position:relative;z-index:1}
.shopify-search-controls > i{color:var(--pink);font-size:1.25rem;flex:0 0 auto}
.shopify-search-controls input{border:0;outline:0;background:transparent;min-width:0;flex:1;color:#362c34;font-weight:700;font-size:.94rem}
.shopify-search-controls input::placeholder{color:#9c8691;font-weight:600}
.shopify-search-controls button,.shopify-load-more-btn{border:0;border-radius:14px;background:linear-gradient(135deg,var(--pink),#f56aa7);color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(236,72,153,.22);transition:.2s ease;white-space:nowrap}
.shopify-search-controls button{padding:.72rem 1rem;font-size:.92rem}
.shopify-search-controls button:hover,.shopify-load-more-btn:hover{transform:translateY(-2px);filter:saturate(1.05)}
.shopify-search-results{margin-top:1.15rem;background:#fff;border:1px solid #f2d7e3;border-radius:24px;padding:1rem;box-shadow:0 16px 42px rgba(36,20,28,.08)}
.shopify-search-results[hidden]{display:none!important}
.shopify-search-results-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.shopify-search-results-title{margin:0;font-family:var(--font-display);font-weight:800;color:#171017;letter-spacing:-.03em;font-size:1.45rem}
.shopify-search-results-title span{color:var(--pink)}
.shopify-search-clear{border:1px solid #f2c7d9;background:#fff;color:#7d6170;border-radius:999px;padding:.55rem .9rem;font-weight:800}
.shopify-search-grid,.shopify-v3-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.shopify-v3-card{background:#fff;border:1px solid #f2d9e4;border-radius:22px;box-shadow:0 16px 36px rgba(36,18,30,.08);padding:.9rem;display:flex;flex-direction:column;min-width:0;transition:.2s ease;height:100%}
.shopify-v3-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(232,63,130,.16);border-color:#efbfd4}
.shopify-v3-img{height:190px;border-radius:18px;background:#fff7fb;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.75rem}
.shopify-v3-img img{width:100%;height:100%;object-fit:contain;padding:.45rem;display:block}
.shopify-v3-img-placeholder{font-size:2.3rem;color:#ef7aaa}
.shopify-v3-card h4{font-family:var(--font-display);font-size:1rem;line-height:1.3;font-weight:800;letter-spacing:-.02em;color:#1b141a;margin:0 0 .45rem;text-align:center;min-height:52px}
.shopify-v3-price{text-align:center;color:var(--pink);font-weight:900;font-size:1rem;margin-bottom:.75rem}
.shopify-v3-card a,.shopify-v3-card button{margin-top:auto;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;border-radius:14px;background:linear-gradient(135deg,var(--pink),#f56aa7);color:#fff;font-weight:900;padding:.84rem 1rem;border:0;cursor:pointer;font-family:inherit;box-shadow:0 14px 28px rgba(236,72,153,.22)}
.shopify-load-more-wrap{display:flex;justify-content:center;margin-top:1.25rem}
.shopify-load-more-btn{padding:.95rem 1.35rem;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}
.shopify-load-more-btn[hidden],.shopify-native-pagination-hidden{display:none!important}
.shopify-friendly-alert{background:#fff7fb;border:1px solid #f4d6e3;border-radius:18px;padding:1rem;color:#6f5f68;text-align:center;font-weight:700}
@media (max-width:1199.98px){.shopify-collection-tools{grid-template-columns:1fr}.shopify-search-box{max-width:none}.shopify-search-grid,.shopify-v3-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767.98px){.shopify-search-grid,.shopify-v3-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shopify-v3-img{height:160px}.shopify-search-controls{flex-wrap:wrap}.shopify-search-controls button{width:100%}.shopify-v3-card h4{min-height:auto}}
@media (max-width:480px){.shopify-search-grid,.shopify-v3-grid{grid-template-columns:1fr}.shopify-search-box{border-radius:20px}.shopify-search-copy strong{font-size:1rem}}


/* ===== Lidyastore v3.2: buscador principal dentro de colecciones ===== */
.shopify-search-box--collection{
    margin:0;
    max-width:560px;
    border-radius:26px;
    padding:1rem;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(242,199,217,.95);
    box-shadow:0 22px 48px rgba(232,63,130,.16);
    backdrop-filter:blur(8px);
}
.shopify-search-box--collection .shopify-search-copy strong{
    font-size:1.18rem;
}
.shopify-search-box--collection .shopify-search-copy span{
    font-size:.93rem;
}
.shopify-search-box--collection .shopify-search-controls{
    border-radius:20px;
    padding:.56rem .58rem .56rem .9rem;
}
.shopify-search-box--collection .shopify-search-controls input{
    font-size:.96rem;
}
.shopify-search-box--collection .shopify-search-controls button,
.shopify-search-clear{
    background:linear-gradient(135deg,var(--pink),#f56aa7)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 14px 28px rgba(236,72,153,.24)!important;
}
.shopify-search-clear:hover{
    transform:translateY(-2px);
    filter:saturate(1.05);
}
@media (max-width:991.98px){
    .shopify-search-box--collection{max-width:none;margin:0;}
}
@media (max-width:575.98px){
    .shopify-search-box--collection{padding:.85rem;border-radius:22px;}
    .shopify-search-box--collection .shopify-search-controls{flex-wrap:wrap;}
    .shopify-search-box--collection .shopify-search-controls button{width:100%;}
}

/* Ajuste v3: CTA principal reubicado en beneficios */
.hero-actions--proof-only{
    margin-top:1rem;
}
.hero-actions--proof-only .hero-proof{
    margin-top:.25rem;
}
.benefit-cta-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:-.5rem 0 2rem;
}
.benefit-main-cta{
    min-width:210px;
    justify-content:center;
    box-shadow:0 18px 34px rgba(236,72,153,.26);
}

/* Ajuste v3: botón nativo de Shopify traducido, visible y estable */
.shopify-native-load-more-btn,
.shopify-buy__collection-pagination-button,
.shopify-buy__btn--parent,
.shopify-buy__btn-wrapper button{
    background:linear-gradient(135deg,var(--pink),#f56aa7)!important;
    color:#fff!important;
    border:0!important;
    border-radius:999px!important;
    padding:14px 34px!important;
    font-weight:900!important;
    font-size:16px!important;
    box-shadow:0 16px 34px rgba(236,72,153,.25)!important;
    cursor:pointer!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    text-transform:none!important;
    letter-spacing:0!important;
}
.shopify-native-load-more-btn:hover,
.shopify-buy__collection-pagination-button:hover,
.shopify-buy__btn--parent:hover,
.shopify-buy__btn-wrapper button:hover{
    transform:translateY(-2px);
    filter:saturate(1.05);
    box-shadow:0 20px 42px rgba(236,72,153,.34)!important;
}


/* ===== Franja especial Sobre Pedido ===== */
.special-order-strip{
    margin: 34px auto 10px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 28px;
    align-items: center;
    border: 1px solid rgba(236,72,153,.20);
    border-radius: 28px;
    padding: 28px;
    background:
        radial-gradient(circle at 8% 8%, rgba(236,72,153,.16), transparent 36%),
        linear-gradient(135deg, #fff8fb 0%, #fff 47%, #fff0f6 100%);
    box-shadow: 0 22px 55px rgba(236,72,153,.12);
}
.special-order-strip::before,
.special-order-strip::after{
    content:'✦';
    position:absolute;
    color:#d6a437;
    font-size:24px;
    opacity:.9;
    pointer-events:none;
}
.special-order-strip::before{left:22px;top:22px;}
.special-order-strip::after{right:24px;bottom:22px;}
.special-order-copy{position:relative;z-index:2;padding:8px 4px 8px 8px;}
.special-order-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff;
    color:#ec4899;
    border:1px solid rgba(236,72,153,.22);
    border-radius:999px;
    padding:8px 14px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
    font-size:12px;
    box-shadow:0 10px 24px rgba(236,72,153,.10);
}
.special-order-copy h3{
    margin:14px 0 8px;
    font-size:clamp(2.3rem, 5vw, 4.2rem);
    line-height:.95;
    font-weight:900;
    letter-spacing:-.06em;
    color:#14111d;
}
.special-order-copy h3::first-letter{color:#ec4899;}
.special-order-copy p{
    max-width:640px;
    color:#6f6470;
    font-size:1.04rem;
    line-height:1.65;
    margin-bottom:18px;
}
.special-order-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}
.special-order-actions .btn-pink{
    border-radius:999px;
    padding:13px 24px;
    box-shadow:0 18px 34px rgba(236,72,153,.22);
}
.special-order-whatsapp{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:900;
    color:#ec4899;
    text-decoration:none;
}
.special-order-whatsapp i{color:#25d366;font-size:1.25rem;}
.special-order-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    color:#7b6a78;
    font-size:.9rem;
    font-weight:700;
}
.special-order-points span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(236,72,153,.12);
    border-radius:999px;
    padding:7px 11px;
}
.special-order-points i{color:#ec4899;}
.special-order-visual{
    position:relative;
    z-index:1;
    min-height:260px;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow: inset 0 0 0 1px rgba(236,72,153,.10);
}
.special-order-visual img{
    width:100%;
    height:100%;
    min-height:300px;
    object-fit:cover;
    display:block;
}
@media (max-width: 991.98px){
    .special-order-strip{grid-template-columns:1fr;padding:22px;border-radius:24px;}
    .special-order-visual{order:-1;min-height:auto;}
    .special-order-visual img{min-height:auto;max-height:360px;}
    .special-order-actions .btn-pink,
    .special-order-actions .btn-outline-pink{width:100%;justify-content:center;}
}
@media (max-width: 575.98px){
    .special-order-strip{margin-top:24px;padding:18px;}
    .special-order-copy h3{font-size:2.4rem;}
    .special-order-copy p{font-size:.96rem;}
    .special-order-points{display:grid;grid-template-columns:1fr;}
}

/* ===== Ajuste final: Sobre Pedido compacto, separado y con productos visibles ===== */
.special-order-strip.special-order-strip--compact{
    margin:34px auto 26px!important;
    padding:22px!important;
    display:block!important;
    border:1px solid rgba(236,72,153,.18)!important;
    border-radius:26px!important;
    background:linear-gradient(135deg,rgba(255,244,249,.96),rgba(255,255,255,.98))!important;
    box-shadow:0 18px 45px rgba(236,72,153,.08)!important;
    overflow:hidden!important;
}
.special-order-strip--compact::before{
    content:'✦';
    position:absolute;
    top:18px;
    right:24px;
    color:#d6a63d;
    font-size:20px;
}
.special-order-compact-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:4px 4px 18px;
    border-bottom:1px dashed rgba(236,72,153,.18);
}
.special-order-compact-copy{
    min-width:0;
}
.special-order-compact-copy .special-order-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(236,72,153,.20);
    color:var(--pink);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:10px;
}
.special-order-compact-copy h3{
    margin:0 0 6px;
    font-size:clamp(26px,3.4vw,42px)!important;
    line-height:1;
    color:var(--dark);
    font-weight:900;
}
.special-order-compact-copy h3::first-letter{
    color:var(--pink);
}
.special-order-compact-copy p{
    max-width:840px;
    margin:0;
    color:#76586a;
    font-size:15px;
    line-height:1.6;
}
.special-order-compact-actions{
    flex:0 0 auto;
}
.special-order-primary-link{
    white-space:nowrap;
    border-radius:999px!important;
    padding:13px 22px!important;
    box-shadow:0 14px 28px rgba(236,72,153,.22)!important;
}
.special-order-products-block{
    padding-top:18px;
}
.special-order-products-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
    color:#76586a;
}
.special-order-products-head strong{
    color:var(--dark);
    font-size:18px;
    font-weight:900;
}
.special-order-products-head span{
    font-size:13px;
}
.special-order-products-render{
    background:#fff;
    border:1px solid rgba(236,72,153,.12);
    border-radius:22px;
    padding:14px;
    min-height:180px;
}
.special-order-empty-note{
    margin-top:16px;
    padding:16px 18px;
    border-radius:18px;
    background:#fff;
    border:1px dashed rgba(236,72,153,.25);
    color:#76586a;
    font-weight:700;
}
@media (max-width: 767.98px){
    .special-order-strip.special-order-strip--compact{
        padding:18px!important;
        border-radius:22px!important;
    }
    .special-order-compact-head,
    .special-order-products-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .special-order-compact-actions,
    .special-order-primary-link{
        width:100%;
    }
    .special-order-primary-link{
        justify-content:center;
    }
}

/* ===== Páginas informativas / Ayuda - modelo visual Lidya Store v3 ===== */
.policy-page-pro{background:linear-gradient(180deg,#fff 0%,#fff7fb 46%,#fff 100%);overflow:hidden}
.policy-hero-pro{position:relative;padding:3.2rem 0 1.35rem;background:radial-gradient(circle at 14% 10%,rgba(232,63,130,.10),transparent 28%),linear-gradient(180deg,#fff 0%,#fff8fb 100%)}
.policy-hero-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:2rem;align-items:center;background:#fff;border:1px solid #f5d4e2;border-radius:34px;padding:clamp(1.35rem,3.8vw,3rem);box-shadow:0 28px 70px rgba(36,18,30,.075);overflow:hidden}
.policy-hero-shell::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,244,248,.85),rgba(255,255,255,.65) 48%,rgba(253,235,242,.8));pointer-events:none}
.policy-hero-copy,.policy-hero-visual{position:relative;z-index:2}.policy-hero-copy h1{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,4.3rem);font-weight:800;letter-spacing:-.065em;line-height:.98;margin:0 0 .95rem;color:#151419}.policy-hero-copy h1::first-letter{color:var(--pink)}
.policy-hero-copy p{max-width:770px;color:#625b67;font-size:clamp(1rem,1.3vw,1.16rem);line-height:1.68;margin:0 0 1.35rem}.policy-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.btn-policy-outline{border:1px solid #f2bfd4!important;color:var(--pink)!important;background:#fff!important;border-radius:999px!important;padding:.78rem 1.15rem!important;font-weight:800!important;box-shadow:0 12px 28px rgba(232,63,130,.08)}.btn-policy-outline:hover{background:#fff4f8!important;transform:translateY(-2px)}
.policy-hero-visual{min-height:275px;display:flex;align-items:center;justify-content:center}.policy-logo-orb{width:252px;height:252px;border-radius:50%;background:radial-gradient(circle at 50% 34%,#fff 0%,#fff9fc 68%,#fcecf3 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 28px 55px rgba(232,63,130,.13);border:1px solid #f5d4e2;overflow:hidden;padding:18px}.policy-logo-orb img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(232,63,130,.08))}.policy-mini-card{position:absolute;display:inline-flex;align-items:center;gap:.48rem;border:1px solid #f2cddd;background:rgba(255,255,255,.92);border-radius:999px;padding:.65rem .85rem;font-weight:850;color:#4e4651;box-shadow:0 14px 30px rgba(36,18,30,.07);backdrop-filter:blur(10px)}.policy-mini-card i{color:var(--pink);font-size:1.05rem}.policy-mini-card-1{right:0;top:22px}.policy-mini-card-2{left:0;bottom:26px}.policy-spark{position:absolute;color:#d7a23e;font-size:1.85rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.06))}.spark-a{left:24px;top:36px}.spark-b{right:52px;bottom:26px;color:#ef5e98}
.policy-content-pro{padding:1.55rem 0 4.2rem}.policy-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:1.35rem;align-items:start}.policy-sidebar{position:sticky;top:105px}.policy-side-box{background:#fff;border:1px solid #f3d7e3;border-radius:28px;padding:1.25rem;box-shadow:0 18px 42px rgba(36,18,30,.055)}.policy-side-box h2{font-family:var(--font-display);font-size:1.35rem;font-weight:850;letter-spacing:-.04em;margin:0 0 .35rem}.policy-side-box p{font-size:.95rem;color:#706873;margin:0 0 1rem;line-height:1.55}.policy-nav-list{display:grid;gap:.55rem}.policy-nav-link{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:#635b67;background:#fff;border:1px solid #f4dbe6;border-radius:16px;padding:.75rem .82rem;font-weight:800}.policy-nav-link i{color:var(--pink)}.policy-nav-link:hover,.policy-nav-link.active{background:linear-gradient(135deg,var(--pink),var(--pink-2));color:#fff;border-color:transparent;box-shadow:0 14px 28px rgba(232,63,130,.18)}.policy-nav-link:hover i,.policy-nav-link.active i{color:#fff}
.policy-main-panel{min-width:0}.policy-intro-card{background:#fff;border:1px solid #f3d7e3;border-radius:30px;padding:1.45rem 1.55rem;margin-bottom:1rem;box-shadow:0 18px 42px rgba(36,18,30,.05)}.policy-chip{display:inline-flex;align-items:center;gap:.45rem;background:#fff4f8;color:var(--pink);border:1px solid #f4cddd;border-radius:999px;padding:.42rem .75rem;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.policy-intro-card h2{font-family:var(--font-display);font-weight:850;font-size:clamp(1.45rem,2vw,2.15rem);letter-spacing:-.045em;margin:0 0 .55rem}.policy-intro-card p{color:#625b67;margin:0;line-height:1.68}.policy-grid-pro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.policy-card-pro{display:flex;gap:1rem;background:#fff;border:1px solid #f3d9e5;border-radius:24px;padding:1.2rem;box-shadow:0 16px 38px rgba(36,18,30,.052);transition:.22s ease}.policy-card-pro:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(232,63,130,.09)}.policy-card-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,#fff4f8,#fde8f1);display:flex;align-items:center;justify-content:center;flex:0 0 48px;border:1px solid #f4d3df}.policy-card-icon i{color:var(--pink);font-size:1.35rem}.policy-card-pro h3{font-size:1.08rem;font-weight:900;letter-spacing:-.03em;margin:0 0 .45rem;color:#171117}.policy-card-pro p{color:#625b67;margin:0;line-height:1.65;font-size:.98rem}.policy-note-pro{align-items:flex-start;background:#fff;border:1px solid #f5dbe6;border-radius:22px;box-shadow:0 15px 35px rgba(36,18,30,.04)}.policy-whatsapp-panel{margin-top:1rem;background:linear-gradient(135deg,#e83f82,#f06d9d);border-radius:26px;padding:1.25rem 1.35rem;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 22px 44px rgba(232,63,130,.20);position:relative;overflow:hidden}.policy-whatsapp-panel::after{content:'♥';position:absolute;right:24px;top:-16px;font-size:4rem;color:rgba(255,255,255,.13);font-weight:900}.policy-whatsapp-panel span{display:block;font-weight:800;color:#ffeaf3;margin-bottom:.25rem}.policy-whatsapp-panel h3{font-family:var(--font-display);font-size:1.35rem;font-weight:850;letter-spacing:-.035em;margin:0;line-height:1.2}.policy-whatsapp-panel .btn-pink{background:#fff!important;color:var(--pink)!important;box-shadow:none!important;white-space:nowrap}
@media (max-width:991.98px){.policy-hero-shell{grid-template-columns:1fr}.policy-hero-visual{min-height:210px}.policy-logo-orb{width:205px;height:205px;padding:14px}.policy-layout{grid-template-columns:1fr}.policy-sidebar{position:relative;top:auto}.policy-nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-grid-pro{grid-template-columns:1fr}.policy-whatsapp-panel{align-items:flex-start;flex-direction:column}.policy-whatsapp-panel .btn-pink{width:100%;justify-content:center}}
@media (max-width:575.98px){.policy-hero-pro{padding-top:2rem}.policy-hero-shell{border-radius:26px;padding:1.2rem}.policy-hero-actions .btn,.btn-policy-outline{width:100%;justify-content:center}.policy-hero-visual{display:none}.policy-content-pro{padding-bottom:3rem}.policy-side-box,.policy-intro-card{border-radius:22px}.policy-nav-list{grid-template-columns:1fr}.policy-card-pro{padding:1rem;gap:.8rem}.policy-card-icon{width:42px;height:42px;flex-basis:42px}.policy-card-pro h3{font-size:1rem}.policy-card-pro p{font-size:.94rem}}

@media (max-width:575.98px){.footer-logo-wrap{padding:.45rem .55rem;border-radius:22px}.footer-logo{width:138px}}

/* Franja de ofertas sin formulario de suscripción */
.subscribe-box-no-form{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding-right:1.65rem}
.subscribe-box-no-form .subscribe-copy{flex:1 1 auto}
.subscribe-cta-clean{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:.9rem;flex:0 0 auto;min-width:360px}
.subscribe-cta-label{display:inline-flex;align-items:center;gap:.45rem;color:#fff6fb;font-weight:800;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.7rem 1rem;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.subscribe-cta-label i{color:#ffe3ef}
.subscribe-clean-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:54px;border-radius:18px!important;padding:.82rem 1.35rem!important;background:#fff!important;color:var(--pink)!important;font-weight:900!important;border:2px solid rgba(255,255,255,.86)!important;box-shadow:0 16px 30px rgba(129,13,58,.14)!important;white-space:nowrap}
.subscribe-clean-btn:hover{transform:translateY(-2px);background:#fff6fb!important;color:#d92f76!important}
@media (max-width:991.98px){.subscribe-box-no-form{align-items:flex-start}.subscribe-cta-clean{width:100%;min-width:0;justify-content:flex-start;flex-wrap:wrap}.subscribe-cta-label{white-space:normal}}
@media (max-width:575.98px){.subscribe-box-no-form{gap:1rem}.subscribe-cta-clean{flex-direction:column;align-items:stretch}.subscribe-clean-btn{width:100%}.subscribe-cta-label{justify-content:center;text-align:center}}


/* ===== Ajuste solicitado: hero móvil compacto para llegar rápido a productos ===== */
@media (max-width: 767.98px){
    .hero-section{padding:.45rem 0 .85rem;}
    .hero-panel{border-radius:18px;}
    .hero-copy{padding:1rem 1rem .85rem;}
    .hero-copy .eyebrow{font-size:.72rem;margin-bottom:.45rem;}
    .hero-copy h1{font-size:clamp(1.92rem,8.6vw,2.55rem);line-height:1;margin-bottom:.55rem;letter-spacing:-.045em;}
    .hero-text{font-size:.94rem;line-height:1.42;margin-bottom:.55rem;}
    .hero-actions--proof-only{margin-top:.45rem;}
    .avatar-stack img{width:82px;border-radius:18px;}
    .hero-proof-text strong{font-size:1.05rem;}
    .hero-proof-text small{font-size:.82rem;}
    .hero-visual{min-height:170px;border-top:1px solid #f5e8ee;}
    .hero-scene-img{min-height:170px;height:170px;object-fit:cover;object-position:center center;}
    .section-shopify-categories{padding-top:1.45rem;}
}
@media (max-width: 575.98px){
    .hero-section{padding:.35rem 0 .65rem;}
    .hero-container{padding-left:.72rem;padding-right:.72rem;}
    .hero-copy{padding:.82rem .85rem .65rem;}
    .hero-copy .eyebrow{font-size:.68rem;margin-bottom:.38rem;}
    .hero-copy h1{font-size:clamp(1.72rem,8.4vw,2.22rem);margin-bottom:.42rem;}
    .hero-text{font-size:.86rem;line-height:1.34;margin-bottom:.45rem;}
    .hero-visual{min-height:126px;}
    .hero-scene-img{min-height:126px;height:126px;object-fit:cover;}
    .hero-visual::before{filter:blur(10px);opacity:.18;}
    .hero-proof{gap:8px;}
    .avatar-stack img{width:70px;}
    .section-shopify-categories{padding-top:1.05rem;}
    .section-title-shop{margin-bottom:1rem;}
    .section-title-shop h2{font-size:1.6rem;}
}

/* ===== Hero slider compacto Lidyastore v2 ===== */
.hero-slider-section{
    padding:.85rem 0 1.85rem;
    background:linear-gradient(180deg,#fff 0%,#fff9fb 100%);
}
.lidya-hero-carousel{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    border:1px solid #f5d4e2;
    background:#fff;
    box-shadow:0 18px 46px rgba(31,17,23,.07);
}
.lidya-hero-inner,.lidya-hero-carousel .carousel-item{
    border-radius:24px;
}
.lidya-hero-slide{
    position:relative;
    min-height:342px;
    overflow:hidden;
    display:flex;
    align-items:center;
    isolation:isolate;
    background:#fff7fa;
}
.lidya-hero-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center center;
    transform:scale(1.01);
    z-index:1;
}
.lidya-hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,250,252,.94) 27%, rgba(255,245,249,.58) 48%, rgba(255,255,255,.08) 74%, rgba(255,255,255,.02) 100%),
        linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,235,244,.18) 100%);
}
.lidya-hero-content{
    position:relative;
    z-index:3;
    width:min(52%, 560px);
    padding:2.05rem 2.25rem 2.15rem;
}
.lidya-hero-number{
    position:absolute;
    left:1.15rem;
    top:1.05rem;
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#f56fa5,#e83f82);
    color:#fff;
    font-weight:800;
    box-shadow:0 10px 24px rgba(232,63,130,.22);
}
.lidya-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    margin:1.55rem 0 .65rem;
    background:linear-gradient(135deg,#ee4e8d,#f679aa);
    color:#fff;
    border-radius:10px;
    padding:.42rem .76rem;
    font-size:.86rem;
    line-height:1;
    font-weight:800;
    box-shadow:0 10px 22px rgba(232,63,130,.17);
}
.lidya-hero-badge i{
    font-size:.78rem;
    opacity:.92;
}
.lidya-hero-content h1{
    margin:0 0 .48rem;
    font-family:var(--font-display);
    font-size:clamp(2rem,3.9vw,3.35rem);
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:800;
    color:#17141a;
}
.lidya-hero-content p{
    max-width:410px;
    margin:0 0 1.05rem;
    color:#5f5964;
    font-size:clamp(.98rem,1.2vw,1.12rem);
    line-height:1.45;
}
.lidya-hero-btn{
    min-width:170px;
    min-height:46px;
    border-radius:12px!important;
    padding:.78rem 1.2rem!important;
}
.lidya-hero-control{
    width:46px;
    opacity:1;
}
.lidya-hero-control span{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.92);
    color:var(--pink);
    border:1px solid #f5cfe0;
    box-shadow:0 10px 24px rgba(31,17,23,.08);
    backdrop-filter:blur(8px);
}
.lidya-hero-dots{
    bottom:.58rem;
    margin-bottom:0;
    gap:.42rem;
    z-index:5;
}
.lidya-hero-dots [data-bs-target]{
    width:9px;
    height:9px;
    border-radius:50%;
    border:0;
    margin:0;
    background:#d6d4d7;
    opacity:1;
}
.lidya-hero-dots .active{
    background:var(--pink);
    transform:scale(1.18);
}

/* Las categorías ahora viven dentro del hero slider para reducir espacio visual. */
.section-title-featured-categories,
.shopify-category-grid--compact{
    display:none!important;
}

@media (max-width:991.98px){
    .hero-slider-section{padding:.65rem 0 1.25rem;}
    .lidya-hero-slide{min-height:300px;}
    .lidya-hero-content{width:62%;padding:1.55rem 1.55rem 1.8rem;}
    .lidya-hero-overlay{background:linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,250,252,.9) 44%, rgba(255,255,255,.18) 78%, rgba(255,255,255,.04) 100%);}
    .lidya-hero-number{left:.9rem;top:.85rem;width:30px;height:30px;font-size:.9rem;}
    .lidya-hero-badge{margin-top:1.35rem;}
}
@media (max-width:575.98px){
    .hero-slider-section{padding:.45rem 0 .9rem;}
    .hero-container{padding-left:.75rem;padding-right:.75rem;}
    .lidya-hero-carousel{border-radius:20px;}
    .lidya-hero-slide{min-height:238px;align-items:flex-end;}
    .lidya-hero-bg{background-position:center top;}
    .lidya-hero-overlay{
        background:
            linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,.25) 34%, rgba(255,255,255,.96) 73%, rgba(255,255,255,.99) 100%),
            linear-gradient(90deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,.03) 100%);
    }
    .lidya-hero-content{width:100%;padding:.85rem .95rem 1.75rem;}
    .lidya-hero-number{width:28px;height:28px;left:.72rem;top:.66rem;font-size:.84rem;}
    .lidya-hero-badge{margin:.1rem 0 .45rem;font-size:.72rem;padding:.34rem .62rem;border-radius:8px;}
    .lidya-hero-content h1{font-size:clamp(1.55rem,8.2vw,2rem);margin-bottom:.25rem;letter-spacing:-.045em;}
    .lidya-hero-content p{font-size:.84rem;line-height:1.32;margin-bottom:.7rem;max-width:92%;}
    .lidya-hero-btn{min-height:40px;min-width:145px;font-size:.86rem!important;padding:.58rem .9rem!important;border-radius:10px!important;}
    .lidya-hero-control{width:32px;top:34%;bottom:auto;}
    .lidya-hero-control span{width:28px;height:28px;font-size:.78rem;}
    .lidya-hero-dots{bottom:.42rem;}
    .lidya-hero-dots [data-bs-target]{width:7px;height:7px;}
}
@media (max-width:380px){
    .lidya-hero-slide{min-height:222px;}
    .lidya-hero-content{padding:.75rem .82rem 1.58rem;}
    .lidya-hero-content p{font-size:.8rem;margin-bottom:.56rem;}
    .lidya-hero-btn{min-height:38px;}
}

/* =========================================================
   Lidyastore v2.1: productos a todo el ancho y responsive
   Objetivo: aprovechar mejor PC y celular sin tocar la lógica Shopify.
   ========================================================= */
.section-shopify-categories{
    padding-top:1.7rem!important;
    padding-bottom:2.4rem!important;
}
.section-shopify-categories > .container{
    width:100%!important;
    max-width:100%!important;
    padding-left:clamp(.65rem,2.2vw,2rem)!important;
    padding-right:clamp(.65rem,2.2vw,2rem)!important;
}
.shopify-inline-viewer{
    width:100%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    border-radius:28px!important;
}
.shopify-inline-body{
    padding:clamp(.75rem,1.8vw,1.35rem)!important;
}
.shopify-products-render{
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
    padding:clamp(.55rem,1.4vw,1rem)!important;
}
.shopify-category-panel,
.shopify-controlled-mount,
.shopify-products-render .shopify-buy__collection,
.shopify-products-render .shopify-buy__layout-vertical,
.shopify-products-render .shopify-buy__layout-horizontal{
    width:100%!important;
    max-width:none!important;
}
.shopify-products-render .shopify-buy__collection-products,
.shopify-products-render .shopify-buy__collection .shopify-buy__product-grid,
.shopify-products-render .shopify-products-grid,
.shopify-products-render--active .shopify-products-grid{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:clamp(.65rem,1.2vw,1rem)!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:none!important;
}
.shopify-products-render .shopify-buy__product,
.shopify-products-render .shopify-buy-frame--product,
.shopify-products-render [class*="shopify-buy__product"]{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    box-sizing:border-box!important;
}
.shopify-products-render .shopify-buy__product{
    padding:clamp(.62rem,.9vw,.9rem)!important;
    border-radius:20px!important;
}
.shopify-products-render img{
    max-width:100%!important;
}
.shopify-products-render .shopify-buy__product-img-wrapper,
.shopify-products-render .shopify-buy__product-img,
.shopify-products-render .shopify-buy__product__variant-img{
    width:100%!important;
    max-width:100%!important;
}
.shopify-products-render .shopify-buy__product-img,
.shopify-products-render .shopify-buy__product__variant-img,
.shopify-products-render .shopify-buy__product img{
    height:clamp(150px,13vw,235px)!important;
    object-fit:contain!important;
}
.shopify-products-render .shopify-buy__product__title,
.shopify-products-render .shopify-buy__product-title,
.shopify-products-render [class*="product__title"]{
    font-size:clamp(.86rem,1vw,1rem)!important;
    line-height:1.22!important;
    min-height:42px!important;
    margin:.55rem 0 .35rem!important;
}
.shopify-products-render .shopify-buy__product__price,
.shopify-products-render .shopify-buy__product__actual-price,
.shopify-products-render [class*="product__price"]{
    font-size:clamp(.88rem,1vw,1rem)!important;
    margin:.1rem 0 .55rem!important;
}
.shopify-products-render .shopify-buy__btn,
.shopify-products-render button[class*="shopify-buy__btn"]{
    min-height:42px!important;
    padding:.68rem .72rem!important;
    font-size:.88rem!important;
    border-radius:12px!important;
}
.shopify-search-grid,
.shopify-v3-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:clamp(.65rem,1.2vw,1rem)!important;
}
.shopify-v3-img{
    height:clamp(145px,12vw,215px)!important;
}
.shopify-v3-card{
    padding:clamp(.55rem,.9vw,.85rem)!important;
    border-radius:20px!important;
}
.shopify-v3-card h4{
    font-size:clamp(.86rem,1vw,1rem)!important;
    min-height:42px!important;
}
@media (max-width:1399.98px){
    .shopify-products-render .shopify-buy__collection-products,
    .shopify-products-render .shopify-buy__collection .shopify-buy__product-grid,
    .shopify-products-render .shopify-products-grid,
    .shopify-products-render--active .shopify-products-grid,
    .shopify-search-grid,
    .shopify-v3-grid{
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
    }
}
@media (max-width:991.98px){
    .section-shopify-categories > .container{padding-left:.85rem!important;padding-right:.85rem!important;}
    .shopify-inline-viewer{border-radius:22px!important;}
    .shopify-products-render .shopify-buy__collection-products,
    .shopify-products-render .shopify-buy__collection .shopify-buy__product-grid,
    .shopify-products-render .shopify-products-grid,
    .shopify-products-render--active .shopify-products-grid,
    .shopify-search-grid,
    .shopify-v3-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media (max-width:575.98px){
    .section-shopify-categories{padding-top:1rem!important;padding-bottom:1.5rem!important;}
    .section-shopify-categories > .container{padding-left:.45rem!important;padding-right:.45rem!important;}
    .shopify-inline-header{padding:.95rem!important;}
    .shopify-inline-body{padding:.45rem!important;}
    .shopify-products-render{border-radius:16px!important;padding:.42rem!important;border-left:0!important;border-right:0!important;}
    .shopify-products-render .shopify-buy__collection-products,
    .shopify-products-render .shopify-buy__collection .shopify-buy__product-grid,
    .shopify-products-render .shopify-products-grid,
    .shopify-products-render--active .shopify-products-grid,
    .shopify-search-grid,
    .shopify-v3-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:.5rem!important;
    }
    .shopify-products-render .shopify-buy__product{
        padding:.48rem!important;
        border-radius:16px!important;
    }
    .shopify-products-render .shopify-buy__product-img,
    .shopify-products-render .shopify-buy__product__variant-img,
    .shopify-products-render .shopify-buy__product img{
        height:150px!important;
        padding:.25rem!important;
    }
    .shopify-products-render .shopify-buy__product__title,
    .shopify-products-render .shopify-buy__product-title,
    .shopify-products-render [class*="product__title"]{
        font-size:.82rem!important;
        line-height:1.18!important;
        min-height:38px!important;
        margin:.42rem 0 .28rem!important;
    }
    .shopify-products-render .shopify-buy__product__price,
    .shopify-products-render .shopify-buy__product__actual-price,
    .shopify-products-render [class*="product__price"]{
        font-size:.86rem!important;
        margin:.05rem 0 .42rem!important;
    }
    .shopify-products-render .shopify-buy__btn,
    .shopify-products-render button[class*="shopify-buy__btn"]{
        min-height:38px!important;
        padding:.58rem .5rem!important;
        font-size:.78rem!important;
        border-radius:10px!important;
    }
    .shopify-v3-card{padding:.48rem!important;border-radius:16px!important;}
    .shopify-v3-img{height:138px!important;border-radius:14px!important;}
    .shopify-v3-card h4{font-size:.82rem!important;line-height:1.18!important;min-height:38px!important;}
    .shopify-v3-price{font-size:.86rem!important;margin-bottom:.45rem!important;}
    .shopify-v3-card a,.shopify-v3-card button{font-size:.78rem!important;padding:.58rem .5rem!important;border-radius:10px!important;}
}
@media (max-width:360px){
    .shopify-products-render .shopify-buy__product-img,
    .shopify-products-render .shopify-buy__product__variant-img,
    .shopify-products-render .shopify-buy__product img,
    .shopify-v3-img{height:126px!important;}
}


/* ===== Ajuste global extra: todas las franjas más anchas ===== */
@media (min-width: 1200px){
    .top-strip-inner,
    .main-nav .container,
    .hero-slider-section .container,
    .section-shopify-categories > .container,
    .benefits-section .container-fluid,
    .section-buy-flow .container,
    .testimonials-section .container,
    .promo-offers-section .container,
    .policy-page .container,
    .site-footer .container{
        padding-left:clamp(24px,2.2vw,40px)!important;
        padding-right:clamp(24px,2.2vw,40px)!important;
    }
    .lidya-hero-content{width:min(48%,620px);}
    .shopify-inline-header{padding:1.55rem clamp(1.5rem,2.2vw,2rem) 1.25rem;}
    .shopify-inline-body{padding:clamp(1rem,1.8vw,1.5rem)!important;}
    .special-order-strip.special-order-strip--compact{padding:26px clamp(20px,2vw,30px)!important;}
}


/* ===== Corrección hero slider: aprovechar mejor el ancho ===== */
.hero-slider-section .hero-container{
    width:min(100%,1880px)!important;
    max-width:min(100%,1880px)!important;
    padding-left:clamp(10px,1vw,18px)!important;
    padding-right:clamp(10px,1vw,18px)!important;
}
.hero-slider-section .lidya-hero-carousel{
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
@media (max-width: 991.98px){
    .hero-slider-section .hero-container{
        padding-left:12px!important;
        padding-right:12px!important;
    }
}
@media (max-width: 575.98px){
    .hero-slider-section .hero-container{
        padding-left:8px!important;
        padding-right:8px!important;
    }
}

/* =========================================================
   Lidyastore v2 premium: hero más fino y vitrinas curadas
   ========================================================= */
.hero-slider-section{
    padding-top:.6rem!important;
    padding-bottom:1.35rem!important;
}
.hero-slider-section .hero-container{
    width:100%!important;
    max-width:1900px!important;
    padding-left:clamp(6px,.65vw,14px)!important;
    padding-right:clamp(6px,.65vw,14px)!important;
}
.lidya-hero-carousel{
    border-radius:28px!important;
    box-shadow:0 22px 58px rgba(31,17,23,.09)!important;
}
.lidya-hero-slide{
    min-height:clamp(300px,24vw,390px)!important;
}
.lidya-hero-bg{
    background-size:cover!important;
    background-position:center center!important;
    transform:scale(1.005)!important;
}
.lidya-hero-overlay{
    background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,250,252,.93) 25%, rgba(255,245,249,.50) 48%, rgba(255,255,255,.04) 76%, rgba(255,255,255,0) 100%),
        linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,235,244,.12) 100%)!important;
}
.lidya-hero-content{
    width:min(46%,640px)!important;
    padding:clamp(1.5rem,2.3vw,2.4rem) clamp(1.45rem,2.4vw,2.55rem)!important;
}
.lidya-hero-content h1{
    font-size:clamp(2.15rem,3.25vw,3.55rem)!important;
}
.lidya-hero-content p{
    max-width:480px!important;
}
.lidya-hero-control{width:52px!important;}
.lidya-hero-control span{width:40px!important;height:40px!important;}
@media (max-width:991.98px){
    .hero-slider-section{padding-top:.45rem!important;padding-bottom:1rem!important;}
    .hero-slider-section .hero-container{padding-left:8px!important;padding-right:8px!important;}
    .lidya-hero-slide{min-height:290px!important;}
    .lidya-hero-content{width:min(62%,560px)!important;padding:1.35rem 1.45rem 1.7rem!important;}
}
@media (max-width:575.98px){
    .hero-slider-section{padding-top:.25rem!important;padding-bottom:.72rem!important;}
    .hero-slider-section .hero-container{padding-left:4px!important;padding-right:4px!important;}
    .lidya-hero-carousel{border-radius:18px!important;}
    .lidya-hero-inner,.lidya-hero-carousel .carousel-item{border-radius:18px!important;}
    .lidya-hero-slide{min-height:228px!important;}
    .lidya-hero-bg{background-position:center top!important;}
    .lidya-hero-overlay{
        background:
            linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.14) 36%, rgba(255,255,255,.96) 73%, rgba(255,255,255,.99) 100%),
            linear-gradient(90deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.02) 100%)!important;
    }
    .lidya-hero-content{width:100%!important;padding:.75rem .82rem 1.55rem!important;}
    .lidya-hero-control{width:30px!important;top:33%!important;}
    .lidya-hero-control span{width:26px!important;height:26px!important;}
}

.commerce-discovery-section{
    position:relative;
    z-index:2;
    margin:clamp(1rem,2vw,1.8rem) 0 clamp(1.2rem,2.3vw,2.2rem);
    padding:clamp(1rem,2vw,1.35rem);
    border:1px solid rgba(242,199,217,.95);
    border-radius:30px;
    background:
        radial-gradient(circle at 10% 10%,rgba(236,72,153,.13),transparent 32%),
        radial-gradient(circle at 92% 2%,rgba(215,162,62,.12),transparent 30%),
        linear-gradient(135deg,#fff8fb 0%,#fff 50%,#fff4f8 100%);
    box-shadow:0 24px 58px rgba(36,18,30,.08);
    overflow:hidden;
}
.commerce-discovery-head{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.8fr);
    gap:.6rem 1.2rem;
    align-items:end;
    margin-bottom:1rem;
}
.commerce-discovery-head span{
    grid-column:1/-1;
    display:inline-flex;
    width:max-content;
    align-items:center;
    gap:.45rem;
    color:var(--pink);
    background:#fff;
    border:1px solid rgba(236,72,153,.18);
    border-radius:999px;
    padding:.48rem .78rem;
    font-size:.78rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
    box-shadow:0 10px 24px rgba(236,72,153,.08);
}
.commerce-discovery-head h2{
    margin:0;
    font-family:var(--font-display);
    font-size:clamp(1.7rem,2.8vw,2.65rem);
    line-height:1;
    font-weight:900;
    letter-spacing:-.055em;
    color:#171117;
}
.commerce-discovery-head p{
    margin:0;
    color:#665d68;
    font-size:1rem;
    line-height:1.55;
    max-width:900px;
}
.commerce-discovery-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:clamp(.75rem,1.3vw,1.05rem);
}
.commerce-discovery-card{
    position:relative;
    min-width:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid rgba(243,214,226,.95);
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 40px rgba(36,18,30,.065);
    transition:.22s ease;
}
.commerce-discovery-card:hover{
    transform:translateY(-4px);
    border-color:rgba(236,72,153,.30);
    box-shadow:0 24px 54px rgba(236,72,153,.14);
}
.commerce-discovery-image{
    position:relative;
    height:clamp(130px,12vw,190px);
    background:#fff4f8;
    overflow:hidden;
}
.commerce-discovery-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.02);
}
.commerce-discovery-image::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(255,255,255,0) 42%,rgba(255,255,255,.94) 100%);
}
.commerce-discovery-image span{
    position:absolute;
    left:.75rem;
    top:.75rem;
    z-index:2;
    color:#fff;
    background:linear-gradient(135deg,var(--pink),#f56aa7);
    border-radius:999px;
    padding:.34rem .68rem;
    font-size:.72rem;
    font-weight:900;
    box-shadow:0 10px 22px rgba(236,72,153,.20);
}
.commerce-discovery-copy{
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    padding:.95rem;
}
.commerce-discovery-copy small{
    display:flex;
    align-items:center;
    gap:.42rem;
    color:var(--pink);
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-size:.72rem;
    margin-bottom:.45rem;
}
.commerce-discovery-copy h3{
    margin:0 0 .45rem;
    font-family:var(--font-display);
    font-size:clamp(1rem,1.25vw,1.2rem);
    line-height:1.1;
    font-weight:900;
    letter-spacing:-.035em;
    color:#19131a;
}
.commerce-discovery-copy p{
    color:#675f69;
    font-size:.9rem;
    line-height:1.48;
    margin:0 0 .85rem;
}
.commerce-discovery-copy .btn-pink{
    margin-top:auto;
    width:100%;
    min-height:42px;
    border-radius:13px!important;
    padding:.66rem .75rem!important;
    font-size:.86rem!important;
}
@media (max-width:1199.98px){
    .commerce-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .commerce-discovery-head{grid-template-columns:1fr;}
}
@media (max-width:575.98px){
    .commerce-discovery-section{border-radius:22px;padding:.75rem;margin-top:.8rem;}
    .commerce-discovery-head span{width:auto;font-size:.68rem;}
    .commerce-discovery-head p{font-size:.9rem;}
    .commerce-discovery-grid{grid-template-columns:1fr;gap:.7rem;}
    .commerce-discovery-card{border-radius:18px;}
    .commerce-discovery-image{height:150px;}
}

/* Corrección buscador: producto exacto con Buy Button real */
.shopify-search-selected{
    margin-bottom:1rem;
    background:#fff7fb;
    border:1px solid #f3d1df;
    border-radius:22px;
    padding:1rem;
    box-shadow:0 14px 34px rgba(232,63,130,.10);
}
.shopify-search-selected[hidden]{display:none!important}
.shopify-search-selected-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    margin-bottom:1rem;
    flex-wrap:wrap;
}
.shopify-search-selected-head strong{
    font-family:var(--font-display);
    font-size:1.25rem;
    color:#1b141a;
    line-height:1.15;
}
.shopify-search-selected-head span{
    color:#786773;
    font-weight:700;
    font-size:.92rem;
}
.shopify-search-back{
    border:1px solid #f2c7d9;
    background:#fff;
    color:#7d6170;
    border-radius:999px;
    padding:.55rem .9rem;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    gap:.4rem;
}
.shopify-search-product-loading{
    background:#fff;
    border:1px dashed #efbfd4;
    border-radius:16px;
    padding:1rem;
    color:#6f5f68;
    text-align:center;
    font-weight:700;
    margin-bottom:1rem;
}
.shopify-search-product-mount .shopify-buy-frame,
.shopify-search-product-mount iframe{
    max-width:100%!important;
}

/* ===== Testimonios + videos guía Lidya Store ===== */
.testimonials-with-video-row{align-items:stretch}
.testimonials-stack-pro{display:flex;flex-direction:column;gap:1rem;height:100%}
.testimonial-card-stacked{width:100%;min-height:auto;flex:0 0 auto}
.testimonial-card-stacked.testimonial-card-pro{padding:1.32rem 1.3rem 1.22rem;border-radius:28px;overflow:hidden}
.testimonial-card-stacked.testimonial-card-pro::before{content:"“";position:absolute;top:16px;left:24px;font-family:Georgia,serif;font-size:4rem;line-height:1;color:rgba(236,76,144,.32);font-weight:700;pointer-events:none}
.testimonial-card-stacked .testimonial-card-content{align-items:center;gap:1.15rem;position:relative;z-index:1}
.testimonial-card-stacked .testimonial-photo-wrap{flex:0 0 104px}
.testimonial-card-stacked .testimonial-photo,
.testimonial-card-stacked .testimonial-avatar{width:104px;height:104px;border:7px solid #fff8fb;box-shadow:0 12px 28px rgba(232,63,130,.15)}
.testimonial-card-stacked .testimonial-copy{padding-right:.15rem}
.testimonial-card-stacked .testimonial-card p{margin:0 0 .8rem;color:#312736;font-size:1rem;line-height:1.6;font-style:italic}
.testimonial-card-stacked .testimonial-card strong{display:block;font-size:1.4rem;line-height:1.05;margin-bottom:.55rem;color:#ec4c90}
.testimonial-card-stacked .stars{font-size:1.06rem;letter-spacing:3px}
.testimonials-trust-note{display:flex;align-items:center;gap:.85rem;padding:.9rem .25rem .1rem .2rem;color:#5e5161;margin-top:.1rem}
.testimonials-trust-note p{margin:0;font-size:1rem;line-height:1.4}
.testimonials-trust-note strong{color:#ec4c90;font-weight:800}
.testimonials-trust-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffe7f1,#fff7fb);border:1px solid #f6cedd;color:#ec4c90;box-shadow:0 8px 18px rgba(232,63,130,.08);flex:0 0 40px}
.commerce-video-panel{position:relative;z-index:2;background:linear-gradient(135deg,#fff 0%,#fff7fb 52%,#ffeef6 100%);border:1px solid #f6cedd;border-radius:28px;padding:clamp(1.1rem,2.2vw,1.65rem);box-shadow:0 18px 42px rgba(232,63,130,.08);overflow:hidden}
.commerce-video-panel::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 12% 8%,rgba(232,63,130,.12),transparent 32%),radial-gradient(circle at 95% 16%,rgba(255,193,7,.16),transparent 28%);pointer-events:none}
.commerce-video-head,.commerce-video-grid{position:relative;z-index:2}
.commerce-video-head{margin-bottom:1rem;text-align:left}
.commerce-video-eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:var(--pink);font-weight:800;font-size:.9rem;letter-spacing:.02em;margin-bottom:.45rem}
.commerce-video-head h3{font-family:var(--font-display);font-weight:700;letter-spacing:-.045em;color:#171219;font-size:clamp(1.7rem,2.8vw,2.45rem);line-height:.98;margin:0 0 .55rem}
.commerce-video-head p{color:#5f5662;font-size:.98rem;line-height:1.55;margin:0;max-width:720px}
.commerce-video-card{height:100%;background:#fff;border:1px solid rgba(246,206,221,.9);border-radius:24px;padding:.72rem;box-shadow:0 14px 30px rgba(232,63,130,.07)}
.commerce-video-frame{position:relative;width:100%;aspect-ratio:9/16;border-radius:19px;overflow:hidden;background:#111;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}
.commerce-video-frame video{width:100%;height:100%;display:block;object-fit:cover;background:#111}
.commerce-video-caption{display:flex;flex-direction:column;gap:.2rem;padding:.85rem .35rem .25rem;text-align:center}
.commerce-video-caption strong{font-family:var(--font-display);font-size:1.15rem;color:#1c1720;letter-spacing:-.025em;line-height:1}
.commerce-video-caption span{font-size:.9rem;color:#6a616c;line-height:1.35}
@media (min-width:992px){
    .testimonials-stack-pro{justify-content:flex-start}
    .testimonials-stack-pro .testimonial-card-content{align-items:center}
    .testimonials-stack-pro .testimonial-card p{font-size:.97rem;line-height:1.52;margin-bottom:.7rem}
    .testimonials-stack-pro .testimonial-photo-wrap{flex-basis:94px}
    .testimonials-stack-pro .testimonial-photo,.testimonials-stack-pro .testimonial-avatar{width:94px;height:94px}
}
@media (max-width:991px){
    .commerce-video-panel{margin-top:.25rem}
    .commerce-video-head{text-align:center}
    .commerce-video-eyebrow{justify-content:center;width:100%}
    .commerce-video-head p{margin-left:auto;margin-right:auto}
}
@media (max-width:767px){
    .testimonials-stack-pro{gap:.85rem}
    .testimonial-card-stacked.testimonial-card-pro{padding:1.1rem 1rem 1rem;border-radius:24px}
    .testimonial-card-stacked.testimonial-card-pro::before{top:10px;left:16px;font-size:3.25rem}
    .testimonial-card-stacked .testimonial-card-content{gap:.95rem;align-items:flex-start}
    .testimonial-card-stacked .testimonial-photo-wrap{flex-basis:78px}
    .testimonial-card-stacked .testimonial-photo,.testimonial-card-stacked .testimonial-avatar{width:78px;height:78px;border-width:5px}
    .testimonial-card-stacked .testimonial-card p{font-size:.93rem;line-height:1.5}
    .testimonial-card-stacked .testimonial-card strong{font-size:1.18rem}
    .testimonials-trust-note{padding:.35rem .1rem 0;gap:.7rem}
    .testimonials-trust-note p{font-size:.92rem}
    .commerce-video-panel{border-radius:24px;padding:1rem}
    .commerce-video-grid{gap:1rem 0!important}
    .commerce-video-frame{max-height:72vh}
    .commerce-video-head h3{font-size:1.82rem}
    .commerce-video-head p{font-size:.94rem}
    .commerce-video-caption strong{font-size:1.05rem}
    .commerce-video-caption span{font-size:.86rem}
}
