/* Gesalbter modern storefront — adaptive, clean, no-water v20260417 */
:root {
  --ges-primary: #6f1330;
  --ges-primary-hover: #9a1f48;
  --ges-accent: #d4b06a;
  --ges-soft: #fdf5f8;
  --ges-surface: #ffffff;
  --ges-surface-strong: #f9f2f5;
  --ges-text: #1e1520;
  --ges-text-muted: #6b6470;
  --ges-border: rgba(111, 19, 48, 0.1);
  --ges-radius: 20px;
  --ges-radius-sm: 14px;
  --ges-shadow: 0 8px 32px rgba(73, 14, 36, 0.08);
  --ges-soft-shadow: 0 4px 16px rgba(73, 14, 36, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ges-text);
  background: linear-gradient(180deg, #fffdfd 0%, #fff7fa 55%, #ffffff 100%);
  overscroll-behavior-y: none;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

a:hover {
  color: var(--ges-primary-hover);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
input[type="submit"],
.addtocart-button button,
.addtocart-button input,
.vm-button-correct,
.btn {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

button:hover,
.addtocart-button button:hover,
.addtocart-button input:hover,
.vm-button-correct:hover,
.btn:hover {
  transform: translateY(-1px);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(111, 19, 48, 0.18);
  outline-offset: 3px;
}

.container,
.site {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 16px;
}

.gesalbter-sitebar {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid rgba(111, 19, 48, 0.08);
  box-shadow: var(--ges-soft-shadow);
}

.gesalbter-sitebar-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  padding: 0;
}

.gesalbter-brand {
  flex: 0 0 auto;
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ges-text);
}

.gesalbter-navlinks {
  order: 2;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.gesalbter-cartlink {
  flex: 0 0 auto;
  order: 3;
  margin-left: 0;
  padding: 8px 14px;
  background: var(--ges-primary);
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
}

.gesalbter-langswitch {
  flex: 0 0 auto;
  order: 4;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
}

.gesalbter-navlinks::-webkit-scrollbar {
  display: none;
}

.gesalbter-brand img,
.astroid-logo a::before,
.navbar-brand::before {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

.gesalbter-brand strong,
.astroid-logo a::after,
.navbar-brand::after {
  display: block;
  color: var(--ges-primary);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gesalbter-brand small {
  display: none !important;
}

.gesalbter-navlinks a,
.gesalbter-cartlink,
.gesalbter-guest-note {
  white-space: nowrap;
}

.gesalbter-navlinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(111, 19, 48, 0.1);
  background: var(--ges-soft);
  color: var(--ges-text);
  font-weight: 600;
  font-size: 0.9rem;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.gesalbter-navlinks a:hover {
  background: var(--ges-primary);
  border-color: var(--ges-primary);
  color: #fff;
}

.gesalbter-home-collection {
  padding: 16px 0 34px;
}

.gesalbter-home-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.gesalbter-home-intro-copy {
  display: grid;
  gap: 8px;
}

.gesalbter-home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ges-soft);
  border: 1px solid var(--ges-border);
  color: var(--ges-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gesalbter-home-intro h1 {
  margin: 0;
  color: var(--ges-primary);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.04;
}

.gesalbter-home-intro p {
  margin: 0;
  max-width: 760px;
  color: var(--ges-text-muted);
  line-height: 1.65;
}

.gesalbter-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gesalbter-home-meta .gesalbter-badge {
  padding: 8px 12px;
  background: var(--ges-soft);
  border: 1px solid var(--ges-border);
  color: var(--ges-primary);
  font-size: 0.84rem;
  font-weight: 600;
}

.gesalbter-home-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.gesalbter-home-quicklinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ges-border);
  color: var(--ges-text);
  font-weight: 600;
  font-size: 0.88rem;
}

.gesalbter-home-quicklinks a:hover {
  background: var(--ges-soft);
  border-color: rgba(111, 19, 48, 0.18);
}

.gesalbter-home-collection-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.gesalbter-home-collection-head h2 {
  margin: 0;
  color: var(--ges-primary);
  font-size: 1.2rem;
}

.gesalbter-home-collection-head p {
  margin: 0;
  color: var(--ges-text-muted);
  font-size: 0.95rem;
}

.gesalbter-home-collection-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.gesalbter-home-intro h1 {
  margin: 0;
  color: var(--ges-primary);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.04;
}

.gesalbter-home-intro p {
  margin: 0;
  max-width: 760px;
  color: var(--ges-text-muted);
  line-height: 1.65;
}

.gesalbter-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gesalbter-home-meta .gesalbter-badge {
  padding: 8px 12px;
  background: var(--ges-soft);
  border: 1px solid var(--ges-border);
  color: var(--ges-primary);
  font-size: 0.84rem;
  font-weight: 600;
}

.gesalbter-home-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.gesalbter-home-quicklinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ges-border);
  color: var(--ges-text);
  font-weight: 600;
  font-size: 0.88rem;
}

.gesalbter-home-quicklinks a:hover {
  background: var(--ges-soft);
  border-color: rgba(111, 19, 48, 0.18);
}

.gesalbter-home-collection-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.gesalbter-home-collection-head h2 {
  margin: 0;
  color: var(--ges-primary);
  font-size: 1.2rem;
}

.gesalbter-home-collection-head p {
  margin: 0;
  color: var(--ges-text-muted);
  font-size: 0.95rem;
}

.gesalbter-home-collection-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.gesalbter-hero {
  padding: 20px 0 16px;
}

.gesalbter-hero-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--ges-radius);
  padding: clamp(24px, 5vw, 48px) clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, #5a0e24 0%, #7b1639 60%, #9a2d58 100%);
  color: #fff;
  box-shadow: var(--ges-shadow);
}

.gesalbter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.gesalbter-hero h1 {
  margin: 0;
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
}

.gesalbter-hero p {
  margin: 18px 0 0;
  max-width: 640px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.gesalbter-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.gesalbter-hero-actions .btn,
.gesalbter-hero-actions .ges-btn-secondary,
.gesalbter-hero-actions .gesalbter-langselect {
  min-height: 52px;
  padding: 0 22px;
  font-size: 0.98rem;
}

.gesalbter-hero-actions .btn {
  background: #fff;
  color: var(--ges-primary);
  box-shadow: 0 20px 40px rgba(111, 19, 48, 0.16);
}

.gesalbter-hero-actions .ges-btn-secondary {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.gesalbter-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gesalbter-badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.9rem;
}

.gesalbter-home-collection {
  padding: 14px 0 34px;
}

.gesalbter-home-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.gesalbter-home-quicklinks a {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.1);
  color: var(--ges-primary);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 10px 26px rgba(73, 14, 36, 0.05);
}

.gesalbter-home-quicklinks a:hover {
  background: var(--ges-primary);
  border-color: var(--ges-primary);
  color: #fff;
}

.gesalbter-home-collection-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.category-view .product .thumbnail.product-container,
.featured-view .product .thumbnail.product-container,
.products-view .product .thumbnail.product-container,
.gesalbter-home-collection-grid .product .thumbnail.product-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background: #fff;
  padding: 26px 22px 22px;
  border: 1px solid rgba(111, 19, 48, 0.08);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(73, 14, 36, 0.07);
  overflow: hidden;
  transition:
    box-shadow 0.22s ease,
    transform 0.22s ease,
    border-color 0.22s ease;
}

.category-view .product .thumbnail.product-container:hover,
.featured-view .product .thumbnail.product-container:hover,
.products-view .product .thumbnail.product-container:hover,
.gesalbter-home-collection-grid .product .thumbnail.product-container:hover {
  box-shadow: 0 28px 72px rgba(73, 14, 36, 0.12);
  border-color: rgba(111, 19, 48, 0.16);
  transform: translateY(-4px);
}

.category-view
  .product
  .thumbnail.product-container
  .vm-product-rating-container,
.featured-view
  .product
  .thumbnail.product-container
  .vm-product-rating-container,
.products-view
  .product
  .thumbnail.product-container
  .vm-product-rating-container,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .vm-product-rating-container {
  display: none !important;
}

.category-view
  .product
  .thumbnail.product-container
  .vm-product-media-container,
.featured-view
  .product
  .thumbnail.product-container
  .vm-product-media-container,
.products-view
  .product
  .thumbnail.product-container
  .vm-product-media-container,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .vm-product-media-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 10px 0 18px;
  margin-bottom: 10px;
  background: linear-gradient(
    180deg,
    rgba(251, 245, 247, 0.9),
    rgba(255, 255, 255, 0)
  );
  border-radius: 18px;
}

.category-view
  .product
  .thumbnail.product-container
  .vm-product-media-container
  img,
.featured-view
  .product
  .thumbnail.product-container
  .vm-product-media-container
  img,
.products-view
  .product
  .thumbnail.product-container
  .vm-product-media-container
  img,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .vm-product-media-container
  img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto;
}

.category-view .product .thumbnail.product-container .product-name a,
.featured-view .product .thumbnail.product-container .product-name a,
.products-view .product .thumbnail.product-container .product-name a,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .product-name
  a {
  color: var(--ges-primary);
  font-size: 1.16rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.35;
  margin: 0 0 10px;
  display: block;
}

.category-view .product .thumbnail.product-container .product_s_desc,
.featured-view .product .thumbnail.product-container .product_s_desc,
.products-view .product .thumbnail.product-container .product_s_desc,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .product_s_desc {
  color: var(--ges-text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  min-height: 4.8rem;
  margin: 0;
  padding: 0;
}

.category-view .product .thumbnail.product-container .vm-details-button,
.featured-view .product .thumbnail.product-container .vm-details-button,
.products-view .product .thumbnail.product-container .vm-details-button,
.gesalbter-home-collection-grid
  .product
  .thumbnail.product-container
  .vm-details-button {
  margin-top: 18px;
}

.gesalbter-card-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  align-items: center;
}

.gesalbter-card-actions .product-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ges-primary);
  margin-bottom: 0;
}

.gesalbter-card-actions .product-price .vm-price-desc,
.gesalbter-card-actions .product-price .PricebasePriceVariant,
.gesalbter-card-actions .product-price .PricepriceWithoutTax,
.gesalbter-card-actions .product-price .PricediscountAmount,
.gesalbter-card-actions .product-price .PricetaxAmount,
.gesalbter-card-actions .product-price .PriceunitPrice {
  display: none !important;
}

.gesalbter-card-actions .product-price .PricesalesPrice {
  display: inline-flex !important;
  font-size: 1.38rem !important;
}

.gesalbter-fastbuy-form button,
.gesalbter-quickbuy-form button,
.product-details.gesalbter-secondary-action {
  width: 100%;
  min-height: 56px;
  font-weight: 700;
  border-radius: 16px;
}

.gesalbter-fastbuy-form button {
  background: linear-gradient(135deg, #7b1839, #8b1f44);
  color: #fff;
}

.gesalbter-quickbuy-form button {
  background: #fff;
  color: var(--ges-primary);
  border: 1px solid rgba(111, 19, 48, 0.16);
}

.product-details.gesalbter-secondary-action {
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ges-primary) !important;
  border-color: rgba(111, 19, 48, 0.12) !important;
}

.gesalbter-secondary-action:hover {
  background: var(--ges-soft) !important;
}

body.view-category .site,
body.view-productdetails .site,
body.view-cart .site,
body.view-user .site,
.ges-view-category .site,
.ges-view-product .site,
.ges-view-cart .site,
.ges-view-account .site {
  width: min(100%, 1240px);
}

.ges-view-category .category-view,
.ges-view-product .productdetails-view,
.ges-view-cart #cart-view,
.ges-view-account .ges-account-shell {
  margin: 24px auto 40px;
  padding: 0 16px;
}

.ges-category-title,
.ges-view-product .productdetails-view h1,
.ges-view-cart h1,
.ges-view-account h1 {
  margin: 0 0 18px;
  color: var(--ges-primary);
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.ges-category-intro,
.ges-product-summary,
.ges-view-account .login-description,
.ges-view-account .login_intro {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--ges-text-muted);
  line-height: 1.75;
  font-size: 1rem;
}

.ges-category-toolbar,
.orderby-displaynumber {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  margin: 0 0 22px;
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.08);
  border-radius: 20px;
  box-shadow: var(--ges-soft-shadow);
}

.ges-category-grid-wrap,
.browse-view,
.featured-view,
.products-view {
  padding: 0;
}

.ges-view-category .browse-view .row,
.ges-view-category .category-view .row,
.ges-view-category .featured-view .row,
.ges-view-category .products-view .row {
  row-gap: 22px;
}

.productdetails-view {
  display: grid;
  gap: 24px;
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.09);
  border-radius: var(--ges-radius);
  box-shadow: var(--ges-shadow);
  padding: 24px;
}

.productdetails-view .vm-product-container,
.productdetails-view .product-neighbours,
.productdetails-view .main-image,
.productdetails-view .additional-images,
.productdetails-view .spacer-buy-area,
.productdetails-view .product-related-products,
.productdetails-view .product-related-categories {
  background: transparent !important;
}

.productdetails-view .main-image,
.productdetails-view .vm-product-media-container {
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
  border: 1px solid rgba(111, 19, 48, 0.08);
  border-radius: 24px;
  padding: 22px;
}

.productdetails-view .main-image img,
.productdetails-view .vm-product-media-container img {
  width: min(100%, 420px);
  margin: 0 auto;
  object-fit: contain;
}

.ges-product-price,
.productdetails-view .product-price {
  display: grid;
  gap: 6px;
  margin: 8px 0 16px;
  color: var(--ges-primary);
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.productdetails-view .product-price .PricesalesPrice {
  font-size: inherit !important;
  font-weight: 800 !important;
}

.productdetails-view .product-price .PricebasePriceVariant,
.productdetails-view .product-price .PricepriceWithoutTax,
.productdetails-view .product-price .PricediscountAmount,
.productdetails-view .product-price .PricetaxAmount,
.productdetails-view .product-price .PriceunitPrice {
  color: var(--ges-text-muted);
  font-size: 0.92rem !important;
  font-weight: 500 !important;
}

.ges-product-purchase,
.productdetails-view .addtocart-area,
.productdetails-view .addtocart-bar,
.productdetails-view form.product,
.productdetails-view form.js-recalculate {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.1);
  border-radius: 22px;
  box-shadow: var(--ges-soft-shadow);
}

.ges-product-purchase .quantity-box input,
.productdetails-view .quantity-box input,
.productdetails-view input.quantity-input {
  min-height: 50px;
  border: 1px solid rgba(111, 19, 48, 0.14);
  border-radius: 16px;
  background: #fff8fb;
  padding: 0 16px;
}

.ges-product-purchase .addtocart-button,
.ges-product-purchase button,
.productdetails-view .addtocart-button,
.productdetails-view .vm-button-correct,
.ges-cart-cta,
#checkoutFormSubmit,
.checkout-button-top {
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6f1330, #96234b);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(111, 19, 48, 0.18);
}

.ges-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -6px;
}

.ges-product-trust span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ges-soft);
  border: 1px solid rgba(111, 19, 48, 0.08);
  color: var(--ges-primary);
  font-size: 0.88rem;
  font-weight: 700;
}

.ges-product-tabs,
.productdetails-view .nav-tabs,
.productdetails-view .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.ges-product-tabs a,
.productdetails-view .nav-tabs a,
.productdetails-view .tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.1);
  color: var(--ges-primary);
  font-weight: 700;
}

#cart-view,
.ges-cart-shell {
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.09);
  border-radius: var(--ges-radius);
  box-shadow: var(--ges-shadow);
  padding: 22px;
}

.ges-cart-table,
#cart-view table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}

.ges-cart-table th,
.ges-cart-table td,
#cart-view th,
#cart-view td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(111, 19, 48, 0.08);
  vertical-align: middle;
}

.ges-cart-table th,
#cart-view th {
  background: #fff8fb;
  color: var(--ges-primary);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ges-view-cart input,
.ges-view-cart select,
.ges-view-account input,
.ges-view-account select,
.ges-view-account textarea,
#checkoutForm input,
#checkoutForm select,
#checkoutForm textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(111, 19, 48, 0.12);
  background: #fff;
  padding: 12px 14px;
}

.gesalbter-guest-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #fff8fb;
  border: 1px solid rgba(111, 19, 48, 0.1);
  color: var(--ges-primary);
  font-weight: 700;
}

.ges-account-shell,
.user-view,
.login,
.registration,
.vm-orders-list {
  background: #fff;
  border: 1px solid rgba(111, 19, 48, 0.09);
  border-radius: var(--ges-radius);
  box-shadow: var(--ges-shadow);
  padding: 24px;
}

.ges-view-account .adminform,
.ges-view-account form,
.ges-view-cart .customer-notes,
#checkoutForm {
  display: grid;
  gap: 16px;
}

.gesalbter-site-footer {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  border-top: 1px solid rgba(111, 19, 48, 0.08) !important;
  padding: 36px 0 28px !important;
}

.gesalbter-site-footer .container {
  display: flex;
  justify-content: center;
}

.gesalbter-site-footer p {
  margin: 0;
  text-align: center;
  color: var(--ges-text-muted);
  font-size: 0.95rem;
}

.gesalbter-brand small,
.astroid-header,
.astroid-footer,
#astroid-mobilemenu,
.astroid-mobilemenu,
.header-mobilemenu,
.offcanvas-menu,
.header-mobilemenu-trigger,
.burger-menu,
.burger-menu-button,
.astroid-header-section,
.astroid-sticky-header,
.header-left-section,
.header-right-section,
.astroid-logo,
.logo-wrapper.astroid-logo,
.astroid-header-section .astroid-nav,
.astroid-header-section .navbar-nav,
.astroid-header-section .megamenu-container,
.astroid-header-section .burger-menu,
.astroid-header-section .burger-menu-button,
header,
.site-header {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .productdetails-view {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    align-items: start;
  }

  .gesalbter-sitebar-inner {
    gap: 14px;
  }

  .gesalbter-home-collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 32px;
  }

  .gesalbter-home-collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* ── Mobile: ≤ 767px ─────────────────────────────────────── */
@media (max-width: 767px) {
  .gesalbter-sitebar {
    padding: 8px 0;
  }

  /* На мобиле: лого + корзина/язык сверху, нав — полноширинная горизонтальная полоса */
  .gesalbter-sitebar-inner {
    flex-wrap: wrap;
    row-gap: 8px;
    gap: 8px;
  }

  .gesalbter-brand {
    order: 1;
    flex: 0 0 auto;
  }
  .gesalbter-navlinks {
    order: 4;
    flex: 0 0 100%;
  }
  .gesalbter-cartlink {
    order: 2;
    margin-left: auto;
  }
  .gesalbter-langswitch {
    order: 3;
  }

  .gesalbter-brand strong {
    font-size: 0.88rem;
  }
  .gesalbter-brand img {
    width: 34px;
    height: 34px;
  }
  .gesalbter-navlinks a {
    padding: 7px 11px;
    font-size: 0.82rem;
  }
  .gesalbter-cartlink {
    padding: 7px 12px;
    font-size: 0.82rem;
  }

  .gesalbter-home-collection {
    padding-top: 10px;
  }

  .gesalbter-home-quicklinks {
    gap: 8px;
    margin-bottom: 14px;
  }

  .gesalbter-home-quicklinks a {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .gesalbter-home-collection-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .gesalbter-home-collection-grid .product .thumbnail.product-container,
  .category-view .product .thumbnail.product-container,
  .featured-view .product .thumbnail.product-container,
  .products-view .product .thumbnail.product-container {
    padding: 22px 18px 18px;
    border-radius: 22px;
  }

  .gesalbter-home-collection-grid
    .product
    .thumbnail.product-container
    .vm-product-media-container,
  .category-view
    .product
    .thumbnail.product-container
    .vm-product-media-container,
  .featured-view
    .product
    .thumbnail.product-container
    .vm-product-media-container,
  .products-view
    .product
    .thumbnail.product-container
    .vm-product-media-container {
    min-height: 200px;
  }

  .gesalbter-home-collection-grid
    .product
    .thumbnail.product-container
    .vm-product-media-container
    img,
  .category-view
    .product
    .thumbnail.product-container
    .vm-product-media-container
    img,
  .featured-view
    .product
    .thumbnail.product-container
    .vm-product-media-container
    img,
  .products-view
    .product
    .thumbnail.product-container
    .vm-product-media-container
    img {
    max-width: 176px;
    max-height: 176px;
  }

  .gesalbter-home-collection-grid
    .product
    .thumbnail.product-container
    .product-name
    a,
  .category-view .product .thumbnail.product-container .product-name a,
  .featured-view .product .thumbnail.product-container .product-name a,
  .products-view .product .thumbnail.product-container .product-name a {
    font-size: 1.05rem;
  }

  .ges-view-category .category-view,
  .ges-view-product .productdetails-view,
  .ges-view-cart #cart-view,
  .ges-view-account .ges-account-shell {
    margin-top: 16px;
    padding: 0 10px;
  }

  .productdetails-view,
  #cart-view,
  .ges-account-shell {
    border-radius: var(--ges-radius-sm);
    padding: 16px;
  }

  .ges-category-toolbar,
  .orderby-displaynumber {
    padding: 12px 14px;
    border-radius: var(--ges-radius-sm);
  }

  .gesalbter-hero-inner {
    border-radius: var(--ges-radius-sm);
  }

  .ges-cart-table,
  #cart-view table,
  .ges-cart-table tbody,
  .ges-cart-table tr,
  .ges-cart-table td,
  #cart-view tbody,
  #cart-view tr,
  #cart-view td {
    display: block;
    width: 100%;
  }

  .ges-cart-table thead,
  #cart-view thead {
    display: none;
  }

  .ges-cart-table td,
  #cart-view td {
    border-bottom: 0;
    padding: 10px 0;
  }

  .gesalbter-home-story {
    grid-template-columns: 1fr;
  }
}

/* ── Очень маленькие экраны: ≤ 479px ────────────────────── */
@media (max-width: 479px) {
  .gesalbter-home-collection-grid {
    grid-template-columns: 1fr;
  }

  .gesalbter-hero-inner {
    padding: 20px 16px;
  }

  .gesalbter-badges {
    gap: 8px;
  }

  .gesalbter-badge {
    font-size: 0.8rem;
    padding: 7px 10px;
  }

  .gesalbter-hero-actions {
    flex-direction: column;
  }

  .gesalbter-hero-actions .btn,
  .gesalbter-hero-actions .ges-btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .ges-category-title,
  .ges-view-product .productdetails-view h1 {
    font-size: 1.5rem;
  }
}

/* ── 2 колонки: 480–767px ───────────────────────────────── */
@media (min-width: 480px) and (max-width: 767px) {
  .gesalbter-home-collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === Cart count badge === */
.gesalbter-cartcount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ges-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  margin-left: 6px;
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.gesalbter-cartlink.has-items .gesalbter-cartcount {
  opacity: 1;
  transform: scale(1);
}

/* === Language select === */
.gesalbter-langselect {
  min-height: 40px;
  padding: 0 30px 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(111, 19, 48, 0.12);
  background-color: var(--ges-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%236f1330' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  color: var(--ges-text);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* === Story cards (hero) === */
.gesalbter-home-story {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 22px;
}

.gesalbter-story-card {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.gesalbter-story-card strong {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}

.gesalbter-story-card span {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

/* === Legal bar === */
.gesalbter-legalbar {
  width: 100%;
  padding: 14px 0;
  background: #fff;
  border-top: 1px solid rgba(111, 19, 48, 0.08);
}

.gesalbter-legalnav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
}

.gesalbter-legalnav span {
  font-weight: 700;
  color: var(--ges-primary);
}

.gesalbter-legalnav a {
  color: var(--ges-text-muted);
  transition: color 0.15s ease;
}

.gesalbter-legalnav a:hover {
  color: var(--ges-primary);
}

/* === Back to top === */
.back-to-top-link {
  position: fixed;
  bottom: 22px;
  right: 18px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ges-primary);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(111, 19, 48, 0.22);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.back-to-top-link.ges-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* === Catalog loading skeleton === */
[data-gesalbter-catalog]:empty {
  display: block;
  min-height: 180px;
  border-radius: 22px;
  background: linear-gradient(
    90deg,
    var(--ges-surface-strong) 25%,
    #fff0f4 50%,
    var(--ges-surface-strong) 75%
  );
  background-size: 200% 100%;
  animation: ges-shimmer 1.6s ease-in-out infinite;
}

@keyframes ges-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
