/* HH 13I - Landing con imagenes reales y carga ligera por categoria Hiper Hispania */
body.shop-0.page-category.hh-cat-landing-enabled {
  background:
    linear-gradient(180deg, rgba(238, 252, 249, 0.92), rgba(255, 255, 255, 1) 42%),
    #ffffff !important;
}

body.page-category.hh-cat-server-rendered #wrapper {
  display: none !important;
}

body.shop-0.page-category.category-depth-level-2:not(.hh-cat-landing-enabled) #left_column,
body.shop-0.page-category.category-depth-level-2:not(.hh-cat-landing-enabled) #switch_left_column {
  display: none !important;
}

body.shop-0.page-category.category-depth-level-2:not(.hh-cat-landing-enabled) #center_column {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

body.shop-0.page-category.category-depth-level-2:not(.hh-cat-landing-enabled) #products {
  display: none !important;
}

body.shop-0.page-category.hh-cat-landing-enabled #left_column,
body.shop-0.page-category.hh-cat-landing-enabled #switch_left_column {
  display: none !important;
}

body.shop-0.page-category.hh-cat-landing-enabled #center_column {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

body.shop-0.page-category.hh-cat-landing-enabled #columns,
body.shop-0.page-category.hh-cat-landing-enabled #columns.container,
body.shop-0.page-category.hh-cat-landing-enabled #main,
body.shop-0.page-category.hh-cat-landing-enabled #center_column {
  width: 100% !important;
}

body.shop-0.page-category.hh-cat-landing-enabled #main {
  max-width: none !important;
  overflow: visible !important;
}

body.shop-0.page-category.hh-cat-landing-enabled #products,
body.shop-0.page-category.hh-cat-landing-main #products {
  display: none !important;
}

body.shop-0.page-category.hh-cat-landing-enabled .hh-cat-products-title {
  color: #103942 !important;
  font-family: inherit !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.06 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  margin: 28px 0 22px !important;
}

.hh-breadcrumb-cat-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  place-items: center;
  vertical-align: -4px;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 6px;
  background: rgba(232, 252, 247, 0.88);
  color: #0d6667;
}

.hh-breadcrumb-cat-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hh-cat-landing {
  --hh-ink: #103942;
  --hh-teal: #0d6667;
  --hh-teal-2: #1f8786;
  --hh-green: #16a86b;
  --hh-line: rgba(19, 91, 91, 0.15);
  --hh-shadow: 0 22px 60px rgba(5, 45, 50, 0.14);
  --hh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --deep: #103942;
  --muted: #607a80;
  --primary-2: #178f8b;
  --border: rgba(19, 91, 91, 0.15);
  --shadow: 0 22px 60px rgba(5, 45, 50, 0.14);
  color: var(--hh-ink);
  font-family: inherit;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 34px;
  padding: 0 0 6px;
  overflow: hidden;
  animation: hhCatRise 360ms ease both;
}

.hh-cat-wrap,
.hh-cat-landing .hhprov2-wrap {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
}

.hh-cat-landing.is-pet {
  --hh-teal: #0b6d5f;
  --hh-teal-2: #188d7a;
}

.hh-cat-landing.is-baby {
  --hh-teal: #176b72;
  --hh-teal-2: #22999a;
}

.hh-cat-landing.is-food {
  --hh-teal: #126b55;
  --hh-teal-2: #1d9a6d;
}

.hh-cat-landing.is-appliance {
  --hh-teal: #0d6170;
  --hh-teal-2: #1f8794;
}

.hh-cat-landing.is-chair,
.hh-cat-landing.is-sofa,
.hh-cat-landing.is-furniture,
.hh-cat-landing.is-home {
  --hh-teal: #0e6464;
  --hh-teal-2: #2b8e83;
}

.hh-cat-landing-compact {
  margin-bottom: 24px;
}

.hh-cat-landing .hhprov2-sec {
  padding: 28px 0 4px;
}

.hh-cat-landing .hhprov2-heading {
  margin: 0 0 16px;
}

.hh-cat-landing .hhprov2-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(212, 247, 243, 0.92);
  color: var(--primary-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.hh-cat-landing .hhprov2-heading h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 8px;
  color: var(--deep);
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}

.hh-cat-landing .hhprov2-heading p {
  margin: 0;
  max-width: 780px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 750;
}

.hh-cat-slider-mini-icon,
.hh-cat-slider-star {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 16px;
  border: 1px solid rgba(13, 102, 103, 0.18);
  background:
    radial-gradient(circle at 76% 20%, rgba(247, 229, 75, 0.95) 0 8px, transparent 9px),
    linear-gradient(145deg, rgba(13, 102, 103, 0.96), rgba(31, 135, 134, 0.9));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(5, 45, 50, 0.14);
}

.hh-cat-slider-mini-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hh-cat-slider-star {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 229, 75, 0.55), transparent 52%),
    linear-gradient(145deg, #0d6667, #159f7a);
}

.hh-cat-slider-star svg {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 10px 14px rgba(5, 45, 50, 0.18));
  animation: hhCatStarPulse 3s ease-in-out infinite;
}

.hh-cat-landing .hhprov2-slider-shell {
  position: relative;
  overflow: hidden;
  padding: 18px 54px;
  border: 1px solid rgba(13, 102, 103, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 0%, rgba(74, 223, 211, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 250, 0.88));
  box-shadow: var(--shadow);
}

.hh-cat-landing .hhprov2-slider-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 42%, transparent 70%);
  transform: translateX(-100%);
  animation: hhCatHomeSheen 6s ease-in-out infinite;
}

.hh-cat-landing .hhprov2-slider-track {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 12px;
  scrollbar-width: none;
}

.hh-cat-landing .hhprov2-slider-track::-webkit-scrollbar {
  display: none;
}

.hh-cat-landing .hhprov2-slide {
  flex: 0 0 clamp(260px, 24vw, 340px);
  scroll-snap-align: start;
}

.hh-cat-landing .hhprov2-slide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 424px;
  height: 100%;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(13, 102, 103, 0.12);
  border-radius: 26px;
  background: #ffffff;
  color: var(--deep) !important;
  box-shadow: 0 12px 26px rgba(4, 59, 69, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hh-cat-landing .hhprov2-slide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 183, 175, 0.32);
  box-shadow: 0 24px 42px rgba(4, 59, 69, 0.13);
}

.hh-cat-landing .hhprov2-slide-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(135deg, #effafa, #dff5f4);
}

.hh-cat-landing .hhprov2-slide-media img,
.hh-cat-landing .hhprov2-slide-media .hh-cat-real-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.24s ease;
}

.hh-cat-landing .hhprov2-slide-media svg {
  display: block;
  width: 86%;
  max-width: 190px;
  height: 86%;
  max-height: 150px;
  filter: drop-shadow(0 12px 16px rgba(5, 45, 50, 0.13));
}

.hh-cat-landing .hhprov2-slide-card:hover .hhprov2-slide-media img,
.hh-cat-landing .hhprov2-slide-card:hover .hhprov2-slide-media .hh-cat-real-img {
  transform: scale(1.04);
}

.hh-cat-landing .hhprov2-slide-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px 2px 2px;
}

.hh-cat-landing .hhprov2-slide-brand {
  display: none !important;
}

.hh-cat-landing .hhprov2-slide-title {
  min-height: 52px;
  color: var(--deep);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
}

.hh-cat-landing .hhprov2-slide-card.is-category .hhprov2-slide-info {
  flex: 0 0 auto;
  padding: 10px 2px 2px;
}

.hh-cat-landing .hhprov2-slide-card.is-category .hhprov2-slide-title {
  display: none !important;
}

.hh-cat-landing .hhprov2-slide-card.is-category .hhprov2-slide-foot {
  align-items: center;
  min-height: 54px;
  margin-top: 10px;
  padding: 10px 10px 10px 12px;
  border: 1px solid rgba(13, 102, 103, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 251, 247, 0.9)),
    radial-gradient(circle at 95% 5%, rgba(247, 229, 75, 0.16), transparent 35%);
}

.hh-cat-landing .hhprov2-slide-card.is-category .hhprov2-slide-price {
  color: var(--deep);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.hh-cat-landing .hhprov2-slide-card.is-category:hover .hhprov2-slide-price {
  color: #083b47;
}

.hh-cat-landing .hhprov2-slide-card.is-category .hhprov2-slide-cta {
  flex: 0 0 40px;
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-card {
  min-height: 342px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(13, 102, 103, 0.14), rgba(31, 191, 122, 0.2), rgba(247, 229, 75, 0.2)) border-box;
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-radius: 22px;
  background:
    linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.48) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-38%);
  transition: opacity 0.22s ease, transform 0.45s ease;
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-card:hover::after {
  opacity: 0.72;
  transform: translateX(38%);
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media {
  position: relative;
  height: 232px;
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 229, 75, 0.2), transparent 26%),
    linear-gradient(135deg, #f7fffd, #e0f6f5);
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(13, 102, 103, 0.04));
  opacity: 0.82;
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media img,
.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media svg {
  position: relative;
  z-index: 1;
}

.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media img,
.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media .hh-cat-real-img {
  padding: 8px;
}

.hh-cat-landing .hh-cat-card-art img[src*="images.unsplash.com"],
.hh-cat-landing .hh-cat-card-art .hh-cat-real-img[src*="images.unsplash.com"],
.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media img[src*="images.unsplash.com"],
.hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media .hh-cat-real-img[src*="images.unsplash.com"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.hh-cat-product-grid-block {
  padding: 30px 0 12px;
}

.hh-cat-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 18px;
}

.hh-cat-grid-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  height: 100%;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(13, 102, 103, 0.12);
  border-radius: 26px;
  background: #ffffff;
  color: var(--deep) !important;
  box-shadow: 0 12px 28px rgba(4, 59, 69, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hh-cat-grid-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 183, 175, 0.32);
  box-shadow: 0 24px 44px rgba(4, 59, 69, 0.13);
}

.hh-cat-grid-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  height: 270px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 21px;
  background: linear-gradient(135deg, #effafa, #dff5f4);
}

.hh-cat-grid-product-media img,
.hh-cat-grid-product-media .hh-cat-real-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.24s ease;
}

.hh-cat-grid-product-card:hover .hh-cat-grid-product-media img,
.hh-cat-grid-product-card:hover .hh-cat-grid-product-media .hh-cat-real-img {
  transform: scale(1.045);
}

.hh-cat-grid-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 2px 0;
}

.hh-cat-grid-product-title {
  color: var(--deep);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.24;
}

.hh-cat-grid-product-price {
  margin-top: auto;
  padding-top: 18px;
  color: #10956f;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.hh-cat-landing .hhprov2-slide-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

.hh-cat-landing .hhprov2-slide-price {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: #10956f;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
}

.hh-cat-landing .hhprov2-slide-old-price {
  color: #7d969b;
  font-size: 12px;
  font-weight: 850;
  text-decoration: line-through;
}

.hh-cat-landing .hhprov2-slide-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: linear-gradient(135deg, #19bd72, #0d6667);
  color: #ffffff;
  font-size: 27px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(13, 102, 103, 0.18);
}

.hh-cat-landing .hhprov2-slider-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(4, 59, 69, 0.1);
  cursor: pointer;
  transform: translateY(-50%);
}

.hh-cat-landing .hhprov2-slider-prev {
  left: 12px;
}

.hh-cat-landing .hhprov2-slider-next {
  right: 12px;
}

.hh-cat-landing .hhprov2-slider-nav:hover {
  background: #e9fbf7;
}

.hh-cat-demand {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--hh-line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.97), rgba(235, 251, 247, 0.92)),
    repeating-linear-gradient(90deg, rgba(13, 102, 103, 0.04) 0 1px, transparent 1px 34px);
  box-shadow: 0 16px 44px rgba(5, 45, 50, 0.1);
  isolation: isolate;
}

.hh-cat-demand::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(247, 229, 75, 0.15), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(22, 168, 107, 0.12), transparent 28%);
}

.hh-cat-demand::after {
  content: "";
  position: absolute;
  inset: -45% -18%;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.5) 46%, transparent 62%);
  opacity: 0.4;
  transform: translateX(-42%);
  animation: hhCatSheen 9s var(--hh-ease) infinite;
}

.hh-cat-demand-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(118px, 154px);
  align-items: center;
  gap: 12px;
  max-width: none;
  margin-bottom: 14px;
}

.hh-cat-demand-title {
  min-width: 0;
}

.hh-cat-demand-visual {
  display: grid;
  width: 154px;
  height: 82px;
  place-items: center;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 229, 75, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(224, 249, 243, 0.82));
  box-shadow: 0 12px 26px rgba(5, 45, 50, 0.08);
}

.hh-cat-demand-visual svg {
  width: 170px;
  max-width: none;
  display: block;
  filter: drop-shadow(0 12px 16px rgba(5, 45, 50, 0.12));
}

.hh-cat-real-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
  transform: translateZ(0);
}

.hh-cat-demand-visual .hh-cat-real-img {
  max-width: 86%;
  max-height: 72px;
  filter: drop-shadow(0 12px 16px rgba(5, 45, 50, 0.13));
}

.hh-cat-demand-visual.is-star {
  background:
    radial-gradient(circle at 50% 48%, rgba(247, 229, 75, 0.34), transparent 42%),
    radial-gradient(circle at 76% 22%, rgba(84, 217, 130, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(224, 249, 243, 0.82));
}

.hh-cat-demand-visual.is-star svg {
  width: 138px;
  animation: hhCatStarPulse 2.9s ease-in-out infinite;
}

.hh-cat-demand-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 22%, rgba(247, 229, 75, 0.95) 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(13, 102, 103, 0.96), rgba(31, 135, 134, 0.9));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(5, 45, 50, 0.14);
}

.hh-cat-demand-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hh-cat-demand-head strong {
  display: block;
  color: var(--hh-ink);
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.08;
  font-weight: 950;
}

.hh-cat-demand-head small {
  display: block;
  margin-top: 4px;
  color: #607a80;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 750;
}

.hh-cat-demand-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(238px, 292px);
  gap: 12px;
  overflow-x: auto;
  padding: 3px 3px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(13, 102, 103, 0.38) rgba(221, 247, 241, 0.72);
  scrollbar-width: thin;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 36px), transparent);
}

.hh-cat-demand-row::-webkit-scrollbar {
  height: 8px;
}

.hh-cat-demand-row::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(221, 247, 241, 0.72);
}

.hh-cat-demand-row::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hh-green), var(--hh-teal-2));
}

.hh-cat-demand-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 18px;
  gap: 12px;
  min-height: 104px;
  align-items: center;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(13, 102, 103, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--hh-ink);
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(5, 45, 50, 0.08);
  transition: transform 220ms var(--hh-ease), box-shadow 220ms var(--hh-ease), border-color 220ms var(--hh-ease);
  will-change: transform;
}

.hh-cat-demand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.42) 42%, transparent 62%);
  opacity: 0;
  transform: translateX(-44%);
  transition: opacity 180ms ease, transform 520ms var(--hh-ease);
}

.hh-cat-demand-art,
.hh-cat-demand-photo {
  display: grid;
  width: 92px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(229, 250, 245, 0.78));
}

.hh-cat-demand-art svg {
  width: 118px;
  max-width: none;
  display: block;
  filter: drop-shadow(0 10px 14px rgba(5, 45, 50, 0.11));
}

.hh-cat-demand-art .hh-cat-product-illustration,
.hh-cat-demand-photo .hh-cat-product-illustration {
  width: 132px;
  max-width: none;
}

.hh-cat-demand-art .hh-cat-emoji-illustration,
.hh-cat-demand-photo .hh-cat-emoji-illustration {
  width: 130px;
  max-width: none;
}

.hh-cat-demand-photo img {
  max-width: 84%;
  max-height: 68px;
  object-fit: contain;
}

.hh-cat-demand-art .hh-cat-real-img,
.hh-cat-demand-photo .hh-cat-real-img,
.hh-cat-demand-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 68px;
  margin: auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 10px 12px rgba(5, 45, 50, 0.1));
}

.hh-cat-demand-copy {
  display: block;
  min-width: 0;
}

.hh-cat-demand-copy strong {
  display: block;
  color: var(--hh-ink);
  font-size: 15px;
  line-height: 1.18;
  font-weight: 950;
}

.hh-cat-demand-copy small {
  display: block;
  margin-top: 6px;
  color: #607a80;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 750;
}

.hh-cat-demand-card.is-product .hh-cat-demand-copy small {
  color: var(--hh-green);
  font-size: 15px;
  font-weight: 950;
}

.hh-cat-demand-arrow {
  color: var(--hh-green);
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
}

.hh-cat-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  min-height: 330px;
  padding: clamp(26px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(236, 252, 248, 0.9)),
    linear-gradient(135deg, rgba(13, 102, 103, 0.08), rgba(22, 168, 107, 0.08));
  box-shadow: var(--hh-shadow);
  isolation: isolate;
}

.hh-cat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(13, 102, 103, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 102, 103, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 82%);
}

.hh-cat-hero::after {
  content: "";
  position: absolute;
  inset: -34% -16%;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 24%, rgba(247, 229, 75, 0.22), transparent 22%),
    radial-gradient(circle at 88% 76%, rgba(22, 168, 107, 0.18), transparent 30%),
    linear-gradient(112deg, transparent 36%, rgba(255, 255, 255, 0.46) 48%, transparent 60%);
  opacity: 0.62;
  transform: translateX(-12%);
  animation: hhCatAurora 10s var(--hh-ease) infinite alternate;
}

.hh-cat-hero-copy,
.hh-cat-visual {
  position: relative;
  z-index: 1;
}

.hh-cat-kicker-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.hh-cat-hero-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 22%, rgba(247, 229, 75, 0.95) 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(13, 102, 103, 0.96), rgba(31, 135, 134, 0.9));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(5, 45, 50, 0.18);
}

.hh-cat-hero-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hh-cat-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--hh-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 8px 22px rgba(5, 45, 50, 0.08);
}

.hh-cat-hero h1 {
  margin: 18px 0 14px;
  color: var(--hh-ink);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.hh-cat-hero p {
  max-width: 650px;
  margin: 0;
  color: #496b72;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.62;
  font-weight: 600;
}

.hh-cat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hh-cat-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hh-cat-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(13, 102, 103, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--hh-ink) !important;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(5, 45, 50, 0.08);
  transition: transform 0.2s var(--hh-ease), box-shadow 0.2s var(--hh-ease), border-color 0.2s var(--hh-ease);
}

.hh-cat-hero-btn.is-primary {
  border-color: rgba(22, 168, 107, 0.42);
  background: linear-gradient(135deg, #1ecf7d, #0d7d70);
  color: #ffffff !important;
  box-shadow: 0 16px 32px rgba(16, 149, 111, 0.22);
}

.hh-cat-hero-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 183, 175, 0.36);
  box-shadow: 0 20px 34px rgba(5, 45, 50, 0.14);
}

.hh-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(13, 102, 103, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #214c55;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(5, 45, 50, 0.08);
  transition: transform 180ms var(--hh-ease), box-shadow 180ms var(--hh-ease);
}

.hh-cat-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #52d87d, var(--hh-green));
  box-shadow: 0 0 0 5px rgba(22, 168, 107, 0.13);
}

.hh-cat-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hh-cat-showcase {
  position: relative;
  width: min(100%, 520px);
  min-height: 310px;
}

.hh-cat-illustration-wrap {
  position: absolute;
  inset: 20px 0 0 0;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(13, 102, 103, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.68), rgba(228, 250, 245, 0.5)),
    repeating-linear-gradient(90deg, rgba(13, 102, 103, 0.055) 0 1px, transparent 1px 30px);
  box-shadow: 0 24px 60px rgba(5, 45, 50, 0.12);
  transform: translateZ(0);
}

.hh-cat-illustration {
  display: block;
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 20px 26px rgba(5, 45, 50, 0.16));
  transform-origin: center;
  animation: hhCatFloat 5.5s ease-in-out infinite;
}

.hh-cat-amazon-showcase {
  position: relative;
  display: grid;
  width: min(100%, 500px);
  min-height: 270px;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  transform-origin: center;
  animation: hhCatFloat 5.5s ease-in-out infinite;
}

.hh-cat-amazon-glow {
  position: absolute;
  inset: 8% 4% 0;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle at 58% 42%, rgba(247, 229, 75, 0.2), transparent 34%),
    radial-gradient(circle at 44% 60%, rgba(22, 168, 107, 0.2), transparent 46%);
  filter: blur(12px);
  opacity: 0.9;
}

.hh-cat-amazon-ribbon {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 102, 103, 0.96), rgba(31, 135, 134, 0.9));
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(5, 45, 50, 0.16);
}

.hh-cat-amazon-offer {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  max-width: 190px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--hh-ink);
  box-shadow: 0 16px 30px rgba(5, 45, 50, 0.16);
  backdrop-filter: blur(12px);
}

.hh-cat-amazon-offer strong {
  color: #0f8f6e;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 950;
}

.hh-cat-amazon-offer small {
  color: #486b72;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 850;
}

.hh-cat-amazon-offer.is-main {
  right: 18px;
  top: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 255, 249, 0.92));
}

.hh-cat-amazon-offer.is-discount {
  left: 26px;
  bottom: 18px;
}

.hh-cat-amazon-offer.is-finance {
  right: 18px;
  bottom: 18px;
}

.hh-cat-amazon-item {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 16%, rgba(247, 229, 75, 0.18), transparent 28%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(230, 250, 245, 0.9));
  box-shadow: 0 16px 36px rgba(5, 45, 50, 0.12);
}

.hh-cat-amazon-item::after {
  content: "";
  position: absolute;
  inset: auto 14% 10px;
  height: 12px;
  border-radius: 50%;
  background: rgba(5, 45, 50, 0.12);
  filter: blur(7px);
}

.hh-cat-amazon-item .hh-cat-real-img {
  position: relative;
  z-index: 1;
  max-width: 86%;
  max-height: 86%;
  filter: drop-shadow(0 16px 18px rgba(5, 45, 50, 0.16));
  transition: transform 220ms var(--hh-ease);
}

.hh-cat-amazon-item-1 {
  grid-row: 1 / span 2;
  min-height: 234px;
}

.hh-cat-amazon-item-1 .hh-cat-real-img {
  max-width: 92%;
  max-height: 82%;
}

.hh-cat-amazon-item-4,
.hh-cat-amazon-item-5 {
  display: none;
}

.hh-cat-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 4px;
}

.hh-cat-trust-card {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(247, 229, 75, 0.18), transparent 28%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(232, 250, 246, 0.88));
  box-shadow: 0 18px 42px rgba(5, 45, 50, 0.08);
  color: var(--hh-ink);
  text-align: center;
  animation: hhCatSoftPop 420ms ease both;
}

.hh-cat-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hh-green), #f7e54b, var(--hh-teal-2));
}

.hh-cat-trust-card strong {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.18;
  font-weight: 900;
}

.hh-cat-trust-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 102, 103, 0.96), rgba(31, 135, 134, 0.9)),
    var(--hh-teal);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(5, 45, 50, 0.15);
}

.hh-cat-trust-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hh-cat-trust-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(172px, 88%);
}

.hh-cat-trust-logo svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(5, 45, 50, 0.1));
}

.hh-cat-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 16px;
}

.hh-cat-section-head.is-tight {
  align-items: flex-start;
  margin: 32px 0 14px;
}

.hh-cat-featured .hh-cat-section-head.is-tight {
  margin: 0 0 16px;
}

.hh-cat-section-head h2 {
  margin: 0;
  color: var(--hh-ink);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 900;
}

.hh-cat-section-head p {
  max-width: 520px;
  margin: 0;
  color: #607a80;
  font-weight: 650;
  line-height: 1.48;
}

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

.hh-cat-card {
  position: relative;
  display: flex;
  min-height: 256px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(235, 251, 247, 0.94));
  color: var(--hh-ink);
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(5, 45, 50, 0.09);
  transition: transform 220ms var(--hh-ease), border-color 220ms var(--hh-ease), box-shadow 220ms var(--hh-ease);
  animation: hhCatSoftPop 420ms ease both;
  will-change: transform;
}

.hh-cat-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hh-green), #f7e54b, var(--hh-teal-2));
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 220ms ease;
}

.hh-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 229, 75, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(22, 168, 107, 0.08), transparent 42%);
}

.hh-cat-icon {
  display: inline-grid;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(13, 102, 103, 0.14), rgba(22, 168, 107, 0.12)),
    #ffffff;
  color: var(--hh-teal);
  box-shadow: inset 0 0 0 1px rgba(13, 102, 103, 0.12), 0 10px 24px rgba(5, 45, 50, 0.1);
}

.hh-cat-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.hh-cat-card-art {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 112px;
  margin: -3px -3px 8px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(229, 250, 245, 0.78)),
    repeating-linear-gradient(90deg, rgba(13, 102, 103, 0.045) 0 1px, transparent 1px 22px);
}

.hh-cat-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.62) 46%, transparent 66%);
  opacity: 0;
  transform: translateX(-56%);
  transition: opacity 180ms ease, transform 560ms var(--hh-ease);
}

.hh-cat-card-art svg {
  width: min(100%, 220px);
  max-height: 118px;
  display: block;
  filter: drop-shadow(0 13px 16px rgba(5, 45, 50, 0.12));
  transition: transform 220ms ease;
}

.hh-cat-card-art .hh-cat-product-illustration {
  width: min(112%, 238px);
  max-height: 132px;
}

.hh-cat-card-art .hh-cat-emoji-illustration {
  width: min(106%, 232px);
  max-height: 132px;
}

.hh-cat-card-art .hh-cat-real-img {
  max-width: 88%;
  max-height: 118px;
  filter: drop-shadow(0 13px 16px rgba(5, 45, 50, 0.12));
  transition: transform 220ms ease;
}

.hh-cat-card-copy {
  position: relative;
  z-index: 1;
  display: block;
}

.hh-cat-card h3 {
  margin: 10px 0 8px;
  color: var(--hh-ink);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.hh-cat-card p {
  margin: 0;
  color: #607a80;
  line-height: 1.35;
  font-size: 13px;
  font-weight: 700;
}

.hh-cat-card .hh-cat-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  color: var(--hh-teal);
  font-size: 14px;
  font-weight: 900;
}

.hh-cat-card .hh-cat-link::after {
  content: ">";
  color: var(--hh-green);
}

.hh-cat-featured {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid var(--hh-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 252, 249, 0.78));
  box-shadow: 0 18px 48px rgba(5, 45, 50, 0.09);
}

.hh-cat-products-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 3px 3px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(13, 102, 103, 0.38) rgba(221, 247, 241, 0.72);
  scrollbar-width: thin;
}

.hh-cat-products-row::-webkit-scrollbar {
  height: 8px;
}

.hh-cat-products-row::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(221, 247, 241, 0.72);
}

.hh-cat-products-row::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hh-green), var(--hh-teal-2));
}

.hh-cat-product {
  scroll-snap-align: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 103, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(5, 45, 50, 0.08);
  transition: transform 220ms var(--hh-ease), box-shadow 220ms var(--hh-ease), border-color 220ms var(--hh-ease);
  animation: hhCatSoftPop 420ms ease both;
}

.hh-cat-product a {
  color: inherit;
  text-decoration: none !important;
}

.hh-cat-product-img {
  display: grid;
  min-height: 170px;
  place-items: center;
  background: linear-gradient(180deg, #f7fffd, #eefaf7);
}

.hh-cat-product-img img {
  max-width: 78%;
  max-height: 155px;
  object-fit: contain;
}

.hh-cat-product-body {
  display: block;
  padding: 14px;
}

.hh-cat-product-title {
  display: block;
  min-height: 42px;
  color: var(--hh-ink);
  font-size: 14px;
  line-height: 1.32;
  font-weight: 850;
}

.hh-cat-product-price {
  display: block;
  margin-top: 10px;
  color: var(--hh-green);
  font-size: 18px;
  font-weight: 950;
}

.hh-cat-product-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #42c979, #078b69);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(22, 168, 107, 0.22);
}

.hh-cat-product-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.34) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 520ms var(--hh-ease);
}

@media (hover: hover) {
  .hh-cat-chip:hover {
    box-shadow: 0 16px 32px rgba(5, 45, 50, 0.12);
    transform: translateY(-1px);
  }

  .hh-cat-demand-card:hover {
    border-color: rgba(22, 168, 107, 0.38);
    box-shadow: 0 18px 40px rgba(5, 45, 50, 0.13);
    transform: translateY(-2px);
  }

  .hh-cat-demand-card:hover::before {
    opacity: 1;
    transform: translateX(68%);
  }

  .hh-cat-card:hover {
    border-color: rgba(22, 168, 107, 0.42);
    box-shadow: 0 24px 58px rgba(5, 45, 50, 0.15);
    transform: translateY(-3px);
  }

  .hh-cat-card:hover::after {
    transform: scaleX(1);
  }

  .hh-cat-card:hover .hh-cat-card-art::after {
    opacity: 1;
    transform: translateX(66%);
  }

  .hh-cat-card:hover .hh-cat-card-art svg {
    transform: translateY(-3px) scale(1.02);
  }

  .hh-cat-card:hover .hh-cat-card-art .hh-cat-real-img,
  .hh-cat-demand-card:hover .hh-cat-real-img,
  .hh-cat-amazon-item:hover .hh-cat-real-img {
    transform: translateY(-3px) scale(1.025);
  }

  .hh-cat-product:hover {
    border-color: rgba(22, 168, 107, 0.35);
    box-shadow: 0 22px 48px rgba(5, 45, 50, 0.13);
    transform: translateY(-2px);
  }

  .hh-cat-product:hover .hh-cat-product-cta::before {
    transform: translateX(120%);
  }
}

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

@keyframes hhCatSoftPop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes hhCatAurora {
  0% {
    opacity: 0.46;
    transform: translateX(-10%) translateY(0) rotate(0deg);
  }
  100% {
    opacity: 0.72;
    transform: translateX(4%) translateY(-2%) rotate(1deg);
  }
}

@keyframes hhCatSheen {
  0%,
  62% {
    transform: translateX(-52%);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes hhCatHomeSheen {
  0%,
  62% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}

@keyframes hhCatStarPulse {
  0%,
  100% {
    transform: scale(1) rotate(-2deg);
    filter: drop-shadow(0 10px 15px rgba(5, 45, 50, 0.12)) drop-shadow(0 0 0 rgba(247, 229, 75, 0));
  }
  50% {
    transform: scale(1.04) rotate(2deg);
    filter: drop-shadow(0 14px 18px rgba(5, 45, 50, 0.15)) drop-shadow(0 0 16px rgba(247, 229, 75, 0.42));
  }
}

@media (max-width: 991px) {
  .hh-cat-landing {
    margin: 0 calc(50% - 50vw) 22px;
  }

  .hh-cat-wrap,
  .hh-cat-landing .hhprov2-wrap {
    width: min(100% - 20px, 100%);
  }

  .hh-cat-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px;
  }

  .hh-cat-visual {
    min-height: 300px;
  }

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

  .hh-cat-section-head {
    display: block;
  }

  .hh-cat-section-head p {
    margin-top: 8px;
  }

  .hh-cat-demand-row {
    grid-auto-columns: minmax(232px, 44vw);
  }

  .hh-cat-landing .hhprov2-slider-shell {
    padding: 16px 48px;
  }
}

@media (max-width: 520px) {
  .hh-cat-landing .hhprov2-sec {
    padding-top: 22px;
  }

  .hh-cat-landing .hhprov2-heading h2 {
    align-items: flex-start;
    font-size: 27px;
  }

  .hh-cat-landing .hhprov2-slider-shell {
    padding: 14px 12px 18px;
    border-radius: 24px;
  }

  .hh-cat-landing .hhprov2-slider-nav {
    display: none;
  }

  .hh-cat-landing .hhprov2-slide {
    flex-basis: min(82vw, 340px);
  }

  .hh-cat-landing .hhprov2-slide-card {
    min-height: 414px;
  }

  .hh-cat-landing .hhprov2-slide-media {
    height: 252px;
  }

  .hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-card {
    min-height: 338px;
  }

  .hh-cat-landing .hh-cat-home-slider-categories .hhprov2-slide-media {
    height: 222px;
  }

  .hh-cat-product-grid-block {
    padding-top: 24px;
  }

  .hh-cat-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hh-cat-grid-product-card {
    min-height: 430px;
  }

  .hh-cat-grid-product-media {
    height: 278px;
    min-height: 278px;
  }

  .hh-cat-hero {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .hh-cat-grid {
    grid-template-columns: 1fr;
  }

  .hh-cat-card {
    min-height: 232px;
  }

  .hh-cat-visual {
    min-height: 320px;
  }

  .hh-cat-showcase {
    min-height: 305px;
  }

  .hh-cat-illustration-wrap {
    inset: 34px 0 20px 0;
  }

  .hh-cat-amazon-showcase {
    min-height: 286px;
    gap: 10px;
    padding: 14px;
  }

  .hh-cat-amazon-ribbon {
    left: 16px;
    top: 10px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hh-cat-amazon-offer {
    max-width: 146px;
    padding: 7px 9px;
    border-radius: 13px;
  }

  .hh-cat-amazon-offer strong {
    font-size: 12px;
  }

  .hh-cat-amazon-offer small {
    font-size: 10px;
  }

  .hh-cat-amazon-offer.is-main {
    right: 12px;
    top: 48px;
  }

  .hh-cat-amazon-offer.is-discount {
    left: 16px;
    bottom: 16px;
  }

  .hh-cat-amazon-offer.is-finance {
    right: 12px;
    bottom: 16px;
  }

  .hh-cat-amazon-item-1 {
    min-height: 226px;
  }

  .hh-cat-trust-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .hh-cat-trust-card {
    min-height: 64px;
    justify-content: flex-start;
    padding: 0 14px;
    text-align: left;
  }

  .hh-cat-trust-card.is-brand {
    justify-content: center;
    padding: 0;
  }

  .hh-cat-products-row {
    grid-auto-columns: minmax(230px, 82vw);
  }

  .hh-cat-landing-compact {
    margin-left: -5px;
    margin-right: -5px;
  }

  .hh-cat-demand {
    padding: 14px;
  }

  .hh-cat-demand-head {
    align-items: flex-start;
    grid-template-columns: 42px minmax(0, 1fr) 86px;
    gap: 10px;
  }

  .hh-cat-demand-head strong {
    font-size: 18px;
  }

  .hh-cat-demand-head small {
    font-size: 12px;
  }

  .hh-cat-demand-visual {
    width: 86px;
    height: 58px;
  }

  .hh-cat-demand-visual svg {
    width: 98px;
  }

  .hh-cat-demand-visual .hh-cat-real-img {
    max-width: 84%;
    max-height: 52px;
  }

  .hh-cat-demand-row {
    grid-auto-columns: minmax(246px, 83vw);
    gap: 10px;
  }

  .hh-cat-demand-card {
    grid-template-columns: 82px minmax(0, 1fr) 16px;
    min-height: 96px;
    padding: 10px;
  }

  .hh-cat-demand-art,
  .hh-cat-demand-photo {
    width: 82px;
    height: 70px;
  }

  .hh-cat-demand-art svg {
    width: 106px;
  }

  .hh-cat-demand-art .hh-cat-real-img,
  .hh-cat-demand-photo .hh-cat-real-img,
  .hh-cat-demand-photo img {
    max-width: 86%;
    max-height: 62px;
  }

  .hh-cat-kicker-row {
    align-items: flex-start;
  }

  .hh-cat-kicker {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .hh-cat-amazon-showcase {
    min-height: 254px;
    padding: 12px;
  }

  .hh-cat-amazon-item-1 {
    min-height: 198px;
  }

  .hh-cat-demand-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .hh-cat-demand-visual {
    grid-column: 2;
    justify-self: start;
    width: 112px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-cat-landing,
  .hh-cat-card,
  .hh-cat-product,
  .hh-cat-demand-card,
  .hh-cat-trust-card,
  .hh-cat-illustration,
  .hh-cat-amazon-showcase,
  .hh-cat-hero::after,
  .hh-cat-demand::after,
  .hhprov2-slider-shell::before,
  .hh-cat-slider-star svg {
    animation: none !important;
    transition: none !important;
  }
}
