/* Add custom CSS styles below */ 
.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
}

.osh-main-banner .h-\[611px\].flex.flex-row {
    justify-content: end;
}
.osh-main-banner .leading-relaxed {
    align-items: center;
}

/******category*******************/  
.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
  width: 40%;


}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}

/****************footer***/

.store-footer__inner ,.store-footer {
    background:var(--color-primary) !important;
}
.store-footer .s-menu-footer-list a, .store-footer .container p:nth-of-type(2), .store-footer h3, .store-footer s-menu-footer-list,
 .store-footer .s-contacts-list .unicode,
.store-footer .s-contacts-list svg{
  
    color: #fff !important;
}

.copyright-text p {
    color: #fff !important;
}

.store-footer__inner .w-full.h-full {
    filter: brightness(0.0)invert(1);
}

.section-container h1 {
    font-size: 20px;
    width: 60%;
}
@media(max-width:768px) {

  /***mobile **/
.landing-page-first-banner .item-text {
    max-width: 100% !important;
    padding: 2rem 0;
    position: absolute;
    bottom:  0;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {
    font-size: 25px !important;
  text-align: center !important ;
}


  .section-container h1 {

    width: 100%;
}
.group.container {
    
    width: 100%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}
 .osh_card a {
  
    width: 130px;
    height: 130px;
}



  
}