/* Add custom CSS styles below */ 


p.mb-5.text-store-text-primary.anime-item {
    font-size: 23px;
    line-height: 40px;
}

.product-card {
    background-color: transparent !important;
  box-shadow: 0px 0px 10px #33333317;
    border-radius: 8px;
}

section.s-block.s-block--square-links .object-cover {
    object-fit: contain;
    aspect-ratio: 9 / 13;
}
.s-block--enhanced-features__item.group.overflow-hidden.anime-item {
    background-color: rgba(238, 233, 227);
    box-shadow: 0px 0px 10px #33333317;
}
.s-block--enhanced-features__item .feature-icon {
    height: 5rem;
    width: 5rem;
    background-color: #09314b;
    border-radius: 100px;
    padding: 10px;
}
.single-faq.w-full.rounded-lg.border.border-store-text-secondary.bg-store-bg-secondary.py-3.px-5.anime-item {
    background-color: transparent !important;
}


@media (max-width:767px) {
    .s-block--enhanced-features.mini-features [data-length="3"]
 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.s-block--enhanced-features__item.group:nth-child(3) {
    left: -56%;
    position: relative;
}
}