/*
Theme Name: Heteshop
Theme URI: https://heteshop.nl/
Author: Heteshop
Description: Commerciële webshop-architectuur voor Heteshop.
Version: 2.0.1
Text Domain: heteshop
*/
:root{
  --pink:#e11d74;
  --pink-2:#f03686;
  --mint:#d9f4f6;
  --ink:#222;
  --muted:#5c5c5c;
  --line:#e6e6e6;
  --bg:#fff;
  --wrap:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.hs-body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input{font:inherit}
.hs-wrap{width:min(100% - 32px,var(--wrap));margin-inline:auto}
.hs-skip{position:absolute;left:-999px}
.hs-skip:focus{left:8px;top:8px;background:#fff;z-index:50;padding:8px}
.hs-topbar{background:var(--mint);font-size:13px}
.hs-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px}
.hs-usps{display:flex;gap:22px;margin:0;padding:8px 0;list-style:none;flex-wrap:wrap}
.hs-check{color:#1a9b4a;font-weight:700;margin-right:4px}
.hs-utils{display:flex;align-items:center;gap:16px}
.hs-utils a{display:inline-flex;align-items:center;gap:6px;color:#333}
.hs-cart-count{display:inline-flex;min-width:18px;height:18px;border-radius:50%;background:var(--pink);color:#fff;font-size:11px;align-items:center;justify-content:center;margin-left:2px}
.hs-promo{background:var(--pink);color:#fff;text-align:center;font-weight:700;padding:9px 12px;font-size:14px}
.hs-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.hs-header-main{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:28px;min-height:92px}
.hs-logo{display:flex;flex-direction:column;line-height:1}
.hs-logo-mark{font-family:Georgia,"Palatino Linotype",serif;font-size:34px;color:var(--pink);font-style:italic;font-weight:700;letter-spacing:-.03em}
.hs-logo small{color:var(--pink);font-size:10px;letter-spacing:.16em;text-transform:uppercase;margin-top:4px}
.hs-search{display:flex;border:1px solid #cfcfcf;background:#fff;max-width:720px;margin-left:auto;width:100%}
.hs-search input{flex:1;border:0;padding:14px 16px;outline:none}
.hs-search button{border:0;background:#fff;padding:0 14px;color:#444;cursor:pointer}
.hs-nav{border-top:1px solid #f2f2f2}
.hs-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:14px 0 16px;flex-wrap:wrap}
.hs-nav a{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#222}
.hs-nav a:hover{color:var(--pink)}
.hs-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;position:relative}
.hs-menu-toggle span{position:absolute;left:11px;right:11px;height:2px;background:#222}
.hs-menu-toggle span:first-child{top:15px}
.hs-menu-toggle span:last-child{bottom:15px}
.hs-hero{background:#fff;color:#fff;padding:18px 0 8px}
.hs-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:440px;align-items:stretch;background:var(--pink);overflow:hidden}
.hs-hero-copy{padding:56px 36px 56px 40px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.hs-hero h1{font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.05;margin:0 0 16px;font-weight:800;letter-spacing:-.03em;color:#fff}
.hs-hero-copy p{max-width:42ch;margin:0 0 22px;font-size:16px;color:#fff}
.hs-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;font-weight:700;cursor:pointer;border:0}
.hs-btn-light{background:#fff;color:var(--pink)}
.hs-btn-outline{background:transparent;color:#fff;border:1px solid #fff}
.hs-hero-visual{position:relative;overflow:hidden;background:linear-gradient(135deg,#ff4d9a,#c2185b 70%)}
.hs-orb{position:absolute;border-radius:50%;filter:blur(2px)}
.hs-orb-a{width:240px;height:240px;background:#ffd1e8;right:18%;top:18%;opacity:.85}
.hs-orb-b{width:160px;height:160px;background:#7a103f;left:18%;bottom:16%;opacity:.7}
.hs-hero-badge{position:absolute;top:28px;left:28px;margin:0;letter-spacing:.2em;font-size:12px;font-weight:700}
.hs-hero-word{position:absolute;right:24px;bottom:28px;margin:0;font-size:clamp(3rem,7vw,5.4rem);font-weight:800;line-height:.85;letter-spacing:-.04em}
.hs-shortcuts{background:#fff;padding:18px 0 8px}
.hs-shortcut-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.hs-shortcut{display:flex;align-items:flex-end;min-height:132px;padding:16px;border:0;background:#f4f4f4;font-weight:700;font-size:15px}
.hs-shortcut:nth-child(1){background:#ffe3f0}
.hs-shortcut:nth-child(2){background:#e9e9e9}
.hs-shortcut:nth-child(3){background:#ffd6ea}
.hs-shortcut:nth-child(4){background:#f1f1f1}
.hs-shortcut:nth-child(5){background:#fde7f2}
.hs-shortcut:nth-child(6){background:#ececec}
.hs-products,.hs-info-cards,.hs-seo,.hs-page,.hs-woo{padding:28px 0 48px}
.hs-section-head h2,.hs-seo h2,.hs-page h1{font-size:1.6rem;margin:0 0 18px}
ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;list-style:none;margin:0;padding:0}
.products .product{background:#fff;border:1px solid var(--line);padding:10px 10px 16px;position:relative}
.products .product img{aspect-ratio:1;object-fit:cover;background:#f3f3f3}
.products .product .woocommerce-loop-product__title{font-size:14px;margin:10px 0 6px;font-weight:600}
.price{font-weight:800;color:#222}
.price del{color:#888;font-weight:500;margin-right:6px}
.button,.woocommerce a.button,.woocommerce button.button{background:var(--pink)!important;color:#fff!important;border:0!important;border-radius:2px!important;padding:10px 14px!important;font-weight:700!important;white-space:nowrap;width:100%}
.products .product .price{display:block;margin:0 0 10px}
.hs-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hs-info-grid article{border:1px solid var(--line);padding:22px}
.hs-info-grid h2{margin:0 0 8px;font-size:1.15rem}
.hs-info-grid p,.hs-seo p{color:var(--muted);margin:0}
.hs-discreet{background:#f6f6f6;padding:12px 14px;margin:12px 0}
.hs-footer{background:#111;color:#eee;padding:42px 0 18px}
.hs-footer a{color:#eee}
.hs-footer-help{border-bottom:1px solid #333;padding-bottom:24px;margin-bottom:24px}
.hs-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hs-help-grid a{display:block;background:#1c1c1c;padding:16px}
.hs-help-grid span{display:block;color:#aaa;font-size:13px;margin-top:4px}
.hs-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.hs-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.hs-legal{border-top:1px solid #333;margin-top:24px;padding-top:14px;font-size:13px;color:#aaa}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
@media (max-width:980px){
  .hs-header-main{grid-template-columns:auto 1fr;min-height:72px}
  .hs-menu-toggle{display:block}
  .hs-search{max-width:none}
  .hs-nav{display:none}
  .hs-nav.is-open{display:block}
  .hs-nav ul{flex-direction:column;gap:10px}
  .hs-hero-grid,.hs-shortcut-row,.hs-info-grid,.hs-help-grid,.hs-footer-grid,ul.products{grid-template-columns:1fr 1fr}
  .hs-usps{display:none}
}
@media (max-width:620px){
  .hs-hero-grid,.hs-shortcut-row,.hs-info-grid,.hs-help-grid,.hs-footer-grid,ul.products{grid-template-columns:1fr}
  .hs-hero-copy{padding:28px 0}
  .hs-btn{width:100%}
  .hs-utils a:not(.hs-cart-link){display:none}
}
