.home .dt_pagetitle,
.home .dt_breadcrumb,
.home .breadcrumb,
.home .site-breadcrumb,
.home .page-header,
.home .dt_preloader {
    display: none;
}

.home #dt_preloader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.ssk-ec-standalone {
    margin: 0;
}

.ssk-ec-site-header {
    background: #131921;
    color: #fff;
}

.ssk-ec-site-header__inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1220px;
    min-height: 64px;
    padding: 10px 16px;
}

.ssk-ec-site-header__brand,
.ssk-ec-site-header__brand:visited {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.ssk-ec-site-header__brand img {
    display: block;
    max-height: 44px;
    width: auto;
}

.ssk-ec-site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ssk-ec-site-header__nav a {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.ssk-ec-site-header__nav a:hover,
.ssk-ec-site-header__nav a:focus {
    color: #ffcf55;
}

.ssk-ec-site-footer {
    background: #131921;
    color: #fff;
}

.ssk-ec-site-footer__inner {
    margin: 0 auto;
    max-width: 1220px;
    padding: 18px 16px;
}

.ssk-ec-site-footer p {
    margin: 0;
}

.ssk-ec-home {
    background: #e8eaed;
    color: #111827;
    margin: 0 auto 40px;
    padding: 0 0 42px;
}

.ssk-ec-search {
    background: #131921;
    padding: 18px 16px 24px;
}

.ssk-ec-search__inner {
    margin: 0 auto;
    max-width: 1220px;
}

.ssk-ec-search__eyebrow {
    color: #ffcf55;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.ssk-ec-search h1 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 14px;
}

.ssk-ec-search__form {
    display: grid;
    grid-template-columns: minmax(132px, 190px) minmax(0, 1fr) 116px;
    min-height: 48px;
}

.ssk-ec-search__form select,
.ssk-ec-search__form input,
.ssk-ec-search__form button {
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    min-width: 0;
}

.ssk-ec-search__form select {
    background: #f3f4f6;
    border-right: 1px solid #d1d5db;
    color: #111827;
    padding: 0 12px;
}

.ssk-ec-search__form input[type="search"] {
    background: #fff;
    color: #111827;
    padding: 0 16px;
}

.ssk-ec-search__form button {
    background: #febd69;
    color: #111827;
    cursor: pointer;
    font-weight: 700;
    padding: 0 16px;
}

.ssk-ec-search__form button:hover,
.ssk-ec-search__form button:focus {
    background: #f3a847;
    color: #111827;
}

.ssk-ec-section {
    background: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 4px;
    margin: 18px auto 0;
    max-width: 1220px;
    padding: 20px;
}

.ssk-ec-section__head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.ssk-ec-section__head h2 {
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0;
}

.ssk-ec-section__head a {
    color: #007185;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ssk-category-grid,
.ssk-product-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ssk-category-card,
.ssk-product-card,
.ssk-post-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    color: #111827;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
}

.ssk-category-card {
    padding: 12px;
}

.ssk-category-card:hover,
.ssk-category-card:focus,
.ssk-product-card:hover,
.ssk-product-card:focus-within,
.ssk-post-card:hover,
.ssk-post-card:focus-within {
    border-color: #f3a847;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.12);
}

.ssk-category-card__image,
.ssk-product-card__image,
.ssk-post-card__image {
    align-items: center;
    background: #f7f8f8;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ssk-category-card__image,
.ssk-product-card__image {
    aspect-ratio: 1 / 1;
}

.ssk-product-card__image {
    padding: 10px;
}

.ssk-category-card__image img,
.ssk-product-card__image img {
    height: 100%;
    max-height: 190px;
    object-fit: contain;
    width: 100%;
}

.ssk-category-card__name {
    color: #111827;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 10px;
}

.ssk-category-card__count {
    color: #565959;
    font-size: 0.84rem;
    margin-top: 3px;
}

.ssk-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 12px;
}

.ssk-product-card__title {
    font-size: 0.96rem;
    line-height: 1.35;
    margin: 0 0 8px;
}

.ssk-product-card__title a,
.ssk-post-card h3 a {
    color: #111827;
    text-decoration: none;
}

.ssk-product-card__title a:hover,
.ssk-post-card h3 a:hover {
    color: #c45500;
}

.ssk-product-card__rating {
    min-height: 21px;
}

.ssk-product-card__price {
    color: #b12704;
    font-size: 1rem;
    font-weight: 700;
    margin: auto 0 10px;
}

.ssk-product-card__button {
    align-items: center;
    background: #ffd814;
    border-radius: 999px;
    color: #111827;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    text-decoration: none;
}

.ssk-product-card__button:hover,
.ssk-product-card__button:focus {
    background: #f7ca00;
    color: #111827;
}

.ssk-post-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ssk-post-card__image {
    aspect-ratio: 16 / 9;
}

.ssk-post-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ssk-post-card__body {
    padding: 14px;
}

.ssk-post-card__date {
    color: #565959;
    font-size: 0.82rem;
    margin: 0 0 6px;
}

.ssk-post-card h3 {
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 8px;
}

.ssk-post-card__body p:last-child {
    color: #374151;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.ssk-ec-empty {
    background: #f7f8f8;
    border: 1px dashed #cbd5e1;
    border-radius: 4px;
    color: #374151;
    margin: 0;
    padding: 18px;
}

@media (max-width: 1100px) {
    .ssk-category-grid,
    .ssk-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ssk-ec-site-header__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ssk-ec-home {
        padding-bottom: 24px;
    }

    .ssk-ec-search {
        padding: 14px 10px 18px;
    }

    .ssk-ec-search h1 {
        font-size: 1.35rem;
    }

    .ssk-ec-search__form {
        grid-template-columns: 1fr;
    }

    .ssk-ec-search__form select,
    .ssk-ec-search__form input,
    .ssk-ec-search__form button {
        min-height: 44px;
        width: 100%;
    }

    .ssk-ec-search__form select {
        border-bottom: 1px solid #d1d5db;
        border-right: 0;
    }

    .ssk-ec-section {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-top: 12px;
        padding: 16px 12px;
    }

    .ssk-ec-section__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .ssk-category-grid,
    .ssk-product-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ssk-post-grid {
        grid-template-columns: 1fr;
    }
}
