.omgg-active .om-container {
  max-width: 1240px;
}

.omgg-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
  color: #1b1b1b;
}

.omgg-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #676767;
  font-size: 14px;
}

.omgg-breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #a2a2a2;
}

.omgg-breadcrumbs a {
  color: inherit;
}

.omgg-hero {
  overflow: hidden;
  padding: clamp(32px, 7vw, 76px);
  border-radius: 24px;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .28)),
    url("../../themes/odditymall-child/assets/unique-gifts-banner.jpg") center/cover;
  color: #fff;
}

.omgg-kicker,
.omgg-filter-eyebrow {
  margin: 0 0 8px;
  color: #ffd500;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.omgg-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 66px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.omgg-intro {
  max-width: 770px;
  margin: 20px 0 0;
  color: #f7f7f7;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
}

.omgg-intro p:last-child {
  margin-bottom: 0;
}

.omgg-filter-form {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
}

.omgg-filter-heading,
.omgg-filter-actions,
.omgg-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.omgg-filter-heading h2 {
  margin: 0;
  font-size: 28px;
}

.omgg-filter-heading .omgg-filter-eyebrow {
  color: #7a6400;
}

.omgg-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #f7f7f5;
}

.omgg-active-filters[hidden],
.omgg-filter-count[hidden] {
  display: none !important;
}

.omgg-active-label {
  color: #555;
  font-size: 13px;
  font-weight: 800;
}

.omgg-filter-chips {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

.omgg-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 7px 6px 12px;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  background: #fff;
  color: #1c1c1c;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.omgg-filter-chip:hover,
.omgg-filter-chip:focus {
  border-color: #171717;
  background: #fff;
  color: #171717;
  text-decoration: none;
  outline: 2px solid rgba(23, 23, 23, .15);
  outline-offset: 1px;
}

.omgg-chip-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.omgg-filter-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.omgg-filter-group {
  min-width: 0;
  margin: 0;
  padding: 6px 18px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
}

.omgg-filter-group legend {
  padding: 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.omgg-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}

.omgg-options label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
}

.omgg-options input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #111;
}

.omgg-filter-group select,
.omgg-sort select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #bdbdbd;
  border-radius: 9px;
  background: #fff;
}

.omgg-filter-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.omgg-apply,
.omgg-primary-link,
.omgg-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.omgg-apply:hover,
.omgg-primary-link:hover,
.omgg-card-button:hover {
  background: #3a3a3a;
  color: #fff;
}

.omgg-apply:disabled {
  opacity: .55;
  cursor: wait;
}

.omgg-clear {
  color: #292929;
  font-weight: 700;
}

.omgg-results-toolbar {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.omgg-result-count {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.omgg-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.omgg-sort select {
  width: auto;
}

.omgg-price-note {
  margin: 20px 0 16px;
  color: #666;
  font-size: 13px;
}

.omgg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  transition: opacity .18s ease;
}

.omgg-filter-form.is-loading + .omgg-price-note + .omgg-grid,
.omgg-grid[aria-busy="true"] {
  opacity: .45;
}

.omgg-card {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
}

.omgg-card-media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f3f3f3;
}

.omgg-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.omgg-card-media:hover img {
  transform: scale(1.025);
}

.omgg-card-body {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 18px;
}

.omgg-card-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.omgg-card-title a {
  color: #171717;
  text-decoration: none;
}

.omgg-card-excerpt {
  margin: 12px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.omgg-card-button {
  align-self: stretch;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 4px;
  background: #d73a3a;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.omgg-card-button:hover,
.omgg-card-button:focus {
  background: #b72c2c;
  color: #fff;
  text-decoration: none;
}

.omgg-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 34px 0 0;
}

.omgg-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #707070;
  border-radius: 9px;
  background: #2a2a2a;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.omgg-pagination a.page-numbers:hover,
.omgg-pagination a.page-numbers:focus {
  border-color: #d73a3a;
  background: #d73a3a;
  color: #fff;
  text-decoration: none;
}

.omgg-pagination .current {
  border-color: #d73a3a;
  background: #d73a3a;
  color: #fff;
}

.omgg-pagination .dots {
  min-width: 24px;
  border-color: transparent;
  background: transparent;
  color: #fff;
}

.omgg-method,
.omgg-not-found,
.omgg-inline-empty {
  margin-top: 42px;
  padding: clamp(24px, 5vw, 44px);
  border-radius: 18px;
  background: #f6f6f3;
}

.omgg-method h2,
.omgg-not-found h2,
.omgg-inline-empty h2 {
  margin-top: 0;
}

.omgg-mobile-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 108px;
  min-height: 46px;
  color: #171717 !important;
  line-height: 1;
}

.omgg-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.omgg-fixed-filter {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .omgg-filter-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .omgg-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 16px;
  }

  .omgg-hero,
  .omgg-filter-form {
    border-radius: 15px;
  }

  .omgg-mobile-filter-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    padding: 9px 13px;
    border: 1px solid #bcbcbc;
    border-radius: 999px;
    background: #fff;
    font-weight: 800;
  }

  .omgg-filter-heading {
    align-items: center;
    gap: 14px;
  }

  .omgg-filter-heading h2 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.15;
  }

  .omgg-active-filters {
    align-items: flex-start;
    padding: 11px;
  }

  .omgg-active-label {
    width: 100%;
  }

  .omgg-filter-chips {
    width: 100%;
  }

  .omgg-filter-groups {
    display: none;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
  }

  .omgg-filter-groups.is-open {
    display: grid;
  }

  .omgg-filter-group {
    padding: 2px 16px 14px;
  }

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

  .omgg-card-body {
    min-height: 235px;
    padding: 14px;
  }

  .omgg-card-title {
    font-size: 16px;
  }

  .omgg-card-excerpt {
    font-size: 13px;
  }

  .omgg-results-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .omgg-grid {
    grid-template-columns: 1fr;
  }

  .omgg-card-body {
    min-height: 0;
  }
}
