body.neige-shop-layout-ready {
    background: #fefdfb;
}

body.neige-shop-layout-ready .hero-section {
    display: none;
}

body.woocommerce-shop .hero-section,
body.tax-product_cat .hero-section,
body.post-type-archive-product .hero-section {
    display: none !important;
}

body.neige-shop-layout-ready #main {
    background: #fefdfb;
}

body.neige-shop-layout-ready .ct-container.neige-shop-container {
    width: min(1440px, calc(100% - 48px));
    max-width: none;
    margin-inline: auto;
    padding-block: 34px 56px;
}

.neige-shop-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.neige-shop-sidebar,
.neige-shop-content {
    box-sizing: border-box;
}

.neige-shop-sidebar {
    position: sticky;
    top: 96px;
    padding: 20px;
    border: 1px solid rgba(11, 39, 83, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(12, 31, 64, 0.07);
}

.neige-shop-sidebar__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #082a5d;
    font-size: 17px;
    line-height: 1;
}

.neige-shop-sidebar__grid {
    color: #ff5312;
    font-size: 20px;
    font-weight: 900;
}

.neige-shop-accordion {
    display: grid;
    gap: 10px;
}

.neige-shop-accordion__item {
    border: 1px solid rgba(8, 42, 93, 0.09);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.neige-shop-accordion__item:has(.neige-shop-accordion__button[aria-expanded="true"]) {
    border-color: rgba(255, 83, 18, 0.24);
    box-shadow: 0 8px 18px rgba(255, 83, 18, 0.06);
}

.neige-shop-accordion__button {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 10px 12px;
    border: 0;
    background: #fff;
    color: #082a5d;
    text-align: left;
    font: inherit;
    font-size: 15px;
    font-weight: 850;
    cursor: pointer;
}

.neige-shop-category-link {
    grid-template-columns: 36px minmax(0, 1fr);
    text-decoration: none;
}

.neige-shop-category-link.has-status {
    grid-template-columns: 36px minmax(0, 1fr) auto;
}

.neige-shop-accordion__button:hover,
.neige-shop-accordion__button:focus-visible {
    background: #fff9f4;
    outline: none;
}

.neige-shop-accordion__button:disabled,
.neige-shop-accordion__button[aria-disabled="true"] {
    cursor: default;
}

.neige-shop-accordion__item.is-disabled {
    background: #fbfcff;
}

.neige-shop-accordion__item.is-disabled .neige-shop-accordion__button {
    background: #fbfcff;
    color: #8b97aa;
}

.neige-shop-accordion__item.is-disabled .neige-shop-accordion__button:hover {
    background: #fbfcff;
}

.neige-shop-cat-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #ff5312;
}

.neige-shop-cat-icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.neige-shop-cat-icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: opacity 160ms ease;
}

.neige-shop-cat-icon--roblox img {
    border-radius: 7px;
}

.neige-shop-cat-icon--steam img {
    border-radius: 50%;
}

.neige-shop-cat-icon--minecraft img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.neige-shop-cat-icon--subscriptions img {
    border-radius: 8px;
}

.neige-shop-cat-icon .hole {
    fill: #fff;
}

.neige-shop-cat-icon .line {
    fill: none;
    stroke: #fff;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neige-shop-cat-icon .cut {
    fill: #fff;
}

.neige-shop-cat-icon--steam {
    color: #081b49;
}

.neige-shop-cat-icon--subscription {
    color: #ff5312;
}

.neige-shop-accordion__label {
    min-width: 0;
}

.neige-shop-accordion__status {
    color: #9aa6b8;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.neige-shop-accordion__arrow {
    color: #082a5d;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
    transition: transform 180ms ease;
}

.neige-shop-accordion__button[aria-expanded="true"] .neige-shop-accordion__arrow {
    transform: rotate(180deg);
}

.neige-shop-accordion__panel {
    display: grid;
    gap: 4px;
    padding: 0 12px 12px 48px;
}

.neige-shop-accordion__panel[hidden] {
    display: none;
}

.neige-shop-accordion__link {
    display: block;
    padding: 6px 0;
    color: #526176;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.neige-shop-accordion__link:hover,
.neige-shop-accordion__link:focus-visible {
    color: #ff5312;
    outline: none;
}

.neige-shop-more {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 14px;
    padding: 14px 12px;
    border: 1px solid rgba(8, 42, 93, 0.08);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
    color: #082a5d;
}

.neige-shop-more__icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f6fb;
    color: #082a5d;
    font-size: 24px;
    line-height: 1;
}

.neige-shop-more strong,
.neige-shop-more small {
    display: block;
}

.neige-shop-more strong {
    font-size: 13px;
    font-weight: 900;
}

.neige-shop-more small {
    margin-top: 3px;
    color: #8290a4;
    font-size: 12px;
    font-weight: 700;
}

.neige-shop-section {
    min-width: 0;
}

.neige-shop-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.neige-shop-toolbar .woocommerce-result-count {
    margin: 0 !important;
    color: #536176;
    font-size: 14px !important;
    font-weight: 750;
}

.neige-shop-toolbar__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.neige-shop-toolbar .woocommerce-ordering {
    margin: 0 !important;
}

.neige-shop-toolbar .woocommerce-ordering select,
.neige-shop-search input,
.neige-shop-mobile-filter {
    height: 42px;
    border: 1px solid rgba(8, 42, 93, 0.12);
    border-radius: 8px;
    background-color: #fff;
    color: #082a5d;
    box-shadow: 0 4px 14px rgba(12, 31, 64, 0.04);
}

.neige-shop-toolbar .woocommerce-ordering select {
    min-width: 170px;
    padding: 0 36px 0 14px;
    font-size: 13px;
    font-weight: 800;
}

.neige-shop-search {
    position: relative;
    display: block;
    width: min(280px, 28vw);
    margin: 0;
}

.neige-shop-search label {
    display: block;
    margin: 0;
}

.neige-shop-search input {
    width: 100%;
    padding: 0 42px 0 15px;
    font-size: 13px;
    font-weight: 650;
}

.neige-shop-search input::placeholder {
    color: #98a3b3;
}

.neige-shop-search button {
    position: absolute;
    top: 50%;
    right: 14px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    color: #7990af;
    cursor: pointer;
}

.neige-shop-search button svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neige-shop-search button:hover,
.neige-shop-search button:focus-visible {
    color: #ff5312;
    outline: none;
}

.neige-shop-mobile-filter {
    display: none;
    width: 44px;
    padding: 0;
    color: #082a5d;
    cursor: pointer;
}

.neige-shop-mobile-filter svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.woocommerce ul.products.neige-shop-products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0 !important;
}

.woocommerce ul.products.neige-shop-products::before,
.woocommerce ul.products.neige-shop-products::after {
    display: none !important;
}

.woocommerce ul.products.neige-shop-products li.product.neige-shop-product-card {
    display: flex !important;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 14px;
    border: 1px solid rgba(8, 42, 93, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(12, 31, 64, 0.06);
    text-align: left;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.woocommerce ul.products.neige-shop-products li.product.neige-shop-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 83, 18, 0.18);
    box-shadow: 0 16px 30px rgba(12, 31, 64, 0.10);
}

.woocommerce ul.products.neige-shop-products li.product figure,
.woocommerce ul.products.neige-shop-products li.product .ct-media-container {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
    max-width: 100%;
    margin: 0 0 12px !important;
    margin-inline: auto !important;
    overflow: hidden;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 247, 238, 0.98), rgba(244, 249, 255, 0.96));
}

.woocommerce ul.products.neige-shop-products li.product a img,
.woocommerce ul.products.neige-shop-products li.product img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    padding: 4px;
    box-sizing: border-box;
    background:
        linear-gradient(135deg, rgba(255, 247, 238, 0.98), rgba(244, 249, 255, 0.96));
    transition: opacity 170ms ease;
}

.neige-shop-cat-icon img.neige-image-pending,
.woocommerce ul.products.neige-shop-products li.product img.neige-image-pending {
    opacity: 0;
}

.neige-shop-cat-icon img.neige-image-loaded,
.woocommerce ul.products.neige-shop-products li.product img.neige-image-loaded {
    opacity: 1;
}

.neige-shop-cat-icon img.neige-image-error,
.woocommerce ul.products.neige-shop-products li.product img.neige-image-error {
    opacity: 0;
}

.woocommerce ul.products.neige-shop-products li.product .woocommerce-loop-product__title {
    display: grid;
    place-items: center;
    min-height: 54px;
    margin: 0 0 8px !important;
    color: #082a5d;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    text-align: center;
}

.woocommerce ul.products.neige-shop-products li.product .woocommerce-loop-product__title a {
    color: inherit;
    text-decoration: none;
}

.woocommerce ul.products.neige-shop-products li.product .neige-product-title-lines {
    display: grid;
    justify-items: center;
    gap: 3px;
    width: 100%;
    text-align: center;
}

.woocommerce ul.products.neige-shop-products li.product .neige-product-title-main {
    color: #082a5d;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.3;
}

.woocommerce ul.products.neige-shop-products li.product .neige-product-title-sub {
    color: #697389;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.woocommerce ul.products.neige-shop-products li.product .price {
    margin: auto 0 14px !important;
    color: #ff5312 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

.woocommerce ul.products.neige-shop-products li.product .price .amount,
.woocommerce ul.products.neige-shop-products li.product .price bdi,
.woocommerce ul.products.neige-shop-products li.product .price .woocommerce-Price-currencySymbol {
    color: #ff5312 !important;
}

.woocommerce ul.products.neige-shop-products li.product .entry-meta {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px !important;
}

.woocommerce ul.products.neige-shop-products li.product .entry-meta a {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f5f7fb;
    color: #7c8798;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce ul.products.neige-shop-products li.product .ct-woo-card-actions {
    display: block !important;
    margin-top: auto;
}

.woocommerce ul.products.neige-shop-products li.product .button,
.woocommerce ul.products.neige-shop-products li.product a.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: auto !important;
    border-radius: 9px !important;
    background: #ff6b1a !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(255, 107, 26, 0.20);
}

.woocommerce ul.products.neige-shop-products li.product .button:hover {
    background: #f15610 !important;
}

.woocommerce ul.products.neige-shop-products li.product .button:focus,
.woocommerce ul.products.neige-shop-products li.product .button:focus-visible,
.woocommerce ul.products.neige-shop-products li.product a.button:focus,
.woocommerce ul.products.neige-shop-products li.product a.button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce ul.products.neige-shop-products li.product .price,
.woocommerce ul.products.neige-shop-products li.product .entry-meta,
.woocommerce ul.products.neige-shop-products li.product .ct-woo-card-actions,
.woocommerce ul.products.neige-shop-products li.product .button,
.woocommerce ul.products.neige-shop-products li.product a.button {
    display: none !important;
}

@media (max-width: 1280px) {
    body.neige-shop-layout-ready .ct-container.neige-shop-container {
        width: min(1180px, calc(100% - 40px));
    }

    .neige-shop-shell {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 22px;
    }

    .woocommerce ul.products.neige-shop-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    body.neige-shop-layout-ready .ct-container.neige-shop-container {
        width: min(760px, calc(100% - 32px));
        padding-block: 24px 46px;
    }

    .neige-shop-shell {
        display: block;
    }

    .neige-shop-sidebar {
        position: static;
        display: none;
        margin-bottom: 18px;
    }

    body.neige-shop-sidebar-open .neige-shop-sidebar {
        display: block;
    }

    .neige-shop-toolbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .neige-shop-toolbar__controls {
        justify-content: stretch;
    }

    .neige-shop-toolbar .woocommerce-ordering,
    .neige-shop-toolbar .woocommerce-ordering select,
    .neige-shop-search {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .neige-shop-mobile-filter {
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
    }

    .woocommerce ul.products.neige-shop-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 560px) {
    body.neige-shop-layout-ready .ct-container.neige-shop-container {
        width: calc(100% - 20px);
        padding-block: 8px 30px;
    }

    body.neige-shop-layout-ready .neige-shop-shell {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.neige-shop-layout-ready .neige-shop-sidebar {
        position: static;
        display: block;
        order: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.neige-shop-layout-ready .neige-shop-sidebar__title {
        display: none;
    }

    body.neige-shop-layout-ready .neige-shop-accordion {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    body.neige-shop-layout-ready .neige-shop-accordion__item,
    body.neige-shop-layout-ready .neige-shop-accordion__item.is-disabled {
        min-width: 0;
        margin: 0;
        border: 0;
        background: transparent;
        opacity: 1;
    }

    body.neige-shop-layout-ready .neige-shop-accordion__button,
    body.neige-shop-layout-ready .neige-shop-accordion__item.is-disabled .neige-shop-accordion__button {
        display: flex;
        width: 100%;
        min-width: 0;
        height: 46px;
        padding: 6px 3px;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border: 1px solid rgba(8, 42, 93, 0.09);
        border-radius: 8px;
        background: #fff;
        color: #082a5d;
        box-shadow: 0 4px 12px rgba(12, 31, 64, 0.04);
        opacity: 1;
    }

    body.neige-shop-layout-ready .neige-shop-accordion__button:hover,
    body.neige-shop-layout-ready .neige-shop-accordion__button:focus-visible {
        border-color: rgba(255, 83, 18, 0.28);
        background: #fffaf6;
    }

    body.neige-shop-layout-ready .neige-shop-cat-icon {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }

    body.neige-shop-layout-ready .neige-shop-cat-icon img,
    body.neige-shop-layout-ready .neige-shop-cat-icon--roblox img,
    body.neige-shop-layout-ready .neige-shop-cat-icon--minecraft img,
    body.neige-shop-layout-ready .neige-shop-cat-icon--steam img,
    body.neige-shop-layout-ready .neige-shop-cat-icon--subscriptions img {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain !important;
    }

    body.neige-shop-layout-ready .neige-shop-accordion__label {
        min-width: 0;
        overflow: hidden;
        font-size: 8px;
        font-weight: 850;
        line-height: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.neige-shop-layout-ready .neige-shop-accordion__status,
    body.neige-shop-layout-ready .neige-shop-accordion__arrow,
    body.neige-shop-layout-ready .neige-shop-accordion__panel {
        display: none !important;
    }

    body.neige-shop-layout-ready .neige-shop-content {
        order: 1;
    }

    .neige-shop-toolbar__controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 10px;
    }

    .neige-shop-toolbar .woocommerce-ordering {
        grid-column: 1 / -1;
    }

    .woocommerce ul.products.neige-shop-products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .woocommerce ul.products.neige-shop-products li.product.neige-shop-product-card {
        min-height: 0;
        padding: 6px;
        border-radius: 9px;
    }

    .woocommerce ul.products.neige-shop-products li.product .woocommerce-loop-product__title {
        min-height: 42px;
        margin-bottom: 3px !important;
    }

    .woocommerce ul.products.neige-shop-products li.product .neige-product-title-main {
        font-size: 10px;
        line-height: 1.2;
    }

    .woocommerce ul.products.neige-shop-products li.product .neige-product-title-sub {
        font-size: 7px;
    }

    .woocommerce ul.products.neige-shop-products li.product figure,
    .woocommerce ul.products.neige-shop-products li.product .ct-media-container {
        aspect-ratio: 250 / 145;
        margin-bottom: 7px !important;
    }

    .woocommerce ul.products.neige-shop-products li.product a img,
    .woocommerce ul.products.neige-shop-products li.product img {
        aspect-ratio: 250 / 145 !important;
        padding: 2px;
        object-fit: contain !important;
    }
}
