/* Add custom CSS styles below */ 
h2.text-2xl.sm\:text-3xl.lg\:text-5xl.lg\:\!leading-16.font-extrabold {
    font-size: 2rem;
}p.lg\:text-xl.opacity-80.mb-3.line-clamp-2.lg\:line-clamp-none {
    font-size: 1rem;
    margin-top: 8px;
}section.s-block.s-block--anime.s-block--categories.square.align-below.is-slider.without-bg-color {
    margin-top: -4rem;
}.s-block {
    margin-top: 1rem;
}.s-block__title.relative h2.last\:mb-4 {
    color: #309f96;
}.flex.flex-wrap.flex-col.md\:flex-row.gap-2\.5.sm\:gap-5 {
    flex-direction: row;
    column-gap: 3rem;
}

@keyframes borderAnimation {
    0% {
        border-color: #2a6763;
    }
    25% {
        border-color: #a0d3cf;
    }
    50% {
        border-color: #2a6763;
    }
    75% {
        border-color: #a0d3cf;
    }
    100% {
        border-color: #2a6763;
    }
}
.bg-gray-50\/50.dark\:bg-dark.h-full.border.border-gray-100.dark\:border-white\/10.rounded.flex.flex-col {
  border-radius: 0.6rem;
    border-width: 2px; /* ضبط سمك الحدود */
    animation: borderAnimation 3s infinite linear;
}
section#products-slider-2-slider span.product-entry__image-main.image--aspect-ratio {
    border-radius: 1rem;
}section#products-slider-2-slider img.lazy.loaded {
    border-radius: 1rem;
}