/* Add custom CSS styles below */ 
.top-navbar {
    display: none;
}
@media(max-width:768px){
  body.trans_header .store-header {
  
    position: static;
    background: #1d170c;
}
}
/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}
span.category-name.text-lg {
    display: none;
}
.main-nav-container.fixed-header .inner {
    background: #271d10;
}
@media(min-width:768px){
  .s-block--special-products-slider--3 .swiper{
  direction: ltr !important;
    padding-left: 0px !important;
}
  .product-single .swiper-slide:not(.swiper-slide-active){
  height: 150px !important;
}
}


.footer-rights *{
  color: #000 !important;
}