.orx-shop-page,
.orx-shop-mount {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.orx-shop-mount {
    position: relative;
    display: block;
    width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
    overflow-x: hidden;
    overflow-x: clip;
}

.orx-shop {
    --orx-shop-primary: #1f6369;
    --orx-shop-primary-hover: #17545a;
    --orx-shop-ink: #091e21;
    --orx-shop-copy: #666;
    --orx-shop-muted: #999;
    --orx-shop-danger: #e43e3e;
    --orx-shop-page: #f8f8f8;
    --orx-shop-border: #dce2e1;
    --orx-shop-white: #fff;

    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 120px max(20px, calc((100vw - 1440px) / 2)) 100px;
    overflow-x: clip;
    background: var(--orx-shop-page);
    color: var(--orx-shop-ink);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.orx-shop,
.orx-shop *,
.orx-shop *::before,
.orx-shop *::after {
    box-sizing: border-box;
}

.orx-shop :where(h1, h2, h3, p, figure) {
    margin: 0;
}

.orx-shop :where(a, button, input, select) {
    color: inherit;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.orx-shop a {
    text-decoration: none;
}

.orx-shop button,
.orx-shop select,
.orx-shop input {
    appearance: none;
}

.orx-shop img,
.orx-shop svg {
    display: block;
}

.orx-shop img[src$=".svg"] {
    max-width: none !important;
    max-height: none !important;
}

.orx-shop a:focus-visible,
.orx-shop button:focus-visible,
.orx-shop select:focus-visible,
.orx-shop input:focus-visible {
    outline: 2px solid var(--orx-shop-primary);
    outline-offset: 3px;
}

.orx-shop__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Breadcrumb */

.orx-shop__breadcrumbs {
    display: flex;
    width: max-content;
    max-width: 100%;
    height: 28px;
    align-items: center;
    color: var(--orx-shop-muted);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.orx-shop__breadcrumbs > a:not(.orx-shop__breadcrumb-home-icon) {
    transition: color 180ms ease;
}

.orx-shop__breadcrumbs > a:not(.orx-shop__breadcrumb-home-icon):hover,
.orx-shop__breadcrumbs > a:not(.orx-shop__breadcrumb-home-icon):focus-visible {
    color: var(--orx-shop-primary);
}

.orx-shop__breadcrumbs > span {
    color: var(--orx-shop-primary);
}

.orx-shop__breadcrumb-home-icon {
    position: relative;
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-right: 17px;
    overflow: visible;
    place-items: center;
}

.orx-shop__breadcrumb-home-icon img {
    width: 28px;
    height: 28px;
}

.orx-shop__breadcrumb-chevron {
    position: relative;
    display: block;
    width: 5px;
    height: 10px;
    flex: 0 0 5px;
    margin: 0 16px;
    overflow: visible;
}

.orx-shop__breadcrumb-chevron img {
    position: absolute;
    top: -0.35355px;
    left: -0.35355px;
    width: 6.06066px;
    height: 10.7071px;
}

/* Main two-column layout */

.orx-shop__layout {
    display: grid;
    grid-template-columns: 362px 1010px;
    gap: 68px;
    align-items: start;
    margin-top: 32px;
}

.orx-shop__filters {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 24px;
}

.orx-shop__filter-card {
    overflow: hidden;
    border-radius: 8px;
    background: var(--orx-shop-white);
}

.orx-shop__category-filter {
    min-height: 344px;
    padding: 24px;
}

.orx-shop__price-filter {
    min-height: 183px;
    padding: 24px;
}

.orx-shop__filter-heading {
    display: flex;
    width: 100%;
    height: 26px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--orx-shop-muted);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.orx-shop__filter-chevron {
    position: relative;
    display: block;
    width: 10px;
    height: 5px;
    flex: 0 0 10px;
    margin-right: -1px;
    overflow: visible;
}

.orx-shop__filter-chevron img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.06066px;
    height: 10.7071px;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    transition: transform 180ms ease;
}

.orx-shop__filter-heading[aria-expanded="false"] .orx-shop__filter-chevron img {
    transform: translate(-50%, -50%) rotate(0deg);
}

.orx-shop__filter-content[hidden] {
    display: none;
}

.orx-shop__category-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.orx-shop__category-option {
    position: relative;
    display: flex;
    width: fit-content;
    max-width: 100%;
    height: 26px;
    align-items: center;
    color: var(--orx-shop-copy);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.orx-shop__category-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.orx-shop__category-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-right: 12px;
    border: 1px solid var(--orx-shop-copy);
    border-radius: 50%;
    background: transparent;
}

.orx-shop__category-option input:checked + .orx-shop__category-dot {
    border-color: var(--orx-shop-primary);
    background: var(--orx-shop-primary);
}

.orx-shop__category-option input:checked ~ span:last-child {
    color: var(--orx-shop-primary);
}

.orx-shop__category-option:hover {
    color: var(--orx-shop-primary);
}

.orx-shop__category-option input:focus-visible + .orx-shop__category-dot {
    outline: 2px solid var(--orx-shop-primary);
    outline-offset: 3px;
}

.orx-shop__category-option > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orx-shop__category-skeleton {
    width: 65%;
    height: 16px;
    border-radius: 4px;
}

.orx-shop__category-skeleton:nth-child(2n) {
    width: 80%;
}

.orx-shop__range {
    --orx-range-start: 0%;
    --orx-range-end: 100%;
    position: relative;
    height: 17px;
    margin-top: 16px;
}

.orx-shop__range-track,
.orx-shop__range-selection {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    height: 1px;
    background: var(--orx-shop-border);
    pointer-events: none;
}

.orx-shop__range-selection {
    right: calc(100% - var(--orx-range-end));
    left: var(--orx-range-start);
    background: var(--orx-shop-primary);
}

.orx-shop__range input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.orx-shop__range input::-webkit-slider-runnable-track {
    height: 1px;
    background: transparent;
}

.orx-shop__range input::-moz-range-track {
    height: 1px;
    background: transparent;
}

.orx-shop__range input::-webkit-slider-thumb {
    width: 8px;
    height: 17px;
    margin-top: -8px;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: var(--orx-shop-primary);
    cursor: ew-resize;
    pointer-events: auto;
}

.orx-shop__range input::-moz-range-thumb {
    width: 8px;
    height: 17px;
    border: 0;
    border-radius: 0;
    background: var(--orx-shop-primary);
    cursor: ew-resize;
    pointer-events: auto;
}

.orx-shop__range-values {
    display: flex;
    height: 26px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    color: var(--orx-shop-muted);
    font-size: 16px;
    line-height: 26px;
}

.orx-shop__price-summary {
    margin-top: 16px !important;
    color: var(--orx-shop-muted);
    font-size: 16px;
    line-height: 26px;
}

.orx-shop__price-summary span {
    color: var(--orx-shop-primary);
}

/* Result toolbar */

.orx-shop__catalog {
    min-width: 0;
}

.orx-shop__toolbar {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.orx-shop__toolbar > p {
    color: var(--orx-shop-copy);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap;
}

.orx-shop__sort {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 16px;
}

.orx-shop__sort > span:first-child {
    color: var(--orx-shop-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    white-space: nowrap;
}

.orx-shop__select-wrap {
    position: relative;
    display: block;
    width: 192px;
    height: 42px;
}

.orx-shop__select-wrap select {
    width: 100%;
    height: 42px;
    padding: 7px 40px 7px 16px;
    border: 1px solid var(--orx-shop-border);
    border-radius: 8px;
    background: var(--orx-shop-white);
    color: var(--orx-shop-copy);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.orx-shop__select-chevron {
    position: absolute;
    top: 18.5px;
    right: 17px;
    display: block;
    width: 10px;
    height: 5px;
    overflow: visible;
    pointer-events: none;
}

.orx-shop__select-chevron img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.06066px;
    height: 10.7071px;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
}

/* Product panel and cards */

.orx-shop__product-panel {
    min-height: 2500px;
    margin-top: 24px;
    padding: 32px;
    border-radius: 16px;
    background: var(--orx-shop-white);
}

.orx-shop__product-grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 40px 23px;
    align-items: start;
}

.orx-shop__product-card {
    position: relative;
    width: 300px;
    min-width: 0;
    min-height: 452px;
}

.orx-shop__product-media {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: var(--orx-shop-page);
    transition: aspect-ratio 240ms ease;
}

.orx-shop__product-card:hover .orx-shop__product-media,
.orx-shop__product-card:focus-within .orx-shop__product-media {
    aspect-ratio: 5 / 4;
}

.orx-shop__product-media > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.orx-shop__discount {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    display: inline-flex;
    height: 33px;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    background: var(--orx-shop-primary);
    color: var(--orx-shop-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}

.orx-shop__product-title-link {
    display: block;
    width: 260px;
    max-width: 100%;
    margin-top: 24px;
}

.orx-shop__product-title-link h2 {
    overflow: hidden;
    height: 48px;
    color: var(--orx-shop-copy);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    transition: color 180ms ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.orx-shop__product-card:hover .orx-shop__product-title-link h2,
.orx-shop__product-card:focus-within .orx-shop__product-title-link h2 {
    color: var(--orx-shop-primary);
}

.orx-shop__prices {
    display: flex;
    height: 24px;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}

.orx-shop__price {
    color: var(--orx-shop-danger);
    font-weight: 500;
}

.orx-shop__regular-price {
    color: var(--orx-shop-muted);
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-skip-ink: none;
}

.orx-shop__product-actions {
    display: flex;
    height: 0;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
        height 220ms ease,
        margin-top 220ms ease,
        opacity 160ms ease 40ms,
        visibility 160ms ease;
}

.orx-shop__product-card:hover .orx-shop__product-actions,
.orx-shop__product-card:focus-within .orx-shop__product-actions {
    height: 33px;
    margin-top: 24px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.orx-shop__learn-more {
    display: inline-flex;
    width: 140px;
    height: 33px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 35px;
    background: var(--orx-shop-primary);
    color: var(--orx-shop-white) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    transition: background-color 180ms ease;
}

.orx-shop__learn-more:hover,
.orx-shop__learn-more:focus-visible {
    background: var(--orx-shop-primary-hover);
}

.orx-shop__learn-more-icon {
    position: relative;
    display: block;
    width: 5px;
    height: 10px;
    flex: 0 0 5px;
    overflow: visible;
}

.orx-shop__learn-more-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.20711px;
    height: 11px;
    transform: translate(-50%, -50%);
}

.orx-shop__cart-button {
    display: inline-grid;
    width: 36px;
    height: 33px;
    padding: 6px 8px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    cursor: pointer;
    place-items: center;
    transition:
        background-color 180ms ease,
        opacity 180ms ease;
}

.orx-shop__cart-button:hover,
.orx-shop__cart-button:focus-visible {
    background: rgba(31, 99, 105, 0.08);
}

.orx-shop__cart-icon {
    display: block;
    width: 18.415px;
    height: 17.1667px;
}

.orx-shop__cart-icon img {
    width: 100%;
    height: 100%;
}

.orx-shop__cart-button.is-loading {
    opacity: 0.45;
}

.orx-shop__cart-button.is-added {
    background: rgba(31, 99, 105, 0.14);
}

.orx-shop__product-skeleton {
    display: flex;
    width: 300px;
    min-height: 452px;
    flex-direction: column;
}

.orx-shop__product-skeleton > span:first-child {
    width: 100%;
    aspect-ratio: 1;
    flex: none;
    border-radius: 8px;
}

.orx-shop__product-skeleton > span:nth-child(2) {
    width: 86.6667%;
    height: 48px;
    flex: 0 0 48px;
    margin-top: 24px;
    border-radius: 4px;
}

.orx-shop__product-skeleton > span:nth-child(3) {
    width: 40%;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 16px;
    border-radius: 4px;
}

.orx-shop__empty {
    grid-column: 1 / -1;
    display: grid;
    min-height: 400px;
    place-items: center;
    color: var(--orx-shop-muted);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.orx-shop__filter-error {
    color: var(--orx-shop-muted);
    font-size: 14px;
    line-height: 22px;
}

/* Pagination */

.orx-shop__pagination {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-top: 48px;
}

.orx-shop__page-number,
.orx-shop__page-ellipsis,
.orx-shop__page-next {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 8px 10px;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--orx-shop-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.orx-shop__page-number {
    cursor: pointer;
}

.orx-shop__page-number:hover,
.orx-shop__page-number:focus-visible,
.orx-shop__page-number.is-current {
    color: var(--orx-shop-primary);
}

.orx-shop__page-next {
    margin-left: 16px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

.orx-shop__page-next-icon {
    display: block;
    width: 42px;
    height: 42px;
}

.orx-shop__page-next-icon img {
    width: 100%;
    height: 100%;
}

.orx-shop__status {
    min-height: 0;
    margin: 16px 0 0 !important;
    color: var(--orx-shop-danger);
    font-size: 14px;
    line-height: 21px;
}

.orx-shop__status:empty {
    display: none;
}

/* Loading */

.orx-shop__skeleton {
    position: relative;
    display: block;
    overflow: hidden;
    background:
        linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.72) 40%, transparent 60%)
        #eef0ef;
    background-size: 220% 100%;
    animation: orx-shop-shimmer 1.25s linear infinite;
}

@keyframes orx-shop-shimmer {
    from {
        background-position: 120% 0;
    }

    to {
        background-position: -120% 0;
    }
}

/* Fluid layouts below the 1920px Figma canvas. */

@media (max-width: 1480px) {
    .orx-shop {
        padding-right: 20px;
        padding-left: 20px;
    }

    .orx-shop__layout {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 40px;
    }

    .orx-shop__product-panel {
        min-height: 0;
    }

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

    .orx-shop__product-card,
    .orx-shop__product-skeleton {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .orx-shop {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .orx-shop__layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
    }

    .orx-shop__product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orx-shop__product-card,
    .orx-shop__product-skeleton {
        min-height: 420px;
    }
}

@media (max-width: 820px) {
    .orx-shop {
        padding: 48px 16px 64px;
    }

    .orx-shop__breadcrumbs {
        overflow-x: auto;
        width: 100%;
        scrollbar-width: none;
    }

    .orx-shop__breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    .orx-shop__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 28px;
    }

    .orx-shop__filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orx-shop__category-filter,
    .orx-shop__price-filter {
        min-height: 183px;
    }

    .orx-shop__category-options {
        max-height: 112px;
        overflow-y: auto;
    }
}

@media (max-width: 1024px) {
    .orx-shop {
        padding-top: 84px;
        padding-bottom: 84px;
        font-size: 15px;
    }

    .orx-shop__layout {
        gap: 24px;
        grid-template-columns: 300px minmax(0, 1fr);
    }

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

    .orx-shop__filter-heading,
    .orx-shop__category-option,
    .orx-shop__category-count {
        font-size: 15px;
    }

    .orx-shop__product-title-link h2 {
        font-size: 19px;
        line-height: 23px;
    }

    .orx-shop__prices,
    .orx-shop__price,
    .orx-shop__regular-price {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 580px) {
    .orx-shop {
        padding-top: 32px;
    }

    .orx-shop__breadcrumbs {
        font-size: 16px;
        line-height: 22px;
    }

    .orx-shop__breadcrumb-home-icon {
        margin-right: 12px;
    }

    .orx-shop__breadcrumb-chevron {
        margin: 0 10px;
    }

    .orx-shop__filters {
        grid-template-columns: 1fr;
    }

    .orx-shop__category-filter {
        min-height: 344px;
    }

    .orx-shop__toolbar {
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .orx-shop__sort {
        width: 100%;
        justify-content: space-between;
    }

    .orx-shop__select-wrap {
        width: min(192px, 65vw);
    }

    .orx-shop__product-panel {
        margin-top: 20px;
        padding: 20px;
    }

    .orx-shop__product-grid {
        grid-template-columns: 1fr;
    }

    .orx-shop__product-card,
    .orx-shop__product-skeleton {
        min-height: 0;
    }

    .orx-shop__pagination {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .orx-shop {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
    }

    .orx-shop__breadcrumbs {
        font-size: 16px;
    }

    .orx-shop__layout {
        gap: 24px;
        margin-top: 24px;
    }

    .orx-shop__filters {
        grid-template-columns: 1fr;
    }

    .orx-shop__price-summary {
        flex-wrap: wrap;
        gap: 10px;
    }

    .orx-shop__product-title-link h2 {
        height: auto;
        min-height: 44px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (hover: none) {
    .orx-shop__product-card .orx-shop__product-actions {
        height: 33px;
        margin-top: 24px;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
}

@media (prefers-reduced-motion: reduce) {
    .orx-shop *,
    .orx-shop *::before,
    .orx-shop *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
