/* Add custom CSS styles below */ 
.sku-wrapper.mb-4.flex.justify-between.bg-white.dm-text-main.dm-bg-sec.rounded-md.px-4.py-2{
  display:none;
}




/* Hidde SKU */
.sku-wrapper.mb-4.flex.justify-between.bg-white.dm-text-main.dm-bg-sec.rounded-md.px-4.py-2 ,.sku-wrapper{

  display:none !important;
}




@media(max-width:992px){
.navbar-brand img{
  max-height: 3rem;
}
/*
a.banner img{
  object-fit: fill;
    height: 200px;
}
*/
}

.product-single salla-add-product-button .s-button-primary, salla-comment-form .s-comment-form-action .s-button-element{
  color:#fff !important;
}


#fullscreen-banner-0 h1{
  display:none;
}


@media(max-width:1400px){

section.s-block.all.s-block--one-wide-banner.wide-placeholder.custom-s img.lazy.img.w-full.object-contain.loaded{
     object-fit: fill;
     max-height:420px;
}
}

@media(max-width:1600px){

section.s-block.all.s-block--one-wide-banner.wide-placeholder.custom-s img.lazy.img.w-full.object-contain.loaded{
     object-fit: fill;
     max-height:500px;
}
}
.sku-wrapper.mb-4.flex.justify-between.bg-white.dm-text-main.dm-bg-sec.rounded-md.px-4.py-2 {
    display: none !important;
}