/* WooCommerce and catalog styles are intentionally isolated in this file. */

a.sc-product-card__media-link,
.sc-woo-product-card .button,
.sc-product-card .button {
    text-decoration: none;
}

.sc-woo-product-card,
.sc-product-card {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    transition: box-shadow 0.26s ease;
}

.sc-woo-product-card:hover,
.sc-woo-product-card:focus-within,
.sc-product-card:hover,
.sc-product-card:focus-within {
    box-shadow: var(--shadowProductCardSoftHover);
}

.sc-product-card__media-link {
    color: inherit;
    display: block;
    position: relative;
}

.sc-product-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 205px;
    padding: 0.5rem;
    background: #fff;
    overflow: hidden;
}

.sc-product-card__image {
    width: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.32s ease, opacity 0.24s ease;
    max-height: 300px;
    min-height: 300px;
}

.sc-product-card__hover-media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    transition: opacity 0.28s ease;
}

.sc-product-card__hover-media .sc-product-card__image--hover {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 0.6rem;
}

.sc-woo-product-card:hover .sc-product-card__hover-media,
.sc-woo-product-card:focus-within .sc-product-card__hover-media,
.sc-product-card:hover .sc-product-card__hover-media,
.sc-product-card:focus-within .sc-product-card__hover-media {
    opacity: 1;
}

.sc-woo-product-card:hover .sc-product-card__image--main,
.sc-woo-product-card:focus-within .sc-product-card__image--main,
.sc-product-card:hover .sc-product-card__image--main,
.sc-product-card:focus-within .sc-product-card__image--main {
    transform: scale(1.03);
}

.sc-woo-product-card .onsale,
.sc-product-card .onsale {
    left: 14px;
    top: 10px;
    right: auto;
    min-height: 30px;
    min-width: 72px;
    line-height: 30px;
    border-radius: 6px;
    background: #e22a2f;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 10px;
    z-index: 3;
}

.sc-product-card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    border-radius: 50%;
    color: #313846;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
    display: none;
}

.sc-product-card:hover .sc-product-card__favorite {
    display: block;
}

.sc-product-card__favorite:hover,
.sc-product-card__favorite:focus-visible {
    color: #f7e3dc;
    transform: translateY(-1px);
}

.sc-product-card__favorite.is-loading {
    opacity: 0.58;
    pointer-events: none;
}

.sc-product-card__favorite-icon {
    font-size: 2rem;
    line-height: 1;
}



.sc-product-card__favorite-icon--full {
    display: none;
}

.sc-product-card__favorite.is-active {
    color: #d15454;
    border-color: #e7b0b0;
}

.sc-product-card__favorite.is-active .sc-product-card__favorite-icon--empty {
    display: none;
}

.sc-product-card__favorite.is-active .sc-product-card__favorite-icon--full {
    display: inline;
}

.sc-woo-product-card h2.woocommerce-loop-product__title,
.sc-product-card .woocommerce-loop-product__title {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: clamp(12px, 0.72vw, 13.5px);
    line-height: 1.3;
    color: #1c2530;
    font-weight: 500;
    min-height: 50px;
    text-align: center;
}

.sc-woo-product-card h2.woocommerce-loop-product__title a,
.sc-product-card .woocommerce-loop-product__title a,
.sc-woo-product-card h2.woocommerce-loop-product__title a:hover,
.sc-woo-product-card h2.woocommerce-loop-product__title a:focus-visible,
.sc-woo-product-card h2.woocommerce-loop-product__title a:active,
.sc-product-card .woocommerce-loop-product__title a:hover,
.sc-product-card .woocommerce-loop-product__title a:focus-visible,
.sc-product-card .woocommerce-loop-product__title a:active {
    color: #000;
    text-decoration: none;
}

.sc-product-card__content {
    padding: 0 0.7rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sc-product-card__actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sc-product-card__brand {
    margin: 0.38rem 0 0;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a6272;
}

.sc-product-card__brand-divider {
    display: block;
    width: 60%;
    height: 1px;
    margin: 0.4rem auto 0.5rem;
    background: #d7dae1;
}

.sc-woo-product-card .price,
.sc-product-card .price {
    display: block;
    margin: 0;
    padding: 0.28rem 0 0;
    font-size: clamp(14px, 0.84vw, 16.5px);
    font-weight: 700;
    color: #e8a594;
}

.sc-woo-product-card .price del,
.sc-product-card .price del {
    display: block;
    margin-top: 0.08rem;
    color: #4a5361;
    opacity: 0.85;
    font-size: clamp(11px, 0.62vw, 12px);
}

.sc-woo-product-card .price ins,
.sc-product-card .price ins {
    text-decoration: none;
    color: #e8a594;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    width: 100%;
    margin: 0.62rem 0 0;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: #e9b8ab;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translateY(-1px);
}

.sc-woo-product-card .button,
.sc-product-card .button {
    width: 100%;
    margin: 0.62rem 0 0;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: #e9b8ab;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.sc-woo-product-card .button.loading,
.sc-product-card .button.loading,
.sc-woo-product-card .button.added,
.sc-product-card .button.added {
    background: #e9b8ab;
    border-color: #e9b8ab;
    color: #111;
    opacity: 1;
}

.sc-woo-product-card .button.added::after,
.sc-product-card .button.added::after {
    display: none;
}

.sc-woo-product-card .button:hover,
.sc-woo-product-card .button:focus-visible,
.sc-product-card .button:hover,
.sc-product-card .button:focus-visible {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translateY(-1px);
}

a.added_to_cart.wc-forward,
.woocommerce-message a.added_to_cart.wc-forward,
.woocommerce-notices-wrapper a.added_to_cart.wc-forward {
    display: none !important;
}

.sc-catalog-shell {
    position: relative;
}

.sc-catalog-hero {
    position: relative;
    min-height: clamp(130px, 20vw, 260px);
    overflow: hidden;
    background: #1b1b1b;
}

.sc-catalog-hero__media,
.sc-catalog-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.sc-catalog-hero__media img {
    object-fit: cover;
}

.sc-catalog-section {
    padding-top: 1.45rem;
    padding-bottom: 1.9rem;
}

.sc-catalog-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1.15rem;
    align-items: start;
    position: relative;
}

.sc-catalog-sidebar {
    position: sticky;
    top: calc(20px + var(--wp-admin--admin-bar--height, 0px));
    z-index: 9;
    align-self: start;
}

.sc-catalog-filters {
    padding-right: 0.45rem;
    background: #fff;
    position: relative;
    z-index: 2;
}

.sc-catalog-ordering {
    margin: 0 0 0.95rem;
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 4;
}

.sc-catalog-ordering .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.sc-catalog-ordering select {
    width: 100%;
    min-height: 40px;
    border: 1px solid #b8bbc1;
    background: #fff;
    padding: 0 2rem 0 0.55rem;
    font-size: 14px;
    color: #202733;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5d6169 50%), linear-gradient(135deg, #5d6169 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 1px), calc(100% - 13px) calc(50% - 1px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
    pointer-events: auto;
}

.sc-catalog-ordering select:focus-visible {
    outline: 2px solid #111;
    outline-offset: 1px;
}

.sc-catalog-filter-group {
    border-bottom: 1px solid #e3e4e7;
    position: relative;
    z-index: 1;
}

.sc-catalog-filter-group:last-child {
    border-bottom: 0;
}

.sc-catalog-filter-group>summary {
    display: block;
    list-style: none;
    cursor: pointer;
    padding: 0.66rem 1.35rem 0.66rem 0.1rem;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1f2530;
    position: relative;
    overflow-wrap: anywhere;
}

.sc-catalog-filter-group>summary::-webkit-details-marker {
    display: none;
}

.sc-catalog-filter-group>summary::after {
    content: "";
    position: absolute;
    right: 0.35rem;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #666b74;
    border-bottom: 1px solid #666b74;
    transform: translateY(-72%) rotate(45deg);
    transition: transform 0.22s ease;
}

.sc-catalog-filter-group[open]>summary::after {
    transform: translateY(-24%) rotate(-135deg);
}

.sc-catalog-filter-group__body {
    padding: 0 0.1rem 0;
    display: grid;
    gap: 0.32rem;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.24s ease, padding 0.24s ease;
}

.sc-catalog-filter-group[open] .sc-catalog-filter-group__body {
    max-height: min(560px, 58vh);
    opacity: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.1rem 0.1rem 0.65rem;
}

.sc-catalog-filter-group[open] .sc-catalog-filter-group__body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sc-catalog-filter-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 13px;
    color: #2b2f38;
    text-decoration: none;
    min-height: 22px;
}

.sc-catalog-filter-link:hover,
.sc-catalog-filter-link:focus-visible {
    color: #111;
    text-decoration: underline;
}

.sc-catalog-filter-link.is-active {
    font-weight: 700;
    color: #111;
}

.sc-catalog-filter-link--muted {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a7f88;
}

.sc-catalog-filter-link--checkbox {
    display: inline-flex;
    align-items: center;
}

.sc-catalog-filter-tree {
    display: grid;
    gap: 0.15rem;
}

.sc-catalog-filter-tree__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.14rem;
}

.sc-catalog-filter-tree__item {
    margin: 0;
    padding: 0;
}

.sc-catalog-filter-tree__link {
    width: fit-content;
}

.sc-catalog-filter-tree__link--depth-0 {
    font-weight: 600;
}

.sc-catalog-filter-tree__link--depth-1 {
    margin-left: 0.55rem;
}

.sc-catalog-filter-tree__link--depth-2 {
    margin-left: 1.1rem;
}

.sc-catalog-filter-tree__link--depth-3 {
    margin-left: 1.65rem;
}

.sc-catalog-filter-tree__link--depth-4,
.sc-catalog-filter-tree__link--depth-5 {
    margin-left: 2.2rem;
}

.sc-catalog-filter-link__box {
    width: 14px;
    height: 14px;
    border: 1px solid #c0c3c9;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    position: relative;
    flex: 0 0 14px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.sc-catalog-filter-link--checkbox.is-active .sc-catalog-filter-link__box {
    background: #1e2431;
    border-color: #1e2431;
}

.sc-catalog-filter-link--checkbox.is-active .sc-catalog-filter-link__box::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sc-catalog-price-form {
    position: relative;
}

.sc-catalog-price-form__labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #2a303d;
}

.sc-catalog-price-form__slider-wrap {
    position: relative;
    margin-top: 0.5rem;
    height: 22px;
}

.sc-catalog-price-form__range {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
    background: transparent;
    pointer-events: none;
}

.sc-catalog-price-form__range::-webkit-slider-runnable-track {
    height: 3px;
    background: #4f5156;
    border-radius: 999px;
}

.sc-catalog-price-form__range::-moz-range-track {
    height: 3px;
    background: #4f5156;
    border-radius: 999px;
}

.sc-catalog-price-form__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2d3138;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
}

.sc-catalog-price-form__range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2d3138;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
}

.sc-catalog-price-form__submit {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.sc-catalog-main-wrap {
    position: relative;
    z-index: 1;
}

.sc-catalog-loader {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: grid;
    place-items: center;
    background: rgba(242, 242, 242, 0.86);
}

.sc-catalog-loader[hidden] {
    display: none;
}

.sc-catalog-mobile-toolbar {
    display: none;
    margin-bottom: 0.7rem;
}

.sc-catalog-mobile-filters-btn {
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid #111;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.sc-catalog-section.is-loading .sc-catalog-main {
    opacity: 0.42;
    pointer-events: none;
}

.sc-catalog-main .woocommerce .woocommerce-products-header {
    margin-bottom: 0.45rem;
}

.sc-catalog-main .woocommerce .woocommerce-products-header__title.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
    font-size: clamp(26px, 2.35vw, 48px);
}

.sc-catalog-main .woocommerce .woocommerce-products-header__title.page-title .sc-catalog-page-title-media {
    width: clamp(42px, 3vw, 60px);
    height: clamp(42px, 3vw, 60px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #000;
    overflow: hidden;
    flex: 0 0 auto;
}

.sc-catalog-main .woocommerce .woocommerce-products-header__title.page-title .sc-catalog-page-title-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sc-catalog-main .woocommerce .woocommerce-products-header .term-description {
    max-width: min(40%, 680px);
    margin: 0 auto 0.95rem;
    text-align: center;
}

.sc-catalog-main .woocommerce .woocommerce-products-header .term-description p {
    margin: 0;
}

.sc-catalog-main .woocommerce .woocommerce-ordering,
.sc-catalog-main .woocommerce .woocommerce-result-count {
    float: none;
    display: inline-flex;
    align-items: center;
    margin: 0 0.8rem 0.7rem 0;
}

.sc-catalog-main .woocommerce .woocommerce-ordering:not(.sc-catalog-ordering) {
    display: none !important;
}

.sc-catalog-main .woocommerce .woocommerce-result-count {
    color: #2b3140;
    font-size: 15px;
}

.sc-catalog-main .woocommerce .woocommerce-ordering select {
    min-height: 42px;
}

.sc-catalog-main .sc-woo-products-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0.95rem !important;
    margin-top: 0.4rem;
}

.sc-catalog-main .sc-woo-products-grid::before,
.sc-catalog-main .sc-woo-products-grid::after {
    display: none !important;
}

.sc-catalog-main .sc-woo-products-grid>.product,
.sc-catalog-main .sc-woo-products-grid>.sc-woo-product-card {
    width: auto !important;
    float: none !important;
    margin: 0;
}

.sc-catalog-main .woocommerce .woocommerce-notices-wrapper {
    margin-bottom: 0;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination {
    margin: 1.45rem 0 0;
    text-align: center;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers {
    border: 0;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>.page-numbers {
    border: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bbc1c9 !important;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: clamp(30px, 2vw, 38px) !important;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>span.current {
    color: #12151b !important;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.page-numbers:hover,
.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.page-numbers:focus-visible {
    color: #12151b !important;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.prev.page-numbers,
.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.next.page-numbers {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 0 !important;
    background: #e9b8ab !important;
    color: #111 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px !important;
    line-height: 1;
    font-weight: 400;
}

.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.prev.page-numbers:hover,
.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.prev.page-numbers:focus-visible,
.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.next.page-numbers:hover,
.sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.next.page-numbers:focus-visible {
    background: #111 !important;
    color: #fff !important;
}

/* Woo blocks compatibility: force the same pagination look as classic Woo pagination. */
.sc-catalog-main .wc-block-pagination,
.sc-catalog-main .wp-block-query-pagination {
    margin-top: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.sc-catalog-main .wc-block-pagination .wc-block-pagination-page,
.sc-catalog-main .wc-block-pagination .wc-block-pagination-page--active,
.sc-catalog-main .wp-block-query-pagination .page-numbers,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-numbers {
    color: #bbc1c9 !important;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
    font-size: clamp(30px, 2vw, 38px) !important;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.sc-catalog-main .wc-block-pagination .wc-block-pagination-page--active,
.sc-catalog-main .wp-block-query-pagination .page-numbers.current,
.sc-catalog-main .wp-block-query-pagination .page-numbers[aria-current="page"] {
    color: #12151b !important;
}

.sc-catalog-main .wc-block-pagination .wc-block-pagination-next,
.sc-catalog-main .wc-block-pagination .wc-block-pagination-previous,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-next,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-previous {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    border: 0 !important;
    background: #e9b8ab !important;
    color: #111 !important;
    font-size: 42px !important;
    line-height: 1;
    text-decoration: none !important;
}

.sc-catalog-main .wc-block-pagination .wc-block-pagination-next:hover,
.sc-catalog-main .wc-block-pagination .wc-block-pagination-next:focus-visible,
.sc-catalog-main .wc-block-pagination .wc-block-pagination-previous:hover,
.sc-catalog-main .wc-block-pagination .wc-block-pagination-previous:focus-visible,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-next:focus-visible,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-previous:focus-visible {
    background: #111 !important;
    color: #fff !important;
}

.sc-catalog-filters-drawer,
.sc-catalog-filters-drawer__backdrop {
    display: none;
}

body.sc-catalog-filters-open {
    overflow: hidden;
}


.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none;
    display: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    display: inline-flex;
    align-items: center;
    margin: 0 0.8rem 0.7rem 0;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 1.6rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background: #e9b8ab;
    color: #111;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 600;
    min-height: 54px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background: #111;
    color: #fff;
}

.shipping-method-description {
    display: none;
}

.woocommerce a.remove {
    color: #000 !important;
    background: transparent !important;
}

.woocommerce a.remove:hover {
    color: var(--wc-red) !important;
    background: transparent !important;
}

.woocommerce-checkout-review-order-table .cart_item {
    font-size: 14px;
}

@media (max-width: 1700px) {
    .sc-catalog-main .sc-woo-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1450px) {
    .sc-catalog-main .sc-woo-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1100px) {
    .sc-catalog-hero {
        min-height: clamp(120px, 24vw, 205px);
    }

    .sc-catalog-layout {
        grid-template-columns: 1fr;
    }

    .sc-catalog-sidebar {
        display: none;
    }

    .sc-catalog-mobile-toolbar {
        display: flex;
    }

    .sc-catalog-filters {
        padding-right: 0;
    }

    .sc-catalog-ordering {
        margin-bottom: 0.65rem;
    }

    .sc-catalog-main .sc-woo-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.8rem !important;
    }

    .sc-catalog-filters-drawer {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(370px, 90vw);
        height: 100dvh;
        max-height: 100dvh;
        z-index: 1065;
        background: #fff;
        box-shadow: 0 12px 44px rgba(15, 20, 30, 0.24);
        overflow: hidden;
    }

    .sc-catalog-filters-drawer__panel {
        height: 100%;
        min-height: 0;
        display: grid;
        grid-template-rows: auto 1fr;
    }

    .sc-catalog-filters-drawer__head {
        min-height: 64px;
        padding: 0 0.9rem;
        border-bottom: 1px solid #ececec;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sc-catalog-filters-drawer__head h2 {
        margin: 0;
        font-size: 22px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .sc-catalog-filters-drawer__close {
        border: 0;
        background: transparent;
        width: 34px;
        height: 34px;
        font-size: 1.05rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .sc-catalog-filters-drawer__body {
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0.85rem;
        padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    }

    .sc-catalog-filters-drawer__body::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .sc-catalog-filters-drawer__body .sc-catalog-ordering {
        margin-top: 0;
    }

    .sc-catalog-filters-drawer__backdrop {
        position: fixed;
        inset: 0;
        z-index: 1060;
        background: rgba(0, 0, 0, 0.45);
    }

    body.sc-catalog-filters-open .sc-catalog-filters-drawer,
    body.sc-catalog-filters-open .sc-catalog-filters-drawer__backdrop {
        display: block;
    }

    .sc-product-card__media {
        min-height: 214px;
    }

    .sc-product-card__image {
        height: 160px;
        max-height: 300px;
    }

    .sc-woo-product-card .sc-product-card__favorite,
    .sc-product-card .sc-product-card__favorite {
        display: inline-flex;
    }

    .sc-catalog-main .woocommerce .woocommerce-products-header .term-description {
        max-width: 60%;
    }

    .sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.prev.page-numbers,
    .sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>a.next.page-numbers {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        font-size: 36px !important;
    }

    .sc-catalog-main .wc-block-pagination .wc-block-pagination-next,
    .sc-catalog-main .wc-block-pagination .wc-block-pagination-previous,
    .sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-next,
    .sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-previous {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        font-size: 36px !important;
    }
}

@media (max-width: 768px) {
    .sc-catalog-hero {
        min-height: 102px;
    }

    .sc-catalog-main .woocommerce .woocommerce-products-header__title.page-title {
        font-size: clamp(24px, 7.2vw, 34px);
        margin-bottom: 0.6rem;
    }

    .sc-catalog-main .woocommerce .woocommerce-result-count {
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.52rem;
    }

    .sc-catalog-filters-drawer {
        width: 100vw;
    }

    .sc-catalog-filter-group>summary {
        font-size: 12px;
        letter-spacing: 0.09em;
    }

    .sc-catalog-price-form__labels {
        font-size: 14px;
    }

    .sc-catalog-main .sc-woo-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.65rem !important;
    }

    .sc-catalog-main .woocommerce nav.woocommerce-pagination ul.page-numbers {
        gap: 0.78rem;
    }

    .sc-catalog-main .wc-block-pagination,
    .sc-catalog-main .wp-block-query-pagination {
        gap: 0.78rem;
    }

    .sc-catalog-main .woocommerce .woocommerce-products-header .term-description {
        max-width: 100%;
    }

    .sc-catalog-main .woocommerce .woocommerce-products-header__title.page-title .sc-catalog-page-title-media {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .sc-catalog-main .woocommerce nav.woocommerce-pagination>ul.page-numbers>li>.page-numbers {
        font-size: clamp(24px, 6.8vw, 30px) !important;
    }

    .sc-catalog-main .wc-block-pagination .wc-block-pagination-page,
    .sc-catalog-main .wc-block-pagination .wc-block-pagination-page--active,
    .sc-catalog-main .wp-block-query-pagination .page-numbers,
    .sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-numbers {
        font-size: clamp(24px, 6.8vw, 30px) !important;
    }

    .sc-catalog-main .wc-block-pagination .wc-block-pagination-next,
    .sc-catalog-main .wc-block-pagination .wc-block-pagination-previous,
    .sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-next,
    .sc-catalog-main .wp-block-query-pagination .wp-block-query-pagination-previous {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        font-size: 32px !important;
    }

    .sc-product-card__media {
        min-height: 178px;
        padding: 0.55rem;
    }

    .sc-product-card__image {
        height: 132px;
    }

    .sc-woo-product-card h2.woocommerce-loop-product__title,
    .sc-product-card .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .sc-woo-product-card .price,
    .sc-product-card .price {
        font-size: 16px;
    }

    .sc-woo-product-card .price del,
    .sc-product-card .price del {
        font-size: 12px;
    }

    .sc-woo-product-card .button,
    .sc-product-card .button {
        min-height: 36px;
        width: 100%;
        margin-top: 0.55rem;
        font-size: 12px;
    }
}

@media (max-width: 560px) {
    .sc-catalog-main .sc-woo-products-grid {
        grid-template-columns: 1fr !important;
    }
}