﻿.hb-homebanners-block {
  --hb-main-ratio: 16 / 9;
  --hb-main-w: 16fr;
  --hb-main-h: 9fr;
  --hb-one-four-total: 6;
  --hb-one-four-category: 2;
  --hb-tile-ratio: 16 / 9;
  --hb-tile-columns-desktop: 6;
  --hb-tile-columns-tablet: 4;
  --hb-tile-columns-mobile: 2;
  --hb-tile-rows-desktop: 2;
  --hb-tile-rows-tablet: 2;
  --hb-tile-rows-mobile: 2;
  --hb-tile-scroll-desktop: calc((100% - (var(--hb-tile-columns-desktop) - 1) * var(--hb-gap)) / var(--hb-tile-columns-desktop));
  --hb-tile-scroll-tablet: calc((100% - (var(--hb-tile-columns-tablet) - 1) * var(--hb-gap)) / var(--hb-tile-columns-tablet));
  --hb-tile-scroll-mobile: calc((100% - (var(--hb-tile-columns-mobile) - 1) * var(--hb-gap)) / var(--hb-tile-columns-mobile));
  --hb-max-width: 100%;
  --hb-max-height: none;
  --hb-gap: 6px;
  --hb-bg: transparent;
  --hb-main-fit: cover;
  --hb-fit: contain;
  --hb-image-position: center center;
  --hb-image-bg: #f2f2f2;
  --hb-tile-height-desktop: auto;
  --hb-tile-height-tablet: auto;
  --hb-tile-height-mobile: auto;
  --hb-overlay: .3;
  --hb-item-overlay: var(--hb-overlay);
  --hb-radius: 0;
  --hb-padding-y: 0;
  --hb-padding-x: 32px;
  --hb-margin-top: 0px;
  --hb-margin-bottom: 32px;
  --hb-category-scroll-tablet: 28vw;
  --hb-category-scroll-mobile: 42vw;
  --hb-title-size: 28px;
  --hb-title-weight: 800;
  --hb-title-color: #fff;
  --hb-text-size: 16px;
  --hb-text-color: #fff;
  --hb-category-title-size: 18px;
  --hb-category-text-size: 14px;
  --hb-category-button-text-size: 14px;
  --hb-button-color: #d31c72;
  --hb-button-hover: #b71460;
  --hb-button-text-size: 16px;
  background: var(--hb-bg);
  box-sizing: border-box;
  display: grid;
  gap: var(--hb-gap);
  grid-template-columns: minmax(0, var(--hb-main-w)) minmax(0, var(--hb-main-h));
  margin: var(--hb-margin-top) auto var(--hb-margin-bottom);
  max-height: var(--hb-max-height);
  max-width: var(--hb-max-width);
  overflow: hidden;
  padding: var(--hb-padding-y) var(--hb-padding-x);
  width: 100%;
}

.hb-homebanners-block.hb-width-site {
  width: min(var(--hb-max-width), 100vw);
  max-width: none;
  margin-top: var(--hb-margin-top);
  margin-bottom: var(--hb-margin-bottom);
  margin-left: 50%;
  transform: translateX(-50%);
}

.hb-layout-slider,
.hb-layout-tiles {
  grid-template-columns: 1fr;
}

.hb-order-categories_left .hb-main-slider {
  order: 2;
}

.hb-homebanners-block.hb-order-categories_left {
  grid-template-columns: minmax(0, var(--hb-main-h)) minmax(0, var(--hb-main-w));
}

.hb-order-categories_left .hb-category-grid {
  order: 1;
}

.hb-layout-slider .hb-main-slider {
  width: 100%;
}

.hb-layout-one_four:not(.hb-has-max-height) {
  align-items: stretch;
  aspect-ratio: var(--hb-one-four-total) / var(--hb-one-four-category);
}

.hb-layout-one_four:not(.hb-has-max-height) .hb-main-slider {
  aspect-ratio: auto;
  height: 100%;
  max-height: none;
}

.hb-layout-one_four:not(.hb-has-max-height) .hb-category-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
  min-height: 0;
}

.hb-layout-one_four:not(.hb-has-max-height) .hb-category-tile {
  aspect-ratio: auto;
  min-height: 0;
}

.hb-layout-one_two:not(.hb-categories-stacked) .hb-category-grid {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hb-layout-one_two:not(.hb-categories-stacked) .hb-category-tile {
  aspect-ratio: auto;
  min-height: 0;
}

.hb-layout-one_four.hb-has-max-height {
  align-items: stretch;
  height: var(--hb-max-height);
  max-height: none;
}

.hb-layout-one_four.hb-has-max-height .hb-main-slider,
.hb-layout-slider.hb-has-max-height .hb-main-slider {
  aspect-ratio: auto;
  height: 100%;
  max-height: none;
}

.hb-layout-one_four.hb-has-max-height .hb-category-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
  min-height: 0;
}

.hb-layout-one_four.hb-has-max-height .hb-category-tile {
  aspect-ratio: auto;
  min-height: 0;
}

.hb-layout-one_four.hb-categories-stacked {
  grid-template-columns: 1fr;
  max-height: none;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

.hb-layout-one_four.hb-categories-stacked.hb-has-max-height {
  height: auto;
  max-height: none;
}

.hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) {
  aspect-ratio: auto;
}

.hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-main-slider,
.hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-main-slider {
  aspect-ratio: var(--hb-main-ratio);
  background: transparent;
  height: auto;
  justify-self: stretch;
  max-height: var(--hb-max-height);
  max-width: none;
  width: 100%;
}

.hb-layout-one_four.hb-categories-stacked .hb-slider-track {
  align-items: stretch;
  height: 100%;
}

.hb-layout-one_four.hb-categories-stacked .hb-main-slide {
  height: 100%;
  min-height: 0;
}

.hb-layout-one_four.hb-categories-stacked .hb-main-slide img {
  height: 100%;
  max-height: 100%;
  object-fit: var(--hb-main-fit);
  width: 100%;
}

.hb-main-fit-contain .hb-main-slide img {
  object-position: center top;
}

.hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-category-grid,
.hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-category-grid {
  height: auto;
}

.hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-category-tile,
.hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-category-tile {
  aspect-ratio: 1 / 1;
}

.hb-layout-one_four.hb-categories-stacked.hb-order-categories_left .hb-main-slider {
  order: 1;
}

.hb-layout-one_four.hb-categories-stacked.hb-order-categories_left .hb-category-grid {
  order: 2;
}

.hb-layout-one_four.hb-categories-stacked.hb-tablet-categories-scroll .hb-category-grid {
  cursor: grab;
  display: flex;
  gap: var(--hb-gap);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.hb-layout-one_four.hb-categories-stacked.hb-tablet-categories-scroll .hb-category-grid.is-dragging {
  cursor: grabbing;
}

.hb-layout-one_four.hb-categories-stacked.hb-tablet-categories-scroll .hb-category-tile {
  flex: 0 0 var(--hb-category-scroll-tablet);
  scroll-snap-align: start;
}

.hb-layout-one_four.hb-has-max-height .hb-main-slide img,
.hb-layout-slider.hb-has-max-height .hb-main-slide img {
  object-fit: var(--hb-main-fit);
}

.hb-homebanners-block *,
.hb-homebanners-block *::before,
.hb-homebanners-block *::after {
  box-sizing: border-box;
}

.hb-main-slider,
.hb-category-grid,
.hb-tiles-grid,
.hb-main-slide,
.hb-category-tile,
.hb-tile-card {
  min-width: 0;
}

.hb-main-slider {
  aspect-ratio: var(--hb-main-ratio);
  background: var(--hb-bg);
  border-radius: var(--hb-radius);
  max-height: var(--hb-max-height);
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.hb-main-slider,
.hb-main-slider a,
.hb-main-slider img {
  -webkit-user-drag: none;
  user-select: none;
}

.hb-slider-track {
  display: flex;
  height: 100%;
  touch-action: pan-y;
  width: 100%;
}

.hb-slider-track.smooth-transition {
  transition: transform .4s ease-in-out;
}

.hb-main-slider.is-dragging {
  cursor: grabbing;
}

.hb-main-slide,
.hb-category-tile,
.hb-tile-card {
  background: var(--hb-tile-bg, var(--hb-image-bg, #f2f2f2));
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.hb-main-slide {
  inset: auto;
  flex: 0 0 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.hb-main-slide::after,
.hb-category-tile::after,
.hb-tile-card::after {
  background: linear-gradient(to top, rgba(0, 0, 0, var(--hb-item-overlay)) 0%, rgba(0, 0, 0, 0) 55%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hb-main-slide img,
.hb-category-tile img,
.hb-tile-card img {
  background: var(--hb-tile-bg, var(--hb-image-bg, #f2f2f2));
  display: block;
  height: 100%;
  object-fit: var(--hb-fit);
  object-position: var(--hb-image-position);
  transition: transform .35s ease;
  width: 100%;
  -webkit-user-drag: none;
  user-select: none;
}

.hb-main-slide img {
  object-fit: var(--hb-main-fit);
}

.hb-layout-one_four .hb-category-tile img,
.hb-layout-one_two .hb-category-tile img {
  mix-blend-mode: multiply;
}

.hb-fit-cover-vertical .hb-category-tile img,
.hb-fit-cover-vertical .hb-tile-card:not(.hb-text-below):not(.hb-text-above) img {
  height: auto;
  left: 0;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.hb-fit-cover-horizontal .hb-category-tile img,
.hb-fit-cover-horizontal .hb-tile-card:not(.hb-text-below):not(.hb-text-above) img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-width: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

.hb-html,
.hb-image-placeholder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.hb-image-placeholder {
  background: var(--hb-tile-bg, var(--hb-image-bg, #f2f2f2));
}

.hb-category-grid {
  display: grid;
  gap: var(--hb-gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hb-category-grid[data-hb-random-categories]:not(.hb-show-all-categories) .hb-category-tile:nth-child(n+5) {
  display: none;
}

.hb-category-grid[data-hb-random-limit="2"][data-hb-random-categories]:not(.hb-show-all-categories) .hb-category-tile:nth-child(n+3) {
  display: none;
}

.hb-layout-one_two .hb-category-grid:not(.hb-show-all-categories) .hb-category-tile:nth-child(n+3) {
  display: none;
}

.hb-category-grid[data-hb-random-limit="3"][data-hb-random-categories]:not(.hb-show-all-categories) .hb-category-tile:nth-child(n+4) {
  display: none;
}

.hb-category-tile,
.hb-tile-card {
  aspect-ratio: 1 / 1;
  border-radius: var(--hb-radius);
}

.hb-layout-slider_product {
  max-width: 100%;
  overflow-x: clip !important;
  overscroll-behavior-x: contain;
}

@supports not (overflow: clip) {
  .hb-layout-slider_product {
    overflow-x: hidden !important;
  }
}

.hb-layout-slider_product .hb-product-panel {
  align-self: center;
  display: grid;
  gap: 12px;
  grid-template-rows: auto minmax(260px, 1fr);
  height: 92%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

@supports not (overflow: clip) {
  .hb-layout-slider_product .hb-product-panel {
    overflow-x: hidden;
  }
}

.hb-order-categories_left.hb-layout-slider_product .hb-product-panel {
  order: 1;
}

.hb-order-categories_left.hb-layout-slider_product .hb-main-slider {
  order: 2;
}

.hb-layout-slider_product .hb-product-title {
  color: #111;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hb-layout-slider_product .hb-product-carousel {
  display: block !important;
  height: 100%;
  min-height: 260px;
  max-width: 100%;
  overflow: hidden;
  overscroll-behavior-x: contain;
  position: relative;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}

.hb-layout-slider_product .hb-product-carousel::-webkit-scrollbar {
  display: none;
}

.hb-layout-slider_product .hb-product-carousel.is-dragging {
  cursor: grabbing;
}

.hb-layout-slider_product .hb-product-carousel.is-dragging .hb-product-tile {
  transition: none;
}

.hb-layout-slider_product .hb-product-tile {
  background: transparent;
  color: #111;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  left: 50%;
  max-width: min(340px, var(--hb-product-photo-max-height, 360px));
  min-width: 0;
  display: none;
  opacity: 0.45;
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + var(--hb-product-drag, 0px)), -50%) scale(0.72);
  filter: blur(3px);
  transition: filter 0.32s ease, opacity 0.32s ease, transform 0.32s ease;
  width: min(58%, var(--hb-product-photo-max-height, 360px));
  z-index: 1;
}

.hb-layout-slider_product .hb-product-tile::after {
  display: none;
}

.hb-layout-slider_product .hb-product-photo {
  align-items: center;
  background: var(--hb-tile-bg, var(--hb-image-bg, #f4f5f7));
  border-radius: var(--hb-radius);
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: var(--hb-product-photo-max-height, 360px);
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.hb-layout-slider_product .hb-product-info {
  align-content: start;
  display: grid;
  gap: 7px;
  min-height: 76px;
  padding: 10px 2px 0;
  text-align: left;
}

.hb-layout-slider_product .hb-product-name {
  color: #111;
  display: -webkit-box;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.25;
  overflow: hidden;
  text-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hb-layout-slider_product .hb-product-price {
  color: #111;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: none;
}

.hb-layout-slider_product .hb-product-price span {
  color: #8b8f96;
  font-size: 0.72em;
  font-weight: 500;
  margin-left: 6px;
  text-decoration: line-through;
}

.hb-layout-slider_product .hb-product-arrow {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  line-height: 1;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 38px;
  z-index: 6;
}

.hb-layout-slider_product .hb-product-arrow:hover {
  background: #fff;
  opacity: 1;
}

.hb-layout-slider_product .hb-product-arrow::before {
  border: solid #1b1f23;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
}

.hb-layout-slider_product .hb-product-arrow-prev {
  left: 10px;
}

.hb-layout-slider_product .hb-product-arrow-prev::before {
  margin-left: 4px;
  transform: rotate(135deg);
}

.hb-layout-slider_product .hb-product-arrow-next {
  right: 10px;
}

.hb-layout-slider_product .hb-product-arrow-next::before {
  margin-right: 4px;
  transform: rotate(-45deg);
}

.hb-layout-slider_product .hb-product-carousel:not([data-hb-ready]) .hb-product-tile:nth-child(-n+3),
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev-far"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active-2"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active-3"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next-far"] {
  display: grid;
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev-far"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next-far"] {
  opacity: 0.2;
  transform: translate(calc(-50% + var(--hb-product-drag, 0px)), -50%) scale(0.54);
  z-index: 0;
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active-2"],
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="active-3"],
.hb-layout-slider_product .hb-product-tile:only-child {
  filter: none;
  opacity: 1;
  transform: translate(calc(-50% + var(--hb-product-drag, 0px)), -50%) scale(1);
  z-index: 4;
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev"] .hb-product-info,
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next"] .hb-product-info,
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev-far"] .hb-product-info,
.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next-far"] .hb-product-info {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="active"] {
  transform: translate(calc(-98% + var(--hb-product-drag, 0px)), -50%) scale(0.88);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="active-2"] {
  transform: translate(calc(-2% + var(--hb-product-drag, 0px)), -50%) scale(0.88);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active"] {
  transform: translate(calc(-162% + var(--hb-product-drag, 0px)), -50%) scale(0.88);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active-2"] {
  transform: translate(calc(-50% + var(--hb-product-drag, 0px)), -50%) scale(1);
  z-index: 5;
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active-3"] {
  transform: translate(calc(62% + var(--hb-product-drag, 0px)), -50%) scale(0.88);
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev"] {
  cursor: pointer;
  transform: translate(calc(-124% + var(--hb-product-drag, 0px)), -50%) scale(0.72);
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next"] {
  cursor: pointer;
  transform: translate(calc(24% + var(--hb-product-drag, 0px)), -50%) scale(0.72);
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev-far"] {
  transform: translate(calc(-184% + var(--hb-product-drag, 0px)), -50%) scale(0.54);
}

.hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next-far"] {
  transform: translate(calc(84% + var(--hb-product-drag, 0px)), -50%) scale(0.54);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="prev"] {
  transform: translate(calc(-164% + var(--hb-product-drag, 0px)), -50%) scale(0.56);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="next"] {
  transform: translate(calc(64% + var(--hb-product-drag, 0px)), -50%) scale(0.56);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="prev"] {
  transform: translate(calc(-232% + var(--hb-product-drag, 0px)), -50%) scale(0.52);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="next"] {
  transform: translate(calc(132% + var(--hb-product-drag, 0px)), -50%) scale(0.52);
}

.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="prev-far"],
.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="next-far"],
.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="prev-far"],
.hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="next-far"] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .hb-layout-slider_product .hb-product-panel {
    grid-template-rows: auto minmax(280px, 1fr);
    height: clamp(340px, 58vw, 460px);
    min-height: 340px;
  }

  .hb-layout-slider_product .hb-product-carousel {
    min-height: 280px;
  }

  .hb-layout-slider_product .hb-product-tile {
    width: min(var(--hb-product-card-tablet, 28vw), var(--hb-product-photo-max-height, 360px));
  }

  .hb-layout-slider_product.hb-categories-stacked .hb-product-panel {
    height: clamp(340px, 70vw, 520px);
    min-height: 340px;
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active"] {
    transform: translate(calc(-156% + var(--hb-product-drag, 0px)), -50%) scale(0.82);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active-2"] {
    transform: translate(calc(-50% + var(--hb-product-drag, 0px)), -50%) scale(1);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="3"] .hb-product-tile[data-hb-product-pos="active-3"] {
    transform: translate(calc(56% + var(--hb-product-drag, 0px)), -50%) scale(0.82);
  }
}

@media (max-width: 640px) {
  .hb-layout-slider_product .hb-product-panel,
  .hb-layout-slider_product.hb-categories-stacked .hb-product-panel {
    grid-template-rows: auto minmax(330px, 1fr);
    height: clamp(390px, 94vw, 520px);
    min-height: 390px;
  }

  .hb-layout-slider_product .hb-product-carousel {
    min-height: 330px;
  }

  .hb-layout-slider_product .hb-product-tile {
    max-width: min(320px, var(--hb-product-photo-max-height, 360px));
    width: min(var(--hb-product-card-mobile, 42vw), 260px, var(--hb-product-photo-max-height, 360px));
  }

  .hb-layout-slider_product .hb-product-arrow {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    height: 24px;
    width: 24px;
  }

  .hb-layout-slider_product .hb-product-arrow::before {
    border-width: 0 1.5px 1.5px 0;
    height: 7px;
    width: 7px;
  }

  .hb-layout-slider_product .hb-product-arrow-prev {
    left: 6px;
  }

  .hb-layout-slider_product .hb-product-arrow-prev::before {
    margin-left: 3px;
  }

  .hb-layout-slider_product .hb-product-arrow-next {
    right: 6px;
  }

  .hb-layout-slider_product .hb-product-arrow-next::before {
    margin-right: 3px;
  }

  .hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev"] {
    transform: translate(calc(-112% + var(--hb-product-drag, 0px)), -50%) scale(0.68);
  }

  .hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next"] {
    transform: translate(calc(12% + var(--hb-product-drag, 0px)), -50%) scale(0.68);
  }

  .hb-layout-slider_product .hb-product-tile[data-hb-product-pos="prev-far"] {
    transform: translate(calc(-168% + var(--hb-product-drag, 0px)), -50%) scale(0.5);
  }

  .hb-layout-slider_product .hb-product-tile[data-hb-product-pos="next-far"] {
    transform: translate(calc(68% + var(--hb-product-drag, 0px)), -50%) scale(0.5);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="active"] {
    transform: translate(calc(-92% + var(--hb-product-drag, 0px)), -50%) scale(0.76);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="active-2"] {
    transform: translate(calc(-8% + var(--hb-product-drag, 0px)), -50%) scale(0.76);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="prev"] {
    transform: translate(calc(-150% + var(--hb-product-drag, 0px)), -50%) scale(0.48);
  }

  .hb-layout-slider_product .hb-product-carousel[data-hb-product-focus-current="2"] .hb-product-tile[data-hb-product-pos="next"] {
    transform: translate(calc(50% + var(--hb-product-drag, 0px)), -50%) scale(0.48);
  }
}

.hb-product-price {
  color: #111;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: none;
}

.hb-product-price span {
  color: rgba(17, 17, 17, 0.45);
  font-size: 0.78em;
  font-weight: 500;
  text-decoration: line-through;
}

.hb-caption-below .hb-product-price {
  color: #111;
  text-shadow: none;
}

.hb-caption-below .hb-product-price span {
  color: rgba(17, 17, 17, 0.45);
}

.hb-tiles-grid {
  display: grid;
  gap: var(--hb-gap);
  grid-template-columns: repeat(var(--hb-tile-columns-desktop), minmax(0, 1fr));
}

@media (min-width: 1101px) {
  .hb-tiles-desktop-scroll .hb-tiles-grid {
    cursor: grab;
    display: grid;
    grid-auto-columns: var(--hb-tile-scroll-desktop);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-template-rows: repeat(var(--hb-tile-rows-desktop), minmax(0, auto));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-tiles-desktop-scroll .hb-tiles-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-tiles-desktop-scroll .hb-tile-card {
    scroll-snap-align: start;
  }
}

.hb-tile-card {
  aspect-ratio: var(--hb-tile-ratio);
  height: var(--hb-tile-height-desktop);
  max-height: var(--hb-max-height);
}

.hb-tile-card.hb-text-below,
.hb-tile-card.hb-text-above {
  aspect-ratio: auto;
  background: transparent;
  color: inherit;
  display: grid;
  gap: 8px;
  overflow: visible;
}

.hb-tile-card.hb-text-below::after,
.hb-tile-card.hb-text-above::after {
  display: none;
}

.hb-tile-card.hb-text-below img,
.hb-tile-card.hb-text-above img,
.hb-tile-card.hb-text-below .hb-html,
.hb-tile-card.hb-text-above .hb-html,
.hb-tile-card.hb-text-below .hb-image-placeholder {
  aspect-ratio: var(--hb-tile-ratio);
  background: var(--hb-tile-bg, var(--hb-image-bg));
  border-radius: var(--hb-radius);
  height: var(--hb-tile-height-desktop);
  overflow: hidden;
}

.hb-tile-card.hb-text-above .hb-image-placeholder {
  aspect-ratio: var(--hb-tile-ratio);
  background: var(--hb-tile-bg, var(--hb-image-bg));
  border-radius: var(--hb-radius);
  height: var(--hb-tile-height-desktop);
  overflow: hidden;
}

.hb-tile-card.hb-text-above img,
.hb-tile-card.hb-text-above .hb-html,
.hb-tile-card.hb-text-above .hb-image-placeholder {
  order: 2;
}

.hb-tile-card.hb-text-above .hb-caption-above {
  order: 1;
}

.hb-main-slide.has-zoom:hover img,
.hb-category-tile.has-zoom:hover img,
.hb-tile-card.has-zoom:hover img {
  transform: scale(1.04);
}

.hb-fit-cover-vertical .hb-category-tile.has-zoom:hover img,
.hb-fit-cover-vertical .hb-tile-card.has-zoom:not(.hb-text-below):not(.hb-text-above):hover img {
  transform: translateY(-50%) scale(1.04);
}

.hb-fit-cover-horizontal .hb-category-tile.has-zoom:hover img,
.hb-fit-cover-horizontal .hb-tile-card.has-zoom:not(.hb-text-below):not(.hb-text-above):hover img {
  transform: translateX(-50%) scale(1.04);
}

.hb-caption {
  color: var(--hb-text-color);
  display: grid;
  gap: 10px;
  max-width: min(86%, 560px);
  padding: clamp(14px, 3vw, 42px);
  pointer-events: none;
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  user-select: none;
  z-index: 2;
}

.hb-caption-title {
  color: var(--hb-title-color);
  font-size: clamp(16px, 2.1vw, var(--hb-title-size));
  font-weight: var(--hb-title-weight);
  line-height: 1.05;
}

.hb-caption-main .hb-caption-title {
  font-size: clamp(24px, 3vw, calc(var(--hb-title-size) * 1.35));
}

.hb-caption-text {
  color: var(--hb-text-color);
  font-size: clamp(13px, 1.2vw, var(--hb-text-size));
  line-height: 1.25;
}

.hb-category-tile .hb-caption,
.hb-tile-card .hb-caption {
  gap: 6px;
  max-width: 88%;
  padding: clamp(10px, 1.4vw, 22px);
}

.hb-category-tile .hb-caption-title,
.hb-tile-card .hb-caption-title {
  font-size: clamp(13px, 1.25vw, var(--hb-category-title-size));
}

.hb-category-tile .hb-caption-text,
.hb-tile-card .hb-caption-text {
  font-size: clamp(11px, .9vw, var(--hb-category-text-size));
}

.hb-category-tile .hb-caption-button,
.hb-tile-card .hb-caption-button {
  font-size: var(--hb-category-button-text-size);
}

.hb-caption-below,
.hb-caption-above {
  color: inherit;
  gap: 2px;
  max-width: none;
  padding: 0;
  position: static;
  text-shadow: none;
}

.hb-caption-below .hb-caption-title,
.hb-caption-above .hb-caption-title {
  color: #111;
  font-size: clamp(12px, 1vw, var(--hb-category-title-size));
  line-height: 1.15;
}

.hb-caption-below .hb-caption-text,
.hb-caption-above .hb-caption-text {
  color: #68737d;
  font-size: var(--hb-category-text-size);
}

.hb-caption-button {
  align-self: start;
  background: var(--hb-button-color);
  color: #fff;
  display: inline-block;
  font-size: var(--hb-button-text-size);
  font-weight: 700;
  justify-self: center;
  line-height: 1.2;
  padding: .7em 1.4em;
  pointer-events: auto;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
  user-select: none;
}

.hb-caption.hb-pos-top-left .hb-caption-button,
.hb-caption.hb-pos-middle-left .hb-caption-button,
.hb-caption.hb-pos-bottom-left .hb-caption-button {
  justify-self: start;
}

.hb-caption.hb-pos-top-center .hb-caption-button,
.hb-caption.hb-pos-middle-center .hb-caption-button,
.hb-caption.hb-pos-bottom-center .hb-caption-button {
  justify-self: center;
}

.hb-caption.hb-pos-top-right .hb-caption-button,
.hb-caption.hb-pos-middle-right .hb-caption-button,
.hb-caption.hb-pos-bottom-right .hb-caption-button {
  justify-self: end;
}

.hb-category-tile .hb-caption-button,
.hb-tile-card .hb-caption-button {
  font-size: var(--hb-category-button-text-size);
}

.hb-main-slide:hover .hb-caption-button,
.hb-category-tile:hover .hb-caption-button,
.hb-tile-card:hover .hb-caption-button,
.hb-caption-button:hover {
  background: var(--hb-button-hover);
  color: #fff;
}

.hb-button-rounded .hb-caption-button {
  border-radius: 999px;
}

.hb-button-straight .hb-caption-button {
  border-radius: 0;
}

.hb-button-skewed .hb-caption-button {
  transform: skewX(-10deg);
}

.hb-button-skewed .hb-caption-button:hover {
  transform: skewX(-10deg) translateY(-1px);
}

.hb-pos-top-left { left: 0; top: 0; }
.hb-pos-top-center { left: 50%; text-align: center; top: 0; transform: translateX(-50%); }
.hb-pos-top-right { right: 0; text-align: right; top: 0; }
.hb-pos-middle-left { left: 0; top: 50%; transform: translateY(-50%); }
.hb-pos-middle-center { left: 50%; text-align: center; top: 50%; transform: translate(-50%, -50%); }
.hb-pos-middle-right { right: 0; text-align: right; top: 50%; transform: translateY(-50%); }
.hb-pos-bottom-left { bottom: 0; left: 0; }
.hb-pos-bottom-center { bottom: 0; left: 50%; text-align: center; transform: translateX(-50%); }
.hb-pos-bottom-right { bottom: 0; right: 0; text-align: right; }

.hb-caption-below,
.hb-caption-above {
  bottom: auto;
  left: auto;
  position: static;
  right: auto;
  top: auto;
  transform: none;
}

.hb-caption-below.hb-pos-top-left,
.hb-caption-below.hb-pos-middle-left,
.hb-caption-below.hb-pos-bottom-left,
.hb-caption-above.hb-pos-top-left,
.hb-caption-above.hb-pos-middle-left,
.hb-caption-above.hb-pos-bottom-left {
  text-align: left;
}

.hb-caption-below.hb-pos-top-center,
.hb-caption-below.hb-pos-middle-center,
.hb-caption-below.hb-pos-bottom-center,
.hb-caption-above.hb-pos-top-center,
.hb-caption-above.hb-pos-middle-center,
.hb-caption-above.hb-pos-bottom-center {
  text-align: center;
}

.hb-caption-below.hb-pos-top-right,
.hb-caption-below.hb-pos-middle-right,
.hb-caption-below.hb-pos-bottom-right,
.hb-caption-above.hb-pos-top-right,
.hb-caption-above.hb-pos-middle-right,
.hb-caption-above.hb-pos-bottom-right {
  text-align: right;
}

.hb-layout-slider_product .hb-product-photo img,
.hb-fit-cover-vertical .hb-layout-slider_product .hb-product-photo img,
.hb-fit-cover-horizontal .hb-layout-slider_product .hb-product-photo img {
  background: transparent;
  height: 100%;
  left: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center center;
  position: static;
  top: auto;
  transform: none;
  width: 100%;
}

.hb-layout-slider_product .hb-product-tile.has-zoom:hover .hb-product-photo img,
.hb-fit-cover-vertical .hb-layout-slider_product .hb-product-tile.has-zoom:hover .hb-product-photo img,
.hb-fit-cover-horizontal .hb-layout-slider_product .hb-product-tile.has-zoom:hover .hb-product-photo img {
  transform: none;
}

.hb-layout-slider_product .hb-product-tile .hb-product-price {
  color: #111;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.1;
  text-shadow: none;
  white-space: normal;
}

.hb-slider-dots {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .2);
  border-radius: 20px;
  bottom: 20px;
  display: flex;
  gap: 8px;
  left: 50%;
  padding: 8px 12px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.hb-slider-dots button {
  background: rgba(255, 255, 255, .5);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition: width .3s ease, background-color .3s ease;
  width: 10px;
}

.hb-slider-dots button.is-active {
  background: #fff;
  box-shadow: none;
  width: 28px;
}

@media (max-width: 1024px) {
  .hb-homebanners-block:not(.hb-layout-one_four),
  .hb-homebanners-block.hb-categories-stacked {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-has-max-height {
    height: auto;
    max-height: none;
  }

  .hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) {
    aspect-ratio: auto;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-main-slider,
  .hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-main-slider {
    aspect-ratio: var(--hb-main-ratio);
    background: transparent;
    height: auto;
    justify-self: stretch;
    max-height: var(--hb-max-height);
    max-width: none;
    width: 100%;
  }

  .hb-layout-slider.hb-has-max-height .hb-main-slider {
    aspect-ratio: var(--hb-main-ratio);
    height: auto;
    justify-self: stretch;
    max-height: var(--hb-max-height);
    max-width: none;
    width: 100%;
  }

  .hb-layout-one_four.hb-categories-stacked .hb-slider-track {
    align-items: stretch;
    height: 100%;
  }

  .hb-layout-one_four.hb-categories-stacked .hb-main-slide {
    height: 100%;
    min-height: 0;
  }

  .hb-layout-one_four.hb-categories-stacked .hb-main-slide img {
    height: 100%;
    max-height: 100%;
    object-fit: var(--hb-main-fit);
    width: 100%;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-category-grid,
  .hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-category-grid {
    height: auto;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-has-max-height .hb-category-tile,
  .hb-layout-one_four.hb-categories-stacked:not(.hb-has-max-height) .hb-category-tile {
    aspect-ratio: 1 / 1;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-order-categories_left .hb-main-slider {
    order: 1;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-order-categories_left .hb-category-grid {
    order: 2;
  }

  .hb-tiles-grid {
    grid-template-columns: repeat(var(--hb-tile-columns-tablet), minmax(0, 1fr));
  }

  .hb-tiles-tablet-grid .hb-tiles-grid {
    cursor: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(var(--hb-tile-columns-tablet), minmax(0, 1fr));
    grid-template-rows: none;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .hb-tiles-tablet-grid .hb-tile-card {
    scroll-snap-align: none;
  }

  .hb-tiles-tablet-scroll .hb-tiles-grid {
    cursor: grab;
    display: grid;
    grid-auto-columns: var(--hb-tile-scroll-tablet);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-template-rows: repeat(var(--hb-tile-rows-tablet), minmax(0, auto));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-tiles-tablet-scroll .hb-tiles-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-tiles-tablet-scroll .hb-tile-card {
    scroll-snap-align: start;
  }

  .hb-tile-card {
    height: var(--hb-tile-height-tablet);
  }

  .hb-tile-card.hb-text-below img,
  .hb-tile-card.hb-text-above img,
  .hb-tile-card.hb-text-below .hb-html,
  .hb-tile-card.hb-text-above .hb-html,
  .hb-tile-card.hb-text-below .hb-image-placeholder {
    height: var(--hb-tile-height-tablet);
  }

  .hb-tile-card.hb-text-above .hb-image-placeholder {
    height: var(--hb-tile-height-tablet);
  }

  .hb-tablet-categories-scroll .hb-category-grid {
    cursor: grab;
    display: flex;
    gap: var(--hb-gap);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-tablet-categories-scroll .hb-category-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-tablet-categories-scroll .hb-category-tile {
    flex: 0 0 var(--hb-category-scroll-tablet);
    scroll-snap-align: start;
  }

  .hb-caption {
    padding: 14px;
  }

  .hb-slider-dots {
    bottom: 10px;
    gap: 5px;
    padding: 5px 8px;
  }

  .hb-slider-dots button {
    height: 7px;
    width: 7px;
  }

  .hb-slider-dots button.is-active {
    width: 22px;
  }

  .hb-caption-title {
    font-size: clamp(16px, 5vw, 28px);
  }

  .hb-caption-main .hb-caption-title {
    font-size: clamp(22px, 7vw, 36px);
  }

  .hb-main-slide .hb-caption.hb-pos-bottom-left,
  .hb-main-slide .hb-caption.hb-pos-bottom-center,
  .hb-main-slide .hb-caption.hb-pos-bottom-right {
    bottom: 34px;
  }
}

@media (max-width: 1100px) {
  .hb-tiles-tablet-grid .hb-tiles-grid {
    cursor: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(var(--hb-tile-columns-tablet), minmax(0, 1fr));
    grid-template-rows: none;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .hb-tiles-tablet-grid .hb-tile-card {
    scroll-snap-align: none;
  }

  .hb-tiles-tablet-scroll .hb-tiles-grid {
    cursor: grab;
    display: grid;
    grid-auto-columns: var(--hb-tile-scroll-tablet);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-template-rows: repeat(var(--hb-tile-rows-tablet), minmax(0, auto));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-tiles-tablet-scroll .hb-tiles-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-tiles-tablet-scroll .hb-tile-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .hb-main-slide .hb-caption {
    gap: 4px;
    max-width: calc(100% - 16px);
    padding: 8px;
  }

  .hb-main-slide .hb-caption.hb-pos-bottom-left,
  .hb-main-slide .hb-caption.hb-pos-bottom-center,
  .hb-main-slide .hb-caption.hb-pos-bottom-right {
    bottom: 18px;
  }

  .hb-caption-main .hb-caption-title {
    font-size: clamp(18px, 6.5vw, 28px);
  }

  .hb-main-slide .hb-caption-text {
    display: block;
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.16;
  }

  .hb-main-slide .hb-caption-button {
    display: inline-block;
    font-size: clamp(11px, 3.2vw, 13px);
    padding: .48em .85em;
  }

  .hb-slider-dots {
    background: rgba(0, 0, 0, .18);
    bottom: 4px;
    gap: 3px;
    padding: 3px 5px;
  }

  .hb-slider-dots button {
    height: 4px;
    width: 4px;
  }

  .hb-slider-dots button.is-active {
    width: 14px;
  }

  .hb-tiles-grid {
    grid-template-columns: repeat(var(--hb-tile-columns-mobile), minmax(0, 1fr));
  }

  .hb-tiles-mobile-grid .hb-tiles-grid {
    cursor: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(var(--hb-tile-columns-mobile), minmax(0, 1fr));
    grid-template-rows: none;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .hb-tiles-mobile-grid .hb-tile-card {
    scroll-snap-align: none;
  }

  .hb-tiles-mobile-scroll .hb-tiles-grid {
    cursor: grab;
    display: grid;
    grid-auto-columns: var(--hb-tile-scroll-mobile);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-template-rows: repeat(var(--hb-tile-rows-mobile), minmax(0, auto));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-tiles-mobile-scroll .hb-tiles-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-tiles-mobile-scroll .hb-tile-card {
    scroll-snap-align: start;
  }

  .hb-tile-card {
    height: var(--hb-tile-height-mobile);
  }

  .hb-tile-card.hb-text-below img,
  .hb-tile-card.hb-text-above img,
  .hb-tile-card.hb-text-below .hb-html,
  .hb-tile-card.hb-text-above .hb-html,
  .hb-tile-card.hb-text-below .hb-image-placeholder {
    height: var(--hb-tile-height-mobile);
  }

  .hb-tile-card.hb-text-above .hb-image-placeholder {
    height: var(--hb-tile-height-mobile);
  }

  .hb-mobile-categories-scroll .hb-category-grid {
    cursor: grab;
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hb-mobile-categories-scroll .hb-category-grid.is-dragging {
    cursor: grabbing;
  }

  .hb-mobile-categories-scroll .hb-category-tile {
    flex: 0 0 var(--hb-category-scroll-mobile);
    scroll-snap-align: start;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-mobile-categories-grid .hb-category-grid {
    cursor: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .hb-layout-one_four.hb-categories-stacked.hb-mobile-categories-grid .hb-category-tile {
    flex: none;
    scroll-snap-align: none;
  }
}

@media (max-width: 480px) {
  .hb-category-tile .hb-caption-text,
  .hb-category-tile .hb-caption-button,
  .hb-tile-card .hb-caption-text,
  .hb-tile-card .hb-caption-button {
    display: none;
  }

  .hb-main-slide .hb-caption {
    gap: 5px;
    max-width: 94%;
    padding: 10px;
  }

  .hb-main-slide .hb-caption.hb-pos-bottom-left,
  .hb-main-slide .hb-caption.hb-pos-bottom-center,
  .hb-main-slide .hb-caption.hb-pos-bottom-right {
    bottom: 16px;
  }

  .hb-caption-main .hb-caption-title {
    font-size: clamp(18px, 6.5vw, 26px);
  }

  .hb-main-slide .hb-caption-text {
    display: block;
    font-size: clamp(10px, 3.2vw, 12px);
    line-height: 1.15;
  }

  .hb-main-slide .hb-caption-button {
    display: inline-block;
    font-size: clamp(11px, 3.2vw, 13px);
    padding: .45em .8em;
  }

  .hb-slider-dots {
    bottom: 4px;
    gap: 3px;
    padding: 3px 5px;
  }

  .hb-slider-dots button {
    height: 4px;
    width: 4px;
  }

  .hb-slider-dots button.is-active {
    width: 14px;
  }
}
