/*
 Theme Name:   Nablus
 Description:  Custom Design
 Author:       DevMUBS
 Author URI:   https://devmubs.com
 Template:     woodmart
 Version:      1.0
 Text Domain:  nablus
*/



.wd-header-cats.wd-style-1 .menu-opener {border-radius: 0 !important;}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {height: 220px;object-fit: contain;}
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {display: none !important;}
.wd-product.wd-hover-icons .wd-buttons {display: none !important;}
.nablus-p-viewes .wd-product :where(.product-wrapper,.product-element-bottom) {justify-content: center !important;}
.wd-event-hover:hover>.wd-dropdown {left: -415px !important;}
#product-archive-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px; /* Adjust the space between title and shortcode */
}

#product-archive-name h1 {margin: 0;font-size: 28px;}
#product-archive-name .elementor-shortcode {font-size: 18px;color: #666;}
.product-name h2 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-design-masonry.blog-style-bg :is(.post-img-wrapp,.entry-thumbnail img) {
    height: 280px;
    object-fit: contain;
}

#comments {display: none !important;}

.blog-design-masonry.has-post-thumbnail .wd-post-date,
.wd-meta-date,
.wd-meta-reply,
.wd-post-meta,
.wd-meta-author {display: none !important;}

@media (max-width: 576px) {.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {height: 150px;}}