@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//holiocare.com/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(50,139,56);
	--wd-alternative-color: rgb(210,233,212);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(210,233,212);
	--btn-default-bgcolor-hover: rgb(210,233,212);
	--btn-default-color: rgb(50,139,56);
	--btn-default-color-hover: rgb(50,139,56);
	--btn-accented-bgcolor: rgb(50,139,56);
	--btn-accented-bgcolor-hover: rgb(50,139,56);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(50,139,56);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post .post-title {
	font-size: 18px;
}
.page .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1417px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1400px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* =============================================
   HOLIO CARE — Global Product Card Styles
   ============================================= */

/* Card Container */
.product-grid-item,
ul.products li.product {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  padding: 0 0 6px 0;
}
.uae-ship-badge{display: none !important;}
.product-grid-item:hover,
ul.products li.product:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

/* Image Wrapper */
.product-grid-item .product-image-wrap,
ul.products li.product .woocommerce-loop-product__link {
  display: block;
  background: #f8f8f8;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.product-grid-item img,
ul.products li.product img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  padding: 8px;
  background: white;
  transition: transform 0.3s ease;
}

.product-grid-item:hover img,
ul.products li.product:hover img {
  transform: scale(1.04);
}

/* Card Body (title, price, button) */
.product-grid-item .product-element-bottom,
ul.products li.product .product-element-bottom {
  padding: 0 8px;
}

/* Product Title */
.product-grid-item .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 12px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price */
.product-grid-item .price,
ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
  color: #1a6e35;
  margin-bottom: 10px;
  display: block;
}

.product-grid-item .price del,
ul.products li.product .price del {
  color: #aaa;
  font-weight: 400;
  font-size: 13px;
  margin-right: 4px;
}

/* In Stock Badge */
.product-grid-item .stock.in-stock,
ul.products li.product .stock.in-stock {
  font-size: 12px;
  color: #1a6e35;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-grid-item .stock.in-stock::before,
ul.products li.product .stock.in-stock::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a6e35;
  flex-shrink: 0;
}

/* Add to Cart / Select Options Button — keeping green */
.product-grid-item .button,
.product-grid-item .add_to_cart_button,
ul.products li.product .button,
ul.products li.product .add_to_cart_button {
  display: block;
  width: calc(100% - 28px);
  margin: 0 14px;
  padding: 11px 16px;
  background: #1a6e35;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.2px;
  transition: background 0.2s ease;
}

.product-grid-item .button:hover,
.product-grid-item .add_to_cart_button:hover,
ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover {
  background: #145528;
  color: #ffffff !important;
}

/* Wishlist Heart Icon */
.product-grid-item .tinvwl_add_to_wishlist_button,
.product-grid-item .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
  z-index: 2;
}
/* =============================================
   HOLIO CARE — Popular Categories (Fixed)
   ============================================= */

/* Individual Category Card */
.category-grid-item.wd-cat {
  background: #ffffff !important;
  border: 1px solid #ebebeb !important;
  border-radius: 14px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.category-grid-item.wd-cat:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10) !important;
  transform: translateY(-3px) !important;
  border-color: #1a6e35 !important;
}

/* Inner wrapper */
.category-grid-item.wd-cat .wrapp-category {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 12px 16px !important;
  text-align: center !important;
}

/* Image — shrink and center it as an icon */
.category-grid-item.wd-cat .category-image-wrapp {
  width: 60px !important;
  height: 60px !important;
  background: #f0f7f3 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 12px auto !important;
  overflow: hidden !important;
}

.category-grid-item.wd-cat .category-image-wrapp img {
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

/* Category Name */
.category-grid-item.wd-cat .wd-entities-title,
.category-grid-item.wd-cat .woocommerce-loop-category__title,
.category-grid-item.wd-cat h3,
.category-grid-item.wd-cat h2 {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  text-align: center !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide product count */
.category-grid-item.wd-cat .wd-entities-title mark,
.category-grid-item.wd-cat h3 mark,
.category-grid-item.wd-cat .count {
  display: none !important;
}

/* Remove any dark overlay on hover 
.category-grid-item.wd-cat .hover-mask {
  display: none !important;
} */
/* =============================================
   HOLIO CARE — Categories: 8 Col / 1 Row
   ============================================= */

/* Grid container — 8 equal columns, no wrapping */
ul.product-categories,
.wd-product-cats-holder ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

ul.product-categories::-webkit-scrollbar,
.wd-product-cats-holder ul.products::-webkit-scrollbar {
  display: none !important;
}

/* Each card — fixed to 1/8 of container */
ul.product-categories .category-grid-item.wd-cat,
.wd-product-cats-holder ul.products .category-grid-item.wd-cat {
  flex: 0 0 calc(12.5% - 11px) !important;
  min-width: 0 !important;
  width: calc(12.5% - 11px) !important;
  background: #ffffff !important;
  border: 1px solid #ebebeb !important;
  border-radius: 14px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.category-grid-item.wd-cat:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10) !important;
  transform: translateY(-3px) !important;
  border-color: #1a6e35 !important;
}

/* Inner wrapper — column layout */
.category-grid-item.wd-cat .wrapp-category {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px 8px 14px !important;
  text-align: center !important;
}

/* Icon container */
.category-grid-item.wd-cat .category-image-wrapp {
  width: 56px !important;
  height: 56px !important;
  background: #f0f7f3 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 10px auto !important;
  overflow: hidden !important;
}

.category-grid-item.wd-cat .category-image-wrapp img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
}

/* Category name — 12px under icon */
.category-grid-item.wd-cat .wd-entities-title,
.category-grid-item.wd-cat .woocommerce-loop-category__title,
.category-grid-item.wd-cat h3,
.category-grid-item.wd-cat h2 {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  text-align: center !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
  word-break: break-word !important;
}

/* Hide product count */
.category-grid-item.wd-cat .count,
.category-grid-item.wd-cat mark {
  display: none !important;
}

/* Remove hover overlay */
.category-grid-item.wd-cat .hover-mask {
  display: none !important;
}
/* =============================================
   COLLECTIONS SECTION — Bigger Cards
   (Elementor section ID: 0a8805a)
   ============================================= */

/* Reset any small-card styles from categories */
.elementor-element-0a8805a .category-grid-item.wd-cat {
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.elementor-element-0a8805a .category-grid-item.wd-cat:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.13) !important;
  transform: translateY(-4px) !important;
}

/* Tall image area */
.elementor-element-0a8805a .category-grid-item.wd-cat .wrapp-category {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  height: 220px !important;
  position: relative !important;
}

.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: #f0f7f3 !important;
  border: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
}

.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* Title overlay at bottom */
.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%) !important;
  padding: 30px 12px 14px !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  z-index: 2 !important;
  border-radius: 0 0 16px 16px !important;
}

.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask .wd-entities-title,
.elementor-element-0a8805a .category-grid-item.wd-cat .wd-entities-title,
.elementor-element-0a8805a .category-grid-item.wd-cat h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: none !important;
  text-align: left !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Hide count */
.elementor-element-0a8805a .category-grid-item.wd-cat .count,
.elementor-element-0a8805a .category-grid-item.wd-cat mark {
  display: none !important;
}
/* =============================================
   ELEVATE YOUR WELLNESS — Carousel #carousel-178
   ============================================= */

#carousel-178 .wd-carousel-inner,
#carousel-178 .wd-grid {
  gap: 12px !important;
}

/* Each product card — horizontal mini layout */
#carousel-178 .product-grid-item,
#carousel-178 ul.products li.product {
  background: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  padding: 10px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  transition: box-shadow 0.25s ease !important;
}

#carousel-178 .product-grid-item:hover,
#carousel-178 ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important;
  transform: none !important;
}

/* Image — square, left side */
#carousel-178 .product-grid-item .woocommerce-loop-product__link,
#carousel-178 ul.products li.product .woocommerce-loop-product__link {
  flex-shrink: 0 !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  display: block !important;
}

#carousel-178 .product-grid-item img,
#carousel-178 ul.products li.product img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  padding: 0 !important;
  border-radius: 10px !important;
}

/* Text content — right side */
#carousel-178 .product-grid-item .product-element-bottom,
#carousel-178 ul.products li.product .product-element-bottom {
  flex: 1 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

/* Product title */
#carousel-178 .product-grid-item .woocommerce-loop-product__title,
#carousel-178 ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  line-height: 1.35 !important;
  margin: 0 0 4px 0 !important;
  -webkit-line-clamp: 2 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price */
#carousel-178 .product-grid-item .price,
#carousel-178 ul.products li.product .price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a6e35 !important;
  margin: 0 !important;
  display: block !important;
}

/* Hide button & badges inside this carousel */
#carousel-178 .product-grid-item .button,
#carousel-178 ul.products li.product .button,
#carousel-178 .product-grid-item .add_to_cart_button,
#carousel-178 ul.products li.product .add_to_cart_button,
#carousel-178 .product-grid-item .stock,
#carousel-178 ul.products li.product .stock {
  display: none !important;
}

/* === Full-Width Button Fix === */
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
ul.products li.product .wd-add-btn a,
ul.products li.product .wd-add-btn .button,
.product-grid-item .wd-add-btn a,
.product-grid-item .wd-add-btn .button {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 8px !important;
  background: #1a6e35 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 12px !important;
  text-align: center !important;
  display: block !important;
  box-sizing: border-box !important;
}
ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover,
ul.products li.product .wd-add-btn a:hover {
  background: #145528 !important;
  color: #ffffff !important;
}
ul.products li.product .product-element-bottom,
.product-grid-item .product-element-bottom {
  padding: 0 10px !important;
}
ul.products li.product .wd-add-btn,
.product-grid-item .wd-add-btn {
  padding: 0 !important;
  margin: 6px 0 0 0 !important;
}

/* === Collections Figma Match === */
.elementor-element-0a8805a .category-grid-item.wd-cat {
  background: #ffffff !important;
  border: 1px solid #e8e8e0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  min-height: 210px !important;
  padding: 0 !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09) !important;
  transform: translateY(-4px) !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .wrapp-category {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 28px 24px !important;
  min-height: 210px !important;
  position: relative !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp {
  width: 52px !important;
  height: 52px !important;
  background: #f2f5f2 !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask {
  display: block !important;
  position: static !important;
  background: transparent !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  padding: 0 !important;
  text-align: left !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask .wd-entities-title,
.elementor-element-0a8805a .category-grid-item.wd-cat .wd-entities-title,
.elementor-element-0a8805a .category-grid-item.wd-cat h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-transform: none !important;
  font-style: italic !important;
}
.elementor-element-0a8805a .category-grid-item.wd-cat .count,
.elementor-element-0a8805a .category-grid-item.wd-cat mark {
  display: none !important;
}

/* Collections - HIGH SPECIFICITY FIX (beats WoodMart inline .home-collections override) */
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .wrapp-category {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 28px 24px !important;
  min-height: 210px !important;
  position: relative !important;
  text-align: left !important;
}
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp {
  width: 52px !important;
  height: 52px !important;
  background: #f2f5f2 !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 auto 0 !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
}
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .category-image-wrapp img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain !important;
}
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask {
  display: block !important;
  position: static !important;
  background: transparent !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .hover-mask .wd-entities-title,
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .wd-entities-title,
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  text-align: left !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-transform: none !important;
  font-style: italic !important;
}
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat .count,
.home-collections.elementor-element-0a8805a .category-grid-item.wd-cat mark {
  display: none !important;
}@media (min-width: 577px) and (max-width: 767px) {
	@media (max-width: 768px) {

    /* Hide only filter button */
    .wd-sidebar-opener,
    .wd-filter-icon,
    .wd-off-canvas-btn {
        display: none !important;
    }

}
}

@media (max-width: 576px) {
	@media (max-width: 768px) {

    /* Hide only filter button */
    .wd-sidebar-opener,
    .wd-filter-icon,
    .wd-off-canvas-btn {
        display: none !important;
    }

}
}

