/* TEMA 11 - Butik Moda | Rose pink (#be185d) + Soft pink + Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');
body.theme-tema11{--color-primary:#be185d;--color-secondary:#9d174d;--color-accent:#f472b6;--color-bg:#fff8fb;--color-surface:#ffffff;--color-surface2:#fce7f3;--color-text:#2d1b2e;--color-text-muted:#9f6b84;--color-border:#fecdd3;--font-display:'Playfair Display',serif;--font-sans:'Poppins',sans-serif;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--shadow-card:0 4px 16px rgba(190,24,93,0.08);--shadow-hover:0 12px 40px rgba(190,24,93,0.15);--transition:all 0.35s cubic-bezier(0.4,0,0.2,1);background-color:#fff8fb;color:#2d1b2e;font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased}
body.theme-tema11 *{box-sizing:border-box}
body.theme-tema11 h1,body.theme-tema11 h2,body.theme-tema11 h3,body.theme-tema11 h4{font-family:'Playfair Display',serif;color:#2d1b2e;font-weight:600}
body.theme-tema11 a{color:#be185d;text-decoration:none;transition:var(--transition)}
body.theme-tema11 a:hover{color:#9d174d}
body.theme-tema11 p{color:#9f6b84;line-height:1.65}
body.theme-tema11 .site-header{background:rgba(255,248,251,0.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #fecdd3;position:sticky;top:0;z-index:1000;transition:all 0.3s ease}
body.theme-tema11 .site-logo{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;font-style:italic;color:#be185d;letter-spacing:0.03em}
body.theme-tema11 .nav-link{color:#9f6b84 !important;font-size:0.8rem;font-weight:500;transition:all 0.3s ease;padding:8px 14px;border-radius:20px}
body.theme-tema11 .nav-link:hover{color:#be185d !important;background:rgba(190,24,93,0.06)}
body.theme-tema11 .btn-primary{background:linear-gradient(135deg,#be185d,#9d174d);color:#fff;border:none;font-weight:600;font-size:0.85rem;letter-spacing:0.03em;padding:12px 28px;border-radius:22px;cursor:pointer;transition:var(--transition);display:inline-block;box-shadow:0 4px 16px rgba(190,24,93,0.25)}
body.theme-tema11 .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(190,24,93,0.3)}
body.theme-tema11 .icon-btn{background:transparent;border:none;color:#9f6b84;padding:8px;cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center}
body.theme-tema11 .icon-btn:hover{color:#be185d;background:rgba(190,24,93,0.08);transform:scale(1.1)}
body.theme-tema11 #cart-count-badge{background:#be185d;color:#fff;font-size:0.6rem;font-weight:700;border-radius:50%;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
body.theme-tema11 .section-title{font-family:'Playfair Display',serif;font-size:2rem;font-weight:600;font-style:italic;color:#2d1b2e;text-align:center;position:relative;padding-bottom:24px;margin-bottom:40px}
body.theme-tema11 .section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#be185d,#f472b6);border-radius:99px}
body.theme-tema11 .product-card{background:#fff;border:1px solid #fecdd3;border-radius:20px;overflow:hidden;transition:var(--transition);position:relative;box-shadow:0 4px 16px rgba(190,24,93,0.08)}
body.theme-tema11 .product-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(190,24,93,0.15);border-color:#f472b6}
body.theme-tema11 .product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:all 0.3s ease}
body.theme-tema11 .product-card:hover img{transform:scale(1.04)}
body.theme-tema11 .product-card .card-body{padding:16px}
body.theme-tema11 .product-name{font-family:'Playfair Display',serif;font-size:0.95rem;font-weight:500;color:#2d1b2e;line-height:1.4;margin-bottom:8px}
body.theme-tema11 .product-price{font-size:1rem;font-weight:700;color:#be185d}
body.theme-tema11 .product-price .old-price{color:#9f6b84;text-decoration:line-through;font-size:0.8rem;margin-right:8px}
body.theme-tema11 .product-badge{background:linear-gradient(135deg,#be185d,#f472b6);color:#fff;font-size:0.6rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:4px 10px;border-radius:99px;position:absolute;top:12px;left:12px;z-index:2}
body.theme-tema11 .product-badge.badge-new{background:linear-gradient(135deg,#9333ea,#db2777)}
body.theme-tema11 .site-footer{background:#fce7f3;border-top:1px solid #fecdd3;color:#9f6b84;font-size:0.85rem;padding:40px 0 20px}
body.theme-tema11 .site-footer h5,body.theme-tema11 .site-footer h6{font-family:'Playfair Display',serif;font-size:0.95rem;color:#be185d;margin-bottom:16px}
body.theme-tema11 .site-footer a{color:#9f6b84;transition:color 0.2s}
body.theme-tema11 .site-footer a:hover{color:#be185d}
body.theme-tema11 .mobile-bottom-nav{background:rgba(255,248,251,0.97);backdrop-filter:blur(12px);border-top:1px solid #fecdd3}
body.theme-tema11 .mobile-nav-item{color:#9f6b84;font-size:0.65rem;font-weight:600;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;gap:4px}
body.theme-tema11 .mobile-nav-item.active,body.theme-tema11 .mobile-nav-item:hover{color:#be185d}
body.theme-tema11 .account-header{background:linear-gradient(180deg,#fce7f3 0%,#fff8fb 100%);border-bottom:1px solid #fecdd3;padding:40px 0;text-align:center}
body.theme-tema11 .account-avatar{width:85px;height:85px;border-radius:50%;border:3px solid #be185d;object-fit:cover;box-shadow:0 4px 16px rgba(190,24,93,0.2)}
body.theme-tema11 .account-name{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:600;font-style:italic;color:#2d1b2e;margin-top:12px}
body.theme-tema11 .account-email{color:#9f6b84;font-size:0.8rem}
body.theme-tema11 .account-stat-card{background:#fff;border:1px solid #fecdd3;border-radius:20px;padding:20px;text-align:center;transition:var(--transition)}
body.theme-tema11 .account-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(190,24,93,0.12)}
body.theme-tema11 .account-stat-card .stat-value{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:600;color:#be185d}
body.theme-tema11 .account-stat-card .stat-label{font-size:0.75rem;color:#9f6b84;margin-top:4px}
body.theme-tema11 .account-menu-item{background:#fff;border:1px solid #fecdd3;border-radius:18px;padding:14px 18px;color:#2d1b2e;display:flex;align-items:center;gap:12px;transition:var(--transition);cursor:pointer;font-size:0.85rem;font-weight:500;text-decoration:none;margin-bottom:8px}
body.theme-tema11 .account-menu-item:hover{border-color:#be185d;color:#be185d;background:rgba(190,24,93,0.04);transform:translateX(4px)}
body.theme-tema11 .account-section-title{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:600;font-style:italic;color:#2d1b2e;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #fecdd3}
body.theme-tema11 .account-order-card{background:#fff;border:1px solid #fecdd3;border-radius:18px;padding:16px 18px;margin-bottom:10px;transition:all 0.3s ease}
body.theme-tema11 .account-order-card:hover{border-color:#f472b6;box-shadow:0 6px 20px rgba(190,24,93,0.1)}
body.theme-tema11 .account-badge{background:rgba(190,24,93,0.1);color:#be185d;border:1px solid rgba(190,24,93,0.2);font-size:0.65rem;font-weight:600;padding:3px 10px;border-radius:99px}
body.theme-tema11 input,body.theme-tema11 select,body.theme-tema11 textarea{background:#fff;border:1px solid #fecdd3;color:#2d1b2e;border-radius:12px;padding:12px 16px;font-family:'Poppins',sans-serif;font-size:0.9rem;transition:all 0.3s ease;outline:none;width:100%}
body.theme-tema11 input:focus,body.theme-tema11 select:focus,body.theme-tema11 textarea:focus{border-color:#be185d;box-shadow:0 0 0 3px rgba(190,24,93,0.1)}
body.theme-tema11 label{font-size:0.75rem;font-weight:600;color:#9f6b84;margin-bottom:6px;display:block}
body.theme-tema11 ::-webkit-scrollbar{width:6px}
body.theme-tema11 ::-webkit-scrollbar-track{background:#fff8fb}
body.theme-tema11 ::-webkit-scrollbar-thumb{background:#be185d;border-radius:3px}
@media(max-width:768px){body.theme-tema11 .site-logo{font-size:1.2rem}body.theme-tema11 .section-title{font-size:1.5rem}body.theme-tema11 .btn-primary{padding:10px 22px}body.theme-tema11 .account-avatar{width:70px;height:70px}}
@media(max-width:480px){body.theme-tema11 .section-title{font-size:1.2rem}body.theme-tema11 .product-name{font-size:0.85rem}}
/* =======================================================
   NEW HOME SECTIONS — auto-appended
   Prefix: body.theme-tema11
======================================================= */

/* ── Scroll Reveal ── */
body.theme-tema11 .scroll-reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
body.theme-tema11 .scroll-reveal.visible{opacity:1;transform:none}
body.theme-tema11 .stagger-1{transition-delay:.04s}
body.theme-tema11 .stagger-2{transition-delay:.1s}
body.theme-tema11 .stagger-3{transition-delay:.16s}
body.theme-tema11 .stagger-4{transition-delay:.22s}

/* ── Section Header ── */
body.theme-tema11 .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.7rem;border-bottom:1px solid var(--color-border,rgba(0,0,0,.08))}
body.theme-tema11 .section-header-left{display:flex;flex-direction:column;gap:.15rem}
body.theme-tema11 .section-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary,#be185d);display:block}
body.theme-tema11 .section-header h2{margin:0;padding:0}
body.theme-tema11 .section-header h2.section-title{font-size:1.3rem;padding-bottom:0;margin-bottom:0;text-align:left}
body.theme-tema11 .section-header h2.section-title::after{display:none}
body.theme-tema11 .product-card .card-body{padding:10px 12px}
body.theme-tema11 .section-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--color-primary,#be185d);white-space:nowrap;transition:gap .2s ease,opacity .2s}
body.theme-tema11 .section-link:hover{gap:.55rem;opacity:.75}

/* ── Hero Grid ── */
body.theme-tema11 .hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:400px;overflow:hidden}
body.theme-tema11 .hero-grid.reverse .hero-grid-text{order:2}
body.theme-tema11 .hero-grid.reverse .hero-grid-image{order:1}
body.theme-tema11 .hero-grid-text{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:2.5rem 2.5rem;background:var(--color-bg,#0a0a0a);position:relative;overflow:hidden}
body.theme-tema11 .hero-grid-text::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(var(--color-primary-rgb,190,24,93),.07) 0%,transparent 65%);pointer-events:none}
body.theme-tema11 .hero-grid-label{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary,#be185d);display:inline-block}
body.theme-tema11 .hero-grid-title{font-family:var(--font-header,'Playfair Display',serif);font-size:clamp(1.7rem,3vw,3rem);font-weight:700;line-height:1.15;color:var(--color-text,#e8e0d0);margin:0}
body.theme-tema11 .hero-grid-sub{font-size:.9rem;line-height:1.65;color:var(--color-text-muted,#8a7d6a);margin:0;max-width:38ch}
body.theme-tema11 .hero-grid-image{position:relative;overflow:hidden;min-height:320px}
body.theme-tema11 .hero-grid-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 8s ease}
body.theme-tema11 .hero-grid:hover .hero-grid-image img{transform:scale(1.03)}
body.theme-tema11 .img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.15) 0%,transparent 70%);pointer-events:none}
@media(max-width:768px){
  body.theme-tema11 .hero-grid{grid-template-columns:1fr;min-height:auto}
  body.theme-tema11 .hero-grid-text{padding:2rem 1.25rem;order:2}
  body.theme-tema11 .hero-grid-image{min-height:220px;order:1}
  body.theme-tema11 .hero-grid.reverse .hero-grid-text{order:2}
  body.theme-tema11 .hero-grid.reverse .hero-grid-image{order:1}
}

/* ── Featured Section ── */
body.theme-tema11 .featured-section{padding:2.75rem 0;background:var(--color-surface,var(--color-bg))}
body.theme-tema11 .featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
@media(max-width:1280px){ body.theme-tema11 .featured-grid{grid-template-columns:repeat(4,1fr)} }
@media(max-width:1024px){ body.theme-tema11 .featured-grid{grid-template-columns:repeat(3,1fr)} }
@media(max-width:640px){  body.theme-tema11 .featured-grid{grid-template-columns:repeat(2,1fr);gap:.6rem} }
body.theme-tema11 .featured-card{position:relative;display:block;border-radius:var(--radius-md,6px);overflow:hidden;aspect-ratio:1/1;background:var(--color-surface2,#1a1a1a);cursor:pointer}
body.theme-tema11 .featured-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}
body.theme-tema11 .featured-card:hover img{transform:scale(1.06)}
body.theme-tema11 .featured-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.15) 45%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:.9rem;transition:background .35s}
body.theme-tema11 .featured-card:hover .featured-card-overlay{background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.28) 55%,transparent 100%)}
body.theme-tema11 .featured-badge{position:absolute;top:.6rem;left:.6rem;background:var(--color-primary,#be185d);color:#fff;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:2px}
body.theme-tema11 .featured-card-name{font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.3rem;text-shadow:0 1px 6px rgba(0,0,0,.5);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-tema11 .featured-card-price{font-size:.9rem;font-weight:700;color:var(--color-primary,#be185d)}

/* ── Campaign Section ── */
body.theme-tema11 .campaign-section{padding:2.75rem 0;background:var(--color-bg)}
body.theme-tema11 .campaign-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
@media(max-width:1280px){ body.theme-tema11 .campaign-grid{grid-template-columns:repeat(4,1fr)} }
@media(max-width:1024px){ body.theme-tema11 .campaign-grid{grid-template-columns:repeat(3,1fr)} }
@media(max-width:640px){  body.theme-tema11 .campaign-grid{grid-template-columns:1fr 1fr;gap:.6rem} }
body.theme-tema11 .campaign-widget{display:block;border-radius:var(--radius-md,8px);overflow:hidden;background:var(--color-surface,#111);border:1px solid var(--color-border,rgba(255,255,255,.07));transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}
body.theme-tema11 .campaign-widget:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.4)}
body.theme-tema11 .campaign-widget-img{position:relative;aspect-ratio:1/1;overflow:hidden}
body.theme-tema11 .campaign-widget-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.theme-tema11 .campaign-widget:hover .campaign-widget-img img{transform:scale(1.05)}
body.theme-tema11 .campaign-pulse{position:absolute;top:.55rem;right:.55rem;width:8px;height:8px;border-radius:50%;background:#ef4444}
body.theme-tema11 .campaign-pulse::after{content:'';position:absolute;inset:-4px;border-radius:50%;background:rgba(239,68,68,.3);animation:campPulse 1.6s ease-in-out infinite}
@keyframes campPulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.8);opacity:0}}
body.theme-tema11 .campaign-widget-body{padding:.7rem .85rem .85rem}
body.theme-tema11 .campaign-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ef4444;margin-bottom:.35rem}
body.theme-tema11 .campaign-widget-name{font-size:.82rem;font-weight:600;color:var(--color-text,#e8e0d0);line-height:1.3;margin-bottom:.45rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-tema11 .campaign-widget-prices{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
body.theme-tema11 .campaign-new-price{font-size:.92rem;font-weight:800;color:var(--color-primary,#be185d)}
body.theme-tema11 .campaign-old-price{font-size:.75rem;text-decoration:line-through;color:var(--color-text-muted,#8a7d6a)}
body.theme-tema11 .campaign-save-badge{font-size:.6rem;font-weight:800;background:#ef4444;color:#fff;padding:.12rem .4rem;border-radius:3px;letter-spacing:.04em}

/* ── Discount Section ── */
body.theme-tema11 .discount-section{padding:2.75rem 0;background:var(--color-surface,var(--color-bg))}
body.theme-tema11 .discount-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
@media(max-width:1280px){ body.theme-tema11 .discount-grid{grid-template-columns:repeat(4,1fr)} }
@media(max-width:1024px){ body.theme-tema11 .discount-grid{grid-template-columns:repeat(3,1fr)} }
@media(max-width:640px){  body.theme-tema11 .discount-grid{grid-template-columns:1fr 1fr;gap:.6rem} }
body.theme-tema11 .discount-card{display:block;border-radius:var(--radius-md,6px);overflow:hidden;background:var(--color-surface,#111);border:1px solid var(--color-border,rgba(255,255,255,.07));position:relative;transition:transform .28s,box-shadow .28s;cursor:pointer}
body.theme-tema11 .discount-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.38)}
body.theme-tema11 .discount-card-img{aspect-ratio:1/1;overflow:hidden}
body.theme-tema11 .discount-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.theme-tema11 .discount-card:hover .discount-card-img img{transform:scale(1.05)}
body.theme-tema11 .discount-pct-badge{position:absolute;top:.6rem;left:.6rem;background:#ef4444;color:#fff;font-size:.6rem;font-weight:800;padding:.2rem .45rem;border-radius:3px;letter-spacing:.05em;z-index:1}
body.theme-tema11 .discount-card-body{padding:.65rem .8rem .8rem}
body.theme-tema11 .discount-card-name{font-size:.8rem;font-weight:600;color:var(--color-text,#e8e0d0);line-height:1.3;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-tema11 .discount-card-prices{display:flex;align-items:center;gap:.4rem}
body.theme-tema11 .discount-price-new{font-size:.88rem;font-weight:800;color:#ef4444}
body.theme-tema11 .discount-price-old{font-size:.72rem;text-decoration:line-through;color:var(--color-text-muted,#8a7d6a)}

/* ── Popular & New Arrivals Sections ── */
body.theme-tema11 .popular-section{padding:2.75rem 0;background:var(--color-bg)}
body.theme-tema11 .new-arrivals-section{padding:2.75rem 0}
body.theme-tema11 .new-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
@media(max-width:1280px){ body.theme-tema11 .new-grid{grid-template-columns:repeat(4,1fr)} }
@media(max-width:1024px){ body.theme-tema11 .new-grid{grid-template-columns:repeat(3,1fr)} }
@media(max-width:640px){  body.theme-tema11 .new-grid{grid-template-columns:1fr 1fr;gap:.6rem} }

/* ── Footer ── */
body.theme-tema11 .site-footer{background:#fff0f6;border-top:1px solid rgba(190,24,93,.15);color:#831843;font-size:.82rem;padding:3rem 0 1.5rem}
body.theme-tema11 .site-footer h3,body.theme-tema11 .site-footer h5{font-family:'Playfair Display',serif;font-size:.95rem;color:#be185d;margin-bottom:1rem;font-weight:600}
body.theme-tema11 .site-footer a{color:#831843;transition:color .2s}
