/*
Theme Name: CutterKomben Shop
Theme URI: https://cutandcode.de/cutterkomben/
Author: CutterKomben Media
Description: Maßgeschneidertes WooCommerce-Theme im CutterKomben-Look.
Version: 1.0.1
Text Domain: cutterkomben-shop
*/

:root {
  --ck-acid: #9cff23;
  --ck-acid-soft: #c5ff72;
  --ck-bg: #050705;
  --ck-panel: #0b0e0c;
  --ck-panel-2: #101411;
  --ck-line: rgba(255, 255, 255, 0.13);
  --ck-muted: #9da49e;
  --ck-white: #f7faf7;
  --ck-danger: #ff6868;
  --ck-radius: 16px;
  --ck-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--ck-bg);
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 78% 5%, rgba(156, 255, 35, 0.07), transparent 29rem),
    var(--ck-bg);
  color: var(--ck-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.ck-menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ck-acid);
  outline-offset: 3px;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 10px;
  left: 10px;
  border: 1px solid var(--ck-acid);
  border-radius: 7px;
  padding: 10px 14px;
  background: var(--ck-panel);
  color: var(--ck-white);
  font-size: 13px;
  font-weight: 800;
}

.ck-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ck-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 5, 0.84);
  backdrop-filter: blur(18px);
}

.admin-bar .ck-header { top: 32px; }

.ck-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  gap: 32px;
}

.ck-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.ck-brand__mark {
  width: 38px;
  height: 38px;
  color: var(--ck-acid);
  filter: drop-shadow(0 0 9px rgba(156, 255, 35, 0.23));
}

.ck-brand__text { display: flex; flex-direction: column; line-height: .9; }
.ck-brand__text strong { font-size: 13px; font-weight: 900; letter-spacing: -.02em; }
.ck-brand__text small { margin-top: 5px; color: var(--ck-acid); font-size: 8px; font-weight: 900; letter-spacing: .35em; }

.ck-nav { display: flex; justify-content: center; gap: clamp(17px, 2.1vw, 30px); }
.ck-nav a { position: relative; padding-block: 27px; color: #c5cac5; font-size: 13px; font-weight: 700; transition: color 180ms ease; }
.ck-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; transform: scaleX(0); background: var(--ck-acid); content: ""; transition: transform 180ms ease; }
.ck-nav a:hover, .ck-nav a[aria-current="page"] { color: #fff; }
.ck-nav a:hover::after, .ck-nav a[aria-current="page"]::after { transform: scaleX(1); }

.ck-cart-link,
.ck-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button:not(.is-link) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--ck-acid) !important;
  border-radius: 7px !important;
  padding: 0 19px !important;
  background: var(--ck-acid) !important;
  color: #081004 !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(156, 255, 35, 0.1);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ck-cart-link:hover,
.ck-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:not(.is-link):hover {
  transform: translateY(-1px);
  background: var(--ck-acid-soft) !important;
  box-shadow: 0 0 32px rgba(156, 255, 35, 0.24);
}

.ck-cart-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  margin-left: 8px;
  place-items: center;
  border-radius: 999px;
  padding-inline: 5px;
  background: #071006;
  color: var(--ck-acid);
  font-size: 10px;
  font-weight: 900;
}

.ck-cart-icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ck-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--ck-line);
  border-radius: 7px;
  background: var(--ck-panel);
  color: var(--ck-white);
  cursor: pointer;
}

.ck-menu-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }

.ck-main { min-height: calc(100vh - 235px); padding-top: 76px; }

.ck-hero,
.ck-page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ck-line);
  background:
    linear-gradient(110deg, rgba(5, 7, 5, .98) 20%, rgba(5, 7, 5, .7)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, .025) 80px);
}

.ck-hero::after,
.ck-page-hero::after { position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--ck-acid), transparent); content: ""; opacity: .42; }

.ck-hero__inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; min-height: 470px; padding-block: 74px; gap: clamp(40px, 8vw, 120px); }
.ck-page-hero__inner { padding-block: 72px; }

.ck-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--ck-acid); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ck-eyebrow::before { width: 8px; height: 8px; border-radius: 2px; background: var(--ck-acid); box-shadow: 0 0 13px rgba(156, 255, 35, .7); content: ""; }

.ck-hero h1,
.ck-page-hero h1,
.ck-content h1 {
  margin: 20px 0 0;
  color: var(--ck-white);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .96;
}

.ck-hero h1 span { color: var(--ck-acid); }
.ck-hero p, .ck-page-hero p { width: min(660px, 100%); margin: 24px 0 0; color: #a4aca5; font-size: clamp(15px, 1.7vw, 18px); line-height: 1.75; }
.ck-hero__actions { display: flex; flex-wrap: wrap; margin-top: 30px; gap: 12px; }
.ck-button--ghost { border-color: rgba(255,255,255,.24) !important; background: rgba(5,7,5,.42) !important; color: #fff !important; box-shadow: none !important; }
.ck-button--ghost:hover { border-color: var(--ck-acid) !important; color: var(--ck-acid) !important; }

.ck-hero__visual {
  position: relative;
  display: grid;
  width: min(310px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  place-items: center;
  transform: rotate(-5deg);
  border: 1px solid rgba(156, 255, 35, .28);
  border-radius: 34px;
  background: linear-gradient(145deg, #151b16, #080b09 65%);
  box-shadow: var(--ck-shadow), inset 0 0 70px rgba(156,255,35,.04);
}

.ck-hero__visual::before, .ck-hero__visual::after { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; }
.ck-hero__visual::before { inset: 18px; }
.ck-hero__visual::after { inset: 36px; }
.ck-hero__visual span { color: var(--ck-acid); font-size: clamp(72px, 9vw, 125px); font-weight: 950; letter-spacing: -.14em; text-shadow: 0 0 34px rgba(156,255,35,.3); }

.ck-section, .ck-content { padding-block: 78px 110px; }
.ck-section__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 36px; gap: 28px; }
.ck-section__heading h2 { margin: 13px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; }
.ck-section__heading p { width: min(480px, 100%); margin: 0; color: var(--ck-muted); }

.ck-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ck-trust-card { border: 1px solid var(--ck-line); border-radius: var(--ck-radius); padding: 25px; background: linear-gradient(145deg, rgba(16,20,17,.96), rgba(9,12,10,.96)); }
.ck-trust-card strong { display: block; margin-bottom: 8px; color: var(--ck-acid); font-size: 15px; }
.ck-trust-card p { margin: 0; color: var(--ck-muted); font-size: 13px; }

.woocommerce { color: var(--ck-white); }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 28px; color: var(--ck-muted); font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--ck-acid); }
.woocommerce .woocommerce-result-count { color: var(--ck-muted); }

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-textarea {
  min-height: 48px;
  border: 1px solid var(--ck-line) !important;
  border-radius: 8px !important;
  padding: 10px 13px !important;
  background: #090c0a !important;
  color: var(--ck-white) !important;
}

.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 0; gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { display: flex; width: auto !important; min-width: 0; flex-direction: column; margin: 0 !important; overflow: hidden; border: 1px solid var(--ck-line); border-radius: var(--ck-radius); padding: 0 0 24px; background: linear-gradient(145deg, rgba(16,20,17,.96), rgba(9,12,10,.96)); transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(156,255,35,.38); box-shadow: var(--ck-shadow); }
.woocommerce ul.products li.product a img { width: 100%; height: 275px; margin: 0 0 22px; border-bottom: 1px solid var(--ck-line); object-fit: cover; background: #0b0f0c; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding-inline: 24px; color: var(--ck-white); font-size: 20px; }
.woocommerce ul.products li.product .price { margin: 8px 0 18px; padding-inline: 24px; color: var(--ck-acid); font-size: 18px; font-weight: 900; }
.woocommerce ul.products li.product .button { width: calc(100% - 48px); margin: auto 24px 0; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); gap: clamp(36px,7vw,90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border: 1px solid var(--ck-line); border-radius: var(--ck-radius); background: var(--ck-panel); }
.woocommerce div.product .product_title { margin-top: 0; font-size: clamp(34px,5vw,58px); letter-spacing: -.05em; line-height: 1; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ck-acid); font-size: 25px; font-weight: 900; }
.woocommerce .quantity .qty { min-height: 46px; border: 1px solid var(--ck-line); border-radius: 7px; background: #090c0a; color: var(--ck-white); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--ck-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--ck-line); background: var(--ck-panel); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--ck-acid); background: var(--ck-panel-2); color: var(--ck-white); }

.woocommerce table.shop_table,
.wc-block-cart-items,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  border-color: var(--ck-line) !important;
  border-radius: var(--ck-radius) !important;
  background: rgba(11,14,12,.92);
  color: var(--ck-white);
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--ck-line); }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(520px,100%); }
.woocommerce .cart_totals, .woocommerce-checkout-review-order { border: 1px solid var(--ck-line); border-radius: var(--ck-radius); padding: 25px; background: var(--ck-panel); }
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-top-color: var(--ck-acid); background: var(--ck-panel-2); color: var(--ck-white); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--ck-acid); }
.woocommerce-error { border-top-color: var(--ck-danger); }
.woocommerce-error::before { color: var(--ck-danger); }

.wc-block-components-title, .wc-block-components-checkout-step__title, .wc-block-components-product-name { color: var(--ck-white) !important; }
.wc-block-components-checkout-step__description, .wc-block-components-totals-item__description, .wc-block-components-product-metadata { color: var(--ck-muted) !important; }
.wc-block-components-order-summary, .wc-block-components-totals-wrapper { border-color: var(--ck-line) !important; }
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-radio-control__label { color: var(--ck-white); }
.wc-block-components-validation-error { color: #ff9c9c; }

.ck-empty { border: 1px dashed rgba(156,255,35,.3); border-radius: var(--ck-radius); padding: 34px; text-align: center; background: rgba(156,255,35,.035); color: var(--ck-muted); }

.ck-footer { border-top: 1px solid var(--ck-line); background: #070907; }
.ck-footer__inner { display: grid; grid-template-columns: 1fr auto; align-items: start; padding-block: 42px; gap: 30px; }
.ck-footer p { margin: 14px 0 0; color: var(--ck-muted); font-size: 12px; }
.ck-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.ck-footer__links a { color: #b8beb9; font-size: 12px; }
.ck-footer__links a:hover { color: var(--ck-acid); }

@media (max-width: 980px) {
  .admin-bar .ck-header { top: 46px; }
  .ck-header__inner { grid-template-columns: 1fr auto auto; }
  .ck-menu-button { display: grid; }
  .ck-nav { position: fixed; inset: 76px 0 auto; display: none; max-height: calc(100vh - 76px); overflow-y: auto; border-bottom: 1px solid var(--ck-line); padding: 18px 20px 26px; background: rgba(5,7,5,.98); }
  .admin-bar .ck-nav { inset-block-start: 122px; }
  .ck-nav.is-open { display: grid; }
  .ck-nav a { min-height: 48px; padding: 14px 4px; }
  .ck-nav a::after { bottom: 8px; }
  .ck-hero__inner { grid-template-columns: 1fr; }
  .ck-hero__visual { grid-row: 1; width: 235px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .ck-container, .ck-header__inner { width: min(100% - 28px, 1180px); }
  .ck-header__inner { gap: 10px; }
  .ck-cart-link { width: 46px; padding: 0 !important; }
  .ck-cart-icon { display: block; }
  .ck-cart-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .ck-cart-count { margin: 0; font-size: 10px; }
  .ck-hero__inner { min-height: auto; padding-block: 58px 72px; }
  .ck-hero h1, .ck-page-hero h1 { font-size: clamp(39px, 13vw, 58px); }
  .ck-section, .ck-content { padding-block: 58px 80px; }
  .ck-section__heading { display: block; }
  .ck-section__heading p { margin-top: 16px; }
  .ck-trust-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product a img { height: 235px; }
  .ck-footer__inner { grid-template-columns: 1fr; }
  .ck-footer__links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
