/* Visual Page Builder — storefront module styles */
.vpb-storefront .vpb-main { min-height: 60vh; position: relative; z-index: 0; }

/* Match theme header bar (logo/search/actions row) */
.vpb-site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  overflow: visible;
  position: relative;
  z-index: 1000;
}
.vpb-site-header .header-inner {
  border-bottom: 1px solid var(--border);
}
.vpb-site-header.vpb-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

@media (max-width: 768px) {
  body.mob-nav-open .vpb-site-header {
    z-index: 2100;
  }
  body.mob-nav-open .vpb-module-menu {
    position: relative;
    z-index: 2100;
  }
}

.vpb-banner img, .vpb-slide img { width: 100%; height: auto; display: block; border-radius: 12px; }
.vpb-banner-placeholder, .vpb-cat-placeholder {
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  min-height: 160px; background: #f3f4f6; color: #6b7280; border-radius: 12px; gap: 8px;
}
.vpb-banner-caption { padding: 12px 0; }
.vpb-banners-slider { position: relative; overflow: hidden; border-radius: 12px; }
.vpb-slide { display: none; }
.vpb-slide.is-active { display: block; }
.vpb-slider-dots { display: flex; gap: 8px; justify-content: center; padding: 12px 0; }
.vpb-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #cbd5e1; cursor: pointer; }
.vpb-dot.is-active { background: #556ee6; }
.vpb-subcat-chip {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: #eef2ff; color: #4338ca; text-decoration: none; font-size: 0.9rem;
}
.vpb-empty { color: #6b7280; padding: 16px; text-align: center; }

/* ── Product categories grid ── */
.vpb-product-categories .cats-grid.vpb-cats-grid {
  display: grid;
  grid-template-columns: repeat(var(--vpb-cat-cols, 4), 1fr);
  gap: 16px;
}
@media (max-width: 1400px) {
  .vpb-product-categories .cats-grid.vpb-cats-grid {
    grid-template-columns: repeat(min(var(--vpb-cat-cols, 4), 6), 1fr);
  }
}
@media (max-width: 1100px) {
  .vpb-product-categories .cats-grid.vpb-cats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .vpb-product-categories .cats-grid.vpb-cats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .vpb-product-categories .cats-grid.vpb-cats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.vpb-product-categories .cat-img .vpb-cat-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  aspect-ratio: 1250 / 1331;
  border-radius: 0;
}

.vpb-product-categories .vpb-cats-head--align-right {
  justify-content: space-between;
}
.vpb-product-categories .vpb-cats-head--align-right .vpb-cats-head-text {
  text-align: right;
}
.vpb-product-categories .vpb-cats-head--align-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vpb-product-categories .vpb-cats-head--align-center .vpb-cats-head-text {
  text-align: center;
}
.vpb-product-categories .vpb-cats-head--align-center .see-more {
  margin-top: 4px;
}
.vpb-product-categories .vpb-cats-head--align-left {
  justify-content: space-between;
}
.vpb-product-categories .vpb-cats-head--align-left .vpb-cats-head-text {
  text-align: left;
}
.vpb-product-categories .vpb-cats-head--align-left:not(:has(.see-more)) {
  justify-content: flex-start;
}
.vpb-product-categories .vpb-cats-head--align-center:not(:has(.see-more)) {
  align-items: center;
}

/* ── Product showcase ── */
.vpb-product-showcase .vpb-showcase-head--align-right {
  justify-content: space-between;
}
.vpb-product-showcase .vpb-showcase-head--align-right .vpb-showcase-head-text {
  text-align: right;
}
.vpb-product-showcase .vpb-showcase-head--align-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vpb-product-showcase .vpb-showcase-head--align-center .vpb-showcase-head-text {
  text-align: center;
}
.vpb-product-showcase .vpb-showcase-head--align-center .see-more {
  margin-top: 4px;
}
.vpb-product-showcase .vpb-showcase-head--align-left {
  justify-content: space-between;
}
.vpb-product-showcase .vpb-showcase-head--align-left .vpb-showcase-head-text {
  text-align: left;
}

.vpb-faq-section .vpb-showcase-head--align-right {
  justify-content: space-between;
}
.vpb-faq-section .vpb-showcase-head--align-right .vpb-showcase-head-text {
  text-align: right;
}
.vpb-faq-section .vpb-showcase-head--align-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vpb-faq-section .vpb-showcase-head--align-center .vpb-showcase-head-text {
  text-align: center;
}
.vpb-faq-section .vpb-showcase-head--align-left {
  justify-content: space-between;
}
.vpb-faq-section .vpb-showcase-head--align-left .vpb-showcase-head-text {
  text-align: left;
}

.vpb-showcase-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.vpb-showcase-subcat-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--border, #e8e8e8);
  background: var(--w, #fff);
  color: var(--dark, #1a1a1a);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vpb-showcase-subcat-btn:hover {
  border-color: var(--a1, #d97f4a);
  color: var(--a2, #c45c26);
}

.vpb-showcase-subcat-btn.is-active {
  background: var(--dark, #1a1a1a);
  border-color: var(--dark, #1a1a1a);
  color: #fff;
}

.vpb-showcase-body {
  position: relative;
  min-height: 120px;
}

.vpb-module-loading {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vpb-module-loading[hidden] {
  display: none !important;
}

.vpb-module-loading-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.vpb-module-loading-brand {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vpb-module-loading-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.vpb-module-loading-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--focus-ring, rgba(217, 127, 74, 0.15));
  border-top-color: var(--a1, #d97f4a);
  border-right-color: var(--focus-ring-strong, rgba(217, 127, 74, 0.45));
  animation: vpb-module-loading-spin 0.9s cubic-bezier(0.55, 0.15, 0.35, 0.85) infinite;
}

.vpb-module-loading-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--g5, #666);
  letter-spacing: 0.01em;
}

@keyframes vpb-module-loading-spin {
  to { transform: rotate(360deg); }
}

.vpb-showcase-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
}

.vpb-showcase-loading[hidden] {
  display: none !important;
}

.vpb-showcase-loading-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 28px;
  border-radius: 16px;
  background: var(--w, #fff);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.08));
  font-size: 13px;
  font-weight: 600;
  color: var(--g5, #888);
}

.vpb-showcase-spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #ececec;
  border-top-color: var(--a1, #d97f4a);
  animation: vpb-showcase-spin 0.75s linear infinite;
}

@keyframes vpb-showcase-spin {
  to { transform: rotate(360deg); }
}

.vpb-product-showcase .prod-grid.vpb-showcase-grid {
  display: grid;
  grid-template-columns: repeat(var(--vpb-showcase-cols, 4), 1fr);
  gap: 20px;
}

.vpb-content-showcase .pgrid.vpb-content-grid,
.vpb-content-showcase .pgrid.vpb-showcase-grid {
  display: grid;
  grid-template-columns: repeat(var(--vpb-showcase-cols, 3), 1fr);
  gap: 20px;
}

.vpb-content-showcase .vpb-content-card .pdesc {
  font-size: 13px;
  color: var(--g5, #777);
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .vpb-product-showcase .prod-grid.vpb-showcase-grid {
    grid-template-columns: repeat(min(var(--vpb-showcase-cols, 4), 6), 1fr);
  }
}

@media (max-width: 1024px) {
  .vpb-product-showcase .prod-grid.vpb-showcase-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 700px) {
  .vpb-product-showcase .prod-grid.vpb-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 1400px) {
  .vpb-content-showcase .pgrid.vpb-content-grid,
  .vpb-content-showcase .pgrid.vpb-showcase-grid {
    grid-template-columns: repeat(min(var(--vpb-showcase-cols, 3), 4), 1fr);
  }
}

@media (max-width: 1024px) {
  .vpb-content-showcase .pgrid.vpb-content-grid,
  .vpb-content-showcase .pgrid.vpb-showcase-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .vpb-content-showcase .pgrid.vpb-content-grid,
  .vpb-content-showcase .pgrid.vpb-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.vpb-showcase-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

/* Editorial (magazine) product showcase */
.vpb-product-showcase .prod-grid.vpb-showcase-grid--editorial {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(168px, auto);
  gap: 16px;
  align-items: stretch;
}

.vpb-product-showcase .vpb-showcase-grid--editorial > .shop-card.shop-card--editorial {
  position: relative;
  display: block;
  height: 100%;
  min-height: 168px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

.vpb-product-showcase .shop-card--editorial .shop-card-editorial-stage {
  position: absolute;
  inset: 0;
  aspect-ratio: unset !important;
  min-height: 0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--g2, #f3f4f6);
}

.vpb-product-showcase .shop-card--editorial .shop-card-media-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.vpb-product-showcase .shop-card--editorial .shop-card-media-link img,
.vpb-product-showcase .shop-card--editorial .shop-card-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vpb-product-showcase .shop-card--editorial .shop-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vpb-product-showcase .shop-card-editorial-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  padding: 4px 10px;
  border-radius: 999px;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.vpb-product-showcase .shop-card-editorial-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 34px 12px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.vpb-product-showcase .shop-card-editorial-caption-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vpb-product-showcase .shop-card-editorial-title {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.vpb-product-showcase .shop-card-editorial-price {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.vpb-product-showcase .shop-card-editorial-price .pwas {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 6px;
}

.vpb-product-showcase .shop-card-editorial-price .pnow {
  color: #fff;
}

.vpb-product-showcase .shop-card-editorial-price .pdisc,
.vpb-product-showcase .shop-card-editorial-price .shop-card-stock {
  color: rgba(255, 255, 255, 0.9);
}

.vpb-product-showcase .shop-card--editorial .pc-overlay {
  z-index: 4;
  inset: 0;
  padding: 8px;
}

.vpb-product-showcase .shop-card--editorial .pc-overlay-actions {
  gap: 6px;
}

.vpb-product-showcase .shop-card--editorial .pc-act {
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.vpb-product-showcase .shop-card--editorial:hover .shop-card-media-link img {
  transform: scale(1.04);
}

.vpb-product-showcase .shop-card--editorial .shop-card-media-link img {
  transition: transform 0.45s var(--ease, ease);
}

/* feature-right: 5 items */
.vpb-editorial-layout-feature-right > .shop-card:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(n + 6) {
  display: none;
}

/* feature-left: 5 items */
.vpb-editorial-layout-feature-left > .shop-card:nth-child(1) {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}

.vpb-editorial-layout-feature-left > .shop-card:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}

.vpb-editorial-layout-feature-left > .shop-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.vpb-editorial-layout-feature-left > .shop-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.vpb-editorial-layout-feature-left > .shop-card:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.vpb-editorial-layout-feature-left > .shop-card:nth-child(n + 6) {
  display: none;
}

/* mosaic-a: 6 items */
.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(5) {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(n + 7) {
  display: none;
}

/* mosaic-b: 5 items */
.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(2) {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(n + 6) {
  display: none;
}

/* Hero tiles: larger cells + hover actions */
.vpb-editorial-layout-feature-right > .shop-card:nth-child(1).shop-card--editorial,
.vpb-editorial-layout-feature-left > .shop-card:nth-child(1).shop-card--editorial,
.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(2).shop-card--editorial {
  min-height: 336px;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(1) .pc-act,
.vpb-editorial-layout-feature-left > .shop-card:nth-child(1) .pc-act,
.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(2) .pc-act {
  width: 42px;
  height: 42px;
  font-size: 16px;
}

.vpb-editorial-layout-feature-right > .shop-card:nth-child(1) .pc-overlay,
.vpb-editorial-layout-feature-left > .shop-card:nth-child(1) .pc-overlay,
.vpb-editorial-layout-mosaic-b > .shop-card:nth-child(2) .pc-overlay {
  padding: 12px;
}

.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(1) .shop-card-editorial-title,
.vpb-editorial-layout-mosaic-a > .shop-card:nth-child(5) .shop-card-editorial-title {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .vpb-product-showcase .prod-grid.vpb-showcase-grid--editorial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(130px, auto);
  }

  .vpb-editorial-layout-feature-right > .shop-card:nth-child(1),
  .vpb-editorial-layout-feature-left > .shop-card:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .vpb-editorial-layout-feature-right > .shop-card:nth-child(2) { grid-column: 3; grid-row: 1; }
  .vpb-editorial-layout-feature-right > .shop-card:nth-child(3) { grid-column: 3; grid-row: 2; }
  .vpb-editorial-layout-feature-right > .shop-card:nth-child(4) { grid-column: 1; grid-row: 3; }
  .vpb-editorial-layout-feature-right > .shop-card:nth-child(5) { grid-column: 2; grid-row: 3; }

  .vpb-editorial-layout-feature-left > .shop-card:nth-child(2) { grid-column: 3; grid-row: 1; }
  .vpb-editorial-layout-feature-left > .shop-card:nth-child(3) { grid-column: 3; grid-row: 2; }
  .vpb-editorial-layout-feature-left > .shop-card:nth-child(4) { grid-column: 1; grid-row: 3; }
  .vpb-editorial-layout-feature-left > .shop-card:nth-child(5) { grid-column: 2; grid-row: 3; }

  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(1) { grid-column: 1 / span 2; grid-row: 1; }
  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(2) { grid-column: 3; grid-row: 1; }
  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(3) { grid-column: 1; grid-row: 2; }
  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(4) { grid-column: 2; grid-row: 2; }
  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(5) { grid-column: 3; grid-row: 2; }
  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(6) { grid-column: 1 / span 3; grid-row: 3; }

  .vpb-editorial-layout-mosaic-b > .shop-card:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .vpb-editorial-layout-mosaic-b > .shop-card:nth-child(1) { grid-column: 3; grid-row: 1; }
  .vpb-editorial-layout-mosaic-b > .shop-card:nth-child(3) { grid-column: 3; grid-row: 2; }
  .vpb-editorial-layout-mosaic-b > .shop-card:nth-child(4) { grid-column: 1; grid-row: 3; }
  .vpb-editorial-layout-mosaic-b > .shop-card:nth-child(5) { grid-column: 2; grid-row: 3; }
}

@media (max-width: 700px) {
  .vpb-product-showcase .prod-grid.vpb-showcase-grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    grid-auto-rows: auto;
  }

  .vpb-showcase-grid--editorial > .shop-card {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
  }

  .vpb-showcase-grid--editorial > .shop-card:nth-child(n + 6) {
    display: block;
  }

  .vpb-editorial-layout-mosaic-a > .shop-card:nth-child(n + 7) {
    display: block;
  }

  .vpb-product-showcase .shop-card--editorial {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .vpb-product-showcase .shop-card--editorial .shop-card-editorial-stage {
    position: absolute;
    inset: 0;
  }

  .vpb-product-showcase .shop-card--editorial .pc-act {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

.vpb-site-footer { margin-top: 32px; }

.vpb-module.vpb-module-footer {
  background: transparent;
}
.vpb-module.vpb-module-footer .vpb-site-footer {
  background-color: var(--dark);
}
.logo-img { max-height: 48px; width: auto; display: block; object-fit: contain; }

/* ── Banner height: all modes (--vpb-banner-min-h from module settings) ── */
.vpb-storefront .vpb-banner-fullscreen,
.vpb-storefront .hbanner.vpb-banner-theme3,
.vpb-storefront .vpb-banner-strip,
.vpb-storefront .vpb-banner-atousa,
.vpb-storefront .vpb-banner-nahid,
.vpb-storefront .vpb-banner-siavash,
.vpb-storefront .vpb-banner-kay,
.vpb-storefront .vpb-banner-vohumna,
.vpb-storefront .vpb-banner-achaemenid,
.vpb-storefront .vpb-banner-mitra,
.vpb-storefront .vpb-banner-kimia {
  height: var(--vpb-banner-min-h, 70vh);
  min-height: var(--vpb-banner-min-h, 70vh);
  max-height: var(--vpb-banner-min-h, 70vh);
  overflow: hidden;
  box-sizing: border-box;
}

.vpb-storefront .vpb-banner-kimia {
  --vpb-banner-min-h: 25vh;
}

/* ── Banner: fullscreen Swiper (Ram) ── */
.vpb-storefront .vpb-banner-fullscreen { position: relative; width: 100%; }
.vpb-storefront .vpb-banner-fullscreen .vpb-banner-swiper,
.vpb-storefront .vpb-banner-fullscreen .swiper-slide { height: 100%; min-height: 0; }
.vpb-banner-fullscreen-link { display: block; position: relative; height: 100%; color: inherit; text-decoration: none; }
.vpb-banner-fullscreen img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }
.vpb-banner-fullscreen-caption {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: clamp(24px, 5vw, 56px);
  background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, transparent 100%);
  color: #fff;
}
.vpb-banner-fullscreen-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 2px; margin-bottom: 10px; opacity: .9; }
.vpb-banner-fullscreen-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; margin: 0 0 10px; line-height: 1.15; }
.vpb-banner-fullscreen-desc { font-size: 15px; max-width: 560px; opacity: .9; margin: 0 0 16px; line-height: 1.8; }
.vpb-banner-fullscreen .swiper-button-prev,
.vpb-banner-fullscreen .swiper-button-next { color: #fff; }
.vpb-banner-fullscreen .swiper-pagination-bullet-active { background: var(--a1, #d97f4a); }

/* ── Banner: Anaahita (theme3 hbanner) ── */
.vpb-storefront .hbanner.vpb-banner-theme3 { display: block; position: relative; padding-bottom: 0; }
.vpb-storefront .hbanner.vpb-banner-theme3 .vpb-hbanner-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .hbanner.vpb-banner-theme3 .vpb-hbanner-slide {
  display: grid; grid-template-columns: 1fr 1fr; height: 100%; min-height: 0; flex-shrink: 0;
}
.vpb-storefront .hbanner.vpb-banner-theme3 .hbanner-img { height: 100%; min-height: 0; }
.vpb-storefront .hbanner.vpb-banner-theme3 .hbanner-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }
.vpb-hbanner-dots {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 3;
}
.vpb-hbanner-dot {
  width: 24px; height: 3px; border-radius: 2px; border: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: all .3s; padding: 0;
}

/* ── Banner: Tuso strip ── */
.vpb-storefront .vpb-banner-strip { background: var(--dark, #1a1a1a); display: flex; flex-direction: column; }
.vpb-storefront .vpb-banner-strip .vpb-strip-slider { flex: 1; min-height: 0; overflow: hidden; position: relative; }
.vpb-storefront .vpb-banner-strip .vpb-strip-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .vpb-banner-strip .vpb-strip-slide {
  display: grid; grid-template-columns: 1fr 1fr; height: 100%; min-height: 0; flex-shrink: 0;
}
.vpb-strip-text { padding: clamp(28px, 5vw, 64px) clamp(24px, 4vw, 60px); display: flex; flex-direction: column; justify-content: center; min-height: 0; overflow: hidden; }
.vpb-strip-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--a1, #d97f4a); margin-bottom: 16px;
}
.vpb-strip-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #fff; letter-spacing: -1.5px; line-height: 1.15; margin: 0 0 16px; }
.vpb-strip-title em { font-style: normal; color: var(--a1, #d97f4a); }
.vpb-strip-desc { font-size: 15px; color: rgba(255,255,255,.6); font-weight: 300; line-height: 1.8; margin: 0 0 32px; }
.vpb-storefront .vpb-banner-strip .vpb-strip-img { position: relative; overflow: hidden; height: 100%; min-height: 0; }
.vpb-strip-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; border-radius: 0; }
.vpb-strip-controls {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 40px; background: rgba(255,255,255,.04); flex-shrink: 0;
}
.vpb-strip-dots { display: flex; gap: 8px; }
.vpb-strip-dot {
  width: 24px; height: 3px; border-radius: 2px; border: 0;
  background: rgba(255,255,255,.25); cursor: pointer; transition: all .3s;
}
.vpb-strip-dot.is-active { width: 48px; background: var(--a1, #d97f4a); }
.vpb-strip-arrows { display: flex; gap: 8px; }
.vpb-strip-arrow {
  width: 40px; height: 40px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.15); background: transparent;
  color: rgba(255,255,255,.7); cursor: pointer; transition: all .25s;
  display: flex; align-items: center; justify-content: center;
}
.vpb-strip-arrow:hover { background: var(--a1, #d97f4a); border-color: var(--a1, #d97f4a); color: #fff; }

/* ── Shared banner dots ── */
.vpb-banner-dots {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 4;
}
.vpb-hbanner-dot,
.vpb-mitra-dot,
.vpb-atousa-dot,
.vpb-nahid-dot,
.vpb-kimia-dot,
.vpb-siavash-dot,
.vpb-vohumna-dot,
.vpb-achaemenid-dot {
  width: 24px; height: 3px; border-radius: 2px; border: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: all .3s; padding: 0;
}
.vpb-hbanner-dot.is-active,
.vpb-mitra-dot.is-active,
.vpb-atousa-dot.is-active,
.vpb-nahid-dot.is-active,
.vpb-kimia-dot.is-active,
.vpb-siavash-dot.is-active,
.vpb-vohumna-dot.is-active,
.vpb-achaemenid-dot.is-active { width: 40px; background: var(--a1, #d97f4a); }
.vpb-atousa-dot,
.vpb-vohumna-dot,
.vpb-achaemenid-dot { background: rgba(0,0,0,.18); }
.vpb-atousa-dot.is-active,
.vpb-vohumna-dot.is-active,
.vpb-achaemenid-dot.is-active { background: var(--a1, #d97f4a); }

/* ── Mitra: modern split ── */
.vpb-storefront .vpb-banner-mitra {
  display: grid;
  direction: ltr;
  background: #111;
  gap: 2px;
}
.vpb-banner-mitra--both { grid-template-columns: 1fr 1fr; }
.vpb-banner-mitra--promo-only,
.vpb-banner-mitra--slider-only { grid-template-columns: 1fr; }

.vpb-mitra-fixed,
.vpb-mitra-slider {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.vpb-mitra-fixed { background: #111; }
.vpb-mitra-promo-grid {
  display: grid;
  gap: 2px;
  padding: 2px;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  background: #111;
}
.vpb-mitra-promo-grid--count-1 { grid-template-rows: 1fr; }
.vpb-mitra-promo-grid--count-2 { grid-template-rows: 1fr 1fr; }
.vpb-mitra-promo-grid--count-3 { grid-template-rows: repeat(3, 1fr); }
.vpb-mitra-promo-grid--count-4 { grid-template-rows: repeat(4, 1fr); }
.vpb-mitra-promo-cell {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #1a1a1a;
  isolation: isolate;
  transition: box-shadow 0.45s ease;
}
.vpb-mitra-promo-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transform: scale(1);
  transition: transform 0.65s cubic-bezier(.16, 1, .3, 1), filter 0.45s ease;
  will-change: transform;
}
.vpb-mitra-promo-cell:hover img {
  transform: scale(1.08);
  filter: brightness(1.06) saturate(1.08);
}
.vpb-mitra-promo-cell:hover {
  box-shadow: inset 0 0 0 1px var(--shadow-accent, rgba(217, 127, 74, 0.35));
}
.vpb-mitra-slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.vpb-mitra-promo-overlay,
.vpb-mitra-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.28) 55%, rgba(0,0,0,.12) 100%);
  transition: opacity 0.45s ease, background 0.45s ease;
  pointer-events: none;
}
.vpb-mitra-promo-cell:hover .vpb-mitra-promo-overlay {
  background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,.06) 100%);
}
.vpb-mitra-promo-content,
.vpb-mitra-slide-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: clamp(16px, 3vw, 28px);
  color: #fff;
  direction: rtl;
  text-align: right;
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}
.vpb-mitra-promo-cell:hover .vpb-mitra-promo-content {
  transform: translateY(-6px);
}
.vpb-mitra-promo-eyebrow,
.vpb-mitra-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 2px; color: var(--a1, #d97f4a); margin-bottom: 8px; }
.vpb-mitra-promo-title,
.vpb-mitra-title { font-size: clamp(18px, 2.4vw, 28px); font-weight: 900; line-height: 1.15; margin: 0 0 8px; }
.vpb-mitra-promo-title span,
.vpb-mitra-title span { color: var(--a1, #d97f4a); }
.vpb-mitra-promo-desc,
.vpb-mitra-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.72); margin: 0 0 12px; }
.vpb-mitra-promo-btn,
.vpb-mitra-btn { width: fit-content; }
.vpb-mitra-promo-badge,
.vpb-mitra-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(4px);
}
.vpb-mitra-promo-badge strong,
.vpb-mitra-badge strong { display: block; font-size: 16px; font-weight: 900; color: #fff; }
.vpb-mitra-promo-badge span,
.vpb-mitra-badge span { font-size: 11px; color: rgba(255,255,255,.75); }

.vpb-mitra-slider { position: relative; }
.vpb-mitra-track { display: flex; height: 100%; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.vpb-mitra-slide { position: relative; flex-shrink: 0; height: 100%; min-height: 0; overflow: hidden; }
.vpb-mitra-slide-bg { position: absolute; inset: 0; }
.vpb-mitra-slide-content { inset: 0; display: flex; flex-direction: column; justify-content: flex-end; }
.vpb-mitra-slider .vpb-banner-dots { bottom: 16px; }

/* ── Atousa: overlap ── */
.vpb-storefront .vpb-banner-atousa { position: relative; background: #f7f4ef; }
.vpb-storefront .vpb-banner-atousa .vpb-atousa-track { display: flex; height: 100%; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .vpb-banner-atousa .vpb-atousa-slide {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0;
  height: 100%; min-height: 0; padding: clamp(16px, 3vw, 40px); flex-shrink: 0; box-sizing: border-box;
}
.vpb-atousa-panel { position: relative; z-index: 1; padding-inline-end: 8%; min-height: 0; overflow: hidden; }
.vpb-atousa-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--a1, #d97f4a); margin-bottom: 12px; }
.vpb-atousa-title { font-size: clamp(28px, 3.6vw, 40px); font-weight: 900; line-height: 1.15; margin: 0 0 14px; color: #1a1a1a; }
.vpb-atousa-title span { color: var(--a1, #d97f4a); }
.vpb-atousa-desc { font-size: 14px; line-height: 1.85; color: #666; margin: 0 0 22px; max-width: 380px; }
.vpb-storefront .vpb-banner-atousa .vpb-atousa-visual {
  position: relative; z-index: 2; margin-inline-start: -14%;
  box-shadow: 0 28px 70px rgba(0,0,0,.16); overflow: hidden;
  height: 100%; max-height: 100%; aspect-ratio: 4/5;
}
.vpb-atousa-visual img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }

/* ── Nahid: soft gradient ── */
.vpb-storefront .vpb-banner-nahid { position: relative; }
.vpb-storefront .vpb-banner-nahid .vpb-nahid-track { display: flex; height: 100%; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .vpb-banner-nahid .vpb-nahid-slide { position: relative; height: 100%; min-height: 0; flex-shrink: 0; overflow: hidden; }
.vpb-storefront .vpb-banner-nahid .vpb-nahid-slide > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; display: block; border-radius: 0; }
.vpb-nahid-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.08) 100%);
}
.vpb-nahid-content {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end; text-align: center;
  padding: clamp(28px, 6vw, 64px); color: #fff;
}
.vpb-nahid-eyebrow { font-size: 11px; letter-spacing: 2px; opacity: .9; margin-bottom: 10px; }
.vpb-nahid-title { font-size: clamp(28px, 4.5vw, 46px); font-weight: 900; margin: 0 0 10px; line-height: 1.15; }
.vpb-nahid-desc { font-size: 15px; opacity: .88; max-width: 560px; line-height: 1.8; margin: 0 0 18px; }

/* ── Kimia: narrow internal page banner ── */
.vpb-storefront .vpb-banner-kimia {
  position: relative;
  width: 100%;
  color: var(--vpb-kimia-text-color, #212529);
}
.vpb-storefront .vpb-banner-kimia .vpb-kimia-track {
  display: flex;
  height: 100%;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}
.vpb-storefront .vpb-banner-kimia .vpb-kimia-slide {
  position: relative;
  height: 100%;
  min-height: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.vpb-storefront .vpb-banner-kimia .vpb-kimia-slide > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.vpb-kimia-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.vpb-kimia-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 4vw, 36px) clamp(20px, 6vw, 48px);
  pointer-events: none;
  color: var(--vpb-kimia-text-color, #212529);
}
.vpb-kimia-content--right { text-align: right; }
.vpb-kimia-content--center { text-align: center; }
.vpb-kimia-content--left { text-align: left; }
.vpb-kimia-title {
  margin: 0;
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.35);
  width: 100%;
}
.vpb-kimia-subtitle {
  margin: 8px 0 0;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1.7;
  color: inherit;
  opacity: 0.92;
  max-width: 100%;
  width: 100%;
}
.vpb-kimia-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}

/* ── Siavash: cinema ── */
.vpb-storefront .vpb-banner-siavash {
  position: relative; background: #000; padding: clamp(8px, 1.5vw, 14px) 0;
  display: flex; flex-direction: column;
}
.vpb-storefront .vpb-banner-siavash .vpb-siavash-track {
  display: flex; height: 100%; flex: 1; min-height: 0; transition: transform .7s cubic-bezier(.16,1,.3,1);
}
.vpb-storefront .vpb-banner-siavash .vpb-siavash-slide {
  flex-shrink: 0; height: 100%; min-height: 0; padding: 0 clamp(12px, 3vw, 32px); box-sizing: border-box;
  display: flex; flex-direction: column; justify-content: center;
}
.vpb-storefront .vpb-banner-siavash .vpb-siavash-media {
  position: relative; overflow: hidden; border-radius: 6px;
  flex: 1; min-height: 0; width: 100%; max-height: none; margin: 0 auto;
  aspect-ratio: 21/9;
}
.vpb-siavash-media img {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0;
  animation: vpbSiavashKenBurns 18s ease-in-out infinite alternate;
}
@keyframes vpbSiavashKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.vpb-siavash-caption {
  flex-shrink: 0; max-width: 920px; margin: 12px auto 0; padding: 0 12px; color: rgba(255,255,255,.88);
}
.vpb-siavash-eyebrow { font-size: 10px; letter-spacing: 2px; color: var(--a1, #d97f4a); margin-bottom: 8px; }
.vpb-siavash-title { font-size: clamp(22px, 3vw, 32px); font-weight: 800; margin: 0 0 8px; color: #fff; }
.vpb-siavash-desc { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.65); margin: 0 0 14px; }

/* ── Kay Kavous: hero + thumbs ── */
.vpb-storefront .vpb-banner-kay { background: #111; display: flex; flex-direction: column; }
.vpb-storefront .vpb-banner-kay .vpb-kay-hero-wrap { flex: 1; min-height: 0; overflow: hidden; position: relative; }
.vpb-storefront .vpb-banner-kay .vpb-kay-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .vpb-banner-kay .vpb-kay-slide { position: relative; height: 100%; min-height: 0; flex-shrink: 0; overflow: hidden; }
.vpb-storefront .vpb-banner-kay .vpb-kay-slide > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; display: block; border-radius: 0; }
.vpb-kay-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.15)); }
.vpb-kay-caption { position: absolute; inset: auto 0 0 0; padding: clamp(24px, 5vw, 48px); color: #fff; z-index: 2; }
.vpb-kay-eyebrow { font-size: 10px; letter-spacing: 2px; color: var(--a1, #d97f4a); margin-bottom: 8px; }
.vpb-kay-title { font-size: clamp(26px, 4vw, 40px); font-weight: 900; margin: 0 0 10px; line-height: 1.15; }
.vpb-kay-title span { color: var(--a1, #d97f4a); }
.vpb-kay-desc { font-size: 14px; opacity: .85; max-width: 520px; line-height: 1.75; margin: 0 0 14px; }
.vpb-kay-thumbs {
  display: flex; gap: 10px; padding: 12px clamp(12px, 3vw, 24px);
  overflow-x: auto; background: rgba(255,255,255,.04); flex-shrink: 0;
}
.vpb-kay-thumb {
  flex: 0 0 auto; width: 88px; height: 56px; padding: 0; border: 2px solid transparent;
  border-radius: 8px; overflow: hidden; cursor: pointer; opacity: .55; transition: all .25s; background: none;
}
.vpb-kay-thumb.is-active { opacity: 1; border-color: var(--a1, #d97f4a); }
.vpb-kay-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }

/* ── Vohumna: warm humanist ── */
.vpb-storefront .vpb-banner-vohumna { position: relative; background: #f5ebe0; }
.vpb-storefront .vpb-banner-vohumna .vpb-vohumna-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vpb-storefront .vpb-banner-vohumna .vpb-vohumna-slide {
  flex-shrink: 0; height: 100%; min-height: 0; padding: clamp(16px, 3vw, 32px); box-sizing: border-box;
  display: flex; align-items: center;
}
.vpb-storefront .vpb-banner-vohumna .vpb-vohumna-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 40px);
  align-items: center; width: 100%; max-width: 1180px; height: 100%; margin: 0 auto;
}
.vpb-vohumna-eyebrow { font-size: 11px; font-weight: 700; color: #9a6b45; margin-bottom: 10px; letter-spacing: 1.5px; }
.vpb-vohumna-title { font-size: clamp(26px, 3.5vw, 38px); font-weight: 900; color: #2c241c; margin: 0 0 12px; line-height: 1.2; }
.vpb-vohumna-title span { color: #b87333; }
.vpb-vohumna-desc { font-size: 14px; line-height: 1.85; color: #6b5c50; margin: 0 0 20px; }
.vpb-storefront .vpb-banner-vohumna .vpb-vohumna-visual {
  border-radius: 24px; overflow: hidden; box-shadow: 0 16px 40px rgba(90,60,30,.12);
  height: 100%; max-height: 100%;
}
.vpb-storefront .vpb-banner-vohumna .vpb-vohumna-visual img {
  width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0;
}

/* ── Achaemenid: framed luxury ── */
.vpb-storefront .vpb-banner-achaemenid {
  position: relative; background: #1c1a17; padding: clamp(12px, 2vw, 24px);
  display: flex; flex-direction: column;
}
.vpb-storefront .vpb-banner-achaemenid .vpb-achaemenid-track {
  display: flex; height: 100%; flex: 1; min-height: 0; transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.vpb-storefront .vpb-banner-achaemenid .vpb-achaemenid-slide {
  flex-shrink: 0; box-sizing: border-box; padding: 0 8px;
  height: 100%; min-height: 0; display: flex; align-items: center;
}
.vpb-storefront .vpb-banner-achaemenid .vpb-achaemenid-frame {
  width: 100%; max-height: 100%; margin: 0 auto; padding: clamp(12px, 2vw, 24px);
  border: 1px solid rgba(201,162,93,.55); outline: 1px solid rgba(201,162,93,.22); outline-offset: 6px;
  overflow: hidden; display: flex; flex-direction: column; box-sizing: border-box;
}
.vpb-storefront .vpb-banner-achaemenid .vpb-achaemenid-media {
  overflow: hidden; aspect-ratio: 16/9; flex-shrink: 0; max-height: 58%;
}
.vpb-achaemenid-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }
.vpb-achaemenid-copy { text-align: center; padding: clamp(20px, 3vw, 32px) 12px 8px; color: #f5f0e8; }
.vpb-achaemenid-eyebrow { font-size: 10px; letter-spacing: 2.5px; color: #c9a25d; margin-bottom: 10px; }
.vpb-achaemenid-title { font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin: 0 0 10px; }
.vpb-achaemenid-desc { font-size: 14px; line-height: 1.8; color: rgba(245,240,232,.72); margin: 0 0 16px; }
.vpb-achaemenid-badge { margin-bottom: 14px; }
.vpb-achaemenid-badge strong { display: block; font-size: 18px; color: #c9a25d; }
.vpb-achaemenid-badge span { font-size: 12px; opacity: .75; }

@media (max-width: 992px) {
  .vpb-storefront .vpb-banner-mitra--both {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .vpb-storefront .vpb-banner-atousa .vpb-atousa-slide,
  .vpb-storefront .vpb-banner-vohumna .vpb-vohumna-inner { grid-template-columns: 1fr; }
  .vpb-storefront .vpb-banner-atousa .vpb-atousa-visual { margin-inline-start: 0; height: auto; max-height: 45%; aspect-ratio: 16/10; }
  .vpb-storefront .vpb-banner-atousa .vpb-atousa-panel { padding-inline-end: 0; padding-bottom: 8px; }
  .vpb-storefront .hbanner.vpb-banner-theme3 .vpb-hbanner-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .vpb-storefront .vpb-banner-strip .vpb-strip-slide { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
}
@media (max-width: 768px) {
  .vpb-storefront .hbanner.vpb-banner-theme3 .hbanner-img { height: 100%; }
  .vpb-storefront .vpb-banner-siavash .vpb-siavash-media { aspect-ratio: 16/10; }
  .vpb-storefront .vpb-banner-vohumna .vpb-vohumna-visual img { object-fit: cover; }
}

/* ── Promo strip (announce / feats / marquee / stats / payments / logos) ── */
.vpb-module-full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  left: 0;
  right: 0;
}

.vpb-promo-strip .announce {
  background: var(--dark, #1a1a1a);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
.vpb-promo-strip .announce::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(var(--a1, #d97f4a), var(--a2, #c45c26));
}
.vpb-promo-strip .announce em { font-style: normal; color: var(--a1, #d97f4a); font-weight: 700; }
.vpb-promo-strip .ann-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; justify-content: center; }
.vpb-promo-strip .ann-links a { color: rgba(255, 255, 255, 0.55); font-size: 11px; transition: color 0.2s; text-decoration: none; }
.vpb-promo-strip .ann-links a:hover { color: #fff; }
@media (max-width: 640px) { .vpb-promo-strip .ann-links { display: none; } }

.vpb-promo-strip .feats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--g2, #f5f5f5); }

.vpb-promo-mode-features {
  overflow-x: clip;
  max-width: 100%;
}

.vpb-promo-mode-features .feats-carousel-viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .vpb-promo-mode-features .feats-carousel-viewport .feats {
    display: block;
    grid-template-columns: unset !important;
    background: var(--g2, #f5f5f5);
  }
  .vpb-promo-mode-features .feats-carousel-viewport .feat {
    display: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-inline-end: none;
  }
  .vpb-promo-mode-features .feats-carousel-viewport .feat.is-active {
    display: flex;
    animation: vpb-feat-slide-in .45s cubic-bezier(.16, 1, .3, 1);
  }
}

@media (min-width: 769px) {
  .vpb-promo-mode-features .feats-carousel-viewport .feat.is-active {
    display: flex;
  }
}

@keyframes vpb-feat-slide-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.vpb-promo-strip .feat {
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-left: 1px solid var(--border, #e8e8e8);
}
.vpb-promo-strip .feat:last-child { border-left: none; }
.vpb-promo-strip .feat-ico {
  width: 44px; height: 44px; border-radius: 12px; background: var(--w, #fff);
  display: flex; align-items: center; justify-content: center; font-size: 19px;
  flex-shrink: 0; box-shadow: var(--shadow-xs, 0 1px 3px rgba(0,0,0,.06));
}
.vpb-promo-strip .feat-txt strong { display: block; font-size: 13px; font-weight: 700; color: var(--dark, #1a1a1a); margin-bottom: 3px; }
.vpb-promo-strip .feat-txt span { font-size: 12px; color: var(--g5, #888); line-height: 1.5; }

.vpb-promo-strip .marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border, #e8e8e8);
  border-bottom: 1px solid var(--border, #e8e8e8);
  background: var(--g1, #fafafa);
  padding: 10px 0;
}
.vpb-promo-strip .marquee-wrap--infinite {
  direction: ltr;
}
.vpb-promo-strip .marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation-duration: var(--marquee-duration, 30s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.vpb-promo-strip .marquee-track--loop {
  animation-name: vpb-marquee-loop;
}
.vpb-promo-strip .marquee-track--infinite {
  animation-name: vpb-marquee-infinite;
}
.vpb-promo-strip .marquee-track:not(.marquee-no-pause):hover { animation-play-state: paused; }
@keyframes vpb-marquee-loop {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}
@keyframes vpb-marquee-infinite {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.vpb-promo-strip .marquee-item {
  display: flex; align-items: center; gap: 10px;
  padding: 0 32px; white-space: nowrap;
  font-size: 12px; font-weight: 500; color: var(--g5, #888);
  border-left: 1px solid var(--g3, #ddd);
  direction: rtl;
}
.vpb-promo-strip .marquee-item i { color: var(--a1, #d97f4a); }
.vpb-promo-emoji { font-size: 1rem; line-height: 1; }
.vpb-promo-icon-img { max-height: 28px; max-width: 48px; object-fit: contain; }

.vpb-promo-stats {
  display: grid;
  grid-template-columns: repeat(var(--vpb-promo-cols, 4), 1fr);
  gap: 0;
  background: var(--dark, #1a1a1a);
  color: #fff;
}
@media (max-width: 768px) { .vpb-promo-stats { grid-template-columns: repeat(2, 1fr); } }
.vpb-promo-stat { padding: 28px 20px; text-align: center; border-left: 1px solid rgba(255,255,255,.08); }
.vpb-promo-stat-value { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--a1, #d97f4a); line-height: 1.1; }
.vpb-promo-stat-label { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 6px; }

.vpb-promo-payments {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 32px;
  padding: 20px 24px; background: var(--g2, #f5f5f5); border-top: 1px solid var(--border, #e8e8e8);
  border-bottom: 1px solid var(--border, #e8e8e8);
}
.vpb-promo-pay-item {
  display: inline-flex; align-items: center; gap: 8px; color: var(--dark, #1a1a1a);
  text-decoration: none; font-size: 12px; font-weight: 600;
}
.vpb-promo-pay-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; }

.vpb-promo-logos {
  display: grid;
  grid-template-columns: repeat(var(--vpb-promo-cols, 6), 1fr);
  gap: 16px;
  padding: 32px 24px;
  background: var(--w, #fff);
  align-items: center;
}
@media (max-width: 768px) { .vpb-promo-logos { grid-template-columns: repeat(3, 1fr); } }
.vpb-promo-logo-item {
  display: flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 8px; opacity: 0.75; transition: opacity 0.2s;
}
.vpb-promo-logo-item:hover { opacity: 1; }
.vpb-promo-logo-item img { max-width: 100%; max-height: 48px; object-fit: contain; filter: grayscale(20%); }
.vpb-promo-logo-fallback { font-size: 11px; font-weight: 700; color: var(--g5, #888); text-align: center; }

/* ── Custom HTML module ── */
.vpb-storefront .vpb-html-module {
  width: 100%;
}

.vpb-storefront .vpb-html-module img {
  max-width: 100%;
  height: auto;
}

.vpb-page-content-slot,
.vpb-page-content-injected {
  width: 100%;
  position: relative;
  z-index: 0;
}

.vpb-page-content-placeholder {
  margin: 1.5rem auto;
  max-width: 720px;
  padding: 2rem 1.5rem;
  border: 2px dashed rgba(148, 163, 184, 0.45);
  border-radius: 12px;
  text-align: center;
  color: #64748b;
  background: rgba(248, 250, 252, 0.8);
}

.vpb-page-content-placeholder-title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #334155;
}

.vpb-page-content-placeholder-text {
  margin: 0;
  font-size: 0.9rem;
}

.vpb-internal-content {
  width: 100%;
  box-sizing: border-box;
}

.vpb-internal-content--full {
  max-width: none;
}

.vpb-internal-content--container {
  max-width: min(1280px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}

.vpb-internal-content--narrow {
  max-width: min(960px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 32px);
  box-sizing: border-box;
}

.vpb-internal-content--container .layout,
.vpb-internal-content--narrow .layout,
.vpb-internal-content--full .layout {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.vpb-internal-content .layout:has(.sidebar) {
  gap: 24px;
  grid-template-columns: minmax(160px, 220px) 1fr;
}

.vpb-internal-content--container .cms-article,
.vpb-internal-content--narrow .cms-article,
.vpb-internal-content--full .cms-article {
  max-width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

.vpb-internal-content--container .breadcrumb,
.vpb-internal-content--narrow .breadcrumb,
.vpb-internal-content--full .breadcrumb {
  padding-inline: 0;
}

/* Breadcrumb strip spans edge-to-edge below internal page banner */
.vpb-internal-content--container > .breadcrumb:first-child {
  margin-inline: calc(-1 * clamp(16px, 3vw, 40px));
  padding-inline: clamp(16px, 3vw, 40px);
}

.vpb-internal-content--narrow > .breadcrumb:first-child {
  margin-inline: calc(-1 * clamp(16px, 3vw, 32px));
  padding-inline: clamp(16px, 3vw, 32px);
}

.vpb-internal-content .pgrid,
.vpb-internal-content .shop-grid,
.vpb-internal-content .prod-grid {
  display: grid;
  grid-template-columns: repeat(var(--vpb-internal-grid-cols, 5), 1fr);
  gap: 18px;
}

@media (max-width: 1400px) {
  .vpb-internal-content .pgrid,
  .vpb-internal-content .shop-grid,
  .vpb-internal-content .prod-grid {
    grid-template-columns: repeat(min(var(--vpb-internal-grid-cols, 5), 6), 1fr);
  }
}

@media (max-width: 1024px) {
  .vpb-internal-content .pgrid,
  .vpb-internal-content .shop-grid,
  .vpb-internal-content .prod-grid {
    grid-template-columns: repeat(min(var(--vpb-internal-grid-cols, 5), 4), 1fr);
  }
}

@media (max-width: 760px) {
  .vpb-internal-content .pgrid,
  .vpb-internal-content .shop-grid,
  .vpb-internal-content .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* ══════════════ FAQ MODULE ══════════════ */
.vpb-faq-section {
  padding-block: 8px 24px;
  background: transparent;
}
.vpb-faq-head {
  margin-bottom: 28px;
}
.vpb-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.vpb-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vpb-faq-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--w);
  box-shadow: 0 8px 24px rgba(24, 21, 15, 0.04);
  overflow: hidden;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.vpb-faq-item.is-open {
  border-color: rgba(217, 127, 74, 0.35);
  box-shadow: 0 12px 32px rgba(217, 127, 74, 0.1);
}
.vpb-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  text-align: right;
  cursor: pointer;
  color: var(--dark);
  font: inherit;
}
.vpb-faq-question:hover {
  background: var(--g1);
}
.vpb-faq-q-index {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--a1);
  background: rgba(217, 127, 74, 0.12);
}
.vpb-faq-item.is-open .vpb-faq-q-index {
  background: var(--a1);
  color: #fff;
}
.vpb-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.vpb-faq-q-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--g5);
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.vpb-faq-item.is-open .vpb-faq-q-icon {
  transform: rotate(45deg);
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}
.vpb-faq-answer-inner {
  padding: 0 20px 20px 70px;
  font-size: 14px;
  line-height: 1.95;
  color: var(--g6);
}
.vpb-faq-wrap--split {
  max-width: 1080px;
}
.vpb-faq-split {
  display: grid;
  grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
  gap: 20px;
  direction: rtl;
  align-items: stretch;
}
.vpb-faq-split-questions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vpb-faq-split-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--w);
  text-align: right;
  cursor: pointer;
  color: var(--dark);
  font: inherit;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.vpb-faq-split-q:hover {
  background: var(--g1);
}
.vpb-faq-split-q.is-active {
  border-color: rgba(217, 127, 74, 0.45);
  background: rgba(217, 127, 74, 0.08);
  box-shadow: 0 8px 24px rgba(217, 127, 74, 0.1);
}
.vpb-faq-split-q.is-active .vpb-faq-q-index {
  background: var(--a1);
  color: #fff;
}
.vpb-faq-split-panel {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--w);
  box-shadow: 0 10px 30px rgba(24, 21, 15, 0.05);
  padding: 24px 28px;
  min-height: 220px;
  position: relative;
}
.vpb-faq-split-answer {
  display: none;
}
.vpb-faq-split-answer.is-active {
  display: block;
  animation: vpbFaqFadeIn .28s var(--ease);
}
.vpb-faq-split-answer .vpb-faq-answer-inner {
  padding: 0;
  font-size: 15px;
}
@keyframes vpbFaqFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.vpb-faq-answer-inner p:last-child {
  margin-bottom: 0;
}
.vpb-content-detail .cms-article--embedded {
  max-width: 920px;
  margin: 0 auto;
}
.vpb-content-detail .cms-article--embedded .cms-article-media {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-inline-end: 0;
  margin-block-end: 24px;
}
.vpb-content-detail .cms-article--embedded .cms-article-summary {
  display: none;
}
.vpb-media-grid .vpb-media-count {
  display: block;
  margin-top: 6px;
  color: var(--g5);
  font-size: 12px;
}
@media (max-width: 768px) {
  .vpb-faq-section {
    padding-block: 8px 24px;
  }
  .vpb-faq-head {
    margin-bottom: 24px;
  }
  .vpb-faq-wrap {
    max-width: none;
    padding-inline: 0;
  }
  .vpb-faq-answer-inner {
    padding: 0 16px 16px 16px;
  }
  .vpb-faq-split {
    grid-template-columns: 1fr;
  }
  .vpb-faq-split-panel {
    min-height: 0;
    padding: 18px 16px;
  }
}
