/* Commerce Home — minimal white storefront homepage */
.commerce-page {
    background: var(--white-bg, #ffffff);
    color: var(--body-color, #585b6f);
}

/* Override global fixed/dark sticky header behavior */
.commerce-page header.commerce-header.nine-header-section {
    position: sticky;
    top: 0;
    z-index: 120;
    width: 100%;
    background: var(--white-bg, #ffffff);
    border-bottom: 1px solid var(--light-color1, #e3e3ec);
    box-shadow: none;
    transition: box-shadow 0.25s ease;
}

.commerce-page header.commerce-header.nine-header-section.sticky-menu {
    box-shadow: 0 4px 24px rgba(10, 22, 94, 0.06);
}

.commerce-page header.commerce-header .nine-header-bottom {
    background-color: var(--white-bg, #ffffff) !important;
    padding: 0;
}

.commerce-header__bar {
    min-height: 76px;
    padding: 0;
}

.commerce-header__bar.site-navbar {
    justify-content: space-between;
}

.commerce-header__bar .menu-block-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.commerce-header__bar .site-menu-main {
    justify-content: center;
    gap: 0.15rem;
}

.commerce-header__bar .nav-link-item,
.commerce-header__bar .menu-item-text {
    color: var(--heading-color, #0a165e);
    font-size: 0.92rem;
    font-weight: 500;
}

.commerce-header__bar .menu-item-text.active,
.commerce-header__bar .nav-link-item:hover {
    color: var(--accent-color, #2b4dff);
}

.commerce-header__logo {
    display: inline-flex;
    align-items: center;
    margin: 0;
    max-width: 132px;
}

.commerce-header__logo img {
    max-height: 40px;
    width: auto;
}

.commerce-header__actions .nine-header-icon {
    gap: 0.85rem;
}

.commerce-header__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--heading-color, #0a165e);
    font-size: 1.15rem;
    cursor: pointer;
}

.commerce-header__text-link {
    color: var(--heading-color, #0a165e);
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.commerce-header__actions .nine-header-cart svg path {
    fill: var(--heading-color, #0a165e);
}

.commerce-header__menu-trigger span,
.commerce-header__menu-trigger span::before,
.commerce-header__menu-trigger span::after {
    background-color: var(--heading-color, #0a165e) !important;
}

.commerce-page .commerce-header .login-btn {
    color: var(--heading-color, #0a165e);
}

.commerce-hero {
    background: linear-gradient(180deg, var(--light-bg1, #f5f6f7) 0%, var(--white-bg, #ffffff) 100%);
    padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.commerce-hero__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    column-gap: clamp(2rem, 5vw, 4rem);
    row-gap: 1.5rem;
    align-items: center;
    min-width: 0;
}

.commerce-hero__slider {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    /* Slick fade calculates physical left offsets. Isolating its track from
       the document's RTL flow keeps the active slide inside the viewport;
       each .commerce-hero__slide restores the page language direction. */
    direction: ltr;
}

.commerce-hero__slider .slick-list,
.commerce-hero__slider .slick-track {
    display: block;
}

.commerce-hero__slider .slick-list {
    max-width: 100%;
}

.commerce-hero__slider .slick-slide {
    height: auto;
}

.commerce-hero__slider .slick-slide > div {
    height: 100%;
}

.commerce-hero__slider:not(.slick-initialized) .commerce-hero__slide:not(:first-child) {
    display: none;
}

.commerce-hero__slide {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    min-height: min(460px, 72vh);
}

.commerce-hero__slide[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

.commerce-hero__slide[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

.commerce-hero__content {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding-block: 1rem;
}

.commerce-hero__copy {
    max-width: 30rem;
}

.commerce-hero__eyebrow {
    display: inline-block;
    margin-bottom: 1.15rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-color, #2b4dff);
    font-weight: 600;
}

.commerce-hero__title {
    margin: 0 0 1.15rem;
    font-size: clamp(2.1rem, 4.5vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--heading-color, #0a165e);
    font-weight: 600;
}

.commerce-hero__price {
    margin: 0 0 2rem;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 500;
    color: var(--body-color, #585b6f);
}

.commerce-hero__price del {
    margin-inline-end: 0.65rem;
    opacity: 0.5;
    font-weight: 400;
}

.commerce-hero__cta {
    min-height: 48px;
    min-width: 148px;
    padding-inline: 1.75rem;
    border-radius: 4px;
}

.commerce-hero__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    max-height: 460px;
    padding: clamp(1.75rem, 4vw, 3rem);
    background: var(--white-bg, #ffffff);
    border: 1px solid color-mix(in srgb, var(--light-color1, #e3e3ec) 80%, transparent);
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(10, 22, 94, 0.08);
}

.commerce-hero__media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.commerce-hero__media img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.commerce-hero__slide:hover .commerce-hero__media img {
    transform: scale(1.02);
}

.commerce-hero__dots {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: -0.25rem;
    padding-top: 0.25rem;
}

.commerce-hero__dots-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.commerce-hero__dots-list li {
    margin: 0;
    width: auto;
    height: auto;
    line-height: 0;
}

.commerce-hero__dots-list button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--light-color2, #ced0df);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.commerce-hero__dots-list button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--accent-color, #2b4dff) 35%, transparent);
    outline-offset: 4px;
}

.commerce-hero__dots-list .slick-active button {
    width: 22px;
    background: var(--accent-color, #2b4dff);
}

.commerce-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 0 1rem;
    border-bottom: 1px solid var(--light-color1, #e3e3ec);
}

.commerce-toolbar__tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    width: 100%;
}

.commerce-toolbar__select {
    min-width: 180px;
    max-width: 220px;
    padding: 0.65rem 2rem 0.65rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--heading-color, #0a165e);
    border: 1px solid var(--light-color1, #e3e3ec);
    border-radius: 4px;
    background-color: var(--white-bg, #ffffff);
}

.commerce-toolbar__select:focus {
    border-color: var(--accent-color, #2b4dff);
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color, #2b4dff) 18%, transparent);
}

.commerce-toolbar__link,
.commerce-toolbar__search {
    color: var(--heading-color, #0a165e);
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.commerce-toolbar__link:hover,
.commerce-toolbar__search:hover {
    color: var(--accent-color, #2b4dff);
}

.commerce-products {
    padding: 2rem 0 3.5rem;
}

.commerce-products__grid {
    row-gap: 2rem;
}

.commerce-card {
    height: 100%;
}

.commerce-card__thumb {
    position: relative;
    background: var(--light-bg1, #f5f6f7);
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commerce-card__thumb img {
    max-width: 88%;
    max-height: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.commerce-card:hover .commerce-card__thumb img {
    transform: scale(1.03);
}

.commerce-card__wishlist {
    position: absolute;
    top: 0.85rem;
    inset-inline-end: 0.85rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-bg, #ffffff);
    border: 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(16, 24, 40, 0.08);
}

.commerce-card__wishlist svg path {
    stroke: var(--heading-color, #0a165e);
}

.commerce-card__wishlist.active svg path {
    fill: var(--accent-color, #2b4dff);
    stroke: var(--accent-color, #2b4dff);
}

.commerce-card__cart {
    position: absolute;
    inset-inline: 0.85rem;
    bottom: 0.85rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.commerce-card:hover .commerce-card__cart {
    opacity: 1;
    transform: translateY(0);
}

.commerce-card__cart .nine-shop-btn {
    width: 100%;
    justify-content: center;
    background: var(--accent-bg, #2b4dff);
    color: var(--white-color, #ffffff);
    border: 0;
    border-radius: 4px;
    min-height: 40px;
}

.commerce-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.9rem;
}

.commerce-card__body h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--heading-color, #0a165e);
    line-height: 1.35;
}

.commerce-card__price {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: var(--body-color, #585b6f);
}

.commerce-card__price del {
    margin-inline-end: 0.35rem;
    color: color-mix(in srgb, var(--body-color, #585b6f) 90%, var(--heading-color, #0a165e));
    opacity: 1;
    text-decoration-thickness: 1px;
}

.commerce-section {
    padding: 3.5rem 0;
    border-top: 1px solid var(--light-color1, #e3e3ec);
}

.commerce-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.commerce-section__head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--heading-color, #0a165e);
}

.commerce-section__head a {
    color: var(--accent-color, #2b4dff);
    font-weight: 600;
    font-size: 0.92rem;
}

.commerce-services__grid {
    row-gap: 1.5rem;
}

.commerce-service-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--light-color1, #e3e3ec);
    border-radius: 6px;
    background: var(--white-bg, #ffffff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.commerce-service-card:hover {
    border-color: color-mix(in srgb, var(--accent-color, #2b4dff) 35%, transparent);
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.commerce-service-card img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.commerce-service-card h3 {
    margin: 0 0 0.5rem;
    color: var(--heading-color, #0a165e);
    font-size: 1.05rem;
}

.commerce-service-card p {
    margin: 0 0 1rem;
    color: var(--body-color, #585b6f);
    font-size: 0.92rem;
    line-height: 1.55;
}

.commerce-service-card a {
    color: var(--accent-color, #2b4dff);
    font-weight: 600;
    font-size: 0.88rem;
}

.commerce-blog__grid {
    row-gap: 1.5rem;
}

.commerce-blog-card {
    height: 100%;
    border: 1px solid var(--light-color1, #e3e3ec);
    border-radius: 6px;
    overflow: hidden;
    background: var(--white-bg, #ffffff);
}

.commerce-blog-card__thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.commerce-blog-card__body {
    padding: 1.25rem;
}

.commerce-blog-card__meta {
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
    color: var(--body-color, #585b6f);
}

.commerce-blog-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    color: var(--heading-color, #0a165e);
    line-height: 1.4;
}

.commerce-blog-card a.read-more {
    color: var(--accent-color, #2b4dff);
    font-weight: 600;
    font-size: 0.88rem;
}

.commerce-footer {
    background: var(--light-bg1, #f5f6f7);
    border-top: 1px solid var(--light-color1, #e3e3ec);
    color: var(--body-color, #585b6f);
}

.commerce-footer .nine-footer-bottom {
    border-top-color: var(--light-color1, #e3e3ec);
}

.commerce-footer .nine-footer-title.dark-color h2 {
    color: var(--heading-color, #0a165e);
    font-size: 1.125rem;
}

.commerce-footer .nine-footer-textarea.dark-color p,
.commerce-footer .nine-footer-menu.dark-color ul li a,
.commerce-footer .nine-copywright.dark-color p {
    color: var(--body-color, #585b6f);
}

.commerce-footer .nine-footer-menu.dark-color ul li a:hover {
    color: var(--accent-color, #2b4dff);
}

.commerce-footer .nine-footer-menu.dark-color ul li a:hover:before {
    background-color: var(--accent-color, #2b4dff);
}

.commerce-footer .nine-social-icon-box.style-two ul li a {
    color: var(--heading-color, #0a165e);
    background-color: var(--white-bg, #ffffff);
    border: 1px solid var(--light-color1, #e3e3ec);
}

.commerce-footer .nine-social-icon-box.style-two ul li a:hover {
    color: var(--white-color, #ffffff);
    background-color: var(--accent-bg, #2b4dff);
    border-color: var(--accent-bg, #2b4dff);
}

.commerce-empty {
    padding: 3rem 1rem;
    text-align: center;
    color: var(--body-color, #585b6f);
}

@media (max-width: 991px) {
    .commerce-hero {
        padding: 2rem 0 1.5rem;
    }

    .commerce-hero__shell {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }

    .commerce-hero__slide {
        grid-template-columns: 1fr !important;
        min-height: auto;
        gap: 1.75rem;
    }

    .commerce-hero__content {
        justify-content: center;
        padding-block: 0.5rem;
    }

    .commerce-hero__copy {
        max-width: none;
        text-align: center;
    }

    .commerce-hero__media {
        aspect-ratio: 4 / 3;
        max-height: none;
        width: 100%;
        max-width: 520px;
        margin-inline: auto;
        padding: 1.5rem;
    }

    .commerce-hero__dots {
        grid-column: 1;
        justify-self: center;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .commerce-toolbar__tools {
        flex-direction: column;
        align-items: stretch;
    }

    .commerce-toolbar__select {
        width: 100%;
        max-width: none;
    }

    .commerce-toolbar__link,
    .commerce-toolbar__search {
        align-self: flex-start;
    }

    .commerce-card__cart {
        opacity: 1;
        transform: none;
    }
}
