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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//vedashah.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(56,102,17);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: rgb(11,94,0);
	--btn-default-bgcolor-hover: rgb(82,137,42);
	--btn-accented-bgcolor: rgb(67,99,24);
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	background-color: rgb(117,117,117);
	background-image: url(https://vedashah.com/wp-content/uploads/2024/06/medical-marijuana-popup-18.jpg);
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 810px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://vedashah.com/wp-content/uploads/2021/08/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


/* =============================================
   SAVE BADGE (global)
   ============================================= */
.wd-save-badge {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  background: #1b5e20 !important; /* dark green */
  color: #fff !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  z-index: 9 !important;
  pointer-events: none !important;
  font-size: clamp(10px, 1.2vw, 13px) !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
@media (max-width: 1024px) {
  .wd-save-badge { font-size: 11px !important; padding: 3px 8px !important; top: 6px !important; left: 6px !important; }
}
@media (max-width: 767px) {
  .wd-save-badge { font-size: 10px !important; padding: 3px 7px !important; top: 5px !important; left: 5px !important; }
}
@media (max-width: 480px) {
  .wd-save-badge { font-size: 9px !important; padding: 2px 6px !important; top: 4px !important; left: 4px !important; }
}

/* % OFF GREEN LABEL (global) */
.wd-percent-off {
  color: #388e3c !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  margin-left: 4px !important;
  display: inline !important;
}

/* Hide WoodMart default sale bubble (global) */
.product-labels .onsale {
  display: none !important;
}

/* =============================================
   CALLMATE SLIDER STYLE
   ============================================= */

/* Container */
.wd-style-callmate.wd-carousel-container {
  overflow: visible !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Carousel takes full width */
.wd-style-callmate .wd-carousel {
  width: 100% !important;
  order: 1 !important;
}

/* Product card */
.wd-style-callmate .product-wrapper {
  background: #f5f5f5 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
  transition: box-shadow 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.wd-style-callmate .product-wrapper:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,0.11) !important;
}

/* Product image */
.wd-style-callmate .product-element-top {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px 12px 0 0 !important;
  background: #f5f5f5 !important;
}

.wd-style-callmate .product-element-top img {
  width: 100% !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* Product title */
.wd-style-callmate .wd-entities-title {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #111 !important;
  padding: 10px 12px 2px !important;
  margin: 0 !important;
  text-align: left !important;
}

.wd-style-callmate .wd-entities-title a {
  color: #111 !important;
  text-decoration: none !important;
}

.wd-style-callmate .wd-entities-title a:hover {
  color: #444 !important;
}

/* Category */
.wd-style-callmate .wd-product-cats {
  padding: 0 12px 6px !important;
  font-size: 12px !important;
  color: #999 !important;
  text-align: left !important;
}

.wd-style-callmate .wd-product-cats a {
  color: #999 !important;
  text-decoration: none !important;
}

/* Price */
.wd-style-callmate .price {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  padding: 4px 12px 14px !important;
  font-size: 15px !important;
}

.wd-style-callmate .price ins {
  text-decoration: none !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.wd-style-callmate .price del {
  color: #aaa !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

/* Carousel item spacing */
.wd-style-callmate .wd-carousel-item {
  padding: 12px 8px !important;
}

/* =============================================
   PROGRESS BAR — order 2, LEFT, full width
   ============================================= */

/* Hide dot circles */
.wd-style-callmate .wd-nav-pagin-item span {
  display: none !important;
}

/* Bar wrapper — stretches full width minus arrows */
.wd-style-callmate .wd-nav-pagin-wrap {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 16px 0 0 !important;
  min-height: 36px !important;
  position: static !important;
  float: none !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-self: center !important;
}

/* Grey track */
.wd-style-callmate .wd-nav-pagin {
  display: flex !important;
  width: 100% !important;
  height: 3px !important;
  background: rgba(0,0,0,0.12) !important;
  border-radius: 3px !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  flex-wrap: nowrap !important;
}

/* Segments */
.wd-style-callmate .wd-nav-pagin-item {
  flex: 1 !important;
  height: 3px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
}

/* Active segment */
.wd-style-callmate .wd-nav-pagin-item.wd-active {
  background: #1b5e20 !important; /* dark green */
}

/* =============================================
   ARROWS — order 3, RIGHT, fixed width
   ============================================= */
.wd-style-callmate .wd-nav-arrows {
  order: 3 !important;
  flex: 0 0 auto !important;
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  z-index: 99 !important;
  transform: none !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  margin-top: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: center !important;
}

.wd-style-callmate .wd-btn-arrow {
  position: static !important;
  transform: none !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.wd-style-callmate .wd-arrow-inner {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
  color: #333 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  --wd-arrow-size: 36px !important;
}

.wd-style-callmate .wd-btn-arrow:hover .wd-arrow-inner {
  background: #1b5e20 !important; /* dark green */
  border-color: #1b5e20 !important; /* dark green */
  --wd-arrow-color: #fff !important;
}

/* =============================================
   MOBILE
   ============================================= */
@media (max-width: 767px) {
  .wd-style-callmate .wd-nav-pagin-wrap {
    flex: 1 1 auto !important;
    width: auto !important;
    margin-top: 20px !important;
    padding-right: 12px !important;
  }
  .wd-style-callmate .wd-nav-arrows {
    margin-top: 20px !important;
    order: 3 !important;
    flex: 0 0 auto !important;
  }
}

/* =============================================
   HOVER BUTTONS — FINAL PRECISE FIX
   ============================================= */

.products .wd-buttons {
  position: absolute !important;
  bottom: 8px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  background: #1b5e20 !important; /* dark green */
  border-radius: 6px !important;
  display: flex !important;
  gap: 2px !important;
  padding: 5px 8px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
  z-index: 5 !important;
  width: auto !important;
  min-width: unset !important;
}

/* DESKTOP HOVER */
@media (min-width: 769px) {
  .products .product-wrapper:hover .wd-buttons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

/* MOBILE — always visible */
@media (max-width: 768px) {
  .products .wd-buttons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
    padding: 4px 6px !important;
    bottom: 6px !important;
    gap: 2px !important;
  }

  /* MOBILE: Hide search and wishlist — show ONLY cart */
  .products .wd-buttons .quick-view,
  .products .wd-buttons .wd-wishlist-btn {
    display: none !important;
  }
}

.products .product-element-top {
  position: relative !important;
  overflow: hidden !important;
}

/* =============================================
   EACH ACTION BUTTON WRAPPER
   ============================================= */
.products .wd-buttons .wd-action-btn {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  position: relative !important;
}

/* =============================================
   HIDE ALL TEXT — precise selectors
   ============================================= */

/* Hide "Add to cart" span */
.products .wd-buttons .wd-add-btn a span,
.products .wd-buttons .wd-add-btn a > span {
  display: none !important;
}

/* Hide "View cart" link that appears after adding */
.products .wd-buttons .wd-add-btn .added_to_cart,
.products .wd-buttons .added_to_cart {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Hide "Quick view" text */
.products .wd-buttons .quick-view a,
.products .wd-buttons .quick-view-button {
  font-size: 0 !important;
  color: transparent !important;
}

/* Hide "Add to wishlist" span */
.products .wd-buttons .wd-wishlist-btn a span {
  display: none !important;
}

/* Hide screen reader text */
.products .wd-buttons .screen-reader-text {
  display: none !important;
}

/* =============================================
   MAKE LINKS LOOK LIKE ICON BUTTONS
   ============================================= */
.products .wd-buttons .wd-add-btn a,
.products .wd-buttons .quick-view-button,
.products .wd-buttons .wd-wishlist-btn a {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

/* =============================================
   WHITE ICONS via filter (CSS background icons)
   ============================================= */

/* WoodMart uses ::before pseudo for icons */
.products .wd-buttons .wd-add-btn a::before,
.products .wd-buttons .quick-view-button::before,
.products .wd-buttons .wd-wishlist-btn a::before {
  filter: brightness(0) invert(1) !important;
  color: #fff !important;
}

/* Also force icon color white */
.products .wd-buttons .wd-action-btn a {
  color: #fff !important;
}

.products .wd-buttons .wd-action-btn::before,
.products .wd-buttons .wd-action-btn a::before {
  filter: brightness(0) invert(1) !important;
}

/* =============================================
   FIX: added class — keep button stable
   ============================================= */
.products .wd-buttons .wd-add-btn a.added,
.products .wd-buttons .wd-add-btn a.loading {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  overflow: hidden !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
}

/* Keep icon visible in added state */
.products .wd-buttons .wd-add-btn a.added::before,
.products .wd-buttons .wd-add-btn a.loading::before {
  filter: brightness(0) invert(1) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* =============================================
   MOBILE SIZES
   ============================================= */
@media (max-width: 768px) {
  .products .wd-buttons .wd-action-btn {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
  }

  .products .wd-buttons .wd-add-btn a,
  .products .wd-buttons .quick-view-button,
  .products .wd-buttons .wd-wishlist-btn a {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
  }
}