/* Custom Theme Styles */
/* Additional custom styles for the Default theme */

/* Compact three-level storefront header */
.ign-header {
    position: relative;
    z-index: 1000;
    color: #161b22;
    background: #fff;
    box-shadow: 0 1px 4px rgba(20, 28, 38, .08);
}

.ign-header-container {
    width: min(100% - 32px, 1380px);
    margin-inline: auto;
}

.ign-topbar {
    min-height: 25px;
    color: #666d76;
    background: #f5f7fa;
    border-bottom: 1px solid #edf0f3;
    font-size: 10px;
}

.ign-topbar .ign-header-container,
.ign-mainbar-inner,
.ign-nav-inner {
    display: flex;
    align-items: center;
}

.ign-topbar .ign-header-container {
    min-height: 25px;
    justify-content: space-between;
}

.ign-utility-links {
    display: flex;
    gap: 18px;
}

.ign-utility-links a,
.ign-locale {
    color: #666d76;
    text-decoration: none;
}

.ign-locale {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ign-locale select {
    width: auto;
    padding: 0;
    color: inherit;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    appearance: none;
}

.ign-locale i {
    font-size: 7px;
}

.ign-locale-divider {
    width: 1px;
    height: 10px;
    margin: 0 3px;
    background: #d7dce2;
}

.ign-mainbar {
    border-bottom: 1px solid #e9edf1;
}

.ign-brandbar {
    background: #fff;
}

.ign-brandbar-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ign-mainbar-inner {
    min-height: 88px;
    justify-content: flex-end;
    gap: 24px;
}

.ign-brand {
    flex: 0 0 280px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #075d96;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
}

.ign-brand--masthead {
    flex: 0 0 auto;
    min-width: 96px;
}

.ign-brand--masthead img {
    max-width: 82px;
    max-height: 60px;
}

.ign-brand:hover {
    color: #075d96;
}

.ign-brand img {
    display: block;
    max-width: 270px;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ign-brand-mark {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    color: #1789aa;
    font-size: 22px;
}

.ign-primary-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.ign-primary-nav-panel {
    display: flex;
    align-items: center;
}

.ign-primary-nav::-webkit-scrollbar {
    display: none;
}

.ign-primary-link {
    position: relative;
    padding: 22px 0 18px;
    color: #0f2c63;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: color .18s ease;
}

.ign-primary-link:hover {
    color: #d89b0f;
}

.ign-primary-link.is-active {
    color: #d89b0f;
}

.ign-primary-link.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 3px;
    background: #d89b0f;
}

.ign-garage,
.ign-account {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #222831;
    text-decoration: none;
}

.ign-garage span:last-child,
.ign-account span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.ign-garage small,
.ign-account small {
    color: #8a9097;
    font-size: 9px;
    font-weight: 400;
}

.ign-garage strong,
.ign-account strong {
    font-size: 11px;
    font-weight: 600;
}

.ign-round-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #e3e7eb;
    border-radius: 50%;
    color: #333b44;
    font-size: 14px;
}

.ign-search {
    position: relative;
    flex: 1 1 560px;
    min-width: 180px;
}

.ign-search input {
    width: 100%;
    height: 39px;
    padding: 0 42px 0 16px;
    color: #333a43;
    border: 1px solid #d9dee3;
    border-radius: 8px;
    outline: none;
    background: #fff;
    font-size: 11px;
}

.ign-search input:focus {
    border-color: #98a4af;
    box-shadow: 0 0 0 2px rgba(30, 96, 132, .08);
}

.ign-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 42px;
    height: 39px;
    padding: 0;
    place-items: center;
    color: #1e252d;
    border: 0;
    background: transparent;
    font-size: 14px;
}

.ign-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.ign-account {
    margin-right: 2px;
}

.ign-icon-action {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #333b44;
    border: 1px solid #e3e7eb;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
}

.ign-icon-action:hover,
.ign-garage:hover,
.ign-account:hover {
    color: #0c779c;
}

.ign-icon-action em {
    position: absolute;
    top: -6px;
    right: -4px;
    display: grid;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    place-items: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #e80045;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
}

.ign-nav {
    border-bottom: 1px solid #e9edf1;
    background: #fff;
}

.ign-nav-inner {
    min-height: 42px;
    justify-content: space-between;
}

.ign-nav-collapse {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ign-nav-collapse > a,
.ign-nav-promos a {
    color: #161b22;
    text-decoration: none;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
}

.ign-nav-collapse > a:hover,
.ign-nav-promos a:hover {
    color: #0c779c;
}

.ign-nav-collapse > a i {
    margin-left: 5px;
    font-size: 7px;
}

.ign-nav-collapse .ign-categories {
    min-width: 145px;
}

.ign-nav-collapse .ign-categories i {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.ign-nav-separator {
    width: 1px;
    height: 16px;
    margin-left: -8px;
    background: #dfe3e7;
}

.ign-nav-promos {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ign-nav-promos i {
    margin-right: 7px;
}

.ign-nav-promos span {
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    background: #ef4060;
    font-size: 8px;
    font-weight: 700;
}

.ign-mobile-toggle {
    display: none;
    padding: 8px;
    border: 0;
    background: transparent;
}

@media (max-width: 991.98px) {
    .ign-brandbar-inner {
        min-height: 64px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .ign-mobile-toggle {
        display: inline-flex;
        margin-left: auto;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        color: #0f2c63;
        border: 1px solid #e2e6ea;
        border-radius: 10px;
        background: #fff;
        font-size: 18px;
    }

    .ign-primary-nav-panel {
        display: none;
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        padding: 12px 0 2px;
    }

    .ign-primary-nav-panel.show {
        display: flex;
    }

    .ign-primary-nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 14px 20px;
        overflow: visible;
        justify-content: flex-start;
    }

    .ign-primary-link {
        padding: 8px 0 10px;
    }

    .ign-primary-link.is-active::after {
        bottom: 0;
    }

    .ign-mainbar-inner {
        min-height: 60px;
        flex-wrap: wrap;
        gap: 12px;
        padding-block: 10px;
    }

    .ign-garage {
        display: none;
    }

    .ign-search {
        order: 3;
        flex-basis: 100%;
    }

    .ign-actions {
        margin-left: auto;
    }

    .ign-account span:last-child {
        display: none;
    }

    .ign-nav-inner {
        position: relative;
        min-height: 43px;
    }

    .ign-mobile-toggle {
        display: block;
    }

    .ign-nav-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 14px 16px;
        border: 1px solid #e2e6ea;
        background: #fff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
    }

    .ign-nav-collapse.show {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ign-nav-separator {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .ign-header-container {
        width: min(100% - 20px, 1380px);
    }

    .ign-utility-links {
        gap: 10px;
    }

    .ign-utility-links a:nth-child(2) {
        display: none;
    }

    .ign-brand {
        flex-basis: 180px;
        font-size: 19px;
    }

    .ign-brand img {
        max-width: 120px;
        max-height: 52px;
    }

    .ign-brandbar-inner {
        min-height: 58px;
        gap: 10px;
    }

    .ign-primary-nav {
        gap: 12px 16px;
    }

    .ign-primary-link {
        font-size: 12px;
        padding: 6px 0 8px;
    }

    .ign-primary-link.is-active::after {
        bottom: -1px;
    }

    .ign-account,
    .ign-actions .ign-icon-action:nth-of-type(1),
    .ign-actions .ign-icon-action:nth-of-type(2) {
        display: none;
    }
}

/* Latest two category deal layouts */
.ign-latest-category-deals {
    width: min(100% - 32px, 1380px);
    margin: 0 auto 55px;
}

.ign-deal-section {
    margin-top: 34px;
}

.ign-deal-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4dde5;
}

.ign-deal-heading span {
    color: #8b96a2;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ign-deal-heading h2 {
    margin: 4px 0 0;
    color: #111923;
    font-size: 20px;
    font-weight: 750;
}

.ign-deal-heading > a {
    color: #086a9d;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.ign-deal-grid {
    display: grid;
    min-height: 440px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1.35fr) minmax(0, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0 26px;
}

.ign-deal-product {
    display: grid;
    min-width: 0;
    grid-template-columns: 42% 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #dce3e9;
}

.ign-deal-product:nth-child(2),
.ign-deal-product:nth-child(3),
.ign-deal-product:nth-child(4) {
    grid-column: 1;
}

.ign-deal-product:nth-child(2) {
    grid-row: 1;
}

.ign-deal-product:nth-child(3) {
    grid-row: 2;
}

.ign-deal-product:nth-child(4) {
    grid-row: 3;
}

.ign-deal-product:nth-child(5),
.ign-deal-product:nth-child(6) {
    grid-column: 3;
}

.ign-deal-product:nth-child(5) {
    grid-row: 1;
}

.ign-deal-product:nth-child(6) {
    grid-row: 2;
}

.ign-deal-product.is-featured {
    grid-column: 2;
    grid-row: 1 / 4;
    display: flex;
    padding: 14px;
    flex-direction: column;
    border: 2px solid #ee234b;
    border-radius: 6px;
}

.ign-deal-image {
    position: relative;
    display: grid;
    min-height: 112px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #d5dee6;
    border-radius: 5px;
    background: #fff;
}

.ign-deal-image img {
    max-width: 96%;
    max-height: 110px;
    object-fit: contain;
}

.ign-deal-image > span {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 0;
    padding: 4px 7px;
    color: #fff;
    background: #ef3a5e;
    font-size: 8px;
    font-weight: 700;
}

.ign-deal-product.is-featured .ign-deal-image {
    min-height: 265px;
}

.ign-deal-product.is-featured .ign-deal-image img {
    max-height: 245px;
}

.ign-deal-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.ign-deal-info > a:not(.ign-deal-cart) {
    display: -webkit-box;
    overflow: hidden;
    color: #101821;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ign-deal-product.is-featured .ign-deal-info > a:not(.ign-deal-cart) {
    margin-top: 10px;
    font-size: 12px;
}

.ign-deal-rating {
    margin-top: 7px;
    color: #535f6b;
    font-size: 9px;
}

.ign-deal-rating span {
    color: #f3b500;
}

.ign-deal-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 8px;
}

.ign-deal-price strong {
    color: #00a377;
    font-size: 17px;
}

.ign-deal-price del {
    color: #9aa4ad;
    font-size: 9px;
}

.ign-deal-cart {
    display: grid;
    min-height: 34px;
    margin-top: 13px;
    place-items: center;
    color: #fff;
    border-radius: 5px;
    background: #e90037;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
}

.ign-deal-stock {
    height: 3px;
    margin-top: 13px;
    overflow: hidden;
    background: #e4e9ed;
}

.ign-deal-stock span {
    display: block;
    height: 100%;
    background: #ee3158;
}

.ign-deal-info > small {
    margin-top: 5px;
    color: #788591;
    font-size: 7px;
}

@media (max-width: 991.98px) {
    .ign-deal-grid {
        min-height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 15px;
    }

    .ign-deal-product,
    .ign-deal-product:nth-child(n),
    .ign-deal-product.is-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .ign-deal-product.is-featured {
        grid-row: span 2;
    }
}

@media (max-width: 575.98px) {
    .ign-latest-category-deals {
        width: min(100% - 20px, 1380px);
    }

    .ign-deal-grid {
        grid-template-columns: 1fr;
    }

    .ign-deal-product.is-featured {
        grid-row: auto;
    }
}

/* Compact category and best-seller showcase */
.ign-shop-showcase {
    width: min(100% - 32px, 1380px);
    margin: 22px auto 45px;
    color: #121923;
}

.ign-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0;
    border-top: 1px solid #d8e0e7;
}

.ign-benefits > div {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 18px;
    padding: 0 40px;
    border-right: 1px solid #d8e0e7;
}

.ign-benefits > div:first-child {
    padding-left: 50px;
}

.ign-benefits > div:last-child {
    border-right: 0;
}

.ign-benefits i {
    width: 38px;
    color: #0b719f;
    font-size: 30px;
    text-align: center;
}

.ign-benefits span {
    display: flex;
    flex-direction: column;
}

.ign-benefits strong {
    margin-bottom: 5px;
    font-size: 12px;
}

.ign-benefits small {
    color: #84909d;
    font-size: 9px;
}

.ign-category-tiles {
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 30px;
}

.ign-category-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

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

.ign-category-page {
    display: grid;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    scroll-snap-align: start;
}

.ign-category-page > a {
    display: flex;
    min-width: 0;
    min-height: 172px;
    align-items: center;
    justify-content: flex-end;
    padding: 12px;
    flex-direction: column;
    color: #111923;
    border-radius: 6px;
    background: #f0f4f8;
    text-decoration: none;
}

.ign-category-page > a > span {
    display: grid;
    width: 100%;
    min-height: 105px;
    flex: 1;
    place-items: center;
}

.ign-category-page img {
    max-width: 90%;
    max-height: 100px;
    object-fit: contain;
    transition: transform .2s ease;
}

.ign-category-page > a:hover img {
    transform: scale(1.05);
}

.ign-category-page > a > span i {
    color: #65798a;
    font-size: 42px;
}

.ign-category-page strong {
    overflow: hidden;
    max-width: 100%;
    margin-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}

.ign-category-page small {
    margin-top: 3px;
    color: #778594;
    font-size: 9px;
}

.ign-category-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.ign-category-pagination button {
    display: grid;
    width: 24px;
    height: 24px;
    padding: 0;
    place-items: center;
    color: #536476;
    border: 1px solid #d2dce5;
    border-radius: 50%;
    background: #fff;
    font-size: 9px;
}

.ign-category-pagination button:hover {
    color: #fff;
    border-color: #0876b9;
    background: #0876b9;
}

.ign-category-pagination > div {
    display: flex;
    gap: 6px;
}

.ign-category-pagination > div a {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c8d2dc;
}

.ign-category-pagination > div a:hover,
.ign-category-pagination > div a:focus {
    background: #0876b9;
}

.ign-bestseller-heading {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cfd8e1;
}

.ign-bestseller-heading > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.ign-bestseller-heading h2 {
    margin: 0 8px 0 0;
    color: #111923;
    font-size: 19px;
    font-weight: 700;
}

.ign-bestseller-heading a {
    padding: 6px 12px;
    color: #126594;
    border: 1px solid #cddae4;
    border-radius: 999px;
    text-decoration: none;
    font-size: 9px;
}

.ign-bestseller-heading > a {
    padding: 0;
    border: 0;
    font-weight: 700;
}

.ign-bestseller-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
    padding: 28px 0 45px;
}

.ign-bestseller-card {
    min-width: 0;
}

.ign-bestseller-image {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border: 1px solid #d2dce5;
    border-radius: 6px;
    background: #fff;
}

.ign-bestseller-image > span {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 8px;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    background: #0876b9;
    font-size: 8px;
    font-weight: 700;
}

.ign-bestseller-image > button {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    padding: 4px;
    color: #29333e;
    border: 0;
    background: transparent;
}

.ign-bestseller-image > a {
    display: grid;
    width: 100%;
    height: 230px;
    place-items: center;
}

.ign-bestseller-image img {
    max-width: 92%;
    max-height: 210px;
    object-fit: contain;
}

.ign-product-rating {
    margin-top: 12px;
    color: #46505b;
    font-size: 9px;
}

.ign-product-rating span {
    color: #f2b600;
    letter-spacing: -1px;
}

.ign-product-rating small {
    color: #8a939c;
}

.ign-bestseller-name {
    display: -webkit-box;
    min-height: 34px;
    margin: 7px 0;
    overflow: hidden;
    color: #111923;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ign-bestseller-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.ign-bestseller-price strong {
    color: #00a378;
    font-size: 17px;
}

.ign-bestseller-price del {
    color: #8e99a5;
    font-size: 10px;
}

.ign-mini-promos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ign-mini-promos article {
    position: relative;
    min-height: 275px;
    overflow: hidden;
    border-radius: 6px;
    background-image: linear-gradient(90deg, rgba(12, 21, 30, .8), rgba(12, 21, 30, .08)), var(--ign-mini-image);
    background-position: center;
    background-size: cover;
}

.ign-mini-promos article:nth-child(2) {
    background-image: linear-gradient(90deg, rgba(240, 243, 245, .94), rgba(240, 243, 245, .12)), var(--ign-mini-image);
}

.ign-mini-promos article > div {
    width: 55%;
    padding: 37px 30px;
    color: #fff;
}

.ign-mini-promos article:nth-child(2) > div {
    color: #111;
}

.ign-mini-promos span {
    opacity: .7;
    font-size: 8px;
    text-transform: uppercase;
}

.ign-mini-promos h3 {
    margin: 15px 0 10px;
    color: inherit;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
}

.ign-mini-promos p {
    display: -webkit-box;
    overflow: hidden;
    opacity: .72;
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ign-mini-promos a {
    display: inline-block;
    margin-top: 8px;
    padding: 7px 13px;
    color: #111;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    font-size: 8px;
    font-weight: 700;
}

.ign-product-search-panel {
    display: grid;
    grid-template-columns: minmax(240px, .75fr) minmax(320px, 1.25fr);
    align-items: center;
    gap: 55px;
    margin-top: 8px;
    padding: 32px 38px;
    border-radius: 7px;
    background: #eef3f7;
}

.ign-product-search-panel > div > span {
    color: #0876a9;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ign-product-search-panel h2 {
    margin: 6px 0 6px;
    color: #111923;
    font-size: 25px;
    font-weight: 750;
}

.ign-product-search-panel p {
    margin: 0;
    color: #74818d;
    font-size: 10px;
}

.ign-product-search-panel form {
    position: relative;
    display: flex;
    min-height: 50px;
    align-items: center;
    padding-left: 17px;
    border: 1px solid #d1dbe3;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 41, 60, .08);
}

.ign-product-search-panel form > i {
    color: #667583;
    font-size: 14px;
}

.ign-product-search-panel input {
    min-width: 0;
    flex: 1;
    height: 48px;
    padding: 0 14px;
    color: #202a34;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 11px;
}

.ign-product-search-panel button {
    align-self: stretch;
    min-width: 92px;
    margin: 4px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #0876a9;
    font-size: 10px;
    font-weight: 700;
}

.ign-product-search-panel .mk-ajax-search-results {
    top: calc(100% + 5px);
    right: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .ign-category-page {
        grid-template-columns: repeat(3, 1fr);
    }

    .ign-bestseller-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .ign-benefits {
        grid-template-columns: 1fr;
    }

    .ign-benefits > div,
    .ign-benefits > div:first-child {
        padding: 14px 10px;
        border-right: 0;
        border-bottom: 1px solid #d8e0e7;
    }

    .ign-bestseller-heading > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 14px 0;
    }

    .ign-bestseller-heading > div a {
        display: none;
    }

    .ign-mini-promos {
        grid-template-columns: 1fr;
    }

    .ign-product-search-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 22px;
    }
}

@media (max-width: 575.98px) {
    .ign-shop-showcase {
        width: min(100% - 20px, 1380px);
    }

    .ign-category-page,
    .ign-bestseller-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ign-bestseller-image,
    .ign-bestseller-image > a {
        min-height: 180px;
        height: 180px;
    }

    .ign-bestseller-image img {
        max-height: 165px;
    }

    .ign-mini-promos article > div {
        width: 72%;
    }
}

/* About Us preview shown above the promotional hero */
.ign-about-us-preview {
    display: flex;
    width: min(100% - 32px, 1380px);
    margin: 42px auto 28px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    text-align: left;
}

.ign-about-us-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.ign-about-us-preview h2 {
    margin: 0 0 18px;
    max-width: none;
    color: #111;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.ign-about-title-main {
    color: #111;
    font-weight: 800;
}

.ign-about-title-muted {
    color: #9a9a9a;
    font-weight: 800;
}

.ign-about-title-language {
    display: none;
}

html:not([lang="zh-CN"]) .ign-about-title-en,
html[lang="zh-CN"] .ign-about-title-zh {
    display: inline;
}

.ign-about-us-preview p {
    margin: 0;
    max-width: none;
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.ign-about-us-preview h2 font,
.ign-about-us-preview p font {
    font-weight: inherit !important;
}

.ign-about-shop-now {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 12px 28px;
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease;
}

.ign-about-shop-now:hover {
    color: #fff;
    background: #2a2a2a;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Five-tile promotional hero replacing the carousel */
.ign-promo-grid {
    display: grid;
    width: min(100% - 32px, 1380px);
    margin: 20px auto 32px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: minmax(330px, 1.2fr) minmax(260px, 1fr);
    gap: 20px;
}

.ign-promo-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 7px;
    isolation: isolate;
    background-color: #cdd8df;
}

.ign-promo-image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ign-promo-card-1,
.ign-promo-card-2 {
    grid-column: span 3;
}

.ign-promo-card-3,
.ign-promo-card-4,
.ign-promo-card-5 {
    grid-column: span 2;
}

.ign-promo-grid.ign-promo-count-1,
.ign-promo-grid.ign-promo-count-2 {
    grid-template-rows: minmax(360px, 1fr);
}

.ign-promo-count-1 .ign-promo-card {
    grid-column: 1 / -1;
}

.ign-promo-count-3 .ign-promo-card-3 {
    grid-column: 1 / -1;
}

.ign-promo-count-4 .ign-promo-card-3,
.ign-promo-count-4 .ign-promo-card-4 {
    grid-column: span 3;
}

.ign-promo-shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 13, 25, .78) 0%, rgba(4, 13, 25, .42) 48%, rgba(4, 13, 25, .03) 78%);
}

.ign-promo-card:nth-child(2) .ign-promo-shade,
.ign-promo-card:nth-child(3) .ign-promo-shade {
    background: linear-gradient(90deg, rgba(238, 246, 250, .88) 0%, rgba(238, 246, 250, .5) 52%, rgba(238, 246, 250, .04) 82%);
}

.ign-promo-content {
    width: min(65%, 440px);
    padding: clamp(25px, 3.2vw, 55px);
    color: #fff;
}

.ign-promo-card:nth-child(2) .ign-promo-content,
.ign-promo-card:nth-child(3) .ign-promo-content {
    color: #0b1118;
}

.ign-promo-content > span {
    display: block;
    margin-bottom: 17px;
    opacity: .72;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ign-promo-content h2 {
    max-width: 420px;
    margin: 0 0 14px;
    color: inherit;
    font-size: clamp(25px, 2.4vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ign-promo-card:nth-child(n+3) .ign-promo-content h2 {
    font-size: clamp(22px, 2vw, 34px);
}

.ign-promo-content p {
    display: -webkit-box;
    max-width: 360px;
    margin: 0 0 22px;
    overflow: hidden;
    opacity: .76;
    font-size: 11px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ign-promo-content a {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    padding: 7px 14px;
    color: #111;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    font-weight: 800;
    transition: transform .2s ease, background-color .2s ease;
}

.ign-promo-card:nth-child(2) .ign-promo-content a,
.ign-promo-card:nth-child(3) .ign-promo-content a {
    color: #fff;
    background: #050505;
}

.ign-promo-content a:hover {
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .ign-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .ign-promo-card,
    .ign-promo-card-1,
    .ign-promo-card-2,
    .ign-promo-card-3,
    .ign-promo-card-4,
    .ign-promo-card-5 {
        min-height: 300px;
        grid-column: span 1;
    }

    .ign-promo-card:first-child {
        grid-column: 1 / -1;
        min-height: 380px;
    }
}

@media (max-width: 575.98px) {
    .ign-about-us-preview {
        width: min(100% - 20px, 1380px);
        margin-top: 28px;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .ign-about-us-preview h2 {
        max-width: none;
    }

    .ign-about-us-preview p {
        font-size: 14px;
    }

    .ign-about-shop-now {
        width: 100%;
    }

    .ign-promo-grid {
        width: min(100% - 20px, 1380px);
        margin-top: 10px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ign-promo-card,
    .ign-promo-card:first-child {
        min-height: 330px;
        grid-column: 1;
    }

    .ign-promo-content {
        width: 78%;
        padding: 28px 22px;
    }
}

/* Reference-style storefront footer */
.ign-footer {
    position: relative;
    padding: 54px 0 24px;
    color: #9ea8b9;
    background: #101a2d;
    font-size: 11px;
}

.ign-footer-container {
    width: min(100% - 32px, 1380px);
    margin-inline: auto;
}

.ign-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: clamp(36px, 7vw, 115px);
    padding-bottom: 55px;
}

.ign-footer h6 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ign-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ign-footer-column a,
.ign-contact-item a {
    margin-bottom: 7px;
    color: #9ea8b9;
    text-decoration: none;
    line-height: 1.35;
}

.ign-footer-column a:hover,
.ign-contact-item a:hover {
    color: #fff;
}

.ign-footer-contact {
    min-width: 0;
}

.ign-contact-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.ign-contact-item > i {
    padding-top: 2px;
    color: #fff;
    font-size: 16px;
}

.ign-contact-item div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ign-contact-item strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 11px;
}

.ign-contact-item a,
.ign-contact-item span {
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.ign-footer-middle {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    min-height: 90px;
    border-top: 1px solid rgba(255, 255, 255, .035);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.ign-footer-brand {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    background: #fff;
    text-decoration: none;
    font-size: 23px;
}

.ign-footer-brand img {
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
}

.ign-follow,
.ign-apps {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ign-follow > span,
.ign-apps > span {
    margin-right: 3px;
    color: #b5bdc9;
    font-size: 9px;
}

.ign-follow a {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    text-decoration: none;
    font-size: 11px;
}

.ign-follow a:hover {
    background: rgba(255, 255, 255, .2);
}

.ign-apps {
    justify-content: flex-end;
}

.ign-apps a {
    display: flex;
    min-width: 88px;
    height: 29px;
    align-items: center;
    gap: 6px;
    padding: 3px 7px;
    color: #111;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.ign-apps a > i {
    font-size: 17px;
}

.ign-apps a span {
    display: flex;
    flex-direction: column;
}

.ign-apps a small {
    margin-bottom: 2px;
    font-size: 5px;
    font-weight: 500;
}

.ign-footer-bottom {
    display: flex;
    min-height: 68px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    color: #fff;
    font-size: 9px;
}

.ign-payment-logos {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
}

.ign-payment-logos .fa-cc-mastercard {
    color: #f6a21a;
}

.ign-payment-logos .fa-cc-visa {
    color: #5875bc;
}

.ign-payment-logos .fa-paypal {
    color: #4f82c2;
}

.ign-payment-logos strong {
    color: #e484ac;
    font-size: 11px;
}

.ign-payment-logos strong:last-child {
    color: #fff;
    font-size: 13px;
}

.ign-scroll-top {
    position: fixed;
    z-index: 1100;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #617087;
    border: 1px solid #d9dee5;
    border-radius: 50%;
    background: #f7f8fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease;
}

.ign-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ign-scroll-top:hover {
    color: #101a2d;
    background: #fff;
}

@media (max-width: 991.98px) {
    .ign-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 60px;
    }

    .ign-footer-middle {
        grid-template-columns: 1fr 1fr;
        padding: 22px 0;
    }

    .ign-apps {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .ign-footer {
        padding-top: 38px;
    }

    .ign-footer-container {
        width: min(100% - 36px, 1380px);
    }

    .ign-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 38px;
    }

    .ign-footer-middle {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ign-follow,
    .ign-apps {
        grid-column: 1;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ign-footer-bottom {
        min-height: 105px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        padding-right: 44px;
    }
}

/* ========== Ignavo-style Category / Shop page ========== */
.ign-category-shop {
    color: #121923;
    background: #fff;
}

.ign-shop-hero {
    border-bottom: 1px solid #e6edf3;
    background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}

.ign-shop-hero-inner {
    width: min(100% - 32px, 1380px);
    margin: 0 auto;
    padding: 34px 0 28px;
    text-align: center;
}

.ign-shop-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #7a8794;
    font-size: 12px;
}

.ign-shop-breadcrumb a {
    color: #0876b9;
    text-decoration: none;
}

.ign-shop-breadcrumb a:hover {
    text-decoration: underline;
}

.ign-shop-hero h1 {
    margin: 0;
    color: #111923;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -.02em;
}

.ign-shop-shell {
    width: min(100% - 32px, 1380px);
    margin: 0 auto 56px;
}

.ign-shop-shell > .ign-benefits {
    margin-bottom: 28px;
}

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

.ign-shop-sidebar {
    position: sticky;
    top: 16px;
}

.ign-filter-mobile-toggle {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 10px 14px;
    color: #111923;
    border: 1px solid #d2dce5;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.ign-filter-panel {
    padding: 4px 2px 18px;
}

.ign-filter-block {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6edf3;
}

.ign-filter-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ign-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ign-filter-heading a,
.ign-search-strip a {
    color: #0876b9;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.ign-filter-block h3 {
    margin: 0 0 14px;
    color: #111923;
    font-size: 15px;
    font-weight: 700;
}

.ign-active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ign-active-chips span {
    padding: 4px 10px;
    color: #0876b9;
    border: 1px solid #c5daf0;
    border-radius: 999px;
    background: #f0f7fc;
    font-size: 12px;
}

.ign-filter-checklist {
    max-height: 260px;
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.ign-filter-checklist li + li {
    margin-top: 8px;
}

.ign-filter-checklist label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3a4654;
    cursor: pointer;
    font-size: 13px;
}

.ign-filter-checklist input[type="checkbox"],
.ign-filter-checklist input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #0876b9;
    flex: 0 0 auto;
}

.ign-price-inputs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}

.ign-price-inputs input,
.ign-sidebar-select select,
.ign-toolbar-select select {
    min-height: 38px;
    padding: 6px 10px;
    color: #111923;
    border: 1px solid #d2dce5;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
}

.ign-price-hint {
    margin: 10px 0 12px;
    color: #667482;
    font-size: 13px;
}

.ign-price-hint strong {
    color: #111923;
}

.ign-filter-submit,
.ign-add-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    color: #fff;
    border: 0;
    border-radius: 6px;
    background: #0876b9;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.ign-filter-submit:hover,
.ign-add-cart-btn:hover {
    color: #fff;
    background: #065f96;
}

.ign-filter-submit {
    width: 100%;
}

.ign-sidebar-select {
    display: grid;
    gap: 8px;
    margin: 14px 0;
    color: #3a4654;
    font-size: 13px;
}

.ign-inventory-range {
    margin-bottom: 12px;
}

.ign-color-list button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #3a4654;
    border: 0;
    background: transparent;
    font-size: 13px;
    text-align: left;
}

.ign-color-list button i {
    width: 14px;
    height: 14px;
    border: 1px solid #cfd8e1;
    border-radius: 50%;
    background: #ddd;
}

.ign-color-list button.is-active span {
    color: #0876b9;
    font-weight: 700;
}

.ign-shop-content {
    min-width: 0;
}

.ign-search-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #d7e8f5;
    border-radius: 8px;
    background: #f3f9fd;
    font-size: 14px;
}

.ign-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #e1e8ef;
    border-radius: 8px;
    background: #f7fafc;
}

.ign-result-count {
    margin: 0;
    color: #4b5866;
    font-size: 14px;
}

.ign-toolbar-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ign-toolbar-select select {
    min-width: 150px;
}

.ign-view-toggle {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #d2dce5;
    border-radius: 6px;
    background: #fff;
}

.ign-view-toggle button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #657585;
    border: 0;
    border-right: 1px solid #d2dce5;
    background: transparent;
}

.ign-view-toggle button:last-child {
    border-right: 0;
}

.ign-view-toggle button.is-active,
.ign-view-toggle button:hover {
    color: #0876b9;
    background: #eef6fb;
}

.ign-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ign-shop-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ign-shop-card:hover {
    border-color: #b7c9d8;
    box-shadow: 0 10px 28px rgba(16, 34, 54, .08);
    transform: translateY(-2px);
}

.ign-shop-card-media {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #edf2f6;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.ign-shop-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 4px 7px;
    color: #fff;
    border-radius: 3px;
    background: #0876b9;
    font-size: 11px;
    font-weight: 700;
}

.ign-wishlist-btn {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #29333e;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transition: color .2s ease, background .2s ease;
}

.ign-wishlist-btn:hover {
    color: #0876b9;
    background: rgba(255, 255, 255, .9);
}

.ign-shop-card-image {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    place-items: center;
    color: #9aa7b4;
    text-decoration: none;
}

.ign-shop-card-image img {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    transition: transform .25s ease;
}

.ign-shop-card:hover .ign-shop-card-image img {
    transform: scale(1.05);
}

.ign-shop-card-image i {
    font-size: 42px;
}

.ign-shop-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 16px;
}

.ign-shop-card-body .ign-product-rating {
    margin-top: 0;
    font-size: 12px;
}

.ign-shop-card-title {
    display: -webkit-box;
    min-height: 40px;
    margin: 8px 0 10px;
    overflow: hidden;
    color: #111923;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ign-shop-card-title:hover {
    color: #0876b9;
}

.ign-shop-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.ign-shop-card-price strong {
    color: #00a378;
    font-size: 18px;
    font-weight: 800;
}

.ign-shop-card-price del {
    color: #8e99a5;
    font-size: 13px;
}

.ign-add-cart-form {
    margin-top: auto;
}

.ign-add-cart-btn {
    width: 100%;
}

.ign-add-cart-btn.is-disabled,
.ign-add-cart-btn:disabled {
    color: #6b7785;
    background: #d9e1e8;
    cursor: not-allowed;
}

.ign-shop-grid.is-list-view {
    grid-template-columns: 1fr;
}

.ign-shop-grid.is-list-view .ign-shop-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
}

.ign-shop-grid.is-list-view .ign-shop-card-media {
    border-bottom: 0;
    border-right: 1px solid #edf2f6;
    border-radius: 8px 0 0 8px;
}

.ign-shop-grid.is-list-view .ign-shop-card-image {
    aspect-ratio: auto;
    min-height: 180px;
}

.ign-shop-grid.is-list-view .ign-add-cart-btn {
    width: auto;
    min-width: 160px;
}

.ign-shop-empty {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #667482;
    border: 1px dashed #d2dce5;
    border-radius: 10px;
    background: #f8fafc;
}

.ign-shop-empty i {
    color: #0876b9;
    font-size: 42px;
}

.ign-shop-empty .ign-filter-submit {
    width: auto;
}

.ign-infinite-status {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    color: #667482;
    border: 1px solid #e1e8ef;
    border-radius: 8px;
    background: #f7fafc;
    font-size: 13px;
}

.ign-infinite-status.is-complete {
    color: #84909d;
}

.ign-infinite-sentinel {
    height: 1px;
}

@media (max-width: 1199.98px) {
    .ign-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ign-shop-layout {
        grid-template-columns: 1fr;
    }

    .ign-shop-sidebar {
        position: static;
    }

    .ign-shop-shell > .ign-benefits {
        grid-template-columns: 1fr;
    }

    .ign-shop-shell > .ign-benefits > div {
        border-right: 0;
        border-bottom: 1px solid #d8e0e7;
        padding: 14px 0;
    }

    .ign-shop-shell > .ign-benefits > div:last-child {
        border-bottom: 0;
    }

    .ign-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .ign-toolbar-controls {
        justify-content: stretch;
    }

    .ign-toolbar-select {
        flex: 1;
    }

    .ign-toolbar-select select {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ign-shop-hero-inner,
    .ign-shop-shell {
        width: min(100% - 24px, 1380px);
    }

    .ign-shop-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ign-shop-grid.is-list-view .ign-shop-card {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .ign-shop-grid.is-list-view .ign-shop-card-image {
        min-height: 110px;
    }

    .ign-shop-card-title {
        font-size: 13px;
    }

    .ign-shop-card-price strong {
        font-size: 16px;
    }
}

/* ===== Ignavo Product Detail Page ===== */
.ign-pd {
    padding: 18px 0 64px;
    color: #161b22;
    background: #fff;
}

.ign-pd-breadcrumb,
.ign-pd-shell,
.ign-pd-perks,
.ign-pd-tabs,
.ign-pd-related {
    width: min(100% - 32px, 1380px);
    margin-inline: auto;
}

.ign-pd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin-bottom: 18px;
    overflow-x: auto;
    color: #6b7480;
    font-size: 13px;
    white-space: nowrap;
}

.ign-pd-breadcrumb a {
    color: #6b7480;
    text-decoration: none;
}

.ign-pd-breadcrumb a:hover {
    color: #e90037;
}

.ign-pd-breadcrumb strong {
    color: #161b22;
    font-weight: 600;
}

.ign-pd-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 42px;
    align-items: start;
}

.ign-pd-gallery-main {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #f8fafc;
}

.ign-pd-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.ign-pd-gallery-main:hover img {
    transform: scale(1.04);
}

.ign-pd-badge {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    min-width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #e90037;
    font-size: 13px;
    font-weight: 800;
}

.ign-pd-no-image {
    display: grid;
    place-items: center;
    gap: 10px;
    color: #a0aab4;
}

.ign-pd-no-image i {
    font-size: 42px;
}

.ign-pd-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ign-pd-thumb {
    width: 78px;
    height: 78px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    background: #fff;
}

.ign-pd-thumb.is-active,
.ign-pd-thumb:hover {
    border-color: #e90037;
}

.ign-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ign-pd-title {
    margin: 0 0 12px;
    color: #101821;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.25;
}

.ign-pd-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #5b6672;
    font-size: 13px;
}

.ign-pd-stars {
    color: #f3b500;
    letter-spacing: 1px;
}

.ign-pd-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-bottom: 14px;
    color: #66707c;
    font-size: 13px;
}

.ign-pd-meta strong {
    color: #161b22;
}

.ign-pd-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.ign-pd-stock.is-in {
    color: #0f8a58;
    background: #e8f8f0;
}

.ign-pd-stock.is-out {
    color: #b42318;
    background: #fff1f0;
}

.ign-pd-excerpt {
    margin: 0 0 18px;
    color: #5c6671;
    font-size: 14px;
    line-height: 1.7;
}

.ign-pd-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 22px;
}

.ign-pd-price-row strong {
    color: #00a377;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.ign-pd-price-row del {
    color: #98a2ad;
    font-size: 18px;
}

.ign-pd-option {
    margin-bottom: 18px;
}

.ign-pd-option > label {
    display: block;
    margin-bottom: 8px;
    color: #101821;
    font-size: 14px;
    font-weight: 700;
}

.ign-pd-option > label span {
    color: #6b7480;
    font-weight: 500;
}

.ign-pd-color-list,
.ign-pd-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ign-pd-color,
.ign-pd-chip {
    min-height: 40px;
    border: 1px solid #d7dee6;
    border-radius: 6px;
    background: #fff;
    color: #161b22;
}

.ign-pd-color {
    width: 48px;
    height: 48px;
    padding: 2px;
    overflow: hidden;
}

.ign-pd-color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ign-pd-chip {
    min-width: 52px;
    padding: 0 14px;
    font-weight: 600;
}

.ign-pd-color.is-active,
.ign-pd-chip.is-active {
    border-color: #e90037;
    box-shadow: inset 0 0 0 1px #e90037;
    color: #e90037;
}

.ign-pd-buy-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}

.ign-pd-qty {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    overflow: hidden;
    border: 1px solid #d7dee6;
    border-radius: 6px;
    background: #fff;
}

.ign-pd-qty button,
.ign-pd-qty input {
    height: 48px;
    border: 0;
    background: transparent;
    text-align: center;
    color: #161b22;
    font-size: 16px;
    font-weight: 700;
}

.ign-pd-qty input {
    border-left: 1px solid #d7dee6;
    border-right: 1px solid #d7dee6;
    -moz-appearance: textfield;
}

.ign-pd-qty input::-webkit-outer-spin-button,
.ign-pd-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ign-pd-add-cart {
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #e90037;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ign-pd-add-cart:hover:not(:disabled) {
    background: #d10030;
}

.ign-pd-add-cart:disabled {
    background: #b8c0c8;
}

.ign-pd-category {
    color: #66707c;
    font-size: 13px;
}

.ign-pd-category a {
    color: #e90037;
    text-decoration: none;
    font-weight: 700;
}

.ign-pd-perks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.ign-pd-perks article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #fff;
}

.ign-pd-perks i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #e90037;
    background: #fff0f3;
    font-size: 18px;
}

.ign-pd-perks h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}

.ign-pd-perks p {
    margin: 0;
    color: #66707c;
    font-size: 13px;
    line-height: 1.55;
}

.ign-pd-tabs {
    margin-top: 36px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.ign-pd-tab-list {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid #e7ebf0;
    background: #f7f9fb;
    overflow-x: auto;
}

.ign-pd-tab-list button {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    background: transparent;
    color: #5b6672;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.ign-pd-tab-list button.is-active {
    color: #e90037;
    background: #fff;
    box-shadow: inset 0 -2px 0 #e90037;
}

.ign-pd-tab-panel {
    display: none;
    padding: 28px;
}

.ign-pd-tab-panel.is-active {
    display: block;
}

.ign-pd-tab-panel h2 {
    margin: 0 0 16px;
    font-size: 22px;
}

.ign-pd-description {
    color: #44505c;
    font-size: 15px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.ign-pd-description img {
    max-width: 100%;
    height: auto;
}

.ign-pd-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 180px;
    color: #6b7480;
    text-align: center;
}

.ign-pd-empty i {
    font-size: 36px;
    color: #c5ced6;
}

.ign-pd-empty p {
    margin: 0;
    color: #101821;
    font-size: 16px;
    font-weight: 700;
}

.ign-pd-related {
    margin-top: 42px;
}

.ign-pd-related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ign-pd-related-head span {
    display: block;
    color: #e90037;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ign-pd-related-head h2 {
    margin: 4px 0 0;
    font-size: 28px;
}

.ign-pd-related-head a {
    color: #e90037;
    text-decoration: none;
    font-weight: 700;
}

.ign-pd-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ign-pd-related-card {
    color: inherit;
    text-decoration: none;
}

.ign-pd-related-image {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #f8fafc;
    color: #c5ced6;
    font-size: 32px;
}

.ign-pd-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.ign-pd-related-card:hover img {
    transform: scale(1.05);
}

.ign-pd-related-image span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    background: #e90037;
    font-size: 11px;
    font-weight: 800;
}

.ign-pd-related-rating {
    margin-top: 10px;
    color: #66707c;
    font-size: 12px;
}

.ign-pd-related-rating span {
    color: #f3b500;
}

.ign-pd-related-card > strong {
    display: -webkit-box;
    min-height: 40px;
    margin-top: 6px;
    overflow: hidden;
    color: #101821;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ign-pd-related-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}

.ign-pd-related-price em {
    color: #00a377;
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
}

.ign-pd-related-price del {
    color: #98a2ad;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .ign-pd-shell,
    .ign-pd-perks,
    .ign-pd-related-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ign-pd-shell {
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .ign-pd-shell,
    .ign-pd-perks,
    .ign-pd-related-grid,
    .ign-pd-buy-row {
        grid-template-columns: 1fr;
    }

    .ign-pd-title {
        font-size: 22px;
    }

    .ign-pd-price-row strong {
        font-size: 28px;
    }

    .ign-pd-tab-panel {
        padding: 20px 16px;
    }

    .ign-pd-related-head h2 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .ign-pd-breadcrumb,
    .ign-pd-shell,
    .ign-pd-perks,
    .ign-pd-tabs,
    .ign-pd-related {
        width: min(100% - 24px, 1380px);
    }

    .ign-pd-thumb {
        width: 64px;
        height: 64px;
    }
}
