.wm-button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:#303729;color:#fffdf8;padding:16px 22px;font-size:14px;font-weight:700;border:1px solid transparent;transition:background .2s}.wm-button:hover{background:#98512c}.wm-button>span{font-size:20px;line-height:1}.wm-text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:6px}.wm-text-link:hover{color:#98512c}.wm-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.wm-product-card{display:block}.wm-product-image{position:relative;aspect-ratio:4/5;background:#eeece3;overflow:hidden}.wm-product-image>img{width:100%;height:100%;object-fit:contain;padding:0;mix-blend-mode:multiply;transform:scale(1.08);transition:transform .3s}.wm-product-card:hover .wm-product-image>img{transform:scale(1.12)}@media(prefers-reduced-motion:reduce){.wm-product-card:hover .wm-product-image>img{transform:scale(1.08)}}.wm-product-card:hover img{transform:scale(1.04)}.wm-product-arrow{position:absolute;bottom:12px;right:12px;border:1px solid #c8c6b8;background:#f7f5ee;width:34px;height:34px;display:grid;place-items:center;border-radius:50%}.wm-stock{position:absolute;top:12px;left:12px;background:#f7f5ee;padding:4px 8px;font-size:12px}.wm-product-info{padding-top:16px}.wm-product-info h2,.wm-product-info h3{font-size:16px;line-height:1.35;font-weight:600;min-height:44px}.wm-product-info p{margin-top:9px;font-size:16px;font-weight:700}.wm-product-info small{font-weight:400;font-size:12px}.wm-catalog{padding-block:28px 56px}.wm-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-block:40px 32px}.wm-catalog-heading .wm-eyebrow{margin-bottom:12px}.wm-catalog h1{font-family:var(--font-display);font-size:clamp(56px,6vw,84px);font-weight:800;text-transform:uppercase;line-height:1}.wm-catalog-intro{max-width:620px;font-size:18px;line-height:1.65;color:#56594e;margin-top:20px}.wm-catalog-total{font-family:var(--font-mono);font-size:12px;color:#6b6e60;white-space:nowrap}.wm-catalog-tabs{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:28px;border-bottom:1px solid #deddd2}.wm-catalog-terug{padding-bottom:22px;border-bottom:1px solid #deddd2;font-size:14px}.wm-catalog-terug a{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:3px}.wm-catalog-terug a:hover{color:#98512c}.wm-catalog-tabs a{padding:11px 22px;border:1px solid #c8c6b8;font-size:14px;font-weight:600}.wm-catalog-tabs a:hover{background:#efede4}.wm-catalog-tabs a[aria-current=page]{background:#303729;color:#fffdf8;border-color:#303729}.wm-catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-block:26px}.wm-catalog-form{display:flex;align-items:flex-end;flex-wrap:wrap;gap:16px}.wm-catalog-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600}.wm-catalog-form select{min-width:180px;height:46px;padding:10px 32px 10px 12px;border:1px solid #c8c6b8;background:#fffdf8;font:inherit;font-size:14px;color:#25271f;border-radius:0}.wm-catalog-form select:focus-visible{outline:2px solid #98512c;outline-offset:3px}.wm-catalog-results{font-size:12px;padding-bottom:12px;white-space:nowrap}.wm-catalog-results button{background:none;border:0;padding:0;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.wm-catalog-grid{row-gap:36px}.wm-catalog-grid .wm-product-info{min-height:94px}.wm-catalog-grid h2{font-size:16px;line-height:1.4;font-weight:600}.wm-wine-special{display:block;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#98512c;margin-bottom:6px}.wm-product-image .wm-wine-special{position:absolute;top:10px;left:10px;z-index:1;margin:0;padding:4px 8px;background:#fffdf8}.wm-no-image{display:grid;height:100%;place-items:center;color:#6b6e60;font-size:14px}.wm-catalog-empty{background:#efede4;padding:48px 28px;text-align:center}.wm-catalog-empty h2{font-family:var(--font-display);font-weight:700;font-size:36px;text-transform:uppercase}.wm-catalog-empty p{margin:14px auto 24px;max-width:480px;color:#56594e}.wm-catalog-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;border-top:1px solid #deddd2;margin-top:48px;padding-top:28px}.wm-catalog-bottom p{font-family:var(--font-display);text-transform:uppercase;font-weight:700;font-size:28px}.wm-product-cel{display:flex;flex-direction:column}.wm-product-cel .wm-product-card{flex:1 1 auto}.wm-quick-add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;margin-top:12px;padding:11px 14px;background:transparent;color:#303729;font-size:13px;font-weight:700;border:1px solid #303729;transition:background .2s,border-color .2s}button.wm-quick-add:hover,button.wm-quick-add:focus-visible{background:#303729;color:#fffdf8}button.wm-quick-add[aria-busy=true]{cursor:progress;opacity:.75}.wm-quick-add--uit{background:transparent;color:#6b6e60;border-color:#deddd2;font-weight:400;cursor:not-allowed}.wm-product-info .wm-card-wijn{margin-top:5px;font-size:12px;font-weight:400;letter-spacing:0;line-height:1.4;color:#6b6e60}.wm-product-info .wm-card-doos{margin-top:3px;font-size:11px;font-weight:400;letter-spacing:0;color:#6b6e60}@media(max-width:1099px){.wm-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wm-catalog-toolbar{flex-wrap:wrap;gap:12px}}@media(max-width:899px){.wm-product-grid{gap:16px}}@media(max-width:767px){.wm-catalog-heading{padding-block:28px 24px}.wm-catalog h1{font-size:54px}.wm-catalog-intro{font-size:16px}.wm-catalog-total{display:none}.wm-catalog-tabs{gap:5px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.wm-catalog-tabs a{padding:10px 11px;font-size:13px;display:inline-flex;align-items:center;min-height:44px;flex:0 0 auto}.wm-catalog-form{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.wm-catalog-form label{min-width:0}.wm-catalog-form select{min-width:0;width:100%;padding-right:20px;font-size:13px}.wm-product-grid,.wm-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.wm-product-image>img{padding:0}.wm-product-info h2,.wm-product-info h3{font-size:14px;min-height:40px}.wm-catalog-grid h2{font-size:14px}.wm-catalog-empty{padding:32px 16px}.wm-catalog-empty h2{font-size:30px}}.wm-catalog-grid .wm-product-info h2{min-height:0}@media(max-width:767px){.wm-catalog-grid{row-gap:36px}.wm-catalog-grid .wm-product-info h2{min-height:0}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/wm-catalog.css.map */
