
.hanis-safe-shop {
  --hanis-shop-base: #f8f7fc;
  --hanis-shop-glow: rgba(139, 103, 216, .14);
  --hanis-shop-header-space: 140px;
  --hanis-shop-pad-top: 72px;
  --hanis-shop-pad-right: 12px;
  --hanis-shop-pad-bottom: 90px;
  --hanis-shop-pad-left: 12px;

  position: relative;
  width: 100%;
  padding:
    var(--hanis-shop-pad-top)
    var(--hanis-shop-pad-right)
    var(--hanis-shop-pad-bottom)
    var(--hanis-shop-pad-left);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, var(--hanis-shop-glow), transparent 31rem),
    radial-gradient(circle at 92% 24%, rgba(139, 103, 216, .08), transparent 35rem),
    linear-gradient(180deg, #fbfaff 0%, var(--hanis-shop-base) 58%, #f6f4fb 100%);
}

.hanis-safe-shop,
.hanis-safe-shop *,
.hanis-safe-shop *::before,
.hanis-safe-shop *::after {
  box-sizing: border-box;
}

.elementor-widget-hanis_safe_shop,
.elementor-widget-hanis_safe_shop > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.elementor-widget-hanis_safe_shop > .elementor-widget-container {
  overflow: visible !important;
}

.hanis-safe-shop--frontend {
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

/*
 * Real header overlay:
 * remove Astra header from document flow, make every nested header layer
 * transparent, and give the shop enough top space for header content.
 */
body:has(.hanis-safe-shop--behind-header) #masthead,
body:has(.hanis-safe-shop--behind-header) header.site-header {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.hanis-safe-shop--behind-header) #masthead *,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-primary-header-bar,
body:has(.hanis-safe-shop--behind-header) #masthead .main-header-bar,
body:has(.hanis-safe-shop--behind-header) #masthead .main-header-bar-wrap,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-builder-grid-row-container,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-builder-grid-row,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-container,
body:has(.hanis-safe-shop--behind-header) #masthead .site-primary-header-wrap,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-mobile-header-wrap,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-desktop-header-content,
body:has(.hanis-safe-shop--behind-header) #masthead .ast-mobile-header-content {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.hanis-safe-shop--behind-header {
  padding-top: calc(var(--hanis-shop-pad-top) + var(--hanis-shop-header-space));
}

.hanis-safe-shop__inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.hanis-safe-shop__header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.hanis-safe-shop__breadcrumb {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #8a8592;
  font-size: 13px;
}

.hanis-safe-shop__breadcrumb a {
  color: #7657c9;
  text-decoration: none;
}

.hanis-safe-shop__eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 8px 14px;
  background: #eee8ff;
  color: #7657c9;
  border: 1px solid rgba(118, 87, 201, .14);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .13em;
}

.hanis-safe-shop__heading {
  margin: 0 !important;
  padding: 0 !important;
  color: #171821;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 56px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
  text-transform: none !important;
}

.hanis-safe-shop__description {
  max-width: 640px;
  margin: 18px auto 0;
  color: #676371;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

/* ---------------------------------
   Floating, non-boxy filter toolbar
   --------------------------------- */
.hanis-safe-shop__filters {
  width: 100%;
  margin: 0 auto 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hanis-safe-filter {
  position: relative;
  min-width: 160px;
  flex: 0 1 180px;
  display: block;
}

.hanis-safe-filter--search {
  min-width: 240px;
  flex-basis: 280px;
}

.hanis-safe-filter--price {
  min-width: 125px;
  flex-basis: 140px;
}

.hanis-safe-filter > span {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: 18px;
  padding: 0 6px;
  background: #f9f7fd;
  color: #7657c9;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hanis-safe-filter input,
.hanis-safe-filter select {
  width: 100%;
  height: 50px;
  margin: 0 !important;
  padding: 0 18px;
  display: block;
  appearance: auto;
  background: rgba(255, 255, 255, .82);
  color: #202437;
  border: 1px solid rgba(139, 103, 216, .22);
  border-radius: 999px;
  box-shadow:
    0 10px 26px rgba(43, 36, 68, .06),
    inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 14px;
  outline: none;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease;
}

.hanis-safe-filter input::placeholder {
  color: #9a94a5;
}

.hanis-safe-filter input:focus,
.hanis-safe-filter select:focus {
  background: #fff;
  border-color: #8b67d8;
  box-shadow:
    0 0 0 3px rgba(139, 103, 216, .12),
    0 12px 28px rgba(43, 36, 68, .08);
}

.hanis-safe-shop__filter-actions {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hanis-safe-shop__apply,
.hanis-safe-shop__reset {
  min-height: 50px;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition:
    transform .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease;
}

.hanis-safe-shop__apply {
  margin: 0 !important;
  background: #202437 !important;
  color: #fff !important;
  border: 1px solid #202437 !important;
  box-shadow: 0 10px 24px rgba(32, 36, 55, .16);
  cursor: pointer;
}

.hanis-safe-shop__apply:hover {
  background: #8b67d8 !important;
  border-color: #8b67d8 !important;
  transform: translateY(-1px);
}

.hanis-safe-shop__reset {
  background: rgba(238, 232, 255, .78);
  color: #7657c9;
  border: 1px solid rgba(118, 87, 201, .18);
}

.hanis-safe-shop__reset:hover {
  background: #e9e1ff;
  color: #6547b8;
  transform: translateY(-1px);
}

.hanis-safe-shop__result-count {
  width: 100%;
  margin: 0 0 18px;
  padding: 0 2px;
  color: #6c6773;
  font-size: 14px;
}

/* Fixed-width automatic column count. */
.hanis-safe-shop__grid {
  --hanis-safe-card-width: 245px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--hanis-safe-card-width));
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 28px;
}

.hanis-safe-card {
  width: var(--hanis-safe-card-width);
  min-width: var(--hanis-safe-card-width);
  max-width: var(--hanis-safe-card-width);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e0f0;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(43, 36, 68, .06);
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.hanis-safe-card:hover {
  border-color: #d7cdee;
  box-shadow: 0 17px 40px rgba(43, 36, 68, .10);
  transform: translateY(-3px);
}

.hanis-safe-card__image-wrap {
  position: relative;
  width: auto;
  aspect-ratio: 1 / 1;
  margin: 14px 14px 0;
  display: block;
  overflow: hidden;
  background: #faf8ff;
  border-radius: 16px;
}

.hanis-safe-card__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain;
  transition: transform .38s cubic-bezier(.2, .72, .2, 1);
}

.hanis-safe-card:hover .hanis-safe-card__image {
  transform: scale(1.025);
}

.hanis-safe-shop .hanis-safe-card__badge {
  position: absolute !important;
  z-index: 3 !important;
  top: 12px !important;
  left: 12px !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #8b67d8 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.hanis-safe-card__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 14px 14px;
  display: flex;
  flex-direction: column;
}

.hanis-safe-card__title {
  min-height: calc(1.42em * 2);
  margin: 0 0 14px !important;
  padding: 0 !important;
  display: -webkit-box;
  overflow: hidden;
  color: #171821;
  font-size: 15px !important;
  line-height: 1.42 !important;
  font-weight: 700 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hanis-safe-card__title a,
.hanis-safe-card__title a:hover,
.hanis-safe-card__title a:focus {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}

.hanis-safe-card__rating {
  position: relative;
  width: max-content;
  margin: 0 0 12px;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.hanis-safe-card__rating-base {
  display: block;
  color: #d9d9df;
}

.hanis-safe-card__rating-fill {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  overflow: hidden;
  color: #f4b544;
  white-space: nowrap;
}

.hanis-safe-card__price {
  margin: 0 0 16px;
  color: #171821;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.hanis-safe-card__price del {
  margin-right: 7px;
  color: #f04f58;
  opacity: 1;
  font-weight: 500;
}

.hanis-safe-card__price ins {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.hanis-safe-card__button-wrap {
  margin-top: auto;
}

.hanis-safe-shop .hanis-safe-card__button,
.hanis-safe-shop .hanis-safe-card__button.button,
.hanis-safe-shop a.hanis-safe-card__button.button {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #202437 !important;
  color: #fff !important;
  border: 1px solid #202437 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s ease !important;
}

.hanis-safe-shop .hanis-safe-card__button:hover,
.hanis-safe-shop .hanis-safe-card__button.button:hover,
.hanis-safe-shop a.hanis-safe-card__button.button:hover {
  background: #8b67d8 !important;
  color: #fff !important;
  border-color: #8b67d8 !important;
  transform: translateY(-1px);
}

.hanis-safe-shop__pagination {
  margin-top: 42px;
}

.hanis-safe-shop__pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.hanis-safe-shop__pagination a,
.hanis-safe-shop__pagination span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #202437;
  border: 1px solid #ded7e9;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hanis-safe-shop__pagination .current,
.hanis-safe-shop__pagination a:hover {
  background: #202437;
  color: #fff;
  border-color: #202437;
}

@media (max-width: 1024px) {
  .hanis-safe-shop {
    --hanis-shop-pad-top: 58px;
    --hanis-shop-pad-right: 10px;
    --hanis-shop-pad-bottom: 72px;
    --hanis-shop-pad-left: 10px;
  }

  .hanis-safe-shop__heading {
    font-size: 46px !important;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop {
    --hanis-shop-pad-top: 44px;
    --hanis-shop-pad-right: 8px;
    --hanis-shop-pad-bottom: 58px;
    --hanis-shop-pad-left: 8px;
  }

  .hanis-safe-shop__header {
    margin-bottom: 32px;
    padding-inline: 8px;
  }

  .hanis-safe-shop__heading {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .hanis-safe-shop__description {
    font-size: 15px;
  }

  .hanis-safe-shop__filters {
    justify-content: stretch;
    gap: 10px;
  }

  .hanis-safe-filter,
  .hanis-safe-filter--search,
  .hanis-safe-filter--price {
    min-width: calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
  }

  .hanis-safe-filter--search {
    min-width: 100%;
    flex-basis: 100%;
  }

  .hanis-safe-shop__filter-actions {
    width: 100%;
    justify-content: stretch;
  }

  .hanis-safe-shop__apply {
    flex: 1 1 auto;
  }

  .hanis-safe-shop__grid {
    --hanis-safe-card-width: 160px;
    column-gap: 10px;
    row-gap: 16px;
  }

  .hanis-safe-card {
    border-radius: 14px;
  }

  .hanis-safe-card__image-wrap {
    margin: 7px 7px 0;
    border-radius: 10px;
  }

  .hanis-safe-shop .hanis-safe-card__badge {
    top: 7px !important;
    left: 7px !important;
    padding: 4px 7px !important;
    font-size: 9px !important;
  }

  .hanis-safe-card__body {
    padding: 10px 8px 8px;
  }

  .hanis-safe-card__title {
    min-height: 46px;
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 3;
  }

  .hanis-safe-card__rating {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .hanis-safe-card__price {
    min-height: 32px;
    margin-bottom: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hanis-safe-shop .hanis-safe-card__button,
  .hanis-safe-shop .hanis-safe-card__button.button,
  .hanis-safe-shop a.hanis-safe-card__button.button {
    min-height: 39px !important;
    padding: 6px 5px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 520px) {
  .hanis-safe-filter,
  .hanis-safe-filter--search,
  .hanis-safe-filter--price {
    min-width: 100%;
    flex-basis: 100%;
  }

  .hanis-safe-shop__filter-actions {
    flex-wrap: wrap;
  }

  .hanis-safe-shop__apply,
  .hanis-safe-shop__reset {
    width: 100%;
  }
}

@media (max-width: 349px) {
  .hanis-safe-shop__grid {
    --hanis-safe-card-width: min(245px, calc(100vw - 24px));
  }
}


/* =========================================================
   V1.4 — complete header backdrop, unified filter pills,
   custom dropdowns and aligned result status
   ========================================================= */

/*
 * The script applies this background to the page root and makes every
 * intervening Astra/Elementor layer transparent. This covers the final white
 * strip that could remain above the widget.
 */
html.hanis-safe-shop-page,
body.hanis-safe-shop-page {
  background: var(
    --hanis-safe-shop-page-background,
    radial-gradient(circle at 8% 8%, rgba(139, 103, 216, .14), transparent 31rem),
    linear-gradient(180deg, #fbfaff 0%, #f8f7fc 100%)
  ) !important;
}

body.hanis-safe-shop-page .hanis-safe-shop-transparent-layer,
body.hanis-safe-shop-page #page,
body.hanis-safe-shop-page #content,
body.hanis-safe-shop-page .site-content,
body.hanis-safe-shop-page .content-area,
body.hanis-safe-shop-page .site-main,
body.hanis-safe-shop-page article.page,
body.hanis-safe-shop-page .entry-content,
body.hanis-safe-shop-page .entry-content > .elementor {
  background: transparent !important;
  background-color: transparent !important;
}

body.hanis-safe-shop-page #content,
body.hanis-safe-shop-page .site-content,
body.hanis-safe-shop-page .content-area,
body.hanis-safe-shop-page .site-main,
body.hanis-safe-shop-page article.page,
body.hanis-safe-shop-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.hanis-safe-shop-page .site-content > .ast-container,
body.hanis-safe-shop-page #content > .ast-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.hanis-safe-shop-page
.entry-content > .elementor > .e-con:first-child,
body.hanis-safe-shop-page
.entry-content > .elementor > .elementor-section-wrap >
.elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.hanis-safe-shop-page .hanis-safe-shop-overlay-header,
body.hanis-safe-shop-page #masthead,
body.hanis-safe-shop-page header.site-header {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* All filter controls share one consistent outer pill. */
.hanis-safe-shop__filters {
  max-width: 1540px;
  margin-bottom: 28px;
  gap: 11px;
}

.hanis-safe-filter,
.hanis-safe-filter--search,
.hanis-safe-filter--price {
  position: relative;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  flex: 0 1 205px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, .82);
  border: 1px solid rgba(139, 103, 216, .24);
  border-radius: 999px;
  box-shadow:
    0 10px 26px rgba(43, 36, 68, .055),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    transform .2s ease;
}

.hanis-safe-filter--search {
  flex-basis: 280px;
}

.hanis-safe-filter--price {
  flex-basis: 165px;
}

.hanis-safe-filter:focus-within {
  background-color: rgba(255, 255, 255, .96);
  border-color: #8b67d8;
  box-shadow:
    0 0 0 3px rgba(139, 103, 216, .11),
    0 12px 28px rgba(43, 36, 68, .08);
  transform: translateY(-1px);
}

.hanis-safe-filter > span {
  position: static;
  z-index: auto;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  background: transparent;
  color: #7657c9;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .075em;
  white-space: nowrap;
  text-transform: uppercase;
}

.hanis-safe-filter input,
.hanis-safe-filter select {
  width: auto;
  min-width: 0;
  height: 50px;
  margin: 0 !important;
  padding: 0;
  flex: 1 1 auto;
  display: block;
  background: transparent !important;
  color: #202437;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px;
  outline: 0 !important;
}

.hanis-safe-filter input:focus,
.hanis-safe-filter select:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hanis-safe-filter input[type="number"] {
  -moz-appearance: textfield;
}

.hanis-safe-filter input[type="number"]::-webkit-inner-spin-button,
.hanis-safe-filter input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Custom dropdown face and purple chevron. */
.hanis-safe-filter--select select {
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237657C9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 2px center !important;
  background-size: 12px 8px !important;
  cursor: pointer;
}

.hanis-safe-filter select option {
  padding: 12px;
  background: #fff;
  color: #202437;
  font-size: 14px;
}

/* Keep action pills at the exact same height and radius. */
.hanis-safe-shop__apply,
.hanis-safe-shop__reset {
  min-height: 52px;
  border-radius: 999px !important;
}

/*
 * The result status is now the first full-width grid item, so its left edge
 * automatically aligns with the first product-card column.
 */
.hanis-safe-shop__result-count {
  width: max-content;
  max-width: 100%;
  margin: 0 0 -2px;
  padding: 9px 14px;
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .68);
  color: #514b5b;
  border: 1px solid rgba(139, 103, 216, .18);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(43, 36, 68, .045);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.hanis-safe-shop__result-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: #8b67d8;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(139, 103, 216, .12);
}

@media (max-width: 920px) {
  .hanis-safe-filter,
  .hanis-safe-filter--price {
    flex: 1 1 calc(33.333% - 8px);
  }

  .hanis-safe-filter--search {
    flex: 1 1 calc(50% - 6px);
  }

  .hanis-safe-shop__filter-actions {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hanis-safe-filter,
  .hanis-safe-filter--search,
  .hanis-safe-filter--price {
    min-width: calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
  }

  .hanis-safe-filter--search {
    min-width: 100%;
    flex-basis: 100%;
  }

  .hanis-safe-shop__result-count {
    justify-self: start;
    margin-left: 2px;
    padding: 8px 12px;
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .hanis-safe-filter,
  .hanis-safe-filter--search,
  .hanis-safe-filter--price {
    min-width: 100%;
    flex-basis: 100%;
  }
}


/* =========================================================
   V1.5 — tighter header, combined catalogue meta, real custom selects
   ========================================================= */

.hanis-safe-shop {
  --hanis-shop-header-space: 104px;
}

/* Tighter and more deliberate spacing between the top text elements. */
.hanis-safe-shop__header {
  margin-bottom: 28px !important;
}

.hanis-safe-shop__eyebrow {
  margin-bottom: 12px !important;
}

.hanis-safe-shop__description {
  margin-top: 13px !important;
}

.hanis-safe-shop__filters {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

/*
 * Breadcrumbs and catalogue count now share one compact bar immediately above
 * the grid, aligned with the left edge of the catalogue.
 */
.hanis-safe-shop__catalog-toolbar {
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin: 0 0 18px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(139, 103, 216, .18);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(43, 36, 68, .045);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hanis-safe-shop__catalog-toolbar .hanis-safe-shop__breadcrumb {
  margin: 0 !important;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: #746e7c;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.hanis-safe-shop__catalog-toolbar .hanis-safe-shop__breadcrumb a {
  color: #7657c9;
  font-weight: 700;
  text-decoration: none;
}

.hanis-safe-shop__breadcrumb-separator {
  color: #aaa3b1;
}

.hanis-safe-shop__toolbar-divider {
  width: 1px;
  height: 18px;
  flex: 0 0 auto;
  background: rgba(139, 103, 216, .22);
}

.hanis-safe-shop__catalog-toolbar .hanis-safe-shop__result-count {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 2px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: #514b5b;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.hanis-safe-shop__catalog-toolbar .hanis-safe-shop__result-dot {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(139, 103, 216, .11);
}

/* The native select remains as the submitted form value but is not visible. */
.hanis-safe-filter--select {
  overflow: visible !important;
}

.hanis-safe-filter--select .hanis-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Remove all old pseudo/native chevrons after JavaScript enhancement. */
.hanis-safe-filter--select.hanis-custom-select--ready::after {
  display: none !important;
  content: none !important;
}

.hanis-custom-select {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
}

.hanis-custom-select__trigger {
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0 !important;
  padding: 0 2px 0 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: transparent !important;
  color: #202437 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}

.hanis-custom-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hanis-custom-select__chevron {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-right: 2px;
  border-right: 2px solid #7657c9;
  border-bottom: 2px solid #7657c9;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.hanis-custom-select.is-open .hanis-custom-select__chevron {
  transform: translateY(2px) rotate(225deg);
}

.hanis-custom-select__menu {
  position: absolute;
  z-index: 1005;
  top: calc(100% + 10px);
  left: -16px;
  width: calc(100% + 32px);
  min-width: 210px;
  max-height: 270px;
  padding: 7px;
  display: none;
  overflow-y: auto;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #ded4f1;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(43, 36, 68, .16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hanis-custom-select.is-open .hanis-custom-select__menu {
  display: block;
  animation: hanisSelectOpen .16s ease-out;
}

@keyframes hanisSelectOpen {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hanis-custom-select__option {
  width: 100%;
  min-height: 40px;
  margin: 0 !important;
  padding: 9px 12px !important;
  display: flex !important;
  align-items: center;
  background: transparent !important;
  color: #383340 !important;
  border: 0 !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}

.hanis-custom-select__option:hover,
.hanis-custom-select__option:focus {
  background: #f3effc !important;
  color: #6547b8 !important;
  outline: none;
}

.hanis-custom-select__option.is-selected {
  background: #eee8ff !important;
  color: #6547b8 !important;
  font-weight: 800 !important;
}

/* Keep the grid free of the old full-width result-count grid item. */
.hanis-safe-shop__grid > .hanis-safe-shop__result-count {
  display: none !important;
}

@media (max-width: 767px) {
  .hanis-safe-shop {
    --hanis-shop-header-space: 84px;
  }

  .hanis-safe-shop__header {
    margin-bottom: 24px !important;
  }

  .hanis-safe-shop__catalog-toolbar {
    width: 100%;
    padding: 9px 12px;
    flex-wrap: wrap;
    border-radius: 18px;
  }

  .hanis-safe-shop__toolbar-divider {
    display: none;
  }

  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__breadcrumb,
  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__result-count {
    width: 100% !important;
  }

  .hanis-custom-select__menu {
    left: -16px;
    right: auto;
    width: calc(100% + 32px);
  }
}


/* =========================================================
   V1.6 — serum bottle replaces the “i” inside the word skin
   ========================================================= */

.hanis-safe-shop__skin-word {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.hanis-safe-shop__inline-serum {
  width: 24px;
  height: 52px;
  margin-right: 1px;
  margin-left: 1px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  vertical-align: baseline;
  transform: translateY(8px);
  transform-origin: center bottom;
}

.hanis-safe-shop__inline-serum img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: drop-shadow(0 5px 7px rgba(43, 36, 68, .13));
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__inline-serum {
    width: 21px;
    height: 44px;
    transform: translateY(7px);
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop__inline-serum {
    width: 16px;
    height: 34px;
    margin-right: 0;
    margin-left: 0;
    transform: translateY(5px);
  }
}


/* =========================================================
   V1.7 — larger bottle, upward dropdowns, floating field labels
   ========================================================= */

/* Larger bottle defaults; Elementor V2 controls overwrite these variables. */
.hanis-safe-shop__heading {
  --hanis-inline-serum-width: 36px;
  --hanis-inline-serum-height: 68px;
  --hanis-inline-serum-y: 11px;
  --hanis-inline-serum-gap: 0px;
}

.hanis-safe-shop__inline-serum {
  width: var(--hanis-inline-serum-width) !important;
  height: var(--hanis-inline-serum-height) !important;
  margin-right: var(--hanis-inline-serum-gap) !important;
  margin-left: var(--hanis-inline-serum-gap) !important;
  transform: translateY(var(--hanis-inline-serum-y)) !important;
}

.hanis-safe-shop__inline-serum img {
  object-position: center bottom !important;
}

/*
 * Filters and their dropdowns are one high stacking layer, always above the
 * catalogue cards.
 */
.hanis-safe-shop__header {
  position: relative;
  z-index: 1;
}

.hanis-safe-shop__filters {
  position: relative !important;
  z-index: 300 !important;
  overflow: visible !important;
  padding-top: 9px !important;
}

.hanis-safe-shop__catalog-toolbar {
  position: relative;
  z-index: 2;
}

.hanis-safe-shop__grid {
  position: relative;
  z-index: 1;
}

/*
 * Restore the labels across the top border instead of placing them inside
 * the field content.
 */
.hanis-safe-shop .hanis-safe-filter,
.hanis-safe-shop .hanis-safe-filter--search,
.hanis-safe-shop .hanis-safe-filter--price,
.hanis-safe-shop .hanis-safe-filter--select {
  position: relative !important;
  min-height: 52px !important;
  padding: 0 17px !important;
  overflow: visible !important;
}

.hanis-safe-shop .hanis-safe-filter > span {
  position: absolute !important;
  z-index: 20 !important;
  top: 0 !important;
  left: 18px !important;
  margin: 0 !important;
  padding: 2px 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 16px;
  background: #f4efff !important;
  color: #7657c9 !important;
  border: 1px solid rgba(139, 103, 216, .20) !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 8px rgba(43, 36, 68, .035);
  font-size: 9px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .075em !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

/* Keep the actual value centered after moving the label out of the row. */
.hanis-safe-shop .hanis-safe-filter input {
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 2px !important;
  line-height: 50px !important;
}

.hanis-safe-shop .hanis-custom-select,
.hanis-safe-shop .hanis-custom-select__trigger {
  height: 50px !important;
  min-height: 50px !important;
}

/*
 * Every custom dropdown opens above the field. Increasing the filter z-index
 * also prevents product cards from covering the menu.
 */
.hanis-safe-shop .hanis-custom-select {
  position: relative !important;
  z-index: 1;
}

.hanis-safe-shop .hanis-custom-select.is-open {
  z-index: 5000 !important;
}

.hanis-safe-shop .hanis-custom-select__menu {
  z-index: 5001 !important;
  top: auto !important;
  bottom: calc(100% + 12px) !important;
  left: -17px !important;
  width: calc(100% + 34px) !important;
  transform-origin: center bottom !important;
}

.hanis-safe-shop .hanis-custom-select.is-open .hanis-custom-select__menu {
  animation: hanisSelectOpenUp .16s ease-out !important;
}

@keyframes hanisSelectOpenUp {
  from {
    opacity: 0;
    transform: translateY(6px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Chevron points down when closed and up while the upward menu is open. */
.hanis-safe-shop .hanis-custom-select__chevron {
  transform: translateY(-2px) rotate(45deg) !important;
}

.hanis-safe-shop .hanis-custom-select.is-open .hanis-custom-select__chevron {
  transform: translateY(2px) rotate(225deg) !important;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 31px;
    --hanis-inline-serum-height: 58px;
    --hanis-inline-serum-y: 9px;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 23px;
    --hanis-inline-serum-height: 43px;
    --hanis-inline-serum-y: 7px;
    --hanis-inline-serum-gap: -1px;
  }

  .hanis-safe-shop .hanis-custom-select__menu {
    left: -17px !important;
    width: calc(100% + 34px) !important;
  }
}


/* =========================================================
   V1.8 — clearly visible serum bottle + shared catalogue rail
   ========================================================= */

.hanis-safe-shop {
  --hanis-catalog-rail: 1400px;
}

/* Larger defaults; V3 Elementor controls can still adjust every value. */
.hanis-safe-shop__heading {
  --hanis-inline-serum-width: 54px !important;
  --hanis-inline-serum-height: 88px !important;
  --hanis-inline-serum-y: 17px !important;
  --hanis-inline-serum-gap: -4px !important;
}

.hanis-safe-shop__inline-serum {
  width: var(--hanis-inline-serum-width) !important;
  height: var(--hanis-inline-serum-height) !important;
  margin-right: var(--hanis-inline-serum-gap) !important;
  margin-left: var(--hanis-inline-serum-gap) !important;
  overflow: visible !important;
  transform: translateY(var(--hanis-inline-serum-y)) !important;
}

.hanis-safe-shop__inline-serum img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  transform: scale(1.26) !important;
  transform-origin: center bottom !important;
}

/*
 * One shared horizontal rail:
 * filters, catalogue meta and product cards now start at the same x-position.
 */
.hanis-safe-shop__filters,
.hanis-safe-shop__catalog-toolbar,
.hanis-safe-shop__grid {
  width: min(100%, var(--hanis-catalog-rail)) !important;
  max-width: var(--hanis-catalog-rail) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hanis-safe-shop__catalog-toolbar {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.hanis-safe-shop__grid {
  justify-content: start !important;
}

/* Preserve the shared start line on the final incomplete row. */
.hanis-safe-shop__grid .hanis-safe-card {
  justify-self: start;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 46px !important;
    --hanis-inline-serum-height: 76px !important;
    --hanis-inline-serum-y: 14px !important;
    --hanis-inline-serum-gap: -3px !important;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 34px !important;
    --hanis-inline-serum-height: 56px !important;
    --hanis-inline-serum-y: 10px !important;
    --hanis-inline-serum-gap: -2px !important;
  }

  .hanis-safe-shop {
    --hanis-catalog-rail: 100%;
  }
}


/* =========================================================
   V1.9 — compact aligned meta pill, centered cards, clean bottle
   ========================================================= */

.hanis-safe-shop {
  /*
   * Five 245px cards + four 20px gaps = 1305px.
   * This makes the filter start, compact meta pill and first card align.
   */
  --hanis-catalog-rail: 1305px !important;
}

/* Balanced bottle designed specifically to replace a lowercase “i”. */
.hanis-safe-shop__heading {
  --hanis-inline-serum-width: 34px !important;
  --hanis-inline-serum-height: 68px !important;
  --hanis-inline-serum-y: 12px !important;
  --hanis-inline-serum-gap: -5px !important;
}

.hanis-safe-shop__inline-serum {
  width: var(--hanis-inline-serum-width) !important;
  height: var(--hanis-inline-serum-height) !important;
  margin-right: var(--hanis-inline-serum-gap) !important;
  margin-left: var(--hanis-inline-serum-gap) !important;
  overflow: visible !important;
  transform: translateY(var(--hanis-inline-serum-y)) !important;
}

.hanis-safe-shop__inline-serum img {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: drop-shadow(0 3px 4px rgba(43, 36, 68, .12)) !important;
}

/* Filters and cards use the same centered catalogue rail. */
.hanis-safe-shop__filters,
.hanis-safe-shop__grid,
.hanis-safe-shop__catalog-meta-rail {
  width: min(100%, var(--hanis-catalog-rail)) !important;
  max-width: var(--hanis-catalog-rail) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/*
 * The rail is aligned, but the breadcrumb/count box itself remains compact.
 * It begins at the rail's left edge instead of stretching across the page.
 */
.hanis-safe-shop__catalog-meta-rail {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  display: flex;
  justify-content: flex-start;
}

.hanis-safe-shop__catalog-meta-rail .hanis-safe-shop__catalog-toolbar {
  width: max-content !important;
  max-width: 100% !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px !important;
}

/* Undo V1.8's left-aligned card rows. */
.hanis-safe-shop__grid {
  justify-content: center !important;
}

.hanis-safe-shop__grid .hanis-safe-card {
  justify-self: auto !important;
}

/* Prevent the previous full-width toolbar rule from surviving. */
.hanis-safe-shop__catalog-toolbar {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 29px !important;
    --hanis-inline-serum-height: 58px !important;
    --hanis-inline-serum-y: 10px !important;
    --hanis-inline-serum-gap: -4px !important;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop {
    --hanis-catalog-rail: 100% !important;
  }

  .hanis-safe-shop__heading {
    --hanis-inline-serum-width: 22px !important;
    --hanis-inline-serum-height: 44px !important;
    --hanis-inline-serum-y: 8px !important;
    --hanis-inline-serum-gap: -3px !important;
  }

  .hanis-safe-shop__catalog-meta-rail .hanis-safe-shop__catalog-toolbar {
    width: max-content !important;
    max-width: 100% !important;
    border-radius: 18px !important;
  }
}


/* =========================================================
   V2.2 RESTORED — user's serum image, artwork zoom, exact meta spacing
   ========================================================= */

.hanis-safe-shop__heading {
  --hanis-inline-serum-zoom: 1.85;
}

/* Keep the selected media image, sized as a letter replacement. */
.hanis-safe-shop__inline-serum {
  overflow: visible !important;
  align-items: flex-end !important;
}

.hanis-safe-shop__inline-serum img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: scale(var(--hanis-inline-serum-zoom)) !important;
  transform-origin: center bottom !important;
  filter: drop-shadow(0 4px 6px rgba(43, 36, 68, .12)) !important;
}

/* Cards remain centered; undo any later forced left alignment. */
.hanis-safe-shop__grid {
  justify-content: center !important;
}

.hanis-safe-shop__grid .hanis-safe-card {
  justify-self: auto !important;
}

/* Compact meta pill with the exact requested vertical breathing room. */
.hanis-safe-shop__catalog-meta-rail {
  margin-top: 10px !important;
  margin-bottom: 26px !important;
}

.hanis-safe-shop__catalog-meta-rail .hanis-safe-shop__catalog-toolbar {
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-zoom: 1.75;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop__heading {
    --hanis-inline-serum-zoom: 1.65;
  }
}

/* =========================================================
   V2.3 — mobile edge gutters + full-width catalogue meta
   ========================================================= */

@media (max-width: 767px) {
  /* Keep only 10px between the mobile screen edge and the catalogue. */
  .hanis-safe-shop {
    --hanis-shop-pad-right: 10px !important;
    --hanis-shop-pad-left: 10px !important;
    --hanis-catalog-rail: 100% !important;
  }

  .hanis-safe-shop__inner,
  .hanis-safe-shop__filters,
  .hanis-safe-shop__catalog-meta-rail,
  .hanis-safe-shop__grid {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Two equal cards use all available width without extra side gaps. */
  .hanis-safe-shop__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    column-gap: 10px !important;
    row-gap: 16px !important;
  }

  .hanis-safe-shop__grid .hanis-safe-card,
  .hanis-safe-shop .hanis-safe-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
  }

  /* Breadcrumb and product count fill the same catalogue width on mobile. */
  .hanis-safe-shop__catalog-meta-rail {
    margin-top: 8px !important;
    margin-bottom: 18px !important;
  }

  .hanis-safe-shop__catalog-meta-rail .hanis-safe-shop__catalog-toolbar {
    width: 100% !important;
    max-width: none !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;
    border-radius: 16px !important;
  }

  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__breadcrumb,
  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__result-count {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .hanis-safe-shop__toolbar-divider {
    display: block !important;
    width: 1px !important;
    height: 18px !important;
    flex: 0 0 1px !important;
  }
}

@media (max-width: 359px) {
  .hanis-safe-shop__catalog-meta-rail .hanis-safe-shop__catalog-toolbar {
    padding-right: 9px !important;
    padding-left: 9px !important;
    gap: 6px !important;
  }

  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__breadcrumb,
  .hanis-safe-shop__catalog-toolbar .hanis-safe-shop__result-count {
    font-size: 10px !important;
  }
}


/* =========================================================
   V2.4 — Elementor bottle controls use direct CSS properties
   ========================================================= */

/*
 * Earlier releases stored bottle dimensions in CSS variables, while later
 * !important defaults could override Elementor's generated values. The
 * controls now write width, height, position, spacing and image scale directly
 * onto these elements. These are only safe fallbacks before Elementor emits
 * the selected responsive values.
 */
.hanis-safe-shop__inline-serum {
  width: 34px !important;
  height: 68px !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
  transform: translateY(12px) !important;
}

.hanis-safe-shop__inline-serum img {
  transform: scale(1.85) !important;
  transform-origin: center bottom !important;
}

@media (max-width: 1024px) {
  .hanis-safe-shop__inline-serum {
    width: 29px !important;
    height: 58px !important;
    margin-right: -4px !important;
    margin-left: -4px !important;
    transform: translateY(10px) !important;
  }

  .hanis-safe-shop__inline-serum img {
    transform: scale(1.75) !important;
  }
}

@media (max-width: 767px) {
  .hanis-safe-shop__inline-serum {
    width: 22px !important;
    height: 44px !important;
    margin-right: -3px !important;
    margin-left: -3px !important;
    transform: translateY(8px) !important;
  }

  .hanis-safe-shop__inline-serum img {
    transform: scale(1.65) !important;
  }
}
