/* ===== REAL DESKTOP LAYOUT ===== */

@media (min-width: 1100px){

  .hero-venue{
    padding:70px 0 40px !important;
  }

  .hero-venue-grid{
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;

    display:grid !important;
    grid-template-columns: 560px 1fr;
    align-items:center;
    gap:70px;
  }

  .hero-venue-copy{
    text-align:left !important;
    max-width:560px;
  }

  .hero-venue-copy .subtitle{
    margin:0 0 26px !important;
    max-width:500px !important;
  }

  .hero-actions{
    justify-content:flex-start !important;
  }

  .hero-venue-copy h1{
    font-size:78px !important;
    line-height:.94 !important;
    margin-bottom:22px !important;
  }

  .hero-pizza-inline{
    margin:0 !important;
  }

  .hero-pizza-inline img{
    width:100% !important;
    max-width:760px !important;
    border-radius:34px !important;
  }

  .hero-points{
    margin-top:34px !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:16px !important;
    max-width:100% !important;
  }

  .hero-point{
    min-height:130px !important;
  }

  .intro-grid{
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;

    grid-template-columns:1fr 1fr !important;
    gap:26px !important;
  }

  .contact-grid{
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;

    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }

  .contact-card{
    min-height:240px;
    padding:34px !important;
  }
}


/* ===== TABLET ===== */

@media (min-width: 701px) and (max-width: 1099px){

  .hero-venue{
    padding:50px 0 34px !important;
  }

  .hero-venue-grid{
    max-width:900px;
    margin:0 auto;
    padding:0 26px;
  }

  .hero-venue-copy{
    text-align:center !important;
  }

  .hero-venue-copy h1{
    font-size:62px !important;
    line-height:.96 !important;
  }

  .hero-actions{
    justify-content:center !important;
  }

  .hero-pizza-inline img{
    max-width:760px !important;
  }

  .hero-points{
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
  }

  .intro-grid{
    padding:0 26px;
    grid-template-columns:1fr 1fr !important;
  }

  .contact-grid{
    padding:0 26px;

    display:grid !important;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }

  .contact-card{
    padding:26px !important;
  }
}

/* ===== DESKTOP NAVIGATION ===== */
@media (min-width: 901px){

  .site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(10,12,16,.96) !important;
  }

  .header-shell{
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 18px 28px 12px !important;
  }

  .brand-strip{
    max-width: 900px !important;
    grid-template-columns: 150px 1fr !important;
    border-radius: 20px !important;
    margin-bottom: 14px !important;
  }

  .brand-logo{
    min-height: 125px !important;
    padding: 8px !important;
  }

  .brand-logo img{
    width: 120px !important;
    height: 120px !important;
  }

  .brand-banner{
    min-height: 125px !important;
  }

  .menu-strip{
    margin: 0 auto !important;
    padding: 8px 12px !important;
    width: fit-content !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.045) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 14px 40px rgba(0,0,0,.25) !important;
  }

  .main-nav{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .main-nav a{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 16px !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    transition: background .2s ease, color .2s ease, transform .2s ease !important;
  }

  .main-nav a:hover{
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    transform: translateY(-1px);
  }

  .main-nav a[href*="bestellung"]{
    background: linear-gradient(180deg,#ef2f3c,#d61f2c) !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(214,31,44,.28) !important;
  }
}


/* ===== SPEISEKARTE DESKTOP REDESIGN ===== */
@media (min-width: 1100px){

  .shop-categories-page{
    padding: 46px 0 90px !important;
    background:
      radial-gradient(circle at top center, rgba(214,31,44,.13), transparent 34%),
      linear-gradient(180deg,#150908 0%, #08090d 100%) !important;
  }

  .shop-categories-page > .wrap{
    width: min(1180px, calc(100% - 90px)) !important;
    max-width: 1180px !important;
  }

  .shop-topbar-premium{
    position: sticky !important;
    top: 210px !important;
    padding: 18px !important;
    border-radius: 28px !important;
    margin-bottom: 34px !important;
  }

  .shop-topbar-grid{
    grid-template-columns: 1fr 320px !important;
    gap: 16px !important;
  }

  .shop-search-input,
  .shop-category-select{
    height: 58px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    padding: 0 18px !important;
  }

  .shop-featured-head h2{
    font-size: 44px !important;
  }

  .shop-featured-scroll{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    overflow: visible !important;
    gap: 18px !important;
  }

  .shop-featured-card{
    min-width: 0 !important;
    flex: none !important;
    padding: 24px !important;
    border-radius: 26px !important;
  }

  .shop-sections{
    gap: 26px !important;
  }

  .shop-category-section{
    padding: 24px !important;
    border-radius: 30px !important;
    background: rgba(8,12,18,.72) !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.26) !important;
  }

  .shop-category-head{
    padding: 4px 0 18px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .shop-category-head h2{
    font-size: 34px !important;
  }

  .shop-list{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .shop-list-item{
    padding: 20px 22px !important;
    border-radius: 22px !important;
    transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
  }

  .shop-list-item:hover{
    transform: translateY(-2px) !important;
    border-color: rgba(255,255,255,.16) !important;
    background:
      radial-gradient(circle at top right, rgba(214,31,44,.12), transparent 36%),
      linear-gradient(180deg,#121b2a 0%,#080d16 100%) !important;
  }

  .shop-list-content h3{
    font-size: 20px !important;
  }

  .shop-list-desc{
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .shop-list-price{
    font-size: 17px !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.075) !important;
  }
}


/* ===== SINGLE PRODUCT PREMIUM ===== */
.pp-single-product-page{
  padding: 28px 0 80px;
  background:
    radial-gradient(circle at top center, rgba(214,31,44,.14), transparent 34%),
    linear-gradient(180deg,#120807 0%, #07090d 100%);
}

.pp-single-product-wrap{
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
}

.pp-single-product-card{
  display: grid;
  gap: 24px;
}

.pp-single-product-card .woocommerce-product-gallery,
.pp-single-product-card .summary{
  border-radius: 30px;
  background: linear-gradient(180deg,#101722 0%,#080c13 100%);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

.pp-single-product-card .woocommerce-product-gallery{
  padding: 18px;
}

.pp-single-product-card .woocommerce-product-gallery img{
  border-radius: 24px;
}

.pp-single-product-card .summary{
  padding: 28px;
}

.pp-single-product-card .product_title{
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0 0 14px;
}

.pp-single-product-card .price{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(214,31,44,.16);
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 900;
}

.pp-single-product-card .woocommerce-product-details__short-description{
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.pp-single-product-card form.cart{
  margin-top: 20px;
}

.pp-single-product-card button.single_add_to_cart_button{
  min-height: 56px;
  border-radius: 999px !important;
  background: linear-gradient(180deg,#ef2f3c,#d61f2c) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 42px rgba(214,31,44,.32) !important;
}

@media (min-width: 900px){
  .pp-single-product-page{
    padding: 54px 0 100px;
  }

  .pp-single-product-card{
    grid-template-columns: minmax(420px, .9fr) minmax(440px, 1fr);
    align-items: start;
  }

  .pp-single-product-card .summary{
    position: sticky;
    top: 220px;
    padding: 38px;
  }
}


/* ===== SINGLE PRODUCT FIX ===== */

.pp-single-product-card{
  width:100%;
}

.pp-single-product-card::after{
  content:"";
  display:block;
  clear:both;
}

.pp-single-product-card .woocommerce-product-gallery{
  width:100%;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.pp-single-product-card .woocommerce-product-gallery::before{
  content:"🍕";
  font-size:120px;
  opacity:.08;
}

.pp-single-product-card .summary{
  width:100%;
}

.pp-single-product-card .summary.entry-summary{
  float:none !important;
}

.pp-single-product-card .woocommerce-tabs,
.pp-single-product-card .related,
.pp-single-product-card .upsells{
  margin-top:40px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg,#0d1420 0%,#070c13 100%);
  border:1px solid rgba(255,255,255,.06);
}

.pp-single-product-card .related ul.products{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:18px;
}

.pp-single-product-card .related ul.products li.product{
  width:100% !important;
  margin:0 !important;
  padding:18px;
  border-radius:22px;
  background:#0d1420;
}

@media(min-width:900px){

  .pp-single-product-card{
    display:grid !important;
    grid-template-columns: 1fr 1fr;
    gap:34px;
  }

  .pp-single-product-card .woocommerce-product-gallery{
    position:sticky;
    top:220px;
  }
}


/* ===== SINGLE PRODUCT LAYOUT HARD FIX ===== */

.woocommerce div.product.pp-single-product-card{
  width:min(980px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns: 420px 1fr !important;
  gap:32px !important;
  align-items:start !important;
}

.woocommerce div.product.pp-single-product-card div.summary{
  float:none !important;
  width:auto !important;
  margin:0 !important;
  grid-column:1 !important;
}

.woocommerce div.product.pp-single-product-card .woocommerce-tabs{
  grid-column:2 !important;
  margin:0 !important;
  align-self:start !important;
}

.woocommerce div.product.pp-single-product-card .related.products,
.woocommerce div.product.pp-single-product-card .upsells.products{
  grid-column:1 / -1 !important;
  width:100% !important;
  margin-top:36px !important;
}

.woocommerce div.product.pp-single-product-card .woocommerce-product-gallery{
  display:none !important;
}

.woocommerce div.product.pp-single-product-card .product_meta{
  display:none !important;
}

.woocommerce div.product.pp-single-product-card .cart{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}

.woocommerce div.product.pp-single-product-card .quantity input{
  width:70px !important;
  height:36px !important;
  border-radius:10px !important;
}

.woocommerce div.product.pp-single-product-card .related.products h2{
  font-size:26px !important;
  margin-bottom:18px !important;
}

@media(max-width:899px){
  .woocommerce div.product.pp-single-product-card{
    width:calc(100% - 28px) !important;
    display:block !important;
  }
}


/* ===== RELATED PRODUCTS CLEAN ===== */

.woocommerce div.product.pp-single-product-card .related.products{
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 22px !important;
}

.woocommerce div.product.pp-single-product-card .related.products ul.products{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 14px !important;
}

.woocommerce div.product.pp-single-product-card .related.products li.product{
  min-height: 150px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg,#101827,#080d15) !important;
}

.woocommerce div.product.pp-single-product-card .related.products li.product img{
  display:none !important;
}

.woocommerce div.product.pp-single-product-card .related.products .woocommerce-loop-product__title{
  font-size: 17px !important;
  line-height: 1.2 !important;
  color:#fff !important;
}

.woocommerce div.product.pp-single-product-card .related.products .price{
  font-size: 17px !important;
  padding: 7px 12px !important;
}

.woocommerce div.product.pp-single-product-card .related.products .button{
  margin-top: 10px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}


/* ===== SINGLE PRODUCT FINAL ALIGN ===== */

.woocommerce div.product.pp-single-product-card{
  row-gap: 46px !important;
}

.woocommerce div.product.pp-single-product-card .related.products{
  grid-column: 1 / -1 !important;
  clear: both !important;
  position: relative !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  margin-top: 10px !important;
  width: min(720px, 100%) !important;
}

.woocommerce div.product.pp-single-product-card .related.products ul.products{
  align-items: stretch !important;
}

.woocommerce div.product.pp-single-product-card .related.products li.product{
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.woocommerce div.product.pp-single-product-card .related.products::before,
.woocommerce div.product.pp-single-product-card .related.products::after{
  display:none !important;
}

.woocommerce div.product.pp-single-product-card .woocommerce-tabs{
  min-height: 170px !important;
}


/* ===== SINGLE PRODUCT REMOVE RELATED ===== */
.woocommerce div.product.pp-single-product-card .related.products,
.woocommerce div.product.pp-single-product-card .upsells.products{
  display:none !important;
}


/* ===== PRODUCT PAGE EMERGENCY CLEAN ===== */
.single-product .product{
  width:min(760px, calc(100% - 32px)) !important;
  margin:36px auto 70px !important;
  padding:28px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,#101827,#070c14) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.35) !important;
}

.single-product .woocommerce-product-gallery,
.single-product .related.products,
.single-product .upsells.products,
.single-product .product_meta,
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs + *{
  display:none !important;
}

.single-product .summary,
.single-product div.product div.summary{
  float:none !important;
  width:100% !important;
  margin:0 !important;
}

.single-product .product_title{
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1 !important;
  margin:0 0 14px !important;
  color:#fff !important;
}

.single-product .price{
  display:inline-flex !important;
  padding:9px 16px !important;
  border-radius:999px !important;
  background:rgba(239,47,60,.18) !important;
  color:#fff !important;
  font-size:22px !important;
  font-weight:900 !important;
}

.single-product .woocommerce-product-details__short-description{
  margin:28px 0 20px !important;
  color:rgba(255,255,255,.72) !important;
  font-size:17px !important;
  line-height:1.6 !important;
}

.single-product form.cart{
  margin-top:20px !important;
}

.single-product .single_add_to_cart_button{
  width:100% !important;
  border-radius:999px !important;
  padding:15px 22px !important;
  background:linear-gradient(180deg,#ef2f3c,#d61f2c) !important;
  color:#fff !important;
  font-weight:900 !important;
}

.single-product .quantity input{
  height:38px !important;
  border-radius:10px !important;
}


/* PRODUCT PAGE WIDER */
.single-product .product{
  width:min(1100px, calc(100% - 60px)) !important;
  padding:42px !important;
}

.single-product .summary,
.single-product div.product div.summary{
  max-width:760px !important;
}

.single-product .product_title{
  font-size:clamp(42px,5vw,72px) !important;
}

.single-product .woocommerce-product-details__short-description{
  font-size:18px !important;
  max-width:720px !important;
}

.single-product form.cart{
  max-width:520px !important;
}


/* Single product smaller title */
.single-product .product_title{
  font-size:clamp(30px,3vw,46px) !important;
  line-height:1.08 !important;
  letter-spacing:-.03em !important;
  max-width:720px !important;
}

@media(max-width:700px){
  .single-product .product_title{
    font-size:34px !important;
  }
}


/* Mein Konto zentriert */
body.woocommerce-account .page-content-card,
body.woocommerce-account .entry-content,
body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce-MyAccount-content {
  max-width: 1080px !important;
  width: calc(100% - 80px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-account .page-content-section {
  display: flex !important;
  justify-content: center !important;
}

@media(max-width:900px){
  body.woocommerce-account .page-content-card,
  body.woocommerce-account .entry-content,
  body.woocommerce-account .woocommerce,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }
}


/* Kontakt Seite breiter */
@media (min-width: 900px){

  .contact-page .contact-hero-simple .wrap,
  .contact-page .contact-premium .wrap{
    max-width: 1180px !important;
    width: calc(100% - 80px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .contact-page .contact-stack{
    max-width: 1180px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }

  .contact-page .contact-info-card{
    grid-row: span 2 !important;
    padding: 36px !important;
  }

  .contact-page .contact-action-card{
    padding: 28px !important;
  }

  .contact-page .contact-action-card iframe{
    height: 310px !important;
  }

  .contact-page .contact-actions{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .contact-page .contact-action{
    min-height: 58px !important;
    font-size: 16px !important;
  }
}


/* Desktop header banner breiter */
@media (min-width: 900px){

  .site-header .header-shell{
    max-width: 1180px !important;
    width: calc(100% - 80px) !important;
    margin: 0 auto !important;
  }

  .site-header .brand-strip{
    max-width: 980px !important;
    width: 100% !important;
    grid-template-columns: 150px 1fr !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-header .brand-logo{
    min-height: 120px !important;
  }

  .site-header .brand-logo img{
    width: 120px !important;
    height: 120px !important;
  }

  .site-header .brand-banner{
    min-height: 120px !important;
    background-size: cover !important;
    background-position: center !important;
  }
}


/* Banner noch breiter */
@media (min-width: 900px){

  .site-header .header-shell{
    max-width: 1380px !important;
    width: calc(100% - 40px) !important;
  }

  .site-header .brand-strip{
    max-width: 1240px !important;
    grid-template-columns: 170px 1fr !important;
    gap: 18px !important;
  }

  .site-header .brand-logo{
    min-height: 135px !important;
  }

  .site-header .brand-logo img{
    width: 135px !important;
    height: 135px !important;
  }

  .site-header .brand-banner{
    min-height: 135px !important;
    border-radius: 24px !important;
  }
}


/* Hero Bild Desktop + Tablet */
@media (min-width: 768px){

  .hero-section,
  .hero-modern{
    min-height: 720px !important;
    padding-top: 60px !important;
  }

  .hero-section img,
  .hero-modern img,
  .hero-image img{
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* Großes Desktop */
@media (min-width: 1200px){

  .hero-section img,
  .hero-modern img,
  .hero-image img{
    max-width: 920px !important;
  }
}


/* Hero Bild Desktop + Tablet richtig */
@media (min-width: 701px){
  .hero-pizza-inline img{
    width:100% !important;
    max-width:820px !important;
    height:auto !important;
    object-fit:cover !important;
  }
}

@media (min-width:1100px){
  .hero-pizza-inline img{
    max-width:760px !important;
  }
}

/* Aktives Menü markieren */
.main-nav a{
  position: relative;
}

.main-nav a.current-menu-item,
.main-nav a.current_page_item,
.main-nav a[aria-current="page"]{
  color:#fff !important;
}

.main-nav a.current-menu-item::before,
.main-nav a.current_page_item::before,
.main-nav a[aria-current="page"]::before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  transform:translateY(-50%);
  width:6px;
  height:24px;
  border-radius:20px;
  background:linear-gradient(180deg,#ff2d55,#ff5f6d);
  box-shadow:0 0 12px rgba(255,45,85,.7);
}


.main-nav a.pp-active-nav::before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  transform:translateY(-50%);
  width:6px;
  height:24px;
  border-radius:20px;
  background:linear-gradient(180deg,#ff2d55,#ff5f6d);
  box-shadow:0 0 12px rgba(255,45,85,.7);
}

.main-nav a.pp-active-nav{
  color:#fff !important;
  background:rgba(255,255,255,.08) !important;
}


/* Login/Register sauber */
body.woocommerce-account:not(.logged-in) #customer_login{
  max-width:760px !important;
  margin:0 auto !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1{
  width:100% !important;
  float:none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column2{
  width:100% !important;
  float:none !important;
  display:none;
  margin-top:24px;
}

body.woocommerce-account:not(.logged-in) #customer_login.pp-show-register .u-column2{
  display:block;
}

.pp-register-toggle{
  margin:18px 0 0;
  padding:18px;
  border-radius:18px;
  text-align:center;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.pp-register-toggle button{
  margin-top:10px;
  border:0;
  border-radius:999px;
  padding:12px 20px;
  background:linear-gradient(180deg,#ef2f3c,#d61f2c);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}


/* Dynamic order button when cart has items */
.main-nav a.pp-continue-order,
.mobile-menu-nav a.pp-continue-order{
  background:linear-gradient(135deg,#16a34a,#22c55e) !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:9px 16px !important;
  font-weight:800 !important;
  box-shadow:0 10px 26px rgba(34,197,94,.28) !important;
}

/* Hero continue order button */
.hero .pp-hero-continue-order,
.pp-hero-continue-order{
  background:linear-gradient(135deg,#15803d,#22c55e,#86efac) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.35) !important;
  box-shadow:0 18px 45px rgba(34,197,94,.34), inset 0 1px 0 rgba(255,255,255,.35) !important;
  transform:translateY(-1px);
}
.hero .pp-hero-continue-order:hover,
.pp-hero-continue-order:hover{
  filter:brightness(1.05);
  transform:translateY(-2px);
}

/* Premium cart order info box */
.pp-order-info-box{
  max-width:980px;
  margin:0 auto 22px;
  padding:16px 18px;
  border-radius:22px;
  display:flex;
  gap:14px;
  align-items:center;
  background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(22,34,53,.86));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}

.pp-order-info-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 24px rgba(34,197,94,.28);
}

.pp-order-info-content{
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#fff;
}

.pp-order-info-content strong{
  font-size:15px;
  line-height:1.35;
}

.pp-order-info-content span{
  font-size:14px;
  line-height:1.35;
  color:rgba(255,255,255,.72);
}

@media (max-width:700px){
  .pp-order-info-box{
    margin:0 16px 18px;
    padding:14px;
    border-radius:20px;
    align-items:flex-start;
  }
}

/* Wer sind wir */
.pp-about-page{
  padding:40px 20px 80px;
  background:
    radial-gradient(circle at top, rgba(180,20,20,.18), transparent 35%),
    #050505;
}

.pp-about-shell{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:40px;
  align-items:flex-start;
}

.pp-about-left{
  position:sticky;
  top:140px;
}

.pp-about-ciao{
  font-size:92px;
  line-height:.9;
  font-weight:900;
  color:#2563eb;
  margin-bottom:18px;
  letter-spacing:-3px;
}

.pp-about-since{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-weight:700;
  backdrop-filter:blur(12px);
}

.pp-about-card{
  position:relative;
  background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:34px;
  padding:48px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.pp-about-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(239,68,68,.12), transparent 30%);
  pointer-events:none;
}

.pp-about-logo{
  display:flex;
  justify-content:flex-end;
  margin-bottom:25px;
}

.pp-about-logo img{
  width:140px;
  height:auto;
  filter:drop-shadow(0 10px 25px rgba(0,0,0,.35));
}

.pp-about-text{
  position:relative;
  z-index:2;
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.9;
}

.pp-about-text p{
  margin:0 0 24px;
}

.pp-about-text strong{
  color:#fff;
}

.pp-about-text h2{
  margin:50px 0 20px;
  font-size:34px;
  line-height:1.2;
  color:#fff;
}

.pp-about-buon{
  margin-top:45px !important;
  font-size:24px;
  color:#fff;
  font-weight:800;
}

.pp-about-signature{
  font-size:34px;
  line-height:1.2;
  color:#ef4444;
  font-weight:900;
}

@media (max-width:900px){

  .pp-about-shell{
    grid-template-columns:1fr;
    gap:20px;
  }

  .pp-about-left{
    position:relative;
    top:auto;
  }

  .pp-about-ciao{
    font-size:64px;
  }

  .pp-about-card{
    padding:28px 22px;
    border-radius:28px;
  }

  .pp-about-logo{
    justify-content:center;
  }

  .pp-about-logo img{
    width:110px;
  }

  .pp-about-text{
    font-size:16px;
    line-height:1.75;
  }

  .pp-about-text h2{
    font-size:28px;
  }

  .pp-about-signature{
    font-size:26px;
  }
}

/* Wer sind wir - warmer restaurant board look */
.pp-about-page{
  background:
    radial-gradient(circle at top left, rgba(17,24,39,.18), transparent 35%),
    linear-gradient(135deg,#07101f 0%,#140707 45%,#070707 100%) !important;
  padding:44px 16px 90px !important;
}

.pp-about-shell{
  max-width:860px !important;
  display:block !important;
}

.pp-about-left{
  display:none !important;
}

.pp-about-card{
  background:
    linear-gradient(180deg,rgba(255,248,226,.98),rgba(255,244,210,.95)) !important;
  color:#141414 !important;
  border:10px solid #b91c1c !important;
  border-radius:30px !important;
  padding:34px 36px 38px !important;
  box-shadow:
    0 30px 90px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.55) !important;
}

.pp-about-card::before{
  display:none !important;
}

.pp-about-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}

.pp-about-ciao{
  font-family:"Brush Script MT","Segoe Script","Apple Chancery",cursive !important;
  font-size:82px !important;
  line-height:.85 !important;
  color:#133a8a !important;
  font-weight:400 !important;
  letter-spacing:-2px !important;
  text-shadow:none !important;
  margin:0 !important;
}

.pp-about-logo{
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start !important;
  margin:0 !important;
  min-width:130px;
}

.pp-about-logo img{
  width:120px !important;
  filter:none !important;
}

.pp-about-logo span{
  margin-top:4px;
  color:#111;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
}

.pp-about-text{
  color:#1c1c1c !important;
  font-size:17px !important;
  line-height:1.72 !important;
  max-width:680px;
}

.pp-about-text p{
  margin:0 0 18px !important;
}

.pp-about-text strong{
  color:#111 !important;
  font-weight:900;
}

.pp-about-text h2{
  margin:36px 0 10px !important;
  color:#17327f !important;
  font-size:22px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}

.pp-about-buon{
  margin-top:28px !important;
  color:#1c1c1c !important;
  font-size:18px !important;
  font-weight:500 !important;
}

.pp-about-signature{
  font-family:"Brush Script MT","Segoe Script","Apple Chancery",cursive !important;
  color:#b91c1c !important;
  font-size:34px !important;
  line-height:1.1 !important;
  font-weight:400 !important;
  margin-top:8px !important;
}

@media (max-width:700px){
  .pp-about-page{
    padding:28px 12px 70px !important;
  }

  .pp-about-card{
    border-width:6px !important;
    border-radius:24px !important;
    padding:24px 20px 28px !important;
  }

  .pp-about-top{
    align-items:flex-start;
    gap:14px;
  }

  .pp-about-ciao{
    font-size:62px !important;
  }

  .pp-about-logo{
    min-width:94px;
  }

  .pp-about-logo img{
    width:88px !important;
  }

  .pp-about-text{
    font-size:15.5px !important;
    line-height:1.7 !important;
  }

  .pp-about-signature{
    font-size:28px !important;
  }
}

/* Wer sind wir - fein schliff */
.pp-about-page{
  padding:24px 12px 45px !important;
}

.pp-about-title-wrap{
  max-width:760px;
  margin:0 auto 18px;
  text-align:center;
}

.pp-about-title{
  margin:0;
  color:#fff;
  font-size:34px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-1px;
}

.pp-about-shell{
  max-width:760px !important;
}

.pp-about-card{
  padding:26px 24px 20px !important;
}

.pp-about-top{
  margin-bottom:14px !important;
  gap:10px !important;
  align-items:flex-start !important;
}

.pp-about-ciao{
  font-size:96px !important;
  line-height:.72 !important;
  margin-top:-8px !important;
}

.pp-about-logo{
  min-width:86px !important;
}

.pp-about-logo img{
  width:82px !important;
}

.pp-about-text p:last-child{
  margin-bottom:0 !important;
}

.pp-about-signature{
  margin-bottom:0 !important;
}

@media (max-width:700px){

  .pp-about-page{
    padding:18px 10px 28px !important;
  }

  .pp-about-title{
    font-size:28px !important;
  }

  .pp-about-shell{
    max-width:100% !important;
  }

  .pp-about-card{
    padding:22px 18px 16px !important;
  }

  .pp-about-ciao{
    font-size:78px !important;
  }

  .pp-about-logo img{
    width:72px !important;
  }
}

/* Wer sind wir - standard page title like other pages */
.pp-about-title-wrap,
.pp-about-title{
  display:none !important;
}

.pp-about-standard-title{
  padding-bottom:22px !important;
}

.pp-about-page .pp-about-hero{
  margin-top:0 !important;
}

.pp-about-page{
  padding-top:0 !important;
}

.pp-about-shell{
  margin-top:0 !important;
}

/* Wer sind wir - title spacing like other pages */
.pp-about-standard-title{
  padding-top:38px !important;
  padding-bottom:8px !important;
  background:
    radial-gradient(circle at center bottom, rgba(160,20,20,.28), transparent 42%),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(20,4,4,.65)) !important;
}

.pp-about-standard-title .wrap{
  padding-bottom:0 !important;
}

.pp-about-standard-title .order-mode-eyebrow{
  color:#ef3340 !important;
}

.pp-about-standard-title h1{
  margin-bottom:0 !important;
}

.pp-about-page .pp-about-hero{
  margin-top:-8px !important;
  padding-top:0 !important;
}

.pp-about-shell{
  margin-top:0 !important;
}

.pp-about-card{
  margin-top:0 !important;
}

@media (max-width:700px){
  .pp-about-standard-title{
    padding-top:32px !important;
    padding-bottom:4px !important;
  }

  .pp-about-page .pp-about-hero{
    margin-top:-6px !important;
  }
}

/* Wer sind wir - balanced title/card spacing */
.pp-about-standard-title{
  padding-bottom:22px !important;
}

.pp-about-page .pp-about-hero{
  margin-top:18px !important;
}

@media (max-width:700px){
  .pp-about-standard-title{
    padding-bottom:16px !important;
  }

  .pp-about-page .pp-about-hero{
    margin-top:14px !important;
  }
}

/* Wer sind wir - unified premium background */
.pp-about-standard-title{
  background:
    radial-gradient(circle at top center, rgba(120,0,0,.28), transparent 42%),
    linear-gradient(180deg,#05070d 0%, #070b16 45%, #0a0707 100%) !important;

  margin-bottom:0 !important;
  padding-top:34px !important;
  padding-bottom:34px !important;
  border-bottom:none !important;
}

.pp-about-page{
  background:
    radial-gradient(circle at top center, rgba(120,0,0,.22), transparent 38%),
    linear-gradient(180deg,#05070d 0%, #070b16 45%, #0a0707 100%) !important;
}

.pp-about-page .pp-about-hero{
  padding-top:18px !important;
}

.pp-about-card{
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.04) !important;
}


/* Wer sind wir - cleaner background and exact centering */
.pp-about-page,
.pp-about-standard-title{
  background:
    radial-gradient(circle at top center, rgba(120,0,0,.18), transparent 34%),
    linear-gradient(180deg,#050505 0%,#090909 55%,#050505 100%) !important;
}

.pp-about-standard-title{
  padding-top:34px !important;
  padding-bottom:28px !important;
}

.pp-about-page .pp-about-hero{
  padding:18px 0 52px !important;
  margin:0 !important;
}

.pp-about-shell{
  width:100% !important;
  max-width:760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:18px !important;
  padding-right:18px !important;
  box-sizing:border-box !important;
}

.pp-about-card{
  width:100% !important;
  box-sizing:border-box !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (max-width:700px){
  .pp-about-shell{
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .pp-about-standard-title{
    padding-bottom:24px !important;
  }
}

/* Product description inside cart */
.pp-cart-desc{
  margin-top:8px;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.35;
  font-weight:500;
}

/* Hide empty payment method message on single product */
.single-product #payment-method-message{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* Mein Konto - Passwort Hinweis lesbar */
body.woocommerce-account .woocommerce-password-strength{
  color:#111827 !important;
  font-weight:900 !important;
  text-shadow:none !important;
  border-radius:12px !important;
  padding:9px 12px !important;
  margin-top:8px !important;
  border:1px solid rgba(0,0,0,.12) !important;
}

body.woocommerce-account .woocommerce-password-hint{
  display:block !important;
  margin-top:10px !important;
  color:rgba(255,255,255,.82) !important;
  font-size:14px !important;
  line-height:1.45 !important;
}


/* Passwort strength text smaller */
body.woocommerce-account .woocommerce-password-strength{
  font-size:16px !important;
  line-height:1.4 !important;
  padding:10px 14px !important;
}

/* ===== Global WooCommerce Notices Readability Fix ===== */
.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  color:#111827 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  background:#fff7ed !important;
  border-radius:16px !important;
  border:1px solid rgba(0,0,0,.12) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.22) !important;
  font-size:15px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.wc-block-components-notice-banner a {
  color:#991b1b !important;
  font-weight:900 !important;
  text-decoration:underline !important;
}

/* Stronger WooCommerce notice readability */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner,
.woocommerce-error *,
.woocommerce-info *,
.woocommerce-message *,
.wc-block-components-notice-banner *{
  color:#111111 !important;
  opacity:1 !important;
  text-shadow:none !important;
}

.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong{
  color:#7f1d1d !important;
  font-weight:900 !important;
}
