
:root{
  --ink:#1f2430;
  --muted:#666c78;
  --paper:#fff;
  --soft:#f5f3f8;
  --line:#e5e0eb;
  --accent:#5e3e71;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}
.header-inner{min-height:76px;display:flex;align-items:center;gap:22px;justify-content:space-between}
.brand{font-size:1.45rem;font-weight:800;letter-spacing:.08em}
.tagline,.back{color:var(--muted)}
.hero{padding:82px 0 70px;background:linear-gradient(135deg,#faf8fc,#f2edf5)}
.hero h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.04;max-width:900px;margin:.2em 0}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--accent)}
.lead{font-size:1.18rem;max-width:850px;color:var(--muted)}
.section{padding:58px 0}
.section h1,.section h2{line-height:1.15}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tile{padding:26px;border:1px solid var(--line);border-radius:18px;background:var(--paper);min-height:210px;transition:.2s}
.tile:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(40,20,50,.08)}
.tile h3{font-size:1.35rem;margin-top:0}
.tile p{color:var(--muted)}
.tile span{font-weight:700;color:var(--accent)}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff}
.product-image,.detail-image{background:var(--soft);border-radius:12px;display:grid;place-items:center;color:var(--muted);overflow:hidden}
.product-image{aspect-ratio:1/1}
.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover}
.product-card h3{margin-bottom:6px}
.product-card p{color:var(--muted);min-height:48px}
.empty,.notice{padding:20px;border-radius:14px;background:var(--soft);color:var(--muted)}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.detail-image{aspect-ratio:1/1}
.price{font-size:1.7rem;font-weight:800;margin:20px 0}
.description{color:var(--muted);margin-bottom:24px}
.options{border-top:1px solid var(--line);padding-top:18px;margin-top:22px}
.option-row{padding:10px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:14px}
.notice{margin-top:24px}
footer{border-top:1px solid var(--line);padding:34px 0 50px;color:var(--muted)}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px}
@media(max-width:900px){
  .tiles{grid-template-columns:repeat(2,1fr)}
  .products{grid-template-columns:repeat(2,1fr)}
  .product-detail{grid-template-columns:1fr}
}
@media(max-width:560px){
  .tiles,.products{grid-template-columns:1fr}
  .header-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 0}
}

.thumbs{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
.thumb{border:1px solid var(--line);background:#fff;border-radius:9px;padding:4px;cursor:pointer}
.thumb img{width:70px;height:70px;object-fit:cover;border-radius:6px;display:block}
.field-public{display:flex;flex-direction:column;gap:7px;margin:14px 0}
.field-public label{font-weight:700}
.field-public input[type=text],.field-public textarea,.field-public select{
  width:100%;border:1px solid var(--line);border-radius:9px;padding:10px;font:inherit;background:#f7f7f7
}
.checkbox-public{display:flex;gap:8px;align-items:center;font-weight:400!important}
.muted{color:var(--muted)}

.header-actions{display:flex;align-items:center;gap:18px}
.cart-link{display:inline-flex;gap:8px;align-items:center;font-weight:700}
.cart-link span{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:var(--accent);color:#fff;font-size:.78rem}
.form-error{padding:13px 15px;margin:16px 0;border-radius:10px;background:#fdeaea;color:#8b2020}
.quantity-row{display:flex;align-items:center;gap:14px;margin:22px 0}
.quantity-row input{width:88px;border:1px solid var(--line);border-radius:9px;padding:10px;font:inherit}
.buy-button{display:inline-block;border:0;border-radius:11px;padding:14px 22px;background:var(--accent);color:#fff;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}
.buy-button:disabled{opacity:.45;cursor:not-allowed}
.inline-buy{padding:10px 16px}
.button-secondary-public{display:inline-block;border:1px solid var(--line);border-radius:10px;padding:11px 15px;background:#fff;color:var(--ink);font:inherit;font-weight:700;cursor:pointer}
.cart-message{padding:13px 15px;margin:16px 0 24px;border-radius:10px;background:#e8f7ec;color:#145b31}
.cart-list{display:flex;flex-direction:column;gap:15px;margin-top:28px}
.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:20px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}
.cart-image{width:130px;aspect-ratio:1/1;background:var(--soft);border-radius:12px;overflow:hidden;display:grid;place-items:center;color:var(--muted)}
.cart-image img{width:100%;height:100%;object-fit:cover}
.cart-info h2{margin:0 0 8px;font-size:1.2rem}
.cart-options{margin:14px 0 0}
.cart-options div{display:grid;grid-template-columns:minmax(130px,190px) 1fr;gap:12px;padding:5px 0;border-bottom:1px solid #eee}
.cart-options dt{font-weight:700}
.cart-options dd{margin:0}
.cart-controls{margin-top:14px}
.cart-controls input{width:80px;margin-left:8px;border:1px solid var(--line);border-radius:8px;padding:8px;font:inherit}
.cart-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:7px}
.cart-price small{color:var(--muted)}
.remove-link{border:0;background:none;color:#8b2020;text-decoration:underline;cursor:pointer;font:inherit;padding:0;margin-top:12px}
.cart-bottom{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-top:24px}
.cart-summary{min-width:320px;padding:20px;border-radius:14px;background:var(--soft);display:grid;grid-template-columns:1fr auto;gap:10px}
.cart-summary strong{font-size:1.3rem}
.cart-summary small{grid-column:1/-1;color:var(--muted)}
.checkout-preview{display:flex;flex-direction:column;align-items:flex-end;margin-top:24px}
@media(max-width:700px){
  .header-actions{align-items:flex-end;flex-direction:column;gap:8px}
  .cart-item{grid-template-columns:90px 1fr}
  .cart-image{width:90px}
  .cart-price{grid-column:2;text-align:left;align-items:flex-start}
  .cart-bottom{flex-direction:column}
  .cart-summary{width:100%;min-width:0}
  .checkout-preview{align-items:stretch}
}

.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}
.checkout-card{border:1px solid var(--line);border-radius:16px;padding:22px;background:#fff;margin-bottom:18px}
.checkout-card h2{margin-top:0}
.form-grid-public{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid-public .full{grid-column:1/-1}
.payment-box,.bank-box{padding:16px;border-radius:12px;background:var(--soft)}
.legal-checks{display:flex;flex-direction:column;gap:12px}
.legal-checks a{text-decoration:underline;color:var(--accent)}
.checkout-summary{position:sticky;top:96px;border:1px solid var(--line);border-radius:16px;padding:22px;background:#fff}
.checkout-summary h2{margin-top:0}
.summary-item,.summary-line,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #eee}
.summary-item span{max-width:230px}
.summary-total{font-size:1.22rem;border-bottom:0;margin-top:6px}
.full-buy{width:100%;text-align:center;margin-top:18px}
.success-card{max-width:760px;margin:0 auto;border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff}
.success-mark{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:#e8f7ec;color:#176f3a;font-size:1.5rem;font-weight:800}
.bank-box{margin:24px 0}
@media(max-width:900px){
  .checkout-grid{grid-template-columns:1fr}
  .checkout-summary{position:static}
}
@media(max-width:600px){
  .form-grid-public{grid-template-columns:1fr}
  .form-grid-public .full{grid-column:auto}
}


.legal-page{padding:48px 0 76px;max-width:960px}
.legal-page h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:12px}
.legal-page h2{margin-top:34px;font-size:1.35rem}
.legal-page h3{margin-top:24px;font-size:1.05rem}
.legal-page p,.legal-page li{max-width:900px}
.legal-page ul,.legal-page ol{padding-left:22px}
.legal-note{padding:16px 18px;border-radius:12px;background:#f6f3f8;border:1px solid #e5dfeb;margin:22px 0}
.legal-box{padding:20px;border:1px solid #e5dfeb;border-radius:14px;background:#fff;margin:20px 0}
.legal-page a{text-decoration:underline;text-underline-offset:2px}
.legal-page address{font-style:normal;line-height:1.65}
.legal-page hr{border:0;border-top:1px solid #e5dfeb;margin:34px 0}
.legal-quick{
  position:fixed;right:18px;bottom:18px;z-index:40;
  display:inline-block;padding:10px 14px;border-radius:999px;
  background:#24172b;color:#fff!important;text-decoration:none!important;
  font-size:.9rem;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.16)
}
.withdraw-form{display:grid;gap:14px;max-width:720px}
.withdraw-form label{font-weight:700}
.withdraw-form input,.withdraw-form textarea{
  width:100%;box-sizing:border-box;border:1px solid #cfc8d4;border-radius:9px;
  padding:11px 12px;font:inherit;margin-top:6px
}
.withdraw-form textarea{min-height:120px}
.withdraw-confirm{padding:20px;border:1px solid #e5dfeb;border-radius:14px;background:#fff}
@media print{
  .site-header,footer,.legal-quick,.no-print{display:none!important}
  .legal-page{padding:0;max-width:none}
}

.delivery-small{
  display:block;margin-top:7px;color:var(--muted);font-size:.88rem;font-weight:400
}
.delivery-box{
  margin:10px 0 18px;padding:11px 13px;border-radius:10px;
  background:#f6f3f8;color:var(--ink)
}
.delivery-cart{margin-top:8px;color:var(--muted);font-size:.92rem}
.delivery-summary{display:block;margin-top:4px;color:var(--muted);font-size:.82rem}
.shop-footer{border-top:1px solid var(--line);padding:34px 0 50px;color:var(--muted);margin-top:40px}
.shop-footer a{text-decoration:none}
.shop-footer a:hover{text-decoration:underline}

.payment-choice{
  display:flex;gap:12px;align-items:flex-start;padding:15px;border:1px solid var(--line);
  border-radius:12px;margin:10px 0;cursor:pointer;background:#fff
}
.payment-choice input{margin-top:4px}
.payment-choice span{display:flex;flex-direction:column;gap:3px}
.payment-choice small{color:var(--muted);font-weight:400}
.paypal-choice{background:#fbfafc}

.upload-help{display:block;margin-top:6px;color:var(--muted);font-size:.86rem}


/* ==========================================================
   V4.9 – CHICEBELLO STARTSEITE & MARKENDESIGN
   ========================================================== */
:root{
  --cb-ink:#1c1820;
  --cb-plum:#5e3e71;
  --cb-plum-dark:#32203e;
  --cb-cream:#f8f4ef;
  --cb-rose:#d8b8bf;
  --cb-sand:#d7c5a2;
  --cb-sage:#b9c7ba;
  --cb-lilac:#c8bfd5;
}
html{scroll-behavior:smooth}
.home-page{background:#fff;color:var(--cb-ink)}
.top-note{background:var(--cb-ink);color:#fff;font-size:.78rem;letter-spacing:.055em}
.top-note-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:13px;text-transform:uppercase}
.top-dot{opacity:.45}
.home-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:50}
.home-header-inner{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;gap:34px}
.home-brand{display:flex;flex-direction:column;line-height:1}
.home-brand-name,.footer-wordmark{font-family:Georgia,'Times New Roman',serif;font-size:2.15rem;font-weight:700;letter-spacing:-.045em;color:var(--cb-ink)}
.home-brand-tagline{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:7px}
.home-nav{display:flex;align-items:center;justify-content:center;gap:30px;font-size:.92rem;font-weight:700}
.home-nav a{position:relative;padding:12px 0}
.home-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:7px;height:1px;background:var(--cb-plum);transition:.2s}
.home-nav a:hover:after{right:0}
.home-cart{justify-self:end;padding:9px 10px 9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff}
.home-cart .cart-label{background:none;color:inherit;min-width:0;height:auto;padding:0;font-size:.88rem}

.home-hero{overflow:hidden;background:var(--cb-cream);border-bottom:1px solid #ede5dc}
.home-hero-grid{min-height:650px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:64px;align-items:center;padding-top:70px;padding-bottom:70px}
.home-hero-copy{position:relative;z-index:2}
.home-kicker{margin:0 0 14px;color:var(--cb-plum);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.home-hero h1{margin:0;max-width:820px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(3rem,5.4vw,5.6rem);line-height:.95;letter-spacing:-.055em;font-weight:700}
.home-hero h1 span{color:var(--cb-plum)}
.home-lead{max-width:720px;font-size:1.1rem;color:#625c66;margin:28px 0 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.home-primary,.home-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 21px;font-weight:800;font-size:.92rem;transition:.2s}
.home-primary{background:var(--cb-ink);color:#fff}
.home-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(28,24,32,.17)}
.home-secondary{border:1px solid #d9d0c8;background:#fff}
.home-secondary:hover{border-color:var(--cb-plum);color:var(--cb-plum)}
.hero-points{display:flex;gap:24px;flex-wrap:wrap;margin-top:42px;padding-top:22px;border-top:1px solid #ded5ce;color:#625c66;font-size:.82rem}
.hero-points span{display:flex;align-items:center;gap:8px}
.hero-points b{font-size:.67rem;letter-spacing:.08em;color:var(--cb-plum)}

.hero-showcase{position:relative;min-height:510px}
.showcase-main{position:absolute;inset:20px 50px 50px 30px;border-radius:42% 42% 24px 24px;background:linear-gradient(155deg,#6f4b81 0%,#493058 65%,#2e1f37 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:52px;box-shadow:0 30px 70px rgba(65,43,77,.23)}
.showcase-label{position:absolute;top:34px;left:42px;font-size:.67rem;letter-spacing:.18em;opacity:.7}
.showcase-main strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.1rem,3.6vw,4rem);line-height:.98;letter-spacing:-.04em}
.showcase-sub{margin-top:18px;color:#e5d9ea}
.showcase-card{position:absolute;width:145px;height:145px;border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 40px rgba(48,35,54,.15);border:1px solid rgba(255,255,255,.5)}
.showcase-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.showcase-card b{font-family:Georgia,'Times New Roman',serif;font-size:3.5rem;line-height:1}
.showcase-card-a{left:-18px;bottom:18px;background:#d6c4df;color:#3d2948;transform:rotate(-5deg)}
.showcase-card-b{right:-5px;top:12px;background:#d9c9a8;color:#493d29;transform:rotate(6deg)}
.showcase-card-c{right:-18px;bottom:35px;background:#bfd0c3;color:#2e4635;transform:rotate(3deg)}

.home-section{padding:90px 0}
.home-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:50px;align-items:end;margin-bottom:36px}
.home-section-head h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,4.5vw,4.3rem);line-height:1;letter-spacing:-.045em}
.home-section-head>p{margin:0;color:var(--muted);max-width:510px;justify-self:end}
.category-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-showcase-card{position:relative;overflow:hidden;min-height:360px;border-radius:22px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s,box-shadow .22s;border:1px solid rgba(0,0,0,.04)}
.category-showcase-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(44,34,49,.12)}
.category-card-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}
.category-index{font-size:.7rem;font-weight:800;letter-spacing:.12em;opacity:.65}
.category-arrow{width:34px;height:34px;border-radius:999px;border:1px solid currentColor;display:grid;place-items:center;font-size:1rem}
.category-mark{position:absolute;right:-8px;top:38px;font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:11rem;line-height:1;opacity:.12;transform:rotate(-8deg)}
.category-card-copy{position:relative;z-index:2}
.category-small{display:block;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.72;margin-bottom:8px}
.category-showcase-card h3{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:2rem;line-height:1.02;letter-spacing:-.035em}
.category-showcase-card p{margin:11px 0 0;font-size:.9rem;opacity:.78;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.category-tone-1{background:#e4d8e9;color:#3d2b48}
.category-tone-2{background:#efe2d4;color:#4c392c}
.category-tone-3{background:#dfe4dc;color:#344139}
.category-tone-4{background:#f0dfe2;color:#4b3238}
.category-tone-5{background:#dbe4e8;color:#31434b}
.category-tone-6{background:#e8e3d8;color:#463f31}
.category-tone-7{background:#d9d1e1;color:#3b3144}
.category-showcase-card:nth-child(1),.category-showcase-card:nth-child(7){grid-column:span 2}

.home-feature-band{background:var(--cb-ink);color:#fff;padding:38px 0}
.feature-band-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feature-band-title{display:grid;grid-template-columns:auto 1fr;gap:16px}
.feature-number{font-size:.67rem;color:#c7b4d2;font-weight:800;letter-spacing:.1em;padding-top:4px}
.feature-band-title strong{font-family:Georgia,'Times New Roman',serif;font-size:1.3rem}
.feature-band-title p{color:#c9c4cb;margin:6px 0 0;font-size:.86rem}

.home-products-section{padding-bottom:70px}
.home-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.home-product-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.22s}
.home-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(47,35,53,.09)}
.home-product-image{position:relative;aspect-ratio:1/1;background:#f3f0f4;overflow:hidden}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.home-product-card:hover .home-product-image img{transform:scale(1.035)}
.product-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-family:Georgia,'Times New Roman',serif;font-size:1.45rem;letter-spacing:.12em;color:#b4a9b8}
.product-open{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.94);padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}
.home-product-card:hover .product-open{opacity:1;transform:none}
.home-product-body{padding:17px 17px 19px}
.home-product-body h3{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;line-height:1.1}
.home-product-body p{color:var(--muted);font-size:.88rem;margin:8px 0 12px;min-height:42px}
.home-product-price-row{display:flex;align-items:baseline;gap:8px;margin-top:10px}
.home-product-price-row strong{font-size:1.07rem}
.home-product-price-row span{font-size:.7rem;color:var(--muted)}

.home-cta-section{padding:0 0 90px}
.home-cta-card{background:linear-gradient(135deg,#51345f,#2e2036);color:#fff;border-radius:28px;padding:46px 52px;display:flex;align-items:end;justify-content:space-between;gap:30px;overflow:hidden;position:relative}
.home-cta-card:after{content:'C';position:absolute;right:22%;top:-55px;font-family:Georgia,'Times New Roman',serif;font-size:15rem;color:#fff;opacity:.035;line-height:1}
.home-cta-card .home-kicker{color:#d8c4e2}
.home-cta-card h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.2rem,4vw,4rem);margin:0;letter-spacing:-.04em;line-height:1}
.home-cta-card p{margin:14px 0 0;color:#ddd3e2;max-width:650px}
.home-primary-light{background:#fff;color:var(--cb-ink);white-space:nowrap;position:relative;z-index:2}

.shop-footer-v49{margin-top:0;background:#f7f4f7;padding:58px 0 24px;border-top:1px solid #e9e2e9;color:var(--cb-ink)}
.footer-v49-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:44px}
.footer-brand-block{display:flex;flex-direction:column;align-items:flex-start}
.footer-brand-block>span{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:7px}
.footer-brand-block p{color:var(--muted);font-size:.87rem;max-width:350px;margin-top:18px}
.footer-link-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:.87rem}
.footer-link-group>strong{margin-bottom:6px;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#4e4650}
.footer-link-group a{color:var(--muted)}
.footer-link-group a:hover{color:var(--cb-plum)}
.footer-v49-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e3dce4;margin-top:45px;padding-top:18px;color:#827a84;font-size:.75rem}

@media(max-width:1050px){
  .home-nav{display:none}
  .home-header-inner{grid-template-columns:1fr auto}
  .home-hero-grid{grid-template-columns:1fr 420px;gap:32px}
  .category-showcase-grid{grid-template-columns:repeat(2,1fr)}
  .category-showcase-card:nth-child(1),.category-showcase-card:nth-child(7){grid-column:span 1}
  .home-products{grid-template-columns:repeat(2,1fr)}
  .footer-v49-grid{grid-template-columns:2fr 1fr 1fr}
  .footer-contact-group{grid-column:2}
}
@media(max-width:820px){
  .home-hero-grid{grid-template-columns:1fr;min-height:0;padding-top:58px}
  .hero-showcase{min-height:430px;max-width:520px;width:100%;margin:0 auto}
  .home-section-head{grid-template-columns:1fr;gap:18px}
  .home-section-head>p{justify-self:start}
  .feature-band-grid{grid-template-columns:1fr;gap:22px}
  .home-cta-card{align-items:flex-start;flex-direction:column;padding:38px 34px}
  .footer-v49-grid{grid-template-columns:1fr 1fr}
  .footer-brand-block{grid-column:1/-1}
  .footer-contact-group{grid-column:auto}
}
@media(max-width:560px){
  .top-note-inner{gap:7px;font-size:.65rem;white-space:nowrap;overflow:hidden}
  .home-header-inner{display:flex;flex-direction:row;align-items:center;padding:10px 0;min-height:76px}
  .home-brand-name{font-size:1.72rem}
  .home-brand-tagline{font-size:.56rem;letter-spacing:.08em}
  .home-cart{margin-left:auto;padding:8px}
  .home-cart .cart-label{display:none}
  .home-hero-grid{padding-top:46px;padding-bottom:50px}
  .home-hero h1{font-size:clamp(2.65rem,14vw,4rem)}
  .home-lead{font-size:1rem}
  .hero-points{display:grid;grid-template-columns:1fr;gap:9px;margin-top:30px}
  .hero-showcase{min-height:330px}
  .showcase-main{inset:20px 32px 38px 22px;padding:32px;border-radius:34% 34% 20px 20px}
  .showcase-main strong{font-size:2.3rem}
  .showcase-card{width:105px;height:105px;padding:12px;border-radius:16px}
  .showcase-card b{font-size:2.4rem}
  .showcase-card-a{left:-2px}
  .showcase-card-b{right:0}
  .showcase-card-c{right:-2px;bottom:20px}
  .home-section{padding:64px 0}
  .category-showcase-grid,.home-products{grid-template-columns:1fr}
  .category-showcase-card{min-height:300px}
  .category-mark{font-size:9rem}
  .home-cta-section{padding-bottom:64px}
  .home-cta-card{padding:32px 24px;border-radius:20px}
  .footer-v49-grid{grid-template-columns:1fr}
  .footer-brand-block{grid-column:auto}
  .footer-v49-bottom{flex-direction:column;gap:5px}
}


/* V4.9.1 – echtes Chicebello-Logo */
.home-brand-with-mark{
  flex-direction:row;
  align-items:center;
  gap:11px;
  line-height:1
}
.home-brand-mark{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:50%;
  box-shadow:0 5px 16px rgba(26,20,29,.18);
  flex:none
}
.home-brand-text{
  display:flex;
  flex-direction:column
}

.hero-logo-showcase{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  min-height:510px
}
.hero-logo-frame{
  background:#090909;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(33,25,37,.25);
  border:1px solid rgba(185,147,72,.28)
}
.hero-logo-frame img{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:3/2;
  object-fit:cover
}
.hero-logo-note{
  align-self:center;
  font-size:.68rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--muted);
  text-align:center
}

.footer-brand-line{
  display:flex;
  align-items:center;
  gap:13px
}
.footer-brand-line>div{
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.footer-brand-line>div>span{
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  margin-top:5px
}
.footer-brand-mark{
  width:62px;
  height:62px;
  object-fit:cover;
  border-radius:50%;
  box-shadow:0 5px 18px rgba(30,22,33,.14)
}

@media(max-width:560px){
  .home-brand-mark{width:42px;height:42px}
  .hero-logo-showcase{min-height:0}
  .hero-logo-frame{border-radius:20px}
  .hero-logo-note{font-size:.57rem;letter-spacing:.08em}
  .footer-brand-mark{width:54px;height:54px}
}


/* V4.10 – Saisonale Startseiten-Auswahl */
.seasonal-products-section{
  position:relative;
}
.seasonal-products-section::before{
  content:"";
  position:absolute;
  inset:18px -24px -10px;
  z-index:-1;
  border-radius:34px;
  background:linear-gradient(135deg, rgba(190,151,75,.08), rgba(98,63,112,.05));
}


/* V4.13 – Produktvideo */
.product-video-box{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#111;
  box-shadow:0 14px 34px rgba(28,20,32,.10)
}
.product-video-heading{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:12px 15px;
  background:#fff
}
.product-video-heading .eyebrow{
  margin:0
}
.product-video-heading strong{
  font-size:.92rem
}
.product-video{
  display:block;
  width:100%;
  max-height:560px;
  background:#000
}
@media(max-width:700px){
  .product-video-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:4px
  }
}


/* V4.15 – Printshop-Integration */
.printshop-section{
  margin-top:54px;
  padding:clamp(24px,4vw,42px);
  border-radius:28px;
  border:1px solid rgba(83,56,92,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(249,245,250,.94));
  box-shadow:0 20px 54px rgba(34,24,38,.08)
}
.printshop-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px
}
.printshop-head h2{
  margin:4px 0 0
}
.printshop-intro{
  max-width:800px;
  color:var(--muted);
  margin:16px 0 24px
}
@media(max-width:900px){
  }
@media(max-width:620px){
  .printshop-head{align-items:flex-start;flex-direction:column}
    }




/* V4.15c – Pop-up-Druckshop */
.printshop-popup-section{
  min-height:0
}
.printshop-open-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  margin-top:8px;
  border-radius:999px;
  background:#211527;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 12px 24px rgba(33,21,39,.16);
  transition:transform .18s ease, box-shadow .18s ease
}
.printshop-open-button:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(33,21,39,.20)
}

/* Der Zielcontainer des externen Widgets darf im geschlossenen Zustand
   keinen künstlichen Platz auf der Chicebello-Seite belegen. */
#print-widget-target{
  margin:0;
  padding:0;
  min-height:0
}
@media(max-width:620px){
  .printshop-open-button{
    width:100%
  }
}


/* V4.19 – Staffelpreise */
.price small{
  display:block;
  margin-top:4px;
  font-size:.82rem;
  font-weight:650;
  color:var(--muted)
}
.live-line-total{
  min-height:22px;
  margin-top:-8px;
  margin-bottom:10px;
  font-size:.9rem;
  font-weight:700;
  color:var(--muted)
}
.tier-price-box{
  margin:16px 0 20px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.72)
}
.tier-price-title{
  margin-bottom:9px;
  font-weight:850
}
.tier-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:7px 0;
  border-top:1px solid rgba(40,30,44,.07)
}
.tier-price-row:first-of-type{
  border-top:0
}
.tier-price-row span{
  color:var(--muted)
}
.tier-price-note{
  margin-top:10px;
  font-size:.78rem;
  color:var(--muted)
}
@media(max-width:520px){
  .tier-price-row{
    align-items:flex-start;
    flex-direction:column;
    gap:2px
  }
}
