/**
 * Shop hub + catalog — preview funnel only (body.hipopo-v3-funnel-preview)
 */

.hipopo-hp-v3.hipopo-v3-funnel-preview,
.hipopo-hp-v3.hipopo-v3-product-preview,
.hipopo-hp-v3.hipopo-v3-checkout-preview {
  --hp-shop-max: 1240px;
  background: linear-gradient(180deg, #ecfbff 0%, #f7fdff 160px, #fff 100%);
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .site-main,
.hipopo-hp-v3.hipopo-v3-product-preview .site-main,
.hipopo-hp-v3.hipopo-v3-checkout-preview .site-main {
  padding-top: 8px;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .site-main .woocommerce,
.hipopo-hp-v3.hipopo-v3-product-preview .site-main .woocommerce,
.hipopo-hp-v3.hipopo-v3-checkout-preview .site-main .woocommerce {
  max-width: var(--hp-shop-max);
  margin-inline: auto;
  padding-inline: clamp(12px, 2.4vw, 22px);
  width: 100%;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-breadcrumb {
  max-width: var(--hp-shop-max);
  margin: 0 auto 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(5, 142, 232, 0.1);
  font-size: 13px;
  font-weight: 700;
  color: #4d6f92;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-breadcrumb a {
  color: #058ee8;
  text-decoration: none;
}

/* Hide legacy archive chrome when redesign hub is active */
body.hipopo-shop-hub-active .woocommerce-products-header,
body.hipopo-shop-hub-active .woocommerce-product-categories,
body.hipopo-shop-hub-active ul.products.category,
body.hipopo-shop-hub-active .widget_product_categories,
body.hipopo-shop-hub-active .elementor-widget-wc-categories,
body.hipopo-shop-hub-active .elementor-widget-woocommerce-product-categories,
body.hipopo-shop-hub-active .elementor-widget-woocommerce-product-categories-grid,
body.hipopo-shop-category-active .woocommerce-products-header,
body.hipopo-shop-category-active .woocommerce-product-categories,
body.hipopo-shop-category-active ul.products.category,
body.hipopo-shop-category-active .widget_product_categories,
body.hipopo-shop-category-active .term-description,
body.hipopo-shop-category-active .woocommerce-archive-description,
body.hipopo-shop-category-active .woocommerce-term-description,
body.hipopo-shop-category-active .elementor-widget-wc-categories,
body.hipopo-shop-category-active .elementor-widget-woocommerce-product-categories,
body.hipopo-shop-category-active .elementor-widget-woocommerce-product-categories-grid,
body.hipopo-shop-category-active .elementor-widget-woocommerce-archive-description,
body.hipopo-shop-category-active .elementor-widget-theme-archive-title,
body.hipopo-shop-category-active .e-con .woocommerce-products-header {
  display: none !important;
}

.hp-shop-shell {
  width: min(var(--hp-shop-max, 1240px), calc(100% - 24px));
  margin-inline: auto;
}

.hp-shop-hub {
  margin-bottom: 8px;
}

.hp-shop-block {
  margin-bottom: 28px;
}

.hp-shop-block--compact {
  margin-bottom: 18px;
}

.hp-shop-hero-stage {
  position: relative;
  margin: 0 0 26px;
  min-height: clamp(300px, 42vh, 460px);
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(105deg, rgba(2, 12, 42, 0.08) 0%, rgba(2, 12, 42, 0.42) 38%, rgba(2, 12, 42, 0.9) 72%, rgba(2, 12, 42, 0.96) 100%),
    var(--hp-shop-hero-bg) center center / cover no-repeat;
  box-shadow: 0 22px 48px rgba(2, 80, 140, 0.14);
}

.hp-shop-hero-stage__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 80% at 78% 50%, rgba(0, 216, 255, 0.16) 0%, transparent 68%),
    linear-gradient(180deg, transparent 55%, rgba(2, 12, 42, 0.35) 100%);
}

.hp-shop-hero-stage__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 32px);
  min-height: clamp(300px, 42vh, 460px);
  padding-block: clamp(28px, 4vw, 44px);
  box-sizing: border-box;
}

.hp-shop-hero-stage__copy {
  max-width: min(620px, 100%);
  text-align: right;
}

.hp-shop-hero-stage__kicker {
  margin: 0 0 10px;
  color: #7ee9ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hp-shop-hero-stage__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 950;
  line-height: 1.1;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.hp-shop-hero-stage__title strong {
  color: #23f2ff;
  text-shadow: 0 0 18px rgba(0, 216, 255, 0.55), 0 0 36px rgba(0, 216, 255, 0.28);
}

.hp-shop-hero-stage__sub {
  margin: 0;
  max-width: 540px;
  color: #dff6ff;
  font-size: clamp(15px, 1.55vw, 18px);
  font-weight: 700;
  line-height: 1.55;
}

.hp-shop-hero-stage__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff69c2, #ee147f);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(238, 20, 127, 0.32);
}

.hp-shop-hero-stage__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: hp-shop-hero-pulse 1.8s ease infinite;
}

@keyframes hp-shop-hero-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.65);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}

.hp-shop-hero-stage__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: center;
}

.hp-shop-hero-stage__chips li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(126, 233, 255, 0.35);
  color: #f2fcff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

.hp-shop-section-head {
  margin-bottom: 16px;
  text-align: right;
}

.hp-shop-section-head__title {
  margin: 0 0 6px;
  color: #061d44;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 950;
  line-height: 1.15;
}

.hp-shop-section-head__sub {
  margin: 0;
  color: #4d6f92;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.hp-shop-section-head--catalog {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px dashed rgba(5, 142, 232, 0.22);
}

.hp-shop-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.hp-shop-path-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(5, 142, 232, 0.12);
  box-shadow: 0 16px 34px rgba(2, 80, 140, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-shop-path-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(2, 80, 140, 0.16);
}

.hp-shop-path-card--live {
  border-color: rgba(255, 47, 153, 0.45);
  box-shadow:
    0 0 0 2px rgba(255, 47, 153, 0.18),
    0 18px 42px rgba(238, 20, 127, 0.14);
}

.hp-shop-path-card__media {
  display: block;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(180deg, #eefaff 0%, #f7fdff 100%);
}

.hp-shop-path-card__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.hp-shop-path-card__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 18px;
  text-align: right;
}

.hp-shop-path-card__copy strong {
  color: #061d44;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
}

.hp-shop-path-card__copy span {
  color: #4d6f92;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.hp-shop-path-card__copy em {
  margin-top: auto;
  padding-top: 6px;
  color: #058ee8;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
}

.hp-shop-path-card--live .hp-shop-path-card__copy em {
  color: #ee147f;
}

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

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

.hp-shop-topic-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-shop-topic-card,
.hp-shop-brand-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(5, 142, 232, 0.1);
  box-shadow: 0 14px 30px rgba(2, 80, 140, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-shop-topic-card:hover,
.hp-shop-brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(2, 80, 140, 0.14);
}

.hp-shop-topic-card__media,
.hp-shop-brand-card__media {
  display: block;
  overflow: hidden;
}

.hp-shop-topic-card__media img,
.hp-shop-brand-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 2.4 / 1;
  object-fit: cover;
}

.hp-shop-brand-card__media img {
  aspect-ratio: 1.35 / 1;
}

.hp-shop-topic-card__copy,
.hp-shop-brand-card__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px 16px;
  text-align: right;
}

.hp-shop-topic-card__copy strong,
.hp-shop-brand-card__copy strong {
  color: #061d44;
  font-size: 16px;
  font-weight: 950;
}

.hp-shop-topic-card__copy span,
.hp-shop-brand-card__copy span {
  color: #4d6f92;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hp-shop-topic-card__copy small {
  margin-top: 2px;
  color: #058ee8;
  font-size: 12px;
  font-weight: 800;
}

.hp-shop-topic-card--term .hp-shop-topic-card__media--square {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4fbff, #eef8ff);
}

.hp-shop-topic-card--term .hp-shop-topic-card__media--square img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: unset;
  object-fit: contain;
}

.hp-shop-topic-card--term {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 10px 12px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 80, 140, 0.07);
}

.hp-shop-topic-card--term:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 80, 140, 0.12);
}

.hp-shop-topic-card--term .hp-shop-topic-card__copy {
  flex: 1;
  min-width: 0;
  padding: 0;
  text-align: right;
  align-items: flex-start;
  gap: 2px;
}

.hp-shop-topic-card--term .hp-shop-topic-card__copy strong {
  font-size: 15px;
  line-height: 1.25;
}

.hp-shop-topic-card--term .hp-shop-topic-card__copy small {
  margin-top: 0;
  font-size: 11px;
}

.hp-shop-topic-card--term .hp-shop-topic-card__copy span {
  display: none;
}

.hp-shop-term-card__go {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(5, 142, 232, 0.1);
  color: #058ee8;
  font-size: 14px;
  font-weight: 900;
  transition: background 0.15s ease, color 0.15s ease;
}

.hp-shop-topic-card--term:hover .hp-shop-term-card__go {
  background: linear-gradient(180deg, #1bd8ff, #0787da);
  color: #fff;
}

.hp-shop-topic-grid--terms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hp-shop-hub--category {
  margin-bottom: 14px;
}

.hp-shop-hub--category .hp-shop-section-head {
  margin-bottom: 12px;
}

.hp-shop-hub--category .hp-shop-section-head__title {
  font-size: clamp(20px, 2vw, 24px);
}

.hp-shop-hub--category .hp-shop-section-head__sub {
  font-size: 14px;
}

@media (min-width: 992px) {
  .hp-shop-topic-grid--terms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .hp-shop-topic-card--term {
    padding: 9px 11px;
  }

  .hp-shop-topic-card--term .hp-shop-topic-card__media--square {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .hp-shop-topic-grid--terms {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hp-shop-topic-card--term .hp-shop-topic-card__media img {
  aspect-ratio: unset;
  min-height: 0;
}

@media (max-width: 991px) {
  body.hipopo-shop-category-active .hp-shop-hub--category {
    display: none !important;
  }
}

.hp-shop-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.hp-shop-quick-links__pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(5, 142, 232, 0.24);
  background: #fff;
  color: #063f90;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(2, 80, 140, 0.06);
}

.hp-shop-quick-links__pill--hot {
  border-color: rgba(255, 47, 153, 0.35);
  background: linear-gradient(180deg, rgba(255, 105, 194, 0.12), rgba(238, 20, 127, 0.08));
  color: #ee147f;
}

.hp-shop-strip {
  margin: 24px 0;
  padding: 22px 0;
  background: linear-gradient(180deg, rgba(236, 251, 255, 0.9), rgba(255, 255, 255, 0.95));
  border-block: 1px solid rgba(5, 142, 232, 0.08);
}

.hp-shop-catalog-head {
  margin-bottom: 6px;
}

.hp-shop-catalog {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
}

.hp-shop-catalog__main {
  min-width: 0;
}

.hp-shop-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hp-shop-sidebar__block {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(5, 142, 232, 0.1);
  box-shadow: 0 12px 28px rgba(2, 80, 140, 0.07);
}

.hp-shop-sidebar__title {
  margin: 0 0 12px;
  color: #061d44;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.hp-shop-sidebar .hp-header__search {
  display: flex;
  gap: 8px;
}

.hp-shop-sidebar .hp-header__search input[type="search"] {
  flex: 1;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(5, 142, 232, 0.22);
  background: #f8fdff;
  color: #061d44;
  font-size: 14px;
  font-weight: 700;
}

.hp-shop-sidebar__item a,
.hp-shop-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #063f90;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.15s ease;
}

.hp-shop-sidebar__tree {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hp-shop-sidebar__branch details {
  border-radius: 12px;
  background: rgba(248, 253, 255, 0.8);
}

.hp-shop-sidebar__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 8px 12px;
  cursor: pointer;
  list-style: none;
  color: #063f90;
  font-size: 14px;
  font-weight: 900;
}

.hp-shop-sidebar__summary::-webkit-details-marker {
  display: none;
}

.hp-shop-sidebar__summary-label {
  flex: 1;
  text-align: right;
}

.hp-shop-sidebar__summary-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hp-shop-sidebar__chevron {
  width: 8px;
  height: 8px;
  border-inline-end: 2px solid #058ee8;
  border-block-end: 2px solid #058ee8;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.hp-shop-sidebar__branch details[open] .hp-shop-sidebar__chevron {
  transform: rotate(-135deg);
}

.hp-shop-sidebar__children {
  list-style: none;
  margin: 0;
  padding: 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hp-shop-sidebar__child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #4d6f92;
  font-size: 13px;
  font-weight: 800;
}

.hp-shop-sidebar__child a:hover,
.hp-shop-sidebar__item a:hover,
.hp-shop-sidebar__link:hover {
  background: rgba(5, 142, 232, 0.08);
}

.hp-shop-sidebar__branch.is-active > details > .hp-shop-sidebar__summary,
.hp-shop-sidebar__item.is-active a,
.hp-shop-sidebar__child.is-active a {
  background: linear-gradient(180deg, rgba(31, 211, 255, 0.16), rgba(8, 120, 206, 0.1));
  color: #045ea8;
}

.hp-shop-sidebar__item small,
.hp-shop-sidebar__summary-meta small,
.hp-shop-sidebar__child small {
  color: #4d6f92;
  font-size: 12px;
  font-weight: 800;
}

.hp-shop-sidebar__link--hot {
  color: #ee147f;
}

.hp-shop-sidebar__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hp-shop-strip__scroll-hint {
  display: none;
  margin: 8px 0 0;
  color: #058ee8;
  font-size: 13px;
  font-weight: 800;
}

.hp-shop-strip--carousel .hp-shop-product-grid {
  position: relative;
}

.hp-shop-strip--carousel .hp-shop-product-grid ul.products {
  display: flex !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px !important;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.hp-shop-strip--carousel .hp-shop-product-grid ul.products li.product {
  flex: 0 0 min(72vw, 240px);
  scroll-snap-align: start;
  min-height: 260px;
}

/* Shared product card styling — hub strips + main catalog */
.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-catalog__main ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-catalog__main .woocommerce-result-count,
.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-catalog__main .woocommerce-ordering {
  margin-bottom: 14px;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products::before,
.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products::after,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products::before,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products::after {
  display: none !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products li.product,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 16px 14px 18px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid rgba(5, 142, 232, 0.1) !important;
  box-shadow: 0 14px 30px rgba(2, 80, 140, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  min-height: 280px;
  height: 100%;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product img {
  height: 132px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain !important;
  margin: 0 auto 10px !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  margin: 0 0 8px !important;
  color: #0c2454 !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: center;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: center;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(5, 142, 232, 0.28) !important;
  background: #fff !important;
  color: #058ee8 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.2;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .price del {
  opacity: 0.55;
  font-size: 0.78em;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .price ins {
  text-decoration: none;
  color: #ee147f !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .button,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product a.add_to_cart_button,
.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product a.product_type_simple {
  width: 100%;
  min-height: 42px;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #1bd8ff, #0787da) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 12px !important;
  line-height: 1.2 !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .added_to_cart {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #058ee8;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview span.onsale {
  background: linear-gradient(155deg, #061c45 0%, #063f90 58%, #058ee8 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(0, 216, 255, 0.35) !important;
  box-shadow: 0 8px 18px rgba(6, 28, 69, 0.28) !important;
  border-radius: 999px !important;
  min-height: 28px !important;
  line-height: 1.2 !important;
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-result-count,
.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-ordering {
  color: #4d6f92;
  font-weight: 700;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-ordering select {
  border-radius: 999px;
  border: 1.5px solid rgba(5, 142, 232, 0.22);
  min-height: 40px;
  padding-inline: 14px;
  font-weight: 700;
  color: #061d44;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: 0;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-pagination ul.page-numbers a,
.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-pagination ul.page-numbers span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid rgba(5, 142, 232, 0.2);
  background: #fff;
  color: #058ee8;
  font-weight: 900;
}

.hipopo-hp-v3.hipopo-v3-funnel-preview .woocommerce-pagination ul.page-numbers span.current {
  background: linear-gradient(180deg, #1fd3ff, #0878ce);
  border-color: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  .hp-shop-hero-stage__layout {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: clamp(340px, 48vh, 420px);
  }

  .hp-shop-hero-stage__chips {
    flex-direction: row;
    flex-wrap: wrap;
    align-self: stretch;
  }

  .hp-shop-path-grid,
  .hp-shop-topic-grid,
  .hp-shop-brand-grid,
  .hp-shop-topic-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-shop-strip--carousel .hp-shop-strip__scroll-hint {
    display: block;
  }

  .hp-shop-catalog {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hp-shop-sidebar {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 4px;
  }

  .hp-shop-sidebar__block {
    width: 100%;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products,
  .hipopo-hp-v3.hipopo-v3-funnel-preview ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-catalog__main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .hp-shop-hero-stage {
    border-radius: 0 0 20px 20px;
    min-height: clamp(360px, 52vh, 440px);
    background:
      linear-gradient(105deg, rgba(2, 12, 42, 0.2) 0%, rgba(2, 12, 42, 0.72) 55%, rgba(2, 12, 42, 0.94) 100%),
      var(--hp-shop-hero-bg) 22% center / cover no-repeat;
  }

  .hp-shop-hero-stage__layout {
    min-height: clamp(360px, 52vh, 440px);
    padding-block: 24px 28px;
  }

  .hp-shop-hero-stage__chips li {
    font-size: 12px;
    padding: 7px 12px;
  }

  .hp-shop-topic-grid,
  .hp-shop-brand-grid,
  .hp-shop-topic-grid--compact,
  .hp-shop-path-grid {
    grid-template-columns: 1fr;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-product-grid ul.products,
  .hipopo-hp-v3.hipopo-v3-funnel-preview ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview .hp-shop-catalog__main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product {
    min-height: 250px;
    padding: 12px 10px 14px !important;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product img {
    height: 108px !important;
  }

  .hipopo-hp-v3.hipopo-v3-funnel-preview ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
    min-height: 3.2em;
  }
}

@media (min-width: 992px) {
  .hp-shop-strip--carousel .hp-shop-product-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    overflow: visible;
  }

  .hp-shop-strip--carousel .hp-shop-product-grid ul.products li.product {
    flex: unset;
  }
}
