@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --purple-950:#24072f;
  --purple-900:#351145;
  --purple-800:#4b146c;
  --purple-700:#681f88;
  --pink-600:#ef2b86;
  --pink-500:#ff4a9e;
  --pink-200:#ffd7e9;
  --lavender:#f8effb;
  --cream:#fffafc;
  --white:#fff;
  --ink:#27142e;
  --muted:#746878;
  --line:#eadbec;
  --green:#2f8a57;
  --yellow:#a96a00;
  --blue:#5366c9;
  --red:#b7354a;
  --shadow:0 18px 44px rgba(53,17,69,.12);
  --shadow-soft:0 8px 22px rgba(53,17,69,.08);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--ink);background:var(--cream)}
img{max-width:100%;display:block}
a{color:inherit}
button,input{font:inherit}
.shell{width:min(1240px,calc(100% - 32px));margin-inline:auto}
.skip-link{position:fixed;top:-60px;left:12px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px}
.skip-link:focus{top:12px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(234,219,236,.8);backdrop-filter:blur(16px)}
.header-inner{min-height:92px;display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:30px;align-items:center}
.brand-link img{width:clamp(290px,27vw,430px);max-height:82px;object-fit:contain;object-position:left center}
.header-search input,.catalog-search input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 16px;box-shadow:var(--shadow-soft);outline:none}
.header-search input:focus,.catalog-search input:focus{border-color:var(--purple-700);box-shadow:0 0 0 4px rgba(104,31,136,.1)}
.menu-button{display:none;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:800}
.main-nav{display:flex;gap:22px;align-items:center}
.main-nav a{text-decoration:none;font-weight:800;white-space:nowrap}

.hero{position:relative;overflow:hidden;padding:54px 0 64px;background:radial-gradient(circle at 83% 20%,rgba(255,74,158,.19),transparent 28%),radial-gradient(circle at 9% 82%,rgba(104,31,136,.12),transparent 24%),linear-gradient(135deg,#fffafd 0%,#f7ecfb 55%,#ffe8f2 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr 1.06fr .52fr;gap:34px;align-items:center}
.eyebrow{margin:0 0 10px;color:var(--pink-600);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.76rem}
h1,h2{margin-top:0;font-family:"Playfair Display",Georgia,serif;line-height:1.04}
h1{font-size:clamp(3.2rem,6.7vw,6.3rem);letter-spacing:-.05em;margin-bottom:20px}
h1 span{color:var(--pink-600)}
h2{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em}
h3,p{margin-top:0}
.hero-lead{max-width:600px;color:var(--muted);font-size:1.08rem}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 19px;border-radius:999px;text-decoration:none;font-weight:800;transition:transform .18s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--purple-700),var(--pink-600));box-shadow:0 12px 28px rgba(239,43,134,.25)}
.button-secondary,.button-review{color:var(--pink-600);background:#fff;border:1px solid var(--pink-500)}
.button-shop{color:#fff;background:linear-gradient(135deg,var(--pink-600),var(--pink-500))}
.disabled{opacity:.55;pointer-events:none}

.featured-review{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.featured-copy{padding:24px;display:flex;flex-direction:column;justify-content:center}
.featured-copy h2{font-size:1.75rem;margin:12px 0 10px}
.rating-row{display:flex;gap:12px;align-items:center;color:#f0a000;font-weight:800}
.rating-row small{color:var(--muted)}
.featured-copy p{color:var(--muted)}
.featured-price{font-size:1.45rem;font-weight:900;color:var(--pink-600);margin:4px 0 18px}
.featured-actions{display:flex;gap:10px;flex-wrap:wrap}
.featured-image-wrap{position:relative;background:linear-gradient(145deg,#ffe8f3,#eadcf4);min-height:340px}
.featured-image-wrap>img{width:100%;height:100%;object-fit:cover}
.score-card{position:absolute;right:14px;bottom:14px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:15px;padding:11px 14px;box-shadow:var(--shadow-soft)}
.score-card span{display:block;color:var(--muted);font-size:.73rem;font-weight:700}
.score-card strong{font-size:1.9rem;color:var(--purple-800)}
.score-card small{font-size:.8rem}
.status{display:inline-flex;width:max-content;align-items:center;min-height:27px;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:800}
.status-approved{color:var(--green);background:#e8f7ee}
.status-testing{color:var(--yellow);background:#fff4d4}
.status-budget{color:var(--blue);background:#eceeff}
.status-favorite{color:var(--pink-600);background:#ffe5f2}
.status-ordered{color:var(--purple-700);background:#eee8f7}
.status-skip{color:var(--red);background:#fae7ea}

.mascot-panel{text-align:center}
.mascot-panel img{width:min(250px,100%);margin:14px auto 0;filter:drop-shadow(0 18px 24px rgba(53,17,69,.13))}
.speech-bubble{position:relative;background:#fff;border:1px solid var(--line);border-radius:40px;padding:18px 20px;color:var(--pink-600);box-shadow:var(--shadow-soft)}
.speech-bubble strong,.speech-bubble span{display:block}
.speech-bubble:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);border-width:14px 14px 0;border-style:solid;border-color:#fff transparent transparent}

.promise-strip{padding:34px 0;background:#fff}
.promise-title{display:flex;gap:14px;align-items:center;justify-content:center;margin-bottom:22px;color:var(--purple-900)}
.promise-title h2{font-family:"DM Sans",sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.18em;margin:0}
.promise-title span{color:var(--pink-500)}
.promise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.promise-item{display:grid;grid-template-columns:118px 1fr;gap:18px;align-items:center}
.promise-image-box{width:118px;height:118px;display:grid;place-items:center}
.promise-image-box img{width:108px;height:108px;object-fit:contain}
.promise-item:nth-child(3) .promise-image-box img{width:94px;height:94px}
.promise-item h3{margin-bottom:6px}
.promise-item p{margin:0;color:var(--muted);font-size:.88rem}

.value-strip{padding:20px 0;background:linear-gradient(90deg,#f7e8f6,#f8edf8,#ffe9f3)}
.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.value-grid article{display:flex;gap:12px;align-items:center}
.value-icon{width:42px;height:42px;display:grid;place-items:center;border:2px solid var(--pink-500);border-radius:50%;color:var(--pink-600);font-weight:900}
.value-grid p{margin:2px 0 0;color:var(--muted);font-size:.84rem}

.section{padding:62px 0}
.trending-section{background:#fff}
.categories-section{background:var(--lavender)}
.reviews-section{background:linear-gradient(180deg,#fff,#fff8fc)}
.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}
.section-heading h2{margin-bottom:0}
.section-heading>a{color:var(--pink-600);font-weight:800;text-decoration:none}
.section-heading>p{color:var(--muted);max-width:440px}

.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card,.review-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft)}
.product-card img,.review-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--lavender)}
.product-card-content,.review-card-content{padding:16px}
.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}
.product-store{color:var(--muted);font-size:.78rem;font-weight:700}
.product-card h3,.review-card h3{margin-bottom:7px;line-height:1.25}
.product-card p,.review-card p{color:var(--muted);font-size:.88rem}
.price-row,.score-row{display:flex;justify-content:space-between;gap:12px;align-items:center}
.price{font-weight:900;color:var(--pink-600)}
.score{color:var(--purple-800);font-weight:900}

.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.category-card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:17px;text-decoration:none;background:linear-gradient(160deg,#fff,#fcecf5);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}
.category-icon{font-size:1.9rem}
.category-card h3{margin:18px 0 3px}
.category-card p{margin:0;color:var(--muted);font-size:.8rem}

.catalog-search{width:min(420px,100%)}
.filter-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:12px}
.filter-button{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800}
.filter-button.active{color:#fff;background:linear-gradient(135deg,var(--purple-800),var(--pink-600));border-color:transparent}
.result-count{color:var(--muted);font-size:.86rem}
.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.review-card{display:flex;flex-direction:column}
.review-card-content{display:flex;flex-direction:column;flex:1}
.review-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:12px}
.review-card-actions .button{min-height:42px;border-radius:11px;padding:9px 11px;font-size:.82rem}
.empty-state{text-align:center;padding:44px 20px;background:#fff;border:1px dashed var(--line);border-radius:20px}

.site-footer{padding:42px 0 20px;color:#fff;background:radial-gradient(circle at 15% 15%,rgba(255,74,158,.14),transparent 20%),linear-gradient(145deg,var(--purple-950),var(--purple-900))}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:34px}
.footer-logo-panel{display:inline-flex;align-items:center;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:0 12px 24px rgba(0,0,0,.14)}
.footer-logo-panel img{width:min(340px,100%);max-height:90px;object-fit:contain}
.footer-brand-block p,.footer-note{color:rgba(255,255,255,.7)}
.site-footer h2{font-family:"DM Sans",sans-serif;font-size:1rem}
.site-footer nav{display:grid;gap:8px}
.site-footer a{text-decoration:none;color:rgba(255,255,255,.78);font-size:.88rem}
.footer-bottom{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.6);font-size:.8rem}

@media(max-width:1050px){
  .header-inner{grid-template-columns:auto 1fr auto}
  .header-search{display:none}
  .menu-button{display:block}
  .main-nav{display:none;position:absolute;top:92px;left:16px;right:16px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:grid}
  .hero-grid{grid-template-columns:1fr 1fr}
  .mascot-panel{grid-column:1/-1;display:grid;grid-template-columns:auto 180px;justify-content:center;align-items:center;gap:20px}
  .mascot-panel img{width:180px}
  .speech-bubble{max-width:340px}
  .product-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
}

@media(max-width:760px){
  .header-inner{min-height:78px}
  .brand-link img{width:240px;max-height:66px}
  .hero{padding-top:38px}
  .hero-grid{grid-template-columns:1fr}
  .featured-review{grid-template-columns:1fr}
  .featured-image-wrap{min-height:260px}
  .mascot-panel{grid-column:auto;grid-template-columns:1fr}
  .mascot-panel img{width:160px}
  .promise-grid{grid-template-columns:1fr}
  .promise-item{grid-template-columns:96px 1fr}
  .promise-image-box{width:96px;height:96px}
  .promise-image-box img{width:88px;height:88px}
  .promise-item:nth-child(3) .promise-image-box img{width:76px;height:76px}
  .value-grid{grid-template-columns:1fr 1fr}
  .section-heading{display:grid}
  .product-grid,.review-grid{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand-block{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
}

@media(max-width:480px){
  .brand-link img{width:205px}
  h1{font-size:clamp(2.7rem,15vw,4.3rem)}
  .value-grid{grid-template-columns:1fr}
  .category-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-logo-panel img{width:260px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important}
}

/* Stable no-carousel layout corrections */
.featured-review {
  position: relative;
  padding-bottom: 0;
}

.featured-image-wrap {
  min-width: 0;
  overflow: hidden;
}

.featured-image-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promise-image-box {
  width: 118px;
  height: 118px;
  flex: 0 0 auto;
}

.promise-image-box img {
  width: 106px;
  height: 106px;
  object-fit: contain;
}

.promise-item:nth-child(3) .promise-image-box img {
  width: 92px;
  height: 92px;
}

@media (max-width: 760px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-item {
    grid-template-columns: 92px 1fr;
  }

  .promise-image-box {
    width: 92px;
    height: 92px;
  }

  .promise-image-box img {
    width: 84px;
    height: 84px;
  }

  .promise-item:nth-child(3) .promise-image-box img {
    width: 74px;
    height: 74px;
  }
}

/* Chrome cleanup */
.carousel-controls,
.carousel-arrow,
.carousel-dots,
.carousel-dot {
  display: none !important;
}

.yunzii-feature{padding:46px 0 58px;background:linear-gradient(135deg,#fffafd,#f7ecfb 55%,#ffe8f2)}
.yunzii-intro{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-bottom:22px}
.yunzii-intro h1{font-size:clamp(2.8rem,5vw,5.4rem);margin-bottom:12px}.yunzii-intro h1 span{color:var(--pink-600)}
.yunzii-intro p:not(.eyebrow){max-width:850px;color:var(--muted)}
.yunzii-actions{display:grid;gap:10px;min-width:210px}
.yunzii-banner{display:block;overflow:hidden;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.yunzii-banner img{width:100%;height:auto}
.yunzii-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:14px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.yunzii-facts div{padding:15px;background:#fff}.yunzii-facts small{display:block;color:var(--muted);margin-bottom:4px}.yunzii-facts strong{color:var(--purple-800)}
@media(max-width:800px){.yunzii-intro{grid-template-columns:1fr}.yunzii-actions{grid-template-columns:1fr 1fr}.yunzii-facts{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.yunzii-actions,.yunzii-facts{grid-template-columns:1fr}}

/* Version 3.5.1 visual refinements */
.promise-item:nth-child(3) .promise-image-box img {
  width: 106px !important;
  height: 106px !important;
  object-fit: contain;
}

.site-footer {
  background:
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.09), transparent 22%),
    linear-gradient(145deg, #6f2a86, #8d3b95 48%, #5f2679);
}

.footer-logo-panel {
  background: rgba(255,255,255,.96);
}

.footer-bottom {
  color: rgba(255,255,255,.82);
}

.site-footer a {
  color: rgba(255,255,255,.88);
}

.site-footer .footer-note,
.footer-brand-block p {
  color: rgba(255,255,255,.76);
}

@media (max-width: 760px) {
  .promise-item:nth-child(3) .promise-image-box img {
    width: 84px !important;
    height: 84px !important;
  }
}

/* Version 3.5.2: normalize promise badge visual weight */
.promise-item {
  grid-template-columns: 96px 1fr !important;
}

.promise-image-box {
  width: 96px !important;
  height: 96px !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
}

.promise-image-box img {
  width: 78px !important;
  height: 78px !important;
  max-width: 78px !important;
  max-height: 78px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Cashback asset has a larger visible footprint, so scale it slightly smaller */
.promise-item:nth-child(3) .promise-image-box img {
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
}

@media (max-width: 760px) {
  .promise-item {
    grid-template-columns: 84px 1fr !important;
  }

  .promise-image-box {
    width: 84px !important;
    height: 84px !important;
  }

  .promise-image-box img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
  }

  .promise-item:nth-child(3) .promise-image-box img {
    width: 61px !important;
    height: 61px !important;
    max-width: 61px !important;
    max-height: 61px !important;
  }
}

/* v3.5.3 exact badge normalization — targets the actual rendered images */
.promise-grid .promise-image-box {
  width: 86px !important;
  height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.promise-grid .promise-image-box .promise-badge {
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  width: auto !important;
  max-width: 82px !important;
}

.promise-grid .promise-image-box .promise-badge--wide {
  height: 54px !important;
  max-height: 54px !important;
}

.promise-grid .promise-image-box .promise-badge--cashback {
  height: 48px !important;
  max-height: 48px !important;
  max-width: 48px !important;
}

/* Clearly updated footer color */
.site-footer {
  background: linear-gradient(135deg, #8b3c88 0%, #a9478f 48%, #713375 100%) !important;
}

.footer-bottom::after {
  content: "";
}

@media (max-width: 760px) {
  .promise-grid .promise-image-box {
    width: 76px !important;
    height: 60px !important;
  }

  .promise-grid .promise-image-box .promise-badge--wide {
    height: 47px !important;
    max-height: 47px !important;
  }

  .promise-grid .promise-image-box .promise-badge--cashback {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 42px !important;
  }
}

/* PHP v4 */
.promise-grid .promise-image-box{width:86px!important;height:68px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.promise-grid .promise-badge--wide{width:auto!important;height:54px!important;max-height:54px!important}
.promise-grid .promise-badge--cashback{width:auto!important;height:48px!important;max-height:48px!important}
.site-footer{background:linear-gradient(135deg,#8b3c88 0%,#a9478f 48%,#713375 100%)!important}

/* v1.1 badge balance: enlarge Guru Reviewed and Verified Find to match Cashback Approved */
.promise-grid .promise-image-box {
  width: 104px !important;
  height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.promise-grid .promise-badge--wide {
  width: auto !important;
  height: 72px !important;
  max-height: 72px !important;
  max-width: 100px !important;
  object-fit: contain !important;
}

.promise-grid .promise-badge--cashback {
  width: auto !important;
  height: 72px !important;
  max-height: 72px !important;
  max-width: 72px !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  .promise-grid .promise-image-box {
    width: 92px !important;
    height: 74px !important;
  }

  .promise-grid .promise-badge--wide {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 88px !important;
  }

  .promise-grid .promise-badge--cashback {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 62px !important;
  }
}

/* v1.4 responsive hardening */
img{max-width:100%}
html{overflow-x:hidden}
body{overflow-wrap:break-word}
.site-header .header-inner{min-width:0}
.brand-link img{height:auto}
.button{white-space:normal;text-align:center}
@media(max-width:820px){
  .header-inner{grid-template-columns:1fr auto}
  .main-nav{gap:12px;flex-wrap:wrap}
  .promise-grid{grid-template-columns:1fr}
  .promise-item{max-width:620px;margin-inline:auto;width:100%}
}
@media(max-width:560px){
  .site-header{position:relative}
  .brand-link img{max-width:220px}
  .section{padding:42px 0}
  .section-heading h2{font-size:clamp(2rem,10vw,3.2rem)}
  .site-footer .footer-grid{grid-template-columns:1fr}
}


/* Shopping Guru Finds CMS v2.2.1
   Homepage promise badge balance.
   The Guru Reviewed and Verified Find source files are landscape assets,
   so they require a larger rendered height than the square Cashback badge
   to produce the same visible badge weight.
*/
.promise-strip .promise-grid {
  align-items: center;
}

.promise-strip .promise-item {
  grid-template-columns: 132px minmax(0, 1fr) !important;
  column-gap: 20px !important;
  align-items: center !important;
}

.promise-strip .promise-image-box {
  width: 132px !important;
  height: 112px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.promise-strip .promise-image-box .promise-badge {
  display: block !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* Enlarge only Guru Reviewed and Verified Find. */
.promise-strip .promise-image-box .promise-badge--wide {
  width: auto !important;
  height: 104px !important;
  max-width: 128px !important;
  max-height: 104px !important;
}

/* Preserve the approved Cashback badge size. */
.promise-strip .promise-image-box .promise-badge--cashback {
  width: auto !important;
  height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
}

@media (max-width: 900px) and (min-width: 821px) {
  .promise-strip .promise-item {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }

  .promise-strip .promise-image-box {
    width: 112px !important;
    height: 98px !important;
  }

  .promise-strip .promise-image-box .promise-badge--wide {
    height: 90px !important;
    max-width: 108px !important;
  }

  .promise-strip .promise-image-box .promise-badge--cashback {
    height: 70px !important;
    max-width: 70px !important;
  }
}

@media (max-width: 820px) {
  .promise-strip .promise-item {
    grid-template-columns: 118px minmax(0, 1fr) !important;
  }

  .promise-strip .promise-image-box {
    width: 118px !important;
    height: 100px !important;
  }

  .promise-strip .promise-image-box .promise-badge--wide {
    height: 92px !important;
    max-width: 114px !important;
  }

  .promise-strip .promise-image-box .promise-badge--cashback {
    height: 70px !important;
    max-width: 70px !important;
  }
}

@media (max-width: 480px) {
  .promise-strip .promise-item {
    grid-template-columns: 100px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .promise-strip .promise-image-box {
    width: 100px !important;
    height: 88px !important;
  }

  .promise-strip .promise-image-box .promise-badge--wide {
    height: 80px !important;
    max-width: 98px !important;
  }

  .promise-strip .promise-image-box .promise-badge--cashback {
    height: 62px !important;
    max-width: 62px !important;
  }
}


/* Shopping Guru Finds CMS v2.3 — finalized trust badge family */
.promise-strip .promise-image-box {
  width: 132px !important;
  height: 118px !important;
}

.promise-strip .promise-image-box .promise-badge {
  width: auto !important;
  height: 104px !important;
  max-width: 124px !important;
  max-height: 104px !important;
  object-fit: contain !important;
}

/* All three finalized badges now use comparable square proportions. */
.promise-strip .promise-image-box .promise-badge--wide,
.promise-strip .promise-image-box .promise-badge--cashback {
  width: auto !important;
  height: 104px !important;
  max-width: 124px !important;
  max-height: 104px !important;
}

@media (max-width: 900px) {
  .promise-strip .promise-image-box {
    width: 112px !important;
    height: 102px !important;
  }

  .promise-strip .promise-image-box .promise-badge,
  .promise-strip .promise-image-box .promise-badge--wide,
  .promise-strip .promise-image-box .promise-badge--cashback {
    height: 92px !important;
    max-width: 108px !important;
    max-height: 92px !important;
  }
}

@media (max-width: 480px) {
  .promise-strip .promise-image-box {
    width: 96px !important;
    height: 88px !important;
  }

  .promise-strip .promise-image-box .promise-badge,
  .promise-strip .promise-image-box .promise-badge--wide,
  .promise-strip .promise-image-box .promise-badge--cashback {
    height: 78px !important;
    max-width: 92px !important;
    max-height: 78px !important;
  }
}


/* SGF v2.3.1 — Cashback badge visible-size correction.
   This badge uses a dedicated larger box because its artwork has a taller,
   more compact silhouette than the other two trust badges. */
.promise-strip .promise-item:nth-child(3) {
  grid-template-columns: 150px minmax(0, 1fr) !important;
}

.promise-strip .promise-item:nth-child(3) .promise-image-box {
  width: 150px !important;
  height: 126px !important;
  overflow: visible !important;
}

.promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
  width: 128px !important;
  height: 128px !important;
  max-width: 128px !important;
  max-height: 128px !important;
  object-fit: contain !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .promise-strip .promise-item:nth-child(3) {
    grid-template-columns: 124px minmax(0, 1fr) !important;
  }

  .promise-strip .promise-item:nth-child(3) .promise-image-box {
    width: 124px !important;
    height: 108px !important;
  }

  .promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
    width: 108px !important;
    height: 108px !important;
    max-width: 108px !important;
    max-height: 108px !important;
  }
}

@media (max-width: 480px) {
  .promise-strip .promise-item:nth-child(3) {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .promise-strip .promise-item:nth-child(3) .promise-image-box {
    width: 104px !important;
    height: 94px !important;
  }

  .promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    max-height: 92px !important;
  }
}


/* SGF v2.3.3 — precision-normalized badge family.
   Largest-component artwork extraction removes stray transparent-edge pixels.
   All badges now use identical canvas geometry and a single display rule. */
.promise-strip .promise-item,
.promise-strip .promise-item:nth-child(3) {
  grid-template-columns: 124px minmax(0, 1fr) !important;
  column-gap: 20px !important;
  align-items: center !important;
}

.promise-strip .promise-image-box,
.promise-strip .promise-item:nth-child(3) .promise-image-box {
  width: 124px !important;
  height: 112px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.promise-strip .promise-image-box .promise-badge,
.promise-strip .promise-image-box .promise-badge--wide,
.promise-strip .promise-image-box .promise-badge--cashback,
.promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
  width: 104px !important;
  height: 104px !important;
  max-width: 104px !important;
  max-height: 104px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .promise-strip .promise-item,
  .promise-strip .promise-item:nth-child(3) {
    grid-template-columns: 108px minmax(0, 1fr) !important;
  }

  .promise-strip .promise-image-box,
  .promise-strip .promise-item:nth-child(3) .promise-image-box {
    width: 108px !important;
    height: 98px !important;
  }

  .promise-strip .promise-image-box .promise-badge,
  .promise-strip .promise-image-box .promise-badge--wide,
  .promise-strip .promise-image-box .promise-badge--cashback,
  .promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    max-height: 90px !important;
  }
}

@media (max-width: 480px) {
  .promise-strip .promise-item,
  .promise-strip .promise-item:nth-child(3) {
    grid-template-columns: 94px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .promise-strip .promise-image-box,
  .promise-strip .promise-item:nth-child(3) .promise-image-box {
    width: 94px !important;
    height: 86px !important;
  }

  .promise-strip .promise-image-box .promise-badge,
  .promise-strip .promise-image-box .promise-badge--wide,
  .promise-strip .promise-image-box .promise-badge--cashback,
  .promise-strip .promise-item:nth-child(3) .promise-badge--cashback {
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
  }
}
