/* Couponscode.nl V13 — one public stylesheet */
:root{--green:#079447;--green-dark:#06743a;--green-soft:#eff9f3;--navy:#0f1930;--text:#202634;--muted:#687184;--line:#e4e7ec;--soft:#f6f7f8;--white:#fff;--radius:18px;--container:1200px;--shadow:0 8px 24px rgba(15,25,48,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.admin-bar{margin-top:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.site-main{min-height:55vh}.section{padding:58px 0}.section-tight{padding:30px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{margin:0;color:var(--navy);font-size:32px;line-height:1.15;letter-spacing:-.03em}.section-head p{margin:7px 0 0;color:var(--muted)}.section-head>a,.text-link,.detail-link{color:var(--green-dark);font-weight:700}.eyebrow,.section-kicker{display:block;margin-bottom:12px;color:var(--green-dark);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-weight:800;cursor:pointer}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:var(--green-dark)}.button-secondary{border-color:var(--line);background:#fff;color:var(--navy)}.button-full{width:100%}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{height:78px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:205px;height:48px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:26px;margin-right:auto}.main-nav a{color:var(--navy);font-size:14px;font-weight:700}.main-nav a:hover{color:var(--green-dark)}.header-search{display:flex;align-items:center;gap:10px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fafbfc;padding:0 14px}.desktop-search{width:330px}.header-search svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;color:var(--muted)}.header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--navy)}.header-search input::placeholder{color:#8b92a0}.menu-button{display:none;border:0;background:transparent;padding:7px}.menu-button span{display:block;width:25px;height:2px;margin:5px 0;background:var(--navy)}.mobile-search-wrap{display:none}
.home-hero{padding:34px 0 12px}.hero-shell{position:relative;padding:28px;border-radius:24px;background:#f6fbf7}.hero-slider{position:relative}.hero-track{display:flex;gap:16px;overflow:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth}.hero-slide,.static-hero{min-width:100%;display:grid;grid-template-columns:40% 60%;min-height:355px;overflow:hidden;border:1px solid #dcefe3;border-radius:18px;background:#fff;scroll-snap-align:start}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:44px}.hero-copy h1{max-width:480px;margin:0;color:var(--navy);font-size:43px;line-height:1.04;letter-spacing:-.045em}.hero-copy p{max-width:520px;margin:18px 0 26px;color:var(--muted);font-size:17px}.hero-art{display:block;min-height:100%;background:var(--green-soft)}.hero-art img{width:100%;height:100%;min-height:355px;display:block;object-fit:cover}.hero-art-fallback{display:grid;place-items:center}.hero-art-fallback img{width:56%;height:auto;min-height:0;object-fit:contain;opacity:.2}.slider-arrow{position:absolute;top:50%;z-index:5;width:48px;height:48px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:20px;cursor:pointer;transform:translateY(-50%);box-shadow:var(--shadow)}.slider-prev{left:-52px}.slider-next{right:-52px}.slider-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d5dbe2;cursor:pointer}.slider-dot.is-active{width:24px;border-radius:999px;background:var(--green)}
.store-logo-strip{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.store-logo-strip-item{height:82px;display:grid;place-items:center;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.store-logo-strip-item img{max-width:110px;max-height:46px;object-fit:contain}.stores-overview{padding-top:44px}.category-pills{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}.category-pills a{padding:9px 15px;border:1px solid var(--line);border-radius:999px;color:#4b5566;font-size:13px;font-weight:700;background:#fff}.category-pills a.is-active,.category-pills a:hover{border-color:var(--green);background:var(--green);color:#fff}.compact-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.compact-store-card{min-height:86px;display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:transform .16s ease,border-color .16s ease}.compact-store-card:hover{transform:translateY(-2px);border-color:#b8dec7}.compact-store-logo{width:78px;height:52px;display:grid;place-items:center;border-right:1px solid var(--line);padding-right:13px}.compact-store-logo img{max-width:64px;max-height:34px;object-fit:contain}.compact-store-card small,.compact-store-card strong{display:block}.compact-store-card small{color:var(--muted);font-size:12px}.compact-store-card strong{margin-top:2px;color:var(--navy);font-size:15px}.favourites-section{background:linear-gradient(180deg,#f6fbf7,#f2f8f4)}.favourite-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.favourite-card{display:flex;flex-direction:column;min-height:360px;padding:20px;border:1px solid #dce9e1;border-radius:16px;background:#fff}.favourite-brand{height:90px;display:grid;place-items:center;margin-bottom:18px;border-bottom:1px solid var(--line)}.favourite-brand img{max-width:155px;max-height:60px;object-fit:contain}.favourite-copy{flex:1}.favourite-copy span{color:var(--muted);font-size:13px}.favourite-copy h3{margin:5px 0 8px;color:var(--navy);font-size:22px}.favourite-copy p{margin:0 0 18px;color:var(--muted);font-size:14px}.brands-section{padding-bottom:44px}.brand-cloud{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.brand-cloud a{min-height:58px;display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#4d5564;font-size:13px}.brand-cloud img{width:42px;height:28px;object-fit:contain}.trust-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfb}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:14px 26px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:#e6f7ed;color:var(--green-dark);font-size:20px}.trust-item strong{display:block;color:var(--navy);font-size:26px}.trust-item p{margin:2px 0 0;color:var(--muted)}.story-section{padding:55px 0}.story-grid{display:grid;grid-template-columns:1fr 2fr;gap:80px}.story-grid h2{margin:0;color:var(--navy);font-size:31px}.readable{max-width:840px}.readable p{color:#4e5665}.readable a{color:var(--green-dark);text-decoration:underline}
.page-hero,.store-title-section{padding:40px 0 30px;border-bottom:1px solid var(--line);background:#fff}.page-hero h1,.store-title-row h1{margin:0;color:var(--navy);font-size:40px;line-height:1.1;letter-spacing:-.035em}.page-hero p,.store-title-row p{max-width:760px;margin:10px 0 0;color:var(--muted)}.breadcrumbs{display:flex;gap:8px;margin-bottom:22px;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--green-dark)}.store-title-row{display:grid;grid-template-columns:112px 1fr;gap:24px;align-items:center}.store-title-logo{width:112px;height:96px;display:grid;place-items:center;padding:16px;border:1px solid var(--line);border-radius:14px}.store-title-logo img{max-width:100%;max-height:62px;object-fit:contain}.store-title-counts{display:flex;gap:9px;margin-top:13px}.store-title-counts span{padding:6px 10px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}.store-page-section{padding:34px 0 64px;background:#f5f6f7}.store-page-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;align-items:start}.store-info-column{display:grid;gap:16px}.store-info-card{padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff}.store-info-logo{height:130px;display:grid;place-items:center;margin-bottom:18px;border:1px solid var(--line);border-radius:12px}.store-info-logo img{max-width:180px;max-height:90px;object-fit:contain}.store-info-card h2{margin:0 0 10px;color:var(--navy);font-size:23px}.store-info-card h3{margin:0 0 12px;color:var(--navy)}.store-info-card p{color:var(--muted)}.verified-note{margin:16px 0;color:var(--green-dark);font-size:13px;font-weight:700}.card-head-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-head-row a{color:var(--green-dark);font-size:12px;font-weight:700}.related-store-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.related-store-grid a{min-height:50px;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--line);border-radius:9px;font-size:12px}.related-store-grid img{width:36px;height:24px;object-fit:contain}.store-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.store-list-heading h2{margin:0;color:var(--navy);font-size:22px}.store-list-heading p{margin:3px 0 0;color:var(--muted);font-size:13px}.filter-tabs{display:flex;gap:7px}.filter-tabs button{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#4d5564;cursor:pointer}.filter-tabs button.is-active{border-color:var(--green);background:var(--green);color:#fff}.store-offer-list{display:grid;gap:14px}.store-offer{position:relative;display:grid;grid-template-columns:145px minmax(0,1fr) 190px;align-items:center;gap:22px;min-height:150px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}.store-offer.is-best{border:2px solid #cdebd7}.best-ribbon{position:absolute;left:0;right:0;top:0;height:34px;display:flex;align-items:center;justify-content:center;border-radius:14px 14px 0 0;background:#e8f7ed;color:var(--green-dark);font-size:12px;font-weight:800}.store-offer.is-best{padding-top:48px}.offer-value{height:100%;display:grid;place-items:center;border-right:1px solid var(--line);padding-right:20px;text-align:center}.offer-value strong{color:var(--navy);font-size:27px;line-height:1.12}.offer-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px}.offer-meta span:first-child{color:var(--green-dark)}.offer-copy h3{margin:8px 0 9px;color:var(--navy);font-size:20px;line-height:1.25}.detail-link{font-size:12px}.offer-action{display:flex;justify-content:flex-end}.offer-action .button{width:100%;max-width:185px}.expired-block{margin-top:32px}.expired-head{display:flex;justify-content:space-between;gap:20px;align-items:end}.expired-head h2{margin:0;color:var(--navy)}.expired-head p{margin:0;color:var(--muted);font-size:13px}.expired-offer{display:grid;grid-template-columns:140px 1fr 120px;gap:18px;align-items:center;margin-top:12px;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#8d94a0}.expired-offer strong{font-size:22px}.expired-offer em{text-align:right;font-style:normal}
.couponer-grid,.couponer-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.couponer-card,.couponer-store-card{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.couponer-card{display:flex;flex-direction:column;min-height:300px}.couponer-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--line)}.couponer-shop-brand{display:flex;align-items:center;gap:10px}.couponer-shop-logo{width:58px;height:42px;display:grid;place-items:center}.couponer-shop-logo img{max-width:54px;max-height:32px;object-fit:contain}.couponer-shop-name{font-weight:700}.couponer-card-labels{display:flex;gap:6px;flex-wrap:wrap}.couponer-kind,.couponer-verified{padding:5px 8px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:10px;font-weight:800}.couponer-card-main{flex:1;padding:18px}.couponer-card-main h3{margin:0 0 10px;color:var(--navy);font-size:22px}.couponer-card-main p{margin:0;color:var(--muted);font-size:14px}.couponer-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-top:1px solid var(--line)}.couponer-action{border:0;background:transparent;color:var(--green-dark);font-weight:800;cursor:pointer}.couponer-expiry{color:var(--muted);font-size:11px}.couponer-store-card>a{display:flex;align-items:center;gap:16px;padding:18px}.couponer-store-logo{width:86px;height:66px;display:grid;place-items:center}.couponer-store-logo img{max-width:80px;max-height:50px;object-fit:contain}.couponer-store-copy h3{margin:0;color:var(--navy)}.couponer-store-copy p{margin:5px 0;color:var(--muted)}.couponer-store-copy span{color:var(--green-dark);font-size:12px;font-weight:700}.page-section{padding:50px 0}.single-offer-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}.sidebar-card{padding:22px;border:1px solid var(--line);border-radius:15px;background:#fff}.search-list{display:grid;gap:12px}.search-result{padding:20px;border:1px solid var(--line);border-radius:14px}.search-result span{color:var(--green-dark);font-size:12px;font-weight:800}.search-result h2{margin:4px 0}.empty-state,.couponer-empty{padding:32px;border:1px dashed #ccd4dc;border-radius:14px;text-align:center;background:#fff}.pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}.pagination a,.pagination .current{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:9px}.pagination .current{background:var(--green);color:#fff;border-color:var(--green)}
.couponer-modal[hidden]{display:none}.couponer-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.couponer-modal-backdrop{position:absolute;inset:0;background:rgba(15,25,48,.56)}.couponer-modal-box{position:relative;z-index:1;width:min(620px,100%);padding:38px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(15,25,48,.25);text-align:center}.couponer-modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;color:var(--muted);font-size:30px;cursor:pointer}.couponer-modal-store{display:block;color:var(--green-dark);font-weight:800}.couponer-modal-box h3{margin:8px 0;color:var(--navy);font-size:30px}.couponer-modal-box p{color:var(--muted)}.couponer-code-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:22px 0;padding:7px;border:1px dashed var(--green);border-radius:13px;background:var(--green-soft)}.couponer-code-row strong{display:grid;place-items:center;min-height:48px;color:var(--navy);font-size:20px}.couponer-code-row button,.couponer-modal-go{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:0;border-radius:10px;background:var(--green);color:#fff;font-weight:800;cursor:pointer}.couponer-modal-go{width:100%}.site-footer{border-top:1px solid var(--line);background:#fff}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;padding:46px 0}.footer-brand img{width:190px}.footer-brand-col p{max-width:280px;color:var(--muted)}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links strong{margin-bottom:4px;color:var(--navy)}.footer-links a,.footer-links span{color:var(--muted);font-size:13px}.footer-links a:hover{color:var(--green-dark)}.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding:17px 0;border-top:1px solid var(--line);color:#8a91a0;font-size:12px}
@media(max-width:1100px){.main-nav{gap:15px}.desktop-search{width:260px}.slider-prev{left:10px}.slider-next{right:10px}.store-logo-strip{grid-template-columns:repeat(4,1fr)}.compact-store-grid{grid-template-columns:repeat(2,1fr)}.favourite-grid{grid-template-columns:repeat(2,1fr)}.brand-cloud{grid-template-columns:repeat(4,1fr)}.store-page-layout{grid-template-columns:290px minmax(0,1fr)}.store-offer{grid-template-columns:120px minmax(0,1fr) 160px}.couponer-grid,.couponer-store-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.container{width:min(100% - 28px,var(--container))}.header-row{height:68px}.brand img{width:170px;height:40px}.desktop-search{display:none}.menu-button{display:block;margin-left:auto}.main-nav{position:absolute;left:14px;right:14px;top:68px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.main-nav a{padding:11px 10px}.site-header.menu-open .main-nav{display:flex}.mobile-search-wrap{display:block;padding-bottom:12px}.mobile-search{width:100%}.hero-shell{padding:12px}.hero-slide,.static-hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:28px}.hero-copy h1{font-size:36px}.hero-art{height:250px}.hero-art img{min-height:250px}.slider-arrow{display:none}.store-logo-strip{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.store-logo-strip-item{min-width:145px;scroll-snap-align:start}.section{padding:44px 0}.section-head h2{font-size:28px}.brand-cloud{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.story-grid{grid-template-columns:1fr;gap:20px}.store-title-row{grid-template-columns:86px 1fr}.store-title-logo{width:86px;height:76px}.store-page-layout{grid-template-columns:1fr}.store-info-column{grid-template-columns:1fr 1fr}.store-info-column .store-info-card:first-child{grid-column:1/-1}.store-offer{grid-template-columns:105px minmax(0,1fr);}.offer-action{grid-column:2}.offer-action .button{max-width:none}.single-offer-layout{grid-template-columns:1fr}.footer-main{grid-template-columns:1.4fr repeat(3,1fr);gap:24px}}
@media(max-width:600px){body{font-size:15px}.container{width:min(100% - 22px,var(--container))}.header-row{height:62px}.brand img{width:150px}.main-nav{top:62px}.home-hero{padding-top:16px}.hero-copy{padding:22px}.hero-copy h1{font-size:31px}.hero-copy p{font-size:15px;margin:14px 0 20px}.hero-art{height:210px}.hero-art img{min-height:210px}.section-head{align-items:flex-start}.section-head h2{font-size:26px}.section-head>a{font-size:12px}.compact-store-grid{grid-template-columns:1fr}.favourite-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.favourite-card{min-width:84%;scroll-snap-align:start}.brand-cloud{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:14px 10px}.trust-item strong{font-size:22px}.page-hero h1,.store-title-row h1{font-size:30px}.store-title-row{grid-template-columns:70px 1fr;gap:14px}.store-title-logo{width:70px;height:64px;padding:9px}.store-title-counts{flex-wrap:wrap}.store-info-column{grid-template-columns:1fr}.store-info-column .store-info-card:first-child{grid-column:auto}.store-list-heading{align-items:flex-start;flex-direction:column}.filter-tabs{width:100%;overflow:auto}.store-offer{grid-template-columns:86px minmax(0,1fr);gap:13px;padding:17px}.store-offer.is-best{padding-top:45px}.offer-value{padding-right:12px}.offer-value strong{font-size:22px}.offer-copy h3{font-size:17px}.offer-action{grid-column:1/-1}.expired-head{align-items:flex-start;flex-direction:column}.expired-offer{grid-template-columns:90px 1fr}.expired-offer em{grid-column:2;text-align:left}.couponer-grid,.couponer-store-grid{grid-template-columns:1fr}.couponer-card-bottom{align-items:flex-start;flex-direction:column}.couponer-modal-box{padding:28px 18px}.couponer-code-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}.footer-bottom{flex-direction:column}.related-store-grid{grid-template-columns:1fr 1fr}}
