:root{ --rose-900:#7f294d;--rose-800:#96385d;--rose-700:#aa486c;--rose-500:#cd7895; --rose-200:#f0c8d5;--rose-100:#f9edf1;--gold:#c8a15c;--gold-soft:#ead9b6; --ink:#171417;--muted:#6b6468;--line:#e8e2e5;--bg:#fff;--soft:#f8f6f7; --success:#1f7a4d;--danger:#b3261e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.promo{background:linear-gradient(90deg,var(--rose-900),var(--rose-700) 68%,var(--gold));color:#222;text-align:center;padding:11px 15px;font-size:13px;font-weight:800;letter-spacing:.35px}
.utility{height:37px;background:#f6f4f5;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;font-size:12px}
.utility .aud{display:flex;height:100%}.utility .aud a{padding:11px 16px}.utility .aud a.active{background:#fff;font-weight:800}
.mainhead{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:17px 4vw;border-bottom:1px solid var(--line);gap:16px}.mobile-menu{justify-self:start;background:#fff;border:0;font-size:24px;cursor:pointer}
.brand img{width:265px;max-width:34vw}

.icons{justify-self:end;display:flex;gap:18px;align-items:center;font-size:13px;font-weight:700}
.icons a{display:flex;flex-direction:column;align-items:center;gap:3px}.icons b{font-size:19px}
.nav{display:flex;gap:25px;padding:14px 4vw;border-bottom:1px solid var(--line);white-space:nowrap;overflow:auto;font-size:14px;font-weight:800;background:#fff;position:sticky;top:0;z-index:40}
.nav .sale{color:#d62d45}.nav .market{color:var(--rose-800)}
.slider{height:70vh;min-height:500px;position:relative;overflow:hidden}
.slide{position:absolute;inset:0;opacity:0;background-size:cover;background-position:center;animation:fade 18s infinite}
.slide:nth-child(2){animation-delay:6s}.slide:nth-child(3){animation-delay:12s}
.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.08))}
.slidecopy{position:absolute;left:7vw;bottom:18%;color:#222;max-width:650px;z-index:2}
.slidecopy h1{font-family:Georgia,serif;font-size:62px;line-height:1.02;margin:8px 0 18px}.slidecopy p{font-size:19px;line-height:1.6}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;text-transform:uppercase}
@keyframes fade{0%,28%{opacity:1;transform:scale(1)}33%,100%{opacity:0;transform:scale(1.04)}}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:0 24px;border:1px solid var(--ink);background:var(--ink);color:#222;font-weight:800;cursor:pointer}
.btn.light{background:#fff;color:#111;border-color:#222}.btn.rose{background:linear-gradient(90deg,var(--rose-800),var(--gold));border:0}.btn.outline{background:#fff;color:#111}
.usps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.usp{padding:20px;text-align:center;font-size:13px;font-weight:800;border-right:1px solid var(--line)}
.container{max-width:1450px;margin:auto;padding:58px 4vw}.narrow{max-width:900px}
.pagehero{background:linear-gradient(135deg,var(--rose-100),#f7f0e6);padding:70px 4vw;border-bottom:1px solid #eadfe2}.pagehero h1{font-family:Georgia,serif;font-size:50px;margin:0 0 12px}.pagehero p{max-width:760px;line-height:1.7;color:#554e52}
.sectionhead{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:18px}.sectionhead h2{font-size:29px;margin:0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{border:1px solid var(--line);background:#fff}.cardmedia{aspect-ratio:3/4;overflow:hidden;position:relative;background:#eee}.cardmedia img{width:100%;height:100%;object-fit:cover;transition:.3s}.card:hover img{transform:scale(1.025)}.cardbody{padding:15px}.brandname{font-weight:800;font-size:14px}.muted{color:var(--muted)}.price{font-weight:800;margin-top:7px}.badge{position:absolute;left:0;bottom:0;background:#fff;padding:7px 10px;font-size:11px;font-weight:800}.heart{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 2px 8px #0002}
.tilegrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.tile{min-height:360px;position:relative;overflow:hidden}.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tile:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.65))}.tilecopy{position:absolute;left:24px;bottom:24px;color:#222;z-index:2}.tilecopy h3{font-size:28px;margin:5px 0 10px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.panel{border:1px solid var(--line);background:#fff;padding:28px}.soft{background:var(--soft)}
.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{border:1px solid #d8cfd3;padding:13px;background:#fff}.field textarea{min-height:130px}
.notice{padding:15px;border-left:4px solid var(--rose-700);background:var(--rose-100);line-height:1.6}
.legal h2{margin-top:36px}.legal h3{margin-top:26px}.legal p,.legal li{line-height:1.75;color:#454045}
.shoplayout{display:grid;grid-template-columns:240px 1fr;gap:18px}.filters{border:1px solid var(--line);padding:18px;height:max-content}.filters h3{margin-top:0}.filters label{display:block;padding:8px 0;font-size:14px}
.productdetail{display:grid;grid-template-columns:1.15fr .85fr;gap:42px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gallery img{width:100%;aspect-ratio:3/4;object-fit:cover}.buybox{position:sticky;top:85px;height:max-content}.buybox h1{font-size:31px}.sizes{display:flex;gap:8px;flex-wrap:wrap}.size{border:1px solid #bbb;padding:10px 14px}.accordion details{border-top:1px solid var(--line);padding:16px 0}.accordion summary{font-weight:800;cursor:pointer}
.cartrow{display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.cartrow img{width:90px;height:115px;object-fit:cover}
.accountnav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.accountnav a{padding:11px 15px;border:1px solid var(--line)}.accountnav a.active{background:var(--ink);color:#222}
.marketbox{background:linear-gradient(135deg,var(--rose-100),#f5eddf);padding:45px;border:1px solid #eadbdf}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.step{background:#fff;padding:20px;border:1px solid #eadfe2}.step b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--rose-700),var(--gold));color:#222;margin-bottom:12px}
.cookie{position:fixed;inset:0;background:#0007;display:none;align-items:end;justify-content:center;z-index:100}.cookie.show{display:flex}.cookiebox{background:#fff;width:min(820px,100%);max-height:92vh;overflow:auto;padding:28px;border-radius:14px 14px 0 0}.cookieactions{display:flex;gap:10px;flex-wrap:wrap}.cookiecat{display:flex;justify-content:space-between;gap:25px;padding:14px 0;border-top:1px solid var(--line)}.toggle{width:48px;height:26px;border-radius:999px;background:#bbb;position:relative;cursor:pointer}.toggle:after{content:"";width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;transition:.2s}.toggle.on{background:var(--rose-700)}.toggle.on:after{left:25px}.toggle.locked{opacity:.7;cursor:not-allowed}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25d366;color:#222;border-radius:999px;padding:14px 18px;font-weight:800;box-shadow:0 8px 30px #0003;z-index:80}
footer{background:#f3f1f2;padding:52px 4vw 28px}.footergrid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}footer h4{font-size:13px;text-transform:uppercase}footer a{display:block;color:#5d565a;margin:10px 0;font-size:13px}.copy{max-width:1400px;margin:30px auto 0;border-top:1px solid #ddd;padding-top:20px;font-size:12px;color:#666}
.toast{position:fixed;right:20px;top:20px;background:#111;color:#222;padding:14px 18px;display:none;z-index:120}.toast.show{display:block}
@media(max-width:1050px){.mainhead{grid-template-columns:auto 1fr auto}.search{grid-column:1/-1;order:3}.cards{grid-template-columns:repeat(2,1fr)}.tilegrid{grid-template-columns:1fr 1fr}.tile:first-child{grid-column:1/-1}.shoplayout,.productdetail{grid-template-columns:1fr}.buybox{position:static}.steps{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.utility{display:none}.mainhead{padding:12px 16px;gap:10px}.brand img{width:155px;max-width:45vw}.icons{gap:10px}.icons span{display:none}.nav{padding-left:16px}.slider{height:65vh;min-height:470px}.slidecopy{left:22px;right:22px;bottom:14%}.slidecopy h1{font-size:40px}.usps{grid-template-columns:1fr}.usp{border-right:0;border-bottom:1px solid var(--line)}.container{padding:28px 16px}.pagehero{padding:50px 18px}.pagehero h1{font-size:38px}.tilegrid,.grid2,.grid3,.formgrid,.footergrid{grid-template-columns:1fr}.tile:first-child{grid-column:auto}.cards{gap:10px}.marketbox{padding:28px 18px}.steps{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.cartrow{grid-template-columns:70px 1fr}.cartrow>:last-child{grid-column:2}.cookiebox{padding:22px 18px}} .slide:first-child{opacity:1}
.spa-page{display:none}.spa-page.active{display:block}
.nav a.active,.utility .aud a.active{color:var(--rose-800)}
.mobile-menu{display:none}
@media(max-width:650px){ .mobile-menu{display:block;background:#fff;border:0;font-size:24px} .mainhead{grid-template-columns:auto 1fr auto} .brand{justify-self:center} .icons a:nth-child(-n+2){display:none}
} .seller-hero{background:linear-gradient(135deg,#fff,#f7edf1);border-bottom:1px solid var(--line)}
.seller-grid{display:grid;grid-template-columns:240px 1fr;gap:26px}
.seller-sidebar{border:1px solid var(--line);background:#fff;height:max-content;position:sticky;top:80px}
.seller-sidebar a{display:block;padding:14px 16px;border-bottom:1px solid var(--line);font-weight:700}
.seller-sidebar a.active{background:var(--rose-100);color:var(--rose-900)}
.statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.stat{border:1px solid var(--line);padding:20px;background:#fff}
.stat small{color:var(--muted);display:block}
.stat strong{display:block;font-size:30px;margin-top:8px}
.status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}
.status.pending{background:#fff2cc;color:#7a5b00}
.status.review{background:#e8efff;color:#254e9b}
.status.live{background:#e5f6ec;color:#17633c}
.status.rejected{background:#fde8e8;color:#9b1c1c}
.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}
.plan{border:1px solid var(--line);padding:24px;background:#fff;position:relative}
.plan.featured{border:2px solid var(--rose-700);box-shadow:0 12px 32px rgba(127,41,77,.08)}
.plan .tag{position:absolute;right:14px;top:14px;background:var(--rose-700);color:#222;padding:5px 8px;font-size:11px;font-weight:800}
.plan ul{padding-left:18px;line-height:1.8}
.progress{height:10px;background:#eee;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--rose-800),var(--gold))}
.message-list{display:grid;gap:12px}.message{border:1px solid var(--line);padding:16px;background:#fff}
@media(max-width:1000px){.seller-grid{grid-template-columns:1fr}.seller-sidebar{position:static}.statgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.statgrid{grid-template-columns:1fr}.table{display:block;overflow:auto}}

.shop-search{display:flex;gap:10px;margin-bottom:20px}
.shop-search input{flex:1;height:46px;border:1px solid #d8cfd3;padding:0 14px}
.filter-group{border-top:1px solid var(--line);padding-top:16px;margin-top:16px}
.filter-group:first-child{border-top:0;padding-top:0;margin-top:0}
.filter-group h4{margin:0 0 10px;font-size:14px}
.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.size-option{border:1px solid #d8cfd3;background:#fff;padding:9px 6px;text-align:center;font-size:12px;cursor:pointer}
.size-option:hover,.size-option.active{border-color:var(--rose-700);background:var(--rose-100);color:var(--rose-900)}
.filter-section{display:none}.filter-section.active{display:block}
.filter-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:14px}
.filter-tab{border:1px solid #d8cfd3;background:#fff;padding:9px 5px;font-size:12px;font-weight:700;cursor:pointer}
.filter-tab.active{background:var(--rose-800);color:#222;border-color:var(--rose-800)}
.range-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.range-row input{width:100%;padding:10px;border:1px solid #d8cfd3}
.filter-actions{display:grid;gap:8px;margin-top:10px}

.model-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.model-card{border:1px solid var(--line);background:#fff;padding:24px;cursor:pointer;position:relative;transition:.2s}
.model-card:hover,.model-card.selected{border-color:var(--rose-700);box-shadow:0 10px 28px rgba(127,41,77,.10)}
.model-card.selected:after{content:"✓";position:absolute;right:14px;top:12px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--rose-700);color:#222;font-weight:800}
.model-card h3{margin:8px 0}
.model-card ul{padding-left:18px;line-height:1.7}
.submit-gate{display:none}
.submit-gate.active{display:block}
.dynamic-fields{display:none}
.dynamic-fields.active{display:contents}
.info-box{background:#f9f1f4;border-left:4px solid var(--rose-700);padding:14px 16px;line-height:1.6}
.form-section{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;margin-top:8px}
.form-section h3{margin:0 0 14px}
.requirement-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.requirement{border:1px solid var(--line);padding:14px;background:#fff}
@media(max-width:900px){.model-selector,.requirement-grid{grid-template-columns:1fr}}

.small-selling-note{
  margin-top:12px;
  font-size:12px;
  line-height:1.6;
  color:#6d6066;
  font-style:italic;
}
.small-selling-note b{
  color:#4a3a41;
}


.drop-hero{background:linear-gradient(135deg,#1f1118,#7f294d 58%,#c8a15c);color:#222;padding:48px 4vw}
.drop-hero h1{font-family:Georgia,serif;font-size:54px;margin:0 0 14px}
.drop-hero p{max-width:760px;line-height:1.7;color:#f7eaf0}
.drop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.drop-card{position:relative;overflow:hidden;min-height:420px;background:#111;color:#222}
.drop-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.drop-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(0,0,0,.78))}
.drop-copy{position:absolute;left:22px;right:22px;bottom:22px;z-index:2}
.drop-copy h3{font-size:26px;margin:6px 0 10px}
.drop-copy p{color:#555;line-height:1.5}
.drop-label{font-size:11px;letter-spacing:1.5px;font-weight:800}
.video-drop{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center;background:#111;color:#222}
.video-frame{min-height:460px;position:relative;overflow:hidden}
.video-frame img{width:100%;height:100%;min-height:460px;object-fit:cover}
.video-badge{position:absolute;left:20px;top:20px;background:#fff;color:#111;padding:9px 12px;font-size:12px;font-weight:800}
.video-copy{padding:28px}
.countdown{display:flex;gap:10px;margin:20px 0}
.countdown span{background:#fff;color:#111;padding:13px 16px;min-width:70px;text-align:center;font-weight:800}
.social-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.social-item{border:1px solid var(--line);background:#fff;overflow:hidden}
.social-item img{width:100%;aspect-ratio:1/1.2;object-fit:cover}
.social-item div{padding:14px}
.creator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.creator{background:#fff;border:1px solid var(--line);padding:18px;text-align:center}
.creator img{width:110px;height:110px;border-radius:50%;object-fit:cover;margin:0 auto 12px}
.live-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#e32636;margin-right:7px}
@media(max-width:1000px){.drop-grid{grid-template-columns:1fr 1fr}.video-drop{grid-template-columns:1fr}.social-strip,.creator-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.drop-grid,.social-strip,.creator-grid{grid-template-columns:1fr}.drop-hero h1{font-size:40px}.video-copy{padding:28px 20px}}


.hero-slider{position:relative;height:78vh;min-height:540px;overflow:hidden;background:#111;margin:0;left:50%;transform:translateX(-50%);width:100vw;border-radius:0}
.hero-slide{position:absolute;inset:0;opacity:0;animation:heroFade 18s infinite;background-size:cover;background-position:center}
.hero-slide:nth-child(1){animation-delay:0s;background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1600&q=80')}
.hero-slide:nth-child(2){animation-delay:6s;background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1600&q=80')}
.hero-slide:nth-child(3){animation-delay:12s;background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1600&q=80')}
@keyframes heroFade{0%,28%{opacity:1}33%,100%{opacity:0}}
.hero-content{position:absolute;left:8vw;bottom:8vh;color:#222;max-width:680px;z-index:2}
.hero-content h1{font-size:64px;margin:0 0 18px;font-family:Georgia,serif}
.hero-content p{font-size:22px;line-height:1.6}
.hero-content .btn{margin-top:10px}


.fashion-basar-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(27,15,21,.76) 0%,rgba(49,20,34,.56) 48%,rgba(25,14,20,.18) 100%),
    url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=2000&q=88') center/cover no-repeat;
  color:#222;
}
.fashion-basar-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.24));
}
.fashion-basar-copy{
  position:relative;
  z-index:2;
  max-width:820px;
  padding:70px 6vw;
}
.fashion-basar-copy h1{
  font-family:Georgia,serif;
  font-size:64px;
  line-height:1.03;
  margin:10px 0 18px;
}
.fashion-basar-copy p{
  max-width:720px;
  font-size:20px;
  line-height:1.65;
  color:#f7eef2;
}
.fashion-basar-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.fashion-basar-trust{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:24px;
  font-size:13px;
  font-weight:800;
}
.fashion-basar-trust span{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.26);
  padding:9px 12px;
  backdrop-filter:blur(6px);
}
@media(max-width:700px){
  .fashion-basar-hero{min-height:500px;background-position:60% center}
  .fashion-basar-copy{padding:52px 20px}
  .fashion-basar-copy h1{font-size:42px}
  .fashion-basar-copy p{font-size:17px}
}


.fashion-basar-slider{
  position:relative;
  min-height:610px;
  overflow:hidden;
  background:#171217;
  color:#222;
}
.fashion-basar-slide{
  position:absolute;
  inset:0;
  opacity:0;
  animation:basarFade 24s infinite;
  background-size:cover;
  background-position:center;
}
.fashion-basar-slide:nth-child(1){
  animation-delay:0s;
  background-image:
    linear-gradient(90deg,rgba(28,15,21,.78),rgba(28,15,21,.22)),
    url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=2100&q=90');
}
.fashion-basar-slide:nth-child(2){
  animation-delay:6s;
  background-image:
    linear-gradient(90deg,rgba(20,17,24,.78),rgba(20,17,24,.20)),
    url('https://images.unsplash.com/photo-1506629082955-511b1aa562c8?auto=format&fit=crop&w=2100&q=90');
}
.fashion-basar-slide:nth-child(3){
  animation-delay:12s;
  background-image:
    linear-gradient(90deg,rgba(42,22,29,.78),rgba(42,22,29,.18)),
    url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=2100&q=90');
}
.fashion-basar-slide:nth-child(4){
  animation-delay:18s;
  background-image:
    linear-gradient(90deg,rgba(31,21,17,.80),rgba(31,21,17,.20)),
    url('https://images.unsplash.com/photo-1519457431-44ccd64a579b?auto=format&fit=crop&w=2100&q=90');
}
.fashion-basar-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.28));
}
.fashion-basar-slidecopy{
  position:absolute;
  z-index:2;
  left:7vw;
  bottom:12%;
  max-width:760px;
}
.fashion-basar-slidecopy h1{
  font-family:Georgia,serif;
  font-size:62px;
  line-height:1.03;
  margin:10px 0 18px;
}
.fashion-basar-slidecopy p{
  max-width:700px;
  font-size:19px;
  line-height:1.65;
  color:#f7eef2;
}
.fashion-basar-dots{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:5;
}
.fashion-basar-dots span{
  width:11px;
  height:11px;
  border-radius:50%;
  background:rgba(255,255,255,.48);
}
.fashion-basar-dots span:first-child{background:#fff}
@keyframes basarFade{
  0%,22%{opacity:1;transform:scale(1)}
  25%,100%{opacity:0;transform:scale(1.035)}
}
@media(max-width:700px){
  .fashion-basar-slider{min-height:540px}
  .fashion-basar-slidecopy{left:20px;right:20px;bottom:14%}
  .fashion-basar-slidecopy h1{font-size:40px}
  .fashion-basar-slidecopy p{font-size:16px}
}


.price-tax{display:block;font-size:11px;color:#756b70;margin-top:4px}
.catalog-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 24px}
.catalog-tabs a{padding:10px 14px;border:1px solid #d8cfd3;background:#fff;font-size:13px;font-weight:700}
.catalog-tabs a.active{background:var(--rose-800);color:#222;border-color:var(--rose-800)}
.product-desc{font-size:12px;line-height:1.5;color:#655c61;margin-top:7px}
.product-details{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px;font-size:12px;color:#5d5559}
.color-row,.size-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}
.color-dot{width:19px;height:19px;border-radius:50%;border:1px solid #aaa;box-shadow:0 0 0 2px #fff inset}
.size-chip{border:1px solid #d8cfd3;background:#fff;padding:5px 8px;font-size:11px}
.catalog-section{margin-top:28px}
.catalog-section h2{margin-bottom:7px}
.catalog-subtitle{color:var(--muted);margin-bottom:20px}
@media(max-width:650px){.product-details{grid-template-columns:1fr}}


.shop-layout{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
.shop-filter{
  position:sticky;
  top:18px;
  background:#fff;
  border:1px solid #e5dfe2;
  padding:20px;
  box-shadow:0 8px 24px rgba(54,32,43,.05);
}
.shop-filter h3{margin:0 0 14px}
.shop-filter .group{
  margin-top:18px;
  padding-top:15px;
  border-top:1px solid #eee;
}
.shop-filter label{
  display:block;
  margin:8px 0;
  font-size:13px;
}
.shop-filter input[type="text"],
.shop-filter input[type="number"],
.shop-filter select{
  width:100%;
  padding:11px;
  border:1px solid #d8cfd3;
  background:#fff;
}
.filter-tabs{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
}
.filter-tabs button{
  border:1px solid #d8cfd3;
  background:#fff;
  padding:9px 6px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.filter-tabs button.active{
  background:var(--rose-800);
  color:#222;
  border-color:var(--rose-800);
}
.filter-size-section{display:none}
.filter-size-section.active{display:block}
.size-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  margin-top:8px;
}
.size-grid button{
  border:1px solid #d8cfd3;
  background:#fff;
  padding:7px 4px;
  font-size:11px;
  cursor:pointer;
}
.size-grid button.active{
  background:var(--rose-100);
  border-color:var(--rose-700);
  color:var(--rose-900);
}
.color-filter{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:9px;
}
.color-filter button{
  width:23px;
  height:23px;
  border-radius:50%;
  border:1px solid #aaa;
  cursor:pointer;
}
.filter-price{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.filter-actions{
  display:grid;
  gap:9px;
  margin-top:20px;
}
@media(max-width:950px){
  .shop-layout{grid-template-columns:1fr}
  .shop-filter{position:static}
}


.filter-chip-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:7px;
  margin-top:9px;
}
.filter-chip{
  border:1px solid #d8cfd3;
  background:#fff;
  padding:9px 7px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  text-align:center;
}
.filter-chip.active{
  background:var(--rose-100);
  border-color:var(--rose-700);
  color:var(--rose-900);
}
.filter-accordion details{
  border-top:1px solid #eee;
  padding:12px 0;
}
.filter-accordion details:first-child{border-top:0}
.filter-accordion summary{
  cursor:pointer;
  font-weight:800;
  font-size:13px;
}
.filter-options{
  display:grid;
  gap:8px;
  margin-top:10px;
}
.filter-options.two-col{
  grid-template-columns:1fr 1fr;
}
.filter-count{
  float:right;
  font-size:11px;
  color:#877a81;
  font-weight:400;
}


/* Kompaktere Gesamtstruktur */
.container{
  padding-top:34px !important;
  padding-bottom:34px !important;
}
.pagehero{
  padding-top:42px !important;
  padding-bottom:42px !important;
}
.sectionhead{
  margin-bottom:16px !important;
}
.sectionhead h2{
  margin-bottom:0 !important;
}
.catalog-section{
  margin-top:18px !important;
}
.cards{
  gap:14px !important;
}
.grid2,.grid3,.grid4{
  gap:16px !important;
}
.tilegrid{
  gap:10px !important;
}
.panel{
  padding:22px !important;
}
.marketbox{
  padding:30px !important;
}
.usps .usp{
  padding-top:15px !important;
  padding-bottom:15px !important;
}
.hero-slider{
  margin-top:0 !important;
  margin-bottom:18px !important;
}
.slider,
.fashion-basar-slider{
  margin-bottom:18px !important;
}
.drop-hero{
  padding-top:42px !important;
  padding-bottom:42px !important;
}
.drop-grid{
  gap:14px !important;
}
.video-drop{
  gap:16px !important;
}
.story-copy,
.video-copy{
  padding:28px !important;
}
.accountnav{
  margin-bottom:16px !important;
}
.form-section{
  padding-top:16px !important;
  margin-top:4px !important;
}
.formgrid{
  gap:13px !important;
}
.field{
  gap:5px !important;
}
.shop-layout{
  gap:18px !important;
}
.shop-filter{
  padding:16px !important;
}
.shop-filter .group{
  margin-top:14px !important;
  padding-top:12px !important;
}
.filter-accordion details{
  padding:10px 0 !important;
}
.filter-actions{
  margin-top:14px !important;
}
.productdetail{
  gap:28px !important;
}
.footergrid{
  gap:22px !important;
}
footer{
  padding-top:38px !important;
  padding-bottom:24px !important;
}
.copy{
  margin-top:20px !important;
}
@media(max-width:650px){
  .container{
    padding-top:26px !important;
    padding-bottom:26px !important;
  }
  .pagehero{
    padding-top:32px !important;
    padding-bottom:32px !important;
  }
  .panel{
    padding:18px !important;
  }
  .marketbox{
    padding:22px !important;
  }
}


/* Spezialeffekte für Hauptmenü */
.nav{
  gap:10px !important;
  align-items:center;
}
.nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  overflow:hidden;
  transition:
    color .25s ease,
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}
.nav a::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(127,41,77,.10),rgba(200,161,92,.18));
  opacity:0;
  transform:scale(.82);
  border-radius:999px;
  transition:opacity .25s ease,transform .25s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:6px;
  height:2px;
  background:linear-gradient(90deg,var(--rose-800),var(--gold));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
}
.nav a:hover{
  color:var(--rose-900);
  transform:translateY(-2px);
  box-shadow:0 7px 18px rgba(127,41,77,.10);
}
.nav a:hover::before{
  opacity:1;
  transform:scale(1);
}
.nav a:hover::after{
  transform:scaleX(1);
}
.nav a span,
.nav a{
  z-index:1;
}
.nav a.market{
  color:var(--rose-800);
}
.nav a.sale{
  color:#c51f3a;
}
.nav a.sale:hover{
  color:#222;
  background:linear-gradient(90deg,#b71f3c,#d45b78);
}
.nav a.sale:hover::before,
.nav a.sale:hover::after{
  display:none;
}
.nav a:active{
  transform:translateY(0) scale(.98);
}
@media(max-width:900px){
  .nav a{
    padding:9px 12px;
  }
}


.account-current{
  border:1px solid var(--line);
  background:linear-gradient(135deg,#fff,#f9edf1);
  padding:24px;
  margin-bottom:18px;
}
.account-current-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.account-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  background:var(--rose-100);
  color:var(--rose-900);
  font-size:12px;
  font-weight:800;
}
.account-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.upgrade-box{
  border:1px solid var(--line);
  background:#fff;
  padding:20px;
}
.upgrade-box h3{margin-top:0}
.account-commerce{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  margin-top:20px;
}
.account-shop-card{
  border:1px solid var(--line);
  background:#fff;
  padding:22px;
}
.account-shop-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:16px;
}
.account-shop-links a{
  border:1px solid var(--line);
  padding:14px;
  text-align:center;
  font-weight:700;
  background:#fff;
}
.account-mini-cart{
  border:1px solid var(--line);
  background:#fff;
  padding:22px;
}
.mini-cart-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
  font-size:13px;
}
.plan-switcher{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:16px;
}
.plan-switcher .plan{
  padding:18px;
}
@media(max-width:900px){
  .account-commerce{grid-template-columns:1fr}
  .plan-switcher{grid-template-columns:1fr}
  .account-shop-links{grid-template-columns:1fr}
  .account-current-top{display:block}
}


/* Skalierbarkeit und kompakte Verwaltung */
.catalog-summary{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  margin-bottom:12px;
  flex-wrap:wrap;
}
.catalog-summary .count{
  font-size:13px;
  color:var(--muted);
}
.catalog-pagination{
  display:flex;
  justify-content:center;
  gap:6px;
  margin:18px 0 4px;
}
.catalog-pagination button{
  border:1px solid var(--line);
  background:#fff;
  padding:8px 11px;
  cursor:pointer;
}
.catalog-pagination button.active{
  background:var(--rose-800);
  color:#222;
  border-color:var(--rose-800);
}
.backend-grid{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:16px;
}
.backend-sidebar{
  background:#171417;
  color:#222;
  padding:14px;
  height:max-content;
  position:sticky;
  top:70px;
}
.backend-sidebar a{
  display:block;
  padding:10px;
  color:#555;
  border-radius:5px;
  font-size:13px;
}
.backend-sidebar a.active,
.backend-sidebar a:hover{
  background:linear-gradient(90deg,#f3e4eb,#f7eedf);
  color:#222;
}
.backend-main{
  min-width:0;
}
.backend-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.backend-stat{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
}
.backend-stat small{color:var(--muted)}
.backend-stat strong{
  display:block;
  font-size:25px;
  margin-top:5px;
}
.backend-toolbar{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.backend-toolbar input,
.backend-toolbar select{
  padding:9px;
  border:1px solid #d8cfd3;
  min-width:150px;
}
.backend-table-wrap{
  overflow:auto;
}
.backend-table{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.backend-table th,
.backend-table td{
  padding:9px;
  border-bottom:1px solid var(--line);
  text-align:left;
  white-space:nowrap;
}
.backend-status{
  display:inline-block;
  padding:5px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
}
.backend-status.live{background:#e6f6ec;color:#17643c}
.backend-status.review{background:#e9efff;color:#28519b}
.backend-status.draft{background:#fff1cc;color:#765a00}
.backend-status.archived{background:#eee;color:#666}
.mobile-main-only{
  display:none;
}
@media(max-width:900px){
  .nav a:not([href="#shop"]):not([href="#marketplace"]):not([href="#drops"]){
    display:none!important;
  }
  .backend-grid{grid-template-columns:1fr}
  .backend-sidebar{
    position:static;
    display:flex;
    gap:6px;
    overflow:auto;
  }
  .backend-sidebar a{white-space:nowrap}
  .backend-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .backend-stats{grid-template-columns:1fr}
}


.direct-buy-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.direct-buy-note{
  margin-top:10px;
  font-size:12px;
  color:var(--muted);
  line-height:1.5;
}
.checkout-account-box{
  border:1px solid var(--line);
  background:#fff;
  padding:20px;
  margin-top:18px;
}
.checkout-account-box h3{margin-top:0}
.checkout-account-box .field{margin-bottom:10px}
.checkout-account-box input{
  width:100%;
  padding:11px;
  border:1px solid #d8cfd3;
}


/* Bereinigter Verkaufsmodell-Bereich */
.marketbox > .sectionhead + .notice,
.marketbox > .notice:first-child{
  margin-top:0!important;
}
.marketbox .direct-buy-actions{
  margin-top:12px;
}
.marketbox + .container,
.container + .container{
  margin-top:0;
}


.managed-onboarding{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.managed-step{
  border:1px solid var(--line);
  background:#fff;
  padding:18px;
}
.managed-step.active{
  border-color:var(--rose-700);
  box-shadow:0 8px 24px rgba(127,41,77,.08);
}
.article-list{
  display:grid;
  gap:12px;
}
.article-entry{
  border:1px solid var(--line);
  background:#fff;
  padding:16px;
}
.article-entry-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}
.article-entry-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.article-entry-grid .full{
  grid-column:1/-1;
}
.article-entry input,
.article-entry select,
.article-entry textarea{
  width:100%;
  padding:10px;
  border:1px solid #d8cfd3;
  background:#fff;
}
.article-entry textarea{
  min-height:90px;
}
.photo-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.photo-slot{
  border:1px dashed #cdbfc5;
  padding:10px;
  background:#faf8f9;
}
.photo-slot small{
  display:block;
  color:var(--muted);
  margin-top:5px;
}
.managed-summary{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  padding:14px;
  background:var(--rose-100);
  border-left:4px solid var(--rose-700);
  margin-bottom:14px;
}
.article-counter{
  font-weight:800;
  color:var(--rose-900);
}
@media(max-width:1000px){
  .article-entry-grid{grid-template-columns:1fr 1fr}
  .photo-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .managed-onboarding,
  .article-entry-grid,
  .photo-grid{grid-template-columns:1fr}
}


.free-plan-details{
  margin-top:14px;
  padding:16px;
  background:#fff;
  border:1px solid var(--line);
}
.free-plan-details h4{margin:0 0 8px}
.free-plan-details p,
.free-plan-details li{
  font-size:13px;
  line-height:1.65;
}
.relist-table{
  width:100%;
  border-collapse:collapse;
  margin-top:12px;
  font-size:13px;
}
.relist-table th,
.relist-table td{
  padding:10px;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.relist-table th:last-child,
.relist-table td:last-child{
  text-align:right;
}
.relist-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.seller-balance{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}
.seller-balance .panel{margin:0}
@media(max-width:760px){
  .seller-balance{grid-template-columns:1fr}
}


.customer-dashboard{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:16px;
}
.customer-sidebar{
  background:#f7f3f5;
  color:#222;
  padding:14px;
  height:max-content;
  position:sticky;
  top:70px;
}
.customer-sidebar a{
  display:block;
  padding:10px;
  color:#555;
  border-radius:6px;
  font-size:13px;
}
.customer-sidebar a.active,
.customer-sidebar a:hover{
  background:linear-gradient(90deg,#f3e4eb,#f7eedf);
  color:#222;
}
.customer-main{min-width:0}
.customer-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.customer-stat{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
}
.customer-stat small{color:var(--muted)}
.customer-stat strong{
  display:block;
  font-size:25px;
  margin-top:5px;
}
.order-card{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
  margin-top:10px;
}
.order-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.order-products{
  display:grid;
  gap:8px;
}
.order-product{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:10px;
  align-items:center;
  padding:8px 0;
  border-top:1px solid var(--line);
}
.order-product:first-child{border-top:0}
.order-product img{
  width:64px;
  height:80px;
  object-fit:cover;
}
.customer-quicklinks{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}
.customer-quicklinks a{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
  text-align:center;
  font-weight:700;
}
.header-actions .customer-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
}
@media(max-width:900px){
  .customer-dashboard{grid-template-columns:1fr}
  .customer-sidebar{
    position:static;
    display:flex;
    overflow:auto;
    gap:6px;
  }
  .customer-sidebar a{white-space:nowrap}
  .customer-stats{grid-template-columns:repeat(2,1fr)}
  .customer-quicklinks{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .customer-stats{grid-template-columns:1fr}
  .customer-quicklinks{grid-template-columns:1fr}
  .order-product{grid-template-columns:52px 1fr}
  .order-product > :last-child{grid-column:2}
}


.seller-payments-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:16px;
}
.payment-item{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
  margin-top:10px;
}
.payment-item-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.payment-summary{
  border:1px solid var(--line);
  background:#fff;
  padding:18px;
}
.customer-cart-note{
  padding:12px;
  background:#f8f5f6;
  border-left:4px solid var(--rose-700);
  margin-bottom:14px;
  font-size:13px;
}
@media(max-width:850px){
  .seller-payments-grid{grid-template-columns:1fr}
}


.managed-offer{
  border:2px solid var(--rose-700)!important;
  box-shadow:0 14px 34px rgba(127,41,77,.10);
}
.managed-offer .managed-lead{
  font-size:14px;
  line-height:1.65;
  margin:10px 0 14px;
}
.managed-offer .managed-included{
  background:#fbf6f8;
  border-left:4px solid var(--rose-700);
  padding:14px 16px;
  margin:14px 0;
}
.managed-offer .managed-included h4,
.managed-offer .managed-ideal h4{
  margin:0 0 9px;
}
.managed-offer .managed-included ul,
.managed-offer .managed-ideal ul{
  margin:0;
  padding-left:19px;
  line-height:1.75;
  font-size:13px;
}
.managed-offer .managed-ideal{
  border-top:1px solid var(--line);
  padding-top:14px;
  margin-top:14px;
}
.managed-value{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:14px 0;
}
.managed-value div{
  border:1px solid var(--line);
  background:#fff;
  padding:10px;
  font-size:12px;
  text-align:center;
  font-weight:700;
}
@media(max-width:700px){
  .managed-value{grid-template-columns:1fr}
}


.managed-relist{
  margin-top:16px;
  border-top:1px solid var(--line);
  padding-top:16px;
}
.managed-relist table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  font-size:13px;
}
.managed-relist th,.managed-relist td{
  border-bottom:1px solid var(--line);
  padding:8px;
  text-align:left;
}
.managed-relist th:last-child,.managed-relist td:last-child{
  text-align:right;
}


.managed-final-offer{
  border:2px solid var(--rose-700)!important;
  box-shadow:0 14px 34px rgba(127,41,77,.10);
}
.managed-final-offer .offer-block{
  border-top:1px solid var(--line);
  padding-top:14px;
  margin-top:14px;
}
.managed-final-offer .offer-block:first-of-type{
  border-top:0;
  padding-top:0;
}
.managed-final-offer .offer-block h4{
  margin:0 0 9px;
}
.managed-final-offer .offer-block p,
.managed-final-offer .offer-block li{
  font-size:13px;
  line-height:1.65;
}
.managed-final-offer ul{
  padding-left:18px;
  margin:8px 0 0;
}
.managed-final-offer .social-share-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:10px;
}
.managed-final-offer .social-share-grid span{
  border:1px solid var(--line);
  padding:9px 8px;
  text-align:center;
  font-size:12px;
  font-weight:700;
  background:#fff;
}
.managed-final-offer .offer-highlight{
  background:#fbf6f8;
  border-left:4px solid var(--rose-700);
  padding:13px 15px;
}
.managed-final-offer .share-link-demo{
  padding:11px;
  border:1px solid var(--line);
  background:#fff;
  font-family:monospace;
  font-size:12px;
  margin-top:10px;
  word-break:break-all;
}
@media(max-width:700px){
  .managed-final-offer .social-share-grid{grid-template-columns:repeat(2,1fr)}
}


.seller-article-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.activation-box{
  margin-top:12px;
  padding:12px;
  border:1px solid var(--line);
  background:#faf7f8;
}
.activation-box label{
  display:block;
  margin:7px 0;
  font-size:12px;
  line-height:1.5;
}
.expiry-countdown{
  display:inline-flex;
  gap:5px;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  background:#fff3d8;
  color:#7b5900;
  font-size:11px;
  font-weight:800;
}
.expiry-countdown.active{
  background:#e6f6ec;
  color:#17643c;
}
.article-status-line{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.activation-modal{
  position:fixed;
  inset:0;
  background:rgba(20,14,18,.58);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:999;
}
.activation-modal.open{display:flex}
.activation-dialog{
  width:min(680px,100%);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  border-radius:10px;
  padding:22px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.activation-dialog h2{margin-top:0}
.activation-dialog .field{margin-bottom:12px}
.activation-dialog .field label{display:block;margin-bottom:5px;font-weight:700}
.activation-dialog input,
.activation-dialog select,
.activation-dialog textarea{
  width:100%;
  padding:10px;
  border:1px solid #d8cfd3;
}
.activation-summary{
  padding:12px;
  background:#f8f4f6;
  border-left:4px solid var(--rose-700);
  margin:12px 0;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:700px){
  .seller-article-actions{display:grid;grid-template-columns:1fr}
}


/* Kompaktere Abstände im gesamten Prototyp */
.container{padding-top:18px!important;padding-bottom:18px!important}
.pagehero{padding-top:34px!important;padding-bottom:34px!important}
.sectionhead{margin-bottom:10px!important}
.panel{padding:18px!important;margin-top:10px!important}
.grid2,.grid3,.grid4,.cards{gap:10px!important}
.account-current,.upgrade-box,.account-commerce{margin-top:10px!important;margin-bottom:10px!important}
.plan-switcher{gap:10px!important;margin-top:10px!important}
.plan-switcher .plan{padding:16px!important}
.offer-block{padding-top:10px!important;margin-top:10px!important}
.managed-value{gap:6px!important;margin:10px 0!important}
.managed-final-offer ul,.free-plan-details ul{margin-top:6px!important}
.free-plan-details{margin-top:10px!important;padding:12px!important}
.relist-table{margin-top:8px!important}
.account-actions,.direct-buy-actions{margin-top:10px!important}
.customer-dashboard,.seller-payments-grid,.backend-grid{gap:10px!important}
footer{margin-top:14px!important;padding-top:24px!important}
@media(max-width:700px){
  .container{padding-top:14px!important;padding-bottom:14px!important}
  .pagehero{padding-top:26px!important;padding-bottom:26px!important}
  .panel{padding:14px!important}
}


.current-plan-banner{
  margin-bottom:16px;
  padding:16px;
  border:2px solid var(--rose-700);
  background:#fbf6f8;
  border-radius:10px;
}
.current-plan-banner h3{margin:0 0 6px}
.plan.active-plan{display:none!important;}


.active-plan-status{border:2px solid var(--rose-700);background:linear-gradient(135deg,#fff,#fbf4f7);padding:18px;margin-bottom:14px;border-radius:10px}
.active-plan-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.active-plan-status-grid div{border:1px solid var(--line);background:#fff;padding:11px}
.active-plan-status-grid small{display:block;color:var(--muted);margin-bottom:4px}
.upgrade-product{position:relative}
.upgrade-product .product-label{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--rose-100);color:var(--rose-900);font-size:11px;font-weight:800;margin-bottom:8px}
.upgrade-cart-note{margin-top:10px;font-size:12px;line-height:1.55;color:var(--muted)}
.downgrade-box{margin-top:16px;border:1px solid var(--line);background:#fff;padding:18px}
.downgrade-box h3{margin-top:0}
.downgrade-fee{display:inline-block;padding:6px 10px;background:#fff3d8;color:#765a00;font-weight:800;font-size:12px;border-radius:999px}
.seller-upgrade-cart{border:1px solid var(--line);background:#fff;padding:18px}
.seller-upgrade-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:10px 0}
@media(max-width:850px){.active-plan-status-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.active-plan-status-grid{grid-template-columns:1fr}}


.upgrade-slider-wrap{
  position:relative;
  margin-top:12px;
}
.upgrade-slider{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:2px 2px 12px;
  scrollbar-width:thin;
}
.upgrade-slider .plan{
  flex:0 0 calc(50% - 6px);
  min-width:0;
  scroll-snap-align:start;
}
.upgrade-slider-controls{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-bottom:10px;
}
.upgrade-slider-controls button{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  font-size:20px;
}
.upgrade-slider-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:4px;
}
.upgrade-slider-dots button{
  width:9px;
  height:9px;
  border:0;
  border-radius:50%;
  background:#d8cfd3;
  padding:0;
  cursor:pointer;
}
.upgrade-slider-dots button.active{
  background:var(--rose-700);
}
@media(max-width:900px){
  .upgrade-slider .plan{flex-basis:78%}
}
@media(max-width:600px){
  .upgrade-slider .plan{flex-basis:94%}
}


.sales-model-slider-wrap{
  position:relative;
  margin-top:14px;
}
.sales-model-slider{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:2px 2px 14px;
}
.sales-model-slider .model-card{
  flex:0 0 calc(33.333% - 8px);
  scroll-snap-align:start;
  min-width:0;
}
.sales-model-controls{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-bottom:10px;
}
.sales-model-controls button{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  font-size:20px;
}
.sales-model-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:2px;
}
.sales-model-dots button{
  width:9px;
  height:9px;
  border:0;
  border-radius:50%;
  background:#d8cfd3;
  padding:0;
  cursor:pointer;
}
.sales-model-dots button.active{
  background:var(--rose-700);
}
@media(max-width:1050px){
  .sales-model-slider .model-card{flex-basis:48%}
}
@media(max-width:700px){
  .sales-model-slider .model-card{flex-basis:92%}
}


.revenue-stat .stat-note{
  display:block;
  margin-top:5px;
  font-size:11px;
  color:var(--muted);
  line-height:1.45;
}
.revenue-breakdown{
  display:grid;
  grid-template-columns:1fr auto;
  gap:5px 10px;
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid var(--line);
  font-size:11px;
}
.revenue-breakdown span{color:var(--muted)}
.revenue-breakdown b{text-align:right}


.recent-sales-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}
.recent-sales-summary .summary-box{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
}
.recent-sales-summary small{
  display:block;
  color:var(--muted);
  margin-bottom:5px;
}
.recent-sales-summary strong{
  font-size:20px;
}
.sales-net{
  font-weight:800;
  color:#17643c;
}
@media(max-width:800px){
  .recent-sales-summary{grid-template-columns:1fr}
}


.downgrade-price-note{
  margin-top:14px;
  padding:12px 14px;
  background:#fff7e6;
  border-left:4px solid var(--gold);
  line-height:1.6;
}
.downgrade-price-note a{
  color:var(--rose-800);
  text-decoration:underline;
  font-weight:800;
}
.footer-tech-link{
  max-width:1400px;
  margin:14px auto 0;
  padding:0 3vw;
  font-size:12px;
}
.footer-tech-link a{
  color:var(--rose-800);
  font-weight:800;
}


/* Global sichtbarer Footer */
.site-footer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative;
  clear:both;
  width:100%;
  margin-top:18px;
  padding:34px 4vw 22px;
  background:#f3f1f2;
  border-top:1px solid var(--line);
  color:#332d31;
  z-index:2;
}
.site-footer .footergrid{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:24px;
}
.site-footer h4{
  margin:0 0 12px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.site-footer a{
  display:block;
  margin:8px 0;
  color:#5d565a;
  font-size:13px;
}
.site-footer a:hover{
  color:var(--rose-800);
  text-decoration:underline;
}
.footer-address{
  margin-top:12px;
  color:#6f666b;
  font-size:12px;
  line-height:1.6;
}
.footer-price-note{
  max-width:1400px;
  margin:18px auto 0;
  padding-top:14px;
  border-top:1px solid #ddd4d8;
  color:#746a70;
  font-size:11px;
}
.site-footer .copy{
  max-width:1400px;
  margin:12px auto 0;
  padding-top:12px;
  border-top:1px solid #ddd4d8;
  color:#666;
  font-size:12px;
}
@media(max-width:1050px){
  .site-footer .footergrid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .site-footer{padding:26px 16px 20px}
  .site-footer .footergrid{grid-template-columns:repeat(2,1fr);gap:18px}
}
@media(max-width:480px){
  .site-footer .footergrid{grid-template-columns:1fr}
}


/* Footer endgültig ausserhalb der SPA-Seiten */
main{display:block;min-height:0}
#siteFooter{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  clear:both!important;
  width:100%!important;
  min-height:280px;
  visibility:visible!important;
  opacity:1!important;
  overflow:visible!important;
  transform:none!important;
  z-index:20!important;
}
body>#siteFooter{display:block!important}
.spa-page+#siteFooter{display:block!important}


.subscription-section .service-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
}
.service-status.active{background:#e6f6ec;color:#17643c}
.service-status.inactive{background:#eee;color:#666}
.service-status.cancelled{background:#fff0f0;color:#9b2537}
.service-status.pending{background:#fff3d8;color:#765a00}
.service-actions{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.cost-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:14px;
}
.cost-summary .summary-box{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
}
.cost-summary small{
  display:block;
  color:var(--muted);
  margin-bottom:5px;
}
.cost-summary strong{
  font-size:19px;
}
.contract-detail-modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(20,14,18,.58);
  z-index:1000;
}
.contract-detail-modal.open{display:flex}
.contract-detail-dialog{
  width:min(760px,100%);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  padding:22px;
  border-radius:10px;
}
.contract-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.contract-detail-grid .detail-box{
  border:1px solid var(--line);
  padding:12px;
  background:#faf8f9;
}
.contract-detail-grid small{
  display:block;
  color:var(--muted);
  margin-bottom:4px;
}
.contract-download{
  white-space:nowrap;
}
@media(max-width:900px){
  .cost-summary{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .cost-summary,.contract-detail-grid{grid-template-columns:1fr}
}


.basar-profile-layout{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:14px;
}
.basar-profile-nav{
  border:1px solid var(--line);
  background:#faf8f9;
  padding:12px;
  height:max-content;
  position:sticky;
  top:74px;
}
.basar-profile-nav a{
  display:block;
  padding:10px;
  border-radius:6px;
  color:#514a4e;
  font-size:13px;
}
.basar-profile-nav a.active,
.basar-profile-nav a:hover{
  background:#f1e2e9;
  color:var(--rose-900);
  font-weight:800;
}
.profile-section{
  border:1px solid var(--line);
  background:#fff;
  padding:18px;
  margin-bottom:12px;
}
.profile-section h2{
  margin-top:0;
}
.profile-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.profile-grid .full{
  grid-column:1/-1;
}
.profile-field label{
  display:block;
  margin-bottom:5px;
  font-weight:700;
  font-size:12px;
}
.profile-field input,
.profile-field select,
.profile-field textarea{
  width:100%;
  padding:10px;
  border:1px solid #d8cfd3;
  background:#fff;
}
.profile-field textarea{
  min-height:90px;
}
.id-upload-box{
  border:1px dashed #cdbfc5;
  background:#faf8f9;
  padding:16px;
}
.verification-status{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
}
.verification-status.pending{background:#fff3d8;color:#765a00}
.verification-status.verified{background:#e6f6ec;color:#17643c}
.plan-config{
  padding:14px;
  background:#fbf6f8;
  border-left:4px solid var(--rose-700);
}
.domain-preview{
  margin-top:8px;
  padding:10px;
  border:1px solid var(--line);
  background:#fff;
  font-family:monospace;
  font-size:12px;
  word-break:break-all;
}
.profile-save-bar{
  position:sticky;
  bottom:0;
  display:flex;
  justify-content:flex-end;
  gap:8px;
  padding:12px;
  background:rgba(255,255,255,.96);
  border-top:1px solid var(--line);
}
@media(max-width:900px){
  .basar-profile-layout{grid-template-columns:1fr}
  .basar-profile-nav{
    position:static;
    display:flex;
    overflow:auto;
    gap:6px;
  }
  .basar-profile-nav a{white-space:nowrap}
}
@media(max-width:650px){
  .profile-grid{grid-template-columns:1fr}
  .profile-grid .full{grid-column:auto}
}


.article-plan-summary{
  display:grid;
  grid-template-columns:1.2fr repeat(3,1fr);
  gap:10px;
  margin:12px 0 14px;
}
.article-plan-summary .summary-card{
  border:1px solid var(--line);
  background:#fff;
  padding:14px;
}
.article-plan-summary .summary-card.primary{
  border-left:4px solid var(--rose-700);
  background:#fbf6f8;
}
.article-plan-summary small{
  display:block;
  color:var(--muted);
  margin-bottom:5px;
}
.article-plan-summary strong{
  font-size:18px;
}
.article-limit-progress{
  height:9px;
  background:#eee7ea;
  border-radius:999px;
  overflow:hidden;
  margin-top:10px;
}
.article-limit-progress span{
  display:block;
  height:100%;
  width:30%;
  background:linear-gradient(90deg,var(--rose-700),#cba153);
}
@media(max-width:900px){
  .article-plan-summary{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .article-plan-summary{grid-template-columns:1fr}
}


.company-only{
  display:none;
}
.company-only.visible{
  display:block;
}
.company-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.company-grid .full{
  grid-column:1/-1;
}
.company-proof-box{
  border:1px dashed #cdbfc5;
  background:#faf8f9;
  padding:16px;
}
.company-requirement-note{
  margin-top:10px;
  padding:12px 14px;
  background:#fff7e6;
  border-left:4px solid #c69b4b;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:650px){
  .company-grid{grid-template-columns:1fr}
  .company-grid .full{grid-column:auto}
}


/* Login-Portale und Konto-Navigation */
.account-login-page{
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px 4vw;
  background:linear-gradient(135deg,#fbf6f8,#f7f3ef);
}
.account-login-shell{
  width:min(1040px,100%);
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line);
  background:#fff;
}
.account-login-intro{
  padding:34px;
  background:#171417;
  color:#fff;
}
.account-login-intro h1{margin-top:8px}
.account-login-intro p{color:#ddd;line-height:1.7}
.account-login-intro ul{padding-left:18px;line-height:1.8}
.account-login-form{
  padding:34px;
}
.account-login-form h2{margin-top:0}
.account-login-form .profile-field{margin-bottom:12px}
.account-login-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.account-login-note{
  margin-top:14px;
  padding:12px;
  background:#faf7f8;
  border-left:4px solid var(--rose-700);
  font-size:13px;
  line-height:1.6;
}
.account-portal-tabs{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}
.account-portal-tabs a{
  flex:1;
  text-align:center;
  padding:10px;
  border:1px solid var(--line);
  font-weight:700;
}
.account-portal-tabs a.active{
  background:#f7e9ef;
  color:var(--rose-900);
}
.dashboard-welcome{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  padding:16px 18px;
  border:1px solid var(--line);
  background:#fbf6f8;
  margin-bottom:12px;
}
.dashboard-welcome h2{margin:0 0 4px}
.dashboard-welcome .account-status{
  padding:7px 10px;
  border-radius:999px;
  background:#e6f6ec;
  color:#17643c;
  font-size:12px;
  font-weight:800;
}
.header-actions a{
  min-width:120px;
}
@media(max-width:820px){
  .account-login-shell{grid-template-columns:1fr}
  .account-login-intro,.account-login-form{padding:24px}
}
@media(max-width:620px){
  .account-login-page{padding:18px 12px}
  .header-actions a{min-width:auto}
}


/* Permanente My-JeckUP-Navigation auf allen Kundenseiten */
.customer-page-shell{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.customer-page-content{
  min-width:0;
}
.customer-page-content .order-card:first-child,
.customer-page-content .panel:first-child,
.customer-page-content .cards:first-child,
.customer-page-content .grid2:first-child,
.customer-page-content form:first-child{
  margin-top:0;
}
@media(max-width:900px){
  .customer-page-shell{
    grid-template-columns:1fr;
  }
  .customer-page-shell .customer-sidebar{
    display:flex;
    overflow-x:auto;
    white-space:nowrap;
    position:static;
  }
  .customer-page-shell .customer-sidebar a{
    flex:0 0 auto;
  }
}

.logout-link{
  margin-top:12px;
  color:#8b274f!important;
  font-weight:700!important;
  border-top:1px solid var(--line);
}
.logout-link:hover{
  background:#f9ecef!important;
}

/* Permanente JeckUP-Basar-Navigation auf allen Verkäuferseiten */
.seller-page-shell{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.seller-page-content{
  min-width:0;
}
.persistent-seller-sidebar{
  position:sticky;
  top:78px;
}
.seller-logout-link{
  margin-top:12px;
  border-top:1px solid var(--line)!important;
  color:#8b274f!important;
  font-weight:800!important;
}
.seller-logout-link:hover{
  background:#f9ecef!important;
}
@media(max-width:900px){
  .seller-page-shell{
    grid-template-columns:1fr;
  }
  .persistent-seller-sidebar{
    position:static;
    display:flex;
    overflow-x:auto;
    white-space:nowrap;
  }
  .persistent-seller-sidebar a{
    flex:0 0 auto;
  }
}

/* Verkäufernavigation bereinigt: nur eine Sidebar, normale Schrift */
.seller-page-shell > .seller-sidebar{
  display:block!important;
}
.seller-page-shell .seller-sidebar + .seller-sidebar{
  display:none!important;
}
.seller-sidebar a{
  font-weight:400!important;
}
.seller-sidebar a.active{
  font-weight:600!important;
}
.seller-logout-link{
  font-weight:500!important;
}

/* Verkäufer-Dashboard: volle Seitenbreite und saubere Tabellen-/Kachelgrössen */
.seller-page-shell{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  width:100%!important;
}

.seller-page-content{
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
}

.seller-page-content > *{
  width:100%!important;
  max-width:none!important;
}

.seller-page-content .stats,
.seller-page-content .seller-stats,
.seller-page-content .customer-stats{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(180px,1fr))!important;
  gap:12px!important;
  width:100%!important;
}

.seller-page-content .stat,
.seller-page-content .seller-stat,
.seller-page-content .customer-stat{
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:16px!important;
}

.seller-page-content .revenue-stat{
  grid-column:auto!important;
  min-width:220px!important;
}

.seller-page-content .panel{
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
}

.seller-page-content .table-wrap{
  width:100%!important;
  overflow-x:auto!important;
}

.seller-page-content table{
  width:100%!important;
  min-width:760px!important;
  table-layout:auto!important;
}

.seller-page-content .grid2,
.seller-page-content .grid3,
.seller-page-content .grid4,
.seller-page-content .cards{
  width:100%!important;
}

@media(max-width:1200px){
  .seller-page-content .stats,
  .seller-page-content .seller-stats,
  .seller-page-content .customer-stats{
    grid-template-columns:repeat(2,minmax(220px,1fr))!important;
  }
}

@media(max-width:900px){
  .seller-page-shell{
    grid-template-columns:1fr!important;
  }

  .seller-page-content .stats,
  .seller-page-content .seller-stats,
  .seller-page-content .customer-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:600px){
  .seller-page-content .stats,
  .seller-page-content .seller-stats,
  .seller-page-content .customer-stats{
    grid-template-columns:1fr!important;
  }

  .seller-page-content table{
    min-width:680px!important;
  }
}

/* Verkäufer-Dashboard final: alte innere 240px-Spalte aufheben */
section.spa-page[data-page="seller-dashboard"] .seller-page-content > .seller-grid{
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
  max-width:none!important;
}

section.spa-page[data-page="seller-dashboard"] .seller-page-content > .seller-grid > div{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

section.spa-page[data-page="seller-dashboard"] .statgrid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  max-width:none!important;
}

section.spa-page[data-page="seller-dashboard"] .statgrid .stat{
  width:auto!important;
  min-width:0!important;
  min-height:150px!important;
  padding:18px!important;
  box-sizing:border-box!important;
}

section.spa-page[data-page="seller-dashboard"] .statgrid .revenue-stat{
  min-width:0!important;
}

section.spa-page[data-page="seller-dashboard"] .panel{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

section.spa-page[data-page="seller-dashboard"] .table{
  width:100%!important;
  table-layout:auto!important;
}

@media(max-width:1200px){
  section.spa-page[data-page="seller-dashboard"] .statgrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:650px){
  section.spa-page[data-page="seller-dashboard"] .statgrid{
    grid-template-columns:1fr!important;
  }
}

/* Navigation: weisser Standardhintergrund, JeckUP-Farbe nur bei Hover/Aktiv */
.customer-sidebar,
.seller-sidebar{
  background:#ffffff!important;
}

.customer-sidebar a,
.seller-sidebar a{
  display:block!important;
  padding:16px 20px!important;
  background:#ffffff!important;
  color:#1f1f1f!important;
  font-weight:400!important;
  text-decoration:none!important;
  border-bottom:1px solid #ece6e8!important;
  transition:all .25s ease!important;
}

.customer-sidebar a:hover,
.seller-sidebar a:hover{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%)!important;
  color:#8b274f!important;
}

.customer-sidebar a.active,
.seller-sidebar a.active{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%)!important;
  color:#8b274f!important;
  font-weight:600!important;
}

.customer-sidebar .logout-link,
.seller-sidebar .seller-logout-link{
  background:#ffffff!important;
  color:#8b274f!important;
  font-weight:600!important;
  border-top:1px solid #e8e3e5!important;
}

.customer-sidebar .logout-link:hover,
.seller-sidebar .seller-logout-link:hover{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%)!important;
  color:#8b274f!important;
}

/* Einheitlicher Warenkorb-Button auf allen Shop-, Basar- und Drop-Produkten */
.product-card-actions{
  margin-top:14px;
  display:flex;
  width:100%;
}
.product-add-cart{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.card .product-add-cart{
  position:relative;
  z-index:4;
}

/* Alle Slider- und Hero-Texte weiss darstellen */
.hero-slide,
.hero-slide h1,
.hero-slide h2,
.hero-slide h3,
.hero-slide h4,
.hero-slide p,
.hero-slide span,
.hero-slide small,
.hero-slide .eyebrow,
.hero-slide .muted,
.slider-slide,
.slider-slide h1,
.slider-slide h2,
.slider-slide h3,
.slider-slide h4,
.slider-slide p,
.slider-slide span,
.slider-slide small,
.slider-slide .eyebrow,
.slider-slide .muted,
.slide,
.slide h1,
.slide h2,
.slide h3,
.slide h4,
.slide p,
.slide span,
.slide small,
.slide .eyebrow,
.slide .muted,
.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content p,
.hero-content span{
  color:#ffffff!important;
  text-shadow:0 3px 14px rgba(0,0,0,.55)!important;
}

.hero-slide .btn,
.hero-slide .button,
.slider-slide .btn,
.slider-slide .button,
.slide .btn,
.slide .button,
.hero-content .btn,
.hero-content .button{
  color:#ffffff!important;
}

/* Lesbarkeit auf hellen Bildern */
.hero-slide::before,
.slider-slide::before,
.slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.28);
  pointer-events:none;
  z-index:1;
}

.hero-slide > *,
.slider-slide > *,
.slide > *{
  position:relative;
  z-index:2;
}

/* Responsive Hero/Slider */
@media (max-width:1024px){
  .hero,.hero-slide,.slider-slide,.slide{
    min-height:70vh!important;
    padding:70px 48px!important;
    background-position:center center!important;
  }
  .hero-content{
    max-width:70%!important;
  }
  .hero-content h1,.hero-slide h1,.slide h1{
    font-size:3rem!important;
    line-height:1.08!important;
    margin-bottom:18px!important;
  }
  .hero-content p,.hero-slide p,.slide p{
    font-size:1.15rem!important;
    line-height:1.7!important;
    margin-bottom:28px!important;
  }
}
@media (max-width:768px){
  .hero,.hero-slide,.slider-slide,.slide{
    min-height:78vh!important;
    padding:40px 24px 56px!important;
    align-items:flex-end!important;
    background-position:center!important;
  }
  .hero-content{
    max-width:100%!important;
  }
  .hero-content h1,.hero-slide h1,.slide h1{
    font-size:2.35rem!important;
    line-height:1.12!important;
    margin-bottom:14px!important;
  }
  .hero-content p,.hero-slide p,.slide p{
    font-size:1rem!important;
    line-height:1.6!important;
    margin-bottom:22px!important;
  }
  .hero-content .btn,.hero-slide .btn,.slide .btn{
    width:100%!important;
    max-width:340px!important;
    min-height:50px!important;
  }
}
@media (max-width:480px){
  .hero,.hero-slide,.slider-slide,.slide{
    min-height:82vh!important;
    padding:32px 18px 44px!important;
  }
  .hero-content h1,.hero-slide h1,.slide h1{
    font-size:2rem!important;
  }
  .hero-content p,.hero-slide p,.slide p{
    font-size:.95rem!important;
  }
}

/* Mobile-/Tablet-Fix für Hauptnavigation und Hero-Slider */
@media (max-width:1024px){
  .mainnav,
  .mainnav .inner,
  .category-nav,
  .navlinks{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:28px!important;
    flex-wrap:wrap!important;
    padding:14px 18px!important;
    text-align:center!important;
  }

  .mainnav a,
  .category-nav a,
  .navlinks a{
    flex:0 0 auto!important;
    margin:0!important;
    font-size:1rem!important;
    line-height:1.2!important;
    text-align:center!important;
  }

  .hero,
  .hero-slide,
  .slider-slide,
  .slide{
    min-height:620px!important;
    padding:80px 36px 70px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    background-position:center center!important;
    background-size:cover!important;
    overflow:hidden!important;
  }

  .hero-content,
  .hero-slide .content,
  .slider-slide .content,
  .slide .content{
    width:min(760px,100%)!important;
    max-width:760px!important;
    margin:0 auto!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .hero h1,
  .hero-slide h1,
  .slider-slide h1,
  .slide h1,
  .hero-content h1{
    width:100%!important;
    max-width:760px!important;
    margin:0 auto 20px!important;
    font-size:clamp(3rem,7vw,5.3rem)!important;
    line-height:.98!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
  }

  .hero p,
  .hero-slide p,
  .slider-slide p,
  .slide p,
  .hero-content p{
    width:100%!important;
    max-width:680px!important;
    margin:0 auto 28px!important;
    font-size:1.15rem!important;
    line-height:1.6!important;
    text-align:center!important;
  }

  .hero .btn,
  .hero-slide .btn,
  .slider-slide .btn,
  .slide .btn,
  .hero-content .btn{
    width:auto!important;
    min-width:280px!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:15px 28px!important;
    text-align:center!important;
  }
}

@media (max-width:768px){
  .mainnav,
  .mainnav .inner,
  .category-nav,
  .navlinks{
    gap:12px 22px!important;
    padding:12px 14px!important;
  }

  .mainnav a,
  .category-nav a,
  .navlinks a{
    font-size:.95rem!important;
  }

  .hero,
  .hero-slide,
  .slider-slide,
  .slide{
    min-height:560px!important;
    padding:56px 20px 48px!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero h1,
  .hero-slide h1,
  .slider-slide h1,
  .slide h1,
  .hero-content h1{
    font-size:clamp(2.5rem,12vw,4rem)!important;
    line-height:1!important;
    margin-bottom:18px!important;
  }

  .hero p,
  .hero-slide p,
  .slider-slide p,
  .slide p,
  .hero-content p{
    font-size:1rem!important;
    line-height:1.55!important;
    margin-bottom:24px!important;
  }

  .hero .btn,
  .hero-slide .btn,
  .slider-slide .btn,
  .slide .btn,
  .hero-content .btn{
    width:100%!important;
    min-width:0!important;
    max-width:320px!important;
  }
}

@media (max-width:480px){
  .mainnav,
  .mainnav .inner,
  .category-nav,
  .navlinks{
    gap:10px 16px!important;
    padding:10px 10px!important;
  }

  .mainnav a,
  .category-nav a,
  .navlinks a{
    font-size:.88rem!important;
  }

  .hero,
  .hero-slide,
  .slider-slide,
  .slide{
    min-height:500px!important;
    padding:42px 16px 40px!important;
  }

  .hero h1,
  .hero-slide h1,
  .slider-slide h1,
  .slide h1,
  .hero-content h1{
    font-size:2.4rem!important;
    line-height:1.02!important;
  }

  .hero p,
  .hero-slide p,
  .slider-slide p,
  .slide p,
  .hero-content p{
    font-size:.95rem!important;
  }
}

/* JeckUP Store anzeigen: auf Mobile ausblenden, auf Tablet/Desktop anzeigen */
@media (max-width:767px){
  .product-filter,
  .product-filters,
  .filter-panel,
  .filter-sidebar,
  .target-group-filter,
  .shop-area-filter,
  [data-filter="target-group"],
  [data-filter="shop-area"],
  [aria-label*="JeckUP Store anzeigen"],
  [aria-label*="Zielgruppe"],
  [aria-label*="Shop-Bereich"]{
    display:none!important;
  }
}

@media (min-width:768px){
  .product-filter,
  .product-filters,
  .filter-panel,
  .filter-sidebar,
  .target-group-filter,
  .shop-area-filter,
  [data-filter="target-group"],
  [data-filter="shop-area"],
  [aria-label*="JeckUP Store anzeigen"],
  [aria-label*="Zielgruppe"],
  [aria-label*="Shop-Bereich"]{
    display:block;
  }
}

/* JeckUP Store anzeigen als aufklappbarer Bereich */
.product-filter-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border:1px solid var(--line);
  background:#ffffff;
  color:#171417;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  text-align:left;
}

.product-filter-toggle:hover,
.product-filter-toggle:focus-visible{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%);
  color:#171417;
}

.product-filter-toggle-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:20px;
  line-height:1;
  transition:transform .2s ease;
}

.product-filter-toggle[aria-expanded="true"] .product-filter-toggle-icon{
  transform:rotate(45deg);
}

.product-filter-content{
  padding:14px 0 0;
}

.product-filter-content[hidden]{
  display:none!important;
}

/* Auf Smartphones bleibt der gesamte JeckUP Store anzeigen weiterhin ausgeblendet */
@media (max-width:767px){
  .product-filter,
  .product-filters,
  .filter-panel,
  .filter-sidebar{
    display:none!important;
  }
}

/* Shop-JeckUP Store anzeigen: nur manuell auf Tablet/Desktop öffnen */
.shop-filter{
  display:block;
}

.product-filter-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border:1px solid var(--line);
  background:#fff;
  color:#171417;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  text-align:left;
}

.product-filter-toggle:hover,
.product-filter-toggle:focus-visible{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%);
  color:#171417;
}

.product-filter-toggle-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:20px;
  line-height:1;
  transition:transform .2s ease;
}

.product-filter-toggle[aria-expanded="true"] .product-filter-toggle-icon{
  transform:rotate(45deg);
}

.product-filter-content{
  padding-top:16px;
}

.product-filter-content[hidden]{
  display:none!important;
}

@media(max-width:767px){
  .shop-filter{
    display:none!important;
  }
}

@media(min-width:768px){
  .shop-filter{
    display:block!important;
  }
}

/* Animierte JeckUP-Rose für den Katalog-Schalter */
.product-filter-rose{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  border-radius:50%;
  background:linear-gradient(145deg,#fff7fa,#f6e7ee);
  border:1px solid #b34a70;
  box-shadow:0 5px 16px rgba(139,39,79,.16);
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.product-filter-toggle:hover .product-filter-rose,
.product-filter-toggle:focus-visible .product-filter-rose{
  transform:translateY(-2px) scale(1.04);
  box-shadow:0 8px 22px rgba(139,39,79,.24);
}

.rose-svg{
  width:34px;
  height:34px;
  overflow:visible;
}

.rose-svg .petal{
  fill:#a92f59;
  stroke:#7f173b;
  stroke-width:1.2;
  transform-box:fill-box;
  transform-origin:center;
  transition:transform .45s cubic-bezier(.2,.8,.2,1), opacity .45s ease, fill .45s ease;
}

.rose-svg .petal-core{
  fill:#8b274f;
}

.rose-svg .rose-stem,
.rose-svg .rose-leaf{
  fill:none;
  stroke:#2f6b3d;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.rose-svg .rose-leaf{
  fill:#3f8250;
  stroke-width:1.2;
}

.product-filter-toggle[aria-expanded="false"] .petal-1{transform:translate(5px,5px) scale(.72) rotate(18deg)}
.product-filter-toggle[aria-expanded="false"] .petal-2{transform:translate(-5px,5px) scale(.72) rotate(-18deg)}
.product-filter-toggle[aria-expanded="false"] .petal-3{transform:translate(-5px,-5px) scale(.72) rotate(18deg)}
.product-filter-toggle[aria-expanded="false"] .petal-4{transform:translate(5px,-5px) scale(.72) rotate(-18deg)}
.product-filter-toggle[aria-expanded="false"] .petal-core{transform:scale(.82)}

.product-filter-toggle[aria-expanded="true"] .product-filter-rose{
  background:linear-gradient(145deg,#fff1f6,#f2d8e3);
  transform:scale(1.06);
}

.product-filter-toggle[aria-expanded="true"] .petal-1{transform:translate(-2px,-3px) scale(1.08) rotate(-8deg)}
.product-filter-toggle[aria-expanded="true"] .petal-2{transform:translate(3px,-2px) scale(1.08) rotate(8deg)}
.product-filter-toggle[aria-expanded="true"] .petal-3{transform:translate(2px,3px) scale(1.08) rotate(-8deg)}
.product-filter-toggle[aria-expanded="true"] .petal-4{transform:translate(-3px,2px) scale(1.08) rotate(8deg)}
.product-filter-toggle[aria-expanded="true"] .petal-core{transform:scale(1.05);fill:#c33f6b}

@media(max-width:767px){
  .product-filter-rose{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  .rose-svg{
    width:30px;
    height:30px;
  }
}

/* Geschlossener Store: nur veröffentlichte Index-Bereiche */
.published-store-categories{
  margin-top:14px;
  padding:14px;
  border:1px solid var(--line);
  background:#fff;
}

.published-store-title{
  margin-bottom:10px;
  font-size:12px;
  font-weight:600;
  color:#6d6469;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.published-store-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.published-category-button{
  min-height:42px;
  padding:9px 10px;
  border:1px solid #ddd4d8;
  background:#fff;
  color:#171417;
  font:inherit;
  font-size:13px;
  cursor:pointer;
  transition:.2s ease;
}

.published-category-button:hover,
.published-category-button.active{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%);
  border-color:#b64b72;
  color:#8b274f;
}

.product-filter-toggle[aria-expanded="true"] + .published-store-categories{
  display:none;
}

.product-filter-content{
  margin-top:14px;
}

.product-filter-content button[data-store-filter-option].selected{
  background:linear-gradient(90deg,#a3335d 0%,#cda65c 100%)!important;
  color:#fff!important;
  border-color:transparent!important;
}

.store-filter-reset{
  width:100%;
  margin-bottom:14px;
}

.store-filter-status{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
  padding:10px 12px;
  border:1px solid var(--line);
  background:#faf8f9;
  color:#5e565a;
  font-size:13px;
}

.store-filter-status strong{
  color:#171417;
}

.card.store-filter-hidden{
  display:none!important;
}

@media(max-width:767px){
  .shop-filter{
    display:none!important;
  }
}

@media(min-width:768px) and (max-width:1100px){
  .published-store-grid{
    grid-template-columns:1fr;
  }
}

/* Neuer JeckUP-Shop-Oberbereich: 10 Slides + News/Aktionen */
.shop-top-feature{
  display:grid;
  grid-template-columns:minmax(0,1.9fr) minmax(320px,.7fr);
  gap:18px;
  margin:18px 0 28px;
  align-items:stretch;
}

.shop-news-slider{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#111;
}

.shop-banner-slide{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  background-size:cover;
  background-position:center;
  transition:opacity .5s ease;
}

.shop-banner-slide.active{
  opacity:1;
  pointer-events:auto;
}

.shop-banner-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  padding:40px;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.74));
}

.shop-banner-content{
  max-width:680px;
}

.shop-banner-content .eyebrow,
.shop-banner-content h2,
.shop-banner-content p{
  color:#fff!important;
  text-shadow:0 3px 16px rgba(0,0,0,.52);
}

.shop-banner-content h2{
  margin:8px 0 12px;
  font-size:clamp(2.7rem,4.7vw,5.4rem);
  line-height:.98;
}

.shop-banner-content p{
  max-width:620px;
  margin:0 0 22px;
  font-size:1.08rem;
  line-height:1.6;
}

.shop-banner-controls{
  position:absolute;
  right:20px;
  bottom:20px;
  z-index:5;
  display:flex;
  gap:8px;
}

.shop-banner-controls button{
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.8);
  background:rgba(255,255,255,.92);
  color:#171417;
  font-size:30px;
  cursor:pointer;
}

.shop-banner-dots{
  position:absolute;
  left:40px;
  bottom:24px;
  z-index:5;
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  max-width:220px;
}

.shop-banner-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.42);
  cursor:pointer;
}

.shop-banner-dot.active{
  background:#fff;
  transform:scale(1.25);
}

.shop-news-panel{
  border:1px solid var(--line);
  background:#fff;
  padding:20px;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.shop-news-head{
  padding-bottom:14px;
  border-bottom:1px solid var(--line);
  margin-bottom:4px;
}

.shop-news-head h3{
  margin:5px 0 0;
  font-size:1.6rem;
}

.shop-news-item{
  padding:15px 0;
  border-bottom:1px solid var(--line);
}

.shop-news-item h4{
  margin:7px 0 5px;
  font-size:1rem;
}

.shop-news-item p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:.9rem;
}

.shop-news-badge{
  display:inline-block;
  padding:4px 7px;
  background:#f7e9ef;
  color:#8b274f;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.shop-news-link{
  margin-top:auto;
  width:100%;
  justify-content:center;
}

@media(max-width:1100px){
  .shop-top-feature{
    grid-template-columns:1fr;
  }

  .shop-news-slider{
    min-height:470px;
  }

  .shop-news-panel{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 18px;
  }

  .shop-news-head,
  .shop-news-link{
    grid-column:1/-1;
  }
}

@media(max-width:767px){
  .shop-top-feature{
    display:block;
  }

  .shop-news-slider{
    min-height:480px;
  }

  .shop-banner-overlay{
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:30px 20px 64px;
  }

  .shop-banner-content{
    margin:auto;
  }

  .shop-banner-content h2{
    font-size:2.5rem;
  }

  .shop-banner-content p{
    font-size:.98rem;
  }

  .shop-banner-content .btn{
    width:100%;
    max-width:300px;
  }

  .shop-banner-dots{
    left:50%;
    transform:translateX(-50%);
    justify-content:center;
  }

  .shop-news-panel{
    margin-top:16px;
    display:block;
  }
}

@media(max-width:480px){
  .shop-news-slider{
    min-height:430px;
  }

  .shop-banner-content h2{
    font-size:2.1rem;
  }
}

/* JeckUP Store Kategorienleiste */
.store-category-bar{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:10px 0 14px;
  margin:0 0 18px;
  scrollbar-width:thin;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
}

.store-category-bar::-webkit-scrollbar{
  height:6px;
}

.store-category-bar::-webkit-scrollbar-thumb{
  background:#d8c8cf;
  border-radius:999px;
}

.store-category-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border:1px solid #d8cfd3;
  background:#fff;
  color:#171417;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}

.store-category-link:hover{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%);
  color:#8b274f;
  border-color:#b64b72;
  transform:translateY(-1px);
}

.store-category-link.active{
  background:linear-gradient(90deg,#a3335d 0%,#cda65c 100%);
  color:#fff;
  border-color:transparent;
}

@media(max-width:1024px){
  .store-category-bar{
    position:sticky;
    top:0;
    z-index:20;
    background:rgba(255,255,255,.96);
    padding:10px 8px 12px;
    margin-left:-8px;
    margin-right:-8px;
  }

  .store-category-link{
    min-height:44px;
    padding:10px 16px;
    font-size:.95rem;
  }
}

@media(max-width:600px){
  .store-category-bar{
    gap:8px;
    padding:8px 6px 10px;
  }

  .store-category-link{
    min-height:42px;
    padding:9px 14px;
    font-size:.9rem;
  }
}

/* Fester Store-Header auf allen Store- und Filterseiten */
.store-fixed-header-wrap{
  width:min(1720px,calc(100% - 48px));
  max-width:none!important;
  margin:22px auto 28px!important;
  padding:0!important;
}

.store-fixed-header-wrap .shop-top-feature{
  margin:0!important;
  width:100%!important;
}

section.spa-page[data-page^="shop-"] > .container:not(.store-fixed-header-wrap),
section.spa-page[data-page="marketplace"] > .container,
section.spa-page[data-page="drops"] > .container{
  position:relative;
}

@media(max-width:1000px){
  .store-fixed-header-wrap{
    width:calc(100% - 28px);
    margin:16px auto 22px!important;
  }
}

@media(max-width:600px){
  .store-fixed-header-wrap{
    width:calc(100% - 18px);
    margin:10px auto 18px!important;
  }
}

/* Fester Storefilter rechts auf allen Store-Seiten */
.store-page-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:20px;
  align-items:start;
  width:100%;
}

.store-page-main{
  min-width:0;
}

.fixed-store-filter{
  position:sticky;
  top:88px;
  align-self:start;
  max-height:calc(100vh - 110px);
  overflow-y:auto;
  border:1px solid var(--line);
  background:#fff;
  padding:16px;
  scrollbar-width:thin;
}

.fixed-store-filter .shop-filter,
.fixed-store-filter .product-filter,
.fixed-store-filter .filter-sidebar{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.fixed-store-filter .product-filter-content{
  display:block;
}

.fixed-store-filter .product-filter-content[hidden]{
  display:none!important;
}

@media(max-width:1100px){
  .store-page-layout{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:16px;
  }

  .fixed-store-filter{
    top:76px;
  }
}

@media(max-width:900px){
  .store-page-layout{
    grid-template-columns:1fr;
  }

  .fixed-store-filter{
    position:static;
    max-height:none;
    order:-1;
  }
}

@media(max-width:767px){
  .fixed-store-filter{
    display:none!important;
  }
}

/* Storefilter fest links, ohne Sticky-Verhalten */
.store-page-layout{
  display:grid!important;
  grid-template-columns:360px minmax(0,1fr)!important;
  gap:20px!important;
  align-items:start!important;
  width:100%!important;
}

.store-filter-left,
.fixed-store-filter{
  position:static!important;
  top:auto!important;
  align-self:start!important;
  max-height:none!important;
  overflow:visible!important;
  order:0!important;
  width:100%!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  padding:16px!important;
}

.store-page-main{
  min-width:0!important;
  order:1!important;
}

@media(max-width:1100px){
  .store-page-layout{
    grid-template-columns:320px minmax(0,1fr)!important;
    gap:16px!important;
  }
}

@media(max-width:900px){
  .store-page-layout{
    grid-template-columns:1fr!important;
  }

  .store-filter-left,
  .fixed-store-filter{
    position:static!important;
    max-height:none!important;
    overflow:visible!important;
    order:0!important;
  }

  .store-page-main{
    order:1!important;
  }
}

@media(max-width:767px){
  .store-filter-left,
  .fixed-store-filter{
    display:none!important;
  }
}

/* Kategorie «Alle»: oberer Slider ohne doppelten Storefilter */
section.spa-page[data-page="shop"] > section.container:first-of-type{
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

section.spa-page[data-page="shop"] > section.container:first-of-type .hero-slider{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

section.spa-page[data-page="shop"] > section.container:first-of-type .fixed-store-filter,
section.spa-page[data-page="shop"] > section.container:first-of-type .store-filter-left{
  display:none!important;
}

/* Kategorienleiste «Alle» exakt wie Damen, Herren, Kinder usw. */
section.spa-page[data-page="shop"] > .store-category-bar,
section.spa-page[data-page="shop"] > .category-tabs,
section.spa-page[data-page="shop"] > .shop-tabs,
section.spa-page[data-page="shop"] > .filter-tabs{
  width:min(1720px,calc(100% - 48px))!important;
  margin:0 auto 24px!important;
  padding-top:0!important;
  box-sizing:border-box!important;
}

@media(max-width:1000px){
  section.spa-page[data-page="shop"] > .store-category-bar,
  section.spa-page[data-page="shop"] > .category-tabs,
  section.spa-page[data-page="shop"] > .shop-tabs,
  section.spa-page[data-page="shop"] > .filter-tabs{
    width:calc(100% - 28px)!important;
  }
}

@media(max-width:600px){
  section.spa-page[data-page="shop"] > .store-category-bar,
  section.spa-page[data-page="shop"] > .category-tabs,
  section.spa-page[data-page="shop"] > .shop-tabs,
  section.spa-page[data-page="shop"] > .filter-tabs{
    width:calc(100% - 18px)!important;
  }
}

/* Einheitliche Kategorienleiste auf allen JeckUP-Store-Seiten */
.unified-store-category-bar{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:min(1720px,calc(100% - 48px))!important;
  margin:18px auto 24px!important;
  padding:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
}

.unified-store-category-bar .store-category-link{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:10px 18px!important;
  border:1px solid #d8cfd3!important;
  background:#fff!important;
  color:#171417!important;
  font-weight:600!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:.2s ease!important;
}

.unified-store-category-bar .store-category-link:hover{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%)!important;
  color:#8b274f!important;
  border-color:#b64b72!important;
}

.unified-store-category-bar .store-category-link.active{
  background:#9f345d!important;
  color:#fff!important;
  border-color:#9f345d!important;
}

@media(max-width:1000px){
  .unified-store-category-bar{
    width:calc(100% - 28px)!important;
    margin:14px auto 20px!important;
  }
}

@media(max-width:600px){
  .unified-store-category-bar{
    width:calc(100% - 18px)!important;
    gap:8px!important;
    margin:12px auto 16px!important;
  }

  .unified-store-category-bar .store-category-link{
    min-height:42px!important;
    padding:9px 14px!important;
    font-size:.92rem!important;
  }
}

/* Wiederhergestellte, saubere Kategorienleiste – Produktlisten bleiben unverändert */
.clean-store-category-navigation{
  width:100%;
  margin:0!important;
  padding:0!important;
  background:#fff;
  border-top:1px solid #ece6e8;
  border-bottom:1px solid #ece6e8;
  box-sizing:border-box;
}

.clean-store-category-navigation .store-category-navigation-inner{
  width:min(1720px,calc(100% - 48px));
  margin:0 auto;
  padding:10px 0;
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

.clean-store-category-navigation .store-category-navigation-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid #d9cfd3;
  background:#fff;
  color:#171417;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  transition:.2s ease;
}

.clean-store-category-navigation .store-category-navigation-link:hover{
  background:linear-gradient(90deg,#f8e4ec 0%,#f5edd7 100%);
  color:#8b274f;
  border-color:#b64b72;
}

.clean-store-category-navigation .store-category-navigation-link.active{
  background:#9f345d;
  color:#fff;
  border-color:#9f345d;
}

@media(max-width:1000px){
  .clean-store-category-navigation .store-category-navigation-inner{
    width:calc(100% - 28px);
    padding:9px 0;
  }
}

@media(max-width:600px){
  .clean-store-category-navigation .store-category-navigation-inner{
    width:calc(100% - 18px);
    gap:7px;
    padding:8px 0;
  }

  .clean-store-category-navigation .store-category-navigation-link{
    min-height:40px;
    padding:8px 13px;
    font-size:.92rem;
  }
}

/* JeckUP Katalog mit 50'000 Artikeln */
.jeckup-catalog-50000{
  width:100%;
  margin:0;
  padding:0;
}

.catalog-toolbar{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 18px;
  padding:0 0 14px;
  border-bottom:1px solid var(--line);
}

.catalog-summary h2{
  margin:0 0 4px;
}

.catalog-summary p{
  margin:0;
  color:var(--muted);
}

.catalog-view-controls{
  display:flex;
  gap:8px;
}

.catalog-view-button,
.catalog-page-button{
  border:1px solid #d8cfd3;
  background:#fff;
  color:#171417;
  padding:10px 14px;
  font:inherit;
  font-weight:600;
  cursor:pointer;
}

.catalog-view-button.active{
  background:#9f345d;
  border-color:#9f345d;
  color:#fff;
}

.catalog-status{
  margin:0 0 12px;
  color:var(--muted);
  font-size:.95rem;
}

.catalog-items.catalog-grid-view{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.catalog-items.catalog-list-view{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.catalog-product{
  border:1px solid var(--line);
  background:#fff;
  min-width:0;
  overflow:hidden;
}

.catalog-grid-view .catalog-product{
  display:flex;
  flex-direction:column;
}

.catalog-list-view .catalog-product{
  display:grid;
  grid-template-columns:160px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:10px;
}

.catalog-product-image-wrap{
  position:relative;
  background:#f4f1f2;
  overflow:hidden;
}

.catalog-grid-view .catalog-product-image-wrap{
  aspect-ratio:4/5;
}

.catalog-list-view .catalog-product-image-wrap{
  width:160px;
  height:130px;
}

.catalog-product-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.catalog-product-favorite{
  position:absolute;
  top:10px;
  right:10px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#171417;
  cursor:pointer;
}

.catalog-product-body{
  padding:14px;
  min-width:0;
}

.catalog-list-view .catalog-product-body{
  padding:4px 0;
}

.catalog-product-brand{
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.catalog-product-title{
  margin:5px 0 8px;
  font-size:1.05rem;
}

.catalog-product-meta{
  color:var(--muted);
  font-size:.88rem;
  line-height:1.45;
}

.catalog-product-price{
  margin-top:10px;
  font-weight:800;
  font-size:1.08rem;
}

.catalog-product-actions{
  padding:0 14px 14px;
}

.catalog-list-view .catalog-product-actions{
  padding:0;
  min-width:170px;
}

.catalog-product-actions .btn{
  width:100%;
}

.catalog-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:22px 0 0;
}

.catalog-page-button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

@media(max-width:1200px){
  .catalog-items.catalog-grid-view{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .catalog-view-controls{
    display:none!important;
  }

  .catalog-items,
  .catalog-items.catalog-grid-view,
  .catalog-items.catalog-list-view{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }

  .catalog-product{
    display:grid!important;
    grid-template-columns:130px minmax(0,1fr)!important;
    gap:12px!important;
    padding:10px!important;
  }

  .catalog-product-image-wrap{
    width:130px!important;
    height:120px!important;
    aspect-ratio:auto!important;
  }

  .catalog-product-body{
    padding:2px 0!important;
  }

  .catalog-product-actions{
    grid-column:1/-1;
    padding:0!important;
  }

  .catalog-toolbar{
    align-items:flex-start;
  }
}

@media(max-width:520px){
  .catalog-product{
    grid-template-columns:100px minmax(0,1fr)!important;
  }

  .catalog-product-image-wrap{
    width:100px!important;
    height:100px!important;
  }
}

/* Karten-/Listenansicht für alle Store-Kategorieseiten */
.category-view-controls{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
  width:100%;
  margin:0 0 14px;
}

.category-view-button{
  border:1px solid #d8cfd3;
  background:#fff;
  color:#171417;
  padding:10px 14px;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  transition:.2s ease;
}

.category-view-button:hover{
  border-color:#9f345d;
  color:#9f345d;
}

.category-view-button.active{
  background:#9f345d;
  border-color:#9f345d;
  color:#fff;
}

/* Desktop Kartenansicht */
.category-products-view.category-grid-view{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}

/* Desktop Listenansicht */
.category-products-view.category-list-view{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

.category-products-view.category-list-view > .card,
.category-products-view.category-list-view > .product-card,
.category-products-view.category-list-view > .shop-card,
.category-products-view.category-list-view > .product-tile,
.category-products-view.category-list-view > article{
  width:100%!important;
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  min-height:150px!important;
}

.category-products-view.category-list-view > * img{
  width:180px!important;
  height:150px!important;
  object-fit:cover!important;
}

/* Tablet und Mobile: ausschliesslich Listenansicht */
@media(max-width:900px){
  .category-view-controls{
    display:none!important;
  }

  .category-products-view,
  .category-products-view.category-grid-view,
  .category-products-view.category-list-view{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }

  .category-products-view > .card,
  .category-products-view > .product-card,
  .category-products-view > .shop-card,
  .category-products-view > .product-tile,
  .category-products-view > article{
    width:100%!important;
    display:grid!important;
    grid-template-columns:130px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
  }

  .category-products-view > * img{
    width:130px!important;
    height:120px!important;
    object-fit:cover!important;
  }
}

@media(max-width:520px){
  .category-products-view > .card,
  .category-products-view > .product-card,
  .category-products-view > .shop-card,
  .category-products-view > .product-tile,
  .category-products-view > article{
    grid-template-columns:100px minmax(0,1fr)!important;
  }

  .category-products-view > * img{
    width:100px!important;
    height:100px!important;
  }
}

/* MASTER v1.1 – Touchscreen Swipe-Kacheln in der Produktliste */
.touch-swipe-offer{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  z-index:12000;
  width:min(520px,calc(100% - 28px));
  padding:18px;
  border:1px solid #dfd3d8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 55px rgba(0,0,0,.22);
  display:none;
}
.touch-swipe-offer.is-visible{display:block}
.touch-swipe-offer h3{margin:0 0 7px;font-size:1.12rem}
.touch-swipe-offer p{margin:0 0 14px;color:#6d6267;line-height:1.45}
.touch-swipe-offer-actions{display:flex;gap:8px;flex-wrap:wrap}
.touch-swipe-offer button{
  border:1px solid #cfc3c8;background:#fff;color:#171417;
  padding:10px 14px;font:inherit;font-weight:700;cursor:pointer
}
.touch-swipe-offer .accept{background:#9f345d;border-color:#9f345d;color:#fff}

/* Aktivierter Swipe-Modus: nur Produktliste, kein Vollbild */
#catalogItems.jeckup-touch-swipe{
  display:flex!important;
  flex-direction:row!important;
  gap:clamp(12px,2vw,22px)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  overscroll-behavior-x:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
  padding:6px max(4vw,14px) 18px!important;
  scrollbar-width:none!important;
}
#catalogItems.jeckup-touch-swipe::-webkit-scrollbar{display:none!important}
#catalogItems.jeckup-touch-swipe > .catalog-product{
  flex:0 0 clamp(280px,82vw,560px)!important;
  width:clamp(280px,82vw,560px)!important;
  max-width:560px!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  scroll-snap-align:center!important;
  scroll-snap-stop:always!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 12px 32px rgba(0,0,0,.12)!important;
}
#catalogItems.jeckup-touch-swipe .catalog-product-image-wrap{
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/5!important;
}
#catalogItems.jeckup-touch-swipe .catalog-product-image{
  width:100%!important;height:100%!important;object-fit:cover!important;
}
#catalogItems.jeckup-touch-swipe .catalog-product-body{padding:16px!important}
#catalogItems.jeckup-touch-swipe .catalog-product-actions{padding:0 16px 16px!important}

/* Im Swipe-Modus keine Pagination. Kategorien/Filter bleiben bestehen. */
body.jeckup-swipe-active #jeckupCatalog50000 .catalog-pagination{display:none!important}

/* Karten-/Listenwahl bleibt sichtbar und kann Swipe wieder verlassen. */
body.jeckup-swipe-active #jeckupCatalog50000 .catalog-view-controls{display:flex!important}

@media (min-width:900px) and (pointer:coarse){
  #catalogItems.jeckup-touch-swipe > .catalog-product{
    flex-basis:clamp(360px,42vw,620px)!important;
    width:clamp(360px,42vw,620px)!important;
    max-width:620px!important;
  }
}
@media (max-width:600px){
  #catalogItems.jeckup-touch-swipe{
    padding-left:4vw!important;padding-right:4vw!important;
  }
  #catalogItems.jeckup-touch-swipe > .catalog-product{
    flex-basis:92vw!important;width:92vw!important;max-width:92vw!important;
  }
}

/* MASTER v1.2 – Vollbildmodus bei aktivierter Touch-Wischansicht */
body.jeckup-swipe-active{
  overflow:hidden!important;
}

#jeckupTouchFullscreen{
  position:fixed;
  inset:0;
  z-index:15000;
  display:none;
  flex-direction:column;
  background:#fff;
}

#jeckupTouchFullscreen.active{
  display:flex;
}

.touch-fullscreen-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid #e8e2e5;
  background:#fff;
  flex:0 0 auto;
}

.touch-fullscreen-brand{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.touch-fullscreen-brand strong{
  font-size:1.05rem;
}

.touch-fullscreen-brand span{
  font-size:.78rem;
  color:#6b6468;
}

.touch-fullscreen-close{
  width:42px;
  height:42px;
  border:1px solid #d8cfd3;
  border-radius:50%;
  background:#fff;
  color:#171417;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.touch-fullscreen-categories{
  display:flex;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:10px 14px;
  border-bottom:1px solid #eee;
  background:#fff;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.touch-fullscreen-categories::-webkit-scrollbar{
  display:none;
}

.touch-fullscreen-category{
  flex:0 0 auto;
  border:1px solid #d8cfd3;
  background:#fff;
  color:#171417;
  padding:9px 14px;
  border-radius:999px;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}

.touch-fullscreen-category.active{
  background:#9f345d;
  border-color:#9f345d;
  color:#fff;
}

.touch-fullscreen-stage{
  flex:1 1 auto;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 0%,rgba(159,52,93,.18),transparent 34%),
    linear-gradient(145deg,#f9f4f6,#eee7ea);
  padding:clamp(10px,2vw,22px);
}

.touch-fullscreen-track{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  gap:clamp(14px,2vw,24px);
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x pan-y;
  padding:0 max(4vw,14px);
  scrollbar-width:none;
}

.touch-fullscreen-track::-webkit-scrollbar{
  display:none;
}

.touch-fullscreen-card{
  flex:0 0 min(88vw,620px);
  width:min(88vw,620px);
  max-width:620px;
  max-height:100%;
  scroll-snap-align:center;
  scroll-snap-stop:always;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(120,90,103,.16);
  box-shadow:0 20px 54px rgba(50,30,40,.18);
}

.touch-fullscreen-media{
  min-height:0;
  position:relative;
  background:#eee;
}

.touch-fullscreen-media img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  display:block;
}

.touch-fullscreen-body{
  padding:16px 18px 18px;
}

.touch-fullscreen-brandname{
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#7f294d;
}

.touch-fullscreen-title{
  margin:5px 0 7px;
  font-size:clamp(1.25rem,2.8vw,1.8rem);
  line-height:1.1;
}

.touch-fullscreen-meta{
  color:#6b6468;
  font-size:.88rem;
  line-height:1.45;
}

.touch-fullscreen-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
}

.touch-fullscreen-price{
  font-size:1.2rem;
  font-weight:800;
}

.touch-fullscreen-cart{
  border:0;
  border-radius:999px;
  padding:11px 16px;
  background:linear-gradient(90deg,#96385d,#c8a15c);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

@media(max-width:700px){
  .touch-fullscreen-head{
    padding:10px 12px;
  }

  .touch-fullscreen-categories{
    padding:8px 10px;
  }

  .touch-fullscreen-stage{
    padding:8px 0 10px;
  }

  .touch-fullscreen-track{
    padding:0 4vw;
    gap:12px;
  }

  .touch-fullscreen-card{
    flex-basis:92vw;
    width:92vw;
    max-width:92vw;
    border-radius:22px;
  }

  .touch-fullscreen-body{
    padding:14px 14px 16px;
  }

  .touch-fullscreen-bottom{
    align-items:stretch;
    flex-direction:column;
  }

  .touch-fullscreen-cart{
    width:100%;
  }
}

@media(orientation:landscape) and (max-height:720px){
  .touch-fullscreen-card{
    flex-basis:min(84vw,820px);
    width:min(84vw,820px);
    max-width:820px;
    grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
    grid-template-rows:1fr;
  }

  .touch-fullscreen-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
}

/* MASTER v1.3 – Kategorienleiste gehört zum Produktlisten-Container */
section.spa-page[data-page="shop"] .shop-product-category-bar{
  width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
  position:static!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  z-index:auto!important;
}

section.spa-page[data-page="shop"] .shop-product-category-bar + .catalog-toolbar{
  margin-top:0!important;
}

/* Absicherung: oberhalb des Store-Sliders keine Kategorienleiste mehr */
section.spa-page[data-page="shop"] > .store-category-navigation,
section.spa-page[data-page="shop"] > .clean-store-category-navigation,
section.spa-page[data-page="shop"] > .unified-store-category-bar,
section.spa-page[data-page="shop"] > .store-category-bar,
section.spa-page[data-page="shop"] > .catalog-tabs{
  display:none!important;
}

/* MASTER v1.4 – Touchscreen Kategorien rechteckig und exakt zentriert */
@media (pointer: coarse), (any-pointer: coarse) {
  #jeckupTouchFullscreenCategories .touch-fullscreen-category,
  .touch-fullscreen-categories .touch-fullscreen-category {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    min-height: 54px !important;
    height: 54px !important;
    padding: 0 24px !important;

    border-radius: 0 !important;
    border: 1px solid #d8cfd3 !important;
    box-sizing: border-box !important;

    line-height: 1 !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
  }

  #jeckupTouchFullscreenCategories .touch-fullscreen-category.active,
  .touch-fullscreen-categories .touch-fullscreen-category.active {
    background: #9f345d !important;
    border-color: #9f345d !important;
    color: #fff !important;
  }
}

/* Auch bei Touch-Geräten, deren Browser pointer:coarse nicht sauber meldet */
body.jeckup-swipe-active .touch-fullscreen-category {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

/* MASTER v1.5 – erweiterte JeckUP Store-Kategorien */
.catalog-tabs{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  padding:8px 0 12px!important;
  margin:0 0 18px!important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

.catalog-tabs .store-category-item{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 16px!important;
  border:1px solid #d8cfd3!important;
  border-radius:0!important;
  background:#fff!important;
  color:#171417!important;
  font-weight:700!important;
  line-height:1.1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}

.catalog-tabs .store-category-item:hover{
  border-color:#9f345d!important;
  color:#9f345d!important;
  background:#fbf4f7!important;
}

.catalog-tabs .store-category-item.active{
  background:#9f345d!important;
  border-color:#9f345d!important;
  color:#fff!important;
}

/* Touch-Vollbild: viele Kategorien horizontal scrollbar */
.touch-fullscreen-categories{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}

.touch-fullscreen-categories::-webkit-scrollbar{
  display:none!important;
}

.touch-fullscreen-category{
  flex:0 0 auto!important;
  min-width:max-content!important;
  border-radius:0!important;
}

@media(max-width:700px){
  .catalog-tabs{
    gap:6px!important;
    padding:7px 0 10px!important;
  }

  .catalog-tabs .store-category-item{
    min-height:42px!important;
    padding:0 13px!important;
    font-size:.9rem!important;
  }

  .touch-fullscreen-category{
    height:48px!important;
    min-height:48px!important;
    padding:0 16px!important;
    font-size:.9rem!important;
  }
}

/* MASTER v1.6 – leeren grauen Balken entfernen */
section.spa-page[data-page="shop"] .store-filter-status:empty{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

/* Touch-Vollbild: Kategorienleiste horizontal wischbar */
.touch-fullscreen-categories{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  cursor:grab!important;
}

.touch-fullscreen-categories.is-dragging{
  cursor:grabbing!important;
  scroll-behavior:auto!important;
  user-select:none!important;
}

.touch-fullscreen-category{
  flex:0 0 auto!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:normal!important;
}

/* MASTER v1.7 – Kategorienleiste im Wisch-Vollbild sauber mittig */
#jeckupTouchFullscreen .touch-fullscreen-categories{
  width:100%!important;
  box-sizing:border-box!important;
  margin:0 auto!important;
  padding:10px max(14px,calc((100vw - 1500px)/2))!important;

  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;

  overflow-x:auto!important;
  overflow-y:hidden!important;
}

/* Wenn alle Kategorien in den Bildschirm passen: komplette Leiste zentrieren */
@media (min-width:1800px){
  #jeckupTouchFullscreen .touch-fullscreen-categories{
    justify-content:center!important;
  }
}

/* Jede Kategorie selbst exakt horizontal + vertikal zentriert */
#jeckupTouchFullscreen .touch-fullscreen-category{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  height:54px!important;
  min-height:54px!important;
  padding:0 20px!important;
  line-height:1.1!important;
  box-sizing:border-box!important;
}

/* Mobile/Tablet: symmetrischer Rand, damit erster/letzter Eintrag nicht am Rand klebt */
@media (max-width:1799px){
  #jeckupTouchFullscreen .touch-fullscreen-categories{
    padding-left:clamp(14px,4vw,42px)!important;
    padding-right:clamp(14px,4vw,42px)!important;
  }
}

/* MASTER v2.1 – Index Store-Einstieg + erweiterte Neuheiten */
section.spa-page[data-page="home"] .tilegrid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
section.spa-page[data-page="home"] .index-store-tile{
  min-height:300px;
}
section.spa-page[data-page="home"] .index-store-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
}
section.spa-page[data-page="home"] .cards{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
@media(max-width:1000px){
  section.spa-page[data-page="home"] .tilegrid,
  section.spa-page[data-page="home"] .cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:600px){
  section.spa-page[data-page="home"] .tilegrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  section.spa-page[data-page="home"] .index-store-tile{
    min-height:220px;
  }
  section.spa-page[data-page="home"] .cards{
    grid-template-columns:1fr!important;
  }
}

/* MASTER v2.2 – Index: weisse Overlay-Schrift, zentrierte Slides, Sales & Home */
section.spa-page[data-page="home"] .slider .slidecopy{
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:min(900px,88vw)!important;
  max-width:900px!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
}

section.spa-page[data-page="home"] .slider .slidecopy *,
section.spa-page[data-page="home"] .slider .slidecopy h1,
section.spa-page[data-page="home"] .slider .slidecopy p,
section.spa-page[data-page="home"] .slider .slidecopy .eyebrow{
  color:#fff!important;
  text-align:center!important;
}

section.spa-page[data-page="home"] .slider .slidecopy p{
  margin-left:auto!important;
  margin-right:auto!important;
  max-width:760px!important;
}

section.spa-page[data-page="home"] .slider .slidecopy .btn{
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Store-Kacheln auf der Indexseite: Overlay-Schrift immer weiss */
section.spa-page[data-page="home"] .index-store-tile .tilecopy,
section.spa-page[data-page="home"] .index-store-tile .tilecopy *,
section.spa-page[data-page="home"] .tilecopy,
section.spa-page[data-page="home"] .tilecopy *{
  color:#fff!important;
}

/* Bereichstitel als klickbare Store-Routen */
section.spa-page[data-page="home"] .sectionhead h2 > a{
  color:inherit!important;
  text-decoration:none!important;
}

/* Sales-Sektion */
section.spa-page[data-page="home"] .index-sales-section{
  padding-top:34px!important;
}
section.spa-page[data-page="home"] .index-sales-section .sectionhead{
  margin-bottom:18px!important;
}
section.spa-page[data-page="home"] .index-sales-section .sectionhead h2{
  margin:0!important;
}
section.spa-page[data-page="home"] .sale-index-badge{
  background:#c51f3a!important;
  color:#fff!important;
}
section.spa-page[data-page="home"] .index-old-price{
  margin-left:8px;
  color:#8a8085;
  text-decoration:line-through;
  font-size:.88em;
  font-weight:500;
}

/* Home und alle Hauptnavigationen auch auf kleinen Geräten routbar */
@media(max-width:900px){
  .nav a[href="#home"],
  .nav a[href="#shop"],
  .nav a[href="#shop-sale"],
  .nav a[href="#discover"],
  .nav a[href="#marketplace"],
  .nav a[href="#drops"]{
    display:inline-flex!important;
  }
}

/* Mobile-Slides weiterhin exakt mittig */
@media(max-width:650px){
  section.spa-page[data-page="home"] .slider .slidecopy{
    left:50%!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    width:calc(100% - 36px)!important;
    transform:translate(-50%,-50%)!important;
  }
  section.spa-page[data-page="home"] .slider .slidecopy h1{
    font-size:40px!important;
  }
}

/* MASTER v2.4 – alle Buttons der Index-Slider im JeckUP Rosa/Gold Design */
section.spa-page[data-page="home"] .slider .slidecopy .btn,
section.spa-page[data-page="home"] .slider .slidecopy a.btn,
section.spa-page[data-page="home"] .slider .slidecopy button.btn{
  background:linear-gradient(90deg,#9f345d 0%,#b64d73 48%,#c9a45d 100%)!important;
  border:1px solid #c9a45d!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(92,37,59,.24)!important;
}

section.spa-page[data-page="home"] .slider .slidecopy .btn:hover,
section.spa-page[data-page="home"] .slider .slidecopy a.btn:hover,
section.spa-page[data-page="home"] .slider .slidecopy button.btn:hover{
  background:linear-gradient(90deg,#8f2d53 0%,#a94369 48%,#d2b36e 100%)!important;
  border-color:#d2b36e!important;
  color:#fff!important;
  transform:translateY(-1px);
}

section.spa-page[data-page="home"] .slider .slidecopy .btn:focus-visible{
  outline:2px solid #d2b36e!important;
  outline-offset:3px!important;
}

/* STEP 4 – Store entry prompt */
.jeckup-entry-modal{position:fixed;inset:0;z-index:24000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(17,12,15,.58)}
.jeckup-entry-modal.show{display:flex}
.jeckup-entry-box{width:min(620px,100%);background:#fff;border:1px solid #eadfe2;padding:clamp(24px,4vw,40px);box-shadow:0 22px 70px rgba(0,0,0,.24)}
.jeckup-entry-box h2{margin:8px 0 12px;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15}
.jeckup-entry-box p{color:#625a5f;line-height:1.65}
.jeckup-entry-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
@media(max-width:600px){.jeckup-entry-actions{display:grid;grid-template-columns:1fr}.jeckup-entry-actions .btn{width:100%}}

#cookie{z-index:25000}
#cookie .cookiebox{width:min(920px,calc(100vw - 28px));max-height:88vh;overflow:auto;padding:28px;background:#fff}
#cookie .cookiecat{align-items:center}
#cookie .toggle{border:0;flex:0 0 48px}
#cookie .cookieactions{margin-top:18px}
@media(max-width:700px){
  #cookie{align-items:flex-end}
  #cookie .cookiebox{width:100%;max-height:92vh;border-radius:18px 18px 0 0;padding:22px 18px}
  #cookie .cookiecat{gap:14px}
  #cookie .cookieactions{display:grid;grid-template-columns:1fr}
  #cookie .cookieactions .btn{width:100%}
}

/* STEP 8 – Touch fullscreen hardening */
#jeckupTouchFullscreen{position:fixed;inset:0;z-index:30000;background:#fff}
#jeckupTouchFullscreen.active{display:flex!important}
body.jeckup-swipe-active{overflow:hidden!important}
#jeckupTouchFullscreen .touch-fullscreen-track{overscroll-behavior-x:contain;touch-action:pan-x pan-y}

/* STEP 9 – wischbare Touch-Kategorien */
#jeckupTouchFullscreenCategories{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scrollbar-width:none!important;
}
#jeckupTouchFullscreenCategories::-webkit-scrollbar{display:none!important}
#jeckupTouchFullscreenCategories .touch-fullscreen-category{
  flex:0 0 auto!important;
  min-height:50px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:0!important;
  text-align:center!important;
}

@media(max-width:900px){
  #catalogItems,.category-products-view{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  #catalogItems .catalog-product,.category-products-view .catalog-product{
    display:grid!important;
    grid-template-columns:minmax(110px,34vw) minmax(0,1fr)!important;
    min-height:150px!important;
  }
  #catalogItems .catalog-product-image-wrap,.category-products-view .catalog-product-image-wrap{
    width:100%!important;height:100%!important;aspect-ratio:auto!important;
  }
  #catalogItems .catalog-product-image,.category-products-view .catalog-product-image{
    width:100%!important;height:100%!important;object-fit:cover!important;
  }
}
@media(max-width:520px){
  #catalogItems .catalog-product,.category-products-view .catalog-product{
    grid-template-columns:120px minmax(0,1fr)!important;
  }
}

/* STEP 12 – Hauptnavigation auf allen Geräten vollständig sichtbar */
nav.nav{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
}
nav.nav::-webkit-scrollbar{display:none!important}
nav.nav a{display:inline-flex!important;flex:0 0 auto!important}
@media(max-width:900px){
  nav.nav a{display:inline-flex!important}
}

.index-jeckup-story-section{padding-top:26px!important;padding-bottom:44px!important}
.index-jeckup-story-box{padding:clamp(24px,4vw,48px);border:1px solid #e4d9de;background:linear-gradient(135deg,rgba(159,52,93,.06),rgba(201,164,93,.08)),#fff}
.index-jeckup-story-box h2{margin:0 0 18px;font-size:clamp(1.7rem,3vw,2.5rem)}
.index-jeckup-story-box p{max-width:1050px;line-height:1.75;color:#4e474b}
.index-jeckup-story-claim{font-weight:800!important;color:#8f3157!important}

/* STEP 17 – Index Slider Design */
.spa-page[data-page="home"] .slidecopy,
.spa-page[data-page="home"] .slidecopy *,
.spa-page[data-page="home"] .hero-content,
.spa-page[data-page="home"] .hero-content *{
  color:#fff!important;
  text-align:center!important;
}
.spa-page[data-page="home"] .slidecopy,
.spa-page[data-page="home"] .hero-content{
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  width:min(900px,88vw)!important;
  max-width:900px!important;
}
.spa-page[data-page="home"] .slidecopy .btn,
.spa-page[data-page="home"] .hero-content .btn{
  background:linear-gradient(90deg,#96385d 0%,#b64d73 50%,#c8a15c 100%)!important;
  color:#fff!important;
  border:1px solid #c8a15c!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.spa-page[data-page="home"] .tilecopy,
.spa-page[data-page="home"] .tilecopy *{color:#fff!important}

.catalog-product-description{margin:8px 0 0;color:#665d62;font-size:.88rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.catalog-product-badges{position:absolute;left:10px;top:10px;z-index:3;display:flex;gap:6px;flex-wrap:wrap;max-width:80%}
.catalog-product-badge{display:inline-flex;padding:6px 8px;background:#fff;color:#171417;font-size:10px;font-weight:900;letter-spacing:.03em;border:1px solid rgba(0,0,0,.08)}
.catalog-product-badge.badge-sale{background:#c51f3a;color:#fff}
.catalog-product-badge.badge-new,.catalog-product-badge.badge-drop,.catalog-product-badge.badge-release{background:#96385d;color:#fff}
.catalog-product-badge.badge-secondhand,.catalog-product-badge.badge-verified{background:#f5ead2;color:#563d14}
.catalog-product-badge.badge-premium,.catalog-product-badge.badge-exclusive{background:#171417;color:#fff}
.catalog-product-badge.badge-sustainable{background:#e5f5ea;color:#17633c}
.catalog-original-price{text-decoration:line-through;color:#81777c;font-weight:500;font-size:.88em}

/* STEP 21 – unified 100k catalog */
.step21-legacy-hidden{display:none!important}
.step21-catalog-section{max-width:1600px!important}
.step21-category-bar{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;margin-bottom:18px;scrollbar-width:none}
.step21-category-bar::-webkit-scrollbar{display:none}
.step21-category-link{flex:0 0 auto;border:1px solid #ddd1d6;padding:10px 14px;background:#fff;font-weight:700;font-size:13px}
.step21-category-link.active{background:#96385d;color:#fff;border-color:#96385d}
.step21-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}
.step21-filter{border:1px solid #e2d9dd;background:#fff;padding:18px}
.step21-filter-title{padding-bottom:14px;border-bottom:1px solid #eee;font-size:18px}
.step21-group{padding:16px 0;border-bottom:1px solid #eee}
.step21-group h4{margin:0 0 10px}
.step21-group select,.step21-group input[type=number]{width:100%;min-height:42px;border:1px solid #d8cfd3;background:#fff;padding:8px}
.step21-size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.step21-size,.step21-brand,.step21-color{border:1px solid #d8cfd3;background:#fff;cursor:pointer;min-height:38px}
.step21-size.active,.step21-brand.active,.step21-color.active{border-color:#96385d;background:#f9edf1;color:#7f294d;font-weight:800}
.step21-brand-grid{display:flex;flex-wrap:wrap;gap:6px}
.step21-brand{padding:6px 9px;font-size:12px}
.step21-color-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.step21-color{display:flex;align-items:center;gap:7px;padding:6px;font-size:12px}
.step21-swatch{width:20px;height:20px;border-radius:50%;background:var(--c);border:1px solid #999;flex:0 0 20px}
.step21-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:13px}
.step21-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.step21-toolbar{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.step21-toolbar select{min-height:42px;padding:8px;border:1px solid #d8cfd3;background:#fff}
.step21-status{color:#6b6468;margin-bottom:12px}
.step21-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.step21-products .catalog-product{border:1px solid #e8e2e5;background:#fff;min-width:0}
.step21-products .catalog-product-image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden}
.step21-products .catalog-product-image{width:100%;height:100%;object-fit:cover}
.step21-products .catalog-product-body{padding:14px}
.step21-products .catalog-product-actions{padding:0 14px 14px}
.step21-pagination{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:22px}
.step21-pagination button{min-width:40px;height:40px;border:1px solid #d8cfd3;background:#fff;cursor:pointer}
.step21-pagination button.active{background:#96385d;color:#fff;border-color:#96385d}
@media(max-width:1250px){.step21-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:950px){.step21-layout{grid-template-columns:1fr}.step21-filter{order:0}.step21-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.step21-products{grid-template-columns:1fr}.step21-checks{grid-template-columns:1fr}}

/* STEP 22 – JeckUP Backend */
.admin22-hero{background:linear-gradient(135deg,#171417,#7f294d);color:#fff}
.admin22-hero h1,.admin22-hero p{color:#fff}
.admin22-shell{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px;align-items:start}
.admin22-sidebar{background:#171417;padding:12px;position:sticky;top:70px}
.admin22-brand{color:#fff;font-weight:900;padding:12px}
.admin22-sidebar a{display:block;color:#ddd;padding:10px 12px;border-radius:4px}
.admin22-sidebar a.active,.admin22-sidebar a:hover{background:linear-gradient(90deg,#96385d,#c8a15c);color:#fff}
.admin22-main{min-width:0;display:grid;gap:16px}
.admin22-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.admin22-stat{background:#fff;border:1px solid #e8e2e5;padding:18px}
.admin22-stat small{color:#6b6468}.admin22-stat strong{display:block;font-size:26px;margin-top:5px}
.admin22-table{width:100%;border-collapse:collapse}.admin22-table th,.admin22-table td{padding:10px;border-bottom:1px solid #eee;text-align:left}
.admin22-pipeline{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.admin22-pipeline>div{border:1px solid #eee;padding:12px;background:#faf8f9}
.admin22-ai-result{margin-top:16px;padding:16px;background:#f9edf1;border-left:4px solid #96385d;line-height:1.6}
@media(max-width:950px){.admin22-shell{grid-template-columns:1fr}.admin22-sidebar{position:static;display:flex;overflow:auto;gap:4px}.admin22-sidebar a{white-space:nowrap}.admin22-stats{grid-template-columns:repeat(2,1fr)}.admin22-pipeline{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.admin22-stats,.admin22-pipeline{grid-template-columns:1fr}}

/* STEP 23 – Reviews */
.review23-card{border:1px solid #e8e2e5;padding:16px;margin:10px 0;background:#fff}
.review23-stars{display:flex;gap:4px;margin:10px 0}.review23-stars button{border:0;background:transparent;font-size:24px;cursor:pointer;color:#c8a15c}
.review23-card textarea{width:100%;min-height:90px;border:1px solid #d8cfd3;padding:10px}
.review23-badge{display:inline-flex;padding:5px 8px;background:#e5f6ec;color:#17633c;font-size:11px;font-weight:800}
.review23-admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

.basar24-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 18px}
.basar24-photo{border:1px dashed #cdbfc5;padding:12px;background:#faf8f9}
.basar24-photo span{display:block;font-weight:800;margin-bottom:8px}
.basar24-review{border:1px solid #e8e2e5;padding:16px;margin:12px 0}
.basar24-labels{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}
.basar24-label{padding:5px 8px;background:#f9edf1;color:#7f294d;font-size:11px;font-weight:800}
.basar24-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
@media(max-width:800px){.basar24-photo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.basar24-photo-grid{grid-template-columns:1fr}}

/* FINAL INTEGRATION HARDENING */
@media(max-width:900px){
  #jeckupMainNav a{display:inline-flex!important}
}

/* MASTER v3.4 – Store-Kategorieseiten nach #shop-women vereinheitlicht */
.step21-catalog-section .step21-layout{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:20px!important;align-items:start!important}
.step21-catalog-section .women-filter-template{position:static!important;top:auto!important;width:100%!important;max-width:none!important;max-height:none!important;overflow:visible!important;align-self:start!important;order:0!important;border:1px solid var(--line)!important;background:#fff!important;padding:16px!important;box-shadow:none!important}
.step21-catalog-section .women-filter-template .shop-filter{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.step21-catalog-section .women-filter-template .product-filter-content[hidden]{display:none!important}
.step21-catalog-section .women-filter-template .product-filter-content:not([hidden]){display:block!important}
.step21-catalog-section .step21-main{min-width:0!important;width:100%!important}
.step21-catalog-section .step21-category-bar{margin-top:0!important}
.step21-catalog-section .women-filter-template.step21-filter{padding:16px!important}
@media(max-width:1100px){.step21-catalog-section .step21-layout{grid-template-columns:320px minmax(0,1fr)!important;gap:16px!important}}
@media(max-width:900px){.step21-catalog-section .step21-layout{grid-template-columns:1fr!important}.step21-catalog-section .women-filter-template{width:100%!important;order:0!important}.step21-catalog-section .step21-main{order:1!important}}

/* MASTER v3.5 – Kategorie-Seiten bereinigt */
.spa-page[data-page^="shop-"] > .pagehero,
.spa-page[data-page="marketplace"] > .pagehero,
.spa-page[data-page="drops"] > .pagehero{
  display:none!important;
}
.spa-page[data-page^="shop-"] .category-intro,
.spa-page[data-page="marketplace"] .category-intro,
.spa-page[data-page="drops"] .category-intro{
  display:none!important;
}



/* MASTER v3.8 – Kategorienleisten auf ausgewählten Store-Unterseiten wiederhergestellt */
.spa-page[data-page="shop-accessoires"] .step21-category-bar,
.spa-page[data-page="shop-beauty"] .step21-category-bar,
.spa-page[data-page="shop-secondhand"] .step21-category-bar,
.spa-page[data-page="shop-gifts"] .step21-category-bar,
.spa-page[data-page="shop-men"] .step21-category-bar,
.spa-page[data-page="shop-home-living"] .step21-category-bar,
.spa-page[data-page="shop-inspiration"] .step21-category-bar,
.spa-page[data-page="shop-brands"] .step21-category-bar,
.spa-page[data-page="shop-premium"] .step21-category-bar,
.spa-page[data-page="shop-releases"] .step21-category-bar,
.spa-page[data-page="shop-shoes"] .step21-category-bar,
.spa-page[data-page="shop-homewear"] .step21-category-bar,
.spa-page[data-page="shop-special-clothing"] .step21-category-bar,
.spa-page[data-page="shop-sport"] .step21-category-bar,
.spa-page[data-page="shop-streetwear"] .step21-category-bar,
.spa-page[data-page="shop-teens"] .step21-category-bar,
.spa-page[data-page="shop-top100"] .step21-category-bar,
.spa-page[data-page="shop-sustainable"] .step21-category-bar,
.spa-page[data-page="shop-underwear"] .step21-category-bar {
    display:flex !important;
}



/* MASTER v3.11 – Kategorieboxen verwenden die exakte #shop-sale Struktur */
.category-info-sale-size{
  box-sizing:border-box!important;
}

/* MASTER v3.12 – einheitlicher Kategorie-Kopf über volle Homepagebreite */
.category-fullwidth-v312{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  border-radius:0!important;
}

.category-fullwidth-v312 .category-fullwidth-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:42px 4vw 34px!important;
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

.category-fullwidth-v312 h1,
.category-fullwidth-v312 h2,
.category-fullwidth-v312 h3{
  margin:0 0 18px!important;
  font-size:32px!important;
  line-height:1.15!important;
  font-weight:800!important;
}

.category-fullwidth-v312 p{
  margin:0 0 20px!important;
  max-width:1100px!important;
  font-size:18px!important;
  line-height:1.5!important;
}

.category-fullwidth-v312 .btn{
  min-width:278px!important;
  min-height:58px!important;
}

/* Der nachfolgende Katalog beginnt ebenfalls sauber über die verfügbare Breite. */
.spa-page[data-page^="shop"] > .step21-catalog-section,
.spa-page[data-page="marketplace"] > .step21-catalog-section,
.spa-page[data-page="drops"] > .step21-catalog-section{
  margin-top:0!important;
}

@media(max-width:700px){
  .category-fullwidth-v312 .category-fullwidth-inner{
    padding:28px 18px 24px!important;
  }
  .category-fullwidth-v312 h1,
  .category-fullwidth-v312 h2,
  .category-fullwidth-v312 h3{
    font-size:26px!important;
  }
  .category-fullwidth-v312 p{
    font-size:16px!important;
  }
  .category-fullwidth-v312 .btn{
    width:100%!important;
    min-width:0!important;
  }
}

/* MASTER v3.13 – SALE ohne kleine Box / Rahmen */
.spa-page[data-page="shop-sale"] .category-info-v39,
.spa-page[data-page="shop-sale"] .category-fullwidth-v312,
.spa-page[data-page="shop-sale"] .category-fullwidth-inner{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:#fff!important;
}
.spa-page[data-page="shop-sale"] .category-fullwidth-v312{
    margin:0!important;
    padding:0!important;
}
.spa-page[data-page="shop-sale"] .category-fullwidth-inner{
    padding:42px 4vw 34px!important;
}

/* MASTER v3.14 – SALE ist eine echte volle Breiten-Sektion, keine Box */
.spa-page[data-page="shop-sale"] > .sale-fullwidth-v314{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:#fff!important;
}
.spa-page[data-page="shop-sale"] > .sale-fullwidth-v314 > .sale-fullwidth-content{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:42px 4vw 34px!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:transparent!important;
    box-sizing:border-box!important;
}
.sale-fullwidth-v314 h2{
    margin:0 0 18px!important;
    font-size:32px!important;
    line-height:1.15!important;
    font-weight:800!important;
}
.sale-fullwidth-v314 p{
    margin:0 0 20px!important;
    font-size:18px!important;
    line-height:1.5!important;
}
.sale-fullwidth-v314 .btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:260px!important;
    min-height:58px!important;
}
@media(max-width:700px){
    .spa-page[data-page="shop-sale"] > .sale-fullwidth-v314 > .sale-fullwidth-content{
        padding:28px 18px 24px!important;
    }
    .sale-fullwidth-v314 h2{font-size:26px!important}
    .sale-fullwidth-v314 p{font-size:16px!important}
    .sale-fullwidth-v314 .btn{width:100%!important;min-width:0!important}
}

/* MASTER v3.16 – #shop Slider + News über volle Seitenbreite */
.spa-page[data-page="shop"] .shop-slider-fullwidth-v316{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

.spa-page[data-page="shop"] .shop-top-feature-fullwidth-v316{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,3fr) minmax(300px,1fr)!important;
  gap:18px!important;
  box-sizing:border-box!important;
}

/* Falls ein übergeordneter .container die Breite begrenzt, auf #shop für diesen Block aufheben */
.spa-page[data-page="shop"] .container:has(.shop-top-feature-fullwidth-v316){
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Slider und News-Spalte selbst ohne künstliche Max-Breite */
.spa-page[data-page="shop"] .shop-top-feature-fullwidth-v316 .shop-banner,
.spa-page[data-page="shop"] .shop-top-feature-fullwidth-v316 .shop-news{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

/* Desktop: fast volle Browserbreite, mit kleinem Sicherheitsrand */
@media(min-width:1001px){
  .spa-page[data-page="shop"] .shop-slider-fullwidth-v316{
    padding-left:2vw!important;
    padding-right:2vw!important;
  }
}

/* Tablet/Mobile: Slider und News sauber untereinander */
@media(max-width:1000px){
  .spa-page[data-page="shop"] .shop-top-feature-fullwidth-v316{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .spa-page[data-page="shop"] .shop-slider-fullwidth-v316{
    padding-left:12px!important;
    padding-right:12px!important;
  }
}

/* MASTER v3.17 – #shop Slider exakt auf die Dimensionen von #shop-sale zurücksetzen */
.spa-page[data-page="shop"] .shop-slider-match-sale-v317{
    width:auto!important;
    max-width:var(--max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
}
.spa-page[data-page="shop"] .shop-feature-match-sale-v317{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
}

/* v3.16 Fullwidth-Regeln für #shop gezielt neutralisieren */
.spa-page[data-page="shop"] .container:has(.shop-feature-match-sale-v317){
    width:100%!important;
    max-width:var(--max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:20px!important;
    padding-right:20px!important;
}
@media(max-width:700px){
    .spa-page[data-page="shop"] .shop-slider-match-sale-v317,
    .spa-page[data-page="shop"] .container:has(.shop-feature-match-sale-v317){
        padding-left:12px!important;
        padding-right:12px!important;
    }
}

/* MASTER v3.18 – ALLE Store-/Kategorie-Slider exakt wie #shop-sale dimensionieren */

/* Referenzbreite für alle Slider-Wrapper */
.spa-page .shop-slider-match-sale-v318{
    width:100%!important;
    max-width:var(--max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
}

/* Slider + News innerhalb des Referenzcontainers */
.spa-page .shop-feature-match-sale-v318{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}

/* Falls ein alter Fullwidth-Container die Breite überschreibt */
.spa-page .container:has(.shop-feature-match-sale-v318),
.spa-page .store-fixed-header-wrap:has(.shop-feature-match-sale-v318){
    width:100%!important;
    max-width:var(--max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
}

/* Gleiche Aufteilung und Höhe für Slider/News */
.spa-page .shop-feature-match-sale-v318{
    display:grid!important;
    grid-template-columns:minmax(0,3fr) minmax(300px,1fr)!important;
    gap:18px!important;
    align-items:stretch!important;
}

.spa-page .shop-feature-match-sale-v318 > *{
    min-width:0!important;
}

/* Alte v3.16/v3.17 Spezialgrössen neutralisieren */
.spa-page[data-page="shop"] .shop-slider-fullwidth-v316,
.spa-page[data-page="shop"] .shop-slider-match-sale-v317,
.spa-page[data-page="shop"] .shop-top-feature-fullwidth-v316,
.spa-page[data-page="shop"] .shop-feature-match-sale-v317{
    width:100%!important;
    max-width:none!important;
}

/* Tablet/Mobile exakt gleiches responsive Verhalten für alle */
@media(max-width:1000px){
    .spa-page .shop-feature-match-sale-v318{
        grid-template-columns:1fr!important;
        gap:12px!important;
    }

    .spa-page .shop-slider-match-sale-v318,
    .spa-page .container:has(.shop-feature-match-sale-v318),
    .spa-page .store-fixed-header-wrap:has(.shop-feature-match-sale-v318){
        padding-left:12px!important;
        padding-right:12px!important;
    }
}

/* MASTER v3.19 – #shop erster Slider wie Index: gleiche Höhe + kein Header-Abstand */

/* Kein Abstand zwischen Hauptheader/Navi und erster #shop Slider-Sektion */
.spa-page[data-page="shop"]{
    padding-top:0!important;
    margin-top:0!important;
}

.spa-page[data-page="shop"] > .shop-first-slider-v319,
.spa-page[data-page="shop"] .shop-first-slider-v319{
    margin-top:0!important;
    padding-top:0!important;
}

/* Eventuelle Container-/Section-Abstände über dem Slider neutralisieren */
.spa-page[data-page="shop"] > .container:first-child,
.spa-page[data-page="shop"] > section:first-child,
.spa-page[data-page="shop"] > div:first-child{
    margin-top:0!important;
    padding-top:0!important;
}

/* Index-Hero-Höhe als gemeinsame Desktop-Höhe verwenden */
.spa-page[data-page="shop"] .shop-first-feature-v319{
    height:clamp(520px,72vh,760px)!important;
    min-height:520px!important;
    max-height:760px!important;
    align-items:stretch!important;
}

/* Beide Spalten exakt auf Sliderhöhe ziehen */
.spa-page[data-page="shop"] .shop-first-feature-v319 > *{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
}

/* Slider-Bildfläche füllt die gesamte Höhe */
.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner,
.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner-track,
.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner-slide{
    height:100%!important;
    min-height:0!important;
}

.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner-slide img,
.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}

/* News-Spalte folgt exakt derselben Höhe */
.spa-page[data-page="shop"] .shop-first-feature-v319 .shop-news{
    height:100%!important;
    overflow:auto!important;
}

/* Header selbst darf keinen unteren Leerraum erzeugen */
header + .spa-page[data-page="shop"],
.header + .spa-page[data-page="shop"],
.site-header + .spa-page[data-page="shop"]{
    margin-top:0!important;
    padding-top:0!important;
}

@media(max-width:1000px){
    .spa-page[data-page="shop"] .shop-first-feature-v319{
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
    }

    .spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner{
        height:clamp(420px,65vh,650px)!important;
    }

    .spa-page[data-page="shop"] .shop-first-feature-v319 .shop-news{
        height:auto!important;
        overflow:visible!important;
    }
}

@media(max-width:600px){
    .spa-page[data-page="shop"] .shop-first-feature-v319 .shop-banner{
        height:clamp(360px,58vh,540px)!important;
    }
}

/* MASTER v3.20 – gemeinsamer oberster #shop Hero auf allen Kategorien */
.spa-page[data-page="shop"] > section:first-child,
.spa-page[data-page^="shop-"] > .shared-shop-hero-v320,
.spa-page[data-page="marketplace"] > .shared-shop-hero-v320,
.spa-page[data-page="drops"] > .shared-shop-hero-v320{
  margin-top:0!important;
  padding-top:0!important;
}

.shared-shop-hero-v320{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.shared-shop-hero-v320 .hero-slider{
  width:100%!important;
  margin:0!important;
}

/* MASTER v3.21 – Kategorienleiste horizontal scrollbar + Pfeile */
.category-scroll-shell-v321{
  position:relative!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}

.category-scroll-shell-v321 .step21-category-bar{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scrollbar-width:none!important;
  margin:0!important;
  padding:0!important;
}

.category-scroll-shell-v321 .step21-category-bar::-webkit-scrollbar{
  display:none!important;
}

.category-scroll-shell-v321 .step21-category-link{
  flex:0 0 auto!important;
}

.category-scroll-btn-v321{
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 42px!important;
  border:1px solid #d8cfd3!important;
  background:#fff!important;
  color:#171417!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer!important;
  z-index:2!important;
}

.category-scroll-btn-v321:hover{
  border-color:#96385d!important;
  color:#96385d!important;
}

.category-scroll-btn-v321:disabled{
  opacity:.35!important;
  cursor:default!important;
}

@media(max-width:700px){
  .category-scroll-shell-v321{
    gap:5px!important;
  }

  .category-scroll-btn-v321{
    width:36px!important;
    height:44px!important;
    flex-basis:36px!important;
    font-size:24px!important;
  }
}

/* MASTER v3.22 – Kategorie-Links bleiben trotz Horizontal-Scroll klickbar */
.category-scroll-shell-v321 .step21-category-link{
  pointer-events:auto!important;
  cursor:pointer!important;
  user-select:none!important;
  touch-action:manipulation!important;
  position:relative!important;
  z-index:1!important;
}

/* Die Scroll-Leiste selbst nutzt weiterhin natives Touch-/Trackpad-Scrolling */
.category-scroll-shell-v321 .step21-category-bar{
  cursor:default!important;
  touch-action:pan-x!important;
}

/* MASTER v3.24 – Kategorie-Wechsel ohne vertikales Springen */
html{
  scroll-behavior:auto!important;
}

/* MASTER v3.25 – ausführliche Kategorie-Marketingtexte */
.category-marketing-paragraph-v325{
  max-width:1180px!important;
  margin:0 0 16px!important;
  font-size:17px!important;
  line-height:1.72!important;
  color:#4f484c!important;
}

.category-marketing-paragraph-v325 + .category-marketing-paragraph-v325{
  margin-top:4px!important;
  margin-bottom:24px!important;
}

@media(max-width:700px){
  .category-marketing-paragraph-v325{
    font-size:15.5px!important;
    line-height:1.65!important;
  }
}

/* MASTER v3.28 – Story nur in der unteren Index-Textbox */
.jeckup-story-lower-v328{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  padding:48px clamp(20px,4vw,72px)!important;
}

.jeckup-story-lower-v328 h2{
  margin:0 0 22px!important;
  font-size:clamp(34px,3.3vw,54px)!important;
  line-height:1.08!important;
}

.jeckup-story-copy-v328{
  max-width:1280px!important;
  margin:0 0 16px!important;
  font-size:17px!important;
  line-height:1.68!important;
  color:#4f484c!important;
}

.jeckup-story-tagline-v328{
  margin:23px 0 32px!important;
  font-size:18px!important;
  font-weight:800!important;
  color:#9e315b!important;
}

.jeckup-founder-note-v328{
  max-width:980px!important;
  padding-top:21px!important;
  border-top:1px solid rgba(158,49,91,.25)!important;
}

.jeckup-founder-thanks-v328{
  margin:0 0 13px!important;
  font-size:16px!important;
  line-height:1.62!important;
  color:#4f484c!important;
}

.jeckup-signature-row-v328{
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  min-height:72px!important;
}

.jeckup-signature-v328{
  font-family:"Brush Script MT","Segoe Script","URW Chancery L",cursive!important;
  font-size:39px!important;
  font-style:italic!important;
  line-height:1!important;
  color:#171417!important;
  transform:rotate(-3deg);
}

.jeckup-founder-role-v328{
  margin:0!important;
  font-size:14px!important;
  font-weight:700!important;
  color:#6b6267!important;
}

.jeckup-rose-v328{
  position:relative!important;
  display:inline-block!important;
  width:55px!important;
  height:70px!important;
  flex:0 0 55px!important;
}

.rose-bloom-v328{
  position:absolute!important;
  left:13px!important;
  top:5px!important;
  width:30px!important;
  height:30px!important;
  transform-origin:50% 75%!important;
  animation:jeckupRoseBloom328 4.8s ease-in-out infinite!important;
}

.rose-bloom-v328 i{
  position:absolute!important;
  width:18px!important;
  height:22px!important;
  left:6px!important;
  top:4px!important;
  border-radius:70% 30% 65% 35%!important;
  background:#b5163b!important;
  transform-origin:50% 90%!important;
  box-shadow:inset -2px -2px 0 rgba(80,0,20,.16)!important;
}

.rose-bloom-v328 i:nth-child(1){transform:rotate(0deg) translateY(-5px)}
.rose-bloom-v328 i:nth-child(2){transform:rotate(72deg) translateY(-5px)}
.rose-bloom-v328 i:nth-child(3){transform:rotate(144deg) translateY(-5px)}
.rose-bloom-v328 i:nth-child(4){transform:rotate(216deg) translateY(-5px)}
.rose-bloom-v328 i:nth-child(5){transform:rotate(288deg) translateY(-5px)}

.rose-stem-v328{
  position:absolute!important;
  left:27px!important;
  top:31px!important;
  width:3px!important;
  height:35px!important;
  background:#3f7d42!important;
  border-radius:3px!important;
}

.rose-leaf-v328{
  position:absolute!important;
  left:29px!important;
  top:46px!important;
  width:17px!important;
  height:9px!important;
  background:#4c944d!important;
  border-radius:100% 0 100% 0!important;
  transform:rotate(-22deg)!important;
}

@keyframes jeckupRoseBloom328{
  0%,100%{transform:scale(.68) rotate(-5deg)}
  20%{transform:scale(.84)}
  45%,62%{transform:scale(1.13) rotate(2deg)}
  82%{transform:scale(.82)}
}

@media(prefers-reduced-motion:reduce){
  .rose-bloom-v328{animation:none!important;transform:scale(1)!important}
}

/* MASTER v3.36 – Slider-CTA springt nach Routing direkt zum Kategorienbereich */
.category-fullwidth-v312,
.sale-fullwidth-v314,
.category-info-v39,
.step21-catalog-section{
  scroll-margin-top:90px!important;
}

/* ===== extracted style block ===== */
/* v3.27 Index Story */
.jeckup-story-v327{
 background:transparent!important;background-image:none!important;
 border:0!important;box-shadow:none!important;
 padding:50px clamp(20px,4vw,72px)!important;
}
.jeckup-story-v327 h2{margin:0 0 22px!important;font-size:clamp(34px,3.3vw,54px)!important;line-height:1.08!important}
.jeckup-story-copy-v327{max-width:1280px!important;margin:0 0 16px!important;font-size:17px!important;line-height:1.68!important;color:#4f484c!important}
.jeckup-story-tagline-v327{margin:23px 0 32px!important;font-size:18px!important;font-weight:800!important;color:#9e315b!important}
.jeckup-founder-note-v327{max-width:980px!important;padding-top:21px!important;border-top:1px solid rgba(158,49,91,.25)!important}
.jeckup-founder-thanks-v327{margin:0 0 13px!important;font-size:16px!important;line-height:1.62!important;color:#4f484c!important}
.jeckup-signature-row-v327{display:flex!important;align-items:center!important;gap:15px!important;min-height:72px!important}
.jeckup-signature-v327{font-family:"Brush Script MT","Segoe Script","URW Chancery L",cursive!important;font-size:39px!important;font-style:italic!important;line-height:1!important;color:#171417!important;transform:rotate(-3deg)}
.jeckup-founder-role-v327{margin:0!important;font-size:14px!important;font-weight:700!important;color:#6b6267!important}
.jeckup-rose-v327{position:relative!important;display:inline-block!important;width:55px!important;height:70px!important;flex:0 0 55px!important}
.rose-bloom-v327{position:absolute!important;left:13px!important;top:5px!important;width:30px!important;height:30px!important;transform-origin:50% 75%!important;animation:jeckupRoseBloom 4.8s ease-in-out infinite!important}
.rose-bloom-v327 i{position:absolute!important;width:18px!important;height:22px!important;left:6px!important;top:4px!important;border-radius:70% 30% 65% 35%!important;background:#b5163b!important;transform-origin:50% 90%!important;box-shadow:inset -2px -2px 0 rgba(80,0,20,.16)!important}
.rose-bloom-v327 i:nth-child(1){transform:rotate(0deg) translateY(-5px)}
.rose-bloom-v327 i:nth-child(2){transform:rotate(72deg) translateY(-5px)}
.rose-bloom-v327 i:nth-child(3){transform:rotate(144deg) translateY(-5px)}
.rose-bloom-v327 i:nth-child(4){transform:rotate(216deg) translateY(-5px)}
.rose-bloom-v327 i:nth-child(5){transform:rotate(288deg) translateY(-5px)}
.rose-stem-v327{position:absolute!important;left:27px!important;top:31px!important;width:3px!important;height:35px!important;background:#3f7d42!important;border-radius:3px!important}
.rose-leaf-v327{position:absolute!important;left:29px!important;top:46px!important;width:17px!important;height:9px!important;background:#4c944d!important;border-radius:100% 0 100% 0!important;transform:rotate(-22deg)!important}
@keyframes jeckupRoseBloom{0%,100%{transform:scale(.68) rotate(-5deg)}20%{transform:scale(.84)}45%,62%{transform:scale(1.13) rotate(2deg)}82%{transform:scale(.82)}}
@media(prefers-reduced-motion:reduce){.rose-bloom-v327{animation:none!important;transform:scale(1)!important}}
@media(max-width:700px){.jeckup-story-v327{padding:36px 18px!important}.jeckup-story-copy-v327{font-size:15.5px!important;line-height:1.62!important}.jeckup-signature-v327{font-size:32px!important}}

/* ===== extracted style block ===== */
/* MASTER v3.32 — Index Produktkarten entsprechen dem Store */
.index-store-catalog-v332{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
}

/* same Store classes, only make entire Index card interactive */
.index-store-catalog-v332 .catalog-product{
  cursor:pointer!important;
  min-width:0!important;
}

.index-store-catalog-v332 .catalog-product-description{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.product-focus-v332{
  outline:3px solid rgba(159,52,93,.55)!important;
  outline-offset:4px!important;
}

@media(max-width:1250px){
  .index-store-catalog-v332{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .index-store-catalog-v332{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .index-store-catalog-v332{grid-template-columns:1fr!important}
}

/* ===== extracted style block ===== */
/* v3.38 — Inspiration & Damen auf Index gleich wie Sales */
.index-store-catalog-v338{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
}
.index-store-catalog-v338 .catalog-product{
  min-width:0!important;
  cursor:pointer!important;
}
.index-store-catalog-v338 .catalog-product-description{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
@media(max-width:1250px){
  .index-store-catalog-v338{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .index-store-catalog-v338{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .index-store-catalog-v338{grid-template-columns:1fr!important}
}

/* ===== extracted style block ===== */
/* v3.40 — 8 horizontale Kacheln, automatisch bewegend, ohne Pfeile */
.index-auto-tiles-v340{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:auto!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  padding-bottom:2px!important;
}
.index-auto-tiles-v340::-webkit-scrollbar{
  display:none!important;
}
.index-auto-tiles-v340 > .tile{
  flex:0 0 clamp(270px,24vw,390px)!important;
  width:clamp(270px,24vw,390px)!important;
  min-width:270px!important;
}
.index-auto-tiles-v340 > .tile img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
@media(max-width:900px){
  .index-auto-tiles-v340 > .tile{
    flex-basis:78vw!important;
    width:78vw!important;
  }
}
@media(max-width:560px){
  .index-auto-tiles-v340 > .tile{
    flex-basis:86vw!important;
    width:86vw!important;
  }
}

/* ===== extracted style block ===== */
/* v3.41 – globaler WhatsApp Floating Contact Button */
.jeckup-whatsapp-float-v341{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  z-index:9998!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  min-height:52px!important;
  padding:0 17px!important;
  border-radius:999px!important;
  background:#25D366!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800!important;
  font-size:14px!important;
  box-shadow:0 8px 28px rgba(0,0,0,.22)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.jeckup-whatsapp-float-v341:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 11px 32px rgba(0,0,0,.28)!important;
}
.jeckup-wa-icon-v341{
  font-size:24px!important;
  line-height:1!important;
  color:#fff!important;
}
.jeckup-wa-label-v341{color:#fff!important}

@media(max-width:600px){
  .jeckup-whatsapp-float-v341{
    right:14px!important;
    bottom:14px!important;
    width:52px!important;
    min-width:52px!important;
    padding:0!important;
    justify-content:center!important;
  }
  .jeckup-wa-label-v341{display:none!important}
}

/* ===== extracted style block ===== */
/* v3.41 – Cookie-Zugang auf Index und allen Seiten */

@media(max-width:600px){
  
}

/* ===== extracted style block ===== */
.swiss-flag-v347{display:inline-block!important;position:relative!important;width:22px!important;height:16px!important;margin:0 6px 0 2px!important;vertical-align:-2px!important;background:#d52b1e!important;border-radius:1px!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}
.swiss-flag-v347::before,.swiss-flag-v347::after{content:""!important;position:absolute!important;background:#fff!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important}
.swiss-flag-v347::before{width:10px!important;height:3px!important}
.swiss-flag-v347::after{width:3px!important;height:10px!important}

/* ===== extracted style block ===== */
/* v3.49 — Store Touch-Wischansicht */

/* Modal */
.jeckup-touch-modal-v349{
  position:fixed!important;
  inset:0!important;
  z-index:12000!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
  background:rgba(0,0,0,.50)!important;
}
.jeckup-touch-modal-v349.show{
  display:flex!important;
}
.jeckup-touch-modal-box-v349{
  width:min(560px,94vw)!important;
  padding:30px!important;
  background:#fff!important;
  color:#171417!important;
  box-shadow:0 18px 55px rgba(0,0,0,.28)!important;
}
.jeckup-touch-modal-box-v349 h2{
  margin:0 0 14px!important;
  font-size:28px!important;
}
.jeckup-touch-modal-box-v349 p{
  margin:0 0 22px!important;
  font-size:16px!important;
  line-height:1.6!important;
}
.jeckup-touch-modal-actions-v349{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.jeckup-touch-modal-actions-v349 .btn{
  flex:1 1 210px!important;
}

/* Touch swipe applies ONLY in Store pages */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  gap:16px!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scrollbar-width:none!important;
  padding:8px 2vw 18px!important;
}
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products::-webkit-scrollbar{
  display:none!important;
}
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product{
  flex:0 0 min(82vw,460px)!important;
  min-width:min(82vw,460px)!important;
  max-width:min(82vw,460px)!important;
  scroll-snap-align:center!important;
  scroll-snap-stop:always!important;
}

/* Keep category bar swipeable and centered */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-category-bar{
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  justify-content:flex-start!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x!important;
  scrollbar-width:none!important;
}
html.jeckup-touch-swipe-v349 .spa-page.active .step21-category-bar::-webkit-scrollbar{
  display:none!important;
}
html.jeckup-touch-swipe-v349 .spa-page.active .step21-category-link{
  flex:0 0 auto!important;
  scroll-snap-align:center!important;
}

/* Fullscreen swipe */
html.jeckup-touch-fullscreen-v349 body{
  overflow-x:hidden!important;
}
html.jeckup-touch-fullscreen-v349 .spa-page.active .step21-catalog-section{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
html.jeckup-touch-fullscreen-v349 .spa-page.active .step21-products{
  width:100vw!important;
  max-width:none!important;
  padding-left:4vw!important;
  padding-right:4vw!important;
}
html.jeckup-touch-fullscreen-v349 .spa-page.active .step21-products .catalog-product{
  flex:0 0 min(88vw,560px)!important;
  min-width:min(88vw,560px)!important;
  max-width:min(88vw,560px)!important;
}

@media(min-width:700px) and (max-width:1100px){
  html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product{
    flex-basis:min(48vw,500px)!important;
    min-width:min(48vw,500px)!important;
    max-width:min(48vw,500px)!important;
  }
  html.jeckup-touch-fullscreen-v349 .spa-page.active .step21-products .catalog-product{
    flex-basis:min(72vw,620px)!important;
    min-width:min(72vw,620px)!important;
    max-width:min(72vw,620px)!important;
  }
}
@media(max-width:600px){
  .jeckup-touch-modal-box-v349{padding:22px!important}
  .jeckup-touch-modal-box-v349 h2{font-size:23px!important}
  .jeckup-touch-modal-box-v349 p{font-size:14.5px!important}
}

/* ===== extracted style block ===== */
/* v3.50 – Touch Coverflow / Depth Effect für Produktkarten */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products{
  perspective:1400px!important;
  perspective-origin:center center!important;
  align-items:center!important;
  padding-top:34px!important;
  padding-bottom:34px!important;
  scroll-padding-inline:8vw!important;
}

html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product{
  transform-origin:center center!important;
  will-change:transform,opacity,filter!important;
  transition:
    transform .12s linear,
    opacity .12s linear,
    filter .12s linear,
    box-shadow .12s linear!important;
  z-index:1!important;
}

/* JS setzt diese Variablen kontinuierlich während des Wischens */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product{
  transform:
    translateZ(var(--jeckup-z, -80px))
    scale(var(--jeckup-scale, .84))
    rotateY(var(--jeckup-rotate, 0deg))!important;
  opacity:var(--jeckup-opacity, .68)!important;
  filter:brightness(var(--jeckup-brightness, .88)) saturate(var(--jeckup-saturation, .88))!important;
  box-shadow:0 10px 24px rgba(0,0,0,.10)!important;
}

html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product.jeckup-coverflow-active-v350{
  z-index:8!important;
  box-shadow:0 22px 55px rgba(0,0,0,.22)!important;
}

/* Vollbildmodus: noch stärkerer Fokus */
html.jeckup-touch-fullscreen-v349 .spa-page.active .step21-products{
  perspective:1700px!important;
  scroll-padding-inline:6vw!important;
}

/* etwas Seitenraum, damit kleine Nachbarkarten sichtbar bleiben */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products::before,
html.jeckup-touch-swipe-v349 .spa-page.active .step21-products::after{
  content:""!important;
  flex:0 0 6vw!important;
}

@media(max-width:600px){
  html.jeckup-touch-swipe-v349 .spa-page.active .step21-products{
    padding-top:26px!important;
    padding-bottom:26px!important;
    scroll-padding-inline:5vw!important;
  }
  html.jeckup-touch-swipe-v349 .spa-page.active .step21-products::before,
  html.jeckup-touch-swipe-v349 .spa-page.active .step21-products::after{
    flex-basis:4vw!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html.jeckup-touch-swipe-v349 .spa-page.active .step21-products .catalog-product{
    transition:none!important;
  }
}

/* ===== extracted style block ===== */
/* v3.51 – Wischansicht ohne Pagination, immer 100 Produkte */

/* Pagination verschwindet ausschliesslich im Touch-Wischmodus */
html.jeckup-touch-swipe-v349 .spa-page.active .pagination,
html.jeckup-touch-swipe-v349 .spa-page.active [class*="pagination"],
html.jeckup-touch-swipe-v349 .spa-page.active .step21-pagination,
html.jeckup-touch-swipe-v349 .spa-page.active [data-pagination]{
  display:none!important;
}

/* Page-size controls ebenfalls ausblenden: Touch ist fest auf 100 */
html.jeckup-touch-swipe-v349 .spa-page.active select[name*="page"],
html.jeckup-touch-swipe-v349 .spa-page.active [data-page-size],
html.jeckup-touch-swipe-v349 .spa-page.active .page-size,
html.jeckup-touch-swipe-v349 .spa-page.active [class*="page-size"]{
  display:none!important;
}

/* ===== extracted style block ===== */
/* v3.52 – Im Touch-Wischmodus keine Anzeige wie "1–30 Artikel" */
html.jeckup-touch-swipe-v349 .spa-page.active .step21-count,
html.jeckup-touch-swipe-v349 .spa-page.active .product-count,
html.jeckup-touch-swipe-v349 .spa-page.active .results-count,
html.jeckup-touch-swipe-v349 .spa-page.active [data-product-count],
html.jeckup-touch-swipe-v349 .spa-page.active [class*="result-count"],
html.jeckup-touch-swipe-v349 .spa-page.active [class*="product-count"]{
  display:none!important;
}

/* ===== extracted style block ===== */
/* Hamburger bewusst entfernt */
.mobile-menu{display:none!important}

/* Header bleibt ansonsten unverändert; Mobile/Tablet ohne leere Hamburger-Spalte */
@media(max-width:900px){
  .mainhead{
    grid-template-columns:1fr auto!important;
    align-items:center!important;
  }
  .brand{justify-self:start!important}
  .icons{justify-self:end!important}

  /* Hauptnavigation bleibt direkt sichtbar und horizontal bedienbar */
  .nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    scroll-behavior:auto!important;
  }
  .nav::-webkit-scrollbar{display:none!important}
  .nav a{display:inline-flex!important;flex:0 0 auto!important}
}

/* Der gewünschte Kachelbereich – auf Desktop weiterhin eine horizontale Kachelreihe */
#indexAutoTilesV340{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  gap:16px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-behavior:auto!important;
  cursor:grab;
}
#indexAutoTilesV340:active{cursor:grabbing}
#indexAutoTilesV340::-webkit-scrollbar{display:none!important}

#indexAutoTilesV340 > .tile{
  flex:0 0 clamp(270px,24vw,390px)!important;
  width:clamp(270px,24vw,390px)!important;
  min-width:270px!important;
  max-width:390px!important;
}

/* Tablet / Mobile: grosse, gut wischbare Kacheln */
@media(max-width:900px){
  #indexAutoTilesV340 > .tile{
    flex-basis:78vw!important;
    width:78vw!important;
    min-width:78vw!important;
    max-width:78vw!important;
  }
}
@media(max-width:560px){
  #indexAutoTilesV340 > .tile{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
    max-width:86vw!important;
  }
}

/* WICHTIG:
   .slider / .slide / .hero-slider / .hero-slide werden hier NICHT überschrieben.
   Der bestehende grosse Hero-Slider behält daher seinen bisherigen Fade-Effekt. */

/* ===== extracted style block ===== */
.jeckup-cart-item,.jeckup-wishlist-item{
  display:grid;grid-template-columns:88px minmax(0,1fr) auto;
  gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)
}
.jeckup-cart-item img,.jeckup-wishlist-item img{
  width:88px;height:112px;object-fit:cover;background:#f3f1f2
}
.jeckup-item-title{font-weight:800;margin-bottom:5px}
.jeckup-item-price{font-weight:800;margin-top:5px}
.jeckup-item-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.jeckup-item-actions button{min-height:38px;padding:0 12px}
.jeckup-cart-footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:20px}
.jeckup-header-count{
 display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;
 padding:0 5px;border-radius:999px;background:var(--rose-800);color:#fff;font-size:10px;font-weight:800
}
.heart.jeckup-wished{color:#9f345d;font-weight:900}
@media(max-width:600px){
 .jeckup-cart-item,.jeckup-wishlist-item{grid-template-columns:68px 1fr}
 .jeckup-cart-item img,.jeckup-wishlist-item img{width:68px;height:90px}
 .jeckup-item-actions{grid-column:2}
}

/* ===== extracted style block ===== */
/* Hero-Bilder immer exakt an die jeweilige Slider-Box anpassen.
   Kein Stretching: Box wird vollständig gefüllt, Überstand sauber beschnitten. */
.slider .slide,
.hero-slider .hero-slide,
.fashion-basar-slider .fashion-basar-slide{
  width:100%!important;
  height:100%!important;
  inset:0!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
}

/* Falls ein Hero später echte <img>-Elemente statt background-image verwendet. */
.slider .slide > img,
.hero-slider .hero-slide > img,
.fashion-basar-slider .fashion-basar-slide > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Gerätespezifische Slider-Höhen, damit Bild und Box immer zusammenpassen. */
@media(max-width:900px){
  .slider,
  .hero-slider,
  .fashion-basar-slider{
    width:100%!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }
  .hero-slider{
    height:68svh!important;
    min-height:500px!important;
  }
}
@media(max-width:650px){
  .slider,
  .hero-slider,
  .fashion-basar-slider{
    width:100%!important;
    max-width:100vw!important;
  }
  .slider{
    height:62svh!important;
    min-height:440px!important;
  }
  .hero-slider{
    height:64svh!important;
    min-height:460px!important;
  }
  .fashion-basar-slider{
    min-height:500px!important;
    height:64svh!important;
  }
}
@media(max-width:430px){
  .slider .slide,
  .hero-slider .hero-slide,
  .fashion-basar-slider .fashion-basar-slide{
    background-position:center center!important;
  }
  .hero-slider{
    height:62svh!important;
    min-height:440px!important;
  }
}

/* ===== extracted style block ===== */
/* Favoriten-Herz immer sichtbar oben rechts */
.cardmedia,
.catalog-product-image-wrap,
.touch-fullscreen-media{
  position:relative!important;
}
.heart,
.catalog-product-favorite,
.touch-fullscreen-favorite{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:12!important;
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(0,0,0,.08)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.96)!important;
  color:#171417!important;
  box-shadow:0 4px 14px rgba(0,0,0,.18)!important;
  cursor:pointer!important;
  font-size:23px!important;
  line-height:1!important;
  padding:0!important;
  pointer-events:auto!important;
}
.heart:hover,
.catalog-product-favorite:hover,
.touch-fullscreen-favorite:hover{
  transform:scale(1.06);
}
.heart.jeckup-wished,
.catalog-product-favorite.jeckup-wished,
.touch-fullscreen-favorite.jeckup-wished{
  color:#9f345d!important;
  background:#fff!important;
}

/* Merkliste: Produkt ist direkt anklickbar und kann in den Warenkorb verschoben werden */
.jeckup-wishlist-item{
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease;
}
.jeckup-wishlist-item:hover{
  background:#fcf8fa;
}
.jeckup-wishlist-item .jeckup-item-actions{
  cursor:default;
}

/* Checkout-Hinweis */
.jeckup-checkout-account-state{
  margin-top:14px;
  padding:12px 14px;
  border-left:4px solid var(--rose-700);
  background:var(--rose-100);
  font-size:13px;
}

/* ===== extracted style block ===== */
/*
 v3.52.15
 Hero-Slider auf allen Geräten:
 - gleiche proportionale Box-Logik
 - Textblock immer exakt horizontal/vertikal zentriert
 - responsive Typografie
 - Bild füllt Box proportional
 - bestehender Fade-Effekt bleibt unangetastet
*/

/* Slider-Box: Desktop */
.slider,
.hero-slider{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  height:clamp(520px,68vh,760px)!important;
  min-height:520px!important;
}

/* Alle Slides füllen exakt dieselbe Box */
.slider .slide,
.hero-slider .hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

/* Falls Slider echte Bilder enthält */
.slider .slide > img,
.hero-slider .hero-slide > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/*
 Der Textcontainer liegt immer in der Mitte der Sliderbox.
 max-width verhindert auf Desktop zu breite Textzeilen.
*/
.slider .content,
.slider .slide .content,
.hero-slider .hero-content,
.hero-slider .hero-slide .hero-content,
.hero-slider .content,
.hero-slider .hero-slide .content{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:min(88%,900px)!important;
  max-width:900px!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  padding:clamp(20px,3vw,42px)!important;
  box-sizing:border-box!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Sämtliche direkten Texte des Hero-Contents zentrieren */
.slider .content > *,
.slider .slide .content > *,
.hero-slider .hero-content > *,
.hero-slider .hero-slide .hero-content > *,
.hero-slider .content > *,
.hero-slider .hero-slide .content > *{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Titel skaliert kontrolliert zwischen Mobile und Desktop */
.slider .content h1,
.slider .content h2,
.hero-slider .hero-content h1,
.hero-slider .hero-content h2,
.hero-slider .content h1,
.hero-slider .content h2{
  width:100%!important;
  max-width:820px!important;
  font-size:clamp(42px,5.3vw,78px)!important;
  line-height:.98!important;
  text-align:center!important;
  text-wrap:balance;
}

/* Eyebrow / Collection */
.slider .content .eyebrow,
.hero-slider .hero-content .eyebrow,
.hero-slider .content .eyebrow{
  width:100%!important;
  text-align:center!important;
}

/* Beschreibung */
.slider .content p,
.hero-slider .hero-content p,
.hero-slider .content p{
  width:100%!important;
  max-width:760px!important;
  font-size:clamp(17px,1.55vw,25px)!important;
  line-height:1.45!important;
  text-align:center!important;
}

/* CTA bleibt mittig und wird auf kleinen Geräten sinnvoll breit */
.slider .content .btn,
.hero-slider .hero-content .btn,
.hero-slider .content .btn{
  align-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Tablet */
@media(max-width:900px){
  .slider,
  .hero-slider{
    height:clamp(540px,72svh,720px)!important;
    min-height:540px!important;
  }

  .slider .content,
  .slider .slide .content,
  .hero-slider .hero-content,
  .hero-slider .hero-slide .hero-content,
  .hero-slider .content,
  .hero-slider .hero-slide .content{
    width:92%!important;
    max-width:760px!important;
    padding:24px!important;
  }

  .slider .content h1,
  .slider .content h2,
  .hero-slider .hero-content h1,
  .hero-slider .hero-content h2,
  .hero-slider .content h1,
  .hero-slider .content h2{
    font-size:clamp(44px,8vw,66px)!important;
  }
}

/* Smartphone – gleiche visuelle Box wie im Screenshot, aber geräteabhängig */
@media(max-width:650px){
  .slider,
  .hero-slider{
    height:clamp(540px,72svh,680px)!important;
    min-height:540px!important;
    max-height:680px!important;
  }

  .slider .content,
  .slider .slide .content,
  .hero-slider .hero-content,
  .hero-slider .hero-slide .hero-content,
  .hero-slider .content,
  .hero-slider .hero-slide .content{
    width:94%!important;
    max-width:560px!important;
    padding:18px 16px!important;
  }

  .slider .content h1,
  .slider .content h2,
  .hero-slider .hero-content h1,
  .hero-slider .hero-content h2,
  .hero-slider .content h1,
  .hero-slider .content h2{
    max-width:100%!important;
    font-size:clamp(42px,11.5vw,58px)!important;
    line-height:.98!important;
  }

  .slider .content p,
  .hero-slider .hero-content p,
  .hero-slider .content p{
    max-width:92%!important;
    font-size:clamp(17px,4.6vw,22px)!important;
  }

  .slider .content .btn,
  .hero-slider .hero-content .btn,
  .hero-slider .content .btn{
    width:min(92%,520px)!important;
    max-width:520px!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

/* Sehr schmale Telefone */
@media(max-width:390px){
  .slider,
  .hero-slider{
    height:clamp(520px,72svh,640px)!important;
    min-height:520px!important;
  }

  .slider .content h1,
  .slider .content h2,
  .hero-slider .hero-content h1,
  .hero-slider .hero-content h2,
  .hero-slider .content h1,
  .hero-slider .content h2{
    font-size:clamp(38px,11vw,48px)!important;
  }
}

/* ===== extracted style block ===== */
/*
  v3.52.16 – HOME HERO KORREKTUR
  Betrifft gezielt den sichtbaren Startseiten-Slider (.slider / .slidecopy).
  Desktop bleibt proportional gross; Tablet/Mobile bekommen eine kontrollierte,
  nicht überhohe Sliderbox. Alle Texte bleiben exakt in der Boxmitte.
*/

/* Grundbox – alle Slides exakt gleich gross */
section.spa-page[data-page="home"] > .slider{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  height:clamp(500px,62vh,720px)!important;
  min-height:500px!important;
  max-height:720px!important;
  overflow:hidden!important;
  margin:0!important;
}

section.spa-page[data-page="home"] > .slider > .slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
}

/* Der echte Textcontainer in diesem Master ist .slidecopy */
section.spa-page[data-page="home"] > .slider > .slide > .slidecopy{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;

  width:min(90%,900px)!important;
  max-width:900px!important;
  min-width:0!important;

  margin:0!important;
  padding:24px!important;
  box-sizing:border-box!important;

  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;

  text-align:center!important;
  color:#fff!important;
}

section.spa-page[data-page="home"] > .slider > .slide > .slidecopy > *{
  width:auto!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

section.spa-page[data-page="home"] > .slider > .slide > .slidecopy .eyebrow{
  display:block!important;
  width:100%!important;
  margin-bottom:10px!important;
  text-align:center!important;
}

section.spa-page[data-page="home"] > .slider > .slide > .slidecopy h1{
  width:100%!important;
  max-width:820px!important;
  margin-top:0!important;
  margin-bottom:18px!important;
  font-size:clamp(48px,5vw,72px)!important;
  line-height:1.02!important;
  text-align:center!important;
  text-wrap:balance;
}

section.spa-page[data-page="home"] > .slider > .slide > .slidecopy p{
  width:100%!important;
  max-width:720px!important;
  margin-top:0!important;
  margin-bottom:20px!important;
  font-size:clamp(18px,1.55vw,24px)!important;
  line-height:1.45!important;
  text-align:center!important;
}

section.spa-page[data-page="home"] > .slider > .slide > .slidecopy .btn{
  display:inline-flex!important;
  align-self:center!important;
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

/* TABLET: deutlich flacher als zuvor und exakt zentriert */
@media (min-width:651px) and (max-width:1024px){
  section.spa-page[data-page="home"] > .slider{
    height:clamp(480px,58svh,600px)!important;
    min-height:480px!important;
    max-height:600px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy{
    width:min(88%,760px)!important;
    max-width:760px!important;
    padding:22px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy h1{
    font-size:clamp(46px,6.5vw,62px)!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy p{
    max-width:650px!important;
    font-size:clamp(17px,2.3vw,21px)!important;
  }
}

/* MOBILE: kompakte feste Box statt fast voller Bildschirmhöhe */
@media (max-width:650px){
  section.spa-page[data-page="home"] > .slider{
    width:100%!important;
    height:clamp(460px,61svh,560px)!important;
    min-height:460px!important;
    max-height:560px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide{
    background-position:center center!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy{
    left:50%!important;
    top:50%!important;
    right:auto!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;

    width:calc(100% - 32px)!important;
    max-width:560px!important;
    padding:16px 10px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy .eyebrow{
    margin-bottom:9px!important;
    font-size:clamp(11px,3.1vw,14px)!important;
    letter-spacing:2.2px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy h1{
    width:100%!important;
    max-width:520px!important;
    margin-bottom:14px!important;
    font-size:clamp(38px,10vw,50px)!important;
    line-height:1.00!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy p{
    width:100%!important;
    max-width:500px!important;
    margin-bottom:18px!important;
    font-size:clamp(16px,4.3vw,20px)!important;
    line-height:1.42!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy .btn{
    width:min(92%,500px)!important;
    max-width:500px!important;
    min-height:52px!important;
  }
}

/* Kleine Smartphones */
@media (max-width:390px){
  section.spa-page[data-page="home"] > .slider{
    height:clamp(440px,60svh,520px)!important;
    min-height:440px!important;
    max-height:520px!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy h1{
    font-size:clamp(35px,9.8vw,44px)!important;
  }

  section.spa-page[data-page="home"] > .slider > .slide > .slidecopy p{
    font-size:clamp(15px,4.1vw,18px)!important;
  }
}

/* Der bestehende Fade-Mechanismus wird absichtlich NICHT überschrieben. */

/* ===== extracted style block ===== */
/*
  HOME-SEKTIONEN ALS AUTO-CAROUSEL
  - Lifestyle
  - Neu eingetroffen
  - Sales
  - Inspiration
  - Damen
  Desktop-Produktdesign bleibt auf allen Geräten erhalten.
*/

#indexAutoTilesV340,
#indexNewProductsV332,
#indexSaleProductsV332,
#indexInspirationProductsV338,
#indexWomenProductsV338{
  display:flex!important;
  grid-template-columns:none!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-behavior:auto!important;
  cursor:grab;
  padding-bottom:4px!important;
}
#indexAutoTilesV340::-webkit-scrollbar,
#indexNewProductsV332::-webkit-scrollbar,
#indexSaleProductsV332::-webkit-scrollbar,
#indexInspirationProductsV338::-webkit-scrollbar,
#indexWomenProductsV338::-webkit-scrollbar{display:none!important}

#indexAutoTilesV340:active,
#indexNewProductsV332:active,
#indexSaleProductsV332:active,
#indexInspirationProductsV338:active,
#indexWomenProductsV338:active{cursor:grabbing}

/* Lifestyle: Desktop bleibt Kachelreihe wie bisher. */
#indexAutoTilesV340 > .tile{
  flex:0 0 clamp(290px,24vw,390px)!important;
  width:clamp(290px,24vw,390px)!important;
  min-width:290px!important;
  max-width:390px!important;
}

/* Produktbereiche: gleiche Desktop-Kartenform auf allen Geräten. */
#indexNewProductsV332 > .catalog-product,
#indexSaleProductsV332 > .catalog-product,
#indexInspirationProductsV338 > .catalog-product,
#indexWomenProductsV338 > .catalog-product{
  flex:0 0 clamp(275px,23vw,335px)!important;
  width:clamp(275px,23vw,335px)!important;
  min-width:275px!important;
  max-width:335px!important;
  display:flex!important;
  flex-direction:column!important;
  align-self:stretch!important;
  cursor:pointer!important;
}

/* Mobile/Tablet NICHT auf 1-2 Spalten umschalten – horizontal gleiche Karte */
@media(max-width:900px){
  #indexAutoTilesV340 > .tile{
    flex-basis:min(78vw,360px)!important;
    width:min(78vw,360px)!important;
    min-width:min(78vw,360px)!important;
    max-width:min(78vw,360px)!important;
  }

  #indexNewProductsV332 > .catalog-product,
  #indexSaleProductsV332 > .catalog-product,
  #indexInspirationProductsV338 > .catalog-product,
  #indexWomenProductsV338 > .catalog-product{
    flex-basis:min(76vw,320px)!important;
    width:min(76vw,320px)!important;
    min-width:min(76vw,320px)!important;
    max-width:min(76vw,320px)!important;
  }
}

@media(max-width:560px){
  #indexAutoTilesV340 > .tile{
    flex-basis:84vw!important;
    width:84vw!important;
    min-width:84vw!important;
    max-width:84vw!important;
  }

  #indexNewProductsV332 > .catalog-product,
  #indexSaleProductsV332 > .catalog-product,
  #indexInspirationProductsV338 > .catalog-product,
  #indexWomenProductsV338 > .catalog-product{
    flex-basis:82vw!important;
    width:82vw!important;
    min-width:82vw!important;
    max-width:82vw!important;
  }
}

/* Produktdetail */
#jeckupProductDetailImage,
#jeckupProductDetailImage2{
  width:100%!important;
  aspect-ratio:3/4;
  object-fit:cover!important;
  background:#f3f1f2;
}
#jeckupProductDetailDescription,
#jeckupProductDetailLongDescription,
#jeckupProductDetailInfo{
  line-height:1.7;
}

/* ===== v3.52.19 DESKTOP CAROUSEL FIX ===== */
@media (min-width:901px){

  /* All requested HOME rails remain one horizontal desktop row */
  #indexAutoTilesV340,
  #indexNewProductsV332,
  #indexSaleProductsV332,
  #indexInspirationProductsV338,
  #indexWomenProductsV338{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:flex-start!important;
    align-content:flex-start!important;
    gap:16px!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-behavior:auto!important;
  }

  #indexAutoTilesV340::-webkit-scrollbar,
  #indexNewProductsV332::-webkit-scrollbar,
  #indexSaleProductsV332::-webkit-scrollbar,
  #indexInspirationProductsV338::-webkit-scrollbar,
  #indexWomenProductsV338::-webkit-scrollbar{
    display:none!important;
  }

  /* Lifestyle tiles: same compact desktop shape; never stretch vertically */
  #indexAutoTilesV340 > .tile{
    flex:0 0 326px!important;
    width:326px!important;
    min-width:326px!important;
    max-width:326px!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    align-self:flex-start!important;
  }
  #indexAutoTilesV340 > .tile img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  /* Product cards: prevent "downward stretched" desktop cards */
  #indexNewProductsV332 > .catalog-product,
  #indexSaleProductsV332 > .catalog-product,
  #indexInspirationProductsV338 > .catalog-product,
  #indexWomenProductsV338 > .catalog-product{
    flex:0 0 310px!important;
    width:310px!important;
    min-width:310px!important;
    max-width:310px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    align-self:flex-start!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
  }

  /* Fixed desktop media shape – keeps every product card visually aligned */
  #indexNewProductsV332 > .catalog-product .catalog-product-image-wrap,
  #indexSaleProductsV332 > .catalog-product .catalog-product-image-wrap,
  #indexInspirationProductsV338 > .catalog-product .catalog-product-image-wrap,
  #indexWomenProductsV338 > .catalog-product .catalog-product-image-wrap{
    position:relative!important;
    flex:0 0 auto!important;
    width:100%!important;
    height:310px!important;
    min-height:310px!important;
    max-height:310px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#f4f1f2!important;
  }

  #indexNewProductsV332 > .catalog-product .catalog-product-image,
  #indexSaleProductsV332 > .catalog-product .catalog-product-image,
  #indexInspirationProductsV338 > .catalog-product .catalog-product-image,
  #indexWomenProductsV338 > .catalog-product .catalog-product-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
  }

  /* Body remains content-sized; no flex-grow stretching */
  #indexNewProductsV332 > .catalog-product .catalog-product-body,
  #indexSaleProductsV332 > .catalog-product .catalog-product-body,
  #indexInspirationProductsV338 > .catalog-product .catalog-product-body,
  #indexWomenProductsV338 > .catalog-product .catalog-product-body{
    flex:0 0 auto!important;
    min-height:0!important;
    height:auto!important;
    padding:14px!important;
  }

  /* Clamp description to keep cards compact and consistent */
  #indexNewProductsV332 .catalog-product-description,
  #indexSaleProductsV332 .catalog-product-description,
  #indexInspirationProductsV338 .catalog-product-description,
  #indexWomenProductsV338 .catalog-product-description{
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:0!important;
    max-height:3.95em!important;
  }

  #indexNewProductsV332 > .catalog-product .catalog-product-actions,
  #indexSaleProductsV332 > .catalog-product .catalog-product-actions,
  #indexInspirationProductsV338 > .catalog-product .catalog-product-actions,
  #indexWomenProductsV338 > .catalog-product .catalog-product-actions{
    flex:0 0 auto!important;
    margin-top:0!important;
    padding:0 14px 14px!important;
  }

  /* Prevent older grid rules from re-asserting desktop grid layout */
  .index-store-catalog-v332,
  .index-store-catalog-v338{
    grid-template-columns:none!important;
  }
}


/* v3.52.21 – Touch/Normal mode change prompt */
#jeckupTouchModeSwitchPromptV35221{
  z-index:15050!important;
}
#jeckupTouchModeSwitchPromptV35221.show{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}


/* v3.52.22 – Mouse drag / swipe for horizontal carousels */
.jeckup-mouse-dragging{
  cursor:grabbing!important;
  user-select:none!important;
}
#indexAutoTilesV340,
#indexNewProductsV332,
#indexSaleProductsV332,
#indexInspirationProductsV338,
#indexWomenProductsV338,
.nav{
  cursor:grab;
}

/* ===== v3.52.24 – full-card grab interaction ===== */
#indexAutoTilesV340,
#indexNewProductsV332,
#indexSaleProductsV332,
#indexInspirationProductsV338,
#indexWomenProductsV338,
#indexAutoTilesV340 > *,
#indexNewProductsV332 > *,
#indexSaleProductsV332 > *,
#indexInspirationProductsV338 > *,
#indexWomenProductsV338 > *,
#indexAutoTilesV340 img,
#indexNewProductsV332 img,
#indexSaleProductsV332 img,
#indexInspirationProductsV338 img,
#indexWomenProductsV338 img {
  cursor: grab !important;
}
#indexAutoTilesV340.jeckup-mouse-dragging,
#indexNewProductsV332.jeckup-mouse-dragging,
#indexSaleProductsV332.jeckup-mouse-dragging,
#indexInspirationProductsV338.jeckup-mouse-dragging,
#indexWomenProductsV338.jeckup-mouse-dragging,
#indexAutoTilesV340.jeckup-mouse-dragging *,
#indexNewProductsV332.jeckup-mouse-dragging *,
#indexSaleProductsV332.jeckup-mouse-dragging *,
#indexInspirationProductsV338.jeckup-mouse-dragging *,
#indexWomenProductsV338.jeckup-mouse-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}


/* ===== v3.52.26 definitive carousel interaction ===== */
#indexAutoTilesV340,
#indexNewProductsV332,
#indexSaleProductsV332,
#indexInspirationProductsV338,
#indexWomenProductsV338,
#indexAutoTilesV340 *,
#indexNewProductsV332 *,
#indexSaleProductsV332 *,
#indexInspirationProductsV338 *,
#indexWomenProductsV338 *{
  cursor:url("../cursors/open-hand.svg") 16 16, grab!important;
}

#indexAutoTilesV340.jeckup-carousel-grabbing,
#indexNewProductsV332.jeckup-carousel-grabbing,
#indexSaleProductsV332.jeckup-carousel-grabbing,
#indexInspirationProductsV338.jeckup-carousel-grabbing,
#indexWomenProductsV338.jeckup-carousel-grabbing,
#indexAutoTilesV340.jeckup-carousel-grabbing *,
#indexNewProductsV332.jeckup-carousel-grabbing *,
#indexSaleProductsV332.jeckup-carousel-grabbing *,
#indexInspirationProductsV338.jeckup-carousel-grabbing *,
#indexWomenProductsV338.jeckup-carousel-grabbing *{
  cursor:url("../cursors/closed-hand.svg") 16 16, grabbing!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}

/* Buttons retain a normal pointer cursor. */
#indexAutoTilesV340 button,
#indexNewProductsV332 button,
#indexSaleProductsV332 button,
#indexInspirationProductsV338 button,
#indexWomenProductsV338 button{
  cursor:pointer!important;
}
