/* Add custom CSS styles below */ 
.home_component_mini_title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 768px) {
    .section-spacing {
        margin-top: 40px;
    }
  .store_category_item_title {
        font-size: 18px;
        color: #54181E;
    }
}

  
    .section-spacing {
        margin-top: 15px;
    }
  .store_category_item_title {
        font-size: 16px;
        margin-top: -10px;
        color: #54181E;
    }
  .h-\[72vh\] {
    height: 40vh;
}
 
  .w-\[80\%\] {
    margin-bottom: 30px;
    width: 100%;
}
}
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 3rem;
    margin-top: -16px;
}

.home_component_subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  color: #54181E;
}

.products_tabs_section_tab {
    font-size: 14px;
}
.products_tabs_section .s-tabs-header {
    margin-bottom: 30px;
}
.home_component_title {
    margin-bottom: 8px;
}

.partial-products-slider {
    position: relative;
    z-index: 30;
    margin-top: 25px;
}
.mb-\[16px\] {
    margin-bottom: 0px;
}

.athena-slide-down-top {
    position: relative;
    margin-bottom: 10px;
}

.mm-spn li {
    position: relative;
    background: inherit;
    cursor: pointer;
    font-size: 16px;
}
.text-sm {
    font-size: 18px;
    line-height: 1.25rem;
}

    .md\:justify-center {
        justify-content: center;
        margin-top: 50px;
    }

@media (max-width: 768px) {
    .banner-content {
        height: 500px;
        overflow: hidden;
    }
 
}
@media (max-width: 768px) {
    .banner-content img, .banner-content video {
        height: 500px;
        max-height: 500px;
    }
}
/* .athena-image-container {
   aspect-ratio: 3 / 4 !important;
    height: auto !important;
}*/



.athena_slider_btn {
    border-radius: 20px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    background-color: #ffffff;
    color: #101010;
    border-color: var(--btn-color);
    transition: color 0.1s ease, border-color 0.1s ease;
}



.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(255 5 5);
}