#sv-product-catalog,
.sv-product-catalog {
  --sv-product-catalog-mobile-motion-duration: 300ms;
  color: var(--color-text);
  font-family: var(--font-family-secondary);
}

.sv-product-cat-ancestor-name {
  color: var(--brand-primary-primary, #d05500);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
}

.sv-product-catalog-hero-highlight-description {
  color: var(--color-white);
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.sv-product-catalog-presentation {
  color: #322e2d;
  font-family: var(--font-family-secondary);
  width: 100%;
}

.sv-product-catalog-presentation__inner {
  margin: 0 auto;
  max-width: 1216px;
}

.sv-product-catalog-presentation__title {
  color: var(--color-gray-800);
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 32px 0;
}

.sv-product-catalog-presentation__description {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.sv-product-catalog-presentation__description p {
  margin-bottom: 16px;
}

.sv-product-catalog-presentation__description > *:first-child {
  margin-top: 0;
}

.sv-product-catalog-presentation__description > *:last-child {
  margin-bottom: 0;
}

.sv-product-catalog,
.sv-product-catalog * {
  box-sizing: border-box;
}

.sv-product-catalog [hidden] {
  display: none !important;
}

.sv-product-catalog.is-loading {
  cursor: progress;
}

.sv-product-catalog-toast {
  bottom: 24px;
  color: #056438;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  line-height: 1.5em;
  max-width: calc(100vw - 32px);
  width: fit-content !important;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, calc(100% + 24px));
  transition:
    opacity 300ms ease,
    transform 300ms ease;
  z-index: 9999;
}

.sv-product-catalog-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sv-product-catalog-toast .sv-product-catalog-toast__content {
  align-items: center;
  background: #ecfdf3;
  border-radius: 0;
  display: inline-flex;
  gap: 8px;
  max-width: 100%;
  padding: 8px 8px 8px 12px;
  pointer-events: auto;
  border: 1px solid #94dfb2;
}

.sv-product-catalog-toast .sv-product-catalog-toast__content::before {
  content: "";
  display: block;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.sv-product-catalog-toast .sv-product-catalog-toast__content::before {
  background: url("/wp-content/themes/hello-theme-child-project-stam/assets/images/check-circle-success.png")
    center / contain no-repeat;
}

.sv-product-catalog-toast .sv-product-catalog-toast__close {
  background: url("/wp-content/themes/hello-theme-child-project-stam/assets/images/x-close-dark.svg")
    center / contain no-repeat;
  border: 6px;
  cursor: pointer;
  display: block;
  flex: 0 0 26px;
  height: 26px;
  width: 26px;
  padding: 4px;
  background-size: 16px;
  border: 1px solid transparent;
}

.sv-product-catalog-toast .sv-product-catalog-toast__close:hover {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
}

.sv-product-catalog-toast .sv-product-catalog-toast__close:focus-visible {
  outline: 2px solid #056438;
  outline-offset: 2px;
}

.sv-product-catalog-toast .sv-product-catalog-toast__close::before {
  content: "";
}

.sv-product-catalog-toast .sv-product-catalog-toast__close:hover {
  opacity: 0.8;
}

.sv-product-catalog-toast .sv-product-catalog-toast__message {
  white-space: nowrap;
  padding: 4px 0;
}

.sv-product-catalog__toolbar {
  display: grid;
  margin-bottom: 32px;
}

.sv-product-catalog__toolbar-row {
  color: var(--color-gray-900);
  display: grid;
  font-family: var(--font-family-secondary);
  gap: 48px;
}

.sv-product-catalog__toolbar-main {
  color: var(--color-gray-900);
  display: block;
  padding: 0 0 16px;
  border-bottom: 1px solid #e7e3e1;
}

.sv-product-catalog__toolbar-summary {
  color: #1c1a19;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.sv-product-catalog__toolbar-summary-separator {
  color: #1c1a19;
  display: inline-block;
}

.sv-product-catalog__toolbar-meta {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
}

.sv-product-catalog__chip,
.sv-product-catalog__active-clear,
.sv-product-catalog__filter-toggle,
.sv-product-catalog__pagination-button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.sv-product-catalog__active-slot {
  flex: 1 1 auto;
  display: none;
}

.sv-product-catalog__active-slot--mobile {
  display: block;
  flex: 0 0 auto;
}

.sv-product-catalog__active-filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.sv-product-catalog__active-filters-label {
  color: #1c1a19;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.sv-product-catalog__active-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sv-product-catalog__chip {
  align-items: center;
  background: #1c1a19;
  border: 1px solid #322e2d;
  color: #fff;
  display: flex;
  gap: 4px;
  justify-content: center;
  min-width: 25px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: var(--transition-default);
}

.sv-product-catalog__chip-remove img {
  display: block;
}

.sv-product-catalog__chip:hover {
  background: #322e2d;
  border-color: #4d4846;
}

.sv-product-catalog__active-clear {
  align-items: center;
  background: transparent !important;
  color: #1c1a19;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  line-height: 1.5em;
  margin-left: 16px;
  padding: 0;
  transition: var(--transition-default);
}

.sv-product-catalog__active-clear-icon {
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
}

.sv-product-catalog__active-clear-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.sv-product-catalog__filter-toggle:hover,
.sv-product-catalog__filter-toggle:focus-visible {
  color: var(--color-primary);
}

.sv-product-catalog__active-clear:hover,
.sv-product-catalog__active-clear:focus-visible {
  color: #d05500;
  outline: 0;
}

.sv-product-catalog__layout {
  display: block;
}

.sv-product-catalog__content {
  min-width: 0;
}

.sv-product-catalog__sidebar {
  display: none;
}

.sv-product-catalog__filter-group {
  display: grid;
  gap: 16px;
}

.sv-product-catalog__filter-group-title {
  color: #322e2d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
}

.sv-product-catalog__filter-options {
  display: grid;
  gap: 16px;
}

.sv-product-catalog__check {
  align-items: center;
  color: #322e2d;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 6px;
  line-height: 1.5em;
}

.sv-product-catalog__filter-link {
  color: #322e2d;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.sv-product-catalog__filter-link:hover,
.sv-product-catalog__filter-link:focus-visible {
  color: var(--color-primary);
}

.sv-product-catalog__filter-link.is-active {
  color: var(--color-primary);
  font-weight: 700;
}

.sv-product-catalog__mobile-body
  [data-sv-product-catalog-mobile-group-tab="line_links"] {
  display: none;
}

.is-product-catalog-page-offset .container-products {
  order: 1;
}

.is-product-catalog-page-offset .container-categorias {
  order: 2;
}

.sv-product-catalog__check input {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 1px solid #d9d4d2;
  border-radius: 4px;
  flex: 0 0 auto;
  height: 16px;
  margin: 0;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  width: 16px;
}

.sv-product-catalog__check input:checked {
  background-color: #d05500;
  background-image: url("../../images/check.svg");
  border-color: #d05500;
}

.sv-product-catalog__check input:focus-visible {
  box-shadow: 0 0 0 3px rgba(208, 85, 0, 0.18);
  outline: 0;
}

.sv-product-catalog__filter-toggle {
  align-items: center;
  color: #4d4846 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  line-height: 1.5em;
  max-width: max-content;
  padding: 0;
  transition: var(--transition-default);
  width: auto;
  background: transparent !important;
}

.sv-product-catalog__filter-toggle-icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  height: 18px;
  justify-content: center;
  position: relative;
  width: 18px;
}

.sv-product-catalog__filter-toggle-icon svg {
  display: block;
  flex: 0 0 auto;
}

.sv-product-catalog__filter-toggle-icon
  .sv-product-catalog__filter-toggle-icon-plus {
  display: block;
}

.sv-product-catalog__filter-toggle-icon
  .sv-product-catalog__filter-toggle-icon-minus {
  display: none;
  width: 12px;
}

.sv-product-catalog__filter-toggle[aria-expanded="true"]
  .sv-product-catalog__filter-toggle-icon
  .sv-product-catalog__filter-toggle-icon-plus {
  display: none;
}

.sv-product-catalog__filter-toggle[aria-expanded="true"]
  .sv-product-catalog__filter-toggle-icon
  .sv-product-catalog__filter-toggle-icon-minus {
  display: block;
}

.sv-product-catalog__grid-inner {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 2fr));
}

.sv-product-catalog__empty-state {
  background: #fff;
  padding: 40px 24px;
  text-align: center;
}

.sv-product-catalog__empty-state-title {
  color: #322e2d;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

.sv-product-catalog__empty-state-text {
  color: #6c6664;
  margin: 0;
}

.sv-product-catalog__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 40px;
}

.sv-product-catalog__pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sv-product-catalog__pagination-slot .sv-product-catalog__pagination-button {
  align-items: center;
  background: #fff;
  border: 1px solid #f3f0ee;
  color: #322e2d;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  transition: var(--transition-default);
  width: 40px;
  border-radius: 0;
  color: #322e2d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.sv-product-catalog__pagination-icon {
  display: block;
  flex: 0 0 auto;
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button.is-previous
  .sv-product-catalog__pagination-icon {
  transform: rotate(180deg);
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button:hover,
.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button:focus-visible {
  background: #d05500;
  border-color: #d05500;
  color: #fff;
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button.is-current {
  background: #d05500;
  border-color: #d05500;
  color: #fff;
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button.is-disabled
  .sv-product-catalog__pagination-icon {
  opacity: 0.4;
}

.sv-product-catalog__pagination-slot
  .sv-product-catalog__pagination-button.is-dots {
  background: transparent;
  border: none;
  height: auto;
  min-width: auto;
  padding-left: 6px;
  padding-right: 6px;
  pointer-events: none;
  width: auto;
  color: #322e2d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

.sv-product-catalog-taxonomy-fallback {
  padding: 48px 24px;
}

.sv-product-catalog-taxonomy-fallback__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.sv-product-catalog-taxonomy-fallback__inner h1 {
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .sv-product-cat-ancestor-name {
    font-size: 14px;
    line-height: 1.25em;
  }

  .sv-product-catalog-hero-highlight-description {
    font-size: 16px;
  }

  .sv-product-catalog-presentation__title {
    font-size: 32px;
  }

  .sv-product-catalog-presentation__description {
    font-size: 16px;
  }

  .sv-product-catalog__filter-group-title {
    font-size: 12px;
  }

  .sv-product-catalog__check,
  .sv-product-catalog__filter-link {
    font-size: 14px;
  }

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

@media (min-width: 1024px) {
  .sv-product-catalog-presentation__title {
    font-size: 40px;
  }

  .sv-product-catalog__active-slot {
    display: block;
  }

  .sv-product-catalog__layout {
    display: grid;
    align-items: start;
    gap: 32px;
    grid-template-columns: 175px minmax(0, 1fr);
  }

  .sv-product-catalog__layout > .sv-product-catalog__content:first-child {
    grid-column: 1 / -1;
  }

  .sv-product-catalog__sidebar {
    display: grid;
    gap: 40px;
  }

  .sv-product-catalog__filter-group-title {
    border-bottom: 1px solid #e7e3e1;
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 16px;
  }

  .sv-product-catalog__toolbar {
    margin-bottom: 48px;
    gap: 48px;
  }

  .sv-product-catalog__toolbar-row {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 0 16px;
    border-bottom: 1px solid #e7e3e1;
  }

  .sv-product-catalog__toolbar-summary,
  .sv-product-catalog__toolbar-summary-separator {
    font-size: 14px;
  }

  .sv-product-catalog__toolbar-meta {
    align-self: end;
    grid-column: 2;
  }

  .sv-product-catalog__toolbar-main {
    grid-column: 1;
    padding: 0;
    border: none;
  }

  .sv-product-catalog__grid-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
