.filters-button[data-js="open-filter-slidein"],
.slide-in-panel.filters-panel {
    display: none !important;
}

.page-headline .back-link,
.decodv-hidden-back-link {
    display: none !important;
}

.page-content.decodv-has-filter-sidebar {
    display: grid;
    grid-template-columns: minmax(220px, 248px) minmax(0, 1fr);
    column-gap: 42px;
    row-gap: 24px;
    align-items: start;
}

.page-content.decodv-has-filter-sidebar > .decodv-catalog-filters {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
}

.page-content.decodv-has-filter-sidebar > ul.products {
    grid-column: 2;
    grid-row: 1;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    width: 100% !important;
    height: auto !important;
    min-width: 0;
    margin-top: 0;
}

.page-content.decodv-has-filter-sidebar > ul.products > li.product {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    transform: none !important;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-notices-wrapper,
.page-content.decodv-has-filter-sidebar > .woocommerce-result-count,
.page-content.decodv-has-filter-sidebar > .woocommerce-ordering,
.page-content.decodv-has-filter-sidebar > .woocommerce-pagination,
.page-content.decodv-has-filter-sidebar > nav.woocommerce-pagination,
.page-content.decodv-has-filter-sidebar > nav.pagination {
    grid-column: 2;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-notices-wrapper {
    grid-row: 1;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-notices-wrapper:empty {
    display: none;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-result-count {
    grid-row: 2;
    justify-self: start;
    align-self: center;
    margin: 0;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-ordering {
    grid-row: 2;
    justify-self: end;
    align-self: center;
    margin: 0;
}

.page-content.decodv-has-filter-sidebar > .woocommerce-pagination,
.page-content.decodv-has-filter-sidebar > nav.woocommerce-pagination,
.page-content.decodv-has-filter-sidebar > nav.pagination {
    grid-row: 2;
}

.decodv-catalog-filters {
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    box-sizing: border-box;
    color: #111;
    font-family: inherit;
}

.decodv-catalog-filters * {
    box-sizing: border-box;
}

.decodv-catalog-filters__shell {
    display: block;
}

.decodv-catalog-filters__mobile-toggle {
    display: none;
}

.decodv-catalog-filters__shell:not([open]) > .decodv-catalog-filters__form {
    display: block;
}

.decodv-catalog-filters__form {
    position: static;
    display: block;
    width: 100%;
    padding: 2px 0 24px;
}

.decodv-catalog-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
}

.decodv-catalog-filters__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.decodv-catalog-filters__reset {
    color: #767676;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.decodv-catalog-filters__reset:hover {
    color: #111;
}

.decodv-catalog-filters__group {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.decodv-catalog-filters__summary {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 16px 24px 16px 0;
    color: #111;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.decodv-catalog-filters__summary::marker,
.decodv-catalog-filters__mobile-toggle::marker {
    content: "";
}

.decodv-catalog-filters__summary::-webkit-details-marker {
    display: none;
}

.decodv-catalog-filters__summary::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.decodv-catalog-filters__group[open] > .decodv-catalog-filters__summary::after {
    top: calc(50% + 2px);
    transform: rotate(-135deg);
}

.decodv-catalog-filters__summary:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.decodv-catalog-filters__panel {
    padding: 0 0 18px;
}

.decodv-catalog-filters__option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    margin: 0;
    color: #222;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
}

.decodv-catalog-filters__option input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #111;
}

.decodv-catalog-filters__count {
    color: #8a8a8a;
    font-size: 12px;
}

.decodv-catalog-filters__price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.decodv-catalog-filters__price-row label {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #777;
    font-size: 12px;
}

.decodv-catalog-filters__price-row input {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(17, 17, 17, 0.15);
    border-radius: 6px;
    background: #f7f7f7;
    color: #111;
    font: inherit;
}

.decodv-catalog-filters__submit {
    width: 100%;
    margin-top: 6px;
}

.dark-scheme .decodv-catalog-filters {
    color: #f5f5f5;
    color-scheme: dark;
}

.dark-scheme .decodv-catalog-filters__reset {
    color: rgba(255, 255, 255, 0.58);
}

.dark-scheme .decodv-catalog-filters__reset:hover,
.dark-scheme .decodv-catalog-filters__summary {
    color: #f5f5f5;
}

.dark-scheme .decodv-catalog-filters__group {
    border-top-color: rgba(255, 255, 255, 0.16);
}

.dark-scheme .decodv-catalog-filters__summary:focus-visible,
.dark-scheme .decodv-catalog-filters__mobile-toggle:focus-visible {
    outline-color: #f5f5f5;
}

.dark-scheme .decodv-catalog-filters__option {
    color: rgba(255, 255, 255, 0.9);
}

.dark-scheme .decodv-catalog-filters__option input {
    accent-color: #d2b068;
}

.dark-scheme .decodv-catalog-filters__count,
.dark-scheme .decodv-catalog-filters__price-row label {
    color: rgba(255, 255, 255, 0.58);
}

.dark-scheme .decodv-catalog-filters__price-row input {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #f5f5f5;
}

.dark-scheme .decodv-catalog-filters__price-row input::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.dark-scheme .decodv-catalog-filters__submit.button {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #111;
}

.dark-scheme .decodv-catalog-filters__submit.button:hover {
    border-color: #fff;
    background: #fff;
    color: #111;
}

.woo-products .product-item .product-item-thumbnail [data-cursor-class] {
    display: block;
}

.woo-products .product-item .product-item-thumbnail .image-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #fff;
}

.woo-products .product-item .product-item-thumbnail .image-holder .slider,
.woo-products .product-item .product-item-thumbnail .image-holder .-woo-slider {
    width: 100%;
    height: 100%;
}

.woo-products .product-item .product-item-thumbnail .image-holder img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
}

.woo-products .product-item .product-item-thumbnail .image-holder > a {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}

.woo-products .product-item .product-item-thumbnail .button-quickview,
.woo-products .product-item .product-item-thumbnail .decodv-hidden-quickview-button {
    display: none !important;
}

.woo-products .product-item .product-item-thumbnail .tag.tag-sale,
.woo-products .product-item .product-item-thumbnail .onsale,
.woo-products .product-item .onsale {
    display: none !important;
}

.woo-products .product-item .product-item-thumbnail .product-item-buttons {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    transform: none !important;
    pointer-events: none;
    z-index: 6;
}

.woo-products .product-item .product-item-buttons > .button-group {
    position: absolute !important;
    bottom: 8px !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: auto;
}

.woo-products .product-item .product-item-buttons > .button-group:not(.decodv-wishlist-button-group) {
    left: 8px !important;
    right: auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.woo-products .product-item .product-item-buttons > .button-group:not(.decodv-wishlist-button-group) .button {
    width: auto !important;
    max-width: none !important;
    white-space: nowrap;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group {
    right: 8px !important;
    left: auto !important;
    flex: 0 0 var(--clb-button-height-small, 36px) !important;
    width: var(--clb-button-height-small, 36px) !important;
    min-width: var(--clb-button-height-small, 36px) !important;
    max-width: var(--clb-button-height-small, 36px) !important;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group .yith-add-to-wishlist-button-block {
    width: 100% !important;
    margin: 0 !important;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group .yith-wcwl-add-to-wishlist-button,
.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group .yith-wcwl-add-to-wishlist-button-anchor-wrapper {
    width: var(--clb-button-height-small, 36px) !important;
    min-width: var(--clb-button-height-small, 36px) !important;
    max-width: var(--clb-button-height-small, 36px) !important;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group .yith-wcwl-add-to-wishlist-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    height: var(--clb-button-height-small, 36px) !important;
    min-height: var(--clb-button-height-small, 36px) !important;
    padding: 0 !important;
    overflow: hidden !important;
    gap: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group .yith-wcwl-icon-svg__wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
}

.woo-products .product-item .product-item-buttons > .button-group.decodv-wishlist-button-group svg.yith-wcwl-icon-svg {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
}

.product-item-thumbnail,
.product-item,
.woo-product-image,
.woo-product-image-slider,
.woocommerce-product-gallery {
    position: relative;
}

.decodv-waterproof-badge {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.decodv-waterproof-badge svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.decodv-waterproof-badge--pending:not(.decodv-waterproof-badge--placed) {
    display: none;
}

.decodv-waterproof-badge--single {
    top: 16px;
    right: auto;
    left: 16px;
}

.decodv-new-badge {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    pointer-events: none;
}

.decodv-badges-have-waterproof > .decodv-new-badge {
    top: 48px;
}

.decodv-new-badge--pending:not(.decodv-new-badge--placed) {
    display: none;
}

.decodv-new-badge--single {
    top: 16px;
    right: auto;
    left: 16px;
}

.dark-scheme .branding .logo > img,
.dark-scheme .branding .logo-mobile > img,
.dark-scheme .branding .logo-sticky > img,
.dark-scheme .branding .logo-sticky-mobile > img {
    filter: brightness(0) invert(1);
}

.decodv-color-mode-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.06);
    color: #111;
    cursor: pointer;
}

.decodv-color-mode-toggle:hover {
    background: rgba(17, 17, 17, 0.12);
}

.decodv-color-mode-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.decodv-color-mode-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.decodv-color-mode-toggle__sun,
.decodv-color-mode-toggle.is-dark .decodv-color-mode-toggle__moon {
    display: block;
}

.decodv-color-mode-toggle__moon,
.decodv-color-mode-toggle.is-dark .decodv-color-mode-toggle__sun {
    display: none;
}

.dark-scheme .decodv-color-mode-toggle {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dark-scheme .decodv-color-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.18);
}

.decodv-badges-have-waterproof > .decodv-new-badge--single {
    top: 58px;
}

@media (max-width: 1024px) {
    .page-content.decodv-has-filter-sidebar {
        grid-template-columns: minmax(200px, 220px) minmax(0, 1fr);
        column-gap: 28px;
    }

    .page-content.decodv-has-filter-sidebar > ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .page-content.decodv-has-filter-sidebar {
        display: block;
    }

    .page-content.decodv-has-filter-sidebar > .decodv-catalog-filters {
        width: 100%;
        margin: 0 0 20px;
    }

    .decodv-catalog-filters {
        position: static;
        max-height: none;
        overflow: visible;
        scrollbar-gutter: auto;
    }

    .decodv-catalog-filters__mobile-toggle {
        position: relative;
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 16px 42px 16px 16px;
        border: 1px solid rgba(17, 17, 17, 0.14);
        border-radius: 6px;
        background: #f7f7f7;
        color: #111;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0;
        cursor: pointer;
        list-style: none;
    }

    .decodv-catalog-filters__mobile-toggle::-webkit-details-marker {
        display: none;
    }

    .decodv-catalog-filters__mobile-toggle::after {
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 18px;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg);
        transform-origin: center;
        transition: transform 0.18s ease;
    }

    .decodv-catalog-filters__shell[open] > .decodv-catalog-filters__mobile-toggle::after {
        top: calc(50% + 2px);
        transform: rotate(-135deg);
    }

    .decodv-catalog-filters__mobile-toggle:focus-visible {
        outline: 2px solid #111;
        outline-offset: 3px;
    }

    .dark-scheme .decodv-catalog-filters__mobile-toggle {
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        color: #f5f5f5;
    }

    .decodv-catalog-filters__shell:not([open]) > .decodv-catalog-filters__form {
        display: none;
    }

    .decodv-catalog-filters__form {
        padding: 0 0 20px;
    }

    .decodv-catalog-filters__head {
        justify-content: flex-end;
        margin: 16px 0 2px;
    }

    .decodv-catalog-filters__title {
        display: none;
    }

    .decodv-catalog-filters__summary {
        min-height: 50px;
        padding: 15px 0;
    }

    .decodv-catalog-filters__panel {
        padding-bottom: 14px;
    }
}
