/* Add custom CSS styles below */ 
[bundle-id="1078728572"] ,section.s-block.s-block--bundle-html-content{
    margin-top: 0px;
}

[data-selia="home-faq-link"]{
  display: none;
}
.main-menu li>a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
}
.product-card--fit-height {
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-is-custom .store-footer .store-footer__inner{
  #f16120
}
nav#mobile-menu {
    background: #f16323;
}
a.btn.btn--outline-primary.h-10.grow-0.gap-1\.5.group.\!px-2.\!rounded-none {
    background: #f16323;
    color: #fff;
    border-radius: 10px !important;
}
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column
}
.product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-is-custom .store-footer .store-footer__curve
 {
    color: #ff5f00;
}
/*.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
    background: #f1612061;
}*/

@media (max-width:992px){
  .s-products-slider-card {
    max-width: 180px;
  }
  .product-card--fit-height .product-card__image {
    height: 10rem;
   
}
  button.btn--close.close-mobile-menu.sicon-cancel.lg\:hidden {

    color: #fff;
}
  .product-card__actions {
    bottom: -11px;
    position: absolute;
    right: 0px;
    top: initial;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
}