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

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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 12px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font: "Cabin", 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(244,165,28);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--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 {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://charmtrendifystore.com/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://charmtrendifystore.com/wp-content/uploads/2021/09/retail-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 2px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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;
}
}


/* Force WooCommerce thumbnails to same size */
.attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* Optional: limit image container height for consistent layout */
.woocommerce ul.products li.product {
  min-height: 400px;
}
.products.wd-products.wd-grid-g {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* flexible 3 cols on large screens, fewer on small */
  gap: 20px; /* uniform gap between items */
  margin: 0 auto;
  max-width: 1200px; /* limit max width for large screens */
  padding: 0 15px;
}

.wd-col.category-grid-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.wd-col.category-grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

.wd-cat-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wd-cat-thumb.category-image-wrapp {
  flex-shrink: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.wd-cat-thumb.category-image-wrapp img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1; /* keep square */
  transition: transform 0.3s ease;
}

.wd-col.category-grid-item:hover .wd-cat

/* Compact product widget layout */
.widget_product_tag_cloud,
.woocommerce.widget_top_rated_products .product_list_widget li,
.woocommerce.widget_recently_viewed_products .product_list_widget li,
.woocommerce.widget_recent_reviews .product_list_widget li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* Smaller image */
.woocommerce.widget_top_rated_products img,
.woocommerce.widget_recently_viewed_products img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

/* Info text */
.widget_product_tag_cloud .widget-product-info,
.woocommerce.widget_top_rated_products .product_list_widget .product-title,
.woocommerce.widget_recently_viewed_products .product_list_widget .product-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

/* Price style */
.widget_product_tag_cloud .price,
.woocommerce.widget_top_rated_products .price,
.woocommerce.widget_recently_viewed_products .price {
  font-size: 13px;
  font-weight: bold;
  color: #e63946;
  display: block;
  margin-top: 4px;
}

/* Old price (strikethrough) */
.woocommerce del {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}
/* Make sidebar product widget images smaller */
.woocommerce .widget_top_rated_products img,
.woocommerce .widget_recently_viewed_products img,
.woocommerce .widget_recent_reviews img,
.woocommerce .widget_products img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 10px;
}
/* Wrap product titles in sidebar widgets */
/* Sidebar product widget title and price smaller font */
.widget-product-info {
  font-size: 10px;       /* smaller overall font */
  line-height: 1.2;
}

.widget-product-info a.wd-entities-title {
  font-size: 5px;       /* smaller product title */
  font-weight: 600;
  line-height: 1.2;
}

.widget-product-info .price {
  font-size: 12px;        /* smaller price text */
  line-height: 1.2;
  color: #e63946;        /* optional: keep price color */
}

.widget-product-info del {
  font-size: 8px;        /* smaller original price */
  color: #999;
}

@media (max-width: 767px) {
  .products.wd-products {
    /* force 2 columns on small screens */
    --wd-col-sm: 2 !important;

    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1px !important; /* optional */

    /* Remove flex if applied elsewhere */
    flex-wrap: unset !important;
  }
