.elementor-290562 .elementor-element.elementor-element-dd6b9f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-fb0d3ce */.product-cat-sitemap-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.product-cat-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 40px;
}

.product-cat-sitemap-root-link {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.product-cat-sitemap-root-link:hover {
    color: #c00;
    text-decoration: underline;
}

.product-cat-sitemap-children {
    margin: 0;
    padding-left: 18px;
}

.product-cat-sitemap-children li {
    margin: 0 0 8px;
}

.product-cat-sitemap-children a {
    color: #222;
    text-decoration: none;
    line-height: 1.5;
}

.product-cat-sitemap-children a:hover {
    color: #c00;
    text-decoration: underline;
}

.product-cat-sitemap-children.depth-2,
.product-cat-sitemap-children.depth-3,
.product-cat-sitemap-children.depth-4 {
    margin-top: 8px;
}

.product-cat-sitemap-children.depth-2 a {
    color: #444;
    font-size: 15px;
}

.product-cat-sitemap-children.depth-3 a,
.product-cat-sitemap-children.depth-4 a {
    color: #666;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .product-cat-sitemap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .product-cat-sitemap-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */