/*
 * ParentRoute WooCommerce Shop
 * Exact CSS adaptation of the Shopify PR Main Collection section.
 * Source selectors were converted from the Shopify section ID to:
 * body.pr-custom-shop .pr-main-collection
 */

/* Blocksy/WooCommerce archive reset for the custom Shop template */
body.pr-custom-shop .hero-section {
  display: none !important;
}

body.pr-custom-shop #main-container,
body.pr-custom-shop .site-main,
body.pr-custom-shop main#primary {
  margin: 0;
  padding: 0;
}

body.pr-custom-shop .pr-main-collection {
  --pr-background: #ffffff;
  --pr-surface: #ffffff;
  --pr-surface-soft: #f8f8f5;
  --pr-text: #17231e;
  --pr-muted: #65716a;
  --pr-accent: #91ad9a;
  --pr-accent-text: #17231e;
  --pr-border: #d8ded8;
  --pr-sale: #a55345;
  --pr-content-width: 1400px;
  --pr-columns: 3;
  --pr-column-gap: 22px;
  --pr-row-gap: 28px;
  --pr-card-radius: 22px;
  --pr-image-radius: 16px;
  --pr-padding-top: 64px;
  --pr-padding-bottom: 80px;
}

body.pr-custom-shop .pr-main-collection a,
body.pr-custom-shop .pr-main-collection button,
body.pr-custom-shop .pr-main-collection select,
body.pr-custom-shop .pr-main-collection input {
  -webkit-tap-highlight-color: transparent;
}

body.pr-custom-shop .pr-main-collection a:focus-visible,
body.pr-custom-shop .pr-main-collection button:focus-visible,
body.pr-custom-shop .pr-main-collection select:focus-visible,
body.pr-custom-shop .pr-main-collection input:focus-visible {
  outline: 2px solid var(--pr-accent);
  outline-offset: 3px;
}

body.pr-custom-shop .pr-main-collection {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding:
      var(--pr-padding-top)
      0
      var(--pr-padding-bottom);
    background: var(--pr-background);
    color: var(--pr-text);
  }

  body.pr-custom-shop .pr-main-collection,
  body.pr-custom-shop .pr-main-collection * {
    box-sizing: border-box;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__container {
    position: relative;
    z-index: 2;
    width:
      min(
        calc(100% - 40px),
        var(--pr-content-width)
      );
    margin-inline: auto;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__ambient {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__ambient--one {
    top: -250px;
    right: -180px;
    width: 580px;
    height: 580px;
    background:
      radial-gradient(
        circle,
        rgba(145, 173, 154, 0.16),
        rgba(145, 173, 154, 0) 70%
      );
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__ambient--two {
    top: 560px;
    left: -300px;
    width: 620px;
    height: 620px;
    background:
      radial-gradient(
        circle,
        rgba(145, 173, 154, 0.09),
        rgba(145, 173, 154, 0) 72%
      );
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 32px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__hero-content {
    max-width: 850px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 24px;
    color: var(--pr-muted);
    font-size: 10px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__breadcrumbs a {
    color: inherit;
    text-decoration: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__eyebrow-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__eyebrow-marker {
    width: 27px;
    height: 2px;
    border-radius: 99px;
    background: var(--pr-accent);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__eyebrow {
    margin: 0;
    color: var(--pr-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__title {
    max-width: 14ch;
    margin: 0;
    color: var(--pr-text);
    font-family:
      var(--font-heading--family, inherit);
    font-size:
      clamp(44px, 6vw, 86px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.06em;
    text-wrap: balance;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__description {
    max-width: 680px;
    margin-top: 21px;
    color: var(--pr-muted);
    font-size:
      clamp(15px, 1.2vw, 18px);
    line-height: 1.72;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__description p {
    margin: 0;
    color: inherit;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__hero-count {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__hero-count strong {
    font-family:
      var(--font-heading--family, inherit);
    font-size:
      clamp(48px, 5vw, 74px);
    line-height: 0.9;
    letter-spacing: -0.05em;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__hero-count span {
    margin-top: 10px;
    color: var(--pr-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-bottom: 30px;
    padding: 14px 0;
    border-top:
      1px solid
      var(--pr-border);
    border-bottom:
      1px solid
      var(--pr-border);
    color: var(--pr-muted);
    font-size: 11px;
    font-weight: 650;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__trust-line span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__trust-line svg {
    color: var(--pr-accent);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    margin-bottom: 22px;
    padding: 11px 14px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 18px;
    background: var(--pr-surface);
    box-shadow:
      0 10px 34px
      rgba(20, 32, 26, 0.055);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar--sticky {
    position: sticky;
    top: 12px;
    z-index: 20;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-left,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-trigger {
    display: none;
    align-items: center;
    gap: 7px;
    min-height: 43px;
    padding: 9px 13px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 12px;
    background: var(--pr-surface-soft);
    color: var(--pr-text);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-trigger strong {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font-size: 8px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__result-count {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin: 0;
    padding: 8px 12px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 999px;
    background: var(--pr-surface-soft);
    color: var(--pr-muted);
    font-size: 10px;
    font-weight: 520;
    line-height: 1;
    white-space: nowrap;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__result-indicator {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pr-accent);
    box-shadow:
      0 0 0 4px
      rgba(145, 173, 154, 0.14);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__result-copy {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__result-range,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__result-total {
    color: var(--pr-text);
    font-weight: 650;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 220px;
    min-height: 43px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 12px;
    background: var(--pr-surface-soft);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search {
    width: 100%;
    min-width: 0;
    margin: 18px 0 8px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search > svg,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search > svg {
    position: absolute;
    left: 13px;
    color: var(--pr-muted);
    pointer-events: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search input,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search input {
    width: 100%;
    min-height: 41px;
    padding: 8px 36px 8px 39px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--pr-text);
    font: inherit;
    font-size: 11px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search input::placeholder,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search input::placeholder {
    color: var(--pr-muted);
    opacity: 0.55;
    font-weight: 400;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search input:focus::placeholder,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__filter-search input:focus::placeholder {
    opacity: 0.32;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-search button {
    position: absolute;
    right: 9px;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--pr-surface);
    color: var(--pr-muted);
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sort-form {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sort-form > label {
    color: var(--pr-muted);
    font-size: 10px;
    font-weight: 750;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sort-select {
    position: relative;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sort-select select {
    min-height: 43px;
    padding: 8px 38px 8px 14px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 12px;
    background: var(--pr-surface-soft);
    color: var(--pr-text);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    appearance: none;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sort-select svg {
    position: absolute;
    top: 50%;
    right: 13px;
    transform:
      translateY(-50%);
    pointer-events: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__density {
    display: flex;
    gap: 3px;
    padding: 3px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 12px;
    background: var(--pr-surface-soft);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__density button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--pr-muted);
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__density button.is-active {
    background: var(--pr-surface);
    color: var(--pr-text);
    box-shadow:
      0 3px 12px
      rgba(20, 32, 26, 0.08);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__active-filters {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__active-label {
    padding-top: 8px;
    color: var(--pr-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__active-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__active-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 31px;
    padding: 6px 10px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 99px;
    background: var(--pr-surface);
    color: var(--pr-text);
    font-size: 9px;
    font-weight: 750;
    text-decoration: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__clear-link {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    color: var(--pr-muted);
    font-size: 9px;
    font-weight: 750;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__content {
    display: grid;
    grid-template-columns:
      255px
      minmax(0, 1fr);
    align-items: start;
    gap: 34px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sidebar-inner {
    position: sticky;
    top: 96px;
    padding: 22px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 20px;
    background: var(--pr-surface);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sidebar-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sidebar-heading span,
  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__header span {
    display: block;
    margin-bottom: 4px;
    color: var(--pr-accent);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sidebar-heading h2,
  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__header h2 {
    margin: 0;
    color: var(--pr-text);
    font-family:
      var(--font-heading--family, inherit);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.035em;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sidebar-heading a {
    color: var(--pr-muted);
    font-size: 9px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group {
    border-bottom:
      1px solid
      var(--pr-border);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group > summary {
    display: flex;
    align-items: center;
    min-height: 53px;
    list-style: none;
    color: var(--pr-text);
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group > summary::-webkit-details-marker {
    display: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group > summary span {
    flex: 1;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group > summary strong {
    display: grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font-size: 8px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group > summary svg {
    transition:
      transform
      180ms ease;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group[open] > summary svg {
    transform:
      rotate(180deg);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group__body {
    padding: 2px 0 18px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-group__options {
    display: grid;
    gap: 10px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 27px;
    color: var(--pr-muted);
    font-size: 10px;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option input {
    position: absolute;
    opacity: 0;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option__box {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 18px;
    height: 18px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 5px;
    background: var(--pr-surface-soft);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option__box svg {
    opacity: 0;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option input:checked
  + .pr-filter-option__box {
    border-color: var(--pr-accent);
    background: var(--pr-accent);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option input:checked
  + .pr-filter-option__box svg {
    opacity: 1;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option__label {
    flex: 1;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option__count {
    font-size: 9px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-option--disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__apply-button {
    width: 100%;
    min-height: 45px;
    margin-top: 20px;
    border: 0;
    border-radius: 12px;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__results {
    min-width: 0;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid {
    display: grid;
    grid-template-columns:
      repeat(
        var(--pr-columns),
        minmax(0, 1fr)
      );
    gap:
      var(--pr-row-gap)
      var(--pr-column-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid.is-compact {
    --pr-columns:
      calc(
        3
        + 1
      );
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card[hidden] {
    display: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border:
      1px solid
      var(--pr-border);
    border-radius:
      var(--pr-card-radius);
    background: var(--pr-surface);
    box-shadow:
      0 13px 38px
      rgba(20, 32, 26, 0.055);
    transition:
      transform 260ms ease,
      border-color 260ms ease,
      box-shadow 260ms ease;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card:hover
  .pr-product-card__shell {
    border-color: var(--pr-accent);
    box-shadow:
      0 26px 62px
      rgba(20, 32, 26, 0.13);
    transform:
      translateY(-5px);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media-wrap {
    position: relative;
    padding: 10px 10px 0;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius:
      var(--pr-image-radius);
    background: var(--pr-surface-soft);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media--portrait {
    aspect-ratio: 3 / 4;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media--square {
    aspect-ratio: 1;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media--landscape {
    aspect-ratio: 4 / 3;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__media img,
  body.pr-custom-shop .pr-main-collection
  .pr-product-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
      transform
      650ms
      cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card:hover
  .pr-product-card__media img {
    transform:
      scale(1.04);
  }

  body.pr-custom-shop .pr-main-collection
.pr-product-card__badges {
  position: absolute;
  top: 21px;
  right: 21px;
  left: 21px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__discount {
  margin-left: auto;
}

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__badge,
  body.pr-custom-shop .pr-main-collection
  .pr-product-card__discount {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 99px;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__badge {
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    box-shadow:
      0 6px 18px
      rgba(20, 32, 26, 0.12);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__discount {
    background: var(--pr-sale);
    color: #ffffff;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__type {
    margin: 0 0 8px;
    color: var(--pr-accent);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__title-link {
    color: inherit;
    text-decoration: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--pr-text);
    font-family:
      var(--font-heading--family, inherit);
    font-size:
      clamp(21px, 1.65vw, 27px);
    line-height: 1.13;
    letter-spacing: -0.036em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__description {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 0;
    color: var(--pr-muted);
    font-size: 12px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__commercial {
    margin-top: auto;
    padding-top: 20px;
  }

  body.pr-custom-shop .pr-main-collection
.pr-product-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__from {
    color: var(--pr-muted);
    font-size: 9px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__current-price {
    font-size: 17px;
    font-weight: 850;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__compare-price {
    color: var(--pr-muted);
    font-size: 11px;
  }

  body.pr-custom-shop .pr-main-collection
.pr-product-card__saving {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(165, 83, 69, 0.18);
  border-radius: 999px;
  background: rgba(165, 83, 69, 0.1);
  color: var(--pr-sale);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__delivery {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--pr-muted);
    font-size: 9px;
    font-weight: 650;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__delivery svg {
    color: var(--pr-accent);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 47px;
    margin-top: 17px;
    padding: 11px 15px;
    border-radius: 13px;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    transition:
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__primary:hover {
    transform:
      translateY(-1px);
    box-shadow:
      0 10px 25px
      rgba(20, 32, 26, 0.13);
  }

  body.pr-custom-shop .pr-main-collection
.pr-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
  margin-top: 17px;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__actions
.pr-product-card__primary {
  min-width: 0;
  min-height: 47px;
  margin-top: 0;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add-form {
  display: block;
  margin: 0;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 112px;
  height: 100%;
  min-height: 47px;
  padding: 10px 14px;
  border: 1px solid var(--pr-border);
  border-radius: 13px;
  background: var(--pr-surface-soft);
  color: var(--pr-text);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .button:hover {
  border-color: var(--pr-accent);
  background: var(--pr-surface);
  box-shadow:
    0 8px 22px
    rgba(20, 32, 26, 0.09);
  transform: translateY(-1px);
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .button.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .button.is-added {
  border-color: var(--pr-accent);
  background: var(--pr-accent);
  color: var(--pr-accent-text);
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media screen and (max-width: 749px) {
  body.pr-custom-shop .pr-main-collection
  .pr-product-card__actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__quick-add .button {
    width: 100%;
    min-height: 42px;
  }
}

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 46px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: 50px;
    padding: 12px 25px;
    border: 0;
    border-radius: 99px;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__loader {
    display: none;
    width: 17px;
    height: 17px;
    margin-left: 9px;
    border:
      2px solid
      rgba(23, 35, 30, 0.22);
    border-top-color:
      var(--pr-accent-text);
    border-radius: 50%;
    animation:
      pr-shop-spin
      700ms linear infinite;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__load-more.is-loading
  .pr-main-collection__loader {
    display: block;
  }

  @keyframes pr-shop-spin {
    to {
      transform:
        rotate(360deg);
    }
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination-progress {
    margin: 0;
    color: var(--pr-muted);
    font-size: 10px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination-nav {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination-nav a,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination-nav span {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    border:
      1px solid
      var(--pr-border);
    border-radius: 10px;
    background: var(--pr-surface);
    color: var(--pr-text);
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__pagination-nav .is-current {
    border-color: var(--pr-accent);
    background: var(--pr-accent);
    color: var(--pr-accent-text);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__search-empty,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__empty {
    padding: 60px 28px;
    border:
      1px dashed
      var(--pr-border);
    border-radius: 22px;
    background: var(--pr-surface);
    text-align: center;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__search-empty h2,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__empty h2 {
    margin: 0;
    font-family:
      var(--font-heading--family, inherit);
    font-size: 30px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__search-empty p,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__empty p {
    margin: 12px auto 20px;
    color: var(--pr-muted);
    font-size: 13px;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__search-empty button,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 99px;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
.pr-filter-drawer {
  --pr-filter-panel-top: 76px;

  position: fixed;
  z-index: 2147483000;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

body.pr-custom-shop .pr-main-collection
.pr-filter-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  body.pr-custom-shop .pr-main-collection
.pr-filter-drawer__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(15, 24, 19, 0.55);
  opacity: 0;
  cursor: default;
  transition: opacity 240ms ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body.pr-custom-shop .pr-main-collection
.pr-filter-drawer.is-open
.pr-filter-drawer__overlay {
  opacity: 1;
}

  body.pr-custom-shop .pr-main-collection
.pr-filter-drawer__panel {
  position: absolute;
  z-index: 2;
  top: var(--pr-filter-panel-top);
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(92vw, 430px);
  overflow: hidden;
  border-top-left-radius: 22px;
  background: var(--pr-surface);
  box-shadow: -20px 0 60px rgba(15, 24, 19, 0.22);
  transform: translateX(100%);
  transition:
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.pr-custom-shop .pr-main-collection
.pr-filter-drawer.is-open
.pr-filter-drawer__panel {
  transform: translateX(0);
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__filter-search {
  position: relative;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__filter-search input {
  padding-right: 46px;
}

/* Retire la croix native de Chrome/Safari */
body.pr-custom-shop .pr-main-collection
.pr-main-collection__filter-search input[type="search"]::-webkit-search-cancel-button,
body.pr-custom-shop .pr-main-collection
.pr-main-collection__toolbar-search input[type="search"]::-webkit-search-cancel-button {
  display: none;
  appearance: none;
}

/* Bouton d’effacement personnalisé */
body.pr-custom-shop .pr-main-collection
[data-pr-clear-search] {
  position: absolute;
  top: 50%;
  right: 9px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--pr-border);
  border-radius: 50%;
  background: var(--pr-surface);
  color: var(--pr-muted);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

body.pr-custom-shop .pr-main-collection
[data-pr-clear-search]:hover {
  border-color: var(--pr-accent);
  background: var(--pr-surface-soft);
  color: var(--pr-text);
}

body.pr-custom-shop .pr-main-collection
[data-pr-clear-search]:active {
  transform:
    translateY(-50%)
    scale(0.94);
}

body.pr-custom-shop .pr-main-collection
[data-pr-clear-search][hidden] {
  display: none !important;
}

body.pr-custom-shop .pr-main-collection
[data-pr-clear-search] svg {
  display: block;
  width: 12px;
  height: 12px;
}

/* Message affiché sous la recherche */
body.pr-custom-shop .pr-main-collection
.pr-main-collection__search-status {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 20px;
  margin: 8px 0 12px;
  color: var(--pr-muted);
  font-size: 10px;
  font-weight: 520;
  line-height: 1.45;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__search-status::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pr-accent);
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__search-status[hidden] {
  display: none !important;
}

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 96px;
    padding: 20px 22px;
    border-bottom:
      1px solid
      var(--pr-border);
    border-top-left-radius: 22px;
    background: var(--pr-surface);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border:
      1px solid
      var(--pr-border);
    border-radius: 50%;
    background: var(--pr-surface-soft);
    color: var(--pr-text);
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__form {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__content {
    flex: 1;
    min-height: 0;
    padding: 0 22px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__footer {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns:
      0.85fr
      1.15fr;
    gap: 10px;
    padding: 16px 22px;
    border-top:
      1px solid
      var(--pr-border);
    background: var(--pr-surface);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__footer a,
  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__footer button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__footer a {
    border:
      1px solid
      var(--pr-border);
    background: var(--pr-surface-soft);
    color: var(--pr-text);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-filter-drawer__footer button {
    border: 0;
    background: var(--pr-accent);
    color: var(--pr-accent-text);
    cursor: pointer;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-reveal,
  body.pr-custom-shop .pr-main-collection
  .pr-product-reveal {
    opacity: 0;
    transform:
      translateY(20px);
    transition:
      opacity
      650ms
      cubic-bezier(0.22, 1, 0.36, 1),
      transform
      650ms
      cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-reveal {
    transition-delay:
      calc(
        var(--pr-product-index) *
        45ms
      );
  }

  body.pr-custom-shop .pr-main-collection.is-visible
  .pr-reveal,
  body.pr-custom-shop .pr-main-collection.is-visible
  .pr-product-reveal,
  body.pr-custom-shop .pr-main-collection
  .pr-product-reveal.is-visible {
    opacity: 1;
    transform:
      translateY(0);
  }

  body.pr-filter-drawer-open {
    overflow: hidden;
  }

  @media screen and (max-width: 1199px) {
    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__content {
      grid-template-columns:
        220px
        minmax(0, 1fr);
      gap: 24px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__grid {
      grid-template-columns:
        repeat(
          2,
          minmax(0, 1fr)
        );
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__toolbar-search {
      display: none;
    }
  }

  @media screen and (max-width: 899px) {
    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__sidebar {
      display: none;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__content {
      display: block;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__filter-trigger {
      display: inline-flex;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__sort-form > label,
    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__density {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    body.pr-custom-shop .pr-main-collection {
      padding: 42px 0 54px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__container {
      width:
        calc(100% - 28px);
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__hero {
      display: block;
      padding-bottom: 25px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__title {
      max-width: 12ch;
      font-size:
        clamp(42px, 13vw, 62px);
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__hero-count {
      display: none;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__trust-line {
      display: grid;
      gap: 9px;
      margin-bottom: 22px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__toolbar {
      align-items: stretch;
      min-height: auto;
      padding: 9px;
      border-radius: 15px;
      gap:0;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__result-count {
      display: none;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__sort-select select {
      width: 138px;
      max-width: 138px;
      padding-left: 10px;
      font-size: 10px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__active-filters {
      display: block;
      margin-bottom: 18px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__active-label {
      display: block;
      padding: 0;
      margin-bottom: 8px;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-one
    .pr-main-collection__grid {
      grid-template-columns: 1fr;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-main-collection__grid {
      grid-template-columns:
        repeat(
          2,
          minmax(0, 1fr)
        );
      gap: 12px;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__content {
      padding: 13px;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__title {
      font-size: 17px;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__description,
    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__delivery,
    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__saving {
      display: none;
    }

    body.pr-custom-shop .pr-main-collection.pr-main-collection--mobile-two
    .pr-product-card__primary {
      min-height: 42px;
      padding-inline: 7px;
      font-size: 9px;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-main-collection__load-more {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    body.pr-custom-shop .pr-main-collection
    .pr-reveal,
    body.pr-custom-shop .pr-main-collection
    .pr-product-reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }

    body.pr-custom-shop .pr-main-collection
    .pr-product-card__shell,
    body.pr-custom-shop .pr-main-collection
    .pr-product-card__media img,
    body.pr-custom-shop .pr-main-collection
    .pr-filter-drawer__panel,
    body.pr-custom-shop .pr-main-collection
    .pr-filter-drawer__overlay {
      transition: none;
    }
  }

/* WooCommerce markup compatibility */

/* Native WooCommerce sorting used by templates/shop.php */
body.pr-custom-shop .pr-main-collection
.pr-main-collection__sorting {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__sorting-label {
  color: var(--pr-muted);
  font-size: 10px;
  font-weight: 750;
}

body.pr-custom-shop .pr-main-collection
.woocommerce-ordering {
  margin: 0;
}

body.pr-custom-shop .pr-main-collection
.woocommerce-ordering select {
  min-height: 43px;
  padding: 8px 38px 8px 14px;
  border: 1px solid var(--pr-border);
  border-radius: 12px;
  background-color: var(--pr-surface-soft);
  color: var(--pr-text);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
}

/* WooCommerce category HTML inside the product type line */
body.pr-custom-shop .pr-main-collection
.pr-product-card__type a {
  color: inherit;
  text-decoration: none;
}

/* Preserve Shopify price hierarchy with WooCommerce price HTML */
body.pr-custom-shop .pr-main-collection
.pr-product-card__price .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: var(--pr-text);
  font-size: 17px;
  font-weight: 850;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__price del {
  color: var(--pr-muted);
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__price ins {
  color: var(--pr-text);
  text-decoration: none;
}

/* The PHP template uses a wrapper around WooCommerce's native button */
body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add {
  display: block;
  min-width: 112px;
  margin: 0;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .button {
  width: 100%;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__quick-add .added_to_cart {
  display: none;
}

/* Native WooCommerce pagination */
body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination nav.woocommerce-pagination {
  margin: 0;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
ul.page-numbers li {
  margin: 0;
  border: 0;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
.page-numbers a,
body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
.page-numbers span {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 11px;
  border: 1px solid var(--pr-border);
  border-radius: 50%;
  background: var(--pr-surface);
  color: var(--pr-text);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
.page-numbers a:hover {
  border-color: var(--pr-accent);
  box-shadow: 0 8px 22px rgba(20, 32, 26, 0.09);
  transform: translateY(-1px);
}

body.pr-custom-shop .pr-main-collection
.pr-main-collection__pagination
.page-numbers .current {
  border-color: var(--pr-accent);
  background: var(--pr-accent);
  color: var(--pr-accent-text);
}

/* Keep the current PHP layout responsive even without Shopify mobile classes */
@media screen and (max-width: 1199px) {
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid.is-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 899px) {
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sorting-label,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__density {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar {
    flex-direction: column;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-left,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__toolbar-right,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__sorting,
  body.pr-custom-shop .pr-main-collection
  .woocommerce-ordering,
  body.pr-custom-shop .pr-main-collection
  .woocommerce-ordering select {
    width: 100%;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid,
  body.pr-custom-shop .pr-main-collection
  .pr-main-collection__grid.is-compact {
    grid-template-columns: 1fr;
  }

  body.pr-custom-shop .pr-main-collection
  .pr-product-card__quick-add {
    width: 100%;
    min-width: 0;
  }
}

/* Final WordPress/Blocksy overrides */
html,
body.pr-custom-shop,
body.pr-custom-shop #main-container,
body.pr-custom-shop .site-main,
body.pr-custom-shop main#primary,
body.pr-custom-shop .pr-main-collection {
  background-color: #ffffff !important;
}

body.pr-custom-shop .pr-main-collection {
  background: #ffffff !important;
  padding-top: 64px !important;
  padding-bottom: 80px !important;
}

body.pr-custom-shop .pr-main-collection__container {
  width: min(calc(100% - 40px), 1400px) !important;
}

@media screen and (max-width: 749px) {
  body.pr-custom-shop .pr-main-collection {
    padding-top: 42px !important;
    padding-bottom: 56px !important;
  }

  body.pr-custom-shop .pr-main-collection__container {
    width: calc(100% - 32px) !important;
  }
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__price ins,
body.pr-custom-shop .pr-main-collection
.pr-product-card__price ins .woocommerce-Price-amount,
body.pr-custom-shop .pr-main-collection
.pr-product-card__price ins bdi {
	color: var(--pr-text) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__price del,
body.pr-custom-shop .pr-main-collection
.pr-product-card__price del .woocommerce-Price-amount,
body.pr-custom-shop .pr-main-collection
.pr-product-card__price del bdi {
	color: var(--pr-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	opacity: 1 !important;
}

body.pr-custom-shop .pr-main-collection
.pr-product-card__price .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}