:root{--white:#fff;--soft:#f7f7f5;--light:#ececea;--grey:#777;--anthracite:#242424;--dark:#111;--black:#050505;--line:#dededb;--shadow:rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;font-weight:300;background:var(--white);color:var(--anthracite)}a{text-decoration:none;color:inherit}.topbar{height:36px;background:#080808;color:#f5f5f5;display:flex;justify-content:space-around;align-items:center;gap:18px;font-size:14px;letter-spacing:.2px;position:sticky;top:0;z-index:1000}.header{position:sticky;top:0;z-index:999;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 8%;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.shop-header{top:36px}.brand-logo{display:flex;align-items:center;min-width:220px}
.brand-logo img{height:42px;width:auto;display:block;object-fit:contain}
nav{display:flex;gap:34px;flex-wrap:wrap;align-items:center;text-transform:uppercase;font-size:14px;letter-spacing:.8px}nav a{padding:8px 0;border-bottom:2px solid transparent;color:#111}nav a:hover,nav a.active{border-bottom-color:#111}.badge{background:var(--black);color:#fff;border-radius:999px;padding:1px 7px;font-size:12px}.lux-hero{min-height:390px;padding:64px 10%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.70)),radial-gradient(circle at 83% 30%,rgba(185,150,86,.35) 0,rgba(55,44,33,.25) 22%,transparent 44%),linear-gradient(135deg,#050505,#191919 55%,#070707);color:#fff;overflow:hidden;position:relative}.lux-hero h1{font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.04;font-weight:300;margin:0 0 26px;letter-spacing:.2px}.lux-hero p{font-size:19px;line-height:1.55;max-width:520px;color:#efefef;margin-bottom:28px}.outline-btn{display:inline-flex;border:1px solid #fff;color:#fff;background:transparent;padding:15px 34px;font-weight:400;letter-spacing:.8px}.outline-btn:hover{background:#fff;color:#050505}.hero-luxury{height:310px;position:relative;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),radial-gradient(circle at 80% 25%,rgba(245,205,125,.32),transparent 28%),linear-gradient(135deg,#101010,#050505);box-shadow:0 30px 70px rgba(0,0,0,.55);overflow:hidden}.hero-luxury:before{content:'';position:absolute;inset:auto -10% -35% -10%;height:190px;background:radial-gradient(ellipse at center,rgba(255,255,255,.20),rgba(255,255,255,.04) 40%,transparent 72%);transform:rotate(-4deg)}.lux-card{position:absolute;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(0,0,0,.55));box-shadow:0 22px 45px rgba(0,0,0,.55)}.lux-card-one{width:190px;height:130px;right:14%;top:52px;transform:rotate(-4deg)}.lux-card-two{width:150px;height:105px;right:41%;bottom:52px;transform:rotate(7deg);opacity:.75}.gold-glow{position:absolute;width:140px;height:140px;border-radius:50%;right:12%;top:95px;background:radial-gradient(circle,rgba(255,204,115,.55),rgba(255,204,115,.12) 42%,transparent 70%);filter:blur(2px)}.silk-wave{position:absolute;left:-7%;right:-7%;bottom:-38px;height:150px;background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(20,20,20,.1));border-radius:50%;transform:rotate(-6deg);filter:blur(.4px)}.section,.page{padding:50px 8%}.bestseller-section{background:#fff}.center-title{text-align:center;margin-bottom:20px}.center-title h2,h2,.page-title{font-size:32px;margin:0 0 14px;font-weight:300;letter-spacing:1.5px}.tag{margin:0 0 10px;text-transform:uppercase;letter-spacing:2.4px;font-size:12px;color:var(--grey)}h1{font-size:clamp(38px,5vw,70px);line-height:1;margin:0 0 18px;font-weight:300}.muted{color:#686868}.small{font-size:13px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.card{background:#fff;border:1px solid var(--line);border-radius:0;padding:24px;box-shadow:0 12px 34px var(--shadow)}.product{min-height:345px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;box-shadow:none;background:#fff}.product:hover{box-shadow:0 18px 42px rgba(0,0,0,.10)}.product-visual{height:150px;margin:0 auto 18px;display:grid;place-items:end center}.mini-bottle{position:relative;width:86px;height:122px;border:2px solid #777;border-radius:8px;background:linear-gradient(135deg,#0d0d0d,#252525 45%,#050505);box-shadow:inset 10px 0 20px rgba(255,255,255,.08)}.mini-bottle.light{background:linear-gradient(135deg,#fff,#e8e2d0 55%,#b8b2a0)}.mini-bottle:before{content:'';position:absolute;top:-29px;left:28px;width:30px;height:29px;background:#111;border:1px solid #444}.mini-bottle:after{content:'';position:absolute;top:-48px;left:18px;width:50px;height:22px;background:#111;border:1px solid #444}.mini-bottle span{position:absolute;left:8px;right:8px;top:48px;color:#fff;font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;font-size:9px}.mini-bottle.light span{color:#111}.number{display:block;background:transparent;color:#111;padding:0;font-size:13px;margin-top:8px}.price{font-size:18px;margin:14px 0;color:#000;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;padding:12px 22px;background:var(--black);color:#fff;cursor:pointer;font-family:inherit;font-size:14px;text-transform:uppercase;letter-spacing:.7px}.btn:hover{background:#333}.btn.ghost{background:#fff;color:#111;border:1px solid #111}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 10%;background:#f2f2f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits div{display:grid;grid-template-columns:48px 1fr;gap:0 16px;align-items:center}.benefits p{grid-column:2;margin:6px 0 0;color:#333}.benefit-icon{grid-row:1/3;font-size:40px}.lux-footer{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:42px 10%;background:linear-gradient(135deg,#222,#090909);color:#e9e9e9}.lux-footer h3{font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;font-size:24px;font-weight:300;margin:0 0 12px;letter-spacing:-.4px}.lux-footer h4{font-size:15px;letter-spacing:1px;margin:0 0 14px}.lux-footer a{display:block;color:#e9e9e9;margin:8px 0}.search,input,textarea,select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:0;background:#fff;font-family:inherit;font-size:15px}.search{margin-bottom:22px}.form,.product-form{display:grid;gap:12px}textarea{min-height:100px;resize:vertical}.cart-layout,.about-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.cart-line{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-total{text-align:right;font-size:22px;margin-top:18px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}th{color:#555;font-weight:400}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:25px 0}.stat{background:var(--anthracite);color:#fff;padding:22px}.stat span{color:#ccc}.stat strong{display:block;font-size:30px;margin-top:8px;font-weight:300}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.login-page{min-height:80vh;display:grid;place-items:center;padding:7%}.login-card{max-width:420px;width:100%}.filter-card{margin-bottom:18px;background:#f8f8f7}.filter-row{display:grid;grid-template-columns:2fr 1fr;gap:12px;align-items:center}.small-search{margin-bottom:0}.stock-low{color:#a33;font-weight:600}.thank-page{min-height:72vh;display:grid;place-items:center;padding:70px 7%;background:#fff}.thank-card{max-width:820px;width:100%;text-align:center;background:#fff;color:var(--anthracite)}.thank-script{font-family:'Brush Script MT','Segoe Script','Snell Roundhand','Lucida Handwriting',cursive;font-size:clamp(82px,14vw,170px);line-height:.75;color:#050505;font-weight:400;margin:18px 0 34px;letter-spacing:1px}.order-summary{margin:28px auto 0;max-width:620px;text-align:left;border-top:1px solid var(--line);padding-top:16px}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line)}.summary-total{font-size:22px;border-bottom:0;margin-top:8px}.center-actions{justify-content:center}footer:not(.lux-footer){display:flex;justify-content:space-between;gap:15px;padding:30px 8%;background:var(--dark);color:#d8d8d8}footer:not(.lux-footer) a{text-decoration:underline;color:#fff}@media(max-width:950px){.topbar{display:none}.shop-header{top:0}.header{align-items:flex-start;flex-direction:column}.lux-hero,.grid,.cart-layout,.about-layout,.stats,.quick-links,.benefits,.lux-footer{grid-template-columns:1fr}.hero-luxury{height:240px}.benefits div{grid-template-columns:40px 1fr}.brand-logo{min-width:0}.cart-line{grid-template-columns:1fr}.filter-row{grid-template-columns:1fr}.admin-head{align-items:flex-start;flex-direction:column}}

.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}.finance-highlight{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}.finance-highlight div{background:linear-gradient(135deg,#111,#2b2b2b);color:#fff;padding:24px;border:1px solid #333}.finance-highlight span{display:block;color:#d6d6d6;margin-bottom:8px}.finance-highlight strong{font-size:32px;font-weight:300}.chart-card h3{margin-top:0;font-weight:300;letter-spacing:.6px}.pie-chart{width:230px;height:230px;border-radius:50%;margin:20px auto;background:#e8e8e8;position:relative}.pie-chart:after{content:'';position:absolute;inset:54px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px var(--line)}.chart-legend{display:grid;gap:8px;margin-top:16px}.legend-line{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:8px 0}.legend-name{display:flex;align-items:center;gap:9px}.legend-dot{width:13px;height:13px;border-radius:50%;display:inline-block;background:#111}.finance-list{display:grid;gap:12px;margin-top:14px}.finance-item{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.finance-item strong{font-weight:400}@media(max-width:950px){.dashboard-grid,.finance-highlight{grid-template-columns:1fr}.pie-chart{width:200px;height:200px}.pie-chart:after{inset:48px}}
.product-img{max-width:145px;max-height:145px;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;filter:drop-shadow(0 14px 22px rgba(0,0,0,.14))}.table-product-img{width:54px;height:54px;object-fit:contain;background:#f7f7f5;border:1px solid var(--line);padding:4px}.file-upload{display:grid;gap:8px;padding:14px;border:1px dashed var(--line);background:#fafafa;color:#333}.file-upload input{padding:0;border:0;background:transparent}.image-preview{display:flex;align-items:center;gap:12px;min-height:64px;border:1px solid var(--line);padding:10px;background:#fff;color:#686868}.preview-img{width:58px;height:58px;object-fit:contain;background:#f7f7f5;border:1px solid var(--line);padding:4px}.product h3{margin:8px 0 6px;font-weight:400}.product .small{margin-top:4px}
.product-link{display:block;color:inherit;text-decoration:none}.product-link:hover h3{text-decoration:underline}.detail-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start}.detail-image{min-height:520px;display:grid;place-items:center}.detail-image .product-visual{height:auto}.detail-image .product-img{max-width:360px;max-height:420px}.detail-image .mini-bottle{transform:scale(2);margin:140px 0}.detail-info h3{margin-top:26px}.detail-price{font-size:30px;font-weight:600;margin:18px 0}.detail-list{display:grid;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0}.detail-list div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.detail-list div:last-child{border-bottom:0}.detail-list span{color:#686868}.detail-list strong{font-weight:400;text-align:right}@media(max-width:950px){.detail-layout{grid-template-columns:1fr}.detail-image{min-height:340px}.detail-image .product-img{max-width:240px;max-height:280px}}


/* Verbesserungen: Icons, abgerundete Buttons, Produktdetail & Kreisdiagramme */
.card,.product,.filter-card,.detail-image,.detail-info,.link-card,.login-card,.thank-card{border-radius:18px;overflow:hidden}
.btn,.outline-btn,input,textarea,select,.search{border-radius:12px}.btn{transition:.2s ease;box-shadow:0 8px 20px rgba(0,0,0,.10)}.btn:hover{transform:translateY(-1px)}
.product{border-radius:18px;transition:.22s ease}.product:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(0,0,0,.12)}
.product-link{color:inherit;text-decoration:none;display:block}.product-link:hover h3{text-decoration:underline;text-underline-offset:4px}
.benefits{background:#f4f4f3}.benefit-icon{width:52px;height:52px;display:block;background-repeat:no-repeat;background-position:center;background-size:44px auto;font-size:0;opacity:.95}.icon-diamond{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21h40L32 56 12 21Z'/%3E%3Cpath d='M20 10h24l8 11H12l8-11Z'/%3E%3Cpath d='M24 21 32 56l8-35M20 10l4 11 8-11 8 11 4-11'/%3E%3C/svg%3E")}.icon-tag{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 34 34 9h18v18L27 52 9 34Z'/%3E%3Ccircle cx='45' cy='18' r='3'/%3E%3C/svg%3E")}.icon-truck{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h32v26H8V18Z'/%3E%3Cpath d='M40 28h9l7 9v7H40V28Z'/%3E%3Ccircle cx='21' cy='47' r='5'/%3E%3Ccircle cx='49' cy='47' r='5'/%3E%3Cpath d='M8 44h8M26 44h18'/%3E%3C/svg%3E")}.icon-shield{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 7 52 15v15c0 15-9 23-20 28C21 53 12 45 12 30V15l20-8Z'/%3E%3Cpath d='m23 32 6 6 13-14'/%3E%3C/svg%3E")}
.luxury-detail{align-items:stretch}.detail-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.detail-image{min-height:470px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f5f5f5)}.detail-image .product-img{max-height:390px;max-width:90%;object-fit:contain}.detail-image .mini-bottle{transform:scale(1.7)}.detail-info{padding:34px}.detail-subtitle{font-size:18px}.detail-price{font-size:34px;font-weight:300;margin:24px 0;color:#050505}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.detail-list div{background:#f5f5f4;border:1px solid var(--line);border-radius:14px;padding:14px}.detail-list span{display:block;color:#666;font-size:13px;margin-bottom:5px}.recommendations{margin-top:52px}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:980px;margin:0 auto}.recommendation-card{min-height:260px}.small-visual{height:110px}.recommendation-card .mini-bottle{transform:scale(.82)}
.pie-chart{background:#e8e8e8;box-shadow:inset 0 0 0 1px #cfcfcf,0 18px 45px rgba(0,0,0,.10)}.pie-chart:after{background:#fff}.legend-dot{border:1px solid #999}.finance-highlight div,.stat{border-radius:18px}.chart-card{border-radius:18px}
@media(max-width:950px){.detail-layout,.recommendation-grid{grid-template-columns:1fr}.detail-image{min-height:330px}.detail-list{grid-template-columns:1fr}.benefit-icon{width:44px;height:44px;background-size:38px auto}}

.social-links{display:flex;gap:14px;align-items:center;margin-top:8px}
.social-link{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;color:#e9e9e9;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:9px 14px;margin:0!important;transition:.2s}
.social-link:hover{background:#fff;color:#111;border-color:#fff}
.social-icon{font-size:18px;line-height:1}

/* Instagram-Link im Footer als normaler Textlink */
.lux-footer a[href*="instagram.com"]{display:block;color:#e9e9e9;margin:8px 0;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important}.lux-footer a[href*="instagram.com"]:hover{text-decoration:underline;color:#fff}.topbar + .header.shop-header{top:36px}


/* Feinschliff: Instagram als Textlink + schönere Produktdetailseite */
.lux-footer .instagram-text-link{
  display:flex!important;
  align-items:center;
  gap:7px;
  color:#e9e9e9;
  margin:8px 0;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  font-size:15px;
  line-height:1.45;
}
.lux-footer .instagram-text-link:hover{text-decoration:underline;color:#fff}

.luxury-detail{gap:34px;align-items:stretch;max-width:1180px;margin:0 auto}
.detail-image,.detail-info{border-radius:22px;border-color:#e3e3df;box-shadow:0 22px 60px rgba(0,0,0,.08)}
.detail-image{padding:42px;background:linear-gradient(145deg,#ffffff,#f6f6f4);min-height:540px}
.detail-info{padding:42px 46px;background:#fff}
.detail-kicker{display:inline-block;margin:0 0 16px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:#f7f7f5;color:#555;font-size:13px;letter-spacing:.4px}
.detail-title{font-size:clamp(34px,4vw,56px);line-height:1.05;margin-bottom:12px;letter-spacing:.6px}
.detail-subtitle{font-size:18px;line-height:1.5;margin:0 0 10px}.detail-price{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:26px 0;font-size:36px}
.detail-meta-card,.description-box{background:#fafafa;border:1px solid #e6e6e2;border-radius:18px;padding:24px;margin-top:22px}
.detail-meta-card h3,.description-box h3{margin:0 0 18px;font-size:19px;font-weight:400;letter-spacing:.4px}
.detail-list{display:grid;grid-template-columns:1fr;gap:0;margin:0;border:0}
.detail-list div{display:grid;grid-template-columns:minmax(130px,.7fr) 1fr;align-items:center;gap:22px;background:transparent;border:0;border-bottom:1px solid #e3e3df;border-radius:0;padding:15px 0}
.detail-list div:last-child{border-bottom:0;padding-bottom:0}.detail-list div:first-child{padding-top:0}
.detail-list span{font-size:14px;color:#777;margin:0}.detail-list strong{text-align:left;font-size:16px;color:#111;font-weight:400;line-height:1.35}
.description-box p{font-size:16px;line-height:1.75;color:#333;margin:0}.detail-actions{margin-top:26px}.detail-actions .btn{min-width:190px}
.recommendations{max-width:1180px;margin:64px auto 0}.recommendation-grid{gap:24px}.recommendation-card{border-radius:18px}
@media(max-width:950px){.detail-info{padding:28px}.detail-image{min-height:360px;padding:28px}.detail-list div{grid-template-columns:1fr;gap:4px}.detail-actions .btn{width:100%}}


/* Startseitenbild + Mobile Hamburger-Menü */
.customer-header{position:sticky;top:0;z-index:1200}.topbar + .customer-header.shop-header{top:36px}.menu-toggle{display:none;background:transparent;border:0;font-family:inherit;font-size:30px;line-height:1;color:#111;cursor:pointer;padding:6px 0;margin-left:auto}.hero-luxury{border-radius:22px;background-image:linear-gradient(90deg,rgba(0,0,0,.12),rgba(0,0,0,.04)),url("assets/hero-perfume-luxury.png")!important;background-size:cover!important;background-position:center!important;min-height:330px;box-shadow:0 30px 70px rgba(0,0,0,.55)}.hero-luxury:before,.hero-luxury .lux-card,.hero-luxury .gold-glow,.hero-luxury .silk-wave{display:none!important}
@media(max-width:950px){
  .topbar{display:none!important}.topbar + .customer-header.shop-header{top:0}.customer-header{top:0!important;flex-direction:row!important;align-items:center!important;gap:14px;padding:14px 6%;position:sticky}.customer-header .brand-logo{min-width:0;max-width:210px}.customer-header .brand-logo img{height:34px}.customer-header .menu-toggle{display:block}.customer-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:rgba(255,255,255,.98);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.12);padding:16px 6%;flex-direction:column;align-items:flex-start;gap:6px}.customer-header.nav-open nav{display:flex}.customer-header nav a{width:100%;padding:13px 0;border-bottom:1px solid #ededed}.customer-header nav a:last-child{border-bottom:0}.lux-hero{grid-template-columns:1fr;padding:46px 6%;min-height:auto}.hero-luxury{min-height:280px;order:-1}.lux-hero-content{text-align:left}.lux-hero h1{font-size:34px}.lux-hero p{font-size:17px}.outline-btn{border-radius:14px}
}


/* Mobile Admin-Dropdown + 2 Produkte nebeneinander auf Kundenseite */
@media(max-width:950px){
  .admin-header{top:0!important;flex-direction:row!important;align-items:center!important;gap:14px;padding:14px 6%;position:sticky;z-index:1200}
  .admin-header .brand-logo{min-width:0;max-width:205px}
  .admin-header .brand-logo img{height:34px}
  .admin-header .menu-toggle{display:block}
  .admin-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:rgba(255,255,255,.98);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.12);padding:16px 6%;flex-direction:column;align-items:flex-start;gap:6px}
  .admin-header.nav-open nav{display:flex}
  .admin-header nav a{width:100%;padding:13px 0;border-bottom:1px solid #ededed}
  .admin-header nav a:last-child{border-bottom:0}

  #productGrid.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  #productGrid .product{min-height:285px;padding:14px;border-radius:16px}
  #productGrid .product-visual{height:115px;margin-bottom:12px}
  #productGrid .product-img{max-height:115px;max-width:100%}
  #productGrid .mini-bottle{width:58px;height:86px}
  #productGrid .mini-bottle:before{top:-21px;left:19px;width:21px;height:21px}
  #productGrid .mini-bottle:after{top:-35px;left:12px;width:34px;height:15px}
  #productGrid h3{font-size:16px;line-height:1.2;margin:8px 0}
  #productGrid p{font-size:12px;line-height:1.3}
  #productGrid .price{font-size:16px;margin:10px 0}
  #productGrid .btn{width:100%;padding:10px 8px;font-size:12px;border-radius:11px}
}


/* Kategorien-Untermenü Produkte */
.product-submenu{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  margin:26px 0 18px;
}
.cat-tab{
  border:1px solid var(--line);
  background:#fff;
  color:#111;
  padding:12px 18px;
  border-radius:999px;
  font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;
  font-size:14px;
  letter-spacing:.3px;
  cursor:pointer;
  transition:.2s ease;
}
.cat-tab:hover,.cat-tab.active{
  background:#111;
  color:#fff;
  border-color:#111;
}

/* Produktdetail mit zwei Bildern */
.detail-gallery{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  width:100%;
}
.detail-gallery-item{
  background:#fafafa;
  border:1px solid var(--line);
  border-radius:22px;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  overflow:hidden;
}
.detail-gallery-item img{
  width:100%;
  max-height:330px;
  object-fit:contain;
  display:block;
}
.category-empty{
  grid-column:1/-1;
  text-align:center;
  padding:30px 0;
}
@media (min-width:900px){
  .detail-gallery{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:700px){
  .product-submenu{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .cat-tab{
    padding:10px 8px;
    font-size:13px;
  }
  .detail-gallery-item{
    min-height:190px;
    border-radius:16px;
    padding:14px;
  }
}

.type-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:.35rem 0 .2rem;
  padding:.25rem .55rem;
  border:1px solid rgba(0,0,0,.12);
  border-radius:999px;
  font-size:.72rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#222;
  background:#f3f3f3;
}
.shop-filter-panel{
  margin:1.2rem 0 1.6rem;
  padding:1rem;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.shop-filters{
  display:grid;
  grid-template-columns:repeat(4,minmax(120px,1fr));
  gap:.7rem;
  margin-top:.75rem;
}
.shop-filters select,.shop-filters input,#pType{
  width:100%;
  padding:.85rem 1rem;
  border:1px solid #d8d8d8;
  border-radius:14px;
  background:#fff;
  font-family:Calibri, Arial, sans-serif;
}
@media(max-width:700px){
  .shop-filters{grid-template-columns:repeat(2,minmax(0,1fr));}
}

/* Anpassungen Produktverwaltung */
.admin-cat-tab{
  border:1px solid var(--line);
  background:#fff;
  color:#111;
  padding:12px 18px;
  border-radius:999px;
  font-family:Calibri,'Calibri Light','Segoe UI',Arial,sans-serif;
  font-size:14px;
  letter-spacing:.3px;
  cursor:pointer;
  transition:.2s ease;
}
.admin-cat-tab:hover,.admin-cat-tab.active{background:#111;color:#fff;border-color:#111}
.admin-product-submenu{justify-content:flex-start}
.product-select,#selectAllProducts{width:18px;height:18px;accent-color:#111}
#pBuy[readonly],#pSell[readonly]{background:#f3f3f1;color:#666}

/* Produktdetail Bild-Slider */
.detail-carousel{
  position:relative;
  width:100%;
  min-height:440px;
  background:#fafafa;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.detail-slide{
  display:none;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
}
.detail-slide.active{display:flex}
.detail-slide img{
  max-width:100%;
  max-height:390px;
  object-fit:contain;
  display:block;
}
.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  color:#111;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.carousel-btn:hover{background:#111;color:#fff}
.carousel-btn.prev{left:16px}
.carousel-btn.next{right:16px}
.carousel-counter{
  position:absolute;
  bottom:16px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(17,17,17,.88);
  color:#fff;
  border-radius:999px;
  padding:6px 14px;
  font-size:13px;
  letter-spacing:.3px;
}
@media(max-width:700px){
  .detail-carousel{min-height:300px;border-radius:22px;padding:18px}
  .detail-slide img{max-height:260px}
  .carousel-btn{width:36px;height:36px;font-size:25px}
  .admin-product-submenu{display:grid;grid-template-columns:1fr 1fr;gap:8px}
}

/* Warenkorb Feedback + Bestseller Button */
.bestseller-action{display:flex;justify-content:center;margin-top:28px}
.bestseller-action .btn{border-radius:999px;padding:14px 30px}
.cart-toast{
  position:fixed;
  top:92px;
  right:24px;
  z-index:3000;
  min-width:min(360px,calc(100vw - 32px));
  max-width:420px;
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(0,0,0,.12);
  border-radius:20px;
  box-shadow:0 22px 55px rgba(0,0,0,.20);
  opacity:0;
  transform:translateY(-14px);
  pointer-events:none;
  transition:.28s ease;
}
.cart-toast.show{opacity:1;transform:translateY(0);pointer-events:auto}
.cart-toast-check{width:42px;height:42px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:21px}
.cart-toast strong{display:block;font-size:16px;margin-bottom:3px;color:#111}.cart-toast span{display:block;font-size:14px;color:#555;line-height:1.3}.cart-toast a{color:#111;text-decoration:underline;font-size:14px;white-space:nowrap}
.fly-to-cart{position:fixed;z-index:2999;width:48px;height:48px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.10);box-shadow:0 14px 32px rgba(0,0,0,.22);display:grid;place-items:center;pointer-events:none;transition:transform .75s cubic-bezier(.2,.9,.2,1), opacity .75s ease;overflow:hidden}.fly-to-cart img{max-width:42px;max-height:42px;object-fit:contain}.fly-to-cart span{width:22px;height:34px;border-radius:5px;background:linear-gradient(135deg,#111,#555)}
@media(max-width:700px){.cart-toast{top:76px;left:16px;right:16px;grid-template-columns:38px 1fr;}.cart-toast a{grid-column:2}.cart-toast-check{width:38px;height:38px}.bestseller-action .btn{width:100%;max-width:260px}}

/* TWINT Zahlung + Lieferung */
.cart-summary{margin-top:18px;border-top:1px solid var(--line);padding-top:16px}
.cart-summary>div:not(.cart-total){display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid #eeeeea}
.cart-summary span{color:#666}.cart-summary strong{font-weight:400;color:#111}.twint-box{border:1px solid var(--line);border-radius:20px;background:#f8f8f6;padding:20px;text-align:center;margin:12px 0}.twint-box h3{margin:0 0 8px;font-weight:400}.twint-qr{width:220px;height:220px;max-width:100%;background:#fff;border:1px solid #e0e0dc;border-radius:16px;padding:10px;margin:12px auto;display:block}.twint-amount{font-size:18px;color:#111}.thank-twint{max-width:360px;margin:24px auto 0}.thank-twint .twint-qr{width:200px;height:200px}
@media(max-width:700px){.twint-box{padding:16px}.twint-qr{width:190px;height:190px}.cart-summary>div:not(.cart-total){font-size:14px}}


/* Bestellvorgang auf Startseite */
.order-process-section{
  padding:54px 8% 64px;
  background:linear-gradient(180deg,#fff,#f6f6f4);
  border-top:1px solid var(--line);
}
.order-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  max-width:1180px;
  margin:26px auto 0;
}
.order-step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 22px;
  text-align:center;
  box-shadow:0 16px 38px rgba(0,0,0,.06);
}
.step-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:23px;
  line-height:1;
}
.order-step strong{display:block;font-size:18px;font-weight:400;margin-bottom:8px;color:#111}.order-step p{margin:0;color:#555;line-height:1.45}.about-main-card p{font-size:17px;line-height:1.7}
@media(max-width:950px){.order-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.order-process-section{padding:42px 6%}.order-step{padding:20px 14px}.step-icon{width:48px;height:48px;font-size:20px}}
@media(max-width:520px){.order-steps{grid-template-columns:1fr}}

/* Produktübersicht: schlichte Darstellung ohne Karten/Vierecke */
#productGrid.grid{
  gap:46px 34px;
  align-items:start;
}
#productGrid .product{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  min-height:0;
  overflow:visible!important;
}
#productGrid .product:hover{
  transform:none!important;
  box-shadow:none!important;
}
#productGrid .product-visual{
  margin-bottom:16px;
  background:transparent!important;
}
#productGrid .product-link:hover h3{
  text-decoration:none;
}
#productGrid h3{
  margin:10px 0 6px;
  font-size:19px;
  font-weight:400;
  line-height:1.22;
}
#productGrid p{
  margin:4px 0;
  color:#555;
  line-height:1.45;
}
#productGrid .number{
  margin-top:8px;
  font-size:13px;
}
#productGrid .price{
  margin:12px 0 14px;
}

@media(max-width:700px){
  main.page{padding-left:4%!important;padding-right:4%!important;}
  main.page .section{padding-left:0!important;padding-right:0!important;}
  #productGrid.grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px 18px!important;
  }
  #productGrid .product{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    min-height:0!important;
  }
  #productGrid .product-visual{
    height:145px!important;
    margin-bottom:12px!important;
  }
  #productGrid .product-img{
    max-height:145px!important;
    max-width:100%!important;
  }
  #productGrid h3{
    font-size:17px!important;
    line-height:1.2!important;
    margin:8px 0 5px!important;
  }
  #productGrid p{
    font-size:13px!important;
    line-height:1.35!important;
  }
  #productGrid .price{
    font-size:17px!important;
    margin:10px 0 12px!important;
  }
  #productGrid .btn{
    font-size:12px!important;
    padding:11px 8px!important;
    border-radius:14px!important;
  }
}


/* Feinschliff Produkte: Titel/ähnlicher Duft getauscht, Hover, gleiche Button-Höhe */
#productGrid .product{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  height:100%;
  transition:transform .22s ease, filter .22s ease;
}
#productGrid .product-link{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:0;
}
#productGrid .product-bottom{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
#productGrid .product:hover{
  transform:translateY(-7px) scale(1.035)!important;
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.18));
}
#productGrid .product-main-title{
  margin:10px 0 6px!important;
  font-size:20px!important;
  font-weight:500!important;
  color:#111!important;
  line-height:1.18!important;
}
#productGrid .product-scent{
  font-size:14px!important;
  color:#555!important;
  line-height:1.35!important;
  margin:6px 0 2px!important;
}
#productGrid .type-badge{
  margin:4px auto 6px!important;
}
#productGrid .product-ml{
  min-height:20px;
}
@media(max-width:700px){
  #productGrid.grid{gap:30px 12px!important;align-items:stretch!important;}
  #productGrid .product{height:100%!important;}
  #productGrid .product-link{flex:1!important;}
  #productGrid .product-bottom{min-height:82px!important;}
  #productGrid .product-main-title{font-size:17px!important;min-height:42px!important;display:flex;align-items:flex-end;justify-content:center;text-align:center;}
  #productGrid .product-scent{font-size:12px!important;min-height:34px!important;}
  #productGrid .product-visual{height:150px!important;}
  #productGrid .product-img{max-height:150px!important;}
}

/* Über uns ohne Vierecke/Karten */
.about-layout{
  grid-template-columns:1.15fr .85fr;
  gap:54px;
  align-items:start;
}
.about-layout .card,
.about-main-card,
.about-layout .anthracite-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  color:#242424!important;
}
.about-layout .anthracite-card h3{color:#111!important;}
.about-layout .anthracite-card p{color:#555!important;}
@media(max-width:850px){.about-layout{grid-template-columns:1fr;gap:28px;}}

/* Produktdetail ohne unnötige Vierecke um Textfelder */
.detail-info,
.detail-meta-card,
.description-box{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.detail-info{padding:22px 10px!important;}
.detail-meta-card,.description-box{padding:22px 0!important;margin-top:20px!important;}
.detail-kicker{background:transparent!important;border:0!important;padding:0!important;border-radius:0!important;}
.detail-list div{padding:17px 0!important;}
.description-box p{max-width:720px;}
@media(max-width:950px){.detail-info{padding:18px 0!important;}}


/* Final: Produktdetail ohne Bildbox + Zurück-Link oben */
html,body{min-height:100%;}
body{display:flex;flex-direction:column;}
main{flex:1;}
.plain-back-link{
  display:inline-block;
  margin:0 0 24px;
  color:#111;
  font-size:15px;
  text-decoration:none;
  border:0!important;
  background:transparent!important;
  padding:0!important;
}
.plain-back-link:hover{text-decoration:underline;}
.detail-image-clean,
.detail-image{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.detail-carousel{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.detail-slide img{
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.12));
}
.carousel-btn{
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
@media(max-width:950px){
  .plain-back-link{margin-bottom:18px;}
  .detail-carousel{min-height:300px!important;}
}

/* Bestseller und Empfehlungen gleich wie Produkteübersicht */
#featuredProducts .product,
.recommendation-grid .product{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  height:100%;
  transition:transform .22s ease, filter .22s ease;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
#featuredProducts .product-link,
.recommendation-grid .product-link{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:0;
}
#featuredProducts .product-bottom,
.recommendation-grid .product-bottom{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
#featuredProducts .product:hover,
.recommendation-grid .product:hover{
  transform:translateY(-7px) scale(1.035)!important;
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.18));
}
#featuredProducts .product-main-title,
.recommendation-grid .product-main-title{
  margin:10px 0 6px!important;
  font-size:20px!important;
  font-weight:500!important;
  color:#111!important;
  line-height:1.18!important;
}
#featuredProducts .product-scent,
.recommendation-grid .product-scent{
  font-size:14px!important;
  color:#555!important;
  line-height:1.35!important;
  margin:6px 0 2px!important;
}
#featuredProducts .type-badge,
.recommendation-grid .type-badge{margin:4px auto 6px!important;}
#featuredProducts .product-visual,
.recommendation-grid .product-visual{height:170px!important;margin-bottom:14px!important;}
#featuredProducts .product-img,
.recommendation-grid .product-img{max-height:170px!important;max-width:100%!important;}
#featuredProducts .price,
.recommendation-grid .price{font-size:18px;margin:10px 0 12px!important;}
#featuredProducts .btn,
.recommendation-grid .btn{border-radius:14px!important;}
@media(max-width:700px){
  #featuredProducts.grid,
  .recommendation-grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 12px!important;align-items:stretch!important;}
  #featuredProducts .product,
  .recommendation-grid .product{height:100%!important;}
  #featuredProducts .product-bottom,
  .recommendation-grid .product-bottom{min-height:82px!important;}
  #featuredProducts .product-main-title,
  .recommendation-grid .product-main-title{font-size:17px!important;min-height:42px!important;display:flex;align-items:flex-end;justify-content:center;text-align:center;}
  #featuredProducts .product-scent,
  .recommendation-grid .product-scent{font-size:12px!important;min-height:34px!important;}
  #featuredProducts .product-visual,
  .recommendation-grid .product-visual{height:150px!important;}
  #featuredProducts .product-img,
  .recommendation-grid .product-img{max-height:150px!important;}
}

/* Kundenfeedback */
.customer-feedback-section{padding:70px 7%;background:#fff;}
.feedback-wrap{position:relative;max-width:1180px;margin:0 auto;}
.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.feedback-card{padding:0;background:transparent;border:0;box-shadow:none;color:#222;}
.feedback-card p{font-size:18px;line-height:1.7;margin:0 0 18px;color:#333;}
.feedback-card strong{font-weight:400;color:#111;}
.feedback-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#111;font-family:Calibri,'Calibri Light',Arial,sans-serif;font-size:42px;line-height:1;cursor:pointer;padding:8px;z-index:2;}
.feedback-prev{left:-8px}.feedback-next{right:-8px}
@media(max-width:700px){
  .customer-feedback-section{padding:56px 8%;}
  .feedback-wrap{padding:0 32px;}
  .feedback-grid{display:block;}
  .feedback-card{display:none;text-align:center;}
  .feedback-card.active{display:block;}
  .feedback-card p{font-size:16px;line-height:1.65;}
  .feedback-arrow{display:block;}
}


/* Empfehlungen als Slideshow: 3 sichtbar, Rest mit Pfeilen */
.recommendation-carousel{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  padding:0 44px;
}
.recommendation-track{
  display:flex;
  gap:24px;
  overflow:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:8px 2px 20px;
}
.recommendation-track .product{
  flex:0 0 calc((100% - 48px)/3);
  scroll-snap-align:start;
}
.recommendation-arrow{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  z-index:3;
  border:0;
  background:transparent;
  color:#111;
  font-family:Calibri,'Calibri Light',Arial,sans-serif;
  font-size:46px;
  line-height:1;
  cursor:pointer;
  padding:4px 8px;
}
.rec-prev{left:0;}
.rec-next{right:0;}
.recommendation-arrow:hover{opacity:.55;}
@media(max-width:700px){
  .recommendation-carousel{padding:0 30px;}
  .recommendation-track{gap:12px;}
  .recommendation-track .product{flex:0 0 calc((100% - 12px)/2);}
  .recommendation-arrow{font-size:38px;}
}


/* Final: Login-Hinweis entfernen und Empfehlungen schöner als Slideshow darstellen */
.login-card .muted.small{display:none!important;}

.recommendation-carousel{
  max-width:1180px!important;
  padding:0 54px!important;
  margin:0 auto!important;
}
.recommendation-track{
  display:flex!important;
  align-items:stretch!important;
  gap:34px!important;
  overflow-x:hidden!important;
  overflow-y:visible!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  padding:16px 6px 34px!important;
}
.recommendation-track .product{
  flex:0 0 calc((100% - 68px)/3)!important;
  min-width:0!important;
  height:auto!important;
  min-height:430px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:10px 8px 0!important;
  scroll-snap-align:start!important;
}
.recommendation-track .product-link{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  text-align:center!important;
}
.recommendation-track .product-visual{
  height:185px!important;
  margin-bottom:18px!important;
}
.recommendation-track .product-img{
  max-height:185px!important;
  max-width:100%!important;
}
.recommendation-track .product-main-title{
  font-size:21px!important;
  line-height:1.18!important;
  min-height:50px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  margin:8px 0 8px!important;
  color:#111!important;
  font-weight:500!important;
}
.recommendation-track .product-scent{
  font-size:14px!important;
  line-height:1.35!important;
  min-height:40px!important;
  margin:8px 0 2px!important;
  color:#555!important;
}
.recommendation-track .product-bottom{
  margin-top:auto!important;
  min-height:92px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:10px!important;
}
.recommendation-track .price{
  font-size:18px!important;
  margin:0!important;
}
.recommendation-track .btn{
  width:100%!important;
  max-width:220px!important;
  margin:0 auto!important;
  border-radius:14px!important;
  padding:12px 14px!important;
  white-space:normal!important;
  line-height:1.2!important;
}
.recommendation-track .product:hover{
  transform:translateY(-7px) scale(1.035)!important;
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.18));
}
.recommendation-arrow{
  top:43%!important;
}
@media(max-width:900px){
  .recommendation-track{gap:22px!important;}
  .recommendation-track .product{flex:0 0 calc((100% - 22px)/2)!important;min-height:395px!important;}
}
@media(max-width:520px){
  .recommendation-carousel{padding:0 26px!important;}
  .recommendation-track{gap:14px!important;padding-left:2px!important;padding-right:2px!important;}
  .recommendation-track .product{flex:0 0 calc((100% - 14px)/2)!important;min-height:360px!important;padding:6px 4px 0!important;}
  .recommendation-track .product-visual{height:135px!important;margin-bottom:12px!important;}
  .recommendation-track .product-img{max-height:135px!important;}
  .recommendation-track .product-main-title{font-size:16px!important;min-height:42px!important;}
  .recommendation-track .product-scent{font-size:12px!important;min-height:34px!important;}
  .recommendation-track .product-bottom{min-height:84px!important;gap:8px!important;}
  .recommendation-track .btn{font-size:11px!important;padding:10px 7px!important;border-radius:11px!important;}
  .recommendation-track .price{font-size:16px!important;}
}


.fixed-country{border:1px solid var(--line);border-radius:14px;padding:13px 14px;display:flex;justify-content:space-between;align-items:center;background:#fafafa;color:#111}
.fixed-country span{color:#777}
.about-main-card{max-width:920px;margin:0 auto 34px;line-height:1.75;font-size:18px}
.about-main-card h1{font-size:clamp(34px,5vw,58px);font-weight:300;margin:0 0 22px}
.about-main-card h3{font-size:26px;font-weight:300;margin-top:30px}
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
footer{margin-top:auto}
.backoffice-intro{text-align:center;max-width:620px}


/* Warenkorb Feinschliff: Plus/Minus, X-Entfernen, saubere mobile Ansicht */
.cart-line{
  grid-template-columns:auto 1fr auto auto !important;
  gap:18px !important;
  position:relative;
}
.cart-product-info{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.cart-remove-x{
  width:auto;
  height:auto;
  border:0;
  background:transparent;
  color:#111;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  padding:0 6px;
  opacity:.75;
}
.cart-remove-x:hover{opacity:1;transform:scale(1.08)}
.qty-stepper{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  overflow:hidden;
  min-width:108px;
  height:38px;
  background:#fff;
}
.qty-stepper button{
  width:34px;
  height:38px;
  border:0;
  background:#fff;
  font-size:20px;
  cursor:pointer;
  color:#111;
}
.qty-stepper button:hover{background:#f2f2ef}
.qty-stepper span{
  min-width:34px;
  text-align:center;
  font-weight:400;
}
.cart-line-total{
  white-space:nowrap;
  font-weight:400;
}
.empty-cart-text{
  padding:18px 0;
}
@media(max-width:700px){
  .cart-line{
    grid-template-columns:auto 1fr auto !important;
    align-items:center;
    gap:12px !important;
  }
  .cart-line-total{
    grid-column:2 / 4;
    justify-self:end;
    margin-top:4px;
  }
  .qty-stepper{
    min-width:96px;
    height:36px;
  }
  .qty-stepper button{height:36px;width:31px}
}


/* Fix: Produktbeschreibung auch auf Mobile sichtbar */
.description-box,
.mobile-visible-description{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.description-box p,
.mobile-visible-description p{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  font-size:16px;
  line-height:1.75;
  color:#333;
}
@media(max-width:950px){
  .description-box,
  .mobile-visible-description{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    margin-top:24px!important;
    padding:18px 0!important;
    width:100%!important;
    overflow:visible!important;
  }
  .description-box h3{
    display:block!important;
    font-size:20px!important;
    margin:0 0 12px!important;
  }
  .description-box p{
    display:block!important;
    font-size:16px!important;
    line-height:1.75!important;
  }
}
