.gm-shop {
  color: var(--gm-text);
  background-color: var(--gm-page-bg);
  background-image: var(--gm-page-image);
  background-size: cover;
  background-position: center top;
  font-family: var(--gm-body-font);
  font-size: var(--gm-body-size);
  line-height: 1.6;
  width: min(100%, var(--gm-width));
  margin: auto;
  padding: 0 18px;
}
.gm-shop * { box-sizing: border-box; }
.gm-shop a { text-decoration: none; color: inherit; }
.gm-shop h1,.gm-shop h2,.gm-shop h3,.gm-shop strong { font-family: var(--gm-heading-font); }
.gm-shop img { max-width: 100%; }
.gm-shop-top { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:24px 0; }
.gm-shop-top strong { font-size:30px; }
.gm-shop-top > div { display:flex; gap:22px; flex-wrap:wrap; justify-content:flex-end; }
.gm-logo { width:auto; max-width:var(--gm-logo-width); max-height:100px; object-fit:contain; }
.gm-hero { display:grid; grid-template-columns:1fr 1fr; background:var(--gm-hero-bg); color:var(--gm-hero-text); border-radius:var(--gm-radius); overflow:hidden; min-height:var(--gm-hero-height); }
.gm-hero-copy { padding:clamp(30px,4vw,64px); align-self:center; position:relative; z-index:1; }
.gm-hero-copy > span,.gm-promo-copy > span,.gm-season-copy > span { letter-spacing:2px; font-size:11px; font-weight:700; }
.gm-hero h1 { font-size:clamp(32px,5vw,var(--gm-h1-size)); line-height:1.08; margin:18px 0; color:inherit; }
.gm-hero-copy p { margin:20px 0 28px; max-width:680px; }
.gm-hero-photo img { display:block; width:100%; height:100%; min-height:var(--gm-hero-height); object-fit:cover; }
.gm-hero-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; min-height:var(--gm-hero-height); padding:30px; background:linear-gradient(125deg,#f5cfdf,#f5e8dd); text-align:center; }
.gm-hero-placeholder strong { font-size:clamp(38px,5vw,68px); color:var(--gm-accent); }
.gm-hero-placeholder span { font-size:22px; }
.gm-hero-image-left .gm-hero-photo { order:-1; }
.gm-hero-cover .gm-hero { display:block; position:relative; background-image:linear-gradient(rgb(0 0 0 / var(--gm-overlay)),rgb(0 0 0 / var(--gm-overlay))),var(--gm-hero-image); background-size:cover; background-position:center; }
.gm-hero-cover .gm-hero-copy { min-height:var(--gm-hero-height); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; max-width:760px; }
.gm-hero-text .gm-hero { display:block; }
.gm-hero-text .gm-hero-copy { max-width:900px; min-height:var(--gm-hero-height); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.gm-shop .gm-shop-button { background:var(--gm-accent); color:#fff; border:0; border-radius:var(--gm-button-radius); padding:13px 24px; display:inline-block; cursor:pointer; font-weight:700; font-size:14px; transition:background .18s ease,transform .18s ease; }
.gm-shop .gm-shop-button:hover { background:var(--gm-accent-hover); color:#fff; transform:translateY(-1px); }
.gm-benefits { display:flex; justify-content:center; gap:30px; flex-wrap:wrap; padding:24px 10px; border-bottom:1px solid var(--gm-border); }
.gm-season { display:grid; grid-template-columns:1fr 1fr; min-height:330px; margin:var(--gm-section-space) 0; border-radius:var(--gm-radius); overflow:hidden; background:var(--gm-season-bg); color:var(--gm-season-text); }
.gm-season-upcoming { background:var(--gm-promo-bg); color:var(--gm-promo-text); min-height:0; }
.gm-season-noimage { grid-template-columns:1fr; }
.gm-season-copy { padding:clamp(30px,4vw,50px); align-self:center; }
.gm-season-copy h2,.gm-promo-copy h2,.gm-shop-bottom h2 { font-size:clamp(25px,3vw,var(--gm-h2-size)); line-height:1.15; margin:10px 0; color:inherit; }
.gm-season-copy p,.gm-promo-copy p { max-width:700px; }
.gm-season-image img { display:block; width:100%; height:100%; min-height:330px; object-fit:cover; }
.gm-season-ideas { display:flex; gap:7px; flex-wrap:wrap; margin:18px 0; }
.gm-season-ideas em { font-style:normal; font-size:12px; border:1px solid currentColor; border-radius:20px; padding:5px 10px; opacity:.9; }
.gm-season-products { margin-top:var(--gm-section-space); }
.gm-shop-search { max-width:680px; margin:var(--gm-section-space) auto; }
.gm-shop-search label { display:block; font-weight:700; margin-bottom:7px; }
.gm-shop-search > div { display:flex; gap:10px; }
.gm-shop-search input { flex:1; min-width:0; color:var(--gm-text); background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:var(--gm-button-radius); padding:12px 18px; font:inherit; }
.gm-categories { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:20px 0; }
.gm-categories a { background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:var(--gm-button-radius); padding:9px 18px; }
.gm-categories a:hover { border-color:var(--gm-accent); color:var(--gm-accent); }
.gm-promo { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; margin:var(--gm-section-space) 0; border-radius:var(--gm-radius); background:var(--gm-promo-bg); color:var(--gm-promo-text); }
.gm-promo-noimage { grid-template-columns:1fr; }
.gm-promo-image-right .gm-promo-image { order:2; }
.gm-promo-image img { display:block; width:100%; height:100%; min-height:330px; object-fit:cover; }
.gm-promo-copy { align-self:center; padding:clamp(30px,4vw,52px); }
.gm-story { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; margin:var(--gm-section-space) 0; border:1px solid var(--gm-border); border-radius:var(--gm-radius); background:var(--gm-surface); }
.gm-story-noimage { grid-template-columns:1fr; }
.gm-story-image-right .gm-story-image { order:2; }
.gm-story-image img { display:block; width:100%; height:100%; min-height:360px; object-fit:cover; }
.gm-story-copy { align-self:center; padding:clamp(32px,5vw,68px); }
.gm-story-copy > span { letter-spacing:2px; font-size:11px; font-weight:700; color:var(--gm-accent); }
.gm-story-copy h2,.gm-seo-content h2,.gm-faq h2 { font-size:clamp(25px,3vw,var(--gm-h2-size)); line-height:1.18; color:inherit; }
.gm-story-copy p { max-width:700px; }
.gm-collection { margin:var(--gm-section-space) 0; }
.gm-collection h2 { font-size:var(--gm-h2-size); line-height:1.2; margin:0 0 22px; color:inherit; }
.gm-collection-title { display:flex; justify-content:space-between; align-items:center; gap:16px; }
.gm-collection-title > a { color:var(--gm-accent); }
.gm-shop-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.gm-products-2 .gm-shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.gm-products-3 .gm-shop-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.gm-products-5 .gm-shop-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }
.gm-product { border:1px solid var(--gm-border); border-radius:var(--gm-radius); overflow:hidden; background:var(--gm-surface); }
.gm-product-image { display:block; position:relative; background:var(--gm-page-bg); background:color-mix(in srgb,var(--gm-page-bg) 85%,var(--gm-text)); aspect-ratio:4/5; }
.gm-ratio-square .gm-product-image { aspect-ratio:1/1; }
.gm-ratio-landscape .gm-product-image { aspect-ratio:4/3; }
.gm-product-image img { display:block; width:100%; height:100%; object-fit:contain; margin:0; }
.gm-product-info { padding:17px; }
.gm-product h3 { font-size:15px; line-height:1.45; margin:0 0 12px; color:inherit; }
.gm-price { margin-bottom:14px; font-weight:700; }
.gm-small { padding:8px 16px!important; font-size:12px!important; }
.gm-sale { position:absolute; top:12px; left:12px; background:var(--gm-surface); border-radius:20px; padding:5px 10px; font-size:11px; color:var(--gm-accent); }
.gm-shop-bottom { position:relative; overflow:hidden; isolation:isolate; background-color:var(--gm-cta-bg); background-image:linear-gradient(rgb(255 255 255 / .22),rgb(255 255 255 / .22)),var(--gm-cta-image); background-size:cover; background-position:center; color:var(--gm-cta-text); padding:clamp(30px,5vw,58px); border-radius:var(--gm-radius); text-align:center; margin:var(--gm-section-space) 0 30px; }
.gm-shop-bottom p { max-width:720px; margin:12px auto 22px; }
.gm-seo-content { max-width:920px; margin:var(--gm-section-space) auto; padding:clamp(24px,4vw,48px); background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:var(--gm-radius); }
.gm-seo-content p:last-child { margin-bottom:0; }
.gm-faq { max-width:980px; margin:var(--gm-section-space) auto; }
.gm-faq > h2 { text-align:center; margin-bottom:24px; }
.gm-faq details { background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:14px; padding:0 20px; margin:10px 0; }
.gm-faq summary { cursor:pointer; font-weight:700; padding:17px 32px 17px 0; position:relative; list-style:none; }
.gm-faq summary::-webkit-details-marker { display:none; }
.gm-faq summary::after { content:'+'; position:absolute; right:4px; color:var(--gm-accent); font-size:22px; line-height:1; }
.gm-faq details[open] summary::after { content:'−'; }
.gm-faq details p { margin:0 0 18px; color:var(--gm-muted); }

@media (max-width:1000px) {
  .gm-products-4 .gm-shop-grid,.gm-products-5 .gm-shop-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .gm-hero-copy { padding:34px; }
}
@media (max-width:700px) {
  .gm-shop { padding:0 12px; font-size:min(var(--gm-body-size),16px); }
  .gm-shop-top { padding:16px 0; }
  .gm-shop-top > div { gap:12px; font-size:12px; }
  .gm-hero,.gm-season,.gm-promo,.gm-story { grid-template-columns:1fr; }
  .gm-hero-image-left .gm-hero-photo,.gm-promo-image-right .gm-promo-image,.gm-story-image-right .gm-story-image { order:initial; }
  .gm-hero-photo img { min-height:0; height:300px; }
  .gm-hero-placeholder { min-height:240px; }
  .gm-hero-copy,.gm-season-copy,.gm-promo-copy,.gm-story-copy { padding:32px 24px; }
  .gm-season-image img,.gm-promo-image img,.gm-story-image img { min-height:0; height:260px; }
  .gm-shop-grid,.gm-products-2 .gm-shop-grid,.gm-products-3 .gm-shop-grid,.gm-products-4 .gm-shop-grid,.gm-products-5 .gm-shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .gm-product-info { padding:12px; }
  .gm-product h3 { font-size:13px; }
  .gm-benefits { gap:12px; }
  .gm-shop-search > div { flex-direction:column; }
  .gm-shop-bottom { padding:28px 20px; }
  .gm-collection-title { align-items:flex-start; flex-direction:column; }
}

/* Professionele, compacte winkelpresentatie. */
.gm-shop { --gm-card-shadow:0 12px 34px rgb(45 36 48 / .07); --gm-card-shadow-hover:0 18px 44px rgb(45 36 48 / .13); padding-inline:clamp(12px,2.2vw,30px); }
.gm-shop-top { min-height:76px; padding:18px 4px; border-bottom:1px solid var(--gm-border); }
.gm-shop-top > div a { font-weight:650; padding:8px 0; position:relative; }
.gm-shop-top > div a::after { content:''; position:absolute; left:0; right:100%; bottom:3px; height:2px; background:var(--gm-accent); transition:right .2s ease; }
.gm-shop-top > div a:hover::after { right:0; }
.gm-hero { border:1px solid color-mix(in srgb,var(--gm-border) 82%,transparent); box-shadow:0 18px 55px rgb(45 36 48 / .08); }
.gm-hero-copy > span { color:var(--gm-accent); }
.gm-hero-copy p { color:color-mix(in srgb,currentColor 82%,transparent); }
.gm-benefits { justify-content:space-around; gap:10px; margin:15px 0 0; padding:14px; background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:calc(var(--gm-radius) * .65); }
.gm-benefits span { display:flex; align-items:center; justify-content:center; min-width:190px; padding:5px 12px; font-size:13px; font-weight:650; }
.gm-shop-search { max-width:none; margin:28px 0 16px; padding:20px; background:var(--gm-surface); border:1px solid var(--gm-border); border-radius:calc(var(--gm-radius) * .75); box-shadow:0 8px 24px rgb(45 36 48 / .045); }
.gm-shop-search label { font-size:14px; }
.gm-shop-search input { min-height:46px; background:#fff; }
.gm-categories { justify-content:flex-start; gap:8px; margin:14px 0 28px; overflow-x:auto; flex-wrap:nowrap; padding:2px 2px 8px; scrollbar-width:thin; }
.gm-categories a { flex:0 0 auto; padding:8px 15px; background:var(--gm-surface); font-size:13px; font-weight:650; box-shadow:0 4px 14px rgb(45 36 48 / .035); }
.gm-season,.gm-promo,.gm-story { border:1px solid color-mix(in srgb,var(--gm-border) 85%,transparent); box-shadow:var(--gm-card-shadow); }
.gm-collection { margin:clamp(32px,var(--gm-section-space),64px) 0; }
.gm-collection-title { margin-bottom:18px; }
.gm-collection-title h2 { margin-bottom:0; }
.gm-collection-title > a { flex:0 0 auto; padding:7px 12px; border:1px solid var(--gm-border); border-radius:999px; font-size:12px; font-weight:700; }
.gm-collection-title > a:hover { border-color:var(--gm-accent); background:color-mix(in srgb,var(--gm-accent) 6%,var(--gm-surface)); }
.gm-shop-grid { gap:clamp(12px,1.5vw,20px); align-items:stretch; }
.gm-products-6 .gm-shop-grid { grid-template-columns:repeat(6,minmax(0,1fr)); }
.gm-product { display:flex; flex-direction:column; min-width:0; border-color:color-mix(in srgb,var(--gm-border) 88%,transparent); border-radius:calc(var(--gm-radius) * .72); box-shadow:0 7px 24px rgb(45 36 48 / .055); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.gm-product:hover { transform:translateY(-4px); border-color:color-mix(in srgb,var(--gm-accent) 30%,var(--gm-border)); box-shadow:var(--gm-card-shadow-hover); }
.gm-product-image { display:grid; place-items:center; overflow:hidden; background:var(--gm-image-bg,#f8f8f9); padding:var(--gm-image-padding,14px); }
.gm-product-image img { width:100%!important; height:100%!important; max-width:100%!important; max-height:100%!important; object-fit:contain!important; object-position:center!important; transition:transform .25s ease; }
.gm-product:hover .gm-product-image img { transform:scale(1.025); }
.gm-product-info { display:flex; flex:1; flex-direction:column; gap:10px; padding:14px; }
.gm-product-title { min-width:0; }
.gm-product h3 { display:-webkit-box; min-height:2.85em; margin:0; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; font-size:14px; line-height:1.42; }
.gm-price { margin:auto 0 0; font-size:15px; line-height:1.3; }
.gm-product .gm-small { display:block; width:100%; margin-top:2px; padding:9px 11px!important; text-align:center; }
.gm-sale { top:9px; left:9px; z-index:2; border:1px solid var(--gm-border); box-shadow:0 4px 12px rgb(45 36 48 / .08); }
.gm-empty-products { padding:20px; color:var(--gm-muted); background:var(--gm-surface); border:1px dashed var(--gm-border); border-radius:14px; }
.gm-seo-content,.gm-faq details { box-shadow:0 8px 28px rgb(45 36 48 / .045); }

@media (max-width:1200px) {
  .gm-products-5 .gm-shop-grid,.gm-products-6 .gm-shop-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width:900px) {
  .gm-products-3 .gm-shop-grid,.gm-products-4 .gm-shop-grid,.gm-products-5 .gm-shop-grid,.gm-products-6 .gm-shop-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .gm-benefits { display:grid; grid-template-columns:1fr; }
  .gm-benefits span { justify-content:flex-start; min-width:0; }
  .gm-shop-search { margin-top:20px; padding:15px; }
  .gm-categories { margin-bottom:20px; }
  .gm-shop-grid,.gm-products-2 .gm-shop-grid,.gm-products-3 .gm-shop-grid,.gm-products-4 .gm-shop-grid,.gm-products-5 .gm-shop-grid,.gm-products-6 .gm-shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .gm-product-info { padding:10px; gap:8px; }
  .gm-product h3 { font-size:12.5px; }
  .gm-price { font-size:13px; }
  .gm-product .gm-small { font-size:11px!important; }
  .gm-collection-title { align-items:center; flex-direction:row; }
  .gm-collection-title h2 { font-size:clamp(20px,6vw,var(--gm-h2-size)); }
}

