.gk-home-hero-block,
.gk-home-category-block,
.gk-home-product-block,
.gk-home-trust-block,
.gk-home-category-grid,
.gk-home-product-grid {
  --gk-home-ink: #1f2a27;
  --gk-home-muted: #626964;
  --gk-home-forest: #18332b;
  --gk-home-cognac: #a85f2a;
  --gk-home-border: #ded8ce;
  box-sizing: border-box;
  color: var(--gk-home-ink);
  font-family: Inter, Manrope, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.gk-home-hero-block *,
.gk-home-category-block *,
.gk-home-product-block *,
.gk-home-trust-block * {
  box-sizing: border-box;
}

.gk-home-category-block,
.gk-home-product-block {
  margin: 0 auto;
  max-width: 1280px;
  padding: 28px 24px 34px;
  width: 100%;
}

.gk-home-category-block .ty-mainbox-title,
.gk-home-product-block .ty-mainbox-title {
  color: var(--gk-home-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.gk-home-hero-block {
  background: #fff;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gk-home-hero-block .gk-home-hero-nav {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.gk-home-hero-block .gk-home-hero-nav .owl-prev,
.gk-home-hero-block .gk-home-hero-nav .owl-next {
  border: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
}

.gk-home-hero-block .ty-banner__image-item,
.gk-home-hero-block .owl-item,
.gk-home-hero-block .owl-stage-outer,
.gk-home-hero-block .owl-stage {
  background: #fff;
}

.gk-home-hero-block .ty-banner__image-item,
.gk-home-hero-block .ty-banner__image-wrapper,
.gk-home-hero-block .owl-item > div,
.gk-home-hero-block a {
  display: block;
  margin: 0;
  width: 100%;
}

.gk-home-hero-block img {
  aspect-ratio: 3 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gk-home-hero-block .owl-controls,
.gk-home-hero-block .owl-nav,
.gk-home-hero-block .owl-dots {
  opacity: 1;
  transition: opacity 160ms ease;
}

.gk-home-hero-block .owl-prev,
.gk-home-hero-block .owl-next {
  align-items: center;
  background: rgba(24, 51, 43, 0.86) !important;
  border-radius: 50%;
  color: #fff !important;
  display: flex !important;
  height: 44px;
  justify-content: center;
  margin-top: -22px;
  min-width: 44px;
  position: absolute;
  top: 50%;
  width: 44px;
}

.gk-home-hero-block .owl-prev { left: 18px; }
.gk-home-hero-block .owl-next { right: 18px; }

.gk-home-hero-block .owl-dots {
  bottom: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.gk-home-hero-block .owl-dot span {
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(24, 51, 43, 0.34);
  height: 10px;
  width: 10px;
}

.gk-home-hero-block .owl-dot.active span {
  background: var(--gk-home-cognac) !important;
}

.gk-home-hero-block .owl-pagination {
  bottom: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.gk-home-hero-block .owl-page span {
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(24, 51, 43, 0.34);
  height: 10px;
  width: 10px;
}

.gk-home-hero-block .owl-page.active span {
  background: var(--gk-home-cognac) !important;
}

.gk-home-hero-block--single .owl-controls,
.gk-home-hero-block--single .owl-nav,
.gk-home-hero-block--single .owl-dots,
.gk-home-hero-block--single .owl-pagination {
  display: none !important;
}

.gk-home-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gk-home-category-card {
  background: #fff;
  border: 1px solid var(--gk-home-border);
  border-radius: 8px;
  color: var(--gk-home-ink) !important;
  display: grid;
  min-width: 0;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.gk-home-category-card:hover {
  border-color: rgba(168, 95, 42, 0.62);
  box-shadow: 0 9px 20px rgba(24, 51, 43, 0.10);
  transform: translateY(-1px);
}

.gk-home-category-card__media {
  align-items: center;
  aspect-ratio: 3 / 2;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.gk-home-category-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gk-home-category-card__media--placeholder {
  background:
    linear-gradient(135deg, rgba(24, 51, 43, 0.035) 25%, transparent 25%) 0 0 / 18px 18px,
    linear-gradient(315deg, rgba(24, 51, 43, 0.035) 25%, #fbfaf7 25%) 0 0 / 18px 18px;
}

.gk-home-category-card__placeholder {
  border: 1px solid rgba(24, 51, 43, 0.18);
  border-radius: 50%;
  height: 44px;
  position: relative;
  width: 44px;
}

.gk-home-category-card__placeholder::before,
.gk-home-category-card__placeholder::after {
  background: rgba(24, 51, 43, 0.28);
  content: "";
  height: 1px;
  left: 11px;
  position: absolute;
  top: 21px;
  width: 20px;
}

.gk-home-category-card__placeholder::after { transform: rotate(90deg); }

.gk-home-category-card__title {
  color: var(--gk-home-forest);
  font-size: 14px;
  line-height: 1.35;
  min-height: 57px;
  padding: 10px 12px 12px;
}

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

.gk-home-product-card,
.gk-home-product-card__image,
.gk-home-product-card__body {
  background: #fff !important;
}

.gk-home-product-card {
  border: 1px solid var(--gk-home-border);
  border-radius: 8px;
  color: var(--gk-home-ink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.gk-home-product-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  width: 100%;
}

.gk-home-product-card__image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.gk-home-product-card__placeholder {
  background: #fff;
  border: 1px dashed #cfc8bc;
  display: block;
  height: 78%;
  width: 78%;
}

.gk-home-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}

.gk-home-product-card__status {
  align-self: flex-start;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 5px 8px;
}

.gk-home-product-card__status--us-stock {
  background: #e6efe9;
  color: #2c5344;
}

.gk-home-product-card__status--by-inquiry {
  background: #f5ece3;
  color: #7b461f;
}

.gk-home-product-card__title {
  font-family: Inter, Manrope, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
  margin: 0;
  min-height: 3.8em;
}

.gk-home-product-card__title a {
  color: var(--gk-home-ink) !important;
  text-decoration: none !important;
}

.gk-home-product-card__prices {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
}

.gk-home-product-card__prices--inquiry { grid-template-columns: minmax(0, 1fr); }

.gk-home-product-card__price {
  border-left: 2px solid #e6e0d7;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 7px;
}

.gk-home-product-card__quantity {
  color: var(--gk-home-muted);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.gk-home-product-card__price strong,
.gk-home-product-card__price .ty-price,
.gk-home-product-card__request {
  color: var(--gk-home-forest);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.gk-home-product-card__request {
  border-left: 2px solid #e6e0d7;
  padding-left: 7px;
}

.gk-home-category-card:focus-visible,
.gk-home-product-card a:focus-visible,
.gk-home-hero-block a:focus-visible {
  outline: 3px solid rgba(168, 95, 42, 0.38);
  outline-offset: 3px;
}

.gk-home-trust-block {
  background: var(--gk-home-forest);
  color: #fff;
  margin: 0;
  padding: 18px 24px;
  width: 100%;
}

.gk-home-trust-block .gk-home-trust-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}

.gk-home-trust-block .gk-home-trust-list > * {
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

.gk-home-trust-block .gk-home-trust-list strong {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1023px) {
  .gk-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .gk-home-hero-block .owl-prev { left: 10px; }
  .gk-home-hero-block .owl-next { right: 10px; }
}

@media (max-width: 600px) {
  .gk-home-category-block,
  .gk-home-product-block {
    padding: 22px 14px 28px;
  }

  .gk-home-category-block .ty-mainbox-title,
  .gk-home-product-block .ty-mainbox-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .gk-home-category-grid,
  .gk-home-product-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gk-home-hero-block .owl-prev,
  .gk-home-hero-block .owl-next {
    height: 36px;
    margin-top: -18px;
    min-width: 36px;
    width: 36px;
  }

  .gk-home-category-card__title {
    font-size: 13px;
    min-height: 52px;
    padding: 9px 10px 10px;
  }

  .gk-home-product-card__body {
    gap: 8px;
    padding: 10px;
  }

  .gk-home-product-card__title {
    font-size: 13px;
  }

  .gk-home-product-card__prices {
    gap: 5px;
  }

  .gk-home-product-card__price strong,
  .gk-home-product-card__price .ty-price,
  .gk-home-product-card__request {
    font-size: 13px;
  }

  .gk-home-trust-block {
    padding: 16px 14px;
  }

  .gk-home-trust-block .gk-home-trust-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gk-home-category-card,
  .gk-home-hero-block .owl-controls,
  .gk-home-hero-block .owl-nav,
  .gk-home-hero-block .owl-dots {
    transition: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  .gk-home-product-card,
  .gk-home-product-card__image,
  .gk-home-product-card__body,
  .gk-home-category-card,
  .gk-home-category-card__media,
  .gk-home-hero-block {
    background-color: #fff !important;
    color: #1f2a27;
  }
}
