@font-face {
    font-family: 'Kalameh';
    src: url('/wp-content/themes/venom/fonts/Kalameh-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Kalameh';
    src: url('/wp-content/themes/venom/fonts/Kalameh-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.venom-related-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    width: 1200px;
    height: 522px;
    margin: 0 auto;
    padding: 0;
}

.venom-related-categories__title {
    width: 156px;
    height: 28px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #312933;
}

.venom-related-categories__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 1200px;
    height: 478px;
}

.venom-related-categories__loading,
.venom-related-categories__error {
    text-align: center;
    font-family: 'Kalameh', sans-serif;
    font-size: 16px;
    color: #666;
    width: 100%;
    padding: 20px;
}

.venom-related-categories__loading {
    color: #7B6580;
}

.venom-related-categories__error--invalid-cat-id,
.venom-related-categories__error--no-subcategories,
.venom-related-categories__error--timeout {
    color: #d00;
}

.venom-related-categories .swiper {
    width: 100%;
    overflow-x: auto;
}

.venom-related-categories .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 12px;
    gap: 12px;
    width: 282px;
    height: 478px;
    background: #FFFFFF;
    border: 1px solid #EAC6F3;
    border-radius: 16px;
}

.venom-related-categories .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    width: 258px;
    height: 362px;
    border: 4px solid #EAC6F3;
    border-radius: 12px;
    text-decoration: none;
}

.venom-related-categories .swiper-slide img {
    width: 
258px;
    height: 362px;
    object-fit: cover;
    border-radius: 12px;
    loading: lazy;
}



.venom-related-categories .swiper-slide h5 {
    width: 258px;
    height: 24px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    margin: 0;
}