:root {
    --pr-ink: #0b0b0c;
    --pr-panel: #151516;
    --pr-panel-soft: #1b1b1d;
    --pr-line: rgba(255, 255, 255, 0.105);
    --pr-text: #f7f3eb;
    --pr-muted: #b5aea2;
    --pr-gold: #d6b369;
    --pr-gold-deep: #aa7a26;
    --pr-header-offset: 66px;
}

html {
    scroll-behavior: smooth;
}

html.products-document,
html.products-document body.products-page {
    overflow: visible !important;
    overflow-x: clip !important;
}

body.products-page {
    background: #fff !important;
    color: #181818 !important;
}

body.products-page.is-modal-open {
    overflow: hidden;
}

.pr-main,
.pr-main *,
.pr-modal,
.pr-modal * {
    box-sizing: border-box;
}

.pr-main {
    position: relative;
    background:
        radial-gradient(circle at 8% 10%, rgba(214, 179, 105, 0.11), transparent 29rem),
        radial-gradient(circle at 94% 7%, rgba(214, 179, 105, 0.07), transparent 32rem),
        var(--pr-ink);
    color: var(--pr-text);
}

.pr-shell {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.pr-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pr-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pr-kicker::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.pr-hero {
    position: relative;
    padding: clamp(58px, 7vw, 98px) 0 clamp(68px, 8vw, 110px);
}

.pr-hero::before {
    position: absolute;
    top: 0;
    right: -12vw;
    width: min(48vw, 660px);
    height: min(48vw, 660px);
    border: 1px solid rgba(214, 179, 105, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pr-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
}

.pr-hero-copy {
    position: relative;
    z-index: 2;
}

.pr-hero h1 {
    max-width: 730px;
    margin: 18px 0 22px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6.3vw, 5.55rem);
    font-weight: 500;
    letter-spacing: -0.052em;
    line-height: 0.98;
}

.pr-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--pr-muted);
    font-size: clamp(16px, 1.65vw, 19px);
    line-height: 1.72;
}

.pr-hero-actions,
.pr-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}

.pr-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.pr-button:hover {
    transform: translateY(-2px);
}

.pr-button-gold {
    border-color: var(--pr-gold);
    background: linear-gradient(145deg, #e4c477, #cfa452);
    color: #16120d !important;
    box-shadow: 0 13px 34px rgba(188, 139, 50, 0.2);
}

.pr-button-gold:hover {
    background: linear-gradient(145deg, #efd28d, #d8ad58);
    color: #16120d !important;
}

.pr-button-outline {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    color: #f7f3eb !important;
}

.pr-button-outline:hover {
    border-color: rgba(214, 179, 105, 0.72);
    background: rgba(214, 179, 105, 0.08);
    color: #fff !important;
}

.pr-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
    color: #938c81;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.035em;
}

.pr-hero-proof span {
    position: relative;
    padding-right: 18px;
}

.pr-hero-proof span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--pr-gold);
    content: "";
}

.pr-hero-proof strong {
    color: #f1e2bd;
    font-weight: 900;
}

.pr-wholesale-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 28px;
    color: #a8a095 !important;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none !important;
}

.pr-wholesale-link strong,
.pr-wholesale-link span {
    color: var(--pr-gold);
}

.pr-wholesale-link span {
    margin-left: 3px;
    font-size: 18px;
    transition: transform 0.18s ease;
}

.pr-wholesale-link:hover span {
    transform: translateX(4px);
}

.pr-hero-visual {
    position: relative;
    display: grid;
    height: clamp(390px, 42vw, 540px);
    grid-template-columns: 1.35fr 0.8fr;
    grid-template-rows: 1fr 0.88fr;
    gap: 12px;
}

.pr-hero-image {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #211e19;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.pr-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, transparent 50%, rgba(10, 8, 5, 0.35));
    content: "";
    pointer-events: none;
}

.pr-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.pr-hero-visual:hover .pr-hero-image img {
    transform: scale(1.035);
}

.pr-hero-image-1 {
    grid-row: 1 / 3;
    border-radius: 180px 24px 24px 180px;
}

.pr-hero-image-2 {
    border-radius: 24px 90px 24px 24px;
}

.pr-hero-image-3 {
    border-radius: 24px 24px 90px 24px;
}

.pr-hero-visual.is-empty {
    place-items: center;
    border: 1px solid rgba(214, 179, 105, 0.16);
    border-radius: 180px 28px 120px 28px;
    background:
        linear-gradient(140deg, rgba(214, 179, 105, 0.12), transparent 50%),
        #151515;
}

.pr-hero-monogram {
    color: rgba(214, 179, 105, 0.45);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 190px;
}

.pr-hero-seal {
    position: absolute;
    left: -34px;
    bottom: 36px;
    z-index: 3;
    display: grid;
    width: 112px;
    height: 112px;
    place-content: center;
    border: 1px solid rgba(214, 179, 105, 0.52);
    border-radius: 50%;
    background: rgba(12, 12, 13, 0.88);
    color: #fff;
    text-align: center;
    backdrop-filter: blur(12px);
}

.pr-hero-seal::before {
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(214, 179, 105, 0.34);
    border-radius: inherit;
    content: "";
}

.pr-hero-seal span,
.pr-hero-seal strong {
    position: relative;
    z-index: 1;
    display: block;
}

.pr-hero-seal span {
    color: var(--pr-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.pr-hero-seal strong {
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pr-catalog {
    position: relative;
    border-top: 1px solid var(--pr-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 28rem),
        #101011;
}

.pr-category-dock {
    position: -webkit-sticky;
    position: sticky;
    top: var(--pr-header-offset);
    z-index: 30;
    border-bottom: 1px solid rgba(255, 255, 255, 0.085);
    background: rgba(14, 14, 15, 0.93);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
}

.pr-category-shell {
    position: relative;
    padding: 13px 46px;
}

.pr-category-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
}

.pr-category-track::-webkit-scrollbar {
    display: none;
}

.pr-category-chip {
    flex: 0 0 auto;
    min-height: 41px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #b8b0a4;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pr-category-chip span {
    display: inline-grid;
    min-width: 21px;
    min-height: 21px;
    margin-left: 7px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #8e867a;
    font-size: 9px;
}

.pr-category-chip:hover {
    border-color: rgba(214, 179, 105, 0.48);
    color: #fff;
}

.pr-category-chip.is-active {
    border-color: var(--pr-gold);
    background: var(--pr-gold);
    color: #16120d;
}

.pr-category-chip.is-active span {
    background: rgba(20, 16, 10, 0.16);
    color: #16120d;
}

.pr-category-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    transform: translateY(-50%);
    place-items: center;
    border: 1px solid rgba(214, 179, 105, 0.28);
    border-radius: 50%;
    background: #1c1914;
    color: var(--pr-gold);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.18s ease, border-color 0.18s ease;
}

.pr-category-arrow:hover {
    border-color: var(--pr-gold);
}

.pr-category-arrow.is-left {
    left: 4px;
}

.pr-category-arrow.is-right {
    right: 4px;
}

.pr-category-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.pr-category-arrow svg,
.pr-card-link svg,
.pr-modal-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-catalog-body {
    padding-top: clamp(54px, 7vw, 88px);
    padding-bottom: clamp(72px, 9vw, 120px);
}

.pr-catalog-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 66px;
}

.pr-catalog-heading h2 {
    margin: 13px 0 0;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
}

.pr-catalog-heading > p {
    margin: 0;
    color: #999186;
    font-size: 15px;
    line-height: 1.7;
}

.pr-collection {
    margin-top: 78px;
    scroll-margin-top: calc(var(--pr-header-offset) + 90px);
}

.pr-collection:first-of-type {
    margin-top: 0;
}

.pr-collection-heading {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--pr-line);
}

.pr-collection-heading > span {
    color: var(--pr-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

.pr-collection-heading h2 {
    margin: 0;
    color: #f5f0e8 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.025em;
}

.pr-collection-heading p {
    margin: 4px 0 0;
    color: #7f786f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pr-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.pr-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 244px;
    grid-template-columns: minmax(190px, 41%) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.105);
    border-radius: 20px;
    background: linear-gradient(145deg, #19191b, #141415);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pr-card:hover,
.pr-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(214, 179, 105, 0.55);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25);
}

.pr-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(214, 179, 105, 0.26), 0 22px 48px rgba(0, 0, 0, 0.25);
}

.pr-card-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(214, 179, 105, 0.13), transparent),
        #211e19;
}

.pr-card-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 64%, rgba(20, 20, 21, 0.24));
    content: "";
    pointer-events: none;
}

.pr-card-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pr-card:hover .pr-card-media img {
    transform: scale(1.045);
}

.pr-image-fallback,
.pr-modal-fallback {
    position: absolute;
    inset: 0;
    display: none;
    place-items: center;
    color: rgba(214, 179, 105, 0.46);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 92px;
    background:
        radial-gradient(circle at 30% 20%, rgba(214, 179, 105, 0.19), transparent 45%),
        #211e19;
}

.pr-image-fallback.is-visible,
.pr-modal-fallback.is-visible {
    display: grid;
}

.pr-card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 23px;
}

.pr-card-category {
    color: var(--pr-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pr-card h3 {
    margin: 8px 0 10px;
    color: #fff !important;
    font-size: clamp(18px, 1.65vw, 23px);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.pr-card-body > p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #9d968b;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pr-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: #dfc17d;
    font-size: 11px;
    font-weight: 900;
}

.pr-card-link svg {
    width: 16px;
    transition: transform 0.18s ease;
}

.pr-card:hover .pr-card-link svg {
    transform: translateX(4px);
}

.pr-empty {
    display: grid;
    justify-items: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 58px 30px;
    border: 1px solid var(--pr-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.025);
    text-align: center;
}

.pr-empty > span {
    display: grid;
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid rgba(214, 179, 105, 0.35);
    border-radius: 50%;
    color: var(--pr-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
}

.pr-empty h2 {
    margin: 0;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
}

.pr-empty p {
    max-width: 480px;
    margin: 12px 0 0;
    color: var(--pr-muted);
}

.pr-modal[hidden] {
    display: none !important;
}

.pr-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: grid;
    padding: 22px;
    place-items: center;
}

.pr-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(10px);
}

.pr-modal-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(900px, 100%);
    max-height: min(760px, calc(100dvh - 44px));
    grid-template-columns: minmax(310px, 0.93fr) minmax(0, 1.07fr);
    overflow: hidden;
    border: 1px solid rgba(214, 179, 105, 0.26);
    border-radius: 25px;
    background: #151516;
    color: var(--pr-text);
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.58);
}

.pr-modal-media {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    background: #211e19;
}

.pr-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-modal-fallback {
    z-index: 2;
    font-size: 150px;
}

.pr-modal-content {
    min-width: 0;
    overflow-y: auto;
    padding: clamp(34px, 5vw, 58px);
}

.pr-modal-content h2 {
    margin: 12px 0 18px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4.5vw, 3.7rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1;
    overflow-wrap: break-word;
}

.pr-modal-content > p {
    margin: 0;
    color: #aaa297;
    font-size: 15px;
    line-height: 1.75;
    white-space: pre-line;
}

.pr-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(9, 9, 10, 0.76);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.pr-modal-close:hover {
    border-color: var(--pr-gold);
    color: var(--pr-gold);
}

.products-page .main-footer {
    margin-top: 0;
}

@media (max-width: 1020px) {
    .pr-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
        gap: 40px;
    }

    .pr-product-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pr-card {
        min-height: 260px;
        grid-template-columns: minmax(230px, 37%) minmax(0, 1fr);
    }
}

@media (max-width: 780px) {
    .pr-shell {
        width: min(100% - 30px, 1200px);
    }

    .pr-hero {
        padding-top: 48px;
    }

    .pr-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .pr-hero-copy {
        max-width: 680px;
    }

    .pr-hero-visual {
        width: min(100%, 570px);
        height: min(112vw, 475px);
        margin: 0 auto;
    }

    .pr-hero-seal {
        left: -5px;
        bottom: 25px;
        width: 94px;
        height: 94px;
    }

    .pr-hero-seal span {
        font-size: 15px;
    }

    .pr-category-shell {
        padding-right: 42px;
        padding-left: 42px;
    }

    .pr-catalog-heading {
        grid-template-columns: minmax(0, 1fr);
        gap: 19px;
        margin-bottom: 50px;
    }

    .pr-collection {
        margin-top: 62px;
    }

    .pr-modal-dialog {
        width: min(620px, 100%);
        grid-template-columns: minmax(0, 1fr);
        overflow-y: auto;
    }

    .pr-modal-media {
        min-height: 310px;
        max-height: 42dvh;
    }

    .pr-modal-content {
        overflow: visible;
        padding: 30px;
    }
}

@media (max-width: 560px) {
    .pr-shell {
        width: min(100% - 24px, 1200px);
    }

    .pr-hero {
        padding: 42px 0 62px;
    }

    .pr-hero h1 {
        margin-top: 15px;
        font-size: clamp(2.75rem, 14vw, 4.35rem);
    }

    .pr-hero-copy > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .pr-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .pr-button {
        width: 100%;
    }

    .pr-hero-proof {
        gap: 9px 13px;
        margin-top: 26px;
    }

    .pr-hero-proof span {
        padding-right: 13px;
    }

    .pr-wholesale-link {
        display: flex;
        align-items: flex-start;
    }

    .pr-hero-visual {
        height: 92vw;
        max-height: 390px;
        gap: 7px;
    }

    .pr-hero-image-1 {
        border-radius: 100px 17px 17px 100px;
    }

    .pr-hero-image-2 {
        border-radius: 17px 58px 17px 17px;
    }

    .pr-hero-image-3 {
        border-radius: 17px 17px 58px 17px;
    }

    .pr-hero-seal {
        bottom: 18px;
    }

    .pr-category-dock {
        top: var(--pr-header-offset);
    }

    .pr-category-dock .pr-shell {
        width: 100%;
    }

    .pr-category-shell {
        padding: 10px 43px;
    }

    .pr-category-chip {
        min-height: 39px;
        padding: 0 12px;
        font-size: 11px;
    }

    .pr-category-arrow.is-left {
        left: 6px;
    }

    .pr-category-arrow.is-right {
        right: 6px;
    }

    .pr-catalog-body {
        padding-top: 50px;
    }

    .pr-catalog-heading h2 {
        font-size: 2.65rem;
    }

    .pr-collection-heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
    }

    .pr-card {
        min-height: 152px;
        grid-template-columns: 122px minmax(0, 1fr);
        border-radius: 16px;
    }

    .pr-card-body {
        justify-content: center;
        padding: 16px 14px;
    }

    .pr-card h3 {
        margin: 6px 0 7px;
        font-size: 16px;
    }

    .pr-card-body > p {
        font-size: 10.5px;
        line-height: 1.45;
        -webkit-line-clamp: 2;
    }

    .pr-card-category {
        font-size: 7.5px;
    }

    .pr-card-link {
        margin-top: 10px;
        font-size: 10px;
    }

    .pr-modal {
        align-items: end;
        padding: 0;
    }

    .pr-modal-dialog {
        width: 100%;
        max-height: 91dvh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 24px 24px 0 0;
    }

    .pr-modal-media {
        min-height: 245px;
        max-height: 36dvh;
    }

    .pr-modal-content {
        padding: 25px 20px calc(24px + env(safe-area-inset-bottom));
    }

    .pr-modal-content h2 {
        margin-top: 9px;
        font-size: 2.3rem;
    }

    .pr-modal-content > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .pr-modal-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 23px;
    }
}

@media (max-width: 370px) {
    .pr-card {
        grid-template-columns: 106px minmax(0, 1fr);
    }

    .pr-card-body {
        padding: 13px 11px;
    }

    .pr-card-link svg {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .pr-button,
    .pr-card,
    .pr-card-media img,
    .pr-card-link svg,
    .pr-wholesale-link span,
    .pr-hero-image img {
        transition: none;
    }
}
