:root {
  --ppob-bg: #f8fafc;
  --ppob-panel: #ffffff;
  --ppob-card: #ffffff;
  --ppob-text: #172033;
  --ppob-muted: #64748b;
  --ppob-line: #d9e2ee;
  --ppob-primary: #f26e22;
  --ppob-blue: #2196f3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ppob-storefront {
  margin: 0;
  min-width: 320px;
  background: var(--ppob-bg);
  color: var(--ppob-text);
  font-family: Arial, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeSpeed;
}

body.ppob-storefront img {
  display: block;
  max-width: 100%;
}

body.ppob-storefront a {
  color: inherit;
  text-decoration: none;
}

body.ppob-storefront .container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

body.ppob-storefront .section {
  padding: 52px 0;
}

body.ppob-storefront .ppob-store-hero {
  padding-top: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(13, 91, 80, .52), transparent 36%),
    linear-gradient(180deg, #0d1020 0%, #0d1020 100%);
}

body.ppob-storefront .ppob-banner-slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ppob-panel);
  border: 1px solid var(--ppob-line);
  min-height: clamp(150px, 24vw, 260px);
}

body.ppob-storefront .ppob-banner-track {
  display: flex;
  min-height: inherit;
  transition: transform .25s ease;
}

body.ppob-storefront .ppob-banner-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: inherit;
  overflow: hidden;
  background: var(--ppob-card);
}

body.ppob-storefront .ppob-banner-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ppob-storefront .ppob-banner-stage {
  position: relative;
  min-height: inherit;
  padding: clamp(20px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.ppob-storefront .ppob-banner-copy {
  max-width: 480px;
}

body.ppob-storefront .ppob-chip,
body.ppob-storefront .ppob-catalog-kicker,
body.ppob-storefront .ppob-featured-head span {
  color: var(--ppob-primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

body.ppob-storefront .ppob-banner-copy h3 {
  margin: 8px 0;
  font-size: clamp(24px, 5vw, 52px);
  line-height: 1.02;
}

body.ppob-storefront .ppob-banner-copy p,
body.ppob-storefront .ppob-category-route-hint,
body.ppob-storefront .ppob-product-card p,
body.ppob-storefront .ppob-visible-subfilter-text small {
  color: var(--ppob-muted);
}

body.ppob-storefront .ppob-banner-dots {
  position: absolute;
  left: 14px;
  bottom: 12px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

body.ppob-storefront .ppob-banner-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
}

body.ppob-storefront .ppob-banner-dots button.active {
  background: #fff;
}

body.ppob-storefront .ppob-featured-products {
  margin: 34px 0;
}

body.ppob-storefront .ppob-featured-head,
body.ppob-storefront .ppob-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

body.ppob-storefront .ppob-featured-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.ppob-storefront .ppob-featured-card,
body.ppob-storefront .ppob-product-card {
  background: var(--ppob-card);
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
}

body.ppob-storefront .ppob-catalog-tabs {
  margin: 16px auto 18px;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ppob-line);
  border-radius: 12px;
  background: var(--ppob-panel);
}

body.ppob-storefront .ppob-shortcut-button,
body.ppob-storefront .ppob-visible-subfilter-btn {
  border: 0;
  background: var(--ppob-card);
  color: var(--ppob-text);
  border-radius: 8px;
  min-height: 44px;
  padding: 0 16px;
  font-weight: 800;
  cursor: pointer;
}

body.ppob-storefront .ppob-shortcut-button.is-active,
body.ppob-storefront .ppob-shortcut-button.active,
body.ppob-storefront .ppob-visible-subfilter-btn.is-active {
  background: var(--ppob-primary);
  color: #fff;
}

body.ppob-storefront .ppob-visible-subfilter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 22px;
  margin: 24px 0 32px;
}

body.ppob-storefront .ppob-visible-subfilter[hidden] {
  display: none;
}

body.ppob-storefront .ppob-visible-subfilter-btn.is-image-tile {
  background: transparent;
  padding: 0;
  min-height: 0;
}

body.ppob-storefront .ppob-visible-subfilter-media,
body.ppob-storefront .ppob-product-thumb,
body.ppob-storefront .ppob-product-fallback {
  width: 150px;
  aspect-ratio: 1 / 1.34;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #111625;
  border: 1px solid rgba(255, 255, 255, .2);
}

body.ppob-storefront .ppob-visible-subfilter-media img,
body.ppob-storefront .ppob-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ppob-storefront .ppob-visible-subfilter-text {
  display: block;
  margin-top: 12px;
  text-align: center;
}

body.ppob-storefront .ppob-visible-subfilter-text strong {
  display: block;
}

body.ppob-storefront .ppob-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

body.ppob-storefront .ppob-product-card {
  padding: 0 0 12px;
  background: transparent;
  border-color: transparent;
}

body.ppob-storefront .ppob-product-card h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

body.ppob-storefront .ppob-product-card p,
body.ppob-storefront .ppob-product-provider,
body.ppob-storefront .ppob-product-reason {
  font-size: 12px;
}

body.ppob-storefront .ppob-product-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 10px 0;
}

body.ppob-storefront .ppob-product-badge {
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(242, 110, 34, .16);
  color: #ffd8bf;
  font-size: 11px;
  font-weight: 800;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) :is(.ppob-product-grid, .ppob-product-card, .ppob-product-thumb, .ppob-product-fallback, .ppob-visible-subfilter-media, .ppob-featured-card, .ppob-panel, .ppob-catalog-tabs) {
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) :is(.ppob-product-card, .ppob-product-thumb, .ppob-visible-subfilter-btn, .ppob-shortcut-button) {
  transition-property: background-color, border-color, color !important;
  transition-duration: .14s !important;
}

body.ppob-storefront .footer {
  background: #202334;
  padding: 36px 0;
}

body.ppob-storefront .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

body.ppob-storefront [hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  body.ppob-storefront .ppob-featured-list,
  body.ppob-storefront .ppob-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.ppob-storefront .container {
    width: min(100% - 24px, 1120px);
  }

  body.ppob-storefront .section {
    padding: 32px 0;
  }

  body.ppob-storefront .ppob-banner-stage {
    min-height: 180px;
  }

  body.ppob-storefront .ppob-banner-copy p,
  body.ppob-storefront .ppob-banner-visual {
    display: none;
  }

  body.ppob-storefront .ppob-catalog-tabs {
    justify-content: flex-start;
    overflow-x: auto;
  }

  body.ppob-storefront .ppob-shortcut-button {
    flex: 0 0 auto;
  }

  body.ppob-storefront .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body.ppob-storefront .ppob-visible-subfilter-media,
  body.ppob-storefront .ppob-product-thumb,
  body.ppob-storefront .ppob-product-fallback {
    width: min(138px, 40vw);
  }

  body.ppob-storefront .ppob-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  body.ppob-storefront .footer-grid {
    grid-template-columns: 1fr;
  }
}

body.ppob-storefront .btn,
body.ppob-storefront button,
body.ppob-storefront input,
body.ppob-storefront select {
  font: inherit;
}

body.ppob-storefront button {
  touch-action: manipulation;
}

body.ppob-storefront .btn,
body.ppob-storefront .ppob-product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  background: var(--ppob-primary);
  color: #fff;
  font-weight: 800;
}

body.ppob-storefront .btn-outline {
  background: transparent;
  color: var(--ppob-text);
}

body.ppob-storefront .input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  background: #111625;
  color: var(--ppob-text);
  padding: 0 12px;
  outline: 0;
}

body.ppob-storefront .input:focus {
  border-color: rgba(242, 110, 34, .75);
}

body.ppob-storefront .ppob-store-hidden-filter,
body.ppob-storefront .ppob-selection-panel[aria-hidden="true"] {
  display: none !important;
}

body.ppob-storefront .ppob-featured-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  min-height: 94px;
  padding: 12px;
  color: var(--ppob-text);
  cursor: pointer;
  text-align: left;
}

body.ppob-storefront .ppob-featured-visual {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 8px;
  background: #111625;
}

body.ppob-storefront .ppob-featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ppob-storefront .ppob-featured-copy {
  display: grid;
  gap: 4px;
}

body.ppob-storefront .ppob-featured-copy small,
body.ppob-storefront .checkout-hint {
  color: var(--ppob-muted);
}

body.ppob-storefront .ppob-featured-badge {
  width: max-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(242, 110, 34, .18);
  color: #ffd8bf;
  font-size: 11px;
  font-weight: 800;
}

body.ppob-storefront .ppob-product-card {
  color: var(--ppob-text);
  cursor: pointer;
  text-align: left;
}

body.ppob-storefront .ppob-product-head {
  display: block;
}

body.ppob-storefront .ppob-product-action {
  min-height: 28px;
  padding: 0 10px;
  background: rgba(33, 150, 243, .16);
  color: #b8ddff;
  font-size: 12px;
}

body.ppob-storefront .ppob-product-grid-more {
  grid-column: 1 / -1;
  text-align: center;
}

body.ppob-storefront .no-portfolio {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  color: var(--ppob-muted);
  text-align: center;
}

body.ppob-storefront .ppob-benefits-head,
body.ppob-storefront .ppob-service-brand-block {
  text-align: center;
}

body.ppob-storefront .ppob-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

body.ppob-storefront .ppob-benefit-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

body.ppob-storefront .ppob-benefit-item > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ppob-card);
}

body.ppob-storefront .ppob-benefit-item p,
body.ppob-storefront .footer p,
body.ppob-storefront .footer a {
  color: var(--ppob-muted);
}

body.ppob-storefront .ppob-brand-marquee {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  justify-items: center;
  gap: 18px 24px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 920px;
  font-weight: 900;
}

body.ppob-storefront .ppob-service-logo-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ppob-text);
  text-align: center;
}

body.ppob-storefront .ppob-service-logo-media {
  display: grid;
  place-items: center;
  width: 82px;
  height: 52px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  background: var(--ppob-card);
  overflow: hidden;
}

body.ppob-storefront .ppob-service-logo-media img {
  display: block;
  max-width: 74px;
  max-height: 42px;
  object-fit: contain;
}

body.ppob-storefront .ppob-service-logo-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--ppob-primary);
  font-size: 0.86rem;
  font-weight: 900;
}

body.ppob-storefront .ppob-service-logo-item strong {
  display: block;
  max-width: 118px;
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.ppob-storefront .ppob-service-logo-item small {
  display: block;
  max-width: 118px;
  color: var(--ppob-muted);
  font-size: 0.72rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.ppob-storefront .ppob-service-logo-item strong,
body.ppob-storefront .ppob-service-logo-item small {
  display: none !important;
}

body.ppob-storefront .ppob-category-modal,
body.ppob-storefront .ppob-price-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

body.ppob-storefront .ppob-category-modal[hidden],
body.ppob-storefront .ppob-price-modal[hidden] {
  display: none;
}

body.ppob-storefront .ppob-category-modal-backdrop,
body.ppob-storefront .ppob-price-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 18, .72);
}

body.ppob-storefront .ppob-category-modal-dialog,
body.ppob-storefront .ppob-price-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(760px, 92vh);
  overflow: auto;
  border: 1px solid var(--ppob-line);
  border-radius: 12px;
  background: var(--ppob-panel);
  padding: 18px;
}

body.ppob-storefront .ppob-category-modal-head,
body.ppob-storefront .ppob-price-modal-head,
body.ppob-storefront .ppob-price-modal-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.ppob-storefront .ppob-category-modal-close,
body.ppob-storefront .ppob-price-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  background: #111625;
  color: var(--ppob-text);
}

body.ppob-storefront .ppob-category-modal-grid,
body.ppob-storefront .ppob-price-modal-filter-grid,
body.ppob-storefront .ppob-price-modal-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.ppob-storefront .ppob-category-modal-grid {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

body.ppob-storefront .ppob-category-modal-card,
body.ppob-storefront .ppob-price-modal-item {
  min-height: 56px;
  border: 1px solid var(--ppob-line);
  border-radius: 8px;
  background: var(--ppob-card);
  color: var(--ppob-text);
  padding: 12px;
}

body.ppob-storefront .ppob-price-modal-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
}

body.ppob-storefront .ppob-price-modal-item small,
body.ppob-storefront .ppob-price-modal-context,
body.ppob-storefront .ppob-price-modal-empty {
  color: var(--ppob-muted);
}

body.ppob-storefront .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.ppob-storefront .footer li + li {
  margin-top: 8px;
}

body.ppob-storefront .footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--ppob-line);
}

body.ppob-storefront .floating-wa,
body.ppob-storefront .back-to-top {
  position: fixed;
  z-index: 60;
  right: 18px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

body.ppob-storefront .floating-wa {
  bottom: 18px;
}

body.ppob-storefront .back-to-top {
  left: 18px;
  right: auto;
  bottom: 18px;
  width: 45px;
  height: 45px;
  background: #fff;
}

body.ppob-storefront .notification {
  position: fixed;
  right: 18px;
  top: 78px;
  z-index: 120;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  max-width: 360px;
  border: 1px solid var(--ppob-line);
  border-radius: 10px;
  background: var(--ppob-panel);
  padding: 12px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) :is(.ppob-product-grid, .ppob-product-card, .ppob-product-card:hover, .ppob-product-card.is-selected, .ppob-product-thumb, .ppob-product-fallback, .ppob-visible-subfilter-media, .ppob-visible-subfilter-btn, .ppob-featured-card, .ppob-panel, .ppob-catalog-tabs, .ppob-store-products, .ppob-payment-support-block) {
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) :is(.ppob-product-card, .ppob-product-card:hover, .ppob-product-thumb, .ppob-visible-subfilter-btn, .ppob-shortcut-button, .promo-category-button) {
  transform: none !important;
  transition-property: background-color, border-color, color, opacity !important;
  transition-duration: .14s !important;
}

/* Match index floating buttons while keeping PPOB lightweight. */
body.ppob-storefront .floating-wa {
  position: fixed !important;
  right: 30px !important;
  bottom: 30px !important;
  width: 65px !important;
  height: 65px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  box-shadow: none !important;
  animation: none !important;
  z-index: 999 !important;
}

body.ppob-storefront .floating-wa img {
  width: 35px !important;
  height: 35px !important;
  display: block !important;
}

body.ppob-storefront .back-to-top {
  position: fixed !important;
  left: 30px !important;
  right: auto !important;
  bottom: 30px !important;
  width: 55px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 999 !important;
}

body.ppob-storefront .back-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
}

body.ppob-storefront .back-to-top img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

body.ppob-storefront .floating-wa:hover,
body.ppob-storefront .back-to-top:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.ppob-storefront .back-to-top:hover {
  background: #f26e22 !important;
  border-color: #f26e22 !important;
}

body.ppob-storefront .back-to-top:hover img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 768px) {
  body.ppob-storefront .floating-wa,
  body.ppob-storefront .back-to-top {
    width: 50px !important;
    height: 50px !important;
    bottom: 20px !important;
  }

  body.ppob-storefront .floating-wa {
    right: 20px !important;
  }

  body.ppob-storefront .back-to-top {
    left: 20px !important;
  }

  body.ppob-storefront .floating-wa img,
  body.ppob-storefront .back-to-top img {
    width: 24px !important;
    height: 24px !important;
  }
}

/* PPOB banner carousel: centered slide with side previews. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 1120px) !important;
  min-height: clamp(210px, 26vw, 300px) !important;
  margin: 0 auto 42px !important;
  padding: clamp(28px, 4vw, 42px) 0 42px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 206, 38, .12), transparent 14%),
    radial-gradient(circle at 82% 18%, rgba(255, 206, 38, .10), transparent 13%),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    #111315 !important;
  background-size: auto, auto, 48px 48px, 48px 48px, auto !important;
  box-shadow: none !important;
  filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
  min-height: clamp(150px, 18vw, 210px) !important;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 0 calc((100% - min(64%, 720px)) / 2) !important;
  transition: transform .38s ease !important;
  will-change: transform !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  flex: 0 0 min(64%, 720px) !important;
  min-height: clamp(150px, 18vw, 210px) !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #1a1a1a !important;
  overflow: hidden !important;
  opacity: .88 !important;
  transform: scale(.94) !important;
  transition: transform .38s ease, opacity .38s ease !important;
  box-shadow: none !important;
  filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 2 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.has-photo .ppob-banner-stage {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: #1a1a1a !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-stage {
  min-height: clamp(150px, 18vw, 210px) !important;
  padding: clamp(18px, 3vw, 34px) !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 209, 47, .28), transparent 28%),
    linear-gradient(135deg, #171717 0%, #262626 52%, #ffd12f 52%, #ffd12f 100%) !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-copy h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-copy p {
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots {
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  z-index: 4 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button {
  width: 12px !important;
  height: 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.active {
  width: 14px !important;
  background: #f26e22 !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
    min-height: 190px !important;
    padding: 24px 0 38px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    min-height: 130px !important;
    gap: 14px !important;
    padding: 0 calc((100% - 82%) / 2) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: 82% !important;
    min-height: 130px !important;
    border-width: 0 !important;
    border-radius: 18px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-stage {
    min-height: 130px !important;
  }
}

@media (max-width: 900px) {
  body.ppob-storefront .ppob-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.ppob-storefront .ppob-price-modal-tools,
  body.ppob-storefront .ppob-price-modal-item {
    display: grid;
  }
}

/* Final PPOB storefront skin: light, checkout-aligned, and cache-safe. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) {
  --ppob-bg: #f8fafc;
  --ppob-panel: #ffffff;
  --ppob-card: #f1f5f9;
  --ppob-text: #111827;
  --ppob-muted: #64748b;
  --ppob-line: #e2e8f0;
  --ppob-primary: #f26e22;
  --ppob-blue: #2196f3;
  background: var(--ppob-bg);
  color: var(--ppob-text);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-section-first {
  padding-top: 42px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 960px);
  min-height: clamp(170px, 24vw, 280px);
  margin: 0 auto 38px;
  background: #fff;
  border-color: #dde5ef;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.has-photo .ppob-banner-stage {
  display: none;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  object-fit: cover;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button {
  background: rgba(15, 23, 42, .22);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.active {
  background: var(--ppob-primary);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  display: block;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  margin: 6px 0 12px;
  color: var(--ppob-text);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-kicker {
  display: block;
  color: var(--ppob-primary);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  width: min(100%, 840px);
  margin: 14px auto 18px;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-color: #dde5ef;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  background: #eef2f7;
  color: #243044;
  white-space: normal;
  line-height: 1.2;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active {
  background: var(--ppob-primary);
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(15,23,42,.08);
  font-size: 11px;
  flex: 0 0 auto;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active .ppob-shortcut-icon,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active .ppob-shortcut-icon {
  background: rgba(255,255,255,.22);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-category-route-hint {
  display: block;
  width: min(100%, 720px);
  margin: 0 auto 18px;
  color: var(--ppob-muted);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 980px);
  margin: 22px auto 40px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: start;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--ppob-text);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 142px;
  background: #fff;
  border-color: #d7e0ec;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  margin-top: 0;
  color: var(--ppob-text);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  color: var(--ppob-text);
  font-size: 16px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  color: var(--ppob-muted);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 1060px);
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 26px 24px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 0;
  color: var(--ppob-text);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-thumb,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-fallback {
  width: 150px;
  background: #fff;
  border-color: #d7e0ec;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-fallback {
  display: grid;
  place-items: center;
  color: var(--ppob-primary);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-fallback svg {
  width: 58px;
  height: 58px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card h3 {
  margin: 2px 0;
  color: var(--ppob-text);
  font-size: 15px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-provider,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-reason {
  color: var(--ppob-muted);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  background: #eef2f7;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer {
  background: #202334;
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer a {
  color: #b8c2d6;
}

@media (max-width: 640px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-section-first {
    padding-top: 24px;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
    min-height: 160px;
    margin-bottom: 28px;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    min-width: 116px;
    flex: 0 0 auto;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-thumb,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-fallback {
    width: min(142px, 42vw);
  }
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  width: 100%;
  min-height: 128px;
  padding: 14px;
  background: #fff;
  border: 1px solid #dde5ef;
  border-radius: 10px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-thumb,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-fallback {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-head-copy {
  display: grid;
  gap: 6px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  min-height: 40px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media:empty {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  min-width: 136px;
  min-height: 196px;
  justify-content: flex-start;
  gap: 12px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile.is-text-only {
  min-height: 82px;
  min-width: 160px;
  padding: 14px 18px;
  justify-content: center;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile.is-text-only .ppob-visible-subfilter-text {
  gap: 4px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile .ppob-visible-subfilter-media {
  border-radius: 10px;
  border: 1px solid #d7e0ec;
  background: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile .ppob-visible-subfilter-media img {
  object-fit: cover;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 980px);
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px 24px;
  align-items: stretch;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  min-height: 154px;
  padding: 20px 22px;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
  text-align: left;
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-head {
  width: 100%;
  display: block;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-head-copy {
  width: 100%;
  gap: 18px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  min-height: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-provider {
  font-size: 13px;
  line-height: 1.4;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-badges {
  gap: 8px;
  justify-content: flex-start;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  margin: 0;
  font-weight: 700;
  color: var(--ppob-text);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-action {
  margin-top: 4px;
}

@media (max-width: 720px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
    min-height: 136px;
    padding: 16px;
  }
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) {
  background:
    radial-gradient(circle at 50% 0, rgba(11, 94, 84, .52), transparent 34%),
    linear-gradient(180deg, #0c1020 0, #0a0d19 42%, #0a0d19 100%);
  color: #f8fafc;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-section-first {
  padding-top: 18px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products .container {
  width: min(100% - 28px, 960px);
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 760px);
  min-height: clamp(150px, 22vw, 240px);
  margin: 0 auto 30px;
  border-color: rgba(255, 255, 255, .08);
  background: #14192b;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-copy {
  text-shadow: none;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-products {
  width: min(100%, 760px);
  margin: 0 auto 30px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-head {
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-card {
  background: #272c3d;
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  margin-top: 4px;
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  width: max-content;
  max-width: 100%;
  margin: 12px auto 14px;
  padding: 0;
  border: 0;
  background: transparent;
  gap: 8px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  min-height: 32px;
  min-width: 88px;
  padding: 0 14px;
  background: #202334;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-icon {
  display: none;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-category-route-hint {
  color: #9aa7bd;
  margin-bottom: 24px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 760px);
  grid-template-columns: repeat(5, minmax(92px, 1fr));
  justify-items: center;
  align-items: start;
  gap: 24px 20px;
  margin: 0 auto;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 110px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile.is-text-only {
  min-width: 110px;
  min-height: 86px;
  padding: 10px 6px;
  background: rgba(32, 35, 52, .72);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 96px;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, .84);
  background: #202334;
  overflow: hidden;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  margin-top: 8px;
  color: #fff;
  text-align: center;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  color: #75839b;
  font-size: 11px;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 760px);
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  margin: 28px auto 0;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  background: #202334;
  border-color: rgba(255, 255, 255, .08);
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
  background: transparent;
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
  color: #fff;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  color: #9aa7bd;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  background: #202334;
  color: #00d7b0;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee span {
  color: #fff;
}

@media (max-width: 900px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(3, minmax(92px, 1fr));
  }
}

@media (max-width: 560px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products .container {
    width: min(100% - 20px, 960px);
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    gap: 22px 14px;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Final light palette, aligned with index and checkout pages. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) {
  background: #f8fafc !important;
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-hero,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-info {
  background: #f8fafc !important;
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  background: #ffffff !important;
  border: 1px solid #d9e2ee !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  background: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-chip,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-kicker,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-head span {
  color: #f26e22 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee span {
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-category-route-hint,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-provider,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-reason,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  color: #64748b !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  background: #ffffff !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 12px !important;
  padding: 10px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  background: #eef3f9 !important;
  border: 1px solid #dbe4ef !important;
  color: #273244 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button:hover {
  background: #f26e22 !important;
  border-color: #f26e22 !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile.is-text-only,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-featured-card,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
  background: #ffffff !important;
  border: 1px solid #d9e2ee !important;
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-thumb,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-fallback {
  background: #ffffff !important;
  border: 1px solid #d9e2ee !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-badge {
  background: rgba(242, 110, 34, .12) !important;
  color: #f26e22 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  background: #fff7ed !important;
  color: #f26e22 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer {
  background: #202334 !important;
  color: #d8e1ef !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer h3,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer h4 {
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer a,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer-bottom {
  color: #b9c6d8 !important;
}

/* Final benefit section polish. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
  padding-top: 72px !important;
  padding-bottom: 64px !important;
  background: #f8fafc !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits .container {
  width: min(100% - 48px, 980px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head {
  max-width: 760px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head h2 {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head p {
  max-width: 560px !important;
  margin: 14px auto 0 !important;
  color: #58708d !important;
  font-size: .98rem !important;
  line-height: 1.65 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
  width: min(100%, 940px) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 20px !important;
  margin: 0 auto !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
  min-height: 136px !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 24px 26px !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  filter: none !important;
  color: #0f172a !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #fff7ed !important;
  border: 1px solid #fde7d8 !important;
  color: #f26e22 !important;
  font-size: 1.12rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
  margin: 0 0 10px !important;
  color: #0f172a !important;
  font-size: 1.08rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  margin: 0 !important;
  color: #58708d !important;
  font-size: .96rem !important;
  line-height: 1.65 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block {
  margin-top: 60px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-strip {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px 18px !important;
  margin: 30px auto 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid #d9e2ee !important;
  border-bottom: 1px solid #d9e2ee !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  color: #273244 !important;
  font-size: .82rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  opacity: .92 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip::before {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  margin-right: 5px !important;
  border-radius: 50% !important;
  background: currentColor !important;
  opacity: .95 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-saldo { color: #f26e22 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-qris { color: #111827 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-dana { color: #1788e8 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-ovo { color: #6f2dbd !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-gopay { color: #00a7c8 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-shopee { color: #f05a28 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-linkaja { color: #e21b2d !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-isaku { color: #1677c5 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-bca { color: #0a73bd !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-mandiri { color: #f4aa1c !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-bni { color: #f26e22 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-bri { color: #0066b3 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-fpx { color: #214a8f !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-visa { color: #1a1f71 !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-mastercard { color: #eb001b !important; }
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-secure,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-pci {
  color: #7a8797 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-secure::before,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip.is-pci::before {
  border-radius: 4px !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits .container {
    width: min(100% - 24px, 980px) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
    min-height: 0 !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
    padding: 18px !important;
    border-radius: 12px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
    width: 44px !important;
    height: 44px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-strip {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    padding: 16px 2px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
    padding-top: 52px !important;
    padding-bottom: 48px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head {
    margin-bottom: 22px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
    font-size: 1rem !important;
  }

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
    font-size: .92rem !important;
  }
}

/* Final banner frame reset: keep the carousel stage transparent, no white frame. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 206, 38, .12), transparent 14%),
    radial-gradient(circle at 82% 18%, rgba(255, 206, 38, .10), transparent 13%),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    #111315 !important;
  background-size: auto, auto, 48px 48px, 48px 48px, auto !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  border: 0 !important;
}

/* Final category spacing polish: make tabs and game icons breathe. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding-top: 18px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-kicker {
  display: block !important;
  margin-bottom: 8px !important;
  color: #f26e22 !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  margin: 0 0 18px !important;
  color: #0f172a !important;
  font-size: clamp(1.45rem, 2.6vw, 2rem) !important;
  line-height: 1.18 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  width: min(100%, 760px) !important;
  margin: 0 auto 34px !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 14px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 9px !important;
  line-height: 1.15 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 740px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(112px, 1fr)) !important;
  gap: 26px 42px !important;
  align-items: start !important;
  justify-items: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 132px !important;
  min-height: 204px !important;
  display: grid !important;
  grid-template-rows: 128px auto !important;
  gap: 14px !important;
  justify-items: center !important;
  align-content: start !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 104px !important;
  height: 128px !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-height: 58px !important;
  display: grid !important;
  gap: 6px !important;
  justify-items: center !important;
  align-content: start !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  color: #0f172a !important;
  font-size: .98rem !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  max-width: 132px !important;
  overflow-wrap: anywhere !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  color: #64748b !important;
  font-size: .8rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  max-width: 132px !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
    padding-top: 8px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    margin-bottom: 28px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(118px, 1fr)) !important;
    gap: 24px 14px !important;
  }
}

/* Final banner balance: clean stage, larger active banner, subtle side peek. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 980px) !important;
  min-height: clamp(180px, 23vw, 260px) !important;
  margin: 0 auto 44px !important;
  padding: 18px 0 34px !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
  min-height: clamp(150px, 19vw, 220px) !important;
  gap: 18px !important;
  padding: 0 calc((100% - min(76%, 760px)) / 2) !important;
  align-items: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  flex-basis: min(76%, 760px) !important;
  min-height: clamp(150px, 19vw, 220px) !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  opacity: .72 !important;
  transform: scale(.92) !important;
  overflow: hidden !important;
  box-shadow: none !important;
  filter: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: transparent !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots {
  bottom: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button {
  width: 10px !important;
  height: 10px !important;
  background: #cbd5e1 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.active {
  width: 10px !important;
  background: #f26e22 !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
    min-height: 168px !important;
    padding: 12px 0 30px !important;
    margin-bottom: 34px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    min-height: 126px !important;
    gap: 12px !important;
    padding: 0 calc((100% - 86%) / 2) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: 86% !important;
    min-height: 126px !important;
    border-radius: 12px !important;
  }
}

/* Final category tab color: follow navbar chrome with orange active button. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  background: #202334 !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  background: #111625 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button .ppob-shortcut-icon {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button:hover {
  background: #f26e22 !important;
  border-color: #f26e22 !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.is-active .ppob-shortcut-icon,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button.active .ppob-shortcut-icon,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button:hover .ppob-shortcut-icon {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

/* Show category images wider and uncropped. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  grid-template-columns: repeat(4, minmax(150px, 1fr)) !important;
  gap: 28px 52px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 158px !important;
  min-height: 216px !important;
  grid-template-rows: 138px auto !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 138px !important;
  height: 138px !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  color: #f26e22 !important;
  background: linear-gradient(145deg, rgba(242, 110, 34, .12), rgba(255, 255, 255, .96)) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback svg {
  width: 72px !important;
  height: 72px !important;
  display: block !important;
  filter: drop-shadow(0 10px 18px rgba(242, 110, 34, .14)) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(138px, 1fr)) !important;
    gap: 24px 18px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
    width: 148px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
    width: 132px !important;
    height: 132px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback svg {
    width: 64px !important;
    height: 64px !important;
  }
}

/* Benefit cards: align border and text with PPOB navbar colors. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head h2 {
  color: #202334 !important;
  text-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head p {
  color: #53657d !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
  border: 0 !important;
  outline: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #202334 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
  color: #202334 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  color: #475569 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  border: 1px solid rgba(242, 110, 34, 0.30) !important;
  background: #fff7ed !important;
  color: #f26e22 !important;
}
/* Service logos are image-focused: hide item text labels. */
body.ppob-storefront .ppob-service-logo-item {
  gap: 0 !important;
}

body.ppob-storefront .ppob-service-logo-item strong,
body.ppob-storefront .ppob-service-logo-item small {
  display: none !important;
}

body.ppob-storefront .ppob-brand-marquee {
  align-items: center !important;
}

/* Footer payment support is already represented by the compact logo strip above the footer. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) #ppobPaymentSupportSection.ppob-footer-payment-support {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer-grid {
  align-items: start !important;
  gap: 36px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer-links ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .footer-bottom {
  margin-top: 28px !important;
  padding-top: 18px !important;
}

/* Final responsive pass for PPOB storefront through product selection. */
@media (max-width: 860px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    width: min(100%, 680px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    justify-content: center !important;
    padding: 9px 10px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(118px, 1fr)) !important;
    gap: 26px 16px !important;
    padding-top: 18px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-products-page-grid,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(126px, 1fr)) !important;
    gap: 24px 12px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
    width: 100% !important;
    min-height: 206px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-products-page-grid,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: 1fr !important;
  }
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-error {
  min-height: 116px !important;
  padding-top: 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.is-image-error {
  display: none !important;
}

/* Final PPOB click/performance polish: compact selectable price cards. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 800px) !important;
  margin: 24px auto 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 14px !important;
  align-items: stretch !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card {
  min-height: 84px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  column-gap: 18px !important;
  padding: 16px 18px !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
  justify-items: start !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card h3 {
  min-width: 0 !important;
  margin: 0 !important;
  color: #172033 !important;
  font-size: .98rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card p {
  justify-self: start !important;
  margin: 0 !important;
  color: #667085 !important;
  font-size: .88rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
  width: 42px !important;
  height: 42px !important;
  justify-self: end !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  color: #f26e22 !important;
  background: rgba(242, 110, 34, .1) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual svg,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  display: block !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual.has-image {
  background: transparent !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card:is(:hover, :focus-visible, .is-selected) {
  border-color: rgba(242, 110, 34, .55) !important;
  background: #fff7ed !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card:is(:hover, :focus-visible) {
  transform: translateY(-1px) !important;
}

body.ppob-storefront .ppob-price-modal-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.ppob-storefront .ppob-price-modal-item {
  min-height: 76px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body.ppob-storefront .ppob-price-modal-item-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
}

body.ppob-storefront .ppob-price-modal-item-copy strong {
  color: #172033 !important;
  font-size: .96rem !important;
  line-height: 1.3 !important;
}

body.ppob-storefront .ppob-price-modal-item-copy small {
  font-size: .78rem !important;
  line-height: 1.3 !important;
}

body.ppob-storefront .ppob-price-modal-item-price {
  color: #172033 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid,
  body.ppob-storefront .ppob-price-modal-list {
    grid-template-columns: 1fr !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card {
    min-height: 76px !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    padding: 14px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Final all-device guard for the standalone PPOB storefront. */
html {
  overflow-x: hidden;
}

body.ppob-storefront {
  min-width: 320px;
  overflow-x: hidden;
}

body.ppob-storefront :is(img, video, canvas, svg, iframe) {
  max-width: 100%;
}

body.ppob-storefront :is(img, video, canvas, svg) {
  height: auto;
}

body.ppob-storefront :is(input, select, textarea, button, .input, .btn) {
  max-width: 100%;
  min-width: 0;
}

body.ppob-storefront .ppob-price-modal-dialog {
  width: min(100% - 24px, 760px) !important;
  max-height: min(86vh, 760px) !important;
}

body.ppob-storefront .ppob-price-modal-head,
body.ppob-storefront .ppob-price-modal-tools,
body.ppob-storefront .ppob-price-modal-filter-grid {
  min-width: 0;
}

@media (max-width: 900px) {
  body.ppob-storefront .container {
    width: min(100% - 28px, 1120px) !important;
  }

  body.ppob-storefront .ppob-banner-slider {
    width: 100% !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px 12px !important;
  }

  body.ppob-storefront .ppob-benefit-grid,
  body.ppob-storefront .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.ppob-storefront .container {
    width: min(100% - 20px, 1120px) !important;
  }

  body.ppob-storefront .section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2,
  body.ppob-storefront .ppob-benefits-head h2,
  body.ppob-storefront .ppob-service-brand-block h2 {
    font-size: clamp(1.35rem, 8vw, 2rem) !important;
    line-height: 1.18 !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    min-width: 0 !important;
    width: 100% !important;
    padding-inline: 8px !important;
    font-size: .86rem !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
    width: 100% !important;
    min-height: 190px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
    width: min(124px, 38vw) !important;
    height: min(124px, 38vw) !important;
  }

  body.ppob-storefront .ppob-price-modal-dialog {
    width: calc(100% - 18px) !important;
    padding: 14px !important;
  }

  body.ppob-storefront .ppob-price-modal-head,
  body.ppob-storefront .ppob-price-modal-tools,
  body.ppob-storefront .ppob-price-modal-item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  body.ppob-storefront .ppob-price-modal-item-price {
    justify-self: start !important;
  }

  body.ppob-storefront .floating-wa,
  body.ppob-storefront .back-to-top {
    width: 48px !important;
    height: 48px !important;
    bottom: 16px !important;
  }
}

@media (max-width: 420px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ========== PPOB STOREFRONT COMPACT PANEL PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) {
  background: #f6f9fc !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
  background:
    radial-gradient(circle at 50% 0, rgba(242, 110, 34, .09), transparent 34%),
    #f6f9fc !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products > .container,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits > .container {
  width: min(100% - 36px, 980px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 940px) !important;
  max-width: 940px !important;
  margin: 0 auto 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
  display: flex !important;
  align-items: stretch !important;
  gap: 14px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 6px 4px 8px !important;
  scroll-behavior: smooth !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  flex: 0 0 calc((100% - 28px) / 3) !important;
  min-width: 0 !important;
  height: 146px !important;
  min-height: 146px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .1) !important;
  overflow: hidden !important;
  transform: none !important;
  opacity: 1 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.has-photo .ppob-banner-stage {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-stage {
  height: 100% !important;
  display: grid !important;
  align-content: center !important;
  padding: 18px !important;
  background: linear-gradient(135deg, #fff7ed, #ffffff) !important;
  color: #101828 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-visual,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-side-card,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-cta {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-copy {
  max-width: 100% !important;
  display: grid !important;
  gap: 6px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-chip,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-overline {
  width: max-content !important;
  max-width: 100% !important;
  color: #f26e22 !important;
  font-size: .62rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-offer {
  color: #172033 !important;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem) !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots {
  margin-top: 4px !important;
  gap: 7px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button {
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #cbd5e1 !important;
  border: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.is-active {
  background: #f26e22 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  width: min(100%, 920px) !important;
  margin: 0 auto !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-kicker {
  color: #f26e22 !important;
  font-size: .68rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  margin: 0 !important;
  max-width: 760px !important;
  color: #172033 !important;
  font-size: clamp(1.45rem, 3.2vw, 2.05rem) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  width: auto !important;
  max-width: 100% !important;
  margin: 6px auto 10px !important;
  padding: 8px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 9px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  width: auto !important;
  min-width: 92px !important;
  height: 38px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 1px solid #edf2f7 !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #172033 !important;
  font-size: .75rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-icon {
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #f26e22 !important;
  font-size: .48rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  flex: 0 0 auto !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button:is(.is-active, .active, :hover, :focus-visible) {
  background: #f26e22 !important;
  border-color: #f26e22 !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button:is(.is-active, .active, :hover, :focus-visible) .ppob-shortcut-icon {
  background: rgba(255, 255, 255, .18) !important;
  color: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 850px) !important;
  margin: 12px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter[hidden] {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 100% !important;
  min-height: 210px !important;
  padding: 0 0 12px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  border: 1px solid #dbe5f1 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #172033 !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile:is(:hover, :focus-visible, .is-active) {
  border-color: rgba(242, 110, 34, .7) !important;
  background: #fffaf5 !important;
  transform: translateY(-1px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 100% !important;
  height: 126px !important;
  border-radius: 0 !important;
  background: #f3f7fb !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-width: 0 !important;
  padding: 0 10px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 3px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  color: #172033 !important;
  font-size: .88rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  color: #64748b !important;
  font-size: .7rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 850px) !important;
  margin: 18px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  width: 100% !important;
  min-height: 232px !important;
  padding: 0 0 13px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  border: 1px solid #dbe5f1 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #172033 !important;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card:is(:hover, :focus-visible, .is-selected) {
  border-color: rgba(242, 110, 34, .72) !important;
  background: #fffaf5 !important;
  transform: translateY(-1px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
  order: 1 !important;
  width: 100% !important;
  height: 132px !important;
  min-height: 132px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #eef4fb !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  color: #f26e22 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual.has-image {
  background: #eef4fb !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual svg,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual .ppob-icon-fallback,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback {
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-copy {
  order: 2 !important;
  min-width: 0 !important;
  padding: 0 12px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 4px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  margin: 0 !important;
  color: #172033 !important;
  font-size: .9rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card::after {
  content: "Top Up Sekarang";
  order: 3 !important;
  width: calc(100% - 24px) !important;
  min-height: 28px !important;
  margin: auto 12px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f26e22 !important;
  color: #ffffff !important;
  font-size: .63rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid-more {
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid-more .btn {
  min-height: 42px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  border-color: #f26e22 !important;
  color: #f26e22 !important;
  background: #ffffff !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
  padding-top: 34px !important;
  padding-bottom: 46px !important;
  background: #f6f9fc !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head {
  margin-bottom: 18px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head h2,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block h2 {
  margin: 0 !important;
  color: #172033 !important;
  font-size: clamp(1.28rem, 3vw, 1.82rem) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head p,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block p {
  margin: 10px auto 0 !important;
  max-width: 640px !important;
  color: #64748b !important;
  font-size: .86rem !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
  width: min(100%, 880px) !important;
  margin: 0 auto 30px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
  min-height: 142px !important;
  padding: 18px 14px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 10px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .07) !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item > span {
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #fff4ec !important;
  color: #f26e22 !important;
  border: 1px solid rgba(242, 110, 34, .22) !important;
  font-size: 1rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
  margin: 0 !important;
  color: #172033 !important;
  font-size: .88rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  margin: 6px 0 0 !important;
  color: #64748b !important;
  font-size: .72rem !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block {
  width: min(100%, 880px) !important;
  margin: 0 auto !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee {
  width: min(100%, 760px) !important;
  margin: 16px auto 12px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  overflow: visible !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-logo-card {
  width: 60px !important;
  height: 44px !important;
  padding: 6px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-logo-card img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item {
  width: 60px !important;
  min-height: 44px !important;
  padding: 6px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media {
  width: 100% !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item strong,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item small {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-strip {
  width: min(100%, 820px) !important;
  margin: 12px auto 0 !important;
  padding-top: 14px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 10px !important;
  border-top: 1px solid #dbe5f1 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip {
  height: 24px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  border: 0 !important;
  background: transparent !important;
  color: #475569 !important;
  font-size: .68rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-payment-logo-chip::before {
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: var(--payment-color, #f26e22) !important;
  flex: 0 0 auto !important;
}

@media (max-width: 920px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products > .container,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits > .container {
    width: min(100% - 24px, 980px) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: calc((100% - 14px) / 2) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products {
    padding-top: 20px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    gap: 10px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    scroll-snap-type: x mandatory !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track::-webkit-scrollbar {
    display: none !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: 84% !important;
    height: 132px !important;
    min-height: 132px !important;
    scroll-snap-align: center !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    width: 100% !important;
    border-radius: 18px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    gap: 12px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
    min-height: 210px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
    height: 116px !important;
    min-height: 116px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ========== PPOB STOREFRONT POLISH PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-products {
  padding-top: 24px !important;
  padding-bottom: 26px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
  height: 150px !important;
  min-height: 0 !important;
  max-height: 150px !important;
  justify-content: center !important;
  align-items: center !important;
  transform: none !important;
  padding: 4px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  height: 136px !important;
  min-height: 136px !important;
  flex: 0 0 min(30.5%, 292px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots {
  margin: 8px 0 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  font-size: clamp(1.55rem, 2.8vw, 2rem) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  margin-bottom: 14px !important;
  padding: 7px !important;
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  height: 36px !important;
  min-width: 102px !important;
  padding-inline: 14px !important;
  font-size: .72rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 800px) !important;
  gap: 16px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  margin-top: 16px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  min-height: 220px !important;
  padding-bottom: 12px !important;
  gap: 9px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile::after {
  content: "Top Up Sekarang";
  width: calc(100% - 24px) !important;
  min-height: 28px !important;
  margin: auto 12px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f26e22 !important;
  color: #ffffff !important;
  font-size: .62rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
  height: 124px !important;
  min-height: 124px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual img {
  object-fit: cover !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  font-size: .84rem !important;
  line-height: 1.18 !important;
  min-height: 2.36em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  font-size: .68rem !important;
  line-height: 1.25 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  min-height: 222px !important;
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card::after {
  min-height: 28px !important;
  font-size: .62rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
  padding-top: 28px !important;
  padding-bottom: 38px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefits-head {
  margin-bottom: 16px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
  width: min(100%, 800px) !important;
  gap: 16px !important;
  margin-bottom: 28px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item {
  min-height: 130px !important;
  padding: 16px 12px !important;
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item h3 {
  font-size: .82rem !important;
  line-height: 1.14 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-item p {
  font-size: .66rem !important;
  line-height: 1.42 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-brand-block {
  width: min(100%, 800px) !important;
  padding-top: 10px !important;
}

@media (max-width: 920px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    height: 138px !important;
    max-height: 138px !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track::-webkit-scrollbar {
    display: none !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: min(76vw, 320px) !important;
    height: 126px !important;
    min-height: 126px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    border-radius: 16px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid,
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-benefit-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ========== PPOB STOREFRONT PRECISION PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading {
  width: min(100%, 760px) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-kicker {
  margin-bottom: 2px !important;
  font-size: .72rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
  font-size: clamp(2rem, 4vw, 2.45rem) !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
  width: min(100%, 760px) !important;
  min-height: 58px !important;
  margin: 0 auto 32px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  padding: 0 10px !important;
  gap: 6px !important;
  font-size: .82rem !important;
  white-space: nowrap !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-icon {
  width: 20px !important;
  height: 20px !important;
  font-size: .48rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  width: min(100%, 816px) !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(auto-fit, 186px) !important;
  justify-content: center !important;
  justify-items: stretch !important;
  gap: 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  width: 186px !important;
  min-height: 230px !important;
  height: 230px !important;
  padding-bottom: 14px !important;
  border-radius: 10px !important;
  gap: 9px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-visual {
  height: 124px !important;
  min-height: 124px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-card-copy {
  min-height: 52px !important;
  padding: 0 12px !important;
  gap: 6px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  font-size: .92rem !important;
  line-height: 1.08 !important;
  min-height: 2.16em !important;
  text-transform: uppercase !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  justify-self: start !important;
  margin-left: 1px !important;
  color: #52637a !important;
  font-size: .72rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card::after {
  width: calc(100% - 24px) !important;
  min-height: 32px !important;
  margin: auto 12px 0 !important;
  border-radius: 999px !important;
  font-size: .72rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-store-benefits {
  padding-top: 42px !important;
}

@media (max-width: 780px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 20px !important;
  }
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-heading h2 {
    font-size: clamp(1.65rem, 8vw, 2rem) !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-catalog-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-bottom: 22px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: minmax(0, 186px) !important;
  }
}

/* ========== PPOB PRODUCT TEXT + PROVIDER IMAGE PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card-visual {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(186px, 220px)) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  width: 100% !important;
  min-height: 142px !important;
  height: 142px !important;
  padding: 18px 14px 14px !important;
  justify-content: start !important;
  gap: 10px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card-copy {
  min-height: 62px !important;
  padding: 0 !important;
  justify-items: start !important;
  align-content: start !important;
  text-align: left !important;
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  font-size: .95rem !important;
  line-height: 1.2 !important;
  min-height: 2.4em !important;
  text-align: left !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  justify-self: start !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: .78rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card::after {
  width: 100% !important;
  min-height: 30px !important;
  margin: auto 0 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  background: #f3f7fb !important;
  padding: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
    grid-template-columns: minmax(0, 220px) !important;
  }
}

/* ========== PPOB TEXT PRODUCT CARD TIDY PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid {
  grid-template-columns: repeat(auto-fit, 220px) !important;
  gap: 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card {
  min-height: 150px !important;
  height: 150px !important;
  padding: 18px 18px 15px !important;
  border-color: #d8e3f0 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06) !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card.is-selected {
  border-color: rgba(242, 110, 34, .65) !important;
  background: #fffaf6 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card-copy {
  min-height: 66px !important;
  gap: 7px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  color: #172033 !important;
  font-size: .93rem !important;
  line-height: 1.22 !important;
  min-height: 2.44em !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card p {
  color: #64748b !important;
  font-size: .78rem !important;
  font-weight: 500 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card::after {
  min-height: 34px !important;
  font-size: .74rem !important;
  font-weight: 800 !important;
}

/* ========== PPOB PROVIDER IMAGE + LOGO SIZE PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  min-height: 252px !important;
  height: 252px !important;
  padding-bottom: 13px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  height: 142px !important;
  min-height: 142px !important;
  padding: 10px !important;
  background: #f5f8fc !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-height: 58px !important;
  align-content: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee {
  width: min(100%, 860px) !important;
  gap: 12px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item {
  width: 72px !important;
  min-height: 52px !important;
  padding: 7px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media {
  height: 38px !important;
}

@media (max-width: 640px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
    min-height: 236px !important;
    height: 236px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
    height: 132px !important;
    min-height: 132px !important;
  }
}

/* ========== PPOB TOPUP GAME NAME PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-product-grid .ppob-product-card h3 {
  font-size: .92rem !important;
  line-height: 1.25 !important;
  min-height: 2.5em !important;
  max-width: 100% !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* ========== PPOB PROVIDER CARD FINAL FIT PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 860px) !important;
  grid-template-columns: repeat(auto-fit, 184px) !important;
  justify-content: center !important;
  gap: 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 184px !important;
  min-height: 282px !important;
  height: 282px !important;
  padding: 0 0 14px !important;
  gap: 12px !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 100% !important;
  height: 154px !important;
  min-height: 154px !important;
  padding: 12px !important;
  background: #f6f9fd !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback {
  width: 76px !important;
  height: 76px !important;
  font-size: 1.1rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-height: 58px !important;
  padding: 0 12px !important;
  align-content: center !important;
  gap: 5px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  font-size: .94rem !important;
  line-height: 1.2 !important;
  min-height: auto !important;
  color: #172033 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  font-size: .72rem !important;
  line-height: 1.25 !important;
  color: #64748b !important;
  font-weight: 600 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile::after {
  width: calc(100% - 24px) !important;
  min-height: 32px !important;
  margin: auto 12px 0 !important;
  flex: 0 0 32px !important;
  font-size: .68rem !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item {
  width: 78px !important;
  min-height: 56px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media {
  height: 42px !important;
}

@media (max-width: 520px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    grid-template-columns: minmax(0, 184px) !important;
  }
}

/* ========== PPOB PROVIDER CARD RESTORE PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 620px) !important;
  grid-template-columns: repeat(3, 184px) !important;
  justify-content: start !important;
  gap: 22px 18px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 184px !important;
  height: 280px !important;
  min-height: 280px !important;
  padding-bottom: 14px !important;
  gap: 12px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  height: 154px !important;
  min-height: 154px !important;
  padding: 0 !important;
  background: #f6f9fd !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback {
  width: 76px !important;
  height: 76px !important;
}

@media (max-width: 680px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 386px) !important;
    grid-template-columns: repeat(2, 184px) !important;
    justify-content: center !important;
  }
}

@media (max-width: 420px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 184px) !important;
    grid-template-columns: 184px !important;
  }
}

/* ========== PPOB PROVIDER CARD LARGE FIT PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 1120px) !important;
  margin-top: 22px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-content: center !important;
  gap: 26px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 100% !important;
  min-height: 420px !important;
  height: 420px !important;
  padding: 14px 14px 18px !important;
  gap: 18px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  width: 100% !important;
  height: 235px !important;
  min-height: 235px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: #f7fafc !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-fallback {
  width: 136px !important;
  height: 136px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-height: 76px !important;
  padding: 0 10px !important;
  align-content: center !important;
  gap: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  font-size: 1.45rem !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile::after {
  width: 100% !important;
  min-height: 56px !important;
  margin: auto 0 0 !important;
  border-radius: 16px !important;
  flex: 0 0 56px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 760px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 360px) !important;
    grid-template-columns: 1fr !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
    min-height: 390px !important;
    height: 390px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
    height: 210px !important;
    min-height: 210px !important;
  }
}

/* ========== PPOB PROVIDER BUTTON POSITION PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
  width: min(100%, 640px) !important;
  grid-template-columns: repeat(3, 188px) !important;
  gap: 18px 20px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile {
  width: 188px !important;
  height: 310px !important;
  min-height: 310px !important;
  padding: 10px 10px 14px !important;
  gap: 10px !important;
  align-content: start !important;
  justify-content: flex-start !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-media {
  height: 158px !important;
  min-height: 158px !important;
  border-radius: 8px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text {
  min-height: 70px !important;
  padding: 0 8px !important;
  gap: 5px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text strong {
  font-size: 1.08rem !important;
  line-height: 1.12 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-text small {
  font-size: .78rem !important;
  line-height: 1.2 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter-btn.is-image-tile::after {
  min-height: 36px !important;
  flex-basis: 36px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: .78rem !important;
}

@media (max-width: 680px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 400px) !important;
    grid-template-columns: repeat(2, 188px) !important;
  }
}

@media (max-width: 420px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-visible-subfilter {
    width: min(100%, 188px) !important;
    grid-template-columns: 188px !important;
  }
}

/* ========== PPOB BANNER NO-CROP PRECISION PASS ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
  width: min(100%, 940px) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 6px 4px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  transform: none !important;
  scroll-behavior: smooth !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
  position: relative !important;
  flex: 0 0 min(60%, 560px) !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 5 / 2 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
  opacity: 1 !important;
  transform: none !important;
  scroll-snap-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide.has-photo .ppob-banner-stage {
  display: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-photo {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
  transform: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots {
  position: static !important;
  width: 100% !important;
  min-height: 12px !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button {
  width: 8px !important;
  min-width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #cbd5e1 !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.active,
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-dots button.is-active {
  width: 22px !important;
  background: #f26e22 !important;
}

body.ppob-storefront .ppob-single-banner-media {
  height: auto !important;
  aspect-ratio: 40 / 13 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.ppob-storefront .ppob-single-banner-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 920px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    justify-content: flex-start !important;
    gap: 12px !important;
    padding-inline: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track::-webkit-scrollbar {
    display: none !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: min(76%, 520px) !important;
    scroll-snap-align: center !important;
  }
}

@media (max-width: 640px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slider {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-track {
    gap: 10px !important;
    padding: 4px 8px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-banner-slide {
    flex-basis: 88% !important;
    border-radius: 10px !important;
  }
}

/* ========== PPOB SERVICE LOGO BALANCED GRID ========== */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee {
  width: min(100%, 860px) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: repeat(var(--ppob-service-logo-columns, 10), minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 78px !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding: 7px !important;
  justify-self: center !important;
  overflow: hidden !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media {
  width: 100% !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 64px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee {
    width: min(100%, 430px) !important;
    grid-template-columns: repeat(var(--ppob-service-logo-mobile-columns, 5), minmax(0, 1fr)) !important;
    gap: 9px !important;
  }
}

@media (max-width: 420px) {
  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-brand-marquee {
    width: 100% !important;
    gap: 6px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-item {
    max-width: 64px !important;
    min-height: 52px !important;
    padding: 5px !important;
  }

  body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-service-logo-media {
    height: 38px !important;
  }
}

/* Global PPOB primary button shape: full pill radius for every primary action. */
html body .btn.btn-primary.btn-primary {
  border-radius: 999px !important;
}

/* Text-only category tabs and lightweight category switching. */
body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-button {
  gap: 0 !important;
  padding-inline: 18px !important;
  text-align: center !important;
}

body.ppob-storefront:not(.ppob-order-page):not(.checkout-page):not(.checkout-status-page) .ppob-shortcut-icon {
  display: none !important;
}
