﻿/*
Theme Name: SEEL WooCommerce
Theme URI: https://seel.cz/
Author: SEEL.cz
Description: Rychlá WooCommerce šablona pro katalog elektrospotřebičů SEEL.cz.
Version: 1.0.72
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: seel-shop
*/

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1f84e8;
  --blue-dark: #1f84e8;
  --navy: #3f4142;
  --ink: #2f3132;
  --muted: #6a6c6d;
  --page: #f3f6f8;
  --surface: #ffffff;
  --line: #d6e0e8;
  --soft: #eaf4fe;
  --green: #128b4d;
  --yellow: #f4b000;
  --shadow: 0 18px 46px rgba(7, 54, 95, .12);
  --seel-container-width: 1280px;
  --seel-reading-width: 800px;
  --seel-space-1: 4px;
  --seel-space-2: 8px;
  --seel-space-3: 12px;
  --seel-space-4: 16px;
  --seel-space-5: 24px;
  --seel-space-6: 32px;
  --seel-space-7: 48px;
  --seel-space-8: 64px;
  --seel-radius-small: 6px;
  --seel-radius-medium: 8px;
  --seel-radius-large: 12px;
  --seel-control-height: 46px;
  --seel-card-shadow: 0 6px 24px rgba(22, 49, 68, .07);
}

/* WordPress and WooCommerce integration */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-content {
  min-height: 60vh;
}

.woocommerce-page .site-content,
.content-shell {
  max-width: 1340px;
  margin: 0 auto;
  padding: 24px 22px 64px;
}

.woocommerce-products-header {
  margin: 0 0 20px;
}

.woocommerce-products-header__title.page-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(7, 54, 95, .07);
}

.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f6faff;
  border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: #fff;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  border-radius: 10px;
  font-weight: 900;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: var(--blue-dark);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--blue);
  background: var(--soft);
}

.seel-shop-filters {
  display: grid;
  grid-template-columns:
    minmax(150px, 1.2fr)
    minmax(150px, 1.1fr)
    minmax(150px, 1.1fr)
    minmax(105px, .72fr)
    minmax(105px, .72fr)
    auto
    auto;
  align-items: end;
  gap: 12px;
  width: 100%;
  margin: 0 0 18px;
  padding: 18px 20px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7, 54, 95, .08);
}

.seel-shop-filters__title {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}

.seel-shop-filters label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.seel-shop-filters select,
.seel-shop-filters input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.seel-shop-filters__price {
  min-width: 0 !important;
  max-width: none;
}

.seel-shop-filters button {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}

.seel-shop-filters__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 38px 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

body.single-product.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 28px;
  align-items: start;
}

.seel-product-return {
  margin: 0 0 14px;
}

.seel-product-return a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(7, 54, 95, .07);
  font-size: 13px;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.seel-product-return a:hover,
.seel-product-return a:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
  transform: translateX(-2px);
}

.seel-product-return a > span {
  font-size: 20px;
  line-height: 1;
}

body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce div.product .woocommerce-tabs,
body.single-product.woocommerce div.product .related.products,
body.single-product.woocommerce div.product .upsells.products {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(7, 54, 95, .08);
  box-sizing: border-box;
}

body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
body.single-product.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image {
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f1f7fc 100%);
  border: 1px solid #e2ebf2;
  border-radius: 14px;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 500px;
  padding: 18px;
  box-sizing: border-box;
  object-fit: contain;
  background: transparent;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0 !important;
  padding: 0;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  height: 76px;
  padding: 6px;
  object-fit: contain;
}

body.single-product.woocommerce div.product div.summary {
  position: static;
  padding: clamp(24px, 3vw, 34px);
}

body.single-product.woocommerce div.product .product_title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

body.single-product.woocommerce div.product .summary .price {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 900;
}

body.single-product.woocommerce div.product .woocommerce-product-details__short-description {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}

.seel-product-kicker {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.single-product.woocommerce div.product .stock {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--green);
  background: #eaf8f0;
  border: 1px solid #bce7ce;
  border-radius: 999px;
}

body.single-product.woocommerce div.product .stock.out-of-stock {
  color: #9a4f00;
  background: #fff6e3;
  border-color: #f1d59b;
}

body.single-product.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body.single-product.woocommerce div.product form.cart .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

body.single-product.woocommerce div.product form.cart .button {
  min-height: 48px;
  padding: 0 24px;
  background: var(--blue);
  border-radius: 10px;
}

.seel-product-assurances {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.seel-product-assurances > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  align-items: center;
  padding: 11px 12px;
  background: #f6faff;
  border: 1px solid #dceaf6;
  border-radius: 12px;
}

.seel-assurance-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
}

.seel-product-assurances strong,
.seel-product-assurances small {
  display: block;
}

.seel-product-assurances strong {
  color: var(--navy);
  font-size: 13px;
}

.seel-product-assurances small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

body.single-product.woocommerce div.product .product_meta {
  margin-top: 22px;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  line-height: 1.8;
}

body.single-product.woocommerce div.product .woocommerce-tabs,
body.single-product.woocommerce div.product .related.products,
body.single-product.woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
  width: 100% !important;
  margin: 0 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0 16px;
  background: var(--soft);
  border-color: var(--line);
  border-radius: 10px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 980px;
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product.woocommerce div.product .related.products > h2,
body.single-product.woocommerce div.product .upsells.products > h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(24px, 2.4vw, 32px);
}

body.single-product.woocommerce div.product .related.products ul.products,
body.single-product.woocommerce div.product .upsells.products ul.products {
  margin-bottom: 0;
}

.seel-empty-products {
  grid-column: 1 / -1;
  padding: 26px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 14px;
}

.product-card-image {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 12px;
  background: #f4f9fd;
  border-radius: 10px 10px 0 0;
}

.product-card-image img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.product-card-copy {
  padding: 14px;
}

.product-card-copy h3 {
  min-height: 44px;
  margin: 8px 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.35;
}

.product-card-copy .stock {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.product-card-copy .price {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .seel-shop-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seel-shop-filters__title {
    grid-column: 1 / -1;
  }

  .seel-shop-filters button,
  .seel-shop-filters__reset {
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .seel-shop-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seel-shop-filters button,
  .seel-shop-filters__reset {
    grid-column: auto;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product.woocommerce div.product {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product div.summary {
    position: static;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs,
  body.single-product.woocommerce div.product .related.products,
  body.single-product.woocommerce div.product .upsells.products {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .woocommerce-page .site-content,
  .content-shell {
    padding: 24px 12px 46px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product {
    gap: 16px;
  }

  body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
  body.single-product.woocommerce div.product div.summary,
  body.single-product.woocommerce div.product .woocommerce-tabs,
  body.single-product.woocommerce div.product .related.products,
  body.single-product.woocommerce div.product .upsells.products {
    padding: 16px;
  }

  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image {
    min-height: 320px;
  }

  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-height: 300px;
    padding: 10px;
  }

  body.single-product.woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .seel-shop-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
  }

  .seel-shop-filters label,
  .seel-shop-filters__price {
    min-width: 0 !important;
    max-width: none;
  }

  .seel-shop-filters__title,
  .seel-shop-filters__reset {
    grid-column: 1 / -1;
  }

  .seel-shop-filters button {
    grid-column: 1 / -1;
  }

  .seel-shop-filters__reset {
    justify-content: center;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, var(--page) 210px, var(--page) 100%);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(7, 54, 95, .07);
}

.notice {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 7px 16px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.notice::-webkit-scrollbar,
.nav::-webkit-scrollbar {
  display: none;
}

.notice span:first-child {
  font-weight: 900;
}

.header-main {
  display: grid;
  grid-template-columns: 130px 190px minmax(280px, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
  padding: 14px 22px 12px;
}

.brand img {
  display: block;
  width: 124px;
  height: auto;
}

.catalog-trigger {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  color: #fff;
  background: var(--blue);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(31, 132, 232, .18);
}

.catalog-trigger span {
  font-size: 21px;
  line-height: 1;
}

.catalog-trigger:hover {
  color: #fff;
  filter: brightness(.95);
}

.header .search {
  display: grid;
  grid-template-columns: 1fr 112px;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #97cdf6;
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(33, 136, 228, .08);
}

.header .search input {
  min-width: 0;
  border: 0;
  padding: 14px 16px;
  outline: 0;
}

.header .search button,
.account button,
.button.primary,
.card-button {
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  cursor: pointer;
  font-weight: 900;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.header .search button:hover,
.account button:hover,
.button.primary:hover,
.card-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(7, 95, 159, .22);
}

.account {
  display: flex;
  gap: 14px;
  align-items: center;
  white-space: nowrap;
}

.account a {
  color: var(--blue-dark);
  font-weight: 900;
}

.account button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
}

.nav {
  display: flex;
  gap: 7px;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 22px 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.nav a:hover {
  background: var(--soft);
  border-color: #a8d5f6;
  transform: translateY(-1px);
}

.page {
  max-width: 1340px;
  margin: 0 auto;
  padding: 24px 22px 56px;
}

.storefront-grid {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr) 250px;
  gap: 14px;
  margin-bottom: 18px;
  animation: heroIn .48s ease-out both;
}

.category-menu,
.service-panel,
.campaign-stage,
.campaign-tabs {
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(47, 49, 50, .08);
}

.category-menu {
  align-self: stretch;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
}

.category-menu h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  margin: 0;
  padding: 0 17px;
  color: #fff;
  background: var(--blue);
  font-size: 16px;
}

.category-menu h2 span {
  font-size: 20px;
}

.category-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 50px;
  padding: 8px 16px;
  color: var(--ink);
  border-bottom: 1px solid #e8edf1;
  font-size: 13px;
  font-weight: 600;
  transition: color .16s ease, background .16s ease, padding .16s ease;
}

.category-menu a:hover {
  padding-left: 20px;
  color: var(--blue);
  background: var(--soft);
}

.category-menu a b {
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.category-menu .category-menu-all {
  color: var(--blue);
  background: #f4f9fd;
  border-bottom: 0;
  font-weight: 900;
}

.campaign-wrap {
  min-width: 0;
}

.campaign-stage {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #eef5fa;
  border-radius: 14px 14px 0 0;
}

.campaign-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 30px 46px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity .42s ease, transform .42s ease, visibility .42s;
}

.campaign-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 37%, rgba(255, 255, 255, .42) 58%, rgba(255, 255, 255, 0) 78%);
}

.campaign-slide-summer {
  background-image: url("assets/images/season-summer.jpg");
}

.campaign-slide-home {
  background-image: url("assets/images/season-home.jpg");
}

.campaign-slide-service {
  background-image: url("assets/images/season-service.jpg");
}

.campaign-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.campaign-copy {
  position: relative;
  z-index: 2;
  width: min(52%, 520px);
  padding: 24px 26px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(47, 49, 50, .10);
  backdrop-filter: blur(5px);
}

.campaign-copy h1,
.campaign-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(29px, 2.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.campaign-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 34px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--blue);
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(47, 49, 50, .12);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .16s ease, background .16s ease;
}

.campaign-arrow:hover {
  color: #fff;
  background: var(--blue);
}

.campaign-prev {
  left: 7px;
}

.campaign-next {
  right: 7px;
}

.campaign-copy > p:not(.label) {
  max-width: 520px;
  margin: 13px 0 19px;
  color: var(--muted);
  line-height: 1.5;
}

.campaign-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: #fff;
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

.campaign-tabs button {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color .16s ease, background .16s ease;
}

.campaign-tabs button:last-child {
  border-right: 0;
}

.campaign-tabs button:hover,
.campaign-tabs button.is-active {
  color: var(--blue);
  background: var(--soft);
}

.campaign-tabs button.is-active {
  box-shadow: inset 0 -3px 0 var(--blue);
}

.service-panel {
  align-self: stretch;
  padding: 25px 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(63, 65, 66, .94), rgba(47, 49, 50, .99)),
    url("assets/images/p10.jpg") center / cover;
  border-color: #4f5152;
  border-radius: 14px;
}

.service-panel .label {
  color: #9acdf7;
}

.service-panel h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
}

.service-panel p {
  color: #e8eef2;
  font-size: 14px;
  line-height: 1.55;
}

.service-panel ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.service-panel li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 600;
}

.service-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #75bcf5;
  font-weight: 900;
}

.service-button {
  justify-content: center;
  width: 100%;
  color: #fff;
  background: var(--blue);
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 28px 0 14px;
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 31px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 28px;
  min-height: 390px;
  margin-bottom: 18px;
  padding: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at right 18% top 16%, rgba(33, 136, 228, .24), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6fbff 55%, #dff1ff 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  animation: heroIn .48s ease-out both;
}

.label {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: 56px;
  line-height: 1.02;
}

.hero p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 900;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.button.ghost {
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #b8dcf7;
}

.button.ghost:hover {
  background: #f7fbff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(7, 54, 95, .10);
}

.hero-visual {
  position: relative;
  min-height: 310px;
}

.product-orbit {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(7, 54, 95, .14);
}

.product-orbit.main {
  animation: floatMain 5.5s ease-in-out infinite;
}

.product-orbit.small.top {
  animation: floatSmall 4.8s ease-in-out infinite;
}

.product-orbit.small.bottom {
  animation: floatSmall 5.2s ease-in-out infinite reverse;
}

.product-orbit img {
  max-width: 84%;
  max-height: 84%;
  object-fit: contain;
}

.product-orbit.main {
  inset: 28px 42px 22px 70px;
}

.product-orbit.small {
  width: 150px;
  height: 132px;
}

.product-orbit.top {
  top: 0;
  left: 0;
}

.product-orbit.bottom {
  right: 0;
  bottom: 4px;
}

.feed-pill {
  position: absolute;
  right: 20px;
  top: 26px;
  display: grid;
  grid-template-columns: 12px auto;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  color: #fff;
  background: var(--navy);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.feed-pill span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #55d681;
  box-shadow: 0 0 0 5px rgba(85, 214, 129, .16);
  animation: pulseDot 1.8s ease-out infinite;
}

.feed-pill small {
  grid-column: 2;
  color: #cfe9ff;
}

.banner-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 14px;
  margin-bottom: 18px;
}

.promo {
  display: grid;
  align-content: end;
  min-height: 168px;
  padding: 22px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.promo:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(7, 54, 95, .16);
}

.promo span {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo strong {
  max-width: 430px;
  font-size: 24px;
  line-height: 1.14;
}

.promo small {
  max-width: 420px;
  margin-top: 8px;
  line-height: 1.4;
}

.promo-blue {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(31, 132, 232, .98), rgba(31, 132, 232, .76)),
    url("assets/products/p14.jpg") right 18px center / 210px auto no-repeat;
}

.promo-light {
  color: var(--navy);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .96), rgba(231, 244, 255, .78)),
    url("assets/products/p03.jpg") right 18px center / 170px auto no-repeat;
  border: 1px solid var(--line);
}

.promo-dark {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(106, 108, 109, .98), rgba(31, 132, 232, .78)),
    url("assets/products/p10.jpg") right 14px center / 170px auto no-repeat;
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.category-showcase a,
.feed-dashboard,
.filters,
.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(7, 54, 95, .08);
}

.category-showcase a {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.category-showcase a:hover {
  border-color: #a8d5f6;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.category-showcase a {
  display: grid;
  gap: 5px;
  min-height: 108px;
  padding: 18px;
}

.category-showcase span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.category-showcase strong {
  color: var(--navy);
  font-size: 18px;
}

.category-showcase small {
  color: var(--muted);
  line-height: 1.35;
}

.seel-category-directory {
  margin: 0 0 24px;
  padding: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(circle at 94% 8%, rgba(31, 132, 232, .17), transparent 30%),
    linear-gradient(145deg, #f9fcff, #edf6fd);
  border: 1px solid #c8e0f4;
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(7, 54, 95, .1);
}

.seel-category-back {
  margin: 0 0 16px;
}

.seel-category-back a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #bcdaf1;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(7, 54, 95, .07);
  font-size: 14px;
  font-weight: 800;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.seel-category-back a:hover {
  color: var(--blue-dark);
  border-color: var(--blue);
  transform: translateX(-2px);
  box-shadow: 0 10px 25px rgba(31, 132, 232, .14);
}

.seel-category-back span {
  font-size: 20px;
  line-height: 1;
}

.seel-category-directory__head {
  max-width: 650px;
  margin-bottom: 22px;
}

.seel-category-directory__head > span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seel-category-directory__head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.seel-category-directory__head p {
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.seel-category-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.seel-category-directory--quick .seel-category-directory__grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.seel-category-directory--quick .seel-category-directory__card {
  min-height: 126px;
}

.seel-category-directory--quick .seel-category-directory__head {
  max-width: 760px;
}

.seel-category-directory__card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 112px;
  padding: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  border: 1px solid #cfe2f2;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(7, 54, 95, .07);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.seel-category-directory__card:hover {
  color: var(--navy);
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 132, 232, .16);
}

.seel-category-directory__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--blue-dark);
  background: #e8f4fe;
  border-radius: 13px;
}

.seel-category-directory__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.seel-category-directory__icon--emoji {
  font-size: 27px;
  line-height: 1;
}

.seel-category-directory__copy {
  min-width: 0;
}

.seel-category-directory__copy strong,
.seel-category-directory__copy small {
  display: block;
}

.seel-category-directory__copy strong {
  font-size: 15px;
  line-height: 1.25;
}

.seel-category-directory__copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.seel-category-directory__arrow {
  color: var(--blue);
  font-size: 20px;
  transition: transform .16s ease;
}

.seel-category-directory__card:hover .seel-category-directory__arrow {
  transform: translateX(3px);
}

.seel-current-category-explanation {
  max-width: 760px;
  margin: -8px 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.feed-dashboard {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 22px;
}

.feed-dashboard h2 {
  max-width: 620px;
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.15;
}

.feed-metrics {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  gap: 10px;
}

.feed-metrics div {
  padding: 14px;
  background: var(--soft);
  border: 1px solid #bfddf7;
  border-radius: 12px;
}

.feed-metrics strong {
  display: block;
  color: var(--blue-dark);
  font-size: 24px;
}

.feed-metrics span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.catalog-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 14px;
}

.catalog-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 30px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.chips button,
.chips select {
  min-height: 40px;
  padding: 0 12px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 900;
}

.chips button.active {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

.filters {
  position: sticky;
  top: 154px;
  padding: 18px;
}

.filters h2 {
  margin: 0 0 12px;
  color: var(--navy);
}

.filters label {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 34px;
  color: var(--navy);
  font-size: 14px;
}

.filters input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: var(--blue);
}

.filter-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.filter-block h3 {
  margin: 0 0 10px;
}

.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.price-inputs input {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 10px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  display: grid;
  grid-template-rows: 188px auto;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.product-card:hover {
  border-color: #a8d5f6;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

body.single-product.woocommerce div.product .related.products,
body.single-product.woocommerce div.product .upsells.products {
  display: block;
}

body.single-product.woocommerce div.product .related.products ul.products,
body.single-product.woocommerce div.product .upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.single-product.woocommerce div.product .related.products ul.products li.product,
body.single-product.woocommerce div.product .upsells.products ul.products li.product {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.single-product.woocommerce div.product .related.products .woocommerce-loop-product__title,
body.single-product.woocommerce div.product .upsells.products .woocommerce-loop-product__title {
  min-height: 3.9em;
  overflow-wrap: anywhere;
}

body.single-product.woocommerce div.product .related.products .price,
body.single-product.woocommerce div.product .upsells.products .price {
  margin-top: auto;
}

body.single-product.woocommerce div.product .related.products .button,
body.single-product.woocommerce div.product .upsells.products .button {
  width: 100%;
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.single-product.woocommerce div.product .related.products ul.products,
  body.single-product.woocommerce div.product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.single-product.woocommerce div.product .related.products ul.products,
  body.single-product.woocommerce div.product .upsells.products ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product .related.products .woocommerce-loop-product__title,
  body.single-product.woocommerce div.product .upsells.products .woocommerce-loop-product__title {
    min-height: 0;
  }
}

.product-image {
  position: relative;
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #fbfdff, #eff7ff);
}

.product-image img {
  max-width: 100%;
  max-height: 152px;
  object-fit: contain;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
}

.product-body {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 8px;
  padding: 14px;
}

.sku {
  color: var(--muted);
  font-size: 12px;
}

.product-body h3 {
  min-height: 44px;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.stock {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.stock.low {
  color: #a26700;
}

.buy-row {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 10px;
  align-items: center;
}

.price {
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
}

.card-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 40px;
  border-radius: 10px;
  font-size: 18px;
}

.detail-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 18px;
  margin-top: 28px;
}

.detail-gallery,
.detail-buy,
.checkout-preview,
.cart-card,
.ops-panel,
.footer {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(7, 54, 95, .08);
}

.detail-gallery {
  padding: 22px;
}

.detail-photo {
  display: grid;
  place-items: center;
  min-height: 430px;
  background: linear-gradient(180deg, #fbfdff, #eff7ff);
  border-radius: 14px;
}

.detail-photo img {
  max-width: 78%;
  max-height: 360px;
  object-fit: contain;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.thumbs button {
  display: grid;
  place-items: center;
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.thumbs img {
  max-width: 72px;
  max-height: 62px;
  object-fit: contain;
}

.detail-buy {
  padding: 24px;
}

.detail-buy h2 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.12;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.detail-meta span {
  padding: 6px 9px;
  color: var(--blue-dark);
  background: var(--soft);
  border: 1px solid #bfddf7;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 900;
}

.availability {
  display: grid;
  gap: 10px;
  padding: 15px;
  background: #f7fbff;
  border: 1px solid #bfddf7;
  border-radius: 12px;
}

.availability div {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.availability strong {
  color: var(--blue-dark);
}

.availability small {
  color: var(--muted);
}

.ok-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #55d681;
  box-shadow: 0 0 0 5px rgba(85, 214, 129, .16);
  animation: pulseDot 1.8s ease-out infinite;
}

.detail-price {
  margin-top: 20px;
  color: var(--navy);
  font-size: 44px;
  font-weight: 900;
}

.detail-actions {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  margin-top: 14px;
}

.stepper {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.stepper button {
  border: 0;
  color: var(--blue-dark);
  background: var(--soft);
  font-weight: 900;
}

.stepper input {
  width: 100%;
  border: 0;
  text-align: center;
  font-weight: 900;
}

.primary-buy,
.cart-card button {
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  font-weight: 900;
}

.note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.checkout-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
}

.checkout-copy h2,
.ops-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.15;
}

.checkout-copy p:not(.label) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.5;
}

.cart-card {
  padding: 16px;
  box-shadow: none;
}

.cart-row {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cart-row img {
  width: 62px;
  height: 54px;
  object-fit: contain;
  background: #f7fbff;
  border-radius: 8px;
}

.cart-row span {
  display: block;
  margin-top: 4px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.cart-row.muted {
  grid-template-columns: 1fr auto;
  margin-top: 12px;
  color: var(--muted);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  color: var(--navy);
  font-size: 22px;
}

.ops-panel {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 22px;
  margin-top: 18px;
  padding: 24px;
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ops-grid div {
  padding: 14px;
  background: var(--soft);
  border: 1px solid #bfddf7;
  border-radius: 12px;
}

.ops-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
}

.ops-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.footer {
  display: grid;
  grid-template-columns: 1.45fr .85fr 1fr 1fr;
  gap: 26px;
  max-width: 1340px;
  margin: 0 auto 40px;
  padding: 28px 22px;
  color: #dcecff;
  background: var(--navy);
  border-color: rgba(255, 255, 255, .12);
}

.footer img {
  display: block;
  width: 120px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
}

.footer-company > strong {
  font-size: 17px;
}

.footer-company p {
  margin: 9px 0;
}

.footer .footer-legal {
  color: #a9d2f3;
  font-size: 13px;
  font-weight: 600;
}

.footer-contact a[href^="tel:"],
.footer-contact a[href^="mailto:"] {
  color: #fff;
  font-weight: 700;
}

.footer p,
.footer a {
  color: #dcecff;
  line-height: 1.55;
}

.footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.footer a {
  display: block;
  margin: 7px 0;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatMain {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSmall {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(1deg);
  }
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 214, 129, .36);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(85, 214, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(85, 214, 129, 0);
  }
}

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

@media (max-width: 1080px) {
  .header-main {
    grid-template-columns: 125px 175px minmax(240px, 1fr);
  }

  .account {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .storefront-grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .service-panel {
    grid-column: 1 / -1;
  }

  .hero,
  .catalog-layout,
  .feed-dashboard,
  .detail-block,
  .checkout-preview,
  .ops-panel {
    grid-template-columns: 1fr;
  }

  .banner-grid {
    grid-template-columns: 1fr;
  }

  .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seel-category-directory__grid,
  .seel-category-directory--quick .seel-category-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filters {
    position: static;
  }

  .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ops-grid,
  .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header-main {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px;
  }

  .catalog-trigger {
    min-height: 42px;
    padding: 0 12px;
  }

  .notice {
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    font-size: 11px;
  }

  .notice span:last-child {
    display: none;
  }

  .brand img {
    width: 108px;
  }

  .account a {
    display: none;
  }

  .account button {
    min-height: 42px;
    padding: 0 12px;
  }

  .header .search {
    grid-column: 1 / -1;
    order: 3;
    grid-template-columns: 1fr 82px;
  }

  .account {
    grid-column: auto;
  }

  .storefront-grid {
    grid-template-columns: 1fr;
  }

  .category-menu {
    display: none;
  }

  .campaign-stage {
    min-height: 0;
    height: 520px;
  }

  .campaign-slide {
    align-items: flex-end;
    padding: 22px;
    background-position: 64% center;
  }

  .campaign-slide::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 42%, rgba(255, 255, 255, .08) 78%);
  }

  .campaign-copy {
    width: 100%;
    padding: 20px;
  }

  .campaign-copy h1,
  .campaign-copy h2 {
    font-size: clamp(29px, 8vw, 38px);
  }

  .campaign-tabs {
    grid-template-columns: 1fr;
  }

  .campaign-tabs button {
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .campaign-tabs button:last-child {
    border-bottom: 0;
  }

  .service-panel {
    grid-column: auto;
  }

  .nav {
    padding: 0 12px 10px;
  }

  .page {
    padding: 16px 12px 44px;
  }

  .hero {
    min-height: 0;
    padding: 22px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 260px;
  }

  .product-orbit.main {
    inset: 36px 28px 18px 28px;
  }

  .product-orbit.small {
    width: 116px;
    height: 104px;
  }

  .promo {
    min-height: 150px;
  }

  .category-showcase,
  .feed-metrics {
    display: flex;
    overflow-x: auto;
  }

  .category-showcase a {
    flex: 0 0 235px;
  }

  .seel-category-directory {
    padding: 20px;
    border-radius: 17px;
  }

  .seel-category-directory__card {
    grid-template-columns: 46px 1fr auto;
    min-height: 82px;
    padding: 12px;
  }

  .seel-category-directory__icon {
    width: 46px;
    height: 46px;
  }

  .feed-metrics div {
    flex: 0 0 145px;
  }

  .catalog-head {
    align-items: start;
    flex-direction: column;
  }

  .chips {
    justify-content: flex-start;
  }

  .filters {
    display: none;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-photo {
    min-height: 320px;
  }

  .detail-buy h2 {
    font-size: 28px;
  }

  .availability div {
    grid-template-columns: 16px 1fr;
  }

  .availability small {
    grid-column: 2;
  }

  .detail-actions {
    grid-template-columns: 1fr;
  }

  .checkout-preview,
  .ops-panel {
    padding: 18px;
  }

  .ops-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
    margin: 0 12px 32px;
  }
}

/* WooCommerce block cart */
body.woocommerce-cart {
  background: #f5f8fa;
}

body.woocommerce-cart .site-content {
  width: min(1320px, calc(100% - 32px));
}

body.woocommerce-cart .seel-info-page {
  padding-top: clamp(34px, 5vw, 72px);
  background: linear-gradient(180deg, #eef5fa 0, #f8fafb 390px, #ffffff 100%);
}

body.woocommerce-cart .seel-info-card {
  width: min(1180px, 100%);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.woocommerce-cart .seel-info-kicker {
  color: #1f84e8;
}

body.woocommerce-cart .seel-info-content {
  max-width: none;
  width: 100%;
}

body.woocommerce-cart .site-main > article > .entry-header,
body.woocommerce-cart .site-main > article > h1,
body.woocommerce-cart .wp-block-post-title {
  margin: 0 0 24px;
}

body.woocommerce-cart .seel-info-card > h1 {
  max-width: 760px;
  margin-bottom: clamp(22px, 3vw, 36px);
  color: #0f3a5a;
  letter-spacing: 0;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart .wp-block-post-title {
  color: var(--blue-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

body.woocommerce-cart .wp-block-woocommerce-cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout {
  display: grid;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 24px;
  align-items: start;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  box-sizing: border-box;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 24px !important;
  background: #ffffff;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(24, 55, 76, 0.08);
}

body.woocommerce-cart .wc-block-cart__sidebar {
  position: sticky;
  top: 142px;
  overflow: hidden;
  border-color: #cbdbe6;
}

body.woocommerce-cart .wc-block-cart__sidebar::before {
  display: block;
  height: 4px;
  margin: -24px -24px 20px;
  background: #1f84e8;
  content: "";
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items tbody {
  width: 100%;
  margin: 0;
}

body.woocommerce-cart .wc-block-cart-items {
  table-layout: fixed;
}

body.woocommerce-cart .wc-block-cart-items__header-image {
  width: 118px !important;
}

body.woocommerce-cart .wc-block-cart-items__header-total {
  width: 132px !important;
}

body.woocommerce-cart .wc-block-cart-items thead th {
  padding: 0 0 16px !important;
  color: #426277;
  border-bottom: 1px solid #d7e5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-items thead th:last-child {
  text-align: right;
}

body.woocommerce-cart .wc-block-cart-items__row td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e8f0f6;
  vertical-align: top !important;
}

body.woocommerce-cart .wc-block-cart-items__row:last-child td {
  border-bottom: 0;
}

body.woocommerce-cart .wc-block-cart-item__image {
  width: 118px !important;
  padding-right: 18px !important;
}

body.woocommerce-cart .wc-block-cart-item__image a {
  position: relative;
  display: grid;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dde7ed;
  border-radius: 6px;
  place-items: center;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  padding: 8px;
  object-fit: contain !important;
  object-position: center;
  box-sizing: border-box;
}

body.woocommerce-cart .wc-block-components-product-name {
  color: #123c5a;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-name:hover {
  color: var(--blue);
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-price {
  color: #60788a;
  font-size: 13px !important;
  line-height: 1.55;
}

body.woocommerce-cart .wc-block-cart-item__product {
  padding-left: 0 !important;
  padding-right: 18px !important;
}

body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price {
  display: block;
  margin-top: 4px;
  color: #123c5a;
  font-size: 14px !important;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-product-metadata {
  max-width: 34rem;
  margin-top: 5px;
}

body.woocommerce-cart .wc-block-components-product-metadata p {
  margin: 0 !important;
}

body.woocommerce-cart .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 38px;
  margin: 0;
  background: #f8fbfd;
  border: 1px solid #c9dce9;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 #fff;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  color: #1f5f8e;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  display: inline-grid !important;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  color: #b33d3d !important;
  background: #fff6f6;
  border: 1px solid #f0c9c9;
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 16px;
  height: 16px;
}

body.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price {
  display: block;
  color: #123c5a;
  font-size: 16px !important;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

body.woocommerce-cart .wc-block-cart-item__total {
  width: 132px !important;
  justify-content: flex-end;
  padding-right: 0 !important;
  text-align: right;
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .wc-block-components-totals-wrapper:first-child {
  color: #123c5a;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-totals-item {
  padding: 15px 0;
}

body.woocommerce-cart .wc-block-components-totals-item__label {
  color: #526f82;
}

body.woocommerce-cart .wc-block-components-totals-item__value {
  color: #123c5a;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  color: #148553;
  font-weight: 800;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: baseline;
  column-gap: 12px;
  row-gap: 0;
  min-height: 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid #d6e5ef;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #123c5a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__description {
  display: none !important;
}

body.woocommerce-cart .wc-block-cart__submit {
  margin: 18px 0 0;
}

body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 54px;
  color: #fff;
  background: linear-gradient(180deg, #258bea, #126fd0);
  border-radius: 7px;
  box-shadow: 0 10px 22px rgba(31, 132, 224, 0.2);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: 160ms ease;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover {
  color: #fff;
  background: linear-gradient(180deg, #1e7ed8, #0e5eb4);
  transform: translateY(-1px);
}

body.woocommerce-cart .wc-block-components-totals-coupon-link {
  color: #123c5a;
  font-weight: 700;
}

body.woocommerce-cart .wc-block-components-shipping-calculator {
  color: #123c5a;
}

body.woocommerce-cart .wc-block-components-sidebar-layout::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1120px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .wc-block-cart__sidebar {
    position: static;
  }

}

@media (max-width: 620px) {
  body.woocommerce-cart .site-content {
    width: min(100% - 20px, 1320px);
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 15px !important;
    border-radius: 8px;
  }

  body.woocommerce-cart .wc-block-cart__sidebar::before {
    margin: -15px -15px 18px;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    width: 76px !important;
    padding-right: 12px !important;
  }

  body.woocommerce-cart .wc-block-cart-items__header-image {
    width: 76px !important;
  }

  body.woocommerce-cart .wc-block-cart-items__header-total {
    width: 92px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image a {
    width: 64px;
    height: 64px;
    border-radius: 5px;
  }

  body.woocommerce-cart .wc-block-components-product-name {
    font-size: 15px;
  }
}

/* Empty cart */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: 100%;
  margin: 0;
  text-align: center;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0;
  color: #123c5a;
  font-size: 26px;
  line-height: 1.25;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title::before {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background-color: #e8f3fc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%231f84e8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
}

body.woocommerce-cart .seel-empty-cart-copy {
  max-width: 560px;
  margin: 12px auto 0;
  color: #597386;
  font-size: 16px;
  line-height: 1.65;
}

body.woocommerce-cart .seel-empty-cart-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

body.woocommerce-cart .seel-empty-cart-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  color: #fff;
  background: #1f84e8;
  border-radius: 7px;
  box-shadow: 0 9px 20px rgba(31, 132, 232, 0.2);
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-cart .seel-empty-cart-button:hover {
  color: #fff;
  background: #126fc9;
}

body.woocommerce-cart .seel-empty-cart-benefits {
  display: flex;
  max-width: 800px;
  justify-content: center;
  gap: 12px 28px;
  margin: 26px auto 0;
  padding: 18px 0;
  color: #31566e;
  border-top: 1px solid #dce8f0;
  border-bottom: 1px solid #dce8f0;
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin: 54px 0 22px;
  color: #123c5a;
  font-size: 24px;
  line-height: 1.25;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  display: flex;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  flex: none !important;
  flex-direction: column;
  padding: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe6ed;
  border-radius: 8px;
  text-align: left;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  text-decoration: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 14px;
  overflow: hidden;
  background: #fff;
  place-items: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  box-sizing: border-box;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  color: #123c5a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  margin: 10px 0 14px;
  color: #163b55;
  font-size: 18px;
  font-weight: 900;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button {
  width: 100%;
  margin-top: auto;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  color: #fff;
  background: #1f84e8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 900px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 22px;
  }

  body.woocommerce-cart .seel-empty-cart-benefits {
    flex-direction: column;
    gap: 8px;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: 1fr;
  }
}

/* Checkout, order confirmation and customer account */
body.woocommerce-checkout .site-content,
body.woocommerce-order-received .site-content,
body.woocommerce-account .site-content {
  width: min(1240px, calc(100% - 32px));
}

body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .wp-block-post-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-account .entry-title {
  margin: 0 0 24px;
  color: var(--blue-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin: 0;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  box-sizing: border-box;
  width: auto !important;
  margin: 0 !important;
  padding: 26px !important;
  background: #fff;
  border: 1px solid #d5e3ee;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(13, 74, 123, 0.09);
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky;
  top: 142px;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #e2ebf2;
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 18px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title {
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-checkout-step__container {
  color: #5d7180;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-select__select,
body.woocommerce-checkout .wc-block-components-address-form select {
  min-height: 50px;
  color: var(--blue-dark);
  background: #fbfdff;
  border: 1px solid #cbdbe7;
  border-radius: 11px;
  box-shadow: none;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-select__select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 132, 224, 0.14);
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-local-pickup-select {
  padding: 17px 17px 17px 52px;
  margin-bottom: 10px;
  background: #f7fbfe;
  border: 1px solid #d6e4ee;
  border-radius: 13px;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  background: #edf7ff;
  border-color: var(--blue);
}

body.woocommerce-checkout .packetery-widget-button-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 16px 0 14px;
}

body.woocommerce-checkout .packetery-widget-button-logo {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

body.woocommerce-checkout .packetery-widget-button-row .wc-block-components-button {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 0;
  min-height: 50px;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #fff !important;
  background: #32373c;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

body.woocommerce-checkout .wc-block-components-order-summary {
  border: 0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5edf3;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  overflow: hidden;
  background: #f6f9fb;
  border: 1px solid #e1eaf0;
  border-radius: 12px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  object-fit: contain;
}

body.woocommerce-checkout .wc-block-components-product-name {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 13px 0;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item {
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 800;
}

/* Operational information pages */
.seel-info-page {
  min-height: 62vh;
  padding: clamp(40px, 7vw, 92px) 24px;
  background:
    radial-gradient(circle at 85% 12%, rgba(41, 139, 232, 0.13), transparent 28rem),
    #f3f7fa;
}

.seel-info-card {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px);
  color: #173d5a;
  background: #fff;
  border: 1px solid #d7e5f0;
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(20, 59, 86, 0.1);
}

.seel-info-kicker {
  margin: 0 0 8px;
  color: #2187df;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seel-info-card h1 {
  margin: 0 0 32px;
  color: #123c5a;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.06;
}

.seel-info-content {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.75;
}

body.woocommerce-cart .seel-info-card,
body.woocommerce-checkout .seel-info-card {
  width: min(1180px, 100%);
}

body.woocommerce-cart .seel-info-content,
body.woocommerce-checkout .seel-info-content {
  max-width: none;
  width: 100%;
}

.seel-info-content h2 {
  margin: 34px 0 10px;
  color: #123c5a;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.seel-info-content h2:first-child {
  margin-top: 0;
}

.seel-info-content a {
  color: #0878d7;
  font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 58px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(31, 132, 224, 0.24);
  font-size: 16px;
  font-weight: 800;
  transition: 160ms ease;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  color: #fff;
  background: var(--blue-dark);
  transform: translateY(-1px);
}

body.woocommerce-order-received .woocommerce-order,
body.woocommerce-account .woocommerce,
body.woocommerce-checkout .wc-block-components-notice-banner {
  padding: 26px;
  background: #fff;
  border: 1px solid #d5e3ee;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(13, 74, 123, 0.09);
}

body.woocommerce-order-received .woocommerce-notice--success {
  color: #087c45;
  font-size: 22px;
  font-weight: 800;
}

body.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  padding: 15px !important;
  margin: 0 !important;
  background: #f4f9fd;
  border: 0 !important;
  border-radius: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 15px;
  color: var(--blue-dark);
  background: #f4f9fd;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 920px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.woocommerce-checkout .site-content,
  body.woocommerce-order-received .site-content,
  body.woocommerce-account .site-content {
    width: min(100% - 20px, 1240px);
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-order-received .woocommerce-order,
  body.woocommerce-account .woocommerce {
    padding: 16px !important;
    border-radius: 15px;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .seel-category-directory__grid,
  .seel-category-directory--quick .seel-category-directory__grid {
    grid-template-columns: 1fr;
  }

  .seel-shop-filters {
    grid-template-columns: 1fr;
  }

  .seel-shop-filters__title,
  .seel-shop-filters label,
  .seel-shop-filters__price,
  .seel-shop-filters button,
  .seel-shop-filters__reset {
    grid-column: 1;
  }

  .campaign-stage {
    height: 540px;
  }

  .products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-slide {
    transition: none;
  }
}

body.seel-tv-guide-open {
  overflow: hidden;
}

.seel-tv-guide-trigger {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9950;
  display: flex;
  width: 218px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 18px 42px rgba(13, 74, 123, 0.28);
  text-align: left;
  cursor: pointer;
  transform: translateY(-50%);
}

.seel-tv-guide-trigger__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 5px;
  color: var(--blue-dark);
  background: #fff;
  border-radius: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seel-tv-guide-trigger__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.seel-tv-guide-trigger strong {
  font-size: 15px;
  font-weight: 900;
}

.seel-tv-guide-trigger small {
  color: #dceeff;
  font-size: 11px;
  line-height: 1.35;
}

.seel-tv-guide[hidden] {
  display: none;
}

.seel-tv-guide {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.seel-tv-guide__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 38, 58, 0.54);
  backdrop-filter: blur(3px);
}

.seel-tv-guide__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(570px, 100%);
  height: 100%;
  padding: 0 28px 36px;
  overflow-y: auto;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: -24px 0 70px rgba(13, 38, 58, 0.28);
}

.seel-tv-guide__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: 0 -28px 24px;
  padding: 24px 28px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d8e6f1;
  backdrop-filter: blur(12px);
}

.seel-tv-guide__header span,
.seel-tv-guide__form-head span,
.seel-tv-guide__result > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seel-tv-guide__header h2,
.seel-tv-guide__technologies h3,
.seel-tv-guide__form h3,
.seel-tv-guide__result h3 {
  margin: 4px 0 0;
  color: var(--blue-dark);
}

.seel-tv-guide__header h2 {
  font-size: clamp(26px, 4vw, 36px);
}

.seel-tv-guide__header button {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--blue-dark);
  background: #eef6fc;
  border: 1px solid #c9deee;
  border-radius: 50%;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.seel-tv-guide__welcome {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(255, 215, 116, 0.28), transparent 42%),
    linear-gradient(135deg, #fff9ef, #f2f9ff);
  border: 1px solid #f0dfc7;
  border-radius: 20px;
}

.seel-tv-guide__welcome-copy > span {
  color: #c4692d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seel-tv-guide__welcome h3 {
  margin: 5px 0 8px;
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.18;
}

.seel-tv-guide__welcome p {
  margin: 0;
  color: #566a79;
  font-size: 13px;
  line-height: 1.55;
}

.seel-tv-guide__family {
  display: block;
  width: 100%;
  filter: drop-shadow(0 12px 22px rgba(13, 74, 123, 0.12));
}

.seel-tv-guide__technologies h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.seel-tv-guide__technologies > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seel-tv-guide__technologies article {
  padding: 15px;
  background: #f4f9fd;
  border: 1px solid #d8e9f5;
  border-radius: 14px;
}

.seel-tv-guide__technologies article:last-child {
  grid-column: 1 / -1;
}

.seel-tv-guide__technologies strong {
  color: var(--blue);
  font-size: 16px;
}

.seel-tv-guide__technologies p {
  margin: 6px 0 0;
  color: #536778;
  font-size: 13px;
  line-height: 1.5;
}

.seel-tv-guide__form {
  display: grid;
  gap: 15px;
  margin-top: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(38, 138, 231, 0.12), transparent 42%),
    #f5f9fc;
  border: 1px solid #cfe2f0;
  border-radius: 18px;
}

.seel-tv-guide__form h3 {
  font-size: 22px;
}

.seel-tv-guide__form label {
  display: grid;
  gap: 7px;
}

.seel-tv-guide__form label > span {
  font-size: 14px;
  font-weight: 800;
}

.seel-tv-guide__form select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 13px;
  color: var(--blue-dark);
  background-color: #fff;
  border: 1px solid #bdd6e8;
  border-radius: 10px;
  font: inherit;
}

.seel-tv-guide__form button,
.seel-tv-guide__result a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.seel-tv-guide__form button:hover,
.seel-tv-guide__result a:hover {
  color: #fff;
  background: var(--blue-dark);
}

.seel-tv-guide__result {
  margin-top: 22px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), #176da8);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(13, 74, 123, 0.22);
}

.seel-tv-guide__result > span,
.seel-tv-guide__result h3,
.seel-tv-guide__result p {
  color: #fff;
}

.seel-tv-guide__result > span {
  color: #a9dcff;
}

.seel-tv-guide__result h3 {
  font-size: 24px;
}

.seel-tv-guide__result p {
  margin: 10px 0 18px;
  line-height: 1.55;
}

.seel-tv-guide__result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.seel-tv-guide__result dl div {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

.seel-tv-guide__result dt {
  color: #bcdff5;
  font-size: 11px;
}

.seel-tv-guide__result dd {
  margin: 3px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.seel-tv-guide__result a {
  width: 100%;
  color: var(--blue-dark);
  background: #fff;
}

.seel-tv-guide__result a:hover {
  color: var(--blue-dark);
  background: #dceeff;
}

.seel-choice-guide-trigger {
  background:
    linear-gradient(135deg, rgba(13, 74, 123, 0.96), rgba(38, 138, 231, 0.94)),
    var(--guide-accent);
}

.seel-choice-guide-trigger__emoji {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(13, 38, 58, 0.16);
  place-items: center;
  font-size: 23px;
}

.seel-choice-guide__welcome {
  border-color: #d7e5ee;
  box-shadow: inset 5px 0 0 var(--guide-accent);
}

.seel-choice-guide__visual {
  position: relative;
  display: grid;
  min-height: 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.9) 0 14%, transparent 15%),
    linear-gradient(145deg, #eaf5fc, #fff4e5);
  border: 1px solid rgba(13, 74, 123, 0.1);
  border-radius: 42% 58% 46% 54%;
  place-items: center;
}

.seel-choice-guide__visual > span {
  position: relative;
  z-index: 1;
  font-size: 72px;
  filter: drop-shadow(0 14px 17px rgba(13, 74, 123, 0.16));
  transform: rotate(-4deg);
}

.seel-choice-guide__visual i,
.seel-choice-guide__visual b {
  position: absolute;
  display: grid;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--guide-accent);
  border: 4px solid #fff;
  border-radius: 50%;
  place-items: center;
  font-size: 15px;
  font-style: normal;
}

.seel-choice-guide__visual i {
  top: 18px;
  right: 20px;
}

.seel-choice-guide__visual b {
  bottom: 17px;
  left: 20px;
}

.seel-choice-guide__options {
  margin-top: 6px;
}

.seel-choice-guide__options h3 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 21px;
}

.seel-choice-guide__options > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seel-choice-guide__options button {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 2px 11px;
  min-height: 92px;
  align-items: center;
  padding: 13px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #d4e4ef;
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(13, 74, 123, 0.06);
  text-align: left;
  cursor: pointer;
  transition: 160ms ease;
}

.seel-choice-guide__options button > span {
  display: grid;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  background: #edf7fd;
  border-radius: 13px;
  place-items: center;
  font-size: 25px;
}

.seel-choice-guide__options button strong {
  align-self: end;
  font-size: 14px;
  line-height: 1.25;
}

.seel-choice-guide__options button small {
  align-self: start;
  color: #627686;
  font-size: 11px;
  line-height: 1.35;
}

.seel-choice-guide__options button:hover,
.seel-choice-guide__options button.is-selected {
  border-color: var(--guide-accent);
  box-shadow: 0 12px 26px rgba(13, 74, 123, 0.13);
  transform: translateY(-2px);
}

.seel-choice-guide__options button.is-selected {
  background: #f5fbff;
  outline: 2px solid var(--guide-accent);
  outline-offset: -2px;
}

.seel-choice-guide__form {
  border-top: 4px solid var(--guide-accent);
}

.seel-choice-guide__questions {
  display: grid;
  gap: 15px;
}

.seel-choice-guide__result ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.seel-choice-guide__result li {
  position: relative;
  padding: 10px 12px 10px 38px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  font-size: 13px;
  line-height: 1.4;
}

.seel-choice-guide__result li::before {
  position: absolute;
  top: 10px;
  left: 13px;
  display: grid;
  width: 18px;
  height: 18px;
  color: var(--blue-dark);
  background: #fff;
  border-radius: 50%;
  content: "✓";
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 760px) {
  .seel-tv-guide-trigger {
    top: auto;
    right: 12px;
    bottom: 14px;
    width: auto;
    max-width: calc(100% - 24px);
    border-radius: 14px;
    transform: none;
  }

  .seel-tv-guide-trigger__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .seel-choice-guide-trigger__emoji {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 19px;
  }

  .seel-tv-guide-trigger small {
    display: none;
  }

  .seel-tv-guide__panel {
    width: 100%;
    padding: 0 18px 28px;
  }

  .seel-tv-guide__header {
    margin: 0 -18px 20px;
    padding: 18px;
  }

  .seel-tv-guide__technologies > div,
  .seel-tv-guide__result dl,
  .seel-choice-guide__options > div {
    grid-template-columns: 1fr;
  }

  .seel-tv-guide__welcome {
    grid-template-columns: 1fr;
  }

  .seel-tv-guide__family {
    width: min(240px, 100%);
    margin: 0 auto;
  }

  .seel-tv-guide__technologies article:last-child {
    grid-column: auto;
  }

  .seel-tv-guide__form,
  .seel-tv-guide__result {
    padding: 18px;
  }
}

/* SEEL UX refresh 1.0.72 */
body { font-size: 16px; line-height: 1.6; }
a, button, input, select, textarea { outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f4b000; }
.button, .card-button, button, input[type="submit"] { min-height: var(--seel-control-height); border-radius: var(--seel-radius-small) !important; }
.button.secondary { display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid #9bc8ec;color:#075f9f;background:#fff;font-weight:700; }
.text-link { color:#075f9f;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px; }
.mobile-menu-toggle { display:none; }

.notice { min-height:34px;align-items:center;justify-content:space-between;max-width:none;padding-inline:max(22px,calc((100% - var(--seel-container-width))/2));font-size:13px; }
.notice a { color:#fff;font-weight:600; }
.header-main,.nav,.page,.woocommerce-page .site-content,.content-shell { max-width:var(--seel-container-width); }
.header-main { grid-template-columns:140px 116px minmax(300px,1fr) auto;padding-block:12px 10px; }
.catalog-trigger { min-height:var(--seel-control-height);box-shadow:none; }
.nav { gap:22px;padding-bottom:11px; }
.nav a { min-height:36px;padding:0;border:0;background:transparent;border-radius:0;font-size:14px; }
.nav a:hover { background:transparent;border:0;color:#075f9f;transform:none; }
.header .search { min-height:var(--seel-control-height);box-shadow:none; }
.account { gap:18px;font-size:14px; }

.seel-home { padding-top:24px; }
.home-hero { min-height:440px;display:flex;align-items:center;padding:var(--seel-space-7);color:#fff;background:linear-gradient(90deg,rgba(20,39,50,.92) 0%,rgba(20,39,50,.77) 44%,rgba(20,39,50,.1) 75%),url("assets/images/season-summer.jpg") center/cover no-repeat;border-radius:var(--seel-radius-large);overflow:hidden; }
.home-hero__content { max-width:620px; }
.home-hero .label { color:#9ed5ff; }
.home-hero h1 { max-width:600px;margin:8px 0 16px;color:#fff;font-size:48px;line-height:1.08;letter-spacing:0; }
.home-hero p:not(.label) { max-width:570px;margin:0 0 24px;font-size:18px; }
.home-hero__actions { display:flex;flex-wrap:wrap;gap:12px; }
.home-hero .button { padding:0 22px; }
.home-benefits { display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0 0 42px;background:#d6e0e8;border:1px solid #d6e0e8;border-top:0; }
.home-benefits>div { display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:20px;background:#fff; }
.home-benefits>div>span { grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;color:#fff;background:#128b4d;border-radius:50%;font-weight:800; }
.home-benefits strong,.home-benefits small { display:block; }
.home-benefits small { color:#5c6870;font-size:13px;line-height:1.45; }
.home-section-head { display:flex;align-items:end;justify-content:space-between;gap:20px;margin:38px 0 16px; }
.home-section-head h2 { margin:2px 0 0;font-size:30px; }
.home-section-head .button { padding:0 18px; }
.category-showcase { margin-bottom:36px; }
.category-showcase a { border-radius:var(--seel-radius-medium);box-shadow:none; }
.seel-home .products { align-items:stretch; }
.product-card,.woocommerce ul.products li.product { display:flex;flex-direction:column;border-radius:var(--seel-radius-medium);box-shadow:none; }
.product-card-image,.woocommerce ul.products li.product a img { aspect-ratio:1/1;object-fit:contain; }
.product-card-copy { display:flex;flex:1;flex-direction:column;padding:16px; }
.product-brand { display:block;margin-bottom:5px;color:#60717d;font-size:12px;font-weight:700;text-transform:uppercase; }
.product-card-copy h3,.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height:4.35em;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.45; }
.product-card-copy .stock { order:initial;margin-top:8px; }
.product-card-copy .price { margin-top:auto;padding-top:14px; }
.product-card-copy .card-button { width:100%;height:auto;display:flex;align-items:center;justify-content:center;margin-top:14px;padding:0 12px;color:#fff;background:#1f84e8;white-space:normal;text-align:center; }
.woocommerce ul.products li.product .button { width:100%;margin-top:auto;display:flex;align-items:center;justify-content:center; }
.store-service-band { display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:44px;padding:34px 40px;background:#fff;border-left:5px solid #128b4d;border-radius:var(--seel-radius-medium);box-shadow:var(--seel-card-shadow); }
.store-service-band h2 { margin:3px 0 8px;font-size:30px; }
.store-service-band p { margin:0; }
.store-service-band__actions { display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:220px; }
.store-service-band .button { padding:0 20px; }

body.single-product.woocommerce div.product { grid-template-columns:minmax(0,55fr) minmax(360px,45fr);gap:28px; }
body.single-product.woocommerce div.product div.summary { position:sticky;top:154px;align-self:start;border-radius:var(--seel-radius-medium);box-shadow:var(--seel-card-shadow); }
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,body.single-product.woocommerce div.product .woocommerce-tabs,body.single-product.woocommerce div.product .related.products { border-radius:var(--seel-radius-medium);box-shadow:none; }
body.single-product .woocommerce-tabs .panel { max-width:var(--seel-reading-width);font-size:16px;line-height:1.75; }
body.single-product .woocommerce-tabs .panel p { white-space:normal; }

.seel-filter-toggle { display:none; }
.seel-shop-filters { border-radius:var(--seel-radius-medium);box-shadow:none; }
.woocommerce-result-count { color:#5c6870; }
.woocommerce-ordering select,.seel-shop-filters input,.seel-shop-filters select { min-height:var(--seel-control-height); }

body.woocommerce-cart .wc-block-components-sidebar-layout,body.woocommerce-checkout .wc-block-components-sidebar-layout { gap:24px; }
body.woocommerce-cart .wc-block-cart__sidebar,body.woocommerce-checkout .wc-block-checkout__sidebar { position:sticky;top:160px;align-self:start; }
body.woocommerce-cart .wc-block-cart__submit-button,body.woocommerce-checkout .wc-block-components-checkout-place-order-button { min-height:52px; }

.seel-contact-layout { display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:32px; }
.seel-contact-layout section,.seel-contact-layout aside { padding:30px;background:#fff;border:1px solid #d6e0e8;border-radius:var(--seel-radius-medium); }
.seel-contact-layout dl { margin:20px 0 26px; }
.seel-contact-layout dl>div { display:grid;grid-template-columns:140px 1fr;gap:20px;padding:13px 0;border-bottom:1px solid #e0e7ec; }
.seel-contact-layout dt { color:#60717d;font-weight:700; }
.seel-contact-layout dd { margin:0; }
.seel-contact-layout .button { padding:0 20px; }
.seel-contact-layout aside { display:grid;gap:12px;background:#eef7fd; }
.seel-contact-layout aside div { padding:18px;background:#fff;border-radius:var(--seel-radius-small); }
.seel-contact-layout aside p { margin:5px 0 0;color:#5c6870; }

.seel-info-content:has(.seel-legal-document) { max-width:var(--seel-reading-width);margin-inline:auto; }
.seel-legal-document { max-width:var(--seel-reading-width)!important;font-size:16px;line-height:1.75; }
.seel-legal-document h2 { margin-top:38px!important;font-size:24px;line-height:1.3; }
.seel-document-tools { max-width:var(--seel-reading-width);margin:0 auto 18px;text-align:right; }
.seel-document-tools .button { padding:0 18px;cursor:pointer; }
.seel-legal-document table { display:block;max-width:100%;overflow-x:auto; }

.footer { grid-template-columns:1.25fr repeat(4,1fr);max-width:var(--seel-container-width);gap:28px;border-radius:var(--seel-radius-medium); }
.footer a { min-height:28px;display:flex;align-items:center; }

@media (max-width: 900px) {
  .header { position:relative; }
  .notice { justify-content:center;gap:20px; }
  .notice a:last-child { display:none; }
  .header-main { grid-template-columns:1fr auto auto;gap:10px;padding:10px 16px; }
  .brand { grid-column:2;grid-row:1;justify-self:center; }
  .brand img { width:112px; }
  .mobile-menu-toggle { grid-column:1;grid-row:1;display:grid;place-items:center;width:46px;height:46px;border:1px solid #b9d1e1;color:#075f9f;background:#fff;cursor:pointer; }
  .mobile-menu-toggle>span[aria-hidden] { font-size:22px; }
  .catalog-trigger { display:none; }
  .header .search { grid-column:1/-1;grid-row:2; }
  .account { grid-column:3;grid-row:1; }
  .account a:first-child { display:none; }
  .cart-link { display:flex;width:46px;height:46px;align-items:center;justify-content:center;font-size:0; }
  .cart-link::before { content:"Košík";font-size:11px; }
  .cart-link span { display:none; }
  .nav { display:none;position:absolute;top:92px;left:16px;right:16px;z-index:30;flex-direction:column;gap:0;padding:8px;background:#fff;border:1px solid #d6e0e8;box-shadow:var(--seel-card-shadow); }
  .nav.is-open { display:flex; }
  .nav a { min-height:46px;padding:0 12px;border-bottom:1px solid #e2e8ec; }
  .home-benefits { grid-template-columns:repeat(2,1fr); }
  .home-hero h1 { font-size:40px; }
  .footer { grid-template-columns:repeat(2,1fr); }
  .footer-company { grid-column:1/-1; }
  .seel-contact-layout { grid-template-columns:1fr; }
  body.single-product.woocommerce div.product div.summary { position:static; }
}

@media (max-width: 600px) {
  .notice { min-height:30px;padding:4px 12px;font-size:11px; }
  .header-main { padding-inline:12px; }
  .header .search { grid-template-columns:minmax(0,1fr) 82px; }
  .header .search input { padding-inline:12px;font-size:16px; }
  .page,.woocommerce-page .site-content,.content-shell { width:100%;padding:18px 14px 40px; }
  .home-hero { min-height:470px;align-items:end;padding:26px 20px;background-position:62% center; }
  .home-hero h1 { font-size:34px; }
  .home-hero p:not(.label) { font-size:16px; }
  .home-hero__actions,.home-hero .button { width:100%; }
  .home-benefits { grid-template-columns:1fr;margin-bottom:30px; }
  .home-section-head { align-items:flex-start;flex-direction:column;margin-top:30px; }
  .home-section-head h2,.store-service-band h2 { font-size:26px; }
  .category-showcase { grid-template-columns:repeat(2,1fr); }
  .seel-home .products { grid-template-columns:1fr; }
  .product-card-copy h3 { min-height:auto; }
  .store-service-band { align-items:flex-start;flex-direction:column;padding:24px 20px; }
  .store-service-band__actions,.store-service-band .button { width:100%; }
  .footer { grid-template-columns:1fr;padding:26px 22px; }
  .footer-company { grid-column:auto; }
  .seel-filter-toggle { display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:12px;color:#fff;background:#1f84e8;border:0;font-weight:700; }
  .seel-shop-filters { display:none!important; }
  .seel-shop-filters.is-open { display:grid!important;grid-template-columns:1fr!important; }
  body.single-product.woocommerce div.product { display:block; }
  body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,body.single-product.woocommerce div.product div.summary,body.single-product.woocommerce div.product .woocommerce-tabs,body.single-product.woocommerce div.product .related.products { width:100%;margin-inline:0;padding:18px; }
  body.woocommerce-cart .wc-block-components-sidebar-layout,body.woocommerce-checkout .wc-block-components-sidebar-layout { display:block!important;width:100%!important;min-width:0!important; }
  body.woocommerce-cart .wc-block-cart__main,body.woocommerce-cart .wc-block-cart__sidebar,body.woocommerce-checkout .wc-block-checkout__main,body.woocommerce-checkout .wc-block-checkout__sidebar { position:static!important;width:100%!important;min-width:0!important;margin:0 0 20px!important; }
  body.woocommerce-cart .wc-block-cart-items,body.woocommerce-cart .wc-block-cart-items tbody,body.woocommerce-cart .wc-block-cart-items__row { width:100%!important;min-width:0!important; }
  body.woocommerce-cart .wc-block-cart-items__row { display:grid!important;grid-template-columns:76px minmax(0,1fr)!important; }
  body.woocommerce-cart .wc-block-cart-item__image { width:76px!important; }
  body.woocommerce-cart .wc-block-cart-item__total { display:none!important; }
  body.woocommerce-cart .wc-block-cart__submit { position:static!important; }
  body.woocommerce-checkout .wc-block-components-checkout-step { padding:20px 0!important; }
  .seel-contact-layout section,.seel-contact-layout aside { padding:20px; }
  .seel-contact-layout dl>div { grid-template-columns:1fr;gap:2px; }
}

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

@media print {
  .header,.footer,.seel-document-tools { display:none!important; }
  body,.site-content,.seel-info-card,.seel-info-content { background:#fff!important;box-shadow:none!important; }
  .seel-legal-document { max-width:none!important;color:#000; }
  a { color:#000;text-decoration:underline; }
}

