.elementor-29459 .elementor-element.elementor-element-7ccb364{--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;}.elementor-29459 .elementor-element.elementor-element-5f19d53{--wd-cat-brd-radius:5px;}/* Start custom CSS for wd_product_categories, class: .elementor-element-5f19d53 */.wd-cats-element .wd-cat-inner {
    background: linear-gradient(180deg, #141210 0%, #0c0a08 100%) !important;
    border: 1px solid rgba(201, 165, 77, 0.12);
    border-radius: 14px;
    padding: 10px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.wd-cats-element .category-image-wrapp {
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    position: relative;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}

.wd-cats-element .category-image img {
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s ease;
    filter: brightness(0.9);
}

.wd-cats-element .wd-cat-content {
    padding: 20px 10px 15px !important;
    text-align: center;
    position: relative;
}

.wd-cats-element .wd-entities-title {
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f7f2e9;
    margin: 0;
    transition: all 0.4s ease;
}

.wd-cats-element .wd-entities-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(201, 165, 77, 0.3);
    margin: 8px auto 0;
    transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.4s ease;
}

.wd-cats-element .category-grid-item:hover .wd-cat-inner {
    border-color: rgba(201, 165, 77, 0.45);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.wd-cats-element .category-grid-item:hover img {
    transform: scale(1.07);
    filter: brightness(1.05);
}

.wd-cats-element .category-grid-item:hover .wd-entities-title {
    color: #C9A54D;
    letter-spacing: 2.2px;
}

.wd-cats-element .category-grid-item:hover .wd-entities-title::after {
    width: 60px;
    background: #C9A54D;
}

.wd-cats-element .category-grid-item:hover .category-image-wrapp::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 30%, rgba(201, 165, 77, 0.05) 100%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .wd-cats-element .wd-cat-inner {
        padding: 7px;
    }
    .wd-cats-element .wd-cat-content {
        padding: 12px 5px !important;
    }
    .wd-cats-element .wd-entities-title {
        font-size: 14px !important;
        letter-spacing: 1px;
    }
}/* End custom CSS */