/* Premium Deluxe — eStore storefront (home, catalog, cards) */

/* Header actions (wishlist / cart badge, account) */
.pd-estore-action__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}
.pd-estore-action--wishlist .pd-estore-action__badge,.pd-estore-action--cart .pd-estore-action__badge{top:-.35rem;right:-.45rem;box-shadow:0 0 0 2px var(--pd-card)}
.pd-estore-action--wishlist,.pd-estore-action--cart,.pd-estore-action--account-logged-in{align-items:center;gap:.5rem}
.pd-estore-action--account-logged-in .pd-estore-action__label{max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}
.pd-estore-action__avatar{width:1.65rem;height:1.65rem;border-radius:50%;object-fit:cover;border:2px solid color-mix(in srgb,var(--pd-primary) 40%,transparent);background:var(--pd-accent-soft)}
.pd-estore-action__profile-icon{font-size:1.65rem!important;line-height:1;color:var(--pd-primary)}
.pd-estore-account-dropdown{position:relative}
.pd-estore-account-dropdown .dropdown-toggle::after{margin-left:.2rem;vertical-align:.2em}
.pd-estore-account-dropdown__menu,.pd-estore-account-dropdown .shop-account-dropdown{z-index:1065;width:max-content;max-width:min(100vw - 1rem,24rem)}
.pd-estore-account-dropdown__menu .dropdown-item{white-space:nowrap}
@media(min-width:992px){
.pd-estore-account-dropdown:hover>.dropdown-menu,.pd-estore-account-dropdown:focus-within>.dropdown-menu{display:block!important;opacity:1;visibility:visible;pointer-events:auto}
.pd-estore-account-dropdown:hover>.dropdown-toggle,.pd-estore-account-dropdown:focus-within>.dropdown-toggle{color:var(--pd-primary)}
}

/* Header search: Admin home.header.search_layout (compact | fullwidth) */
@media (min-width: 992px) {
  .pd-estore-main__inner[data-pd-search-layout="fullwidth"],
  .pd-estore-main__inner:has(.pd-estore-search--fullwidth) {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem 1.25rem;
  }

  .pd-estore-main__inner[data-pd-search-layout="fullwidth"] .pd-estore-brand,
  .pd-estore-main__inner:has(.pd-estore-search--fullwidth) .pd-estore-brand {
    flex: 0 0 auto;
  }

  .pd-estore-main__inner[data-pd-search-layout="fullwidth"] .pd-estore-search.shop-header-search--navbar,
  .pd-estore-search.pd-estore-search--fullwidth.shop-header-search--navbar {
    flex: 1 1 0% !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 1% !important;
  }

  .pd-estore-main__inner[data-pd-search-layout="fullwidth"] .pd-estore-actions,
  .pd-estore-main__inner:has(.pd-estore-search--fullwidth) .pd-estore-actions {
    flex: 0 0 auto;
  }

  .pd-estore-main__inner[data-pd-search-layout="compact"] .pd-estore-search.shop-header-search--navbar,
  .pd-estore-search.pd-estore-search--compact.shop-header-search--navbar {
    flex: 0 1 auto !important;
    max-width: min(26rem, 42vw) !important;
    width: 100% !important;
    justify-self: start;
  }
}

/* Hero */
.pd-estore-hero{margin:0 0 2.5rem;border-radius:calc(var(--pd-radius) * 2);overflow:hidden;background:linear-gradient(135deg,var(--pd-accent-soft) 0%,var(--pd-card) 55%,var(--pd-bg) 100%);box-shadow:var(--pd-shadow)}
.pd-estore-hero__grid{display:grid;gap:2rem;align-items:center;padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,2.5rem)}
@media(min-width:992px){.pd-estore-hero__grid{grid-template-columns:1.05fr .95fr;min-height:380px}}
.pd-estore-hero__badge{display:inline-block;margin:0 0 1rem;padding:.35rem 1rem;border-radius:999px;background:var(--pd-primary);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.pd-estore-hero__title{margin:0 0 .85rem;font-family:var(--pd-font-heading);font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;color:var(--pd-text)}
.pd-estore-hero__lead{margin:0 0 1.5rem;max-width:520px;font-size:1.05rem;color:color-mix(in srgb,var(--pd-text) 68%,transparent)}
.pd-estore-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}
.pd-estore-hero__perks{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:color-mix(in srgb,var(--pd-text) 75%,transparent)}
.pd-estore-hero__perks i{color:var(--pd-primary)}
.pd-estore-hero__visual{position:relative;min-height:260px}
@media(max-width:991.98px){
.pd-estore-hero{margin-bottom:1.75rem}
.pd-estore-hero__grid{padding:1.35rem 1rem 1.5rem;gap:0;min-height:0!important}
.pd-estore-hero__visual{display:none}
.pd-estore-hero__title{font-size:clamp(1.5rem,6.5vw,2rem);margin-bottom:.65rem}
.pd-estore-hero__lead{font-size:.92rem;margin-bottom:1rem}
.pd-estore-hero__actions{flex-direction:column;align-items:stretch;margin-bottom:1rem}
.pd-estore-hero__actions .pd-btn{width:100%;justify-content:center}
.pd-estore-hero__perks{flex-direction:column;align-items:flex-start;gap:.45rem}
}
.pd-estore-hero__blob{position:absolute;inset:10% 5% 5% 15%;border-radius:50%;background:radial-gradient(circle at 30% 30%,color-mix(in srgb,var(--pd-primary) 45%,transparent),transparent 70%);opacity:.85}
.pd-estore-hero__card{position:absolute;border-radius:calc(var(--pd-radius) * 1.5);background:var(--pd-card);box-shadow:0 20px 50px color-mix(in srgb,var(--pd-text) 18%,transparent)}
.pd-estore-hero__card--1{width:55%;height:58%;top:8%;left:5%;background:linear-gradient(145deg,color-mix(in srgb,var(--pd-primary) 25%,#fff),var(--pd-card))}
.pd-estore-hero__card--2{width:42%;height:45%;bottom:5%;right:8%;background:linear-gradient(160deg,#fff,var(--pd-accent-soft))}
.pd-estore-hero__card--3{width:28%;height:32%;top:42%;left:42%;border:3px solid var(--pd-primary)}

/* Category grid (home) */
.pd-estore-categories{margin-bottom:2.5rem}
.pd-estore-categories__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-bottom:1.25rem}
.pd-estore-categories__bar .pd-estore-categories__link{margin:0}
.pd-estore-categories__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:0;cursor:pointer;list-style:none}
.pd-estore-categories__head::-webkit-details-marker{display:none}
.pd-estore-categories__title{margin:0;font-family:var(--pd-font-heading);font-size:1.5rem;font-weight:800;flex:1 1 auto;min-width:0}
.pd-estore-categories__toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--pd-accent-soft);color:var(--pd-primary);flex-shrink:0}
.pd-estore-categories__details[open] .pd-estore-categories__toggle i{transform:rotate(180deg)}
.pd-estore-categories__body{padding-top:1rem}
.pd-estore-categories--expandable .pd-estore-categories__details{border:1px solid color-mix(in srgb,var(--pd-text) 8%,transparent);border-radius:calc(var(--pd-radius) * 1.25);padding:.85rem 1rem;background:var(--pd-card);box-shadow:var(--pd-shadow)}
.pd-estore-categories__link{font-weight:700;color:var(--pd-primary);text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;white-space:nowrap}
.pd-estore-categories__link--bar{margin-bottom:0!important;margin-left:auto;flex-shrink:0}
.pd-estore-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media(min-width:576px){.pd-estore-categories__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1200px){.pd-estore-categories__grid{grid-template-columns:repeat(8,minmax(0,1fr))}}
@media(min-width:992px){
  .pd-estore-categories--expandable .pd-estore-categories__details{border:0;padding:0;background:transparent;box-shadow:none}
  .pd-estore-categories__body{padding-top:0}
}
.pd-estore-cat-tile{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:1.25rem .75rem;border-radius:calc(var(--pd-radius) * 1.25);background:var(--pd-card);box-shadow:var(--pd-shadow);text-decoration:none;color:var(--pd-text);transition:transform .25s,box-shadow .25s,border-color .25s;border:2px solid transparent}
.pd-estore-cat-tile:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--pd-primary) 40%,transparent);color:var(--pd-primary);box-shadow:0 16px 36px color-mix(in srgb,var(--pd-primary) 18%,transparent)}
.pd-estore-cat-tile__icon{width:3.25rem;height:3.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--pd-primary) 14%,var(--pd-card));color:var(--pd-primary);font-size:1.35rem}
.pd-estore-cat-tile__name{font-size:.8rem;font-weight:700;text-align:center;line-height:1.25}

/* Sections */
.pd-section{margin-bottom:3rem}
.pd-section--estore .pd-section-head{border-bottom:0;padding-bottom:0}
.pd-section--estore .pd-section-head__title{font-size:1.65rem;font-weight:800}
.pd-section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;padding-bottom:.85rem;border-bottom:2px solid color-mix(in srgb,var(--pd-primary) 20%,transparent)}
.pd-section-head__eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--pd-primary)}
.pd-section-head__title{margin:0;font-family:var(--pd-font-heading);font-size:1.5rem;font-weight:800}
.pd-page-title{font-family:var(--pd-font-heading);font-size:1.85rem;font-weight:800;margin:0 0 1rem}
.pd-lead{color:color-mix(in srgb,var(--pd-text) 68%,transparent);margin-bottom:1rem;font-size:1.05rem}
.pd-empty{color:color-mix(in srgb,var(--pd-text) 50%,transparent);text-align:center;padding:2rem}

/* Product grid */
.pd-grid--products{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:768px){.pd-grid--products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1200px){.pd-grid--products{grid-template-columns:repeat(4,minmax(0,1fr))}}
.pd-grid--catalog{grid-template-columns:1fr}
@media(min-width:768px){.pd-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1200px){.pd-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* eStore product cards */
.pd-estore-product{position:relative;display:flex;flex-direction:column;background:var(--pd-card);border-radius:calc(var(--pd-radius) * 1.25);overflow:hidden;box-shadow:var(--pd-shadow);transition:transform .3s,box-shadow .3s;border:1px solid color-mix(in srgb,var(--pd-text) 6%,transparent)}
.pd-estore-product:hover{transform:translateY(-8px);box-shadow:0 20px 40px color-mix(in srgb,var(--pd-primary) 15%,transparent)}
.pd-estore-product__media{position:relative;overflow:hidden}
.pd-product-card__img{display:block;aspect-ratio:1;overflow:hidden;background:color-mix(in srgb,var(--pd-text) 6%,var(--pd-bg))}
.pd-product-card__img img{width:100%;height:100%;object-fit:contain;padding:.65rem;background:color-mix(in srgb,var(--pd-text) 4%,var(--pd-bg));transition:transform .35s ease}
.pd-estore-product:hover .pd-product-card__img img{transform:scale(1.03)}
.pd-estore-product__overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1rem;background:color-mix(in srgb,var(--pd-text) 52%,transparent);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}
.pd-estore-product:hover .pd-estore-product__overlay,.pd-estore-product:focus-within .pd-estore-product__overlay{opacity:1;visibility:visible;pointer-events:auto}
.pd-estore-product__cart-slot .shop-product-card-quick-cart-form .btn{width:2.75rem;height:2.75rem;padding:0;border-radius:50%;border:2px solid #fff;background:#fff;color:var(--pd-primary)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--pd-text) 25%,transparent)}
.pd-estore-product__cart-slot .shop-product-card-quick-cart-form .btn:hover{background:var(--pd-primary);color:#fff!important;border-color:var(--pd-primary)}
.pd-estore-product__cart-slot .shop-product-card-quick-cart-form .btn i{font-size:1.05rem}
.pd-estore-product__media .pd-product-card__wishlist{position:absolute;top:.55rem;right:.55rem;left:auto;bottom:auto;margin:0!important;z-index:45;pointer-events:auto}
.pd-estore-product>.pd-product-card__wishlist{position:absolute;top:.55rem;right:.55rem;left:auto;bottom:auto;margin:0!important;z-index:45;pointer-events:auto}
.pd-estore-product:hover .pd-product-card__wishlist,.pd-estore-product:focus-within .pd-product-card__wishlist{z-index:45!important;opacity:1!important;visibility:visible!important}
.pd-product-card__wishlist{position:absolute;top:.55rem;right:.55rem;left:auto;bottom:auto;margin:0!important;z-index:40;pointer-events:auto}
.pd-product-card__wishlist .shop-wishlist-toggle-btn{display:inline-flex!important;align-items:center;justify-content:center;pointer-events:auto;opacity:1!important;visibility:visible!important;min-width:1.72rem;min-height:1.72rem;padding:.24rem .32rem!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--pd-primary) 35%,#b8dff5)!important;box-shadow:0 1px 6px color-mix(in srgb,var(--pd-text) 16%,transparent)!important}
.pd-estore-product .pd-product-card__wishlist{z-index:40!important}
.pd-product-card__wishlist .shop-wishlist-toggle-btn .shop-wishlist-toggle-icon-off,.pd-product-card__wishlist .shop-wishlist-toggle-btn .bi-heart.shop-wishlist-toggle-icon-off{color:var(--pd-primary)!important;opacity:1!important;font-size:.82rem!important}
body.pd-body .pd-product-card__img,body.pd-body .pd-product-card__img--empty{background:color-mix(in srgb,var(--pd-primary) 14%,var(--pd-card))!important}
body.pd-body .pd-product-card__img img{background:color-mix(in srgb,var(--pd-primary) 10%,var(--pd-card))!important}
.pd-domain-tld-card__globe{position:absolute;top:.35rem;left:.4rem;font-size:1rem;line-height:1;opacity:.85;pointer-events:none}
.pd-shell-notices{background:var(--pd-bg);border-bottom:1px solid color-mix(in srgb,var(--pd-text) 8%,transparent)}
.pd-shell-notices__inner{max-width:1280px;margin:0 auto;padding:.75rem calc(1rem + 5px) 0}
body.pd-body .auction-home-banner__media-wrap .auction-home-card__wishlist--banner-media{top:.55rem!important;right:.55rem!important;left:auto!important;z-index:35!important}
body.pd-body .auction-home-banner__media-wrap .auction-home-card__wishlist--banner-media .shop-wishlist-toggle-btn .fa-globe,body.pd-body .auction-home-banner__media-wrap .auction-home-card__wishlist--banner-media .shop-wishlist-toggle-btn .bi-globe2{display:none!important}
body.pd-body .auction-home-banner__media-wrap .auction-home-card__wishlist--banner-media .shop-wishlist-toggle-btn [data-shop-wl-icon-heart]{display:inline-block!important}
body.pd-body .auction-home-banner-carousel .auction-home-card__wishlist--banner-media{right:.55rem!important}
body.pd-body .shop-wishlist-toggle-btn .shop-wishlist-toggle-icon-off,body.pd-body .shop-wishlist-toggle-btn .bi-heart.shop-wishlist-toggle-icon-off{color:color-mix(in srgb,var(--pd-primary) 70%,#7ec8f0)!important}
body.pd-body .shop-wishlist-toggle-btn{background:color-mix(in srgb,var(--pd-primary) 10%,#fff)!important;border:1px solid color-mix(in srgb,var(--pd-primary) 28%,#b8dff5)!important}
body.pd-body .pd-product-card__wishlist .shop-wishlist-toggle-btn{min-width:1.72rem!important;min-height:1.72rem!important;padding:.24rem .32rem!important}
body.pd-body .shop-spotlight-home__content-col .shop-spotlight-home__wishlist-wrap{top:.65rem!important;right:.65rem!important;left:auto!important;margin:0!important;z-index:40!important}
body.pd-body .pd-home-domains .pd-domain-tld-card{background:color-mix(in srgb,var(--pd-primary) 7%,var(--pd-card))!important;border-color:color-mix(in srgb,var(--pd-primary) 18%,transparent)!important}
body.pd-body .pd-home-domains .pd-home-domains__search{background:color-mix(in srgb,var(--pd-primary) 6%,var(--pd-card))!important}
body.pd-body .hd-tld-promo-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.22rem .5rem;line-height:1.1;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--pd-primary) 0%,#e85d7a 48%,#38bdf8 100%);border:1px solid color-mix(in srgb,#fff 22%,transparent);box-shadow:0 .12rem .4rem color-mix(in srgb,var(--pd-primary) 35%,transparent);z-index:2}
body.pd-body .pd-domain-tld-card__globe{font-size:1.15rem;line-height:1}
body.pd-body .pd-domain-tld-card__globe--wishlist{position:absolute;top:.3rem;left:.4rem;z-index:5;min-width:1.75rem;min-height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:color-mix(in srgb,var(--pd-primary) 10%,var(--pd-card))!important;box-shadow:0 .1rem .35rem color-mix(in srgb,var(--pd-text) 12%,transparent)}
body.pd-body .pd-domain-tld-card__globe--wishlist .shop-wishlist-toggle-icon-off{opacity:.75}
.pd-catalog-line-icon--product-lg{font-size:clamp(3rem,10vw,4.25rem)!important;line-height:1}
.pd-catalog-line-icon--product-lg i{font-size:1em}
body.pd-body .pd-catalog__main{padding-top:.4rem;scroll-margin-top:5.75rem}
body.pd-body .pd-catalog .pd-page-title{scroll-margin-top:5.75rem}
body.pd-body .auction-home-slide__aside{background:color-mix(in srgb,var(--pd-primary) 12%,var(--pd-card))!important}
body.pd-body .auction-home-card__wishlist--slide,body.pd-body .auction-home-card__wishlist--banner,body.pd-body .auction-home-card__wishlist--card{top:.55rem!important;right:.55rem!important;left:auto!important}
body.pd-body .auction-home-banner-carousel .carousel-control-prev,body.pd-body .auction-home-banner-carousel .carousel-control-next{z-index:20!important}
body.pd-body .auction-home-banner-carousel .carousel-control-prev,body.pd-body .auction-home-banner-carousel .carousel-control-next{width:2.75rem;opacity:.85}
.pd-catalog__nav-link{display:flex;align-items:center;gap:.3rem;padding:.22rem .5rem;margin-bottom:.03rem;border-radius:.4rem;color:var(--pd-text);text-decoration:none;font-weight:600;font-size:.88rem;line-height:1.3}
.pd-catalog__nav-link:hover{background:color-mix(in srgb,var(--pd-primary) 8%,var(--pd-card));color:var(--pd-primary)}
.pd-catalog__nav-link.is-active{background:var(--pd-primary);color:#fff}
.pd-catalog__nav-link--child{font-size:.8rem;font-weight:500;padding-left:calc(.5rem + max(0,var(--pd-cat-depth,1) - 1) * .35rem);color:color-mix(in srgb,var(--pd-text) 68%,transparent)}
.pd-catalog__nav-link--child.is-active,.pd-catalog__nav-link--child:hover{color:inherit}
.pd-catalog__nav-link--child.is-active{background:var(--pd-primary);color:#fff}
.pd-catalog__nav-arrow{font-size:.58rem;line-height:1;opacity:.5;flex-shrink:0;width:.7rem}
.pd-catalog__nav-link.is-active .pd-catalog__nav-arrow,.pd-catalog__nav-link:hover .pd-catalog__nav-arrow{opacity:.9}
.pd-badge--sale{font-size:.72rem;padding:.3rem .55rem;border-radius:.4rem;box-shadow:0 .15rem .45rem color-mix(in srgb,#dc3545 35%,transparent)}
body.pd-body .auction-home-card__wishlist{z-index:30!important}
body.pd-body .hosting-popular-corner-badge{z-index:4}
body.pd-body .pd-hosting-card__wishlist{z-index:7}
.pd-estore-product__footer-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--pd-text) 8%,transparent)}
.pd-estore-product__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}
.pd-estore-product__actions .pd-btn--sm{padding:.4rem .85rem}
.pd-product-card__footer .product-card-ratings{flex:1 1 auto;justify-content:flex-end}
.pd-product-card__footer .product-card-ratings__score{color:var(--pd-text)}
.pd-product-card__footer .product-card-ratings__icon{color:#f59e0b}
.pd-estore-product__quick{padding:.55rem 1.25rem;border-radius:999px;background:#fff;color:var(--pd-secondary)!important;font-weight:700;font-size:.85rem;text-decoration:none}
.pd-estore-product__quick:hover{background:var(--pd-primary);color:#fff!important}
.pd-product-card__badges{position:absolute;top:.5rem;left:.5rem;right:2.35rem;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.25rem;z-index:4;max-width:calc(100% - 2.75rem);overflow:visible;pointer-events:none}
.pd-product-card__badges .pd-badge{pointer-events:auto}
.pd-badge{display:inline-block;flex-shrink:0;white-space:nowrap;padding:.2rem .5rem;border-radius:999px;font-size:.65rem;font-weight:700;background:var(--pd-primary);color:#fff}
.pd-badge--sale{background:#dc3545}
.pd-product-card__body{padding:1.1rem 1.15rem 1.2rem;display:flex;flex-direction:column;flex:1}
.pd-product-card__title{margin:0 0 .4rem;font-size:1rem;font-weight:700;line-height:1.35}
.pd-product-card__title a{color:var(--pd-text);text-decoration:none}
.pd-product-card__title a:hover{color:var(--pd-primary)}
.pd-product-card__teaser{margin:0 0 .5rem;font-size:.82rem;color:color-mix(in srgb,var(--pd-text) 58%,transparent);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pd-product-card__price{font-size:1.15rem;font-weight:800;color:var(--pd-primary)}
.pd-product-card__price--muted{font-size:.9rem;font-weight:500;color:color-mix(in srgb,var(--pd-text) 50%,transparent)}
.pd-product-card__footer{margin-top:auto;padding-top:.65rem;border-top:1px solid color-mix(in srgb,var(--pd-text) 8%,transparent)}

/* Legacy hero (fallback) */
.pd-hero{display:none}

/* Catalog */
.pd-catalog{display:grid;gap:1.75rem}
@media(min-width:992px){.pd-catalog{grid-template-columns:240px 1fr;align-items:start}}
.pd-catalog__sidebar{position:sticky;top:7rem;padding:1.15rem;background:var(--pd-card);border-radius:calc(var(--pd-radius) * 1.25);box-shadow:var(--pd-shadow)}
.pd-catalog__sidebar-title{margin:0 0 .55rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--pd-primary)}
.pd-catalog__nav .pd-catalog__nav-link--top{margin-bottom:.15rem}

/* Highlight / Spotlight — eine Karte inkl. Kopfzeile */
body.pd-body .pd-block--spotlight .shop-spotlight-home,
body.pd-body .shop-spotlight-home.pd-spotlight{margin-bottom:2.5rem;padding:0;border-radius:calc(var(--pd-radius) * 1.5);overflow:hidden;box-shadow:var(--pd-shadow);background:var(--pd-card);border:1px solid color-mix(in srgb,var(--pd-primary) 18%,transparent)}
body.pd-body .shop-spotlight-home .pd-spotlight__head{margin:0!important;padding:1.1rem 1.35rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--pd-primary) 14%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--pd-primary) 10%,var(--pd-card)),var(--pd-card))}
body.pd-body .shop-spotlight-home #shop-spotlight-heading{margin:0 0 .35rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--pd-primary)!important}
body.pd-body .shop-spotlight-home .pd-spotlight__head .small.text-body-secondary{font-size:.85rem}
body.pd-body .shop-spotlight-home .shop-spotlight-countdown{padding:.65rem 1rem;border-radius:calc(var(--pd-radius) * 1.1);background:var(--pd-accent-soft);border:1px solid color-mix(in srgb,var(--pd-primary) 12%,transparent)}
body.pd-body .shop-spotlight-home .shop-spotlight-countdown .font-monospace{font-weight:700;color:var(--pd-primary)}
body.pd-body .shop-spotlight-home .carousel.card{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent}
body.pd-body .shop-spotlight-home .carousel-inner>.carousel-item{padding:0}
body.pd-body .shop-spotlight-home .carousel-inner{height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}
body.pd-body .shop-spotlight-home .carousel-item,body.pd-body .shop-spotlight-home .carousel-item.active{min-height:0!important;height:auto!important;max-height:none!important;overflow:hidden}
body.pd-body .shop-spotlight-home .shop-spotlight-home__slide-row{min-height:0!important;height:auto!important;align-items:stretch;overflow:hidden}
body.pd-body .shop-spotlight-home .shop-spotlight-home__media-col{min-height:0!important;max-height:none!important;align-self:stretch}
body.pd-body .shop-spotlight-home .shop-spotlight-home__media,body.pd-body .shop-spotlight-home .shop-spotlight-home__placeholder-hosting{min-height:12.5rem;max-height:16rem;aspect-ratio:4/3}
@media(min-width:768px){body.pd-body .shop-spotlight-home .shop-spotlight-home__media,body.pd-body .shop-spotlight-home .shop-spotlight-home__placeholder-hosting{min-height:13.5rem;max-height:17rem}}
body.pd-body .shop-spotlight-home .carousel-item .card-body{overflow:hidden;display:flex;flex-direction:column;padding:.85rem 1rem!important;min-height:12.5rem;max-height:none}
@media(min-width:768px){body.pd-body .shop-spotlight-home .carousel-item .card-body{min-height:13.5rem}}
body.pd-body .shop-spotlight-home__teaser{font-size:.78rem!important;line-height:1.35!important;margin-bottom:.5rem!important;-webkit-line-clamp:3;line-clamp:3;max-height:4.05em}
body.pd-body .shop-spotlight-home .carousel-item .card-body h2.h3{font-size:clamp(1rem,2.2vw,1.2rem);margin-bottom:.5rem!important}
body.pd-body .shop-spotlight-home__cta{margin-top:auto!important;padding-top:.35rem!important;flex-shrink:0}
body.pd-body .shop-spotlight-home .carousel-item.shop-spotlight-home__slide--hosting-feat .card-body{padding-top:1rem!important;padding-bottom:1rem!important}
body.pd-body .shop-spotlight-home .shop-spotlight-hosting-features--cols{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.5rem 1.25rem!important;overflow:hidden!important;max-height:4.25rem!important;margin-bottom:.45rem!important;list-style:none;padding:0;width:100%}
body.pd-body .shop-spotlight-home .shop-spotlight-hosting-features__item{font-size:.8rem;line-height:1.35;padding-left:.85rem;margin:0;word-break:break-word}
@media(max-width:575.98px){body.pd-body .shop-spotlight-home .shop-spotlight-hosting-features--cols{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
body.pd-body .shop-spotlight-home__placeholder-hosting{display:flex!important;align-items:center!important;justify-content:center!important;min-height:12.5rem;max-height:16rem}
body.pd-body .shop-spotlight-home__placeholder-hosting>span{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:1.25rem}
body.pd-body .shop-spotlight-home__placeholder-hosting .shop-spotlight-home__placeholder-hosting-icon,body.pd-body .shop-spotlight-home .carousel-item.shop-spotlight-home__slide--hosting-feat .shop-spotlight-home__placeholder-hosting-icon{font-size:clamp(4.75rem,14vw,7.5rem)!important;line-height:1!important}
body.pd-body .shop-spotlight-home__placeholder-hosting span.small.fw-semibold{font-size:.8rem;letter-spacing:.08em}
body.pd-body .shop-spotlight-home:has(.shop-spotlight-home__slide--hosting-feat) .carousel-inner,body.pd-body .shop-spotlight-home:has(.shop-spotlight-home__slide--hosting-feat) .carousel-item{min-height:0!important;height:auto!important;max-height:none!important}
@media(max-width:991.98px){
body.pd-body .pd-estore-catnav{display:none!important}
body.pd-body .pd-estore-footer.shop-footer>.border-top{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom,0px))!important}
body.pd-body .pd-estore-footer .shop-made-in-germany{flex-shrink:0}
[data-pd-theme=dark] body.pd-body .pd-estore-footer .shop-made-in-germany{border-color:color-mix(in srgb,#fff 18%,transparent);background:linear-gradient(165deg,color-mix(in srgb,var(--pd-card) 92%,#000),var(--pd-secondary));color:#e5e7eb;box-shadow:0 .15rem .5rem rgba(0,0,0,.35)}
body.pd-body .pd-estore-catnav__scroll{-webkit-overflow-scrolling:touch}
.pd-estore-topbar__inner{flex-wrap:wrap;justify-content:center;gap:.35rem .75rem;padding:.4rem .75rem}
}
.pd-block--spotlight .btn-primary{background:var(--pd-primary)!important;border-color:var(--pd-primary)!important;border-radius:999px}

/* Auktionen-Highlight (auctions-home.css + Premium-Variablen) */
body.pd-body .auction-home-section__eyebrow{color:var(--pd-primary)!important}
body.pd-body .auction-home-section__title{color:var(--pd-text)}
body.pd-body .auction-home-section__cta-all{border-radius:999px;font-weight:700}
body.pd-body .auction-home-banner,body.pd-body .auction-home-banner-carousel .carousel-inner{background:radial-gradient(ellipse 80% 60% at 100% 0%,color-mix(in srgb,var(--pd-primary) 14%,transparent),transparent 55%),radial-gradient(ellipse 50% 50% at 0% 100%,color-mix(in srgb,var(--pd-primary) 8%,transparent),transparent 50%),var(--pd-card)!important;box-shadow:var(--pd-shadow)!important;border:1px solid color-mix(in srgb,var(--pd-text) 10%,transparent)!important;border-radius:calc(var(--pd-radius) * 1.5)!important}
body.pd-body .auction-home-banner__media--fallback img,body.pd-body .auction-home-card__media--fallback img{object-fit:cover!important;padding:0!important;opacity:1!important;width:100%;height:100%}
body.pd-body .auction-home-banner__price-value{color:var(--pd-primary)!important}
body.pd-body .auction-home-banner__aside{background:color-mix(in srgb,var(--pd-primary) 10%,var(--pd-card))!important}
body.pd-body .auction-home-card{background:var(--pd-card)!important;border-color:color-mix(in srgb,var(--pd-text) 10%,transparent)!important;box-shadow:var(--pd-shadow)!important}
body.pd-body .auction-home-card__price-value{color:var(--pd-primary)!important}
body.pd-body .auction-home-banner .btn-primary,body.pd-body .auction-home-card .btn-primary{border-radius:999px;background:var(--pd-primary)!important;border-color:var(--pd-primary)!important}
body.pd-body .auction-home-banner .btn-outline-secondary{border-radius:999px;color:var(--pd-text);border-color:color-mix(in srgb,var(--pd-text) 22%,transparent)}

/* Bootstrap bridge */
body.pd-body{
  --bs-body-bg:var(--pd-bg);
  --bs-body-color:var(--pd-text);
  --bs-primary:var(--pd-primary);
  --bs-link-color:var(--pd-primary);
  --bs-link-hover-color:var(--pd-hover);
  --bs-border-radius:var(--pd-radius);
}
body.pd-body .btn-primary{background:var(--pd-primary);border-color:var(--pd-primary);border-radius:999px;font-weight:700}
body.pd-body .btn-primary:hover{background:var(--pd-hover);border-color:var(--pd-hover)}
body.pd-body .btn-outline-primary{color:var(--pd-primary);border-color:var(--pd-primary);border-radius:999px}
body.pd-body .form-control:focus,body.pd-body .form-select:focus{border-color:var(--pd-primary);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--pd-primary) 25%,transparent)}
body.pd-body h1,body.pd-body h2,body.pd-body h3{font-family:var(--pd-font-heading),sans-serif}

[data-pd-theme=dark] .pd-estore-topbar{background:#0a0a0a}
[data-pd-theme=dark] .pd-estore-hero__card{border-color:color-mix(in srgb,var(--pd-primary) 40%,transparent)}

/* Katalog mega menu — Dropdown nur unter Katalog-Button */
.pd-estore-catnav{position:relative}
.pd-estore-catnav__inner{max-width:1320px;margin:0 auto;padding:0 1rem}
.pd-estore-catnav__row{display:flex;align-items:center;gap:.75rem;min-height:48px}
.pd-estore-mega{position:relative;flex-shrink:0}
.pd-estore-mega::after{content:'';position:absolute;top:100%;left:0;width:100%;height:.65rem;z-index:1049;pointer-events:none}
.pd-estore-mega__chevron{font-size:.65rem;margin-left:.15rem;transition:transform .2s}
.pd-estore-mega.is-open .pd-estore-mega__chevron,[data-pd-mega-wrap].is-open .pd-estore-mega__chevron{transform:rotate(180deg)}
.pd-estore-mega__panel{display:none;position:absolute;top:100%;left:0;right:auto;width:min(1280px,calc(100vw - 2rem));min-width:min(100%,18rem);z-index:1050;margin-top:.2rem;border-radius:calc(var(--pd-radius) * 1.5);background:var(--pd-card);box-shadow:0 24px 48px color-mix(in srgb,var(--pd-text) 22%,transparent);border:1px solid color-mix(in srgb,var(--pd-text) 10%,transparent);padding:1.25rem 1.5rem;box-sizing:border-box}
[data-pd-mega-wrap].is-open .pd-estore-mega__panel{display:block}
@media(hover:none){.pd-estore-mega__panel{display:none}[data-pd-mega-wrap].is-open .pd-estore-mega__panel{display:block}}
.pd-estore-mega__layout{display:grid;gap:1.5rem}
@media(min-width:768px){.pd-estore-mega__layout{grid-template-columns:1fr 240px}}
.pd-estore-mega__label{margin:0 0 .75rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--pd-primary)}
.pd-estore-mega__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;align-items:start}
@media(min-width:992px){.pd-estore-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1200px){.pd-estore-mega__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.pd-estore-mega__col{display:flex;flex-direction:column;gap:.1rem;min-width:0}
.pd-estore-mega__link{display:block;padding:.35rem .5rem;border-radius:var(--pd-radius);text-decoration:none;color:var(--pd-text);font-weight:600;font-size:.9rem}
.pd-estore-mega__link:hover{background:var(--pd-accent-soft);color:var(--pd-primary)}
.pd-estore-mega__link--parent{font-weight:800;font-size:.95rem;margin-bottom:.2rem;padding-left:.35rem}
.pd-estore-mega__link--child{font-weight:500;font-size:.85rem;padding-left:.65rem}
.pd-estore-mega__arrow{margin-right:.25rem;opacity:.5}
.pd-estore-mega__children{display:flex;flex-direction:column;gap:.05rem}
.pd-estore-mega__aside{padding:1rem;border-radius:calc(var(--pd-radius) * 1.25);background:var(--pd-accent-soft)}
.pd-estore-mega__aside-title{margin:0 0 .5rem;font-size:1rem;font-weight:800}
.pd-estore-mega__aside-lead{margin:0 0 1rem;font-size:.875rem;color:color-mix(in srgb,var(--pd-text) 65%,transparent)}
.pd-estore-mega__empty{margin:0;font-size:.9rem;color:color-mix(in srgb,var(--pd-text) 55%,transparent)}

/* Barrierefreiheit-FAB (statt Theme-Umschalter unten) */
/* FAB + reCAPTCHA stack: see premium-deluxe-subpages.css */
body.pd-body .accessibility-certificate__button{background:linear-gradient(135deg,var(--pd-primary),var(--pd-hover));box-shadow:0 .65rem 1.75rem color-mix(in srgb,var(--pd-primary) 35%,transparent)}
