/* ─── Products v4 — modern listing ─────────────────────────────────────────── */

:root {
  --pv4-red: #be1212;
  --pv4-red-hot: #e1001e;
  --pv4-ink: #111827;
  --pv4-muted: #6b7280;
  --pv4-line: #e8eaed;
  --pv4-soft: #f4f5f7;
  --pv4-card: #ffffff;
  --pv4-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  --pv4-shadow-lg: 0 14px 28px rgba(17, 24, 39, 0.12);
  --pv4-radius: 14px;
  --pv4-radius-sm: 10px;
  --pv4-ease: 0.18s ease;
}

/* ── Head ── */
.pv4-head {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      ellipse 55% 70% at 8% 15%,
      rgba(190, 18, 18, 0.07),
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 55% at 92% 8%,
      rgba(100, 116, 139, 0.1),
      transparent 55%
    ),
    radial-gradient(
      ellipse 50% 45% at 78% 88%,
      rgba(190, 18, 18, 0.045),
      transparent 60%
    ),
    radial-gradient(
      ellipse 40% 50% at 28% 92%,
      rgba(148, 163, 184, 0.08),
      transparent 55%
    ),
    linear-gradient(165deg, #f7f8fa 0%, #ffffff 42%, #fafbfc 100%);
  border-bottom: 1px solid rgba(226, 229, 234, 0.9);
  text-align: left;
  padding-top: 1.1rem !important;
  padding-bottom: 1.35rem !important;
  overflow: hidden;
}
.pv4-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(
      circle at 18% 40%,
      rgba(255, 255, 255, 0.7) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 42% 22%,
      rgba(255, 255, 255, 0.55) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 66% 58%,
      rgba(255, 255, 255, 0.5) 0 1.5px,
      transparent 3px
    ),
    radial-gradient(
      circle at 84% 34%,
      rgba(255, 255, 255, 0.45) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 12% 78%,
      rgba(190, 18, 18, 0.12) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 55% 70%,
      rgba(148, 163, 184, 0.2) 0 1px,
      transparent 2px
    );
  background-size:
    180px 140px,
    220px 160px,
    160px 120px,
    200px 150px,
    240px 180px,
    190px 130px;
  background-repeat: repeat;
}
.pv4-head::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -30%;
  width: 42%;
  height: 140%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 255, 255, 0.2) 38%,
    transparent 68%
  );
  transform: rotate(8deg);
}
.pv4-head > .container {
  position: relative;
  z-index: 1;
}
.pv4-breadcrumb {
  margin-bottom: 10px;
}
.pv4-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--pv4-muted);
  justify-content: flex-start;
}
.pv4-breadcrumb-list li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #c4c9d1;
}
.pv4-breadcrumb-list a {
  color: #6b7280;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: center;
}
.pv4-breadcrumb-list a:hover {
  color: var(--pv4-red);
}
.pv4-bc-home {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  justify-content: center;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none !important;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.pv4-bc-home svg {
  display: block;
  width: 15px;
  height: 15px;
}
.pv4-bc-home:hover {
  background: #fff0f0;
  color: var(--pv4-red);
  text-decoration: none !important;
}
.pv4-breadcrumb-list li[aria-current="page"] {
  color: #9aa1ac;
  font-weight: 500;
}
.pv4-head-title {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: var(--pv4-ink);
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.25;
  font-weight: 600;
}
.pv4-head-desc {
  max-width: none;
  width: 100%;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  color: #2a2f38;
}
.pv4-head-desc-wrap {
  width: 100%;
  position: relative;
}
.pv4-head-desc-more {
  display: none;
  margin-top: 4px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--pv4-red);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  cursor: pointer;
  z-index: 2;
}
.pv4-head-desc-more:hover {
  color: var(--pv4-red-hot);
}
.pv4-head-desc p {
  margin: 0 0 0.75em;
  font-weight: 300;
}
.pv4-head-desc p:last-child {
  margin-bottom: 0;
}
.pv4-head-desc a {
  color: #c43a3a;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 400;
}
.pv4-head-desc a strong,
.pv4-head-desc a b,
.pv4-head-desc strong a,
.pv4-head-desc b a {
  font-weight: 400;
}
.pv4-head-desc a:hover {
  color: var(--pv4-red);
  font-weight: 400;
}

/* Quick links — editorial shortcut rail */
.pv4-quick-links {
  margin-top: 22px;
}
.pv4-quick-links-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.pv4-quick-links-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv4-red);
}
.pv4-quick-links-rule {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #e8eaed 0%, #e8eaed 70%, transparent 100%);
}
.pv4-quick-links-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}
.pv4-quick-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px 12px 18px;
  background: #fff;
  color: var(--pv4-ink) !important;
  text-decoration: none !important;
  border: 1px solid #e4e7ec;
  border-left: 3px solid var(--pv4-red);
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}
.pv4-quick-text {
  position: relative;
  z-index: 1;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pv4-quick-arrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.pv4-quick-link:hover {
  background: #111827;
  border-color: #111827;
  border-left-color: var(--pv4-red);
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14);
}
.pv4-quick-link:hover .pv4-quick-arrow {
  background: var(--pv4-red);
  color: #fff;
  transform: translateX(2px);
}
.pv4-quick-link:focus-visible {
  outline: 3px solid rgba(190, 18, 18, 0.35);
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .pv4-head {
    padding-bottom: 0.65rem !important;
  }
  .pv4-head-desc.is-clamped {
    position: relative;
    max-height: calc(1.7em * 3.35);
    overflow: hidden;
  }
  .pv4-head-desc.is-clamped > p {
    margin-bottom: 0;
  }
  .pv4-head-desc.is-clamped::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.6em;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 251, 252, 0.45) 35%,
      rgba(250, 251, 252, 0.88) 68%,
      #fafbfc 100%
    );
  }
  .pv4-head-desc-wrap.is-clamped {
    padding-top: 2px;
    padding-bottom: 1.45em;
    margin-bottom: 14px;
  }
  .pv4-head-desc-wrap.is-clamped .pv4-head-desc-more:not([hidden]) {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  .pv4-head-desc-wrap.is-expanded {
    margin-bottom: 12px;
  }
  .pv4-head-desc-wrap.is-expanded .pv4-head-desc-more:not([hidden]) {
    display: inline-block;
    position: static;
    margin-top: 10px;
  }
  .pv4-quick-links {
    margin-top: 14px;
  }
  .pv4-quick-links-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0;
    padding: 2px 0 4px;
  }
  .pv4-quick-links-row::-webkit-scrollbar {
    display: none;
  }
  .pv4-quick-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 80vw;
    min-height: 48px;
    padding: 10px 12px 10px 14px;
    gap: 8px;
    scroll-snap-align: start;
  }
  .pv4-quick-links-row::after {
    content: "";
    flex: 0 0 1px;
  }
  .pv4-quick-text {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
  .pv4-quick-link:hover {
    transform: none;
  }
  .pv4-wrap {
    padding-top: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv4-quick-link,
  .pv4-quick-arrow {
    transition: none;
  }
  .pv4-quick-link:hover {
    transform: none;
  }
  .pv4-quick-link:hover .pv4-quick-arrow {
    transform: none;
  }
}

.pv4-wrap {
  background: #f7f8fa;
  padding: 20px 0 72px;
}

/* ── Sidebar filters (narrow accordion) ── */
@media (min-width: 992px) {
  .pv4-filters-col {
    flex: 0 0 230px;
    max-width: 230px;
    width: 230px;
  }
  .pv4-products-col {
    flex: 1 1 0;
    max-width: calc(100% - 230px);
    width: auto;
  }
}
.pv4-filters {
  border-radius: 12px;
}
@media (min-width: 992px) {
  .pv4-filters.offcanvas-lg,
  .pv4-filters {
    position: sticky;
    top: 16px;
    height: auto !important;
    max-height: calc(100vh - 32px);
    display: flex !important;
    flex-direction: column;
    visibility: visible !important;
    transform: none !important;
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #e2e5ea !important;
    border-radius: 12px !important;
    box-shadow: none;
    overflow: hidden;
  }
  .pv4-filters .pv4-filters-body.offcanvas-body,
  .pv4-filters-body {
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}
.pv4-filters-body {
  padding: 0;
}
.pv4-filters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid #eceef2;
}
.pv4-filters-summary {
  font-size: 15.5px;
  font-weight: 300;
  color: var(--pv4-ink);
  line-height: 1.3;
}
.pv4-filters-summary strong {
  font-weight: 600;
}
.pv4-filters-clear {
  border: 0;
  background: transparent;
  color: var(--pv4-ink);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.pv4-filters-clear:hover {
  color: var(--pv4-red);
}
.pv4-filters-clear[hidden] {
  display: none !important;
}

.pv4-filter-block {
  padding: 0;
  border-bottom: 1px solid #eceef2;
}
.pv4-filter-block:last-child {
  border-bottom: 0;
}
.pv4-filter-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 14px;
  border: 0;
  background: transparent;
  color: var(--pv4-ink);
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  line-height: 1.2;
}
.pv4-filter-toggle:hover {
  color: var(--pv4-red);
}
.pv4-filter-plus {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.pv4-filter-plus::before,
.pv4-filter-plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.pv4-filter-plus::before {
  left: 0;
  top: 6px;
  width: 14px;
  height: 1.5px;
}
.pv4-filter-plus::after {
  left: 6px;
  top: 0;
  width: 1.5px;
  height: 14px;
}
.pv4-filter-block.is-open .pv4-filter-plus::after {
  opacity: 0;
  transform: scaleY(0);
}
.pv4-filter-panel {
  padding: 0 10px 12px;
}
.pv4-filter-panel[hidden] {
  display: none !important;
}
.pv4-filter-list {
  max-height: 220px;
  overflow-y: auto;
  padding: 2px;
  scrollbar-width: thin;
}
.brandContentArea .pv4-filter-list {
  max-height: 260px;
  padding-bottom: 28px;
  scrollbar-width: thin;
}
.pv4-brand-list-wrap {
  position: relative;
}
.pv4-brand-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 36px;
  border: 0;
  padding: 14px 8px 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 55%);
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.15s ease;
}
.pv4-brand-more[hidden] {
  display: none !important;
}
.pv4-brand-more:hover {
  color: var(--pv4-red);
}
.pv4-brand-more i {
  font-size: 14px;
  line-height: 1;
  animation: pv4-brand-more-bounce 1.4s ease-in-out infinite;
}
.pv4-brand-more.is-top i {
  animation: none;
}
@keyframes pv4-brand-more-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv4-brand-more i {
    animation: none;
  }
}
.deals_content.pv4-filter-list,
.pv4-deals-block .pv4-filter-list {
  max-height: 200px;
}
.pv4-filter-list::-webkit-scrollbar {
  width: 5px;
}
.pv4-filter-list::-webkit-scrollbar-thumb {
  background: #cfd3da;
  border-radius: 6px;
}
.pv4-filter-empty {
  font-size: 13px;
  color: var(--pv4-muted);
  margin: 4px 0 0;
  padding: 4px 8px;
}

.pv4-brand-search-wrap {
  position: relative;
  margin: 0 2px 12px;
}
.pv4-brand-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa1ac;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  transition: color 0.15s ease;
}
.pv4-brand-search {
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #f8f9fb;
  border-radius: 10px;
  padding: 10px 36px 10px 36px;
  font-size: 14px;
  font-weight: 400;
  color: #374151;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.pv4-brand-search::placeholder {
  color: #9ca3af;
  font-weight: 300;
}
.pv4-brand-search:hover {
  border-color: #d1d5db;
  background: #fff;
}
.pv4-brand-search:focus {
  border-color: #c4c9d1;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
  color: #111827;
}
.pv4-brand-search-wrap:focus-within .pv4-brand-search-icon {
  color: #6b7280;
}
.pv4-brand-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  margin-right: 2px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239ca3af'%3E%3Cpath d='M4.22 4.22a.75.75 0 0 1 1.06 0L8 6.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L9.06 8l2.72 2.72a.75.75 0 1 1-1.06 1.06L8 9.06l-2.72 2.72a.75.75 0 0 1-1.06-1.06L6.94 8 4.22 5.28a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  cursor: pointer;
}

.pv4-filter-list .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin: 0 0 2px;
  border-radius: 8px;
  white-space: normal !important;
  cursor: pointer;
  transition: background 0.12s ease;
  list-style: none;
}
.pv4-filter-list .form-check:hover {
  background: #f5f6f8;
}
.pv4-filter-list .form-check:has(.form-check-input:checked) {
  background: #fff5f5;
}
.pv4-filter-list .form-check-input {
  margin: 0;
  float: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  border-color: #c9ced6;
  border-radius: 4px;
}
.pv4-filter-list .form-check-input:checked {
  background-color: var(--pv4-red);
  border-color: var(--pv4-red);
}
.pv4-filter-list .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(190, 18, 18, 0.15);
}
.pv4-filter-list .form-check-label {
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  line-height: 1.35;
  font-weight: 400;
}

.pv4-show-results {
  background: var(--pv4-ink);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 11px 16px;
  border: 0;
}
.pv4-show-results:hover {
  background: #000;
  color: #fff;
}

/* ── Toolbar ── */
.pv4-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  flex-wrap: wrap;
  background: var(--pv4-card);
  border: 1px solid var(--pv4-line);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  box-shadow: var(--pv4-shadow);
}
.pv4-toolbar-limit,
.pv4-toolbar-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.pv4-toolbar-pages {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.pv4-toolbar-pages:empty {
  display: none;
}
.pv4-toolbar-label {
  font-size: 16px;
  font-weight: 300;
  color: #6b7280;
  white-space: nowrap;
}
.pv4-mobile-filter-btn {
  background: var(--pv4-ink);
  color: #fff;
  font-weight: 600;
  border-radius: 9px;
  padding: 8px 14px;
  font-size: 13.5px;
}
.pv4-mobile-filter-btn:hover {
  background: #000;
  color: #fff;
}
.pv4-toolbar-select {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #6b7280;
  font-weight: 300;
  font-size: 16px;
  border-radius: 8px;
  padding: 7px 30px 7px 12px;
  line-height: 1.3;
  min-width: 3.5rem;
  text-align: left;
  box-shadow: none;
}
.pv4-toolbar-sort .pv4-toolbar-select {
  min-width: 11rem;
}
.pv4-toolbar-select:hover,
.pv4-toolbar-select:focus {
  background: #fff;
  border-color: #9ca3af;
  color: #4b5563;
  box-shadow: none;
}
.pv4-toolbar-select.show,
.pv4-toolbar-select[aria-expanded="true"] {
  border-color: #9ca3af;
  color: #4b5563;
}
.pv4-toolbar-select.dropdown-toggle::after {
  margin-left: 0.45em;
  vertical-align: 0.15em;
  opacity: 0.55;
  border-top-width: 0.35em;
  border-right-width: 0.3em;
  border-left-width: 0.3em;
}

.pv4-toolbar-menu {
  --bs-dropdown-min-width: 3.75rem;
  padding: 6px;
  margin-top: 6px !important;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
  background: #fff;
}
.pv4-toolbar-menu-sort {
  --bs-dropdown-min-width: 12.5rem;
  min-width: 12.5rem;
}
.pv4-toolbar-menu .dropdown-item {
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 15.5px;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.35;
  background: transparent;
}
.pv4-toolbar-menu .dropdown-item:hover,
.pv4-toolbar-menu .dropdown-item:focus {
  background: #f3f4f6;
  color: #374151;
}
.pv4-toolbar-menu .dropdown-item.active,
.pv4-toolbar-menu .dropdown-item:active {
  background: #f3f4f6;
  color: #111827;
  font-weight: 400;
}

/* ── Chips ── */
.pv4-chips-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
  min-height: 0;
}
.pv4-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex: 1;
}
.pv4-chip-group {
  display: contents;
}
.pv4-chip-group:empty {
  display: none;
}
.pv4-chip-heading {
  font-size: 12px;
  font-weight: 700;
  color: var(--pv4-muted);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-right: 2px;
}
.pv4-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #f0c4c4;
  background: #fff5f5;
  color: var(--pv4-ink);
  border-radius: 999px;
  padding: 5px 10px 5px 12px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background 0.12s ease,
    border-color 0.12s ease;
}
.pv4-chip:hover,
.pv4-chip:focus-visible {
  background: #ffe8e8;
  border-color: #e8a0a0;
  outline: none;
}
.pv4-chip-x {
  font-size: 15px;
  line-height: 1;
  color: var(--pv4-red);
  font-weight: 700;
}
.pv4-clear-all {
  border: 0;
  background: transparent;
  color: var(--pv4-red);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pv4-clear-all:hover {
  color: var(--pv4-red-hot);
}
.pv4-clear-all[hidden] {
  display: none !important;
}

/* ── Empty / long desc ── */
.pv4-empty {
  text-align: center;
  padding: 64px 20px;
  color: var(--pv4-muted);
  background: var(--pv4-card);
  border: 1px solid var(--pv4-line);
  border-radius: var(--pv4-radius);
}
.pv4-empty-title {
  color: var(--pv4-ink);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.pv4-longdesc {
  background: var(--pv4-card);
  border: 1px solid var(--pv4-line);
  border-radius: 14px;
  padding: 22px 24px 26px;
  margin-top: 18px;
  color: #4b5563;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.7;
}
.pv4-longdesc > *:first-child {
  margin-top: 0;
}
.pv4-longdesc > *:last-child {
  margin-bottom: 0;
}
.pv4-longdesc h1,
.pv4-longdesc h2,
.pv4-longdesc h3,
.pv4-longdesc h4,
.pv4-longdesc h5,
.pv4-longdesc h6 {
  color: var(--pv4-ink);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 1.35em 0 0.55em;
  font-weight: 500;
}
.pv4-longdesc h1 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 600;
}
.pv4-longdesc h2 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
}
.pv4-longdesc h3 {
  font-size: 1.15rem;
  font-weight: 500;
}
.pv4-longdesc h4,
.pv4-longdesc h5,
.pv4-longdesc h6 {
  font-size: 1.02rem;
  font-weight: 500;
  color: #1f2937;
}
.pv4-longdesc p {
  margin: 0 0 1em;
  font-weight: 300;
  color: #4b5563;
}
.pv4-longdesc a {
  color: #c43a3a !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 400;
  transition: color 0.15s ease;
}
.pv4-longdesc a:hover {
  color: var(--pv4-red) !important;
}
.pv4-longdesc a strong,
.pv4-longdesc a b {
  font-weight: 500;
}
.pv4-longdesc strong,
.pv4-longdesc b {
  color: #1f2937;
  font-weight: 500;
}
.pv4-longdesc ul,
.pv4-longdesc ol {
  margin: 0 0 1.1em;
  padding-left: 0;
  list-style: none;
}
.pv4-longdesc ul > li,
.pv4-longdesc ol > li {
  position: relative;
  padding-left: 1.15em;
  margin: 0 0 0.55em;
  color: #4b5563;
  font-weight: 300;
  line-height: 1.65;
}
.pv4-longdesc ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pv4-red);
}
.pv4-longdesc ol {
  counter-reset: pv4-desc;
}
.pv4-longdesc ol > li {
  padding-left: 1.55em;
  counter-increment: pv4-desc;
}
.pv4-longdesc ol > li::before {
  content: counter(pv4-desc) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pv4-red);
  font-weight: 500;
  font-size: 0.95em;
}
.pv4-longdesc li > ul,
.pv4-longdesc li > ol {
  margin: 0.45em 0 0.2em;
}

/* Bootstrap utility overrides inside rich CMS HTML */
.pv4-longdesc .fs-3 {
  font-size: clamp(1.3rem, 2.2vw, 1.6rem) !important;
  font-weight: 600 !important;
  color: var(--pv4-ink) !important;
}
.pv4-longdesc .fw-bold {
  font-weight: 500 !important;
}
.pv4-longdesc h2.fw-bold,
.pv4-longdesc h3.fw-bold {
  font-weight: 600 !important;
}
.pv4-longdesc .text-primary,
.pv4-longdesc a.text-primary {
  color: #c43a3a !important;
}
.pv4-longdesc .text-secondary {
  color: #6b7280 !important;
  font-weight: 500 !important;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  margin: 8px 0 0 !important;
}

.pv4-longdesc img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0;
  display: block;
}
.pv4-longdesc img.rounded-3 {
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  background: #f6f3ee;
}

/* Icon / benefit strip */
.pv4-longdesc .row.text-center {
  margin: 1.4em -8px 1.6em;
  padding: 18px 8px 6px;
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  border: 1px solid #eceef2;
  border-radius: 14px;
}
.pv4-longdesc .row.text-center > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.pv4-longdesc .row.text-center img {
  width: 56px !important;
  max-width: 56px !important;
  height: auto;
  margin: 0 auto 4px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
}
.pv4-longdesc .row.text-center .w-50 {
  width: 56px !important;
}
.pv4-longdesc .row.text-center p {
  margin-bottom: 0 !important;
}

/* Alternating FAQ / feature rows */
.pv4-longdesc > .row.d-flex.align-items-center,
.pv4-longdesc .row.align-items-center {
  margin: 0.35em -12px 0.85em;
  padding: 8px 0;
}
.pv4-longdesc
  > .row.d-flex.align-items-center
  + .row.d-flex.align-items-center {
  border-top: 1px solid #f0f2f4;
  padding-top: 1.15em;
  margin-top: 0.85em;
}
.pv4-longdesc .row.align-items-center h3,
.pv4-longdesc .row.align-items-center .fw-bold {
  margin-top: 0;
  margin-bottom: 0.55em;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.35;
}
.pv4-longdesc .row.align-items-center p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}
.pv4-longdesc .row.align-items-center img.img-fluid {
  width: 100%;
  margin: 0;
}

.pv4-longdesc table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.2em;
  font-size: 14.5px;
}
.pv4-longdesc th,
.pv4-longdesc td {
  border: 1px solid #e8eaed;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.pv4-longdesc th {
  background: #f8f9fb;
  color: #1f2937;
  font-weight: 500;
}
.pv4-longdesc blockquote {
  margin: 0 0 1.1em;
  padding: 12px 16px;
  border-left: 3px solid var(--pv4-red);
  background: #fafafa;
  color: #4b5563;
  border-radius: 0 10px 10px 0;
}
.pv4-longdesc hr {
  border: 0;
  border-top: 1px solid #eceef2;
  margin: 1.4em 0;
}

@media (max-width: 767.98px) {
  .pv4-longdesc > .row.d-flex.align-items-center,
  .pv4-longdesc .row.align-items-center {
    margin-bottom: 0.4em;
  }
  .pv4-longdesc .row.align-items-center img.img-fluid {
    margin-top: 4px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .pv4-longdesc {
    padding: 16px 14px 18px;
    font-size: 15px;
  }
  .pv4-longdesc .row.text-center {
    margin-left: -4px;
    margin-right: -4px;
    padding: 14px 4px 2px;
  }
  .pv4-longdesc .row.text-center img {
    width: 48px !important;
    max-width: 48px !important;
  }
  .pv4-longdesc .text-secondary {
    font-size: 12.5px;
  }
}

/* ── Skeleton ── */
.pv4-products.pv4-is-loading {
  opacity: 1;
  width: 100%;
}
.pv4-skeleton-grid {
  width: 100%;
}
.pv4-skel-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--pv4-card);
  border: 1px solid #e8eaed;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  margin-bottom: 0;
}
.pv4-skel {
  background: linear-gradient(90deg, #eceef1 25%, #f7f8fa 37%, #eceef1 63%);
  background-size: 400% 100%;
  animation: pv4-shimmer 1.15s ease infinite;
  border-radius: 6px;
}
.pv4-skel-media {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  border-radius: 0;
  border-bottom: 1px solid #f0f2f4;
}
.pv4-skel-body {
  padding: 14px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.pv4-skel-line {
  height: 12px;
  width: 100%;
}
.pv4-skel-line.short {
  width: 40%;
}
.pv4-skel-line.mid {
  width: 65%;
  margin-top: auto;
}
.pv4-skel-line.price {
  height: 18px;
  width: 45%;
}
@keyframes pv4-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media (max-width: 575.98px) {
  .pv4-skel-media {
    height: 148px;
  }
  .pv4-skel-body {
    padding: 10px 10px 12px;
  }
}

/* ── Product card ── */
.pv4-grid > [class*="col-"] {
  display: flex;
}
.pv4-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--pv4-card);
  border: 1px solid #e8eaed;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  transition:
    box-shadow var(--pv4-ease),
    transform var(--pv4-ease),
    border-color var(--pv4-ease);
  margin-bottom: 0;
}
.pv4-card:hover {
  transform: translateY(-4px);
  border-color: #dde1e6;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.1);
}
.pv4-card:focus-visible {
  outline: 3px solid rgba(190, 18, 18, 0.35);
  outline-offset: 2px;
}
.pv4-media {
  position: relative;
  background: linear-gradient(180deg, #fcfcfd 0%, #f5f6f8 100%);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  border-bottom: 1px solid #f0f2f4;
}
.pv4-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.28s ease;
}
.pv4-card:hover .pv4-img {
  transform: scale(1.05);
}
.pv4-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--pv4-red-hot);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(225, 0, 30, 0.22);
}
.pv4-tag {
  position: static;
  flex-shrink: 0;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.01em;
  z-index: 3;
  backdrop-filter: blur(4px);
}
.pv4-media-badges {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  pointer-events: none;
}
.pv4-deal {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  width: auto;
  padding: 5px 9px 5px 5px;
  border-radius: 999px;
  background: linear-gradient(105deg, #9f1010 0%, #be1212 48%, #d41a1a 100%);
  color: #fff;
  box-shadow:
    0 6px 14px rgba(190, 18, 18, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-align: left;
  line-height: 1.2;
}
.pv4-deal-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  color: var(--pv4-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pv4-deal-text {
  min-width: 0;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pv4-card:hover .pv4-deal {
  box-shadow:
    0 8px 16px rgba(190, 18, 18, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.pv4-body {
  padding: 14px 15px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.pv4-brand-line {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}
.pv4-title {
  font-size: 15px;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.35;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.pv4-card:hover .pv4-title {
  color: var(--pv4-red);
}
.pv4-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.pv4-stars {
  position: relative;
  display: inline-block;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: 1px;
}
.pv4-stars-empty {
  color: #e5e7eb;
}
.pv4-stars-fill {
  color: #f5b301;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.pv4-reviews {
  font-size: 12px;
  font-weight: 400;
  color: #9aa1ac;
}
.pv4-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
}
.pv4-price-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 3px;
  min-width: 0;
}
.pv4-from {
  font-size: 10px;
  text-transform: uppercase;
  color: #9aa1ac;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.pv4-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--pv4-red);
  letter-spacing: -0.02em;
}
.pv4-old-price {
  font-size: 12px;
  color: #9aa1ac;
  text-decoration: line-through;
  font-weight: 400;
}
.pv4-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 500;
  border-radius: 999px;
  padding: 8px 13px;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}
.pv4-cta-buy {
  background: #15803d;
  color: #fff;
}
.pv4-card:hover .pv4-cta-buy {
  background: #166534;
}
.pv4-cta-oos {
  background: #f3f4f6;
  color: #6b7280;
}
.pv4-cta-soon {
  background: #fbbf24;
  color: #1f2937;
}

/* ── Pagination ── */
.pv4-pagination-wrap {
  margin-top: 18px;
}
.pv4-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 10px;
  margin: 0;
}
.pv4-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 12px;
}
.pv4-toolbar-pages .pv4-pagination {
  justify-content: center;
  margin: 0;
  gap: 4px 8px;
}
.pv4-toolbar-pages .pv4-page-next--spacer {
  display: none;
}
.pv4-page {
  min-width: 0;
  text-align: center;
  padding: 2px 4px;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none !important;
  line-height: 1.4;
  transition: color 0.12s ease;
}
.pv4-page:hover {
  background: transparent;
  color: var(--pv4-red);
}
.pv4-page.active,
.pv4-page[aria-current="page"] {
  background: transparent;
  border: 0;
  color: #111827;
  font-weight: 700;
}
.pv4-page-dots {
  padding: 2px 2px;
  color: #9aa1ac;
  font-size: 16px;
}
.pv4-page-next {
  margin-left: 6px;
  padding: 2px 4px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none !important;
  white-space: nowrap;
}
.pv4-page-next:hover {
  color: var(--pv4-red);
}
.pv4-page-next--spacer {
  visibility: hidden;
  pointer-events: none;
}

/* Bottom bar — centered numbers, Next on the right (reference layout) */
.pv4-pagination--footer,
.pv4-pagination-wrap .pv4-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--pv4-line);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}
.pv4-pagination--footer .pv4-pagination-pages,
.pv4-pagination-wrap .pv4-pagination-pages {
  grid-column: 2;
  gap: 4px 16px;
}
.pv4-pagination--footer .pv4-page,
.pv4-pagination-wrap .pv4-page {
  font-size: 15px;
  font-weight: 400;
  color: #374151;
  min-width: 1.25em;
}
.pv4-pagination--footer .pv4-page.active,
.pv4-pagination--footer .pv4-page[aria-current="page"],
.pv4-pagination-wrap .pv4-page.active,
.pv4-pagination-wrap .pv4-page[aria-current="page"] {
  font-weight: 700;
  color: #111827;
}
.pv4-pagination--footer .pv4-page-dots,
.pv4-pagination-wrap .pv4-page-dots {
  font-size: 15px;
}
.pv4-pagination--footer .pv4-page-next,
.pv4-pagination-wrap .pv4-page-next {
  grid-column: 3;
  justify-self: end;
  margin-left: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.pv4-pagination--footer .pv4-page-next:hover,
.pv4-pagination-wrap .pv4-page-next:hover {
  color: var(--pv4-red);
}

@media (max-width: 575.98px) {
  .pv4-pagination--footer,
  .pv4-pagination-wrap .pv4-pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
  }
  .pv4-pagination--footer .pv4-pagination-pages,
  .pv4-pagination-wrap .pv4-pagination-pages {
    grid-column: auto;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
  }
  .pv4-pagination--footer .pv4-page-next,
  .pv4-pagination-wrap .pv4-page-next {
    grid-column: auto;
    justify-self: auto;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .pv4-page-next--spacer {
    display: none;
  }
}

/* ── Mobile sticky bar ── */
.pv4-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(
    180deg,
    rgba(244, 245, 247, 0) 0%,
    rgba(244, 245, 247, 0.95) 28%,
    #fff 100%
  );
  pointer-events: none;
}
.pv4-mobile-bar-btn {
  pointer-events: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: var(--pv4-ink);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 16px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.28);
}
.pv4-mobile-bar-count {
  font-weight: 600;
  font-size: 12.5px;
  opacity: 0.8;
  margin-left: 4px;
}
.pv4-mobile-bar-count:empty {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .pv4-filters,
  #pv4Filters.pv4-filters {
    --bs-offcanvas-width: 100%;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: auto !important;
    border-radius: 0 !important;
    background: #fff;
  }
  .pv4-filters .offcanvas-body {
    padding-top: 8px;
  }
  .pv4-head.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pv4-head > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
  }
  .pv4-wrap > .container {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 100%;
  }
  .row.g-3.pv4-grid {
    --bs-gutter-x: 0.4rem;
    --bs-gutter-y: 0.4rem;
  }
  .pv4-wrap {
    padding-top: 6px;
    padding-bottom: 28px;
  }
  .pv4-wrap > .container > .row.g-3 {
    --bs-gutter-y: 0;
  }
  .pv4-filters-col {
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    border: 0 !important;
  }
  .pv4-mobile-bar {
    display: none !important;
  }
  .pv4-toolbar {
    padding: 8px 12px;
    margin-bottom: 4px;
  }
  .pv4-chips-bar {
    margin: 0 0 6px;
  }
  .pv4-toolbar-limit,
  .pv4-toolbar-pages {
    display: none !important;
  }
  .pv4-sort-label {
    font-size: 0;
  }
  .pv4-sort-label::after {
    content: "Sort";
    font-size: 16px;
    font-weight: 300;
    color: #6b7280;
  }
}

@media (max-width: 575.98px) {
  .pv4-cta {
    padding: 7px 10px;
    font-size: 11.5px;
  }
  .pv4-media {
    height: 168px;
    padding: 7px 9px;
  }
  .pv4-img {
    max-height: 100%;
  }
  .pv4-deal {
    padding: 4px 8px 4px 4px;
    gap: 5px;
  }
  .pv4-deal-badge {
    font-size: 8.5px;
    padding: 2px 5px;
  }
  .pv4-deal-text {
    font-size: 10.5px;
  }
  .pv4-media-badges {
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 5px;
  }
  .pv4-title {
    font-size: 13.5px;
    min-height: 2.6em;
  }
  .pv4-price {
    font-size: 16px;
  }
  .pv4-body {
    padding: 12px 11px 13px;
  }
  .pv4-brand-line {
    font-size: 11.5px;
  }
  .pv4-toolbar-select {
    padding: 5px 24px 5px 8px;
    font-size: 15px;
  }
  .pv4-toolbar-sort .pv4-toolbar-select {
    min-width: 8.5rem;
  }
  .pv4-toolbar-label {
    font-size: 15px;
  }
  .pv4-sort-label {
    font-size: 0;
  }
  .pv4-sort-label::after {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv4-card,
  .pv4-img,
  .pv4-skel {
    transition: none !important;
    animation: none !important;
  }
  .pv4-card:hover {
    transform: none;
  }
  .pv4-card:hover .pv4-img {
    transform: none;
  }
}
