/* Add custom CSS styles below */ 
.product-brand ~ div > .text-green-500 {
  display:none !important;
}
@media (min-width: 768px){
.md\:h-80 {
    height: auto !important;
}
}
@media (min-width: 1024px){
.lg\:h-100 {
    height: 32rem !important;
}
}

.h-72 {
    height: 14rem;
}

@media (min-width: 768px) {
    .md\:max-w-sm {
        max-width: 100%;
    }
}

/* first slider css */

.ed-adv-slider {
    display: block;
    max-width: 100%;
    aspect-ratio: 795/1193; /* Adjust ratios per section 3:4*/
}

@media (min-width: 768px) {
.ed-adv-slider {
    display: block;
    max-width: 100%;
    aspect-ratio: 747/400; /* Adjust ratios per section 3:4 ed-adv-slider*/
}
}

/* Reserve space for home slider */
.ed-adv-slider {
    min-height: 100px; /* Current slider height */
    position: relative;
    overflow: hidden;
}

/* Reserve space for home slider */
@media (min-width: 768px) {
.ed-adv-slider {
    min-height: 100px; /* Current slider height */
}
}

/* 2. Font Handling */
body, h1, h2, h3, h4, h5 {
    font-display: swap;
}

section.s-block--angel-products {
    height: 420px;
}

@media (min-width: 768px) {
section.s-block--angel-products {
    height: 480px;
}
}

.cat_ed {
    height: 170px;
}

@media (min-width: 768px) {
.cat_ed {
    height: 310px;
}
}

/*   End of op */

/* Products pages Filters css */ 
.s-filters-option-name {
    color: rgba(90, 88, 88, var(--tw-text-opacity, 1));
}

span.fix-align.text-gray-500.da-ts {
    color: rgba(78, 83, 90, var(--tw-text-opacity, 1));
}

.s-filters-footer salla-button button {
    color: rgba(175, 14, 14, var(--tw-text-opacity, 1));
}

/* Products css */ 

.s-product-card-sale-price h4 {
    color: #AF0E0E !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
}
.swiper .swiper-pagination-bullet {
    height: 0.7rem !important;
    width: 1.5rem !important;
}
/* @media (min-width: 768px) {
    .s-products-list-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
} */ 

.s-product-card-entry {
    border-width: 1px;
}

/* Footer css */ 

.store-footer .footer-container .logo-footer .foo {
    width: 3.5rem;
    height: 3.5rem;
}
.store-footer h3 {
    color: #ffffff;
}
.store-footer a:hover {
    color: #1EF5FC !important;
}
h3.text-center.follow.mb-1.text-lg.da-cp.md\:\!mb-0 {
    display: none;
}

.opacity-75 {
    opacity: 1;
}

   @keyframes fadeIn {
     from { opacity: 0; }
     to { opacity: 1; }
   }

   footer.store-footer.dark {
     opacity: 0;
     animation: fadeIn 0.5s ease-in-out 2s forwards; /* 0.5s duration, 2s delay */
   }
   
   /* #1ef5fc */
   i.sicon-menu.text-primary.text-2xl {
    color: #FFFFFF;
}

.s-cart-summary-count {
    background: #AF0E0E;
}