/* Add custom CSS styles below */ 
.main-nav-container .justify-between {
    justify-content: space-between;
}
.category_header a img {
    object-fit: contain;
} 
@media (min-width:1024px){
.main-nav-container .justify-between.pt-2 >div:has(a[href="#mobile-menu"]) {
    display: none;
}}
.got__header_search .s-search-icon-wrap {
    background-color: var(--color-primary);
}
.got_fixedBanner-allContent {
    min-height: 530px;
}
.got-main_slider .swiper-pagination .swiper-pagination-bullet {
    border: 4px solid #ffffff00;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background-color: transparent;
}
.s-product-card-image img.loaded {
    min-height: 305px;
}
.important-links a:hover {
    color: var(--color-primary);
}
@media (min-width:991px){
.s-product-card-image img.loaded {
    min-height: 305px;
}}
/*thumbs*/
#thumbs  .swiper-slide {
    background-position: bottom !important;
}

@media (max-width:450px){
#thumbs-slider .h-\[149px\]:has(.aspect-square) {
    height: 110px;
}
#thumbs-slider h3.w-full {
    font-size: 15px;
    line-height: 20px;
}
.thumbs-slider .swiper-slide {
    margin-left: 15px !important;
}
.thumbs-slider .top-1\/2 {
    top: 33%;
}
#product-filter {
    padding: 0px;
    
}
.product-index  .main-content {
    overflow: hidden;
}
.product-index .special-layout-container .min-h-screen {
    min-height: auto;
} 
.s-product-card-image img.loaded {
    min-height: 175px;
}
}

.index .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.index .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.index .banner-entry ,.index .two-row .banner-entry:first-child {
     height: 175px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.index .one-row .banner-entry,
.index .two-row .banner-entry,
.index .one-row .banner-entry:first-child,
.index  .two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.index .sm\:gap-8 {
    gap: 10px;
}
.index .sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
@media (min-width:1250px){
section.s-block.s-block--banners.container {
    max-width: 51%;
}
.product-index nav.breadcrumbs.w-full.py-5 {
    margin-top: 60px;
}
}
@media (max-width: 767px){
.index .sm\:gap-8 {
    gap: .5rem;
}
.index .banner-entry ,.index .two-row .banner-entry:first-child {
    height:80px !important;
  } 
}
/*products page*/
.product-index .categories_slider .\!scale-95 {
    min-height: 160px;
    max-height: 160px;
}

.product-index .categories_slider p {
    text-align: center;
}
/*footer */
.copyright-text p ,.s-contacts-list ,.s-contacts-icon{
    color: #fff;
}
.store-footer__inner.\!bg-white {
    background-color: var(--color-primary) !important;
}