.td-catalog {
  --td-catalog-card-radius: 12px;
  --td-catalog-card-image-size: 265px;
  --td-catalog-card-slide-duration: 520ms;
  --td-catalog-card-slide-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --td-catalog-card-action-font-size: var(
    --wp--preset--font-size--small,
    14px
  );
  --td-catalog-card-action-font-weight: 500;
  --td-catalog-card-action-icon-size: 24px;
  --td-catalog-card-action-radius: 6px;
  --td-catalog-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M14 4h9M1 4h3M22 12h1M1 12h11M14 20h9M1 20h3'/%3E%3Ccircle cx='7' cy='4' r='3'/%3E%3Ccircle cx='15' cy='12' r='3'/%3E%3Ccircle cx='7' cy='20' r='3'/%3E%3C/svg%3E");
  --td-catalog-sort-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square'%3E%3Cpath d='M6 20V2M2 6l4-4 4 4M18 3v19M14 18l4 4 4-4'/%3E%3C/svg%3E");
  --td-catalog-pagination-arrow-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M22 12H2M9 5l-7 7 7 7'/%3E%3C/svg%3E");
  --td-catalog-pagination-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M2 12h20M15 5l7 7-7 7'/%3E%3C/svg%3E");
  box-sizing: border-box;
  color: var(--wp--preset--color--gray-500, #535062);
  font-family:
    "Wix Madefor Text",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 72px;
  width: calc(100% - 48px);
}

.td-catalog *,
.td-catalog *::before,
.td-catalog *::after {
  box-sizing: border-box;
}

.td-catalog > .rgm-breadcrumbs {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.td-catalog .rgm-breadcrumbs__link,
.td-catalog .td-catalog-product-card__title a,
.td-catalog .td-catalog-category-card a,
.td-catalog .td-catalog-product__description a,
.td-catalog .td-catalog-product__attributes a {
  transition: color var(--rgm-motion-duration-fast, 180ms)
    var(--rgm-motion-ease-standard, ease);
}

.td-catalog .rgm-breadcrumbs__link:hover,
.td-catalog .rgm-breadcrumbs__link:focus-visible,
.td-catalog .td-catalog-product-card__title a:hover,
.td-catalog .td-catalog-product-card__title a:focus-visible,
.td-catalog .td-catalog-category-card a:hover,
.td-catalog .td-catalog-category-card a:focus-visible,
.td-catalog .td-catalog-product__description a:hover,
.td-catalog .td-catalog-product__description a:focus-visible,
.td-catalog .td-catalog-product__attributes a:hover,
.td-catalog .td-catalog-product__attributes a:focus-visible {
  color: var(--wp--preset--color--primary-500, #7a51fb);
}

.td-catalog__header {
  margin: 0 0 24px;
}

.td-catalog__header h1 {
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-1, 42.5px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
}

.td-catalog__summary {
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.35;
  margin: 12px 0 0;
}

.td-catalog-brand {
  --td-brand-color: var(--wp--preset--color--gray-500, #535062);
}

.td-catalog-brand-hero {
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--white, #ffffff) 0%,
    color-mix(in srgb, var(--td-brand-color) 15%, #ffffff) 100%
  );
  border: 0;
  border-radius: var(--wp--custom--radius--default, 12px);
  display: grid;
  gap: 24px;
  grid-template-rows: auto 1fr;
  margin: 0 0 24px;
  min-height: 318px;
  overflow: hidden;
  padding: 24px 12px;
  position: relative;
}

.td-catalog-brand-hero--small {
  grid-template-rows: auto;
  min-height: 102px;
}

.td-catalog-brand-hero__top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 54px;
}

.td-catalog-brand-hero__title {
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-1, 42.5px);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
  overflow-wrap: anywhere;
}

.td-catalog-brand-hero__mark {
  align-items: center;
  color: var(--td-brand-color);
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-width: 0;
}

.td-catalog-brand-hero__mark img {
  display: block;
  height: auto;
  max-height: 31px;
  max-width: 115px;
  object-fit: contain;
}

.td-catalog-brand-hero__mark span {
  color: inherit;
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-2, 32px);
  font-weight: 700;
  line-height: 1;
  max-width: 180px;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

.td-catalog-brand-hero__body {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.td-catalog-brand-hero__description {
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.35;
  margin: 0;
  max-width: 100%;
}

.td-catalog-brand-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.td-catalog-brand-hero__stat {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--border-base, #e3e2e9);
  border-radius: var(--wp--custom--radius--small, 6px);
  display: grid;
  gap: 12px;
  height: 96px;
  padding: 18px 12px;
  width: 300px;
}

.td-catalog-brand-hero__stat strong {
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-3, 24px);
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.td-catalog-brand-hero__stat span {
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.25;
}

.td-catalog-brand-quick-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.td-catalog-brand-quick-categories__item {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--border-base, #e3e2e9);
  border-radius: 8px;
  color: var(--wp--preset--color--gray-700, #4c476b);
  display: inline-flex;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px 10px;
  text-decoration: none;
  transition:
    border-color var(--rgm-motion-duration-fast, 180ms) ease,
    color var(--rgm-motion-duration-fast, 180ms) ease;
}

.td-catalog-brand-quick-categories__item:hover,
.td-catalog-brand-quick-categories__item:focus-visible {
  border-color: color-mix(in srgb, var(--td-brand-color) 42%, var(--wp--preset--color--border-base, #e3e2e9));
  color: var(--td-brand-color);
}

.td-catalog-brand-quick-categories__item small {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1;
}

.td-catalog-brand__empty {
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  border: 1px solid var(--wp--preset--color--border-base, #e3e2e9);
  border-radius: 8px;
  color: var(--wp--preset--color--gray-700, #4c476b);
  font-size: var(--rgm-font-size-base, 18px);
  line-height: 1.35;
  margin: 0;
  padding: 24px;
}

.td-catalog__search-form {
  display: none;
}

.td-catalog__notices {
  bottom: max(24px, env(safe-area-inset-bottom));
  display: grid;
  gap: 12px;
  left: 50%;
  margin: 0;
  max-width: calc(100vw - 24px);
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  width: min(640px, calc(100vw - 24px));
  z-index: 1000;
}

.td-catalog__notices:empty,
.td-catalog__notices[hidden],
.td-catalog__notices .woocommerce-notices-wrapper:empty {
  display: none;
}

.td-catalog__notices .woocommerce-message,
.td-catalog__notices .woocommerce-info,
.td-catalog__notices .woocommerce-error,
.td-catalog__notices .wc-block-components-notice-banner {
  --td-catalog-notice-bg: color-mix(
    in srgb,
    var(--td-catalog-notice-color, var(--wp--preset--color--border-base, #e3e2e9)) 8%,
    #ffffff
  );
  --td-catalog-notice-border: var(
    --td-catalog-notice-color,
    var(--wp--preset--color--border-base, #e3e2e9)
  );

  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--td-catalog-notice-border);
  border-radius: var(--wp--custom--radius--default, 12px);
  box-shadow: 0 18px 44px rgba(27, 20, 65, 0.18);
  color: var(--wp--preset--color--gray-700, #4c476b);
  display: flex;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  gap: 14px;
  line-height: 1.35;
  list-style: none;
  margin: 0;
  min-height: 60px;
  overflow-wrap: anywhere;
  padding: 14px 14px 14px 20px;
  pointer-events: auto;
  transform-origin: bottom center;
  transition:
    opacity var(--wp--custom--motion-duration-fast, 180ms) ease,
    transform var(--wp--custom--motion-duration-fast, 180ms) ease;
  will-change: opacity, transform;
  animation: td-catalog-toast-enter 280ms var(--wp--custom--motion-ease-menu, cubic-bezier(0.22, 1, 0.36, 1)) both;
}

.td-catalog__notices .woocommerce-message.is-dismissing,
.td-catalog__notices .woocommerce-info.is-dismissing,
.td-catalog__notices .woocommerce-error.is-dismissing,
.td-catalog__notices .wc-block-components-notice-banner.is-dismissing {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
}

.td-catalog__notices .woocommerce-message::before,
.td-catalog__notices .woocommerce-info::before,
.td-catalog__notices .woocommerce-error::before {
  content: none !important;
}

.td-catalog__notices .wc-block-components-notice-banner > svg {
  display: none;
}

.td-catalog__notices .wc-block-components-notice-banner__content {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}

.td-catalog__notices .wc-block-components-notice-banner.wc-block-components-notice-banner {
  padding: 14px 14px 14px 20px !important;
}

.td-catalog__notice-content {
  flex: 1 1 auto;
}

.td-catalog__notice-close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--wp--custom--radius--small, 6px);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition:
    background-color var(--wp--custom--motion-duration-fast, 180ms) ease,
    transform var(--wp--custom--motion-duration-fast, 180ms) ease;
  width: 34px;
}

.td-catalog__notice-close:hover {
  background: color-mix(in srgb, var(--td-catalog-notice-border) 12%, #ffffff);
}

.td-catalog__notice-close:active {
  transform: scale(0.94);
}

.td-catalog__notice-close:focus-visible {
  background: color-mix(in srgb, var(--td-catalog-notice-border) 12%, #ffffff);
  outline: 2px solid var(--td-catalog-notice-border);
  outline-offset: 2px;
}

.td-catalog__notice-close img {
  display: block;
  height: 18px;
  width: 18px;
}

.td-catalog__notices .woocommerce-message,
.td-catalog__notices .wc-block-components-notice-banner.is-success {
  background: var(--td-catalog-notice-bg);
  border-color: var(--td-catalog-notice-border) !important;
}

.td-catalog__notices .woocommerce-info,
.td-catalog__notices .wc-block-components-notice-banner.is-info {
  border-color: var(--wp--preset--color--border-base, #e3e2e9) !important;
}

.td-catalog__notices .woocommerce-error,
.td-catalog__notices .wc-block-components-notice-banner.is-error {
  background: var(--wp--preset--color--secondary-100, #fdf7f8);
  border-color: var(--wp--preset--color--secondary-300, #f9b8c8) !important;
}

.td-catalog__notices .woocommerce-error li {
  list-style: none;
  margin: 0;
}

.td-catalog__notices .button,
.td-catalog__notices a {
  color: var(--wp--preset--color--primary-700, #3700e5);
  font-weight: 500;
  text-decoration: none;
}

.td-catalog__notices .button:hover,
.td-catalog__notices a:hover {
  color: var(--wp--preset--color--primary-900, #20037c);
}

@keyframes td-catalog-toast-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

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

@media (prefers-reduced-motion: reduce) {
  .td-catalog__notices .woocommerce-message,
  .td-catalog__notices .woocommerce-info,
  .td-catalog__notices .woocommerce-error,
  .td-catalog__notices .wc-block-components-notice-banner {
    animation: none;
    transition: none;
  }

  .td-catalog__notice-close {
    transition: none;
  }
}

@media (max-width: 560px) {
  .td-catalog__notices {
    bottom: max(12px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 24px);
    width: calc(100vw - 24px);
  }

  .td-catalog__notices .woocommerce-message,
  .td-catalog__notices .woocommerce-info,
  .td-catalog__notices .woocommerce-error,
  .td-catalog__notices .wc-block-components-notice-banner {
    font-size: var(--rgm-font-size-small, 14px);
    padding: 12px;
  }

  .td-catalog__notices .wc-block-components-notice-banner.wc-block-components-notice-banner {
    padding: 12px !important;
  }
}

.td-catalog-listing-controls {
  margin: 0 0 24px;
  position: relative;
  z-index: 10;
}

.td-catalog-listing-controls__bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 36px;
}

.td-catalog-listing-controls__button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--wp--preset--color--gray-700, #4c476b);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  gap: 6px;
  line-height: 1;
  min-height: 36px;
  padding: 6px 7px;
}

.td-catalog-listing-controls__button:hover,
.td-catalog-listing-controls__button[aria-expanded="true"] {
  color: var(--wp--preset--color--gray-900, #1b1441);
}

.td-catalog-listing-controls__button:focus-visible,
.td-catalog-filter-form input:focus-visible,
.td-catalog-filter-form summary:focus-visible,
.td-catalog-filter-form button:focus-visible,
.td-catalog-filter-form a:focus-visible,
.td-catalog-sort-form button:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog-listing-controls__icon {
  background: currentColor;
  color: var(--wp--preset--color--gray-500, #535062);
  display: inline-block;
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  width: 24px;
}

.td-catalog-listing-controls__icon--filter {
  -webkit-mask: var(--td-catalog-filter-icon) center / 24px 24px no-repeat;
  mask: var(--td-catalog-filter-icon) center / 24px 24px no-repeat;
}

.td-catalog-listing-controls__icon--sort {
  -webkit-mask: var(--td-catalog-sort-icon) center / 24px 24px no-repeat;
  mask: var(--td-catalog-sort-icon) center / 24px 24px no-repeat;
}

.td-catalog-listing-controls__icon::before,
.td-catalog-listing-controls__icon::after {
  content: none;
}

.td-catalog-listing-controls__count {
  align-items: center;
  background: var(--wp--preset--color--primary-100, #f8f7fd);
  border-radius: 6px;
  color: var(--wp--preset--color--primary-700, #3700e5);
  display: inline-flex;
  font-size: var(--rgm-font-size-base, 18px);
  justify-content: center;
  min-width: 18px;
  padding: 6px 9px;
}

.td-catalog-listing-controls__panel {
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 12px;
  box-shadow: 0 24px 46px rgba(27, 20, 65, 0.1);
  color: var(--wp--preset--color--gray-500, #535062);
  clip-path: inherit;
  position: absolute;
  top: 42px;
  z-index: 20;
}

.td-catalog-listing-controls__panel[hidden] {
  display: none;
}

.td-catalog-listing-controls__panel--filter {
  left: 0;
  width: 266px;
}

.td-catalog-listing-controls__panel--sort {
  right: 0;
  width: 245px;
}

.td-catalog-filter-form,
.td-catalog-sort-form {
  margin: -1px;
  padding: 12px 12px 18px;
  width: calc(100% + 2px);
}

.td-catalog-filter-form__group {
  margin: 0 0 12px;
}

.td-catalog-filter-form__label {
  align-items: center;
  display: flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 6px;
  min-height: 35px;
}

.td-catalog-filter-form__price-row {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.td-catalog-filter-form__price {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 6px;
  display: flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  gap: 6px;
  height: 42px;
  padding: 9px 6px 10px;
}

.td-catalog-filter-form__price input {
  appearance: textfield;
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--gray-500, #535062);
  font: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  line-height: 1.25;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.td-catalog-filter-form__price input::-webkit-inner-spin-button,
.td-catalog-filter-form__price input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.td-catalog-filter-form__price input::placeholder {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
}

.td-catalog-filter-form__price > span[aria-hidden="true"] {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
}

.td-catalog-filter-form__brand-select {
  position: relative;
}

.td-catalog-filter-form__brand-select summary {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 6px;
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  cursor: pointer;
  display: flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  height: 42px;
  justify-content: space-between;
  line-height: 1.25;
  list-style: none;
  padding: 9px 6px 10px;
}

.td-catalog-filter-form__brand-select summary::-webkit-details-marker {
  display: none;
}

.td-catalog-filter-form__brand-select summary::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 8px;
  transform: translateY(-2px) rotate(45deg);
  width: 8px;
}

.td-catalog-filter-form__brand-select[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.td-catalog-filter-form__brand-options {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 6px;
  display: grid;
  gap: 4px;
  margin: 6px 0 0;
  max-height: 145px;
  overflow-y: auto;
  padding: 6px;
}

.td-catalog-filter-form__checkbox {
  align-items: center;
  color: var(--wp--preset--color--gray-500, #535062);
  display: flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  gap: 6px;
  line-height: 1.25;
  min-height: 24px;
}

.td-catalog-filter-form__checkbox input {
  appearance: none;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--gray-300, #c7c4d4);
  border-radius: 6px;
  display: grid;
  flex: 0 0 auto;
  height: 24px;
  margin: 0;
  place-items: center;
  width: 24px;
}

.td-catalog-filter-form__checkbox input:checked {
  background: var(--wp--preset--color--gray-500, #535062);
  border-color: var(--wp--preset--color--gray-500, #535062);
}

.td-catalog-filter-form__checkbox input:checked + span {
  color: var(--td-filter-brand-color, var(--wp--preset--color--gray-500, #535062));
}

.td-catalog-filter-form__checkbox input:checked::after {
  border-bottom: 2px solid var(--wp--preset--color--white, #ffffff);
  border-right: 2px solid var(--wp--preset--color--white, #ffffff);
  content: "";
  height: 11px;
  transform: translateY(-1px) rotate(45deg);
  width: 6px;
}

.td-catalog-filter-form__checkbox small {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  margin-left: auto;
}

.td-catalog-filter-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 6px 0 0;
  min-height: 0;
}

.td-catalog-filter-form__chip {
  background: color-mix(
    in srgb,
    var(--td-filter-brand-color, var(--wp--preset--color--primary-300, #c9baf7)) 14%,
    #ffffff
  );
  border-radius: 6px;
  color: var(--td-filter-brand-color, var(--wp--preset--color--gray-500, #535062));
  display: inline-flex;
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1;
  padding: 6px;
}

.td-catalog-filter-form__locked-brand {
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--td-filter-brand-color, var(--td-brand-color, var(--wp--preset--color--primary-300, #c9baf7))) 22%, var(--wp--preset--color--border-base, #e3e2e9));
  color: var(--td-filter-brand-color, var(--td-brand-color, var(--wp--preset--color--gray-500, #535062)));
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  min-height: 42px;
  padding: 9px 10px 10px;
  width: 100%;
}

.td-catalog-filter-form__availability {
  display: grid;
  gap: 6px;
}

.td-catalog-filter-form__actions {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 18px 0 0;
}

.td-catalog-filter-form__actions button,
.td-catalog-filter-form__actions a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 9px 6px 10px;
  text-decoration: none;
}

.td-catalog-filter-form__actions button {
  appearance: none;
  background: var(--wp--preset--color--gray-500, #535062);
  border: 1px solid var(--wp--preset--color--gray-500, #535062);
  color: var(--wp--preset--color--white, #ffffff);
  cursor: pointer;
}

.td-catalog-filter-form__actions a {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--wp--preset--color--gray-500, #535062);
  color: var(--wp--preset--color--gray-500, #535062);
}

.td-catalog-sort-form__options {
  display: grid;
  gap: 18px;
}

.td-catalog-sort-form__options button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  line-height: 23px;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.td-catalog-sort-form__options button:hover,
.td-catalog-sort-form__options button.is-active {
  color: var(--wp--preset--color--gray-900, #1b1441);
}

.td-catalog__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.td-catalog-new-arrivals {
  display: grid;
  gap: 42px;
  margin: 0;
}

.td-catalog-new-arrivals__section {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.td-catalog-new-arrivals__brand-title {
  align-items: center;
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--white, #ffffff) 0%,
    var(--td-brand-color, var(--wp--preset--color--gray-500, #535062)) 100%
  );
  border-radius: var(--wp--custom--radius--default, 12px);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 84px;
  min-width: 0;
  padding: 24px 24px 24px 12px;
}

.td-catalog-new-arrivals__brand-mark {
  align-items: center;
  color: var(--td-brand-color, var(--wp--preset--color--gray-900, #1b1441));
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.td-catalog-new-arrivals__brand-mark img {
  display: block;
  height: auto;
  max-height: 31px;
  max-width: 115px;
  object-fit: contain;
}

.td-catalog-new-arrivals__brand-mark span {
  color: inherit;
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-2, 32px);
  font-weight: 700;
  line-height: 1;
  max-width: 220px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.td-catalog-new-arrivals__brand-link {
  align-items: center;
  color: var(--wp--preset--color--white, #ffffff);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 400;
  gap: 6px;
  line-height: 1.25;
  min-height: 36px;
  min-width: 0;
  text-decoration: none;
  transition: opacity var(--rgm-motion-duration-fast, 180ms)
    var(--rgm-motion-ease-standard, ease);
}

.td-catalog-new-arrivals__brand-link:hover,
.td-catalog-new-arrivals__brand-link:focus-visible {
  color: var(--wp--preset--color--white, #ffffff);
  opacity: 0.82;
}

.td-catalog-new-arrivals__brand-link:focus-visible {
  outline: 2px solid var(--wp--preset--color--white, #ffffff);
  outline-offset: 3px;
}

.td-catalog-new-arrivals__brand-link span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.td-catalog-new-arrivals__brand-link-icon {
  display: block;
  flex: 0 0 36px;
  height: 36px;
  position: relative;
  width: 36px;
}

.td-catalog-new-arrivals__brand-link-icon::before,
.td-catalog-new-arrivals__brand-link-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.td-catalog-new-arrivals__brand-link-icon::before {
  background: currentColor;
  height: 2px;
  left: 8px;
  top: 17px;
  width: 20px;
}

.td-catalog-new-arrivals__brand-link-icon::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 8px;
  left: 19px;
  top: 13px;
  transform: rotate(45deg);
  width: 8px;
}

.td-catalog-root-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.td-catalog-root-category-card {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: var(--wp--custom--radius--default, 12px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.td-catalog-root-category-card__overlay {
  border-radius: inherit;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.td-catalog-root-category-card__overlay:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-500, #7a51fb);
  outline-offset: -4px;
}

.td-catalog-root-category-card__header {
  align-items: flex-start;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  min-height: 60px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.td-catalog-root-category-card__title {
  color: var(--wp--preset--color--gray-500, #535062);
  flex: 1 1 auto;
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
}

.td-catalog-root-category-card__arrow {
  align-items: center;
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  border-radius: 9px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  transition:
    background-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  width: 48px;
}

.td-catalog-root-category-card__arrow svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 2px;
  width: 24px;
}

.td-catalog-root-category-card:hover .td-catalog-root-category-card__arrow,
.td-catalog-root-category-card:focus-within .td-catalog-root-category-card__arrow {
  background: var(--wp--preset--color--primary-100, #f8f7fd);
  color: var(--wp--preset--color--primary-500, #7a51fb);
}

.td-catalog-root-category-card__children {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}

.td-catalog-root-category-card__child-link {
  align-items: flex-start;
  border-radius: var(--wp--custom--radius--small, 6px);
  color: var(--wp--preset--color--gray-500, #535062);
  display: flex;
  font-size: 18px;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.28;
  min-width: 0;
  text-decoration: none;
}

.td-catalog-root-category-card__child-title {
  min-width: 0;
}

.td-catalog-root-category-card__child-count {
  flex: 0 0 auto;
  font-weight: 500;
  white-space: nowrap;
}

.td-catalog-product-card {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: var(--td-catalog-card-radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.td-catalog-product-card__meta {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 12px;
  min-height: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  width: min(var(--td-catalog-card-image-size), calc(100% - 24px));
  z-index: 2;
}

.td-catalog-product-card__brand,
.td-catalog-product-card__badge {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 400;
  justify-content: center;
  line-height: 1.12;
  padding: 6px 6px 7px 6px;
  white-space: nowrap;
}

.td-catalog-product-card__brand {
  --td-brand-color: var(--wp--preset--color--gray-500, #535062);
  background: color-mix(in srgb, var(--td-brand-color) 14%, #ffffff);
  color: var(--td-brand-color);
}

.td-catalog-product-card__badges {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: flex-end;
  min-height: 46px;
  min-width: 64px;
}

.td-catalog-product-card__badge {
  background: var(--wp--preset--color--secondary-100, #fdf7f8);
  color: #f00000;
}

.td-catalog-product-card__gallery {
  display: grid;
  grid-template-areas: "viewport";
  height: var(--td-catalog-card-image-size);
  margin: 12px auto 0 12px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min(var(--td-catalog-card-image-size), calc(100% - 24px));
}

.td-catalog-product-card__viewport {
  align-items: center;
  display: grid;
  grid-area: viewport;
  height: 100%;
  justify-items: center;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.td-catalog-product-card__track {
  display: flex;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  transform: translateX(var(--td-catalog-active-slide-offset, 0%));
  transition: transform var(--td-catalog-card-slide-duration)
    var(--td-catalog-card-slide-ease);
  width: 100%;
}

.td-catalog-product-card__slide {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  width: 100%;
}

.td-catalog-product-card__slide img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.td-catalog-product-card__dots {
  align-items: center;
  bottom: 12px;
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  left: 0;
  min-height: 6px;
  position: absolute;
  z-index: 2;
}

.td-catalog-product-card__dot {
  appearance: none;
  background: var(--wp--preset--color--gray-300, #c7c4d4);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: block;
  height: 6px;
  padding: 0;
  transition:
    background-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    width var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  width: 6px;
}

.td-catalog-product-card__dot[aria-selected="true"] {
  width: 18px;
}

.td-catalog-product-card__dot:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog-product-card__body {
  border-top: 1px solid var(--rgm-color-border, #e3e2e9);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 12px 12px 12px;
}

.td-catalog-product-card__price-row {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 10px;
  min-height: 24px;
}

.td-catalog-product-card__price {
  color: var(--wp--preset--color--gray-500, #535062);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 400;
  line-height: 1.15;
}

.td-catalog-product-card__old-price {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 400;
  line-height: 1.15;
  text-decoration: line-through;
  white-space: nowrap;
}

.td-catalog-product-card__title {
  color: var(--wp--preset--color--gray-500, #535062);
  display: -webkit-box;
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 12px;
  min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.td-catalog-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.td-catalog-product-card__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
}

.td-catalog-product-card__buy-form {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  line-height: 0;
  margin: 0;
}

.td-catalog-product-card__cart-button,
.td-catalog-product-card__buy-form .td-catalog-buy-form__button {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--white, #ffffff);
  border: 0;
  border-radius: var(--td-catalog-card-action-radius, 6px);
  box-shadow: inset 0 0 0 1px var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-500, #535062);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--td-catalog-card-action-font-size, 14px);
  font-weight: var(--td-catalog-card-action-font-weight, 500);
  gap: 6px;
  height: 34px;
  justify-content: center;
  line-height: 1.25;
  min-height: 34px;
  min-width: 0;
  padding: 5px 9px;
  text-decoration: none;
  transition:
    background-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    box-shadow var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  white-space: nowrap;
}

.td-catalog-product-card__cart-button::before,
.td-catalog-product-card__buy-form .td-catalog-buy-form__button::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: var(--td-catalog-card-action-icon-size, 24px);
  width: var(--td-catalog-card-action-icon-size, 24px);
}

.td-catalog-product-card__cart-button--select::before {
  -webkit-mask: url("../images/product-card-select.svg") center / contain
    no-repeat;
  mask: url("../images/product-card-select.svg") center / contain no-repeat;
}

.td-catalog-product-card__cart-button--out-of-stock::before,
.td-catalog-product-card__buy-form .td-catalog-buy-form__button:disabled::before {
  -webkit-mask: url("../images/product-card-warning.svg") center / contain
    no-repeat;
  mask: url("../images/product-card-warning.svg") center / contain no-repeat;
}

.td-catalog-product-card__buy-form
  .td-catalog-buy-form__button:not(:disabled)::before {
  -webkit-mask: url("../images/product-card-basket.svg") center / contain
    no-repeat;
  mask: url("../images/product-card-basket.svg") center / contain no-repeat;
}

.td-catalog-product-card__cart-button:hover,
.td-catalog-product-card__cart-button:focus-visible,
.td-catalog-product-card__buy-form .td-catalog-buy-form__button:hover,
.td-catalog-product-card__buy-form
  .td-catalog-buy-form__button:focus-visible {
  background: var(--wp--preset--color--gray-500, #535062);
  box-shadow: inset 0 0 0 0 var(--wp--preset--color--gray-500, #535062);
  color: var(--wp--preset--color--white, #ffffff);
}

.td-catalog-product-card__cart-button:disabled,
.td-catalog-product-card__buy-form .td-catalog-buy-form__button:disabled {
  cursor: default;
  opacity: 1;
}

.td-catalog-product-card__ai-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: var(--td-catalog-card-action-radius, 6px);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  margin-left: auto;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transition:
    opacity var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    visibility var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  visibility: hidden;
  width: 34px;
}

.td-catalog-product-card:hover .td-catalog-product-card__ai-button,
.td-catalog-product-card:focus-within .td-catalog-product-card__ai-button {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.td-catalog-product-card__ai-button img {
  display: block;
  height: 24px;
  width: 24px;
}

.td-catalog-listing-banner {
  background: var(
    --td-listing-banner-bg,
    var(--wp--preset--color--white, #ffffff)
  );
  border: var(--td-listing-banner-border-width, 0) solid
    var(--td-listing-banner-border-color, var(--rgm-color-border, #e3e2e9));
  border-radius: var(--td-catalog-card-radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.td-catalog-listing-banner--card_bleed {
  overflow: visible;
}

.td-catalog-listing-banner__meta {
  align-items: flex-start;
  display: flex;
  left: 12px;
  min-height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 12px;
  width: min(var(--td-catalog-card-image-size), calc(100% - 24px));
  z-index: 2;
}

.td-catalog-listing-banner__label {
  align-items: center;
  background: var(
    --td-listing-banner-label-bg,
    var(--wp--preset--color--secondary-100, #fdf7f8)
  );
  border-radius: 8px;
  color: var(
    --td-listing-banner-label-color,
    var(--wp--preset--color--gray-900, #1b1441)
  );
  display: inline-flex;
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 400;
  justify-content: center;
  line-height: 1.12;
  padding: 6px 6px 7px 6px;
  white-space: nowrap;
}

.td-catalog-listing-banner__media {
  display: grid;
  grid-template-areas: "viewport";
  height: var(--td-catalog-card-image-size);
  margin: 12px auto 0 12px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: min(var(--td-catalog-card-image-size), calc(100% - 24px));
  z-index: 1;
}

.td-catalog-listing-banner__media-viewport {
  align-items: center;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  display: grid;
  grid-area: viewport;
  height: 100%;
  justify-items: center;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.td-catalog-listing-banner--media_bleed .td-catalog-listing-banner__media-viewport,
.td-catalog-listing-banner--card_bleed .td-catalog-listing-banner__media-viewport {
  overflow: visible;
}

.td-catalog-listing-banner__image {
  border: 0;
  box-shadow: none;
  display: block;
  height: 100%;
  max-height: 112%;
  max-width: 112%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.td-catalog-listing-banner--media_bleed .td-catalog-listing-banner__image,
.td-catalog-listing-banner--card_bleed .td-catalog-listing-banner__image {
  transform: scale(1.08);
}

.td-catalog-listing-banner--contained .td-catalog-listing-banner__image {
  max-height: 100%;
  max-width: 100%;
  transform: none;
}

.td-catalog-listing-banner__animation {
  align-items: center;
  display: grid;
  height: 100%;
  justify-items: center;
  min-height: 0;
  position: relative;
  width: 100%;
}

.td-catalog-listing-banner__animation--soft-orbit {
  background:
    radial-gradient(
      circle at 32% 28%,
      color-mix(
        in srgb,
        var(--wp--preset--color--primary-300, #c9baf7) 56%,
        transparent
      ),
      transparent 24%
    ),
    radial-gradient(
      circle at 72% 70%,
      color-mix(
        in srgb,
        var(--wp--preset--color--secondary-300, #f9b8c8) 62%,
        transparent
      ),
      transparent 26%
    ),
    var(--wp--preset--color--white, #ffffff);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}

.td-catalog-listing-banner__orbit,
.td-catalog-listing-banner__core {
  border-radius: 999px;
  display: block;
  position: absolute;
}

.td-catalog-listing-banner__orbit {
  border: 1px solid
    color-mix(
      in srgb,
      var(--wp--preset--color--primary-300, #c9baf7) 70%,
      transparent
    );
  height: 54%;
  width: 54%;
}

.td-catalog-listing-banner__orbit--one {
  animation: td-catalog-listing-banner-orbit 8s linear infinite;
}

.td-catalog-listing-banner__orbit--two {
  animation: td-catalog-listing-banner-orbit-reverse 11s linear infinite;
  height: 70%;
  transform: rotate(52deg);
  width: 70%;
}

.td-catalog-listing-banner__core {
  background: var(--wp--preset--color--primary-300, #c9baf7);
  box-shadow: 0 0 32px
    color-mix(
      in srgb,
      var(--wp--preset--color--primary-300, #c9baf7) 55%,
      transparent
    );
  height: 42px;
  width: 42px;
}

.td-catalog-listing-banner--animation-ai-particles {
  overflow: visible;
  z-index: 6;
}

.td-catalog-listing-banner--animation-ai-particles
  .td-catalog-listing-banner__media,
.td-catalog-listing-banner--animation-ai-particles
  .td-catalog-listing-banner__media-viewport {
  overflow: visible;
}

.td-catalog-listing-banner__animation--ai-particles {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 120%;
  isolation: isolate;
  overflow: visible;
  pointer-events: none;
  width: 120%;
  z-index: 7;
}

@media (min-width: 768px) {
  .td-catalog-listing-banner__animation--ai-particles {
    height: 135%;
    width: 135%;
  }
}

@media (min-width: 1024px) {
  .td-catalog-listing-banner__animation--ai-particles {
    height: 155%;
    width: 155%;
  }
}

.td-catalog-listing-banner__ai-fallback {
  color: var(--wp--preset--color--primary-500, #7a51fb);
  display: block;
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.28;
  position: relative;
  z-index: 1;
}

.td-catalog-listing-banner__ai-canvas {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.td-catalog-listing-banner__animation--ai-particles.is-ready
  .td-catalog-listing-banner__ai-fallback {
  opacity: 0;
}

.td-catalog-listing-banner__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 12px 12px 12px;
}

.td-catalog-listing-banner__text {
  color: var(--wp--preset--color--gray-500, #535062);
  display: -webkit-box;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 400;
  line-height: 1.28;
  margin: 0;
  max-height: calc(1.28em * 3);
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.td-catalog-listing-banner__actions {
  align-items: center;
  display: flex;
  margin-top: auto;
}

.td-catalog-listing-banner__button {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--white, #ffffff);
  border: 0;
  border-radius: var(--td-catalog-card-action-radius, 6px);
  box-shadow: inset 0 0 0 1px var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-500, #535062);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--td-catalog-card-action-font-size, 14px);
  font-weight: var(--td-catalog-card-action-font-weight, 500);
  gap: 6px;
  height: 34px;
  justify-content: center;
  line-height: 1.25;
  min-height: 34px;
  min-width: 0;
  padding: 5px 9px;
  text-decoration: none;
  transition:
    background-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    box-shadow var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  white-space: nowrap;
}

.td-catalog-listing-banner__button--icon-arrow {
  padding-left: 6px;
}

.td-catalog-listing-banner__button--icon-arrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: var(--td-catalog-card-action-icon-size, 24px);
  -webkit-mask: url("../images/listing-banner-button-arrow.svg") center /
    contain no-repeat;
  mask: url("../images/listing-banner-button-arrow.svg") center / contain
    no-repeat;
  width: var(--td-catalog-card-action-icon-size, 24px);
}

.td-catalog-listing-banner__button:hover,
.td-catalog-listing-banner__button:focus-visible {
  background: var(--wp--preset--color--gray-500, #535062);
  box-shadow: inset 0 0 0 0 var(--wp--preset--color--gray-500, #535062);
  color: var(--wp--preset--color--white, #ffffff);
}

@keyframes td-catalog-listing-banner-orbit {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}

@keyframes td-catalog-listing-banner-orbit-reverse {
  from {
    transform: rotate(52deg) translateX(-7px) rotate(0deg);
  }

  to {
    transform: rotate(-308deg) translateX(-7px) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .td-catalog-listing-banner__orbit--one,
  .td-catalog-listing-banner__orbit--two {
    animation: none;
  }
}

.td-catalog-product-hero {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, calc(78px + 12px + 355px)) minmax(0, 1fr);
  margin: 0 0 32px;
  overflow: hidden;
  padding: 12px;
}

.td-catalog-product-hero__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 78px 355px;
  min-width: 0;
}

.td-catalog-product-hero__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.td-catalog-product-hero__thumb-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 258px;
  min-height: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}

.td-catalog-product-hero__thumb,
.td-catalog-product-hero__thumb-scroll {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: 78px;
  justify-content: center;
  padding: 8px;
  transition:
    border-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    box-shadow var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
  width: 78px;
}

.td-catalog-product-hero__thumb {
  height: 78px;
  width: 78px;
}

.td-catalog-product-hero__thumb.is-active {
  border-color: var(--wp--preset--color--primary-300, #c9baf7);
  box-shadow: inset 0 0 0 1px var(--wp--preset--color--primary-300, #c9baf7);
}

.td-catalog-product-hero__thumb img,
.td-catalog-product-hero__thumb-scroll img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.td-catalog-product-hero__thumb-scroll img {
  height: 48px;
  width: 48px;
}

.td-catalog-product-hero__main {
  align-items: center;
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 8px;
  display: grid;
  height: 355px;
  justify-items: center;
  overflow: hidden;
  position: relative;
  width: 355px;
}

.td-catalog-product-hero__main-slide {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: flex;
  font: inherit;
  height: 100%;
  inset: 0;
  justify-content: center;
  margin: 0;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  text-align: inherit;
  transition: opacity 420ms var(--rgm-motion-ease-standard, ease);
  width: 100%;
}

.td-catalog-product-hero__main-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.td-catalog-product-hero__main-slide:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-500, #7a51fb);
  outline-offset: -6px;
}

.td-catalog-product-hero__main-slide img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

body.rgm-product-lightbox-open {
  overflow: hidden;
}

.td-catalog-product-hero__lightbox[hidden] {
  display: none;
}

.td-catalog-product-hero__lightbox {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.td-catalog-product-hero__lightbox-backdrop {
  appearance: none;
  background: rgba(27, 20, 65, 0.72);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  padding: 0;
  position: absolute;
}

.td-catalog-product-hero__lightbox-dialog {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: var(--wp--custom--radius--default, 12px);
  display: grid;
  justify-items: center;
  max-height: calc(100dvh - 48px);
  max-width: 960px;
  min-height: 0;
  padding: 48px 24px 24px;
  position: relative;
  width: min(100%, 960px);
  z-index: 1;
}

.td-catalog-product-hero__lightbox-dialog:focus {
  outline: 0;
}

.td-catalog-product-hero__lightbox-image {
  display: block;
  height: auto;
  max-height: calc(100dvh - 144px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.td-catalog-product-hero__lightbox-close {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
}

.td-catalog-product-hero__lightbox-close img {
  display: block;
  height: 18px;
  width: 18px;
}

.td-catalog-product-hero__lightbox-close:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-500, #7a51fb);
  outline-offset: 2px;
}

.td-catalog-product-hero__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.td-catalog-product-hero__topline {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 14px;
}

.td-catalog-product-hero__brand,
.td-catalog-product-hero__badge {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 400;
  justify-content: center;
  line-height: 1.1;
  min-height: 30px;
  padding: 5px 8px 6px;
  white-space: nowrap;
}

.td-catalog-product-hero__brand {
  --td-brand-color: var(--wp--preset--color--gray-500, #535062);
  background: color-mix(in srgb, var(--td-brand-color) 14%, #ffffff);
  color: var(--td-brand-color);
  font-size: var(--rgm-font-size-base, 18px);
  text-decoration: none;
  transition: background-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
}

.td-catalog-product-hero__brand[href]:hover,
.td-catalog-product-hero__brand[href]:focus-visible {
  background: color-mix(in srgb, var(--td-brand-color) 22%, #ffffff);
  color: var(--td-brand-color);
}

.td-catalog-product-hero__brand[href]:focus-visible {
  outline: 2px solid var(--td-brand-color);
  outline-offset: 2px;
}

.td-catalog-product-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.td-catalog-product-hero__badge {
  background: var(--wp--preset--color--secondary-100, #fdf7f8);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-base, 18px);
}

.td-catalog-product-hero__title {
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-2, 32px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 18px;
}

.td-catalog-product-hero__metadata {
  color: var(--wp--preset--color--gray-500, #535062);
  display: grid;
  font-size: var(--rgm-font-size-small, 14px);
  gap: 8px 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.35;
  margin: 0;
}

.td-catalog-product-hero__metadata-item {
  display: flex;
  gap: 4px;
  min-width: 0;
}

.td-catalog-product-hero__metadata dt,
.td-catalog-product-hero__metadata dd {
  margin: 0;
}

.td-catalog-product-hero__bottom {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 343px);
  margin-top: auto;
}

.td-catalog-product-hero__facts {
  min-width: 0;
  overflow: hidden;
}

.td-catalog-product-hero__facts-track {
  --td-product-active-fact-offset: 0px;
  display: flex;
  gap: 12px;
  transform: translateX(calc(var(--td-product-active-fact-offset) * -1));
  transition: transform 520ms var(--rgm-motion-ease-standard, ease);
}

.td-catalog-product-hero__fact {
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--td-brand-color, #535062) 16%, #ffffff),
      var(--wp--preset--color--white, #ffffff)
    );
  border-radius: 8px;
  color: var(--wp--preset--color--gray-900, #1b1441);
  flex: 0 0 calc(50% - 6px);
  min-width: 0;
  min-height: 110px;
  padding: 12px 12px 12px;
}

.td-catalog-product-hero__fact strong {
  display: block;
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-3, 24px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.td-catalog-product-hero__fact span {
  color: var(--wp--preset--color--gray-500, #535062);
  display: block;
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.25;
}

.td-catalog-product-hero__facts-more {
  color: var(--wp--preset--color--primary-700, #3700e5);
  display: inline-flex;
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 500;
  line-height: 1.25;
  margin-top: 10px;
  text-decoration: none;
  transition: color var(--rgm-motion-duration-fast, 180ms)
    var(--rgm-motion-ease-standard, ease);
}

.td-catalog-product-hero__facts-more:hover,
.td-catalog-product-hero__facts-more:focus-visible {
  color: var(--wp--preset--color--primary-500, #7a51fb);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.td-catalog-product-hero__purchase {
  background: var(--wp--preset--color--gray-500, #535062);
  border-radius: 8px;
  color: var(--wp--preset--color--white, #ffffff);
  min-width: 0;
  padding: 12px;
}

.td-catalog-product-hero__price-row {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 16px;
}

.td-catalog-product-hero__price {
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-3, 24px);
  font-weight: 400;
  line-height: 1.15;
}

.td-catalog-product-hero__old-price {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  display: inline-block;
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.15;
  position: relative;
  white-space: nowrap;
}

.td-catalog-product-hero__old-price[hidden] {
  display: none;
}

.td-catalog-product-hero__old-price::after {
  background: rgba(240, 0, 0, 0.65);
  content: "";
  height: 3px;
  left: -2px;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.td-catalog-product-hero__buy-form {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0;
}

.td-catalog-buy-form__quantity-stepper {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 42px;
  min-width: 0;
  padding: 0 10px;
}

.td-catalog-buy-form__quantity-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

.td-catalog-buy-form__quantity-button img {
  display: block;
  height: 24px;
  width: 24px;
}

.td-catalog-buy-form__quantity-button:first-of-type {
  margin-right: 8px;
}

.td-catalog-buy-form__quantity-label {
  align-items: center;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  margin-right: 8px;
  min-width: 0;
}

.td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-value {
  --td-catalog-quantity-digits: 1;
  appearance: textfield;
  border: 0;
  color: var(--wp--preset--color--gray-500, #535062);
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-3, 24px);
  line-height: 1;
  max-width: 4.4em;
  padding: 0;
  text-align: center;
  width: max(1.2em, calc(var(--td-catalog-quantity-digits) * 0.72em));
}

.td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-value::-webkit-inner-spin-button,
.td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-value::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.td-catalog-buy-form__quantity-unit {
  font-family: "Wix Madefor Display", "Wix Madefor Text", sans-serif;
  font-size: var(--wp--preset--font-size--heading-3, 24px);
  line-height: 1;
}

.td-catalog-product-hero__buy-form .td-catalog-buy-form__button {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--gray-900, #1b1441);
  border: 0;
  border-radius: 6px;
  color: var(--wp--preset--color--white, #ffffff);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 138px;
  padding: 0 18px;
}

.td-catalog-product-hero__buy-form .td-catalog-buy-form__button img {
  display: block;
  height: 24px;
  width: 24px;
}

.td-catalog-product-hero__variation-selector {
  border-bottom: 1px solid var(--rgm-color-border, #e3e2e9);
  border-top: 1px solid var(--rgm-color-border, #e3e2e9);
  margin: 0 0 18px;
  padding: 6px 0;
  position: relative;
  z-index: 4;
}

.td-catalog-product-hero__variation-current {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
}

.td-catalog-product-hero__variation-current-text {
  color: var(--wp--preset--color--gray-500, #535062);
  align-items: baseline;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.td-catalog-product-hero__variation-current-text .td-catalog-product-hero__variation-price {
  display: none;
}

.td-catalog-product-hero__variation-art,
.td-catalog-product-hero__variation-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.td-catalog-product-hero__variation-art {
  background: var(--wp--preset--color--gray-300, #c7c4d4);
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: var(--rgm-font-size-base, 18px);
  line-height: 1.25;
  padding: 0 8px;
}

.td-catalog-product-hero__variation-art strong {
  font-weight: 400;
}

.td-catalog-product-hero__variation-title {
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-base, 18px);
  line-height: 1.25;
}

.td-catalog-product-hero__variation-toggle {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--secondary-700, #d72652);
  border: 0;
  border-radius: 8px;
  color: var(--wp--preset--color--white, #ffffff);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 400;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 12px;
}

.td-catalog-product-hero__variation-toggle img {
  display: block;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.td-catalog-product-hero__variation-list {
  background: var(--wp--preset--color--white, #ffffff);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: var(--td-product-variation-list-height, auto);
  left: 0;
  max-height: var(--td-product-variation-list-max-height, 315px);
  overflow: hidden;
  padding: 6px 0px 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.td-catalog-product-hero__variation-list[hidden] {
  display: none;
}

.td-catalog-product-hero__variation-list::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    var(--wp--preset--color--white, #ffffff)
  );
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.td-catalog-product-hero__variation-list-header {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  padding: 0 0 12px;
}

.td-catalog-product-hero__variation-search {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.td-catalog-product-hero__variation-search input {
  appearance: none;
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 8px;
  color: var(--wp--preset--color--gray-500, #535062);
  font-family: inherit;
  font-size: var(--rgm-font-size-small, 14px);
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.td-catalog-product-hero__variation-search input::placeholder {
  color: var(--wp--preset--color--gray-500, #535062);
  opacity: 1;
}

.td-catalog-product-hero__variation-search input:focus-visible {
  border-color: var(--wp--preset--color--primary-300, #c9baf7);
  outline: 0;
}

.td-catalog-product-hero__variation-close {
  align-items: center;
  appearance: none;
  background: var(--wp--preset--color--secondary-700, #d72652);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.td-catalog-product-hero__variation-close img {
  display: block;
  filter: brightness(0) invert(1);
  height: 18px;
  width: 18px;
}

.td-catalog-product-hero__variation-options {
  align-content: start;
  display: grid;
  flex: 1 1 auto;
  gap: 12px;
  max-height: var(--td-product-variation-options-max-height, 231px);
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  padding: 6px 0 12px;
  position: relative;
}

.td-catalog-product-hero__variation-option {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--wp--preset--color--gray-500, #535062);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: var(--rgm-font-size-base, 18px);
  gap: 12px;
  max-width: 100%;
  min-height: 34px;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

.td-catalog-product-hero__variation-option[hidden] {
  display: none;
}

.td-catalog-product-hero__variation-option:disabled {
  cursor: default;
  opacity: 0.55;
}

.td-catalog-product-hero__variation-option.is-active {
  color: var(--wp--preset--color--gray-900, #1b1441);
}

.td-catalog-product-hero__variation-status {
  background: var(--wp--preset--color--gray-300, #c7c4d4);
  border-radius: 8px;
  flex: 0 0 auto;
  height: 28px;
  width: 36px;
}

.td-catalog-product-hero__variation-option.is-active
  .td-catalog-product-hero__variation-status {
  background: var(--wp--preset--color--gray-500, #535062);
}

.td-catalog-product-hero__variation-name {
  align-items: baseline;
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
}

.td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-art,
.td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-title {
  font-size: var(--rgm-font-size-base, 18px);
}

.td-catalog-product-hero__variation-price {
  flex: 0 0 auto;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-price {
  font-size: var(--rgm-font-size-base, 18px);
}

.td-catalog-product-hero__variation-empty {
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  margin: 12px 0 0;
}

.td-catalog-product-hero__variation-toggle:focus-visible,
.td-catalog-product-hero__variation-close:focus-visible,
.td-catalog-product-hero__variation-option:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog-product__description {
  margin: 32px 0 0;
  overflow: hidden;
}

.td-catalog-product__description h2,
.td-catalog-product__description h3,
.td-catalog-product__files h2,
.td-catalog-product__attributes h2 {
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  border-radius: 8px;
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-family: var(
    --wp--preset--font-family--wix-madefor-display,
    "Wix Madefor Display",
    "Wix Madefor Text",
    sans-serif
  );
  padding: 10px 12px;
}

.td-catalog-product__description img {
  display: block;
  height: auto;
  max-width: 100%;
}

.td-catalog-product__files {
  margin: 32px 0 0;
}

.td-catalog-product__files-intro {
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.35;
  margin: 0 0 18px;
}

.td-catalog-product__files-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-catalog-product-file {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 8px;
  color: inherit;
  display: grid;
  min-height: 100px;
  padding: 12px;
  position: relative;
  text-decoration: none;
  transition:
    border-color var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    box-shadow var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease),
    transform var(--rgm-motion-duration-fast, 180ms)
      var(--rgm-motion-ease-standard, ease);
}

.td-catalog-product-file:hover {
  border-color: var(--wp--preset--color--gray-500, #535062);
  box-shadow: 0 10px 24px rgba(27, 20, 65, 0.1);
  transform: translateY(-1px);
}

.td-catalog-product-file:focus-visible {
  border-color: var(--wp--preset--color--gray-500, #535062);
  box-shadow: 0 10px 24px rgba(27, 20, 65, 0.1);
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog-product-file__content {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding-right: 38px;
}

.td-catalog-product-file__extension {
  align-items: center;
  background: var(--wp--preset--color--secondary-100, #fdf7f8);
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  max-width: 52px;
  overflow: hidden;
  text-transform: uppercase;
}

.td-catalog-product-file__text {
  min-width: 0;
}

.td-catalog-product-file__title {
  color: var(--wp--preset--color--gray-900, #1b1441);
  display: block;
  font-size: var(--rgm-font-size-small, 14px);
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.td-catalog-product-file__meta {
  color: var(--wp--preset--color--gray-300, #c7c4d4);
  display: block;
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.3;
  margin: 4px 0 0;
}

.td-catalog-product-file__meta:empty {
  display: none;
}

.td-catalog-product-file__download-icon {
  align-items: center;
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
}

.td-catalog-product-file__download-icon::before {
  background: currentColor;
  content: "";
  height: 12px;
  left: 13px;
  position: absolute;
  top: 6px;
  width: 2px;
}

.td-catalog-product-file__download-icon::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  width: 8px;
}

.td-catalog-product__attributes {
  margin: 32px 0 0;
  overflow: hidden;
}

.td-catalog-product__attributes dl {
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 12px;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  margin: 18px 0 0;
  overflow: hidden;
}

.td-catalog-product__attributes dt,
.td-catalog-product__attributes dd {
  border-bottom: 1px solid var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.35;
  margin: 0;
  min-width: 0;
  padding: 10px 12px;
}

.td-catalog-product__attributes dt {
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  border-right: 1px solid var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-weight: 500;
}

.td-catalog-product__attributes dd {
  background: var(--wp--preset--color--white, #ffffff);
}

.td-catalog-product__attributes dt:last-of-type,
.td-catalog-product__attributes dd:last-of-type {
  border-bottom: 0;
}

.td-catalog-product-table {
  -webkit-overflow-scrolling: touch;
  background: var(--wp--preset--color--white, #ffffff);
  border: 1px solid var(--rgm-color-border, #e3e2e9);
  border-radius: 12px;
  contain: paint;
  margin: 18px 0 24px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.td-catalog-product-table:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog-product-table__table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
  table-layout: auto;
  width: 100%;
}

.td-catalog-product-table--complex .td-catalog-product-table__table {
  min-width: 760px;
}

.td-catalog-product__description th,
.td-catalog-product__description td {
  border-bottom: 1px solid var(--rgm-color-border, #e3e2e9);
  border-right: 1px solid var(--rgm-color-border, #e3e2e9);
  color: var(--wp--preset--color--gray-500, #535062);
  font-size: var(--rgm-font-size-small, 14px);
  line-height: 1.35;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.td-catalog-product__description th,
.td-catalog-product-table__section-row > td {
  background: var(--wp--preset--color--gray-100, #f8f8fc);
  color: var(--wp--preset--color--gray-900, #1b1441);
  font-weight: 500;
}

.td-catalog-product__description .td-catalog-product-table__edge-bottom {
  border-bottom: 0;
}

.td-catalog-product__description .td-catalog-product-table__edge-right {
  border-right: 0;
}

.td-catalog__pagination {
  align-items: center;
  background: var(--wp--preset--color--white, #ffffff);
  border: 0;
  border-radius: var(--wp--custom--radius--default, 12px);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 12px 0 0;
  min-height: 60px;
  padding: 12px;
  width: 100%;
}

.td-catalog__pagination-status {
  color: var(--wp--preset--color--gray-700, #4c476b);
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  line-height: 1.28;
}

.td-catalog__pagination-controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  margin-left: auto;
}

.td-catalog__pagination-link {
  align-items: center;
  border-radius: 6px;
  color: var(--wp--preset--color--gray-500, #535062);
  display: inline-flex;
  font-size: var(--rgm-font-size-base, 18px);
  font-weight: 500;
  gap: 6px;
  line-height: 1.28;
  text-decoration: none;
  transition: color var(--rgm-motion-duration-fast, 180ms) ease;
}

.td-catalog__pagination-link:not(.is-disabled):hover {
  color: var(--wp--preset--color--gray-500, #535062);
}

.td-catalog__pagination-link:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary-300, #c9baf7);
  outline-offset: 3px;
}

.td-catalog__pagination-link.is-disabled {
  cursor: default;
}

.td-catalog__pagination-icon {
  align-items: center;
  background: transparent;
  border: 1px solid var(--wp--preset--color--border-base, #e3e2e9);
  border-radius: 6px;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  transition:
    background-color var(--rgm-motion-duration-fast, 180ms) ease,
    border-color var(--rgm-motion-duration-fast, 180ms) ease,
    color var(--rgm-motion-duration-fast, 180ms) ease;
  width: 36px;
}

.td-catalog__pagination-icon::before {
  background: currentColor;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.td-catalog__pagination-icon--prev::before {
  -webkit-mask: var(--td-catalog-pagination-arrow-left) center / 24px 24px no-repeat;
  mask: var(--td-catalog-pagination-arrow-left) center / 24px 24px no-repeat;
}

.td-catalog__pagination-icon--next::before {
  -webkit-mask: var(--td-catalog-pagination-arrow-right) center / 24px 24px no-repeat;
  mask: var(--td-catalog-pagination-arrow-right) center / 24px 24px no-repeat;
}

.td-catalog__pagination-link:not(.is-disabled):hover .td-catalog__pagination-icon,
.td-catalog__pagination-link:not(.is-disabled):focus-visible .td-catalog__pagination-icon {
  background: var(--wp--preset--color--gray-500, #535062);
  border-color: var(--wp--preset--color--gray-500, #535062);
  color: var(--wp--preset--color--white, #ffffff);
}

@media (max-width: 1180px) {
  .td-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .td-catalog-product-hero {
    grid-template-columns: 1fr;
  }

  .td-catalog-product-hero__gallery {
    justify-content: start;
  }

  .td-catalog-product-hero__bottom {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) minmax(0, 343px);
    margin-top: 18px;
  }

  .td-catalog-product-hero__facts {
    height: 100%;
    overflow: visible;
  }

  .td-catalog-product-hero__facts-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
    transform: none;
    transition: none;
  }

  .td-catalog-product-hero__fact {
    display: flex;
    flex: initial;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }

  .td-catalog-product-hero__fact:only-child,
  .td-catalog-product-hero__fact:nth-child(odd):last-child {
    grid-column: 1 / -1;
  }

  .td-catalog-product-hero__purchase {
    height: 100%;
  }
}

@media (max-width: 860px) {
  .td-catalog {
    width: calc(100% - 32px);
  }

  .td-catalog-brand-hero {
    min-height: 0;
  }

  .td-catalog-root-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .td-catalog-product-hero__bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  }

  .td-catalog-product-hero__purchase {
    height: 100%;
  }

  .td-catalog-product-table--complex .td-catalog-product-table__table {
    min-width: 720px;
  }

  .td-catalog-product__files-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .td-catalog-product-hero__bottom {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .td-catalog-product-hero__facts,
  .td-catalog-product-hero__facts-track {
    height: auto;
  }

  .td-catalog-product-hero__fact {
    min-height: 110px;
  }

  .td-catalog-product-hero__purchase {
    height: auto;
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  html:has(.td-catalog),
  body:has(.td-catalog) {
    overflow-x: hidden;
    overflow-x: clip;
    padding-left: 0;
    padding-right: 0;
  }

  .td-catalog {
    padding-top: 0;
    width: calc(100% - 24px);
  }

  .td-catalog-new-arrivals {
    gap: 32px;
  }

  .td-catalog-new-arrivals__brand-title {
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    min-height: 84px;
    padding: 18px 12px;
  }

  .td-catalog-new-arrivals__brand-mark img {
    max-height: 28px;
    max-width: min(105px, 34vw);
  }

  .td-catalog-new-arrivals__brand-mark span {
    font-size: var(--wp--preset--font-size--large, 24px);
    max-width: min(105px, 34vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .td-catalog-new-arrivals__brand-link {
    flex: 0 1 auto;
    font-size: var(--rgm-font-size-small, 14px);
    justify-content: flex-end;
    margin-left: auto;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .td-catalog-new-arrivals__brand-link span:first-child {
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .td-catalog-brand-hero {
    border-radius: var(--wp--custom--radius--default, 12px);
    gap: 18px;
    margin-bottom: 18px;
    padding: 20px 12px;
  }

  .td-catalog-brand-hero__top {
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
  }

  .td-catalog-brand-hero__title {
    font-size: var(--wp--preset--font-size--heading-1, 42.5px);
  }

  .td-catalog-brand-hero__mark img {
    max-height: 28px;
    max-width: 96px;
  }

  .td-catalog-brand-hero__mark span {
    font-size: var(--wp--preset--font-size--large, 24px);
    max-width: 120px;
  }

  .td-catalog-brand-hero__body {
    gap: 18px;
  }

  .td-catalog-brand-hero__description {
    font-size: var(--rgm-font-size-small, 14px);
    line-height: 1.35;
  }

  .td-catalog-brand-hero__stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .td-catalog-brand-hero__stat {
    height: auto;
    min-height: 88px;
    min-width: 0;
    width: 100%;
  }

  .td-catalog-brand-hero__stat strong {
    font-size: var(--wp--preset--font-size--heading-3, 24px);
    white-space: normal;
  }

  .td-catalog-brand-quick-categories {
    gap: 6px;
    margin-bottom: 18px;
  }

  .td-catalog-brand-quick-categories__item {
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .td-catalog__pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }

  .td-catalog__pagination-controls {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }

  .td-catalog-product__attributes dl {
    grid-template-columns: 1fr;
  }

  .td-catalog-product__attributes dt {
    border-bottom: 0;
    border-right: 0;
    padding-bottom: 4px;
  }

  .td-catalog-product__attributes dd {
    padding-top: 0;
  }

  .td-catalog-product__files-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .td-catalog-product-file {
    min-height: 0;
  }

  .td-catalog-listing-controls__bar {
    gap: 12px;
  }

  .td-catalog-listing-controls__button {
    padding-left: 0;
    padding-right: 0;
  }

  .td-catalog-listing-controls__panel {
    left: 0;
    right: 0;
    width: 100%;
  }

  .td-catalog-root-category-card {
    gap: 24px;
    padding: 18px 16px;
  }

  .td-catalog-root-category-card__header {
    gap: 16px;
    min-height: 48px;
  }

  .td-catalog-root-category-card__title {
    font-size: 24px;
  }

  .td-catalog-root-category-card__arrow {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .td-catalog-root-category-card__child-link {
    font-size: 18px;
  }

  .td-catalog__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .td-catalog-product-card__meta,
  .td-catalog-listing-banner__meta {
    width: calc(100% - 24px);
  }

  .td-catalog-product-card__gallery,
  .td-catalog-listing-banner__media {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 12px;
    width: calc(100% - 24px);
  }

  .td-catalog-product-hero {
    padding: 8px;
  }

  .td-catalog-product-hero__gallery {
    grid-template-areas:
      "main"
      "thumbs";
    grid-template-columns: minmax(0, 1fr);
  }

  .td-catalog-product-hero__thumbs {
    --td-product-mobile-thumb-clearance: 6px;
    --td-product-mobile-thumb-gap: 12px;
    --td-product-mobile-thumb-size: clamp(58px, calc((100vw - 84px) / 4), 76px);
    flex-direction: row;
    gap: var(--td-product-mobile-thumb-gap);
    grid-area: thumbs;
    min-width: 0;
    width: 100%;
  }

  .td-catalog-product-hero__thumb-list {
    flex: 1 1 auto;
    flex-direction: row;
    gap: var(--td-product-mobile-thumb-gap);
    max-height: none;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .td-catalog-product-hero__thumbs:has(.td-catalog-product-hero__thumb-scroll)
    .td-catalog-product-hero__thumb-list {
    flex: 0 0 auto;
    width: calc(100% - var(--td-product-mobile-thumb-size) - var(--td-product-mobile-thumb-gap) - var(--td-product-mobile-thumb-clearance));
  }

  .td-catalog-product-hero__thumb,
  .td-catalog-product-hero__thumb-scroll {
    height: var(--td-product-mobile-thumb-size);
    width: var(--td-product-mobile-thumb-size);
  }

  .td-catalog-product-hero__thumb {
    scroll-snap-align: start;
  }

  .td-catalog-product-hero__thumb-list::-webkit-scrollbar {
    display: none;
  }

  .td-catalog-product-hero__thumb-scroll {
    margin-left: auto;
  }

  .td-catalog-product-hero__thumb-scroll img {
    height: min(48px, calc(var(--td-product-mobile-thumb-size) - 16px));
    transform: rotate(-90deg);
    width: min(48px, calc(var(--td-product-mobile-thumb-size) - 16px));
  }

  .td-catalog-product-hero__main {
    aspect-ratio: 1;
    grid-area: main;
    height: auto;
    width: 100%;
  }

  .td-catalog-product-hero__lightbox {
    padding: 12px;
  }

  .td-catalog-product-hero__lightbox-dialog {
    max-height: calc(100dvh - 24px);
    padding: 48px 12px 16px;
  }

  .td-catalog-product-hero__lightbox-image {
    max-height: calc(100dvh - 112px);
  }

  .td-catalog-product-hero__metadata {
    grid-template-columns: 1fr;
  }

  .td-catalog-product-hero__bottom {
    gap: 16px;
    margin-top: 16px;
  }

  .td-catalog-product-hero__facts {
    overflow: visible;
  }

  .td-catalog-product-hero__facts-track {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
    transition: none;
  }

  .td-catalog-product-hero__fact {
    display: flex;
    flex: initial;
    flex-direction: column;
    justify-content: space-between;
    min-height: 84px;
    padding: 12px;
  }

  .td-catalog-product-hero__fact:only-child,
  .td-catalog-product-hero__fact:nth-child(odd):last-child {
    grid-column: 1 / -1;
  }

  .td-catalog-product-hero__fact strong {
    font-size: 20px;
    margin: 0;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }

  .td-catalog-product-hero__fact span {
    margin-top: 10px;
    overflow-wrap: anywhere;
  }

  .td-catalog-product-hero__buy-form {
    align-items: stretch;
    flex-direction: column;
  }

  .td-catalog-product-hero__price,
  .td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-value,
  .td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-unit {
    font-size: 32px;
  }

  .td-catalog-product-hero__buy-form .td-catalog-buy-form__quantity-stepper {
    min-height: 56px;
  }

  .td-catalog-product-hero__buy-form .td-catalog-buy-form__button {
    width: 100%;
  }

  .td-catalog-product-hero__variation-current {
    align-items: stretch;
    flex-direction: column;
  }

  .td-catalog-product-hero__variation-current-text {
    align-content: start;
    align-items: start;
    column-gap: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 6px;
  }

  .td-catalog-product-hero__variation-current-text .td-catalog-product-hero__variation-price {
    display: block;
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: static;
    text-align: right;
    text-overflow: ellipsis;
  }

  .td-catalog-product-hero__variation-current-text .td-catalog-product-hero__variation-art {
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    position: static;
  }

  .td-catalog-product-hero__variation-current-text .td-catalog-product-hero__variation-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.2;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .td-catalog-product-hero__variation-toggle {
    width: 100%;
  }

  .td-catalog-product-hero__variation-list {
    max-height: var(--td-product-variation-list-max-height, 300px);
    padding: 6px 0px 24px;
  }

  .td-catalog-product-hero__variation-list::after {
    height: 64px;
  }

  .td-catalog-product-hero__variation-options {
    gap: 0px;
    padding: 6px 0 24px;
  }

  .td-catalog-product-hero__variation-list-header {
    align-items: stretch;
  }

  .td-catalog-product-hero__variation-search {
    flex: 1 1 auto;
  }

  .td-catalog-product-hero__variation-option {
    align-content: start;
    align-items: start;
    column-gap: 8px;
    display: grid;
    font-size: var(--rgm-font-size-small, 14px);
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    overflow: hidden;
    row-gap: 6px;
  }

  .td-catalog-product-hero__variation-name {
    display: contents;
  }

  .td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-price {
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: static;
    text-align: right;
    text-overflow: ellipsis;
  }

  .td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-art {
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    position: static;
  }

  .td-catalog-product-hero__variation-option .td-catalog-product-hero__variation-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: var(--rgm-font-size-small, 14px);
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.2;
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .td-catalog-product-card__track,
  .td-catalog-product-card__dot,
  .td-catalog-product-hero__main-slide,
  .td-catalog-product-hero__facts-track {
    transition: none;
  }
}
