/* Proshops: original store overview, review feed and coupon presentation. */
:root{color-scheme:light;--ink:#000;--muted:#666;--brand:#f7d248;--orange:#ffb92c;--rating:var(--orange);--line:#e5e5e5;--surface:#f5f5f5;--field-line:#999;--shadow:0 4px 24px rgb(0 0 0 / 6%)}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font:14px/1.6 Arial,sans-serif}
button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}a{color:inherit;text-underline-offset:3px}a:hover{color:var(--ink)}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.4}p+p{margin-top:12px}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 19px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;cursor:pointer;line-height:1.5;font-size:14px;min-height:44px}button:hover,.button:hover{background:#f6f6f6}button:disabled{opacity:.55;cursor:not-allowed}.primary{background:var(--orange);border-color:var(--orange);color:var(--ink);font-size:14px;font-weight:700;text-transform:none}.primary:hover{background:#efaa20;border-color:#efaa20;color:var(--ink)}:focus-visible{outline:3px solid var(--ink);outline-offset:4px}[hidden]{display:none!important}.muted,.field-help{color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:18px;z-index:300;background:white;padding:10px}.skip-link:focus{top:10px}
.container{width:90%;max-width:800px;margin:auto}.site-header{background:var(--brand);line-height:0}.site-header a{display:block}.header-banner{display:block;width:100%;height:200px;object-fit:cover;object-position:center}.store-overview{padding:24px 0 22px;border-bottom:1px solid var(--line)}.store-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.store-label{font-size:16px;color:#6c6c6c;font-weight:700;margin-bottom:7px}.store-summary>h2{font-size:20px;font-weight:700;margin-bottom:20px}.rating-panel{max-width:470px}.rating-summary{display:flex;align-items:center;gap:10px;margin-bottom:6px}.rating-summary strong{font-size:22px;line-height:1.3;font-variant-numeric:tabular-nums}.stars{display:inline-flex;align-items:center;gap:2px;vertical-align:middle;line-height:1}.stars img{display:block}.rating-bars{margin-top:12px;display:grid;gap:4px}.rating-row{display:grid;grid-template-columns:110px 1fr 38px;align-items:center;gap:7px;line-height:1.5;font-size:13px}.rating-row>span:last-child{font-size:12px;text-align:right;font-variant-numeric:tabular-nums;color:var(--muted)}.rating-row meter{width:100%;height:10px;background:var(--line);border:0;border-radius:4px;appearance:none;-webkit-appearance:none;overflow:hidden}.rating-row meter::-webkit-meter-bar{height:10px;background:var(--line);border:0;border-radius:4px}.rating-row meter::-webkit-meter-optimum-value{background:var(--rating);border-radius:4px}.rating-row meter::-moz-meter-bar{background:var(--rating);border-radius:4px}.rating-caption{color:var(--muted);font-size:12px;margin-top:12px}.store-links{display:flex;gap:20px;margin-top:12px}.store-links a{color:var(--ink);padding:10px 0;text-decoration:underline;min-height:44px}.store-links a[aria-current]{font-weight:700;color:var(--ink);text-decoration:none}.merchant-contacts table{width:100%;border-collapse:collapse;font-size:13px}.merchant-contacts tr:nth-child(odd){background:var(--surface)}.merchant-contacts th,.merchant-contacts td{padding:8px;vertical-align:top;font-size:12px}.merchant-contacts th{text-align:left;width:44%}.merchant-contacts td{text-align:right;overflow-wrap:anywhere}.merchant-delivery{margin:14px 0 0;font-size:13px}.merchant-delivery>div{padding:8px}.merchant-delivery>div:nth-child(odd){background:var(--surface)}.merchant-delivery dt{font-weight:700}.merchant-delivery dd{margin:4px 0 0}.merchant-note{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.6}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0}.section-heading h1{font-size:22px;font-weight:700;color:var(--ink)}.promo-note{font-size:12px;color:var(--muted);margin:23px 0 30px}.promo-banner{display:block;line-height:0;max-width:600px;margin-left:auto;margin-right:auto}.promo-banner img{display:block;width:100%;height:auto}.review-banner{margin:30px auto}.coupon-banner{margin:0 auto;width:100%}
.review-card{border-radius:20px;background:#fff;box-shadow:var(--shadow);padding:24px;margin-bottom:24px;overflow-wrap:anywhere}.review-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.review-meta>div{display:flex;align-items:center;gap:9px}.review-meta time{font-size:12px;font-style:normal;white-space:nowrap;color:var(--muted);font-variant-numeric:tabular-nums}.review-place{font-size:12px;text-align:right;color:var(--muted)}.review-author{display:flex;align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line)}.review-author strong{font-size:17px;font-weight:700;line-height:1.4}.review-guest{border:0;color:var(--muted);border-radius:4px;padding:2px 7px;text-transform:none;font-weight:400;font-size:12px;line-height:1.5;background:var(--surface)}.review-card h3{font-size:17px;margin-bottom:10px}.review-body{font-size:14px;line-height:1.7}.review-response{margin-top:18px;padding:12px 15px;background:var(--surface);font-size:13px}.review-response summary{font-weight:700;cursor:pointer}.review-response p{margin-top:10px}.review-source,.review-restrictions{display:block;font-size:12px;color:var(--muted);margin-top:16px}.unrated{font-size:12px;color:var(--muted)}.more-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:25px 0 15px}.more-row .muted{font-size:12px}.review-pagination{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 26px}.review-pagination a{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border:1px solid var(--line);padding:4px 10px;text-decoration:none;border-radius:6px}.review-pagination a[aria-current]{border-color:var(--ink);background:var(--ink);color:#fff}.review-bottom{display:flex;align-items:center;gap:23px;margin-bottom:20px}.text-button{background:none;border:0;padding:8px 0;text-decoration:underline;font-size:14px}.review-disclosure{font-size:12px;line-height:1.7;color:var(--muted);max-width:750px;margin-bottom:35px}.empty{padding:24px 0;color:var(--muted)}
.site-footer{border-top:1px solid var(--line);margin-top:25px;padding:25px 0;font-size:12px;color:var(--muted)}.site-footer>.container{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer nav{display:flex;gap:22px;flex-wrap:wrap}.cookie-notice{position:fixed;bottom:12px;left:12px;z-index:50;display:flex;align-items:center;gap:12px;max-width:calc(100% - 24px);padding:10px 12px;background:#fff;border:1px solid var(--line);box-shadow:0 3px 15px #0001;border-radius:6px;font-size:11px}.cookie-notice button{padding:6px 10px;font-size:11px;background:var(--orange);border-color:var(--orange);min-height:32px}
.popup{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px;background:#0009;overflow-y:auto}.popup.is-open{display:flex}.popup-card{position:relative;background:white;width:100%;max-width:670px;max-height:calc(100dvh - 48px);overflow-y:auto;padding:38px 42px;text-align:center;border-radius:12px;box-shadow:0 10px 55px #0003}.close-button{position:absolute;right:10px;top:10px;border:0;width:44px;height:44px;padding:0;border-radius:3px;font-size:26px;background:#fff;color:var(--muted);min-height:44px}.popup-logo{display:block;width:300px;max-width:85%;height:auto;margin:0 auto 27px}.popup-card h2{font-size:24px;color:var(--ink);line-height:1.4}.popup-terms{margin-top:18px;font-size:14px;line-height:1.7}.code-field{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border:1px dashed var(--field-line);border-radius:7px;margin:25px 0 18px}.code-field strong{font-size:24px;color:var(--ink);overflow-wrap:anywhere;letter-spacing:.03em}.shop-link{display:inline-flex;padding:11px 20px;background:var(--orange);border-radius:8px;text-decoration:none;font-weight:700;font-size:14px;color:var(--ink);margin:0 0 17px;align-items:center;justify-content:center;min-height:44px;line-height:1.5}.popup-card .muted{font-size:12px;line-height:1.6}
.review-dialog{position:fixed;inset:0;width:calc(100% - 36px);max-width:630px;max-height:calc(100dvh - 36px);margin:auto;padding:30px;border:0;border-radius:12px;color:var(--ink);overflow-y:auto;box-shadow:0 10px 55px #0003}.review-dialog::backdrop{background:#0009}.form-heading{position:relative;padding-right:32px;margin-bottom:20px}.form-heading h2{font-size:24px;color:var(--ink)}.form-heading p{margin-top:8px;font-size:14px}.form-heading .close-button{top:-15px;right:-17px;width:44px;height:44px;min-height:44px;color:var(--muted)}.review-dialog label{display:block;font-weight:600;font-size:14px;margin-bottom:15px}.review-dialog input:not([type=checkbox]),.review-dialog select,.review-dialog textarea{display:block;width:100%;margin-top:6px;padding:10px 12px;border:1px solid var(--field-line);border-radius:6px;background:white;color:var(--ink);font-weight:400;font-size:16px}.review-dialog textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.review-dialog .check-label{display:flex;align-items:flex-start;gap:10px;font-weight:400;line-height:1.6;margin:15px 0;font-size:13px}.check-label input{flex:none;width:17px;height:17px;margin:2px 0 0;accent-color:var(--ink)}.field-help{font-size:12px;line-height:1.6;margin-bottom:18px}.honey{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.publication-options{font-size:13px;margin-bottom:18px}.publication-options summary{cursor:pointer}.publication-options label{margin-top:12px}.form-actions{display:flex;align-items:center;gap:18px;margin-top:15px}.form-actions .muted{font-size:12px}.form-error{font-size:13px;color:#a52424;margin:10px 0;overflow-wrap:anywhere}#review-success h2{color:var(--ink);font-size:24px;margin-bottom:12px}#review-success>p{margin:12px 0 18px}#review-success>button{margin-right:10px}#review-receipt{font-family:monospace;font-size:13px}#withdraw-dialog h2{font-size:24px;color:var(--ink);margin-bottom:15px}#withdraw-dialog p{font-size:13px;margin-bottom:16px}.doc{max-width:800px;padding-top:30px}.doc h1{font-size:28px;margin:20px 0 30px;color:var(--ink)}.doc h2{font-size:22px;margin:28px 0 14px}.doc p{font-size:14px;line-height:1.8;margin-bottom:15px;overflow-wrap:anywhere}.back-link{font-size:13px;color:var(--muted)}.not-found{text-align:center;padding:60px 0}.not-found h1{font-size:24px;color:var(--ink)}.not-found p{margin-top:14px}.error-number{display:block;font-size:100px;color:var(--ink);font-weight:700;line-height:1.2}.not-found .form-actions{justify-content:center;margin-top:25px}
@media(max-width:1000px){.store-columns{gap:30px}.merchant-contacts th,.merchant-contacts td{font-size:12px}}
@media(max-width:780px){.store-columns{grid-template-columns:1fr;gap:26px}.store-summary>h2{margin-bottom:17px}.rating-panel{max-width:none}.rating-bars{max-width:470px;margin-top:12px;display:grid;gap:4px}.merchant-contacts{max-width:none}.section-heading h1{font-size:21px}.site-footer>.container{display:block}.site-footer nav{margin-top:12px;gap:10px 20px}}
@media(max-width:480px){.header-banner{height:150px}.store-columns{gap:24px}.store-label{font-size:15px}.store-summary>h2{font-size:21px}.rating-row{grid-template-columns:103px 1fr 30px;gap:6px;font-size:13px;line-height:1.5}.rating-panel>p{font-size:12px}.rating-caption{font-size:12px;margin-top:12px}.merchant-contacts th,.merchant-contacts td{padding:8px 6px;font-size:12px}.merchant-contacts th{width:43%}.merchant-delivery{font-size:13px}.merchant-note{font-size:12px;margin-top:10px;line-height:1.6}.section-heading{flex-wrap:wrap;gap:16px;padding:24px 0}.section-heading h1{font-size:20px}.section-heading>.primary{font-size:14px;padding:10px 14px}.review-card{padding:24px;margin-bottom:24px;border-radius:18px}.review-meta{align-items:flex-start;gap:12px;margin-bottom:16px}.review-meta>div{flex-wrap:wrap;gap:5px 8px}.review-meta time{font-size:12px;font-style:normal;color:var(--muted);font-variant-numeric:tabular-nums}.review-place{font-size:12px;max-width:115px;color:var(--muted)}.review-author strong{font-size:17px;line-height:1.4}.review-card h3{font-size:16px}.review-body{font-size:14px;line-height:1.7}.review-banner{margin:25px auto}.more-row{gap:12px;flex-wrap:wrap}.more-row .button{font-size:14px}.review-bottom{gap:10px;flex-wrap:wrap}.review-bottom .primary{font-size:14px;text-transform:none}.review-disclosure{font-size:12px}.cookie-notice{left:8px;bottom:8px;max-width:calc(100% - 16px);font-size:11px;padding:7px 9px;gap:8px}.cookie-notice button{font-size:11px;padding:5px 8px;min-height:32px}.popup{padding:14px}.popup-card{padding:31px 21px 24px;max-height:calc(100dvh - 28px)}.popup-logo{width:245px;margin-bottom:22px}.popup-card h2{font-size:24px}.popup-terms{font-size:14px;margin-top:15px;line-height:1.7}.code-field{gap:12px;padding:11px 10px;margin:21px 0 16px;border:1px dashed var(--field-line)}.code-field strong{font-size:24px;letter-spacing:.03em}.code-field button{font-size:14px;padding:10px 12px}.popup-card .muted{font-size:12px;line-height:1.6}.shop-link{font-size:14px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;line-height:1.5}.review-dialog{padding:24px 20px;width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.form-heading h2{font-size:21px}.form-heading p{font-size:14px}.form-grid{grid-template-columns:1fr;gap:0}.review-dialog input:not([type=checkbox]),.review-dialog select,.review-dialog textarea{font-size:16px;border:1px solid var(--field-line);border-radius:6px}.review-dialog .check-label{font-size:13px}.form-actions{gap:10px;flex-wrap:wrap}.doc h1{font-size:28px}.doc h2{font-size:20px}.doc p{font-size:14px;line-height:1.8}.not-found{padding:35px 0}.not-found h1{font-size:24px}.error-number{font-size:78px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.star-unit{display:inline-flex;position:relative;width:20px;height:20px}.star-unit>span{position:absolute;top:0;left:0;height:20px;overflow:hidden}.star-unit img{width:20px;height:20px;max-width:none}

.coupon-fallback{font-size:13px;text-align:center;margin-bottom:12px}.coupon-fallback strong{display:block;font-size:20px;color:var(--ink);overflow-wrap:anywhere}

/* Compact coupon cards: a discount label shares the title row. */
.promos-page{display:flex;flex-direction:column}
.site-footer nav{margin-top:0}
@media(max-width:780px){.promos-page>.store-overview{order:1;border-bottom:0;border-top:1px solid var(--line);padding:24px 0 0}}
.promo-heading{display:block}.promo-expiry{font-size:14px;color:var(--muted);margin-top:5px}
.promo-cards{display:grid;gap:20px}
.coupon{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:24px;min-height:120px;padding:20px 24px;background:#fff;border-radius:20px;box-shadow:var(--shadow);scroll-margin-top:24px}
.coupon-copy{min-width:0}.coupon-heading{display:flex;align-items:center;gap:12px}
.coupon-badge{display:inline-flex;align-items:center;justify-content:center;flex:none;min-height:34px;padding:3px 12px;border-radius:6px;background:color-mix(in srgb,var(--orange) 16%,transparent);color:var(--ink);font-size:22px;line-height:1.3;font-weight:700;white-space:nowrap}
.coupon-badge-cash{font-size:17px}
.coupon-copy h2{min-width:0;font-size:20px;line-height:1.35;color:var(--ink);font-weight:700;overflow-wrap:anywhere}
.coupon-copy .coupon-description{margin-top:12px;font-size:14px;line-height:1.5}
.coupon-action{display:flex;flex-direction:column;align-items:stretch;gap:8px}
.coupon-action button{width:100%;min-height:44px;padding:10px 16px;font-size:16px;line-height:1.375;text-transform:none;white-space:nowrap}
.expiry{font-size:12px;color:var(--muted);text-align:center}
@media(max-width:780px){.coupon{display:flex;flex-direction:column;align-items:stretch;gap:16px;min-height:0;padding:16px}.coupon-copy h2{font-size:18px}.coupon-badge{font-size:20px}.coupon-badge-cash{font-size:16px}.coupon-copy .coupon-description{margin-top:12px}.promo-cards{gap:16px}}
@media(max-width:359px){.coupon-heading{gap:9px}.coupon-copy h2{font-size:17px}.coupon-badge{padding-left:10px;padding-right:10px}}

/* Public typography: readable captions, consistent controls, compact cards. */
.rating-panel>p{font-size:13px}
.section-heading h1{font-size:24px}
.review-meta .stars img{width:18px;height:18px}
.site-footer{padding-bottom:80px}
@media(max-width:480px){
  .section-heading h1,.popup-card h2,.form-heading h2,#review-success h2,#withdraw-dialog h2{font-size:22px}
  .doc h1{font-size:24px}
  .review-card{padding:20px}
  .rating-panel>.rating-caption{font-size:12px}
  .code-field strong{font-size:22px}
}
@media(max-width:359px){
  .code-field{flex-direction:column;align-items:stretch}
  .code-field strong{text-align:center}
}

/* Content leads on desktop and mobile; merchant reference stays below. */
main>.store-links{padding:16px 0 0;margin:0;gap:22px}
.store-links a{display:inline-flex;align-items:center;min-height:44px}
main>.store-overview{margin-top:28px;border-top:1px solid var(--line);border-bottom:0;padding-top:24px}
.promo-cards>.coupon{order:2}.promo-cards>.coupon:first-child{order:0}.promo-cards>.coupon:nth-child(3){order:0}.promo-cards>.coupon-banner{order:1}
.review-meta{margin-bottom:10px}.review-author{margin-bottom:10px}.review-author strong{font-size:16px}.review-source{display:inline-block;margin-top:12px;font-size:12px;color:var(--muted)}
.cookie-notice{font-size:12px;padding:5px 8px;gap:8px}.cookie-notice button{font-size:12px;min-height:40px}
@media(max-width:480px){main>.store-links{padding-top:6px}.section-heading{padding:16px 0}.review-card{padding:18px;margin-bottom:18px}.review-meta{margin-bottom:8px}.review-author strong{font-size:16px}}
@media(max-width:480px) and (max-height:700px){.header-banner{height:120px}.promo-cards>.coupon:nth-child(3){order:2}}

.promo-cards.layout-ready>*{order:0}
