:root{
  --yellow:#FFCC33; --teal:#009999; --coral:#FF6666; --lavender:#CC99FF;
  --mint:#99FFCC; --cream:#FFF8E7; --sky:#D6F0FF; --ink:#17344A;
  --muted:#667682; --border:#E4E9EC; --white:#fff; --max:1180px;
  --shadow:0 12px 32px rgba(23,52,74,.08); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:"Lexend",Arial,sans-serif;color:var(--ink);line-height:1.55;background-color:#fffdf8;background-image:radial-gradient(circle at 10% 10%,rgba(0,0,0,.025) 0 1px,transparent 1px 5px);background-size:14px 14px}
a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.muted{color:var(--muted)}.hide{display:none!important}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(23,52,74,.07)}
.header-inner{min-height:82px;display:grid;grid-template-columns:minmax(250px,330px) 1fr auto;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:62px;height:52px;object-fit:contain}.brand-wordmark{height:38px;width:auto}.main-nav{display:flex;justify-content:center;gap:28px;font-weight:600;font-size:14px}.main-nav a:hover{color:var(--teal)}.header-actions{display:flex;align-items:center;gap:8px}.basket-link{position:relative;display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:999px}.basket-link:hover{background:#fff}.cart-count{min-width:20px;height:20px;padding:0 5px;border-radius:20px;display:grid;place-items:center;background:var(--coral);color:#fff;font-size:11px;font-weight:700}.menu-btn{display:none;border:0;background:transparent;font-size:24px}
main{min-height:65vh}.page-head{padding:60px 0 28px}.page-head h1{font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.04em;margin:0 0 10px}.page-head p{max-width:680px;margin:0;color:var(--muted)}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.filter-btn{border:1px solid var(--border);background:rgba(255,255,255,.8);padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:600;color:var(--ink)}.filter-btn.active,.filter-btn:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-bottom:70px}.product-card{background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 7px 22px rgba(23,52,74,.04);display:flex;flex-direction:column}.product-media{aspect-ratio:1/1;background:#fff;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.product-type{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);font-weight:700;margin:0 0 5px}.product-card h2,.product-card h3{font-size:16px;line-height:1.35;margin:0 0 8px}.price{font-weight:700;font-size:19px;margin-top:auto}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.btn{border:0;border-radius:999px;min-height:44px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{filter:brightness(.94)}.btn-secondary{background:#fff;border:1px solid var(--border)}.btn-coral{background:var(--coral);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.feedback{font-size:12px;color:var(--teal);margin-top:8px;min-height:18px}.empty-state{padding:70px 20px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:70px}
/* product */
.breadcrumb{font-size:12px;color:var(--muted);padding:26px 0 0}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;padding:28px 0 70px}.gallery-main{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid var(--border);border-radius:26px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:rgba(255,255,255,.9);cursor:pointer}.gallery-arrow.prev{left:12px}.gallery-arrow.next{right:12px}.gallery-count{position:absolute;right:14px;bottom:14px;background:rgba(23,52,74,.78);color:#fff;padding:5px 9px;border-radius:999px;font-size:11px}.thumbs{display:flex;gap:9px;margin-top:11px;overflow:auto;padding-bottom:4px}.thumb{flex:0 0 74px;width:74px;height:74px;border:2px solid transparent;border-radius:13px;background:#fff;padding:3px;cursor:pointer}.thumb.active{border-color:var(--teal)}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-info h1{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.03em;margin:4px 0 10px}.lead{font-size:16px;color:var(--muted)}.product-price{font-size:28px;font-weight:700;margin:22px 0}.meta-list{display:grid;gap:8px;margin:22px 0;padding:18px;background:rgba(214,240,255,.35);border-radius:18px}.option-label{font-size:13px;font-weight:700;margin:20px 0 8px}.option-list{display:flex;flex-wrap:wrap;gap:8px}.option-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer}.option-btn.active{border-color:var(--teal);box-shadow:0 0 0 2px rgba(0,153,153,.12)}.qty-row{display:flex;align-items:center;gap:10px;margin:24px 0}.qty-control{display:flex;border:1px solid var(--border);border-radius:999px;background:#fff;overflow:hidden}.qty-control button{border:0;background:#fff;width:40px;height:42px;cursor:pointer}.qty-control span{min-width:38px;display:grid;place-items:center}.product-actions{display:flex;gap:10px;flex-wrap:wrap}.detail-block{border-top:1px solid var(--border);padding-top:24px;margin-top:32px}.detail-block h2{font-size:20px}
/* basket */
.basket-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;padding-bottom:70px}.basket-items{display:grid;gap:12px}.basket-item{display:grid;grid-template-columns:104px 1fr auto;gap:16px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:18px}.basket-item img{width:104px;height:104px;object-fit:cover;border-radius:12px}.basket-item h3{margin:2px 0 5px;font-size:15px}.item-meta{font-size:12px;color:var(--muted)}.item-tools{display:flex;align-items:center;gap:10px;margin-top:12px}.remove-btn{border:0;background:transparent;color:var(--coral);font-size:12px;cursor:pointer}.item-total{text-align:right;font-weight:700}.summary{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;align-self:start;position:sticky;top:105px}.summary h2{margin-top:0}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.summary-total{border-top:1px solid var(--border);margin-top:10px;padding-top:16px;font-size:20px;font-weight:700}.checkout-btn{width:100%;margin-top:18px}.basket-email{margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.inline-form{display:flex;gap:8px}.inline-form input{min-width:0;flex:1;border:1px solid var(--border);border-radius:999px;padding:11px 14px}
/* success / cancel */
.status-wrap{max-width:820px;margin:0 auto;padding:64px 0 80px}.status-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:clamp(26px,5vw,52px);box-shadow:var(--shadow)}.status-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(153,255,204,.4);font-size:27px;margin-bottom:18px}.status-card h1{font-size:clamp(34px,5vw,52px);line-height:1.05;margin:0 0 14px}.order-list{margin-top:28px;display:grid;gap:10px}.order-line{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:14px}.order-line img{width:58px;height:58px;object-fit:cover;border-radius:9px}.status-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
/* forms */
.form-layout{display:grid;grid-template-columns:1fr .7fr;gap:32px;padding-bottom:70px}.form-card,.side-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:12px 14px;background:#fff}.field textarea{min-height:150px;resize:vertical}.form-message{margin-top:12px;font-size:13px}.freebie-panel{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;background:linear-gradient(135deg,rgba(255,248,231,.96),rgba(214,240,255,.55));border:1px solid var(--border);border-radius:28px;padding:clamp(26px,5vw,50px);margin-bottom:70px}.freebie-art{min-height:320px;border-radius:22px;background:linear-gradient(145deg,var(--yellow),var(--sky));display:grid;place-items:center;font-size:72px}.subscribe-form{display:flex;gap:8px;max-width:530px}.subscribe-form input{flex:1;min-width:0;border:1px solid var(--border);border-radius:999px;padding:13px 16px}
.loader{padding:60px;text-align:center;color:var(--muted)}.error-box{padding:16px;border:1px solid rgba(255,102,102,.4);background:rgba(255,102,102,.08);border-radius:14px;color:#8b3333;margin:20px 0}
.site-footer{border-top:1px solid var(--border);padding:45px 0 26px;background:rgba(255,253,248,.7)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer-brand{display:flex;align-items:center;gap:9px}.footer-brand img:first-child{width:58px}.footer-brand img:last-child{height:34px;width:auto}.footer-col h3{font-size:12px;text-transform:uppercase}.footer-col a{display:block;color:var(--muted);font-size:12px;margin:7px 0}.footer-bottom{font-size:10px;color:var(--muted);margin-top:30px;padding-top:16px;border-top:1px solid var(--border)}

.card-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.card-price-row .price{margin-top:0}.card-qty{flex:0 0 auto}.card-qty button{width:36px;height:38px}.card-qty span{min-width:34px;font-weight:700;color:var(--teal)}.stacked-actions{grid-template-columns:1fr}.variant-cart-note{font-size:12px;color:var(--teal);margin-top:7px}.variant-cart-note strong{font-size:14px}.product-card .qty-control{box-shadow:0 2px 8px rgba(23,52,74,.04)}
@media(max-width:980px){.header-inner{grid-template-columns:1fr auto auto}.main-nav{display:none;position:absolute;top:82px;left:0;right:0;padding:18px;background:#fff;border-bottom:1px solid var(--border);flex-direction:column}.main-nav.open{display:flex}.menu-btn{display:block}.brand-wordmark{height:30px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-layout,.basket-layout,.form-layout,.freebie-panel{grid-template-columns:1fr}.summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.product-layout{gap:28px}}
@media(max-width:600px){.container{width:min(var(--max),calc(100% - 24px))}.header-inner{min-height:72px}.brand-mark{width:48px;height:40px}.brand-wordmark{height:24px}.main-nav{top:72px}.page-head{padding:38px 0 20px}.product-grid{gap:10px}.product-body{padding:12px}.product-card h2,.product-card h3{font-size:13px}.card-actions{grid-template-columns:1fr}.product-layout{padding-top:18px}.basket-item{grid-template-columns:78px 1fr}.basket-item img{width:78px;height:78px}.item-total{grid-column:2;text-align:left}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.subscribe-form,.inline-form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.status-wrap{padding-top:36px}}

/* v2 navigation/link fixes */
.legal-card{background:rgba(255,255,255,.72);border:1px solid var(--border);border-radius:20px;padding:26px}.legal-card h2{margin-top:0}.legal-card a,.faq-list a,.footer-bottom a{color:var(--teal);text-decoration:none}.faq-list{display:grid;gap:12px;padding-bottom:72px;max-width:900px}.faq-list details{background:rgba(255,255,255,.76);border:1px solid var(--border);border-radius:16px;padding:0 20px}.faq-list summary{cursor:pointer;font-weight:650;padding:18px 0}.faq-list p{margin:0 0 20px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}

/* multilingual + rich content */
.language-switcher{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;margin-left:4px}.language-switcher a{padding:7px 8px;border-radius:999px;color:var(--muted)}.language-switcher a.active{background:var(--yellow);color:var(--ink)}.language-switcher a:hover{color:var(--teal)}
.content-stack{display:grid;gap:18px;padding-bottom:72px}.content-card{background:rgba(255,255,255,.78);border:1px solid var(--border);border-radius:22px;padding:clamp(20px,4vw,34px)}.content-card h2{margin:0 0 12px;font-size:clamp(23px,3vw,32px);line-height:1.15}.content-card h3{margin:22px 0 8px;font-size:17px}.content-card p:last-child{margin-bottom:0}.content-card ul{padding-left:20px}.content-card li{margin:6px 0}.content-card table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}.content-card th,.content-card td{text-align:left;vertical-align:top;padding:12px;border-bottom:1px solid var(--border)}.content-card th{background:rgba(214,240,255,.3)}
.about-intro{max-width:850px}.about-intro p{font-size:16px}.community-card{background:linear-gradient(135deg,rgba(255,204,51,.14),rgba(214,240,255,.38))}.social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.social-links a{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 15px;font-weight:650}
.legal-nav{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 28px}.legal-nav a{font-size:11px;padding:7px 10px;background:#fff;border:1px solid var(--border);border-radius:999px;color:var(--teal)}
.check-list{list-style:none!important;padding-left:0!important}.check-list li{padding-left:25px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:800}
.note-box{padding:16px 18px;border-radius:16px;background:rgba(214,240,255,.35);margin:18px 0}.warning-note{background:rgba(255,204,51,.18)}

.card-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.card-price-row .price{margin-top:0}.card-qty{flex:0 0 auto}.card-qty button{width:36px;height:38px}.card-qty span{min-width:34px;font-weight:700;color:var(--teal)}.stacked-actions{grid-template-columns:1fr}.variant-cart-note{font-size:12px;color:var(--teal);margin-top:7px}.variant-cart-note strong{font-size:14px}.product-card .qty-control{box-shadow:0 2px 8px rgba(23,52,74,.04)}
@media(max-width:980px){.language-switcher{margin-left:auto}.header-inner{grid-template-columns:1fr auto auto auto}}
@media(max-width:600px){.language-switcher{position:absolute;right:56px;bottom:3px}.language-switcher a{padding:4px 6px}.content-card table{display:block;overflow:auto}.header-inner{position:relative;padding-bottom:9px}}

/* ===== Mobile shop card refinement =====
   Keeps the 2-column product grid but prevents price/quantity controls
   from overflowing narrow cards (e.g. Samsung Galaxy S24 FE). */
@media(max-width:600px){
  .product-card .card-price-row{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    align-items:start;
  }

  .product-card .card-price-row .price{
    font-size:17px;
    line-height:1.2;
    margin:0;
  }

  .product-card .card-qty{
    width:max-content;
    max-width:100%;
  }

  .product-card .card-qty button{
    width:30px;
    height:34px;
    padding:0;
    font-size:17px;
    line-height:1;
  }

  .product-card .card-qty span{
    min-width:28px;
    font-size:14px;
  }

  .product-card .stacked-actions{
    margin-top:10px;
    gap:7px;
  }

  .product-card .stacked-actions .btn{
    min-height:38px;
    padding:8px 10px;
    font-size:12px;
    line-height:1.15;
    white-space:nowrap;
  }

  .product-card .card-actions:not(.stacked-actions) .btn{
    min-height:38px;
    padding:8px 9px;
    font-size:11.5px;
    line-height:1.15;
  }

  .product-card .feedback{
    min-height:10px;
    margin-top:5px;
  }
}

/* ===== Compact mobile header =====
   On phones: keep VM mark, hide long wordmark, show basket as icon only. */
@media(max-width:600px){
  .brand{
    gap:0;
    min-width:0;
  }

  .brand-wordmark{
    display:none !important;
  }

  .brand-mark{
    width:46px;
    height:40px;
  }

  .header-inner{
    gap:8px !important;
  }

  .header-actions{
    gap:5px;
    min-width:0;
  }

  .basket-link{
    position:relative;
    width:38px;
    height:38px;
    min-width:38px;
    padding:0 !important;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    font-size:0; /* visually hides Korpa / Basket / Warenkorb */
    border-radius:50%;
  }

  .basket-link::before{
    content:"";
    width:21px;
    height:21px;
    display:block;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317344A' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.1a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 1.9-1.4L21 8H6'/%3E%3C/svg%3E");
  }

  .basket-link .cart-count{
    position:absolute;
    top:-3px;
    right:-5px;
    min-width:18px;
    height:18px;
    padding:0 4px;
    font-size:10px;
    line-height:18px;
    z-index:2;
  }

  .language-switcher{
    margin-left:0 !important;
    gap:2px;
  }

  .language-switcher a{
    padding:5px 7px;
  }

  .menu-btn{
    width:40px;
    min-width:40px;
    padding:4px;
  }
}

/* ===== Linked product colour selector =====
   Each colour is a separate Stripe Product.
   Products are linked by Product metadata: colour_group. */
.colour-product-picker{
  margin:24px 0 22px;
}

.colour-product-heading{
  margin-bottom:10px;
}

.colour-product-heading .option-label{
  margin:0;
}

.colour-product-options{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.colour-product-option{
  width:88px;
  display:grid;
  gap:6px;
  color:var(--ink);
}

.colour-product-image{
  width:88px;
  height:104px;
  display:block;
  overflow:hidden;
  background:#f2f2f2;
  border:1px solid var(--border);
  transition:border-color .16s ease, box-shadow .16s ease;
}

.colour-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.colour-product-name{
  font-size:10px;
  line-height:1.25;
  color:var(--muted);
  text-align:center;
}

.colour-product-option:hover .colour-product-image{
  border-color:rgba(23,52,74,.55);
}

.colour-product-option.active .colour-product-image{
  border-color:var(--ink);
  box-shadow:inset 0 0 0 1px var(--ink);
}

.colour-product-option.active .colour-product-name{
  color:var(--ink);
  font-weight:700;
}

.size-option-list{
  gap:9px;
}

.size-option-btn{
  min-width:52px;
  min-height:44px;
  padding:9px 15px;
}

.size-option-btn.active{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
  box-shadow:none;
}

@media(max-width:600px){
  .colour-product-picker{
    margin:20px 0 18px;
  }

  .colour-product-options{
    gap:7px;
  }

  .colour-product-option{
    width:74px;
  }

  .colour-product-image{
    width:74px;
    height:88px;
  }

  .colour-product-name{
    font-size:9px;
  }
}

