:root {
  --wk-accent: #c81016;
  --wk-accent-dark: #a90d12;
  --wk-ink: #12151a;
  --wk-ink-soft: #454b55;
  --wk-muted: #6f7682;
  --wk-line: #e5e7eb;
  --wk-surface: #f5f6f8;
  --wk-white: #fff;
  --wk-green: #1d9b57;
  --wk-radius: 10px;
  --wk-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.wk-storefront {
  margin: 0;
  color: var(--wk-ink);
  background: var(--wk-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* OpenCart's default stylesheet positions the footer absolutely. Keep the
   Wellkraft footer in the document flow so it cannot cover the last section. */
.wk-storefront #container {
  min-height: 100vh !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}
.wk-storefront main { flex: 1 0 auto !important; }

.wk-storefront a { color: inherit; text-decoration: none; }
.wk-storefront a:hover { color: var(--wk-accent); }
.wk-storefront img { max-width: 100%; }
.wk-storefront h1, .wk-storefront h2, .wk-storefront h3, .wk-storefront h4, .wk-storefront h5 { color: var(--wk-ink); font-weight: 750; letter-spacing: -.025em; }
.wk-storefront .container { max-width: 1320px; }
.wk-storefront .form-control, .wk-storefront .form-select { border-color: var(--wk-line); min-height: 44px; border-radius: 8px; box-shadow: none; }
.wk-storefront .form-control:focus, .wk-storefront .form-select:focus { border-color: var(--wk-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--wk-accent) 14%, transparent); }
.wk-storefront .btn { border-radius: 8px; font-weight: 700; }
.wk-storefront .btn-primary { background: var(--wk-accent); border-color: var(--wk-accent); }
.wk-storefront .btn-primary:hover { background: var(--wk-accent-dark); border-color: var(--wk-accent-dark); }

.wk-topbar { border-bottom: 1px solid var(--wk-line); background: #fafafa; color: var(--wk-ink-soft); font-size: 12px; }
.wk-topbar__inner { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.wk-topbar__selectors { display: flex; align-items: center; gap: 14px; }
.wk-topbar__selectors form { margin: 0; }
.wk-topbar__selectors .btn, .wk-topbar__selectors button { padding: 0; border: 0; min-height: auto; background: transparent; color: var(--wk-ink-soft); font-size: 12px; }
.wk-topbar__contacts { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.wk-topbar__contacts a { display: inline-flex; align-items: center; gap: 7px; }
.wk-topbar__account { border-left: 1px solid var(--wk-line); padding-left: 20px; }
.wk-plain-button { border: 0; background: transparent; padding: 0; color: var(--wk-ink-soft); }

.wk-header { background: var(--wk-white); transition: box-shadow .2s ease; }
.wk-header.is-scrolled { box-shadow: 0 8px 25px rgba(15, 23, 42, .08); }
.wk-header__inner { min-height: 94px; display: grid; grid-template-columns: minmax(190px, 270px) minmax(300px, 1fr) auto; align-items: center; gap: 34px; }
.wk-logo img { display: block; max-height: 58px; width: auto; }
.wk-wordmark { display: inline-block; color: var(--wk-ink); font-size: clamp(26px, 2.3vw, 39px); font-weight: 900; letter-spacing: -.07em; line-height: 1; }
.wk-wordmark span { color: var(--wk-accent); }
.wk-search { display: flex; margin: 0; position: relative; }
.wk-search .form-control { height: 48px; border-radius: 8px 0 0 8px; padding-left: 18px; }
.wk-search .btn { width: 58px; border-radius: 0 8px 8px 0; color: var(--wk-white); background: var(--wk-accent); }
.wk-search .btn:hover { background: var(--wk-accent-dark); }
.wk-header__actions { display: flex; align-items: center; gap: 12px; }
.wk-action { min-width: 68px; align-items: center; flex-direction: column; justify-content: center; gap: 4px; color: var(--wk-ink-soft); font-size: 11px; white-space: nowrap; }
.wk-action i { color: var(--wk-ink); font-size: 20px; }
.wk-action:hover i { color: var(--wk-accent); }
.wk-header-cart { min-width: 118px; }
.wk-header-cart .dropdown > .btn { min-height: 48px; width: 100%; border: 0; background: var(--wk-ink); font-size: 13px; }
.wk-header-cart .dropdown > .btn:hover { background: var(--wk-accent); }
.wk-header-cart .dropdown-menu { width: min(500px, 90vw); box-shadow: var(--wk-shadow); border-color: var(--wk-line); }

.wk-nav { padding: 0; background: var(--wk-ink); color: var(--wk-white); }
.wk-nav .navbar-nav { min-height: 54px; gap: 6px; }
.wk-nav .nav-link { display: flex; align-items: center; min-height: 54px; padding: 0 18px !important; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 650; }
.wk-nav .nav-link:hover, .wk-nav .nav-link:focus, .wk-nav .nav-link.show { color: var(--wk-white); background: rgba(255,255,255,.07); }
.wk-catalog-menu > .nav-link { min-width: 220px; justify-content: flex-start; gap: 12px; margin-right: 18px; background: var(--wk-accent); color: var(--wk-white); }
.wk-catalog-menu > .nav-link:hover, .wk-catalog-menu > .nav-link.show { background: var(--wk-accent-dark); }
.wk-catalog-menu > .nav-link::after { margin-left: auto; }
.wk-catalog-dropdown { width: 330px; margin: 0; padding: 8px; border: 0; border-radius: 0 0 var(--wk-radius) var(--wk-radius); box-shadow: var(--wk-shadow); }
.wk-catalog-dropdown__item { position: relative; }
.wk-catalog-dropdown__link { min-height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; border-radius: 7px; color: var(--wk-ink); font-size: 14px; }
.wk-catalog-dropdown__link i { color: #a1a6ae; font-size: 10px; }
.wk-catalog-dropdown__link:hover { background: var(--wk-surface); }
.wk-catalog-dropdown__children { display: none; position: absolute; z-index: 4; left: calc(100% + 8px); top: -8px; width: 320px; min-height: 100%; padding: 18px; border: 1px solid var(--wk-line); border-radius: var(--wk-radius); background: var(--wk-white); box-shadow: var(--wk-shadow); }
.wk-catalog-dropdown__item:hover .wk-catalog-dropdown__children { display: grid; gap: 8px; }
.wk-catalog-dropdown__children strong { margin-bottom: 5px; color: var(--wk-ink); }
.wk-catalog-dropdown__children a { color: var(--wk-ink-soft); }
.wk-nav__mobile { width: 100%; min-height: 52px; border: 0; border-radius: 0; color: var(--wk-white); font-weight: 700; text-align: left; }
.wk-nav__mobile i { margin-right: 10px; }

.wk-hero { overflow: hidden; background: linear-gradient(110deg, #f2f3f5 0%, #fff 64%); border-bottom: 1px solid var(--wk-line); }
.wk-hero__grid { min-height: 510px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: 60px; }
.wk-hero__copy { position: relative; z-index: 2; padding: 64px 0; }
.wk-eyebrow { display: inline-block; margin-bottom: 15px; color: var(--wk-accent); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.wk-hero h1 { max-width: 670px; margin: 0 0 20px; font-size: clamp(42px, 4.4vw, 68px); line-height: 1.02; }
.wk-hero p { max-width: 620px; margin: 0 0 30px; color: var(--wk-ink-soft); font-size: 19px; }
.wk-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 11px 22px; border: 1px solid var(--wk-accent); background: var(--wk-accent); color: var(--wk-white) !important; }
.wk-btn-primary:hover { border-color: var(--wk-accent-dark); background: var(--wk-accent-dark); }
.wk-btn-outline { min-height: 44px; border: 1px solid var(--wk-line); background: var(--wk-white); }
.wk-btn-outline:hover { border-color: var(--wk-accent); color: var(--wk-accent); }
.wk-hero__visual { min-height: 510px; display: flex; align-items: center; justify-content: center; position: relative; }
.wk-hero__visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(200,16,22,.1), rgba(200,16,22,0) 68%); }
.wk-hero__visual img { position: relative; z-index: 1; width: 100%; height: 500px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(15,23,42,.16)); }
.wk-hero__placeholder { position: relative; z-index: 1; width: 390px; height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border-radius: 28px; background: var(--wk-ink); color: var(--wk-white); box-shadow: var(--wk-shadow); }
.wk-hero__placeholder i { color: var(--wk-accent); font-size: 86px; }
.wk-hero__placeholder span { font-size: 28px; font-weight: 900; }

.wk-benefits { background: var(--wk-white); border-bottom: 1px solid var(--wk-line); }
.wk-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.wk-benefit { min-height: 116px; display: flex; align-items: center; gap: 16px; padding: 22px 26px; border-right: 1px solid var(--wk-line); }
.wk-benefit:last-child { border-right: 0; }
.wk-benefit > i { width: 44px; color: var(--wk-accent); font-size: 30px; text-align: center; }
.wk-benefit strong, .wk-benefit span { display: block; }
.wk-benefit strong { margin-bottom: 4px; font-size: 14px; }
.wk-benefit span { color: var(--wk-muted); font-size: 12px; line-height: 1.35; }

.wk-section { padding: 66px 0; }
.wk-section--muted { background: var(--wk-surface); }
.wk-section--brands { padding-top: 12px; }
.wk-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.wk-section-heading h2 { margin: 0; font-size: clamp(26px, 2.4vw, 35px); }
.wk-section-heading > a { color: var(--wk-ink-soft); font-weight: 700; font-size: 13px; }
.wk-section-heading > a i { margin-left: 7px; }
.wk-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wk-category-card { overflow: hidden; display: block; border: 1px solid var(--wk-line); border-radius: var(--wk-radius); background: var(--wk-white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.wk-category-card:hover { transform: translateY(-4px); border-color: #d2d5da; box-shadow: var(--wk-shadow); }
.wk-category-card__image { height: 220px; overflow: hidden; padding: 14px; background: linear-gradient(145deg, #f8f9fa, #fff); }
.wk-category-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.12); transform-origin: center; }
.wk-category-card__title { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border-top: 1px solid var(--wk-line); color: var(--wk-ink); font-size: 16px; font-weight: 750; }
.wk-category-card__title i { color: var(--wk-accent); }
.wk-module-zone:empty { display: none; }
.wk-module-zone:not(:empty) { padding-top: 46px; padding-bottom: 18px; }

.wk-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.wk-product-card { height: 100%; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--wk-line); border-radius: var(--wk-radius); background: var(--wk-white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.wk-product-card:hover { transform: translateY(-3px); border-color: #d0d3d8; box-shadow: var(--wk-shadow); }
.wk-product-card__image { height: 300px; position: relative; display: flex; align-items: center; justify-content: center; padding: 18px; background: var(--wk-white); }
.wk-product-card__image > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.wk-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.wk-product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 5px 9px; border-radius: 5px; background: var(--wk-accent); color: var(--wk-white); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.wk-product-card__quick-actions { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; gap: 7px; }
.wk-product-card__quick-actions button { width: 36px; height: 36px; border: 1px solid var(--wk-line); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--wk-ink); }
.wk-product-card__quick-actions button:hover { border-color: var(--wk-accent); color: var(--wk-accent); }
.wk-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px; border-top: 1px solid var(--wk-line); }
.wk-product-card__model { min-height: 18px; margin-bottom: 6px; color: var(--wk-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.wk-product-card h3 { min-height: 48px; margin: 0 0 10px; font-size: 15px; line-height: 1.42; letter-spacing: -.01em; }
.wk-product-card h3 a { color: var(--wk-ink); }
.wk-product-card .rating { margin-bottom: 8px; color: #f2a30b; font-size: 12px; }
.wk-product-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: auto; margin-bottom: 5px; }
.wk-product-card__price .price-new { color: var(--wk-ink); font-size: 20px; font-weight: 850; }
.wk-product-card__price .price-old { color: var(--wk-muted); font-size: 13px; text-decoration: line-through; }
.wk-product-card__stock { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; color: var(--wk-green); font-size: 12px; font-weight: 650; }
.wk-product-card__stock span { width: 7px; height: 7px; border-radius: 50%; background: var(--wk-green); }
.wk-product-card__buy .btn { width: 100%; min-height: 43px; font-size: 13px; }

.wk-promo-banner { min-height: 235px; overflow: hidden; position: relative; display: flex; align-items: center; padding: 44px 52px; border-radius: 14px; background: linear-gradient(115deg, #111419 0%, #20262e 72%, #0d0f12 100%); color: var(--wk-white); }
.wk-promo-banner::after { content: ""; position: absolute; right: 7%; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.015); }
.wk-promo-banner__copy { position: relative; z-index: 2; max-width: 690px; }
.wk-promo-banner h2 { margin: 0 0 10px; color: var(--wk-white); font-size: clamp(28px, 3vw, 42px); }
.wk-promo-banner p { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 16px; }
.wk-promo-banner__mark { position: absolute; z-index: 1; right: 12%; color: rgba(255,255,255,.13); font-size: 126px; }
.wk-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.wk-brand-grid a { min-height: 78px; display: flex; align-items: center; justify-content: center; padding: 15px; border: 1px solid var(--wk-line); border-radius: 8px; background: var(--wk-white); color: var(--wk-ink-soft); font-size: 17px; font-weight: 850; letter-spacing: -.03em; text-align: center; }
.wk-brand-grid a:hover { border-color: var(--wk-accent); color: var(--wk-accent); }

.wk-page { padding-top: 18px; padding-bottom: 70px; }
.wk-breadcrumb { margin: 0 0 22px; padding: 0; background: transparent; font-size: 12px; }
.wk-breadcrumb a { color: var(--wk-muted); }
.wk-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #b6bac1; }
.wk-category-intro { min-height: 235px; display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 30px; margin-bottom: 42px; padding: 34px 42px; border-radius: 14px; background: linear-gradient(120deg, #f3f4f6, #fff); border: 1px solid var(--wk-line); }
.wk-category-intro--no-image { grid-template-columns: 1fr; }
.wk-category-intro h1 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 54px); }
.wk-category-intro__description { max-width: 760px; color: var(--wk-ink-soft); }
.wk-category-intro__description > :last-child { margin-bottom: 0; }
.wk-category-intro > img { width: 300px; height: 190px; object-fit: contain; mix-blend-mode: multiply; }
.wk-subcategories { margin-bottom: 42px; }
.wk-subcategories h2 { margin-bottom: 20px; font-size: 25px; }
.wk-subcategory-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.wk-subcategory-card { min-height: 170px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--wk-line); border-radius: var(--wk-radius); background: var(--wk-white); }
.wk-subcategory-card img { width: 100%; height: 118px; padding: 10px; object-fit: contain; background: var(--wk-surface); }
.wk-subcategory-card span { flex: 1; display: flex; align-items: center; justify-content: center; padding: 10px; color: var(--wk-ink); font-size: 13px; font-weight: 700; text-align: center; }
.wk-subcategory-card:hover { border-color: var(--wk-accent); }
.wk-catalog-toolbar { display: grid; grid-template-columns: auto auto minmax(220px, 1fr) 150px; align-items: end; gap: 12px; margin-bottom: 22px; padding: 14px; border: 1px solid var(--wk-line); border-radius: var(--wk-radius); background: var(--wk-surface); }
.wk-view-buttons { gap: 5px; }
.wk-view-buttons .btn { width: 44px; min-height: 44px; }
.wk-toolbar-field { display: grid; grid-template-columns: auto minmax(150px, 1fr); align-items: center; justify-content: end; gap: 10px; }
.wk-toolbar-field label { margin: 0; color: var(--wk-muted); font-size: 12px; white-space: nowrap; }
.wk-product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
#product-list.row { --bs-gutter-x: 20px; --bs-gutter-y: 20px; }
#product-list.row > * { margin-bottom: 0 !important; }
#product-list.product-list .wk-product-card { display: grid; grid-template-columns: 310px 1fr; }
#product-list.product-list .wk-product-card__image { height: 270px; border-right: 1px solid var(--wk-line); }
#product-list.product-list .wk-product-card__body { border-top: 0; }
#product-list.product-list .wk-product-card h3 { min-height: 0; font-size: 20px; }
.wk-pagination-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; color: var(--wk-muted); font-size: 13px; }
.wk-pagination-row .pagination { margin: 0; }
.wk-pagination-row .page-link { color: var(--wk-ink); border-color: var(--wk-line); }
.wk-pagination-row .active > .page-link { background: var(--wk-accent); border-color: var(--wk-accent); color: var(--wk-white); }
.wk-empty-state { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border: 1px dashed #ccd0d6; border-radius: var(--wk-radius); background: var(--wk-surface); text-align: center; }
.wk-empty-state > i { color: #a7adb6; font-size: 52px; }

.wk-product-main { align-items: flex-start; }
.wk-product-gallery { padding: 18px; border: 1px solid var(--wk-line); border-radius: 14px; background: var(--wk-white); }
.wk-product-gallery__main { height: 570px; display: flex; align-items: center; justify-content: center; }
.wk-product-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.wk-product-gallery__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--wk-line); }
.wk-product-gallery__thumbs a { width: 82px; height: 82px; display: flex; align-items: center; justify-content: center; padding: 5px; border: 1px solid var(--wk-line); border-radius: 8px; }
.wk-product-gallery__thumbs a:hover { border-color: var(--wk-accent); }
.wk-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.wk-product-buybox { position: sticky; top: 16px; padding: 32px; border: 1px solid var(--wk-line); border-radius: 14px; background: var(--wk-white); box-shadow: 0 8px 30px rgba(15,23,42,.05); }
.wk-product-buybox h1 { margin: 0 0 16px; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; }
.wk-product-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-bottom: 16px; color: var(--wk-muted); font-size: 13px; }
.wk-product-meta a { color: var(--wk-accent); font-weight: 700; }
.wk-product-buybox .rating { margin-bottom: 12px; color: #f2a30b; }
.wk-product-buybox .rating a { color: var(--wk-muted); font-size: 12px; }
.wk-product-price { margin: 12px 0 18px; }
.wk-product-price h2 { margin: 0; }
.wk-product-price .price-new { color: var(--wk-ink); font-size: 34px; font-weight: 900; }
.wk-product-price .price-old { color: var(--wk-muted); text-decoration: line-through; }
.wk-product-secondary-actions { margin-bottom: 16px; }
.wk-product-secondary-actions .btn { width: 46px; height: 46px; border-color: var(--wk-line); }
.wk-product-buybox #product { padding-top: 4px; }
.wk-product-buybox #product h3 { font-size: 20px; }
.wk-product-buybox #button-cart { min-width: 210px; }
.wk-product-help { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 14px 16px; border-radius: 8px; background: var(--wk-surface); color: var(--wk-ink-soft); font-size: 13px; }
.wk-product-help i { color: var(--wk-accent); font-size: 22px; }
.wk-product-tabs { gap: 8px; border-bottom-color: var(--wk-line); }
.wk-product-tabs .nav-link { padding: 13px 20px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; color: var(--wk-muted); font-weight: 750; }
.wk-product-tabs .nav-link.active { border-bottom-color: var(--wk-accent); color: var(--wk-ink); background: transparent; }
.wk-product-tab-content { padding: 34px 0 24px; color: var(--wk-ink-soft); font-size: 15px; line-height: 1.75; }
.wk-product-tab-content h2, .wk-product-tab-content h3 { margin-top: 32px; }
.wk-product-tab-content img { height: auto !important; max-width: 100% !important; border-radius: 10px; }
.wk-product-tab-content table { width: 100% !important; }

.wk-storefront #column-left .list-group, .wk-storefront #column-right .list-group,
.wk-storefront #column-left .card, .wk-storefront #column-right .card { overflow: hidden; border-color: var(--wk-line); border-radius: var(--wk-radius); }
.wk-storefront #column-left .list-group-item.active, .wk-storefront #column-right .list-group-item.active { background: var(--wk-accent); border-color: var(--wk-accent); }
.wk-storefront #column-left h3, .wk-storefront #column-right h3 { font-size: 18px; }

.wk-footer { position: static !important; bottom: auto !important; width: 100%; flex: 0 0 auto; margin-top: auto; padding: 58px 0 0; border: 0; background: var(--wk-ink); color: rgba(255,255,255,.68); }
.wk-footer__grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.15fr; gap: 50px; padding-bottom: 46px; }
.wk-wordmark--light { color: var(--wk-white); }
.wk-footer__brand p { max-width: 340px; margin: 20px 0 0; }
.wk-footer h5 { margin: 8px 0 18px; color: var(--wk-white); font-size: 15px; }
.wk-footer ul { margin: 0; padding: 0; list-style: none; }
.wk-footer li { margin-bottom: 9px; }
.wk-footer a { color: rgba(255,255,255,.68); }
.wk-footer a:hover { color: var(--wk-white); }
.wk-footer__contacts { display: flex; flex-direction: column; gap: 12px; }
.wk-footer__contacts h5 { margin-bottom: 7px; }
.wk-footer__contacts a { display: flex; align-items: center; gap: 10px; }
.wk-footer__contacts i { width: 16px; color: var(--wk-accent); text-align: center; }
.wk-footer__bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 1199.98px) {
  .wk-header__inner { grid-template-columns: 210px 1fr auto; gap: 22px; }
  .wk-nav .nav-link { padding-inline: 13px !important; }
  .wk-catalog-menu > .nav-link { min-width: 200px; margin-right: 6px; }
  .wk-benefit { padding-inline: 18px; }
  .wk-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-subcategory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .wk-brand-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  .wk-topbar__inner { grid-template-columns: auto 1fr auto; }
  .wk-header__inner { min-height: 82px; grid-template-columns: 190px 1fr auto; gap: 14px; }
  .wk-header__actions { gap: 6px; }
  .wk-header-cart { min-width: 52px; }
  .wk-header-cart .dropdown > .btn { width: 52px; font-size: 0; }
  .wk-header-cart .dropdown > .btn i { font-size: 16px; }
  .wk-nav .navbar-collapse { padding-bottom: 12px; }
  .wk-nav .navbar-nav { align-items: stretch !important; min-height: auto; }
  .wk-nav .nav-link { min-height: 43px; }
  .wk-catalog-menu > .nav-link { margin-right: 0; }
  .wk-catalog-dropdown { position: static !important; width: 100%; transform: none !important; }
  .wk-catalog-dropdown__children { position: static; width: auto; box-shadow: none; margin: 0 12px 8px; }
  .wk-catalog-dropdown__item:hover .wk-catalog-dropdown__children { display: none; }
  .wk-hero__grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 20px; }
  .wk-hero__visual, .wk-hero__visual img { min-height: 400px; height: 400px; }
  .wk-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .wk-benefit:nth-child(2) { border-right: 0; }
  .wk-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--wk-line); }
  .wk-category-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-product-card__image { height: 270px; }
  .wk-catalog-toolbar { grid-template-columns: auto auto 1fr; }
  .wk-toolbar-field--limit { display: none; }
  .wk-category-intro { grid-template-columns: 1fr 230px; }
  .wk-category-intro > img { width: 230px; }
  .wk-subcategory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wk-product-gallery__main { height: 480px; }
  .wk-product-buybox { position: static; }
  .wk-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .wk-storefront { width: 100%; max-width: 100vw; overflow-x: hidden; }
  .wk-storefront #container { width: 100vw !important; max-width: 100vw !important; overflow-x: hidden; overflow-x: clip; }
  .wk-storefront main, .wk-storefront .wk-home, .wk-storefront .wk-topbar, .wk-storefront .wk-header, .wk-storefront .wk-nav, .wk-storefront .wk-footer { width: 100%; max-width: 100%; min-width: 0; }
  .wk-storefront .container { width: 100%; max-width: 100%; }
  .wk-topbar__inner { grid-template-columns: 1fr auto; gap: 12px; }
  .wk-topbar__contacts { display: none; }
  .wk-topbar__account { padding-left: 12px; }
  .wk-header__inner { grid-template-columns: 1fr auto; padding: 14px 0; }
  .wk-header__search { grid-column: 1 / -1; grid-row: 2; }
  .wk-logo img { max-height: 45px; }
  .wk-hero__grid { grid-template-columns: 1fr; }
  .wk-hero__copy { padding: 54px 0 25px; text-align: center; }
  .wk-hero__copy p { margin-inline: auto; }
  .wk-hero__visual { min-height: 310px; }
  .wk-hero__visual img { height: 310px; min-height: 310px; }
  .wk-hero__visual::before { width: 300px; height: 300px; }
  .wk-hero h1 { font-size: 42px; }
  .wk-section { padding: 48px 0; }
  .wk-category-card__image { height: 180px; }
  .wk-product-card__image { height: 240px; }
  .wk-promo-banner { padding: 36px 30px; }
  .wk-promo-banner__mark { right: 5%; opacity: .45; }
  .wk-category-intro { grid-template-columns: 1fr; padding: 28px; }
  .wk-category-intro > img { width: 100%; height: 180px; }
  .wk-subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wk-catalog-toolbar { grid-template-columns: 1fr; align-items: stretch; }
  .wk-toolbar-field { grid-template-columns: 1fr; gap: 4px; }
  #product-list.product-list .wk-product-card { grid-template-columns: 210px 1fr; }
  #product-list.product-list .wk-product-card__image { height: 240px; }
  .wk-product-gallery__main { height: 400px; }
  .wk-product-buybox { padding: 24px; }
  .wk-footer__grid { gap: 34px; }
}

@media (max-width: 575.98px) {
  .wk-storefront { font-size: 14px; }
  .wk-wordmark { font-size: 28px; }
  .wk-header__actions { align-self: center; }
  .wk-header-cart .dropdown > .btn { min-height: 44px; }
  .wk-benefits__grid { grid-template-columns: 1fr; }
  .wk-benefit { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--wk-line); }
  .wk-benefit:last-child { border-bottom: 0; }
  .wk-hero h1 { font-size: 36px; }
  .wk-hero p { font-size: 16px; }
  .wk-category-grid, .wk-product-grid, .wk-product-grid--catalog { grid-template-columns: 1fr; }
  .wk-category-card__image, .wk-product-card__image { height: 270px; }
  .wk-section-heading { align-items: flex-end; }
  .wk-section-heading h2 { font-size: 25px; }
  .wk-promo-banner { min-height: 300px; padding: 30px 24px; }
  .wk-promo-banner__mark { top: 20px; right: 20px; font-size: 76px; }
  .wk-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .wk-subcategory-card { min-height: 150px; }
  .wk-subcategory-card img { height: 100px; }
  #product-list.product-list .wk-product-card { display: flex; }
  #product-list.product-list .wk-product-card__image { height: 270px; border-right: 0; }
  .wk-pagination-row { align-items: flex-start; flex-direction: column; }
  .wk-product-gallery__main { height: 330px; }
  .wk-product-gallery__thumbs a { width: 67px; height: 67px; }
  .wk-product-buybox { padding: 20px; }
  .wk-product-buybox #button-cart { min-width: 0; padding-inline: 14px; }
  .wk-product-tabs { overflow-x: auto; flex-wrap: nowrap; }
  .wk-product-tabs .nav-link { white-space: nowrap; }
  .wk-footer__grid { grid-template-columns: 1fr; }
  .wk-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 16px 0; }
}

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