body.ozs-brand-archive {
  --ozs-brand-navy: #061a2f;
  --ozs-brand-navy-2: #0d2d4d;
  --ozs-brand-gold: #c9a451;
  --ozs-brand-gold-light: #ead59c;
  --ozs-brand-ivory: #fffdf8;
  --ozs-brand-beige: #f9f6ef;
  --ozs-brand-text: #1f2933;
  --ozs-brand-muted: #586572;
  --ozs-brand-border: rgba(201, 164, 81, .34);
  --ozs-brand-shadow: 0 18px 46px rgba(6, 26, 47, .09);
}

body.ozs-brand-archive .site-main,
body.ozs-brand-archive main {
  overflow: visible;
}

.ozs-brand-intro,
.ozs-brand-main-categories,
.ozs-brand-toolbar,
.ozs-brand-product-card,
.ozs-brand-pagination,
.ozs-brand-intro *,
.ozs-brand-main-categories *,
.ozs-brand-toolbar *,
.ozs-brand-product-card *,
.ozs-brand-pagination * {
  box-sizing: border-box;
}

/* Compact brand identity: deliberately text-led, with no top logo/image. */
.ozs-brand-intro {
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 44px);
  width: min(1220px, calc(100% - 30px));
  margin: 18px auto 24px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(201, 164, 81, .44);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 4%, rgba(234, 213, 156, .20), transparent 30%),
    radial-gradient(circle at 96% 100%, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(135deg, var(--ozs-brand-navy), var(--ozs-brand-navy-2));
  box-shadow: 0 26px 68px rgba(6, 26, 47, .16);
  color: #fff;
}

.ozs-brand-intro__copy {
  min-width: 0;
}

.ozs-brand-intro__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 7px 14px;
  border: 1px solid rgba(234, 213, 156, .48);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--ozs-brand-gold-light);
  font-size: 12px;
  font-weight: 900;
}

.ozs-brand-intro h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.025em;
}

.ozs-brand-intro__description {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(14.5px, 1.5vw, 16.5px);
  line-height: 2;
}

.ozs-brand-intro__description p {
  margin: 0;
  color: inherit;
}

.ozs-brand-intro__metric {
  display: grid;
  min-width: 138px;
  min-height: 118px;
  place-items: center;
  align-content: center;
  padding: 18px 22px;
  border: 1px solid rgba(234, 213, 156, .54);
  border-radius: 26px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  text-align: center;
}

.ozs-brand-intro__metric strong {
  color: var(--ozs-brand-gold-light);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ozs-brand-intro__metric span {
  margin-top: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

/* Approved five main categories only; zero-count categories are not rendered. */
.ozs-brand-main-categories {
  direction: rtl;
  width: min(1220px, calc(100% - 30px));
  margin: 0 auto 30px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--ozs-brand-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(201, 164, 81, .13), transparent 30%),
    linear-gradient(180deg, #fff, var(--ozs-brand-ivory));
  box-shadow: var(--ozs-brand-shadow);
}

.ozs-brand-main-categories__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.ozs-brand-main-categories__header > div > span {
  display: inline-block;
  margin-bottom: 5px;
  color: #8a681e;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .04em;
}

.ozs-brand-main-categories__header h2 {
  margin: 0 0 5px;
  color: var(--ozs-brand-navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 900;
}

.ozs-brand-main-categories__header p {
  margin: 0;
  color: var(--ozs-brand-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.ozs-brand-main-categories__reset {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid var(--ozs-brand-gold);
  border-radius: 999px;
  background: var(--ozs-brand-navy);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 900;
  text-decoration: none !important;
}

.ozs-brand-main-categories__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ozs-brand-main-category {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 150px;
  grid-template-rows: auto 1fr auto;
  gap: 11px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 81, .35);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fffaf0);
  color: var(--ozs-brand-navy) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(6, 26, 47, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ozs-brand-main-category::after {
  content: "";
  position: absolute;
  left: -42px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 81, .17), transparent 68%);
  pointer-events: none;
}

.ozs-brand-main-category:hover,
.ozs-brand-main-category:focus-visible,
.ozs-brand-main-category.is-active {
  transform: translateY(-3px);
  border-color: var(--ozs-brand-gold);
  background: linear-gradient(180deg, #fffdf8, #fff4d6);
  box-shadow: 0 18px 38px rgba(6, 26, 47, .11);
}

.ozs-brand-main-category.is-active {
  outline: 2px solid rgba(201, 164, 81, .20);
  outline-offset: 2px;
}

.ozs-brand-main-category__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(201, 164, 81, .62);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff8e5, var(--ozs-brand-gold-light));
  color: var(--ozs-brand-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.ozs-brand-main-category__copy {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.ozs-brand-main-category__copy strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ozs-brand-navy);
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 900;
}

.ozs-brand-main-category__copy small {
  display: block;
  color: var(--ozs-brand-muted);
  font-size: 11.5px;
  line-height: 1.7;
  font-weight: 700;
}

.ozs-brand-main-category > b {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: fit-content;
  min-width: 30px;
  height: 27px;
  padding-inline: 8px;
  place-items: center;
  border-radius: 999px;
  background: var(--ozs-brand-navy);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

/* Result count + sorting in one stable row. */
.ozs-brand-toolbar {
  direction: rtl;
  display: flex;
  width: min(1220px, calc(100% - 30px));
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 18px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 164, 81, .30);
  border-radius: 22px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 12px 30px rgba(6, 26, 47, .06);
}

.ozs-brand-toolbar__copy > span,
.ozs-brand-toolbar__sort > label {
  display: block;
  margin-bottom: 4px;
  color: #8a681e;
  font-size: 11.5px;
  font-weight: 900;
}

.ozs-brand-toolbar__copy h2 {
  margin: 0;
  color: var(--ozs-brand-navy);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.ozs-brand-toolbar .woocommerce-result-count {
  float: none !important;
  margin: 5px 0 0 !important;
  color: var(--ozs-brand-muted);
  font-size: 12.5px;
  font-weight: 700;
}

.ozs-brand-toolbar__sort {
  min-width: min(280px, 100%);
}

.ozs-brand-toolbar .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}

.ozs-brand-toolbar .woocommerce-ordering select {
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid var(--ozs-brand-border);
  border-radius: 14px;
  background: #fff;
  color: var(--ozs-brand-navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(6, 26, 47, .05);
}

body.ozs-brand-archive .woocommerce-notices-wrapper,
body.ozs-brand-archive .products {
  width: min(1220px, calc(100% - 30px));
  margin-right: auto;
  margin-left: auto;
}

/* Deterministic equal-height grid; reset all WooCommerce row clearing rules. */
body.ozs-brand-archive ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: 1fr;
  gap: 20px;
  clear: both;
  margin-top: 0 !important;
  padding-top: 4px;
}

body.ozs-brand-archive ul.products::before,
body.ozs-brand-archive ul.products::after {
  display: none !important;
}

body.ozs-brand-archive ul.products li.product,
body.ozs-brand-archive ul.products li.product.first,
body.ozs-brand-archive ul.products li.product.last {
  display: block !important;
  width: auto !important;
  min-width: 0;
  height: 100%;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
}

.ozs-brand-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ozs-brand-border);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, var(--ozs-brand-ivory));
  box-shadow: 0 15px 38px rgba(6, 26, 47, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ozs-brand-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 164, 81, .62);
  box-shadow: 0 25px 60px rgba(6, 26, 47, .14);
}

.ozs-brand-product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7 / 8;
  margin: 12px 12px 0;
  border: 1px solid rgba(201, 164, 81, .22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 15%, rgba(234, 213, 156, .13), transparent 38%),
    #fff;
}

.ozs-brand-product-card__media > a {
  position: absolute;
  inset: 0;
  display: block;
}

.ozs-brand-product-card__image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 20px);
  transition: opacity .28s ease, transform .36s ease;
}

.ozs-brand-product-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.ozs-brand-product-card__image.is-hover {
  opacity: 0;
  transform: scale(1.025);
}

.ozs-brand-product-card:hover .ozs-brand-product-card__image.is-primary:has(+ .is-hover) {
  opacity: 0;
  transform: scale(.985);
}

.ozs-brand-product-card:hover .ozs-brand-product-card__image.is-hover {
  opacity: 1;
  transform: scale(1);
}

.ozs-brand-product-card__badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: grid;
  justify-items: start;
  gap: 7px;
  pointer-events: none;
}

.ozs-brand-product-card__status,
.ozs-brand-product-card__sale {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(6, 26, 47, .10);
  backdrop-filter: blur(8px);
}

.ozs-brand-product-card__status i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
}

.ozs-brand-product-card__status.is-available {
  background: rgba(234, 247, 239, .94);
  color: #17683b;
}

.ozs-brand-product-card__status.is-under-order {
  background: rgba(255, 243, 215, .96);
  color: #805f16;
}

.ozs-brand-product-card__sale {
  background: rgba(6, 26, 47, .92);
  color: #fff;
}

.ozs-brand-product-card__wishlist {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}

.ozs-loop-wishlist-button.is-icon-only {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(201, 164, 81, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--ozs-brand-navy);
  box-shadow: 0 10px 24px rgba(6, 26, 47, .12);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.ozs-loop-wishlist-button.is-icon-only:hover,
.ozs-loop-wishlist-button.is-icon-only:focus-visible {
  transform: scale(1.06);
  border-color: var(--ozs-brand-gold);
  background: #fff8e5;
}

.ozs-loop-wishlist-button.is-icon-only.is-saved {
  border-color: var(--ozs-brand-gold);
  background: linear-gradient(135deg, #fff2c8, var(--ozs-brand-gold));
  color: #7a2431;
}

.ozs-loop-wishlist-button.is-icon-only [data-ozs-wishlist-icon] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.ozs-loop-wishlist-button[disabled] {
  cursor: wait;
  opacity: .62;
}

.ozs-brand-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.ozs-brand-product-card__title {
  min-height: 3.35em;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--ozs-brand-navy);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ozs-brand-product-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.ozs-brand-product-card__price {
  min-height: 32px;
  margin: 0 0 15px;
  color: #6f4e08;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ozs-brand-product-card__price del {
  margin-inline-end: 6px;
  color: #7b7771;
  font-size: 12.5px;
  opacity: 1;
}

.ozs-brand-product-card__price ins {
  text-decoration: none;
}

.ozs-brand-product-card__actions {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.ozs-brand-product-card__primary {
  display: inline-flex !important;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid var(--ozs-brand-gold) !important;
  border-radius: 999px !important;
  background: var(--ozs-brand-navy) !important;
  color: #fff !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(6, 26, 47, .12);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ozs-brand-product-card__primary:hover,
.ozs-brand-product-card__primary:focus-visible,
.ozs-brand-product-card__primary.added {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--ozs-brand-gold-light), var(--ozs-brand-gold)) !important;
  color: var(--ozs-brand-navy) !important;
}

.ozs-brand-product-card__primary.is-request {
  background: linear-gradient(135deg, var(--ozs-brand-gold-light), var(--ozs-brand-gold)) !important;
  color: var(--ozs-brand-navy) !important;
}

.ozs-brand-product-card__details {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--ozs-brand-muted) !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.ozs-brand-product-card__details:hover,
.ozs-brand-product-card__details:focus-visible {
  color: #8a681e !important;
}

body.ozs-brand-archive ul.products li.product .added_to_cart {
  display: none !important;
}

body.ozs-brand-archive ul.products li.product .out-of-stock,
body.ozs-brand-archive ul.products li.product .out-of-stock-badge,
body.ozs-brand-archive ul.products li.product .stock.out-of-stock,
body.ozs-brand-archive ul.products li.product [class*="out-of-stock"]:not(.ozs-brand-product-card__status) {
  display: none !important;
}

.ozs-wishlist-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  max-width: min(360px, calc(100vw - 36px));
  padding: 13px 18px;
  border: 1px solid var(--ozs-brand-border);
  border-radius: 16px;
  background: var(--ozs-brand-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(6, 26, 47, .24);
}

.ozs-wishlist-toast.is-error {
  background: #7b1e1e;
}

/* Previous / Next only. */
.ozs-brand-pagination {
  direction: rtl;
  display: grid;
  width: min(760px, calc(100% - 30px));
  grid-template-columns: minmax(130px, 1fr) auto minmax(130px, 1fr);
  gap: 12px;
  align-items: center;
  margin: 34px auto 38px;
  padding: 10px;
  border: 1px solid var(--ozs-brand-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(6, 26, 47, .08);
}

.ozs-brand-pagination__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid var(--ozs-brand-gold);
  border-radius: 999px;
  background: var(--ozs-brand-navy);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.ozs-brand-pagination__button:hover,
.ozs-brand-pagination__button:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--ozs-brand-gold-light), var(--ozs-brand-gold));
  color: var(--ozs-brand-navy) !important;
}

.ozs-brand-pagination__button.is-disabled {
  border-color: rgba(6, 26, 47, .10);
  background: #f1f2f3;
  color: #8d949b !important;
  box-shadow: none;
}

.ozs-brand-pagination__status {
  color: var(--ozs-brand-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: 900;
  direction: rtl;
  unicode-bidi: isolate;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .ozs-brand-main-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.ozs-brand-archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ozs-brand-intro,
  .ozs-brand-main-categories,
  .ozs-brand-toolbar {
    width: min(100% - 20px, 1220px);
  }

  .ozs-brand-intro {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 26px;
  }

  .ozs-brand-intro__metric {
    min-width: 0;
    min-height: 80px;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 10px;
  }

  .ozs-brand-intro__metric strong {
    font-size: 31px;
  }

  .ozs-brand-main-categories__header,
  .ozs-brand-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .ozs-brand-main-categories__reset {
    width: 100%;
  }

  .ozs-brand-main-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ozs-brand-toolbar__sort {
    min-width: 0;
  }

  body.ozs-brand-archive ul.products {
    width: min(100% - 20px, 1220px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ozs-brand-product-card {
    border-radius: 20px;
  }

  .ozs-brand-product-card__media {
    margin: 8px 8px 0;
    border-radius: 16px;
  }

  .ozs-brand-product-card__body {
    padding: 12px;
  }

  .ozs-brand-product-card__title {
    font-size: 13.5px;
  }

  .ozs-brand-product-card__price {
    font-size: 15px;
  }

  .ozs-brand-product-card__primary {
    min-height: 43px;
    padding: 8px 9px !important;
    font-size: 11.5px !important;
  }

  .ozs-loop-wishlist-button.is-icon-only {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .ozs-brand-pagination {
    width: min(100% - 20px, 760px);
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
  }

  .ozs-brand-pagination__status {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ozs-brand-main-categories {
    padding: 18px;
  }

  .ozs-brand-main-categories__grid {
    grid-template-columns: 1fr;
  }

  .ozs-brand-main-category {
    min-height: 116px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .ozs-brand-main-category > b {
    align-self: center;
  }

  .ozs-brand-product-card__status,
  .ozs-brand-product-card__sale {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .ozs-brand-product-card__wishlist {
    top: 7px;
    left: 7px;
  }

  .ozs-brand-product-card__badges {
    top: 7px;
    right: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ozs-brand-product-card,
  .ozs-brand-product-card__image,
  .ozs-brand-main-category,
  .ozs-brand-pagination__button,
  .ozs-loop-wishlist-button.is-icon-only {
    animation: none !important;
    transition: none !important;
  }
}

/* Defensive: some themes print their own numeric pagination callback. */
body.ozs-brand-archive nav.woocommerce-pagination,
body.ozs-brand-archive .woocommerce-pagination:not(.ozs-brand-pagination) {
  display: none !important;
}
