/*
* Saim's Coupon Hub - Premium Frontend UI v3.0.0
* Clean responsive coupon/store design for cs_store pages.
*/
:root {
  --csz-green: #12a36d;
  --csz-green-2: #39c994;
  --csz-green-dark: #087c5a;
  --csz-blue: #247cf2;
  --csz-text: #071229;
  --csz-muted: #627084;
  --csz-bg: #eef3f0;
  --csz-card: #fff;
  --csz-line: #dce5e8;
  --csz-soft: #f6faf9;
  --csz-shadow: 0 18px 40px rgba(7,18,41,.10);
  --csz-shadow-soft: 0 8px 24px rgba(7,18,41,.08);
  --csz-radius: 18px;

}
html.csz-modal-open {
  overflow: hidden!important
}
body.single-cs_store {
  background: var(--csz-bg)!important;
  color: var(--csz-text)
}
.single-cs_store .entry-content,.single-cs_store .ast-container,.single-cs_store #primary {
  max-width: none!important;
  padding: 0!important;
  margin: 0!important
}
.single-cs_store .entry-header,.single-cs_store .post-navigation {
  display: none!important
}
.csz-page,.csz-page * {
  box-sizing: border-box
}
.csz-page {
  font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background: var(--csz-bg);
  color: var(--csz-text);
  min-height: 100vh;
  padding-bottom: 72px
}
.csz-page a {
  text-decoration: none;
  color: inherit
}
.csz-breadcrumb {
  height: 46px;
  background: linear-gradient(90deg,var(--csz-green),#22b77d);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 max(20px,calc((100vw - 1370px)/2));
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(18,163,109,.14);
  position: relative;
  z-index: 4
}
.csz-breadcrumb a {
  color: #fff;
  opacity: .95
}
.csz-breadcrumb span {
  color: #092017
}
.csz-breadcrumb span[aria-hidden="true"] {
  color: #fff;
  opacity: .95
}
.csz-hero {
  min-height: 268px;
  background-color: #fff;
  background-image: var(--csz-hero-desktop);
  background-size: cover;
  background-position: center right;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 38px max(24px,calc((100vw - 1370px)/2)) 48px;
}
.csz-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 38%,rgba(255,255,255,.42) 70%,rgba(255,255,255,.10) 100%);
  pointer-events: none
}
.csz-hero-copy-desktop {
  position: relative;
  z-index: 1;
  margin-left: 430px;
  max-width: 700px;
  transform: translateY(4px)
}
.csz-hero-title-desktop {
  margin: 0 0 22px!important;
  font-size: clamp(42px,4.4vw,70px)!important;
  line-height: 1.05!important;
  font-weight: 900!important;
  letter-spacing: -.045em!important;
  color: #050817!important;
  text-transform: none!important
}
.csz-hero-short-desc {
  font-size: 18px;
  line-height: 1.55;
  color: #141923;
  margin: 0;
  max-width: 760px;
  font-weight: 500
}
.csz-hero-mobile-brand {
  display: none
}
.csz-shell {
  width: min(1370px,calc(100% - 48px));
  margin: -1px auto 0;
  display: grid;
  grid-template-columns: 330px minmax(0,1fr);
  gap: 4px;
  align-items: start;
  position: relative;
  z-index: 5
}
.csz-left {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
 width: 300px !important;
}
.csz-store-card,.csz-menu-card,.csz-latest-stores,.csz-related-mobile,.csz-seo-card {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(217,226,229,.95);
  border-radius: 18px;
  box-shadow: var(--csz-shadow-soft)
}
.csz-store-card {
  padding: 142px 36px 36px;
  min-height: 462px;
  position: relative;
  text-align: center;
  overflow: visible
}
.csz-logo-orb {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8eef1;
  box-shadow: 0 18px 36px rgba(7,18,41,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #97a2ad;
  font-weight: 900
}
.csz-store-card>.csz-logo-orb {
  position: absolute;
  top: -112px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px
}
.csz-logo-img,.csz-logo-orb img {
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
  object-fit: contain!important;
  border-radius: 0!important;
  box-shadow: none!important
}
.csz-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 8px 0 4px;
  font-size: 22px;
  font-weight: 900
}
.csz-stars span {
  color: #ffc107;
  letter-spacing: 3px
}
.csz-stars i {
  font-style: normal;
  color: #d8dfe4;
  letter-spacing: 2px
}
.csz-stars strong {
  font-size: 22px;
  color: #050817;
  margin-left: 6px
}
.csz-rated {
  font-size: 13px;
  color: #687386;
  font-weight: 600;
  margin: 4px 0 38px
}
.csz-store-stat {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  text-align: left;
  color: #132239;
  font-size: 16px;
  font-weight: 650
}
.csz-store-stat span {
  display: flex;
  align-items: center;
  gap: 10px
}
.csz-store-stat span:before {
  display: none
}
.csz-stat-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg,#e7faf2,#d6f4e8);
  color: #14996e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(20,153,110,.16)
}
.csz-stat-icon svg {
  width: 16px;
  height: 16px;
  display: block
}
.csz-store-stat strong {
  font-size: 17px;
  font-weight: 900;
  color: #061228
}
.csz-menu-card {
  padding: 28px 30px
}
.csz-menu-card h3 {
  font-size: 24px!important;
  margin: 0 0 22px!important;
  font-weight: 900!important;
  color: #08132b!important
}
.csz-menu-card>a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  color: #12243a;
  font-weight: 800
}
.csz-menu-card>a:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #e5fbf2
}
.csz-menu-card>a.is-active {
  background: #d8f8e7;
  color: #087a59;
  border: 1px solid #a6edca
}
.csz-latest-stores {
  padding: 18px 0 8px;
  margin-top: 18px;
  border: 0;
  box-shadow: none;
  background: transparent
}
.csz-latest-stores a:not(.csz-view-all-stores) {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 0;
  color: #182136
}
.csz-latest-stores a span {
  width: 52px;
  height: 52px;
  border: 1px solid #dde6ea;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #99a4ae;
  font-weight: 900
}
.csz-latest-stores a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%
}
.csz-latest-stores a strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850
}
.csz-latest-stores a em {
  font-size: 12px;
  line-height: 1.35;
  color: #718093;
  font-weight: 700
}
.csz-view-all-stores {
  height: 54px;
  border: 1.4px solid #aeb9c4;
  border-radius: 9px;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  margin-top: 18px!important;
  font-size: 16px!important;
  font-weight: 900!important;
  color: #0f182b!important
}
.csz-view-all-stores span,
.csz-view-all-stores i {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 0 !important;
}
.csz-view-all-stores i {
  font-style: normal;
  font-size: 28px;
  margin-left: auto;
  padding-right: 16px
}
.csz-content {
  min-width: 0
}
.csz-content>.csz-short-desc {
  display: none
}
.csz-filterbar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 8px
}
.csz-filterbar button {
  height: 45px;
  min-width: 96px;
  padding: 0 34px;
  border-radius: 999px;
  border: 1.5px solid #cfe1e7;
  background: #f8fbfc;
  color: #071229;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 5px 14px rgba(7,18,41,.04)
}
.csz-filterbar button.active,.csz-filterbar button:hover {
  background: linear-gradient(135deg,var(--csz-green),var(--csz-green-2));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 22px rgba(18,163,109,.20)
}
.csz-offer-list {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.csz-offer-card {
  background: #fff;
  border: 1px solid #e4ecef;
  border-radius: 18px;
  min-height: 126px;
  display: grid;
  grid-template-columns: 205px minmax(0,1fr) 250px;
  align-items: center;
  position: relative;
  overflow: visible;
  box-shadow: var(--csz-shadow-soft)
}
.csz-offer-card:before,.csz-offer-card:after {
  content: "";
  position: absolute;
  left: 198px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--csz-bg);
  z-index: 2
}
.csz-offer-card:before {
  top: -12px
}
.csz-offer-card:after {
  bottom: -12px
}
.csz-offer-top-mobile {
  display: contents
}
.csz-mobile-dashed-line {
  position: absolute;
  left: 205px;
  top: 0;
  bottom: 0;
  border-right: 4px dashed #e3e9ed;
  width: 0
}
.csz-offer-badge {
  grid-column: 1;
  width: 150px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #071229
}
.csz-offer-badge small {
  font-size: 13px;
  letter-spacing: .04em;
  font-weight: 900;
  color: #617187;
  line-height: 1
}
.csz-offer-badge strong {
  font-size: 46px;
  line-height: .84;
  font-weight: 950;
  letter-spacing: -.06em
}
.csz-offer-badge em {
  font-style: normal;
  background: #e33e2f;
  color: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
  margin-top: 3px
}
.csz-badge-image {
  width: 134px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center
}
.csz-badge-image img {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain
}
.csz-custom-badge-text,.csz-special {
  font-size: 20px!important;
  font-weight: 950!important;
  color: #071229!important;
  text-transform: uppercase;
  line-height: 1.1
}
.csz-offer-main {
  grid-column: 2;
  grid-row: 1;
  padding: 18px 20px 18px 24px;
  min-width: 0
}
.csz-tag.csz-exclusive {
  display: inline-flex;
  background: #ffd56b;
  color: #6d3d00;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 11px
}
.csz-offer-main h2 {
  font-size: 26px!important;
  line-height: 1.15!important;
  margin: 0 0 14px!important;
  color: #08132b!important;
  font-weight: 950!important;
  letter-spacing: -.025em!important
}
.csz-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.csz-meta span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1b2d49;
  font-size: 12px;
  font-weight: 850
}
.csz-meta span:first-child {
  background: #d7fae5;
  color: #078757
}
.csz-cta-wrap {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px 0 10px
}
.csz-cta {
  width: 200px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(18,163,109,.24);
  transition: transform .15s ease,box-shadow .15s ease
}
.csz-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(18,163,109,.30);
  color: #fff
}
.csz-cta-code {
  background: linear-gradient(135deg,#2fc185,#20a975)
}
.csz-cta-deal {
  background: linear-gradient(135deg,#2789ff,#196eea);
  box-shadow: 0 12px 22px rgba(36,124,242,.22)
}
.csz-cta-code:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle at 100% 0,#0a0e12 0 31%,#eef4e9 32% 45%,#1ca773 46% 100%);
  border-bottom-left-radius: 44px
}
.csz-cta-code-peek {
  display: none
}
.csz-cta-text {
  position: relative;
  z-index: 2
}
.csz-no-results {
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  font-weight: 800
}
.csz-related-mobile {
  display: none
}
.csz-faq {
  margin-top: 28px
}
.csz-faq h2 {
  font-size: 26px!important;
  line-height: 1.2!important;
  margin: 0 0 16px!important;
  color: #08132b!important;
  font-weight: 950!important
}
.csz-faq-item {
  margin-bottom: 8px
}
.csz-faq-q {
  width: 100%;
  min-height: 56px;
  border: 1px solid #dbe5e9;
  border-radius: 10px;
  background: #fff;
  display: grid;
  grid-template-columns: 28px 1fr 26px;
  gap: 14px;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 850;
  color: #071229;
  cursor: pointer;
  box-shadow: 0 5px 13px rgba(7,18,41,.04)
}
.csz-faq-q span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #26a987;
  color: #26a987;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950
}
.csz-faq-q i {
  font-style: normal;
  text-align: right;
  font-size: 20px
}
.csz-faq-a {
  display: none;
  background: #fff;
  border: 1px solid #dbe5e9;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 16px 22px;
  color: #4d5c70;
  line-height: 1.65
}
.csz-faq-item.open .csz-faq-a {
  display: block
}
.csz-proof {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px
}
.csz-proof-main,.csz-about-card {
  background: #fff;
  border: 1px solid #dbe5e9;
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--csz-shadow-soft)
}
.csz-proof-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px
}
.csz-proof-grid article {
  background: #f9fbfc;
  border: 1px solid #e4ecef;
  border-radius: 14px;
  padding: 14px
}
.csz-proof-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px
}
.csz-seo-section {
  margin-top: 28px
}
.csz-seo-card {
  padding: 38px 40px;
  border-radius: 18px;
  background: linear-gradient(135deg,#fff 0%,#fff 55%,#f5fffb 100%)
}
.csz-seo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 18px
}
.csz-seo-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f6f8fa;
  border: 1px solid #e2e9ed;
  border-radius: 999px;
  height: 32px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 900
}
.csz-seo-pills span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23b887
}
.csz-seo-card h2 {
  font-size: 28px!important;
  line-height: 1.2!important;
  margin: 0 0 16px!important;
  color: #08132b!important;
  font-weight: 950!important
}
.csz-seo-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #26384d;
  margin: 0 0 16px
}
.csz-seo-benefits {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin: 28px 0
}
.csz-seo-benefits span {
  min-height: 92px;
  border: 1px solid #dfe8ec;
  border-radius: 11px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 18px 18px 78px;
  position: relative;
  font-size: 15px;
  font-weight: 950
}
.csz-seo-benefits span:before {
  display: none
}
.csz-benefit-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg,#e9fbf3,#d8f4ea);
  color: #12966b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(18,150,107,.16)
}
.csz-benefit-icon svg {
  width: 20px;
  height: 20px;
  display: block
}
.csz-seo-benefits small {
  font-size: 14px;
  color: #44546a;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.35
}
.csz-back {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg,#1ca875,#0a956a);
  color: #fff!important;
  border-radius: 8px;
  padding: 16px 25px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(18,163,109,.2)
}
.csz-back i {
  font-style: normal;
  font-size: 24px
}
.csz-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(7,12,18,.50);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px
}
.csz-modal-overlay[hidden] {
  display: none!important
}
.csz-modal {
  width: min(620px,calc(100vw - 32px));
  max-height: calc(100vh - 42px);
  overflow: auto;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  position: relative
}
.csz-modal-close {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #071229
}
.csz-modal-body {
  padding: 0 0px 0px;
  text-align: center
}
.csz-modal-header-band {
  margin: 0 -70px 42px;
  height: 72px;
  background: linear-gradient(135deg,#13a56e,#39cc96);
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 42px;
  color: #071229;
  font-weight: 950;
  font-size: 25px;
  letter-spacing: -.02em
}
.csz-modal-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e8ed;
  box-shadow: 0 12px 28px rgba(7,18,41,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 18px
}
.csz-modal-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
  object-fit: contain!important
}
.csz-modal-logo-fallback {
  font-size: 50px;
  font-weight: 950
}
.csz-modal-body h2 {
  font-size: 36px!important;
  line-height: 1.1!important;
  margin: 0 0 12px!important;
  font-weight: 950!important;
  letter-spacing: -.035em!important;
  color: #08132b!important
}
.csz-modal-note {
  font-size: 17px;
  color: #536378;
  margin: 0 0 16px;
  font-weight: 700
}
.csz-ticket-meta {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin: 0 0 38px
}
.csz-ticket-meta span,.csz-verified,.csz-success-rate {
  height: 27px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 950
}
.csz-verified {
  background: #18ad68;
  color: #fff
}
.csz-success-rate {
  background: #596ee7;
  color: #fff
}
.csz-ticket-wrap {
  width: min(380px,86vw);
  aspect-ratio: 390/420;
  margin: 0 auto 34px;
  position: relative;
  display: block
}
.csz-ticket-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain!important;
  z-index: 1;
  pointer-events: none;
  user-select: none
}
.csz-ticket-code {
  position: absolute;
  z-index: 2;
  left: 9%;
  right: 9%;
  top: 42.5%;
  height: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  font-weight: 1000;
  letter-spacing: -.055em;
  color: #000;
  font-family: Inter,Arial,sans-serif;
  line-height: 1!important;
  /*transform: translateY(-50%);*/
  font-size: 44px
}
.csz-ticket-copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 64%;
  transform: translate(-50%,-50%);
  min-width: 160px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,#38c78c,#27b77b);
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(39,183,123,.28)
}
.csz-ticket-copy.is-copied {
  background: #0b9667
}
.csz-popup-voting {
  width: min(430px,100%);
  margin: 0 auto;
  text-align: left
}
.csz-popup-voting p {
  font-size: 17px;
  font-weight: 950;
  color: #071229;
  margin: 0 0 12px
}
.csz-popup-voting button {
  height: 39px;
  border: 1px solid #dfe5ea;
  background: #fff;
  border-radius: 999px;
  padding: 0 18px;
  margin-right: 10px;
  color: #172136;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(7,18,41,.05);
  cursor: pointer
}
.csz-popup-voting button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #edf1f4
}
.csz-popup-voting em {
  display: block;
  margin-top: 8px;
  color: #0d8b61;
  font-style: normal;
  font-weight: 800
}
.csz-terms {
  margin: 22px auto 0;
  text-align: left;
  max-width: 430px;
  color: #4f5e70
}
.csz-go-store {
  display: none!important
}
@media (max-width:1100px) {
  .csz-mobile-dashed-line {
    left: 170px
  }
  .csz-shell {
    grid-template-columns: 280px minmax(0,1fr);
    width: calc(100% - 28px);
    gap: 20px
  }
  .csz-hero-copy-desktop {
    margin-left: 330px
  }
  .csz-offer-card {
    grid-template-columns: 170px minmax(0,1fr) 210px
  }
  .csz-cta {
    width: 170px
  }
  .csz-offer-main h2 {
    font-size: 23px!important
  }
  .csz-store-card {
    padding-left: 24px;
    padding-right: 24px
  }
}
@media (max-width:760px) {
  body.single-cs_store {
    overflow-x: hidden
  }
  .csz-page {
    padding-bottom: 40px
  }
  .csz-breadcrumb {
    height: 39px;
    padding: 0 16px;
    font-size: 13px;
    gap: 8px
  }
  .csz-hero {
    min-height: 178px;
    padding: 14px 14px 12px;
    background-image: var(--csz-hero-mobile)!important;
    background-size: cover;
    background-position: center right;
    display: block
  }
  .csz-hero:before {
    background: linear-gradient(90deg,rgba(255,255,255,.84),rgba(255,255,255,.45),rgba(255,255,255,.10))
  }
  .csz-hero-copy-desktop {
    display: none
  }
  .csz-hero-mobile-brand {
    display: grid;
    grid-template-columns: 138px minmax(0,1fr);
    gap: 13px;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%
  }
  .csz-hero-logo-orb {
    width: 132px;
    height: 132px;
    box-shadow: 0 12px 28px rgba(7,18,41,.18)
  }
  .csz-hero-mobile-copy h1 {
    font-size: 25px!important;
    line-height: 1.08!important;
    margin: 0 0 8px!important;
    font-weight: 950!important;
    letter-spacing: -.04em!important;
    color: #071229!important
  }
  .csz-hero-mobile-copy p {
    font-size: 12px;
    line-height: 1.35;
    color: #0f172a;
    margin: 0;
    font-weight: 600
  }
  .csz-shell {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 9px
  }
  .csz-left {
    display: none
  }
  .csz-content {
    width: 100%;
    margin: 0
  }
  .csz-filterbar {
    margin: 12px 0 17px;
    padding: 0;
    gap: 9px
  }
  .csz-filterbar button {
    height: 34px;
    min-width: 72px;
    padding: 0 20px;
    font-size: 13px
  }
  .csz-offer-list {
    gap: 24px
  }
  .csz-offer-card {
    display: block;
    min-height: 0;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(7,18,41,.09);
    border-color: #e4ecef
  }
  .csz-offer-card:before {
    left: -10px;
    top: 96px;
    width: 20px;
    height: 20px
  }
  .csz-offer-card:after {
    left: auto;
    right: -10px;
    top: 96px;
    bottom: auto;
    width: 20px;
    height: 20px
  }
  .csz-offer-top-mobile {
    height: 108px;
    min-height: 108px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    padding: 0 14px;
    position: relative
  }
  .csz-mobile-dashed-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 4px dashed #e6ecef
  }
  .csz-offer-badge {
    grid-column: auto;
    width: 120px;
    height: 82px;
    align-items: center;
    justify-content: center
  }
  .csz-offer-badge small {
    font-size: 10px
  }
  .csz-offer-badge strong {
    font-size: 37px
  }
  .csz-offer-badge em {
    font-size: 15px;
    padding: 2px 6px
  }
  .csz-badge-image {
    width: 118px;
    height: 80px
  }
  .csz-badge-image img {
    max-width: 104px;
    max-height: 68px
  }
  .csz-custom-badge-text,.csz-special {
    font-size: 15px!important
  }
  .csz-cta-wrap {
    grid-column: auto;
    grid-row: auto;
    padding: 0;
    justify-content: flex-end
  }
  .csz-cta {
    width: 150px;
    height: 56px;
    font-size: 16px
  }
  .csz-cta-code:after {
    width: 43px;
    height: 43px
  }
  .csz-offer-main {
    grid-column: auto;
    grid-row: auto;
    padding: 24px 14px 26px;
    text-align: center
  }
  .csz-tag.csz-exclusive {
    margin: 0 auto 24px;
    font-size: 12px
  }
  .csz-offer-main h2 {
    font-size: 21px!important;
    line-height: 1.12!important;
    margin: 0 auto 17px!important;
    max-width: 96%;
    letter-spacing: -.03em!important
  }
  .csz-meta {
    justify-content: center;
    gap: 8px
  }
  .csz-meta span {
    height: 25px;
    font-size: 11px;
    padding: 0 9px
  }
  .csz-related-mobile {
    display: block;
    margin: 24px 0 26px;
    padding: 28px 30px;
    border-radius: 14px;
    background: #fff
  }
  .csz-related-mobile h2 {
    font-size: 27px!important;
    margin: 0 0 26px!important;
    font-weight: 950!important;
    color: #08132b!important
  }
  .csz-related-mobile a:not(.csz-view-all-stores) {
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 12px 0;
    margin-bottom: 13px
  }
  .csz-related-mobile a span {
    width: 68px;
    height: 68px
  }
  .csz-related-mobile a strong {
    font-size: 20px;
    line-height: 1.2
  }
  .csz-related-mobile a em {
    display: none
  }
  .csz-related-sidebar {
    display: none
  }
  .csz-view-all-stores {
    height: 62px!important;
    margin-top: 26px!important;
    font-size: 21px!important;
    border-radius: 8px!important;
    padding: 0 18px!important;
    justify-content: space-between!important
  }
  .csz-faq {
    margin-top: 24px
  }
  .csz-faq h2 {
    font-size: 20px!important;
    margin: 0 0 12px!important
  }
  .csz-faq-q {
    min-height: 48px;
    border-radius: 8px;
    grid-template-columns: 24px 1fr 22px;
    gap: 10px;
    padding: 0 14px;
    font-size: 13px
  }
  .csz-faq-q span {
    width: 22px;
    height: 22px;
    font-size: 11px
  }
  .csz-faq-a {
    font-size: 13px;
    padding: 13px 16px
  }
  .csz-proof {
    display: block
  }
  .csz-seo-section {
    margin-top: 24px
  }
  .csz-seo-card {
    padding: 27px 20px;
    border-radius: 13px
  }
  .csz-seo-pills {
    gap: 8px
  }
  .csz-seo-pills span {
    height: 30px;
    font-size: 11px;
    padding: 0 11px
  }
  .csz-seo-card h2 {
    font-size: 22px!important
  }
  .csz-seo-card p {
    font-size: 14px;
    line-height: 1.7
  }
  .csz-seo-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    margin: 20px 0
  }
  .csz-seo-benefits span {
    min-height: 76px;
    padding: 14px 14px 14px 66px
  }
  .csz-seo-benefits span:before {
    left: 18px;
    width: 34px;
    height: 34px
  }
  .csz-back {
    padding: 14px 20px
  }
  .csz-modal-overlay {
    padding: 10px;
    align-items: flex-start;
    overflow: auto
  }
  .csz-modal {
    width: 100%;
    max-height: none;
    border-radius: 9px;
    margin: 18px 0 38px
  }
  .csz-modal-body {
    padding: 0 22px 28px
  }
  .csz-modal-header-band {
    margin: 0 -22px 28px;
    height: 41px;
    border-radius: 8px 8px 0 0;
    padding: 0 13px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .csz-modal-close {
    right: 12px;
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 26px
  }
  .csz-modal-logo {
    width: 118px;
    height: 118px;
    margin-bottom: 20px
  }
  .csz-modal-body h2 {
    font-size: 28px!important;
    line-height: 1.15!important;
    margin-bottom: 14px!important
  }
  .csz-modal-note {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px
  }
  .csz-ticket-meta {
    margin-bottom: 28px;
    gap: 8px
  }
  .csz-ticket-meta span {
    height: 23px;
    font-size: 12px;
    padding: 0 11px
  }
  .csz-ticket-wrap {
    width: min(318px,92vw);
    margin-bottom: 26px
  }
  .csz-ticket-code {
    left: 8%;
    right: 8%;
    top: 42.5%;
    height: 16%;
    font-size: 36px
  }
  .csz-ticket-copy {
    top: 64%;
    height: 56px;
    min-width: 132px;
    font-size: 18px
  }
  .csz-popup-voting {
    max-width: 318px
  }
  .csz-popup-voting p {
    font-size: 14px
  }
  .csz-popup-voting button {
    height: 32px;
    font-size: 13px;
    padding: 0 12px;
    margin-right: 5px
  }
}
@media (max-width:380px) {
  .csz-shell {
    padding: 0 8px
  }
  .csz-hero-mobile-brand {
    grid-template-columns: 110px 1fr;
   margin: 10px 0px 0px 0px;
  }
  .csz-hero-logo-orb {
    width: 112px;
    height: 112px
  }
  .csz-hero-mobile-copy h1 {
    font-size: 22px!important
  }
  .csz-cta {
    width: 136px;
    height: 52px
  }
  .csz-offer-main h2 {
    font-size: 19px!important
  }
  .csz-meta span {
    font-size: 10px;
    padding: 0 7px
  }
  .csz-related-mobile {
    padding: 24px 22px
  }
  .csz-related-mobile a strong {
    font-size: 18px
  }
  .csz-ticket-wrap {
    width: min(292px,92vw)
  }
}
.csz-is-hidden {
  display: none!important
}
.csz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  background: rgba(0,0,0,.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px
}
.csz-lightbox img {
  max-width: min(1100px,96vw);
  max-height: 90vh;
  border-radius: 14px;
  box-shadow: 0 25px 70px rgba(0,0,0,.5)
}
.csz-lightbox button {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer
}

.csz-offer-card.csz-filter-hidden,
.csz-offer-card[hidden] {
  display: none !important;
}


/* Fix All / Codes / Deals buttons not clickable */
.csz-filterbar {
  position: relative !important;
  z-index: 50 !important;
  pointer-events: auto !important;
}

.csz-filterbar button,
.csz-filterbar .csz-filter-btn,
.csz-filterbar [data-filter] {
  position: relative !important;
  z-index: 60 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Prevent ticket circles / dashed line / offer overlays from blocking filter clicks */
.csz-offer-card,
.csz-offer-card::before,
.csz-offer-card::after,
.csz-offer-badge,
.csz-offer-badge::before,
.csz-offer-badge::after,
.csz-mobile-dashed-line,
.csz-mobile-dashed-line::before,
.csz-mobile-dashed-line::after {
  pointer-events: none !important;
}

/* But keep actual coupon buttons clickable */
.csz-offer-card .csz-cta,
.csz-offer-card .csz-cta *,
.csz-offer-card a,
.csz-offer-card button {
  pointer-events: auto !important;
}

.csz-offer-card.csz-filter-hidden,
.csz-offer-card[hidden] {
  display: none !important;
}

.csz-offer-card.csz-filter-hidden,
.csz-offer-card[hidden] {
  display: none !important;
}

.csz-filterbar,
.csz-filterbar button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* v3.0.4: Quick Menu + Related Stores sidebar polish only */
.single-cs_store .csz-menu-card {
  border-radius: 22px !important;
  padding: 24px 22px 24px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.single-cs_store .csz-menu-card > h3 {
  font-size: 22px !important;
  line-height: 1.15 !important;
  margin: 0 0 16px !important;
  font-weight: 900 !important;
  color: #071225 !important;
}

.single-cs_store .csz-menu-card > a:not(.csz-view-all-stores) {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 0 8px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e9e7e7 !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  gap: 0 !important;
}

.single-cs_store .csz-menu-card > a:not(.csz-view-all-stores)::before {
  display: none !important;
  content: none !important;
}

.single-cs_store .csz-menu-card > a.is-active:not(.csz-view-all-stores),
.single-cs_store .csz-menu-card > a:first-of-type:not(.csz-view-all-stores) {
  background: #31c894 !important;
  color: #071225 !important;
}

.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
  margin: 30px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-heading {
  display: block !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  color: #071225 !important;
  margin: 0 0 18px !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-store {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 66px !important;
  padding: 0 !important;
  margin: 0 0 14px !important;
  color: #071225 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-logo {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 50% !important;
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 4px !important;
  color: #071225 !important;
  font-weight: 900 !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info {
  display: block !important;
  min-width: 0 !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-title {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  color: #071225 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  margin: 0 0 3px !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-rating {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 0 2px !important;
  line-height: 1 !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-stars {
  display: inline-block !important;
  color: #f6b500 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-score {
  display: inline-block !important;
  color: #071225 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-meta {
  display: block !important;
  color: #071225 !important;
  font-size: 9.5px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-view-all-stores {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 48px !important;
  margin: 22px 0 0 !important;
  padding: 0 16px !important;
  border: 1.5px solid #b9c2cf !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #071225 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-view-all-stores i {
  margin-left: auto !important;
  padding: 0 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

/* Keep mobile related stores from inheriting the desktop sidebar grid */
@media (max-width: 760px) {
  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
    display: none !important;
  }
}


/* v3.0.5: Fix Related Stores sidebar info span being clipped by old .csz-latest-stores a span rules */
.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-store {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-logo {
  grid-column: 1 !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  overflow: hidden !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info {
  grid-column: 2 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #071225 !important;
  text-align: left !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info::before,
.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info::after {
  content: none !important;
  display: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info .csz-related-title,
.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info .csz-related-rating,
.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-info .csz-related-meta {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-title {
  display: block !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-rating {
  display: flex !important;
}

.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-meta {
  display: block !important;
}

/* v3.0.6: Rebuild desktop sidebar Quick Menu + Related Stores to match supplied reference */
@media (min-width: 761px) {
  .single-cs_store .csz-menu-card {
    width: 100% !important;
    padding: 24px 22px 24px !important;
    border-radius: 22px !important;
    background: #fff !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card > h3 {
    margin: 0 0 16px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card > a:not(.csz-view-all-stores) {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 0 8px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e9e7e7 !important;
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    gap: 0 !important;
  }

  .single-cs_store .csz-menu-card > a:not(.csz-view-all-stores)::before,
  .single-cs_store .csz-menu-card > a:not(.csz-view-all-stores)::after {
    content: none !important;
    display: none !important;
  }

  .single-cs_store .csz-menu-card > a.is-active:not(.csz-view-all-stores),
  .single-cs_store .csz-menu-card > a:first-of-type:not(.csz-view-all-stores) {
    background: #31c894 !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
    display: block !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-heading {
    display: block !important;
    margin: 0 0 18px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-store {
    display: grid !important;
    grid-template-columns: 60px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 62px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo {
    grid-column: 1 !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 4px !important;
    border: 1px solid #e3e8ef !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo b {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-info {
    grid-column: 2 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 3px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #071225 !important;
    font-size: 14px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-rating {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    box-shadow: none !important;
    line-height: 1 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-stars {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #f6b500 !important;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: -1px !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-score {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #071225 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-meta {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 9.5px !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
    font-style: normal !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 48px !important;
    margin: 22px 0 0 !important;
    padding: 0 18px !important;
    border: 1.5px solid #b9c2cf !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #071225 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores span,
  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores i {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    color: inherit !important;
    font-style: normal !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores i {
    font-size: 24px !important;
    line-height: 1 !important;
  }
}


/* v3.0.7: tighten Related Stores sidebar to match supplied compact reference */
@media (min-width: 761px) {
  .single-cs_store .csz-menu-card {
    padding: 22px 20px 22px !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
    margin: 26px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-heading {
    margin: 0 0 2px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-store {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #071225 !important;
    text-decoration: none !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo {
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 3px !important;
    border: 1px solid #e1e7ee !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-info {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 1px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 66px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-title {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071225 !important;
    font-size: 14px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: -0.025em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-rating {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
    height: auto !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-stars {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6b500 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: -1.15px !important;
    font-style: normal !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-score {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071225 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-meta {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    font-size: 9px !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: -0.015em !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores {
    margin-top: 14px !important;
  }
}


/* v3.0.8: Related Stores spacing fix
   WordPress wpautop/theme filters can inject empty <p> and <br> nodes around
   sidebar related-store anchors. Those wrappers were becoming flex children
   and creating huge invisible gaps. Neutralize only those wrappers and force
   each related store row into the compact reference layout. */
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  line-height: 0 !important;
}
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p:empty,
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p > br,
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > br {
  display: none !important;
}

@media (min-width: 761px) {
  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-heading {
    margin: 0 0 4px !important;
    font-size: 22px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-store {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    overflow: visible !important;
    color: #071225 !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo {
    grid-column: 1 !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 !important;
    padding: 3px !important;
    border: 1px solid #e1e7ee !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-info {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    text-align: left !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-title {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071225 !important;
    font-size: 14px !important;
    line-height: 1.08 !important;
    font-weight: 500 !important;
    letter-spacing: -0.025em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-rating {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-stars {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f6b500 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: -1.1px !important;
    font-style: normal !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-score {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071225 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-meta {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    font-size: 9.2px !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: -0.015em !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-view-all-stores {
    margin-top: 14px !important;
  }
}


/* v3.0.9: keep wpautop/<p>/<br> cleanup ONLY inside the Quick Menu Related Stores block.
   Also restore normal spacing outside that sidebar and reduce related store title weight. */
.single-cs_store .csz-shell > p,
.single-cs_store .csz-left > p:not(.csz-menu-card .csz-latest-stores.csz-related-sidebar > p),
.single-cs_store .csz-content > p,
.single-cs_store .csz-offer-list > p,
.single-cs_store .csz-store-card > p,
.single-cs_store .csz-hero > p {
  display: revert !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: inherit !important;
}

.single-cs_store .csz-shell > br,
.single-cs_store .csz-left > br:not(.csz-menu-card .csz-latest-stores.csz-related-sidebar > br),
.single-cs_store .csz-content > br,
.single-cs_store .csz-offer-list > br,
.single-cs_store .csz-store-card > br,
.single-cs_store .csz-hero > br {
  display: revert !important;
}

/* The only place where injected wpautop wrappers should be neutralized */
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  line-height: 0 !important;
}
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p:empty,
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > p > br,
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar > br {
  display: none !important;
}

/* Related store title should not be over-bold */
.single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar .csz-related-title,
.single-cs_store .csz-latest-stores.csz-related-sidebar .csz-related-title {
  font-weight: 700 !important;
  letter-spacing: -0.012em !important;
}


/* Hide duplicate short description below hero, keep hero short description visible */
.single-cs_store .csz-content > .csz-short-desc:not(.csz-hero-short-desc),
.single-cs_store .csz-content > p.csz-short-desc {
  display: none !important;
}

/* First left store card position */

 .single-cs_store .csz-left .csz-store-card {
    padding: 142px 36px 36px;
    min-height: 462px;
    top: -150px !important;
    position: relative;
    text-align: center;
    overflow: visible;
}

 .single-cs_store .csz-left .csz-menu-card {
    padding: 28px 30px;
    margin-top: -160px !important;
}
  
 .csz-shell .csz-content {
    min-width: 0;
    width: 100%;
    margin-top: 10px !important;
}

.csz-hero{
 width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  position: relative;
  overflow: hidden;

}
/* v3.2.3 enhanced proof + about section */
.csz-proof {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 22px;
  align-items: start;
}
.csz-proof-main,
.csz-about-card {
  background: linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
  border: 1px solid #dbe5e9;
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--csz-shadow-soft);
}
.csz-proof-intro { margin-bottom: 18px; }
.csz-proof-kicker,
.csz-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d9ebe3;
  background: #f2fbf7;
  color: var(--csz-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.csz-proof-kicker { margin-bottom: 14px; }
.csz-about-kicker { margin-bottom: 12px; }
.csz-proof-intro h2,
.csz-about-card h2 {
  margin: 14px 0 10px !important;
  font-size: clamp(28px,2.2vw,44px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.03em;
  color: #050817;
}
.csz-proof-intro p,
.csz-about-copy p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d5c70;
}
.csz-proof-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.csz-proof-step {
  background: linear-gradient(180deg,#fdfefe 0%,#f6fbf9 100%);
  border: 1px solid #e1ece8;
  border-radius: 18px;
  padding: 16px;
}
.csz-proof-step-head {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}
.csz-proof-step-no {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg,var(--csz-green),#42c790);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(18,163,109,.18);
}
.csz-proof-step h3 {
  margin: 0 0 6px !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: -.02em;
}
.csz-proof-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #516072;
}
.csz-proof-image-wrap {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce8e3;
  background: #fff;
}
.csz-proof-image-wrap img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.csz-about-card {
  position: sticky;
  top: 24px;
}
.csz-about-figure {
  margin: -6px -6px 18px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg,#ffffff 0%,#edf6f1 100%);
  border: 1px solid #e1ebe7;
}
.csz-about-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.csz-about-copy {
  margin-top: 8px;
}
.csz-about-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.csz-about-mini-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f5f8fa;
  border: 1px solid #e0e8ec;
  font-size: 13px;
  font-weight: 700;
  color: #203045;
}
@media (max-width: 921px) {
  .csz-proof {
    grid-template-columns: 1fr;
  }
  .csz-about-card {
    position: static;
  }
}
@media (max-width: 767px) {
  .csz-proof-main,
  .csz-about-card {
    padding: 18px;
    border-radius: 16px;
  }
  .csz-proof-intro h2,
  .csz-about-card h2 {
    font-size: 24px !important;
    line-height: 1.16 !important;
  }
  .csz-proof-intro p,
  .csz-about-copy p {
    font-size: 14px;
    line-height: 1.7;
  }
  .csz-proof-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .csz-proof-step-head {
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
  }
  .csz-proof-step-no {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 18px;
  }
  .csz-proof-step h3 {
    font-size: 19px !important;
  }
  .csz-proof-image-wrap img {
    height: auto;
  }
}

/* v3.2.4 related stores + proof/about polish */
.single-cs_store .csz-latest-stores .csz-related-stars .csz-stars-filled { color:#f6b500 !important; }
.single-cs_store .csz-latest-stores .csz-related-stars .csz-stars-empty { color:#d7dee6 !important; }
.single-cs_store .csz-latest-stores .csz-related-stars {
  white-space: nowrap !important;
}

/* Mobile related stores should use the same compact row layout as desktop */
@media (max-width:760px) {
  .single-cs_store .csz-related-mobile {
    display:block !important;
    margin:24px 10px 28px !important;
    padding:22px 22px 22px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid rgba(217,226,229,.95) !important;
    box-shadow:var(--csz-shadow-soft) !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-heading {
    display:block !important;
    margin:0 0 16px !important;
    font-size:24px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
    letter-spacing:-.02em !important;
    color:#071225 !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-store {
    display:grid !important;
    grid-template-columns:64px minmax(0,1fr) !important;
    column-gap:16px !important;
    align-items:center !important;
    width:100% !important;
    min-height:70px !important;
    margin:0 0 16px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:#071225 !important;
    text-decoration:none !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-logo {
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    border-radius:50% !important;
    border:1px solid #e1e7ee !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    padding:3px !important;
    box-shadow:none !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-logo img {
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    border-radius:50% !important;
    background:transparent !important;
    padding:0 !important;
    margin:0 !important;
    box-shadow:none !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-info {
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:3px !important;
    min-width:0 !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
    text-align:left !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-title {
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    color:#071225 !important;
    font-size:20px !important;
    line-height:1.1 !important;
    font-weight:500 !important;
    letter-spacing:-.025em !important;
    white-space:normal !important;
    overflow:visible !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-rating {
    display:flex !important;
    align-items:center !important;
    gap:5px !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-stars {
    display:inline-block !important;
    color:#f6b500 !important;
    font-size:13px !important;
    line-height:1 !important;
    letter-spacing:-1px !important;
    font-style:normal !important;
    width:auto !important;
    height:auto !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    overflow:visible !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-score {
    font-size:13px !important;
    line-height:1 !important;
    font-weight:900 !important;
    color:#071225 !important;
  }
  .single-cs_store .csz-related-mobile .csz-related-meta {
    display:block !important;
    color:#071225 !important;
    font-size:13px !important;
    line-height:1.22 !important;
    font-weight:500 !important;
  }
  .single-cs_store .csz-related-mobile .csz-view-all-stores {
    height:54px !important;
    margin-top:18px !important;
    padding:0 18px !important;
    font-size:18px !important;
    border-radius:8px !important;
    border:1.5px solid #b9c2cf !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }
}

/* The proof area should sit wide below FAQ while about stays compact */
.single-cs_store .csz-proof {
  grid-template-columns:minmax(0,1.72fr) minmax(280px,320px) !important;
  gap:24px !important;
  margin-top:30px !important;
}
.single-cs_store .csz-proof-main,
.single-cs_store .csz-about-card {
  border-radius:20px !important;
  padding:24px !important;
}
.single-cs_store .csz-proof-intro h2 {
  font-size:clamp(28px,1.65vw,36px) !important;
  line-height:1.08 !important;
  max-width:760px !important;
}
.single-cs_store .csz-proof-intro p {
  max-width:680px !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.single-cs_store .csz-proof-grid {
  grid-template-columns:repeat(2,minmax(245px,1fr)) !important;
  gap:16px !important;
}
.single-cs_store .csz-proof-step {
  padding:16px !important;
  border-radius:16px !important;
}
.single-cs_store .csz-proof-step-head {
  grid-template-columns:44px minmax(0,1fr) 40px !important;
  grid-template-areas:"num copy icon" !important;
  gap:12px !important;
  align-items:start !important;
  margin-bottom:12px !important;
}
.single-cs_store .csz-proof-step-no {
  grid-area:num !important;
  width:44px !important;
  height:44px !important;
  border-radius:14px !important;
  font-size:18px !important;
}
.single-cs_store .csz-proof-step-head > div {
  grid-area:copy !important;
  min-width:0 !important;
}
.single-cs_store .csz-proof-step-icon {
  grid-area:icon !important;
  width:38px !important;
  height:38px !important;
  border-radius:50% !important;
  background:#eaf8f2 !important;
  color:#0f996e !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-left:auto !important;
  box-shadow:inset 0 0 0 1px rgba(15,153,110,.14) !important;
}
.single-cs_store .csz-proof-step-icon svg {
  width:19px !important;
  height:19px !important;
  display:block !important;
}
.single-cs_store .csz-proof-step h3 {
  font-size:18px !important;
  line-height:1.12 !important;
  margin:0 0 7px !important;
}
.single-cs_store .csz-proof-step p {
  font-size:13.5px !important;
  line-height:1.5 !important;
}
.single-cs_store .csz-proof-image-wrap {
  border-radius:12px !important;
  padding:8px !important;
  background:#fff !important;
}
.single-cs_store .csz-proof-image-wrap img {
  width:100% !important;
  height:178px !important;
  object-fit:contain !important;
  border-radius:9px !important;
  background:#fff !important;
}
.single-cs_store .csz-about-card {
  padding:24px !important;
  position:sticky !important;
  top:24px !important;
}
.single-cs_store .csz-about-kicker,
.single-cs_store .csz-about-mini-points { display:none !important; }
.single-cs_store .csz-about-card h2 {
  font-size:30px !important;
  line-height:1.05 !important;
  margin:0 0 14px !important;
}
.single-cs_store .csz-about-copy p {
  font-size:14px !important;
  line-height:1.68 !important;
  color:#394960 !important;
}
.single-cs_store .csz-about-features {
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  margin:18px 0 18px !important;
  padding-top:16px !important;
  border-top:1px solid #e5ecef !important;
}
.single-cs_store .csz-about-features > div {
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:center !important;
}
.single-cs_store .csz-about-features i {
  width:44px !important;
  height:44px !important;
  border-radius:12px !important;
  background:#eaf8f2 !important;
  color:#0f996e !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-style:normal !important;
  box-shadow:inset 0 0 0 1px rgba(15,153,110,.14) !important;
}
.single-cs_store .csz-about-features i svg {
  width:22px !important;
  height:22px !important;
}
.single-cs_store .csz-about-features strong {
  display:block !important;
  font-size:13.5px !important;
  line-height:1.15 !important;
  color:#071225 !important;
  margin-bottom:3px !important;
}
.single-cs_store .csz-about-features small {
  display:block !important;
  font-size:11.5px !important;
  line-height:1.35 !important;
  color:#5c6878 !important;
}
.single-cs_store .csz-about-figure {
  margin:18px -10px -10px !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#fff 0%,#f2faf6 100%) !important;
}
.single-cs_store .csz-about-figure img {
  width:100% !important;
  height:auto !important;
  display:block !important;
}
@media (max-width:1100px) and (min-width:922px) {
  .single-cs_store .csz-proof {
    grid-template-columns:1fr !important;
  }
  .single-cs_store .csz-about-card {
    position:static !important;
  }
}
@media (max-width:921px) {
  .single-cs_store .csz-proof {
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .single-cs_store .csz-about-card {
    position:static !important;
  }
}
@media (max-width:767px) {
  .single-cs_store .csz-proof {
    margin-top:24px !important;
  }
  .single-cs_store .csz-proof-intro h2 {
    font-size:27px !important;
    line-height:1.08 !important;
  }
  .single-cs_store .csz-proof-grid {
    grid-template-columns:1fr !important;
  }
  .single-cs_store .csz-proof-step-head {
    grid-template-columns:42px minmax(0,1fr) 38px !important;
    gap:10px !important;
  }
  .single-cs_store .csz-proof-image-wrap img {
    height:auto !important;
    max-height:none !important;
  }
  .single-cs_store .csz-about-card h2 {
    font-size:28px !important;
  }
}
.single-cs_store .csz-about-figure img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 18px !important;
    margin: -3px 0px -5px -1px !important;
    padding: 1px 1px 1px 1px !important;
}

.csz-about-figure {
    border: 1px solid #fdfdfd00;
}
.single-cs_store .csz-about-figure {
    margin: 10px -22px -22px -22px !important;
    padding: 1px 1px 1px 1px !important;
    border-radius: 40px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #fff 0%, #f2faf6 100%) !important;
}
/* v3.2.6: remove Related Stores gich-pich / circle leakage
   Earlier broad rules targeted every span inside .csz-latest-stores, so rating
   stars and text started behaving like logo circles. Keep only the logo as a
   circle and force all related-store content into a clean compact row. */
.single-cs_store .csz-latest-stores .csz-related-store,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-store {
  display: grid !important;
  grid-template-columns: 56px minmax(0,1fr) !important;
  column-gap: 12px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 58px !important;
  height: auto !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #071225 !important;
  overflow: visible !important;
}
.single-cs_store .csz-latest-stores .csz-related-logo,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-logo {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 3px !important;
  border: 1px solid #dfe8ee !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.single-cs_store .csz-latest-stores .csz-related-logo img,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.single-cs_store .csz-latest-stores .csz-related-info,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-info {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 2px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-align: left !important;
}
.single-cs_store .csz-latest-stores .csz-related-title,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #071225 !important;
  font-size: 13px !important;
  line-height: 1.12 !important;
  font-weight: 560 !important;
  letter-spacing: -0.015em !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  overflow: visible !important;
}
.single-cs_store .csz-latest-stores .csz-related-rating,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-rating {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-align: left !important;
  line-height: 1 !important;
}
.single-cs_store .csz-latest-stores .csz-related-stars,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-stars {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #f5b400 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
  font-style: normal !important;
  text-align: left !important;
}
.single-cs_store .csz-latest-stores .csz-related-score,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-score {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #071225 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: left !important;
}
.single-cs_store .csz-latest-stores .csz-related-meta,
.single-cs_store .csz-menu-card .csz-latest-stores .csz-related-meta {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  color: #111827 !important;
  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.single-cs_store .csz-latest-stores .csz-related-rating span,
.single-cs_store .csz-latest-stores .csz-related-info span,
.single-cs_store .csz-latest-stores .csz-related-stars span,
.single-cs_store .csz-view-all-stores span {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: inline !important;
  color: inherit !important;
}
@media (max-width: 760px) {
  .single-cs_store .csz-latest-stores.csz-related-mobile,
  .single-cs_store .csz-menu-card .csz-latest-stores.csz-related-sidebar {
    padding: 22px 18px !important;
    border-radius: 18px !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-heading {
    margin: 0 0 18px !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-store {
    grid-template-columns: 58px minmax(0,1fr) !important;
    column-gap: 12px !important;
    min-height: 62px !important;
    margin-bottom: 14px !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-logo {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-title {
    font-size: 15px !important;
    line-height: 1.12 !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-stars,
  .single-cs_store .csz-latest-stores .csz-related-score {
    font-size: 11px !important;
  }
  .single-cs_store .csz-latest-stores .csz-related-meta {
    font-size: 10px !important;
  }
}


/* v3.2.7 typography softening - reduce extra-bold/heavy feel without changing layout */
.single-cs_store .csz-page,
.single-cs_store .csz-page * {
  text-rendering: optimizeLegibility;
}
.single-cs_store .csz-hero-title-desktop {
  font-size: clamp(40px,3.95vw,62px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.038em !important;
}
.single-cs_store .csz-hero-short-desc,
.single-cs_store .csz-short-desc {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 450 !important;
}
.single-cs_store .csz-store-rating strong,
.single-cs_store .csz-store-stat b,
.single-cs_store .csz-menu-card h3,
.single-cs_store .csz-related-heading {
  font-weight: 760 !important;
}
.single-cs_store .csz-filterbar button {
  font-size: 15px !important;
  font-weight: 760 !important;
}
.single-cs_store .csz-offer-main h2 {
  font-size: 24px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  letter-spacing: -0.018em !important;
}
.single-cs_store .csz-offer-badge small {
  font-size: 12px !important;
  font-weight: 760 !important;
}
.single-cs_store .csz-offer-badge strong {
  font-size: 42px !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
}
.single-cs_store .csz-offer-badge em,
.single-cs_store .csz-custom-badge-text,
.single-cs_store .csz-special {
  font-weight: 800 !important;
}
.single-cs_store .csz-tag.csz-exclusive,
.single-cs_store .csz-meta span {
  font-weight: 700 !important;
}
.single-cs_store .csz-cta,
.single-cs_store .csz-get-code,
.single-cs_store .csz-get-deal {
  font-size: 17px !important;
  font-weight: 800 !important;
}
.single-cs_store .csz-faq h2,
.single-cs_store .csz-seo-section h2,
.single-cs_store .csz-proof-intro h2,
.single-cs_store .csz-about-card h2 {
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}
.single-cs_store .csz-faq h2 {
  font-size: 25px !important;
}
.single-cs_store .csz-faq-q {
  font-size: 15px !important;
  font-weight: 760 !important;
}
.single-cs_store .csz-proof-intro h2 {
  font-size: clamp(26px,1.75vw,34px) !important;
  line-height: 1.14 !important;
}
.single-cs_store .csz-proof-intro p,
.single-cs_store .csz-proof-step p,
.single-cs_store .csz-about-copy p {
  font-weight: 430 !important;
}
.single-cs_store .csz-proof-step h3 {
  font-size: 20px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
}
.single-cs_store .csz-proof-step-no {
  font-weight: 800 !important;
}
.single-cs_store .csz-about-card h2 {
  font-size: clamp(25px,1.8vw,34px) !important;
  line-height: 1.12 !important;
}
.single-cs_store .csz-about-feature h3,
.single-cs_store .csz-about-mini-points span,
.single-cs_store .csz-seo-benefits strong,
.single-cs_store .csz-seo-cta {
  font-weight: 760 !important;
}
.single-cs_store .csz-related-title {
  font-weight: 650 !important;
  letter-spacing: -0.005em !important;
}
.single-cs_store .csz-related-score {
  font-weight: 650 !important;
}
.single-cs_store .csz-related-meta {
  font-weight: 450 !important;
}

.single-cs_store .csz-hero-title-desktop {
    font-size: clamp(40px, 1.95vw, 62px) !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.0001em !important;
}
body.single-cs_store .csz-offer-card .csz-offer-main h2 {
    margin: 0 0 9px !important;
    color: #071229 !important;
    font-size: clamp(20px, 1.55vw, 24px) !important;
    line-height: 1.16 !important;
    font-weight: 550 !important;
    letter-spacing: -.03em !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: left !important;
}

@media (max-width: 760px) {
  .single-cs_store .csz-hero-title-mobile,
  .single-cs_store .csz-hero-title-desktop {
    font-size: clamp(22px,7vw,30px) !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
  }
  .single-cs_store .csz-offer-main h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
  }
  .single-cs_store .csz-faq h2 {
    font-size: 21px !important;
  }
  .single-cs_store .csz-faq-q {
    font-size: 13.5px !important;
  }
  .single-cs_store .csz-proof-intro h2,
  .single-cs_store .csz-about-card h2 {
    font-size: 24px !important;
    font-weight: 500 !important;
  }
  .single-cs_store .csz-proof-step h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  
      .csz-hero-mobile-copy h1 {
        font-size: 20px!important;
        line-height: 1.08 !important;
        margin: 0 0 8px !important;
        font-weight: 650 !important;
        letter-spacing: -.0004em !important;
        color: #071229 !important;
    }
    .single-cs_store .csz-hero-short-desc, .single-cs_store .csz-short-desc {
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 550 !important;
}

     .csz-offer-main h2 {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin: 0 auto 12px !important;
        max-width: 96% !important;
        text-align: center !important;
        letter-spacing: -.0003em !important;
        font-weight: 550 !important;
    }

}




/* Modal title/header band visible fix */
.csz-modal .csz-modal-header-band,
.csz-modal-overlay .csz-modal-header-band {
  margin: 0 !important;
  transform: none !important;
  position: relative !important;
  top: 0 !important;
  z-index: 5 !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 56px 12px 24px !important;
  border-radius: 18px 18px 0 0 !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
}

/* Modal body ko header ke neeche proper start karao */
.csz-modal .csz-modal-body,
.csz-modal-overlay .csz-modal-body {
  padding-top: 0px !important;
}

/* Close button title ke upar/right clean rahe */
.csz-modal .csz-modal-close,
.csz-modal-overlay .csz-modal-close {
  top: 12px !important;
  right: 18px !important;
  z-index: 20 !important;
}

/* Mobile fix */
@media (max-width: 760px) {
  .csz-modal .csz-modal-header-band,
  .csz-modal-overlay .csz-modal-header-band {
    min-height: 48px !important;
    padding: 10px 48px 10px 16px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    border-radius: 14px 14px 0 0 !important;
  }

  .csz-modal .csz-modal-body,
  .csz-modal-overlay .csz-modal-body {
    padding-top: 0px !important;
  }

  .csz-modal .csz-modal-close,
  .csz-modal-overlay .csz-modal-close {
    top: 9px !important;
    right: 12px !important;
  }
}
/* Coupon modal header/title bar clean fix */
.csz-modal .csz-modal-header-band,
.csz-modal-overlay .csz-modal-header-band {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  min-height: 58px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 64px 0 28px !important;

  background: linear-gradient(135deg, #12a36e, #39cc96) !important;
  border-radius: 22px 22px 0 0 !important;

  color: #071229 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  transform: none !important;
  top: auto !important;
  z-index: 10 !important;
}

/* Modal body ko title bar ke neeche proper gap do */
.csz-modal .csz-modal-body,
.csz-modal-overlay .csz-modal-body {
  padding-top: 0px !important;
}

/* Close button ko header ke andar right side par rakho */
.csz-modal .csz-modal-close,
.csz-modal-overlay .csz-modal-close {
  position: absolute !important;
  top: 14px !important;
  right: 22px !important;
  z-index: 30 !important;

  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;

  color: #071229 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

/* Logo ko header se overlap hone se bachao */
.csz-modal .csz-modal-logo,
.csz-modal-overlay .csz-modal-logo {
  margin-top: 0 !important;
}
@media (max-width: 760px) {
  .csz-modal .csz-modal-header-band,
  .csz-modal-overlay .csz-modal-header-band {
    min-height: 48px !important;
    padding: 0 46px 0 14px !important;

    border-radius: 14px 14px 0 0 !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .csz-modal .csz-modal-close,
  .csz-modal-overlay .csz-modal-close {
    top: 8px !important;
    right: 10px !important;
    font-size: 24px !important;
  }

  .csz-modal .csz-modal-body,
  .csz-modal-overlay .csz-modal-body {
    padding-top: 0px !important;
  }
}
/* v3.3.3: Breadcrumb live store search with translucent glass result panel */
.csz-breadcrumb {
  justify-content: space-between;
  overflow: visible;
}
.csz-breadcrumb-links {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.csz-header-search {
  position: relative;
  margin-left: auto;
  width: min(420px, 35vw);
  z-index: 30;
}
.csz-header-search-form {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
.csz-header-search-input {
  width: 100%;
  height: 29px;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  color: #0b1528 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 42px 0 18px !important;
  box-shadow: 0 5px 13px rgba(0,0,0,.10) !important;
}
.csz-header-search-input::placeholder {
  color: rgba(7,18,41,.38);
}
.csz-header-search-submit,
.csz-header-search-toggle {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #24ad78;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,.14);
}
.csz-header-search-submit {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.csz-header-search-submit svg,
.csz-header-search-toggle svg {
  width: 18px;
  height: 18px;
}
.csz-header-search-toggle {
  display: none;
}
.csz-header-search-results {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  width: 100%;
  min-width: 360px;
  padding: 18px 16px 14px;
  border-radius: 0 0 22px 22px;
  background: rgba(255,255,255,.56);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 20px 46px rgba(7,18,41,.18);
  color: #0b1528;
  overflow: hidden;
}
.csz-header-search-results[hidden] {
  display: none !important;
}
.csz-search-result-item {
  display: flex !important;
  align-items: center;
  gap: 13px;
  padding: 7px 2px;
  color: #0b1528 !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
.csz-search-result-logo {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(7,18,41,.08);
}
.csz-search-result-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.csz-search-result-logo-fallback {
  font-size: 19px;
  font-weight: 900;
  color: #111827;
}
.csz-search-result-title mark {
  background: transparent;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.csz-search-result-count,
.csz-search-no-results,
.csz-search-loading {
  text-align: center;
  color: rgba(7,18,41,.82);
  font-size: 13px;
  font-weight: 500;
  padding-top: 9px;
}
.csz-search-no-results,
.csz-search-loading {
  padding: 10px 0;
}

@media (max-width: 782px) {
  .csz-breadcrumb {
    height: 48px;
    padding: 0 14px !important;
    gap: 8px;
  }
  .csz-breadcrumb .csz-breadcrumb-links {
    flex: 1 1 auto;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity .18s ease, width .18s ease, flex-basis .18s ease;
  }
  .csz-breadcrumb.csz-search-open .csz-breadcrumb-links {
    opacity: 0;
    width: 0;
    flex: 0 0 0;
    pointer-events: none;
  }
  .csz-header-search {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .csz-header-search-toggle {
    display: inline-flex;
  }
  .csz-header-search-form {
    display: none;
  }
  .csz-breadcrumb.csz-search-open .csz-header-search {
    flex: 1 1 auto;
    width: 100%;
  }
  .csz-breadcrumb.csz-search-open .csz-header-search-toggle {
    display: none;
  }
  .csz-breadcrumb.csz-search-open .csz-header-search-form {
    display: flex;
  }
  .csz-header-search-input {
    height: 34px;
    font-size: 14px !important;
    padding-left: 14px !important;
  }
  .csz-header-search-results {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: min(340px, calc(100vw - 28px));
    min-width: 0;
    padding: 14px 13px 12px;
    border-radius: 0 0 20px 20px;
  }
  .csz-search-result-item {
    gap: 11px;
    font-size: 15px;
  }
  .csz-search-result-logo {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}

/* v3.3.4: make breadcrumb AJAX results sit above hero/cards/admin-bar overlays */
.csz-breadcrumb,
.csz-header-search {
  overflow: visible !important;
}
.csz-header-search {
  z-index: 99999 !important;
}
.csz-header-search-results {
  z-index: 100000 !important;
  pointer-events: auto !important;
}


/* v3.3.5: force breadcrumb search dropdown above every hero/card layer */
.csz-breadcrumb {
  position: relative !important;
  z-index: 2147483000 !important;
  isolation: isolate !important;
  overflow: visible !important;
}
.csz-breadcrumb .csz-header-search {
  position: relative !important;
  z-index: 2147483001 !important;
}
.csz-breadcrumb .csz-header-search-results {
  z-index: 2147483002 !important;
  transform: translateZ(0);
}
.csz-hero,
.csz-shell,
.csz-offer-card,
.csz-offers,
.csz-main {
  z-index: auto;
}


/* v3.3.6: keep breadcrumb/search above page content but below coupon popup modal */
.csz-breadcrumb {
  position: relative !important;
  z-index: 900000 !important;
  isolation: isolate !important;
  overflow: visible !important;
}
.csz-breadcrumb .csz-header-search {
  position: relative !important;
  z-index: 900001 !important;
}
.csz-breadcrumb .csz-header-search-results {
  z-index: 900002 !important;
  transform: translateZ(0);
}
.csz-modal-overlay {
  z-index: 2147483600 !important;
}
.csz-modal-overlay .csz-modal,
.csz-modal {
  position: relative !important;
  z-index: 2147483601 !important;
}
html.csz-modal-open .csz-breadcrumb,
body.csz-modal-open .csz-breadcrumb,
html.csz-modal-open .csz-header-search,
body.csz-modal-open .csz-header-search,
html.csz-modal-open .csz-header-search-results,
body.csz-modal-open .csz-header-search-results {
  z-index: 1 !important;
}
