.av-shop-showcase #sticky_filter.base-shop-top-row {
  margin: 0 0 18px;
  align-items: center;
}

.av-shop-showcase,
.av-shop-showcase .woocommerce,
.av-shop-showcase .products.product-archive .entry.loop-entry {
  font-family: "Jost", "Segoe UI", sans-serif;
}

.av-shop-showcase .base-shop-top-row .base-shop-top-item {
  margin-bottom: 0;
}

.av-shop-showcase .base-shop-top-row .woocommerce-result-count {
  color: #111;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  font-weight: 400;
}

.av-shop-showcase .base-shop-top-row .woocommerce-ordering .orderby {
  min-height: 36px;
  min-width: 220px;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  background: transparent;
  padding: 0 26px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #1d2430;
}

.av-shop-showcase .base-shop-top-row .base-product-toggle-container .base-toggle-shop-layout {
  width: 34px;
  height: 34px;
  border-radius: 4px;
}

.av-shop-showcase .base-shop-top-row .base-product-toggle-container .base-toggle-shop-layout.toggle-active {
  border-color: #ab8e66;
  background: #ab8e66;
  color: #fff;
}

.av-shop-showcase #active-filters-bar.active-filters-bar {
  margin-top: -4px;
  margin-bottom: 12px;
}

.av-shop-showcase.av-shop-has-sidebar .content-container.site-container {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  column-gap: 32px;
}

.av-shop-showcase.av-shop-has-sidebar #secondary.primary-sidebar {
  display: block !important;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  grid-column: 1;
}

.av-shop-showcase.av-shop-has-sidebar #main.site-main {
  grid-column: 2;
  min-width: 0;
}

.av-shop-showcase #secondary.primary-sidebar .widget {
  margin: 0 0 16px;
  padding: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-title,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title {
  margin: 0;
  padding: 14px 44px 14px 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-title:hover,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-title::after,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title::after {
  content: "×";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #666;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-title:hover::after,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title:hover::after {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .widget.collapsed .widget-title::after,
.av-shop-showcase #secondary.primary-sidebar .widget.collapsed .gamma.widget-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-content,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .widget.collapsed .widget-content,
.av-shop-showcase #secondary.primary-sidebar .widget.collapsed .gamma.widget-content {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-content-inner {
  padding: 10px 16px 12px;
  max-height: 300px;
  overflow-y: auto;
}

/* Custom scrollbar for better appearance */
.av-shop-showcase #secondary.primary-sidebar .widget .widget-content-inner::-webkit-scrollbar {
  width: 4px;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-content-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-content-inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.av-shop-showcase #secondary.primary-sidebar .widget.widget-scrollable .widget-content-inner {
  max-height: 320px;
  overflow-y: auto;
}

.av-shop-showcase #secondary.primary-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-shop-showcase #secondary.primary-sidebar .widget li {
  margin: 0;
}

.av-shop-showcase #secondary.primary-sidebar .widget li + li {
  margin-top: 10px;
}

.av-shop-showcase #secondary.primary-sidebar .widget a {
  color: #1b2330;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.av-shop-showcase #secondary.primary-sidebar .widget a:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .widget .count {
  color: #1f2430;
}

.av-shop-showcase #secondary.primary-sidebar .list-style-checkbox .filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.av-shop-showcase #secondary.primary-sidebar .list-style-checkbox .filter-link::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  flex: 0 0 14px;
  margin-right: 8px;
}

.av-shop-showcase #secondary.primary-sidebar .list-style-checkbox .filter-link .count {
  margin-left: auto;
}

/* Highlight Widget Styles */
.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget {
  margin: 0 0 16px;
  padding: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-title {
  margin: 0;
  padding: 14px 44px 14px 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-title:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-title::after {
  content: "×";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #666;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-title:hover::after {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget.collapsed .widget-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget.collapsed .widget-content {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content {
  padding: 10px 16px 12px;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content-inner {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}

/* Custom scrollbar for highlight widget */
.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content-inner::-webkit-scrollbar {
  width: 4px;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .widget-content-inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget li {
  margin: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget li + li {
  margin-top: 10px;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget a {
  color: #1b2330;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget a:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .list-style-link .filter-link {
  position: relative;
  padding-left: 0;
}

/* Active state for All Products */
.av-shop-showcase #secondary.primary-sidebar .av-highlight-widget .highlight-item:first-child .filter-link {
  color: #ab8e66;
  font-weight: 500;
}

/* Price Filter Widget Styles */
.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget {
  margin: 0 0 16px;
  padding: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-title {
  margin: 0;
  padding: 14px 44px 14px 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-title:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-title::after {
  content: "×";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #666;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-title:hover::after {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget.collapsed .widget-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget.collapsed .widget-content {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content {
  padding: 10px 16px 12px;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content-inner {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}

/* Custom scrollbar for price filter widget */
.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content-inner::-webkit-scrollbar {
  width: 4px;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .widget-content-inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget li {
  margin: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget li + li {
  margin-top: 10px;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget a {
  color: #1b2330;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget a:hover {
  color: #ab8e66;
}

/* Active state for All prices */
.av-shop-showcase #secondary.primary-sidebar .av-price-filter-widget .price-filter-item:first-child .filter-link {
  color: #ab8e66;
  font-weight: 500;
}

/* Average Rating Widget Styles */
.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget {
  margin: 0 0 16px;
  padding: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-title {
  margin: 0;
  padding: 14px 44px 14px 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-title:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-title::after {
  content: "×";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #666;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-title:hover::after {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget.collapsed .widget-title::after {
  transform: translateY(-50%) rotate(45deg);
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget.collapsed .widget-content {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content {
  padding: 10px 16px 12px;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content-inner {
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}

/* Custom scrollbar for rating filter widget */
.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content-inner::-webkit-scrollbar {
  width: 4px;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .widget-content-inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget li {
  margin: 0;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget li + li {
  margin-top: 10px;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .filter-link {
  color: #1b2330;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .filter-link:hover {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .filter-link:hover .rating-stars {
  color: #ab8e66;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .rating-stars {
  display: flex;
  align-items: center;
  gap: 1px;
  transition: color 0.2s ease;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .rating-stars .star {
  font-size: 14px;
  line-height: 1;
  color: #f5a623;
  font-family: Arial, sans-serif;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .rating-stars .star.filled {
  color: #f5a623;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .rating-stars .star.empty {
  color: #ddd;
}

.av-shop-showcase #secondary.primary-sidebar .av-rating-filter-widget .rating-count {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.av-shop-showcase .products.content-wrap.product-archive {
  row-gap: 24px;
  column-gap: 20px;
}

.av-shop-showcase .products.product-archive .entry.loop-entry {
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.av-shop-showcase .products.product-archive .product-thumbnail {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.av-shop-showcase .products.product-archive .product-actions {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Hide any additional buttons that might appear in thumbnail area */
.av-shop-showcase .products.product-archive .product-thumbnail .button,
.av-shop-showcase .products.product-archive .product-thumbnail a.button,
.av-shop-showcase .products.product-archive .product-thumbnail .add_to_cart_button,
.av-shop-showcase .products.product-archive .product-thumbnail a.add_to_cart_button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Hide buttons on hover in any area */
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail .button,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail a.button,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail .add_to_cart_button,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail a.add_to_cart_button,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-actions,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-actions .button,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-actions a.button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  transform: none !important;
  transition: none !important;
}

/* Disable all hover transformations that might reveal buttons */
.av-shop-showcase .products.product-archive .entry.loop-entry:hover {
  transform: none !important;
  box-shadow: none !important;
}

.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail {
  transform: none !important;
}

.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail img {
  transform: none !important;
}

/* Ensure only the intended button area shows buttons */
.av-shop-showcase .products.product-archive .product-details .product-action-wrap.style-button .button {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transition: none !important;
  animation: none !important;
  margin-top: 8px !important;
}

/* Fix product details layout to prevent overlap - STRONGER SELECTORS */
.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details {
  padding: 12px 0 8px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  position: relative !important;
  clear: both !important;
  overflow: visible !important;
}

/* Ensure proper order of elements - STRONGER SELECTORS */
.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details h2.woocommerce-loop-product__title {
  order: 1 !important;
  margin-bottom: 2px !important;
  line-height: 1.3 !important;
  position: relative !important;
  z-index: 1 !important;
}

.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details .star-rating-block {
  order: 2 !important;
  margin: 2px 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details .price {
  order: 3 !important;
  margin: 2px 0 6px !important;
  position: relative !important;
  z-index: 1 !important;
}

.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details .product-action-wrap.style-button {
  order: 4 !important;
  margin-top: 8px !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  clear: both !important;
  display: block !important;
}

/* Force button to be below everything */
.av-shop-showcase.av-shop-showcase .products.product-archive .entry.loop-entry .product-details .product-action-wrap.style-button .button {
  display: block !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  z-index: 10 !important;
  clear: both !important;
}

/* Remove all transitions from product entry */
.av-shop-showcase .products.product-archive .entry.loop-entry,
.av-shop-showcase .products.product-archive .entry.loop-entry *,
.av-shop-showcase .products.product-archive .entry.loop-entry *::before,
.av-shop-showcase .products.product-archive .entry.loop-entry *::after {
  transition: none !important;
  animation: none !important;
}

/* Additional override for button positioning */
@media screen {
  .av-shop-showcase .products.product-archive .entry.loop-entry .product-action-wrap.style-button {
    position: relative !important;
    margin-top: 12px !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  
  .av-shop-showcase .products.product-archive .entry.loop-entry .product-action-wrap.style-button .button {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 16px !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  
  /* Force proper spacing */
  .av-shop-showcase .products.product-archive .entry.loop-entry .product-details {
    padding-bottom: 12px !important;
    position: relative !important;
  }
  
  .av-shop-showcase .products.product-archive .entry.loop-entry .product-details .price {
    margin-bottom: 8px !important;
    position: relative !important;
  }
}

/* Final override with maximum specificity */
body .av-shop-showcase .products.product-archive .entry.loop-entry .product-action-wrap.style-button {
  position: relative !important;
  margin-top: 12px !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
}

body .av-shop-showcase .products.product-archive .entry.loop-entry .product-action-wrap.style-button .button {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}


.av-shop-showcase .products.product-archive .product-thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
  padding: 0;
}

.av-shop-showcase .products.product-archive .product-onsale .onsale {
  min-width: 34px;
  min-height: 22px;
  border-radius: 4px;
  font-size: 12px;
  background: #FFD700;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  padding: 0 6px;
}

/* Ensure all discount badges use the same styling */
.av-shop-showcase .products.product-archive .onsale,
.av-shop-showcase .products.product-archive .sale-badge,
.av-shop-showcase .products.product-archive .discount-percentage {
  min-width: 34px;
  min-height: 22px;
  border-radius: 4px;
  font-size: 12px;
  background: #FFD700 !important;
  color: #333 !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 22px !important;
  padding: 0 6px !important;
}

.av-shop-showcase .products.product-archive .product-details {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: none !important;
  transition: none !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
}

.av-shop-showcase .products.product-archive .product-details h2.woocommerce-loop-product__title {
  order: 1;
  margin-bottom: 0;
}

.av-shop-showcase .products.product-archive .product-details .star-rating-block {
  order: 2;
  display: block;
}

.av-shop-showcase .products.product-archive .product-details .price {
  order: 3;
  margin-bottom: 0;
}

.av-shop-showcase .products.product-archive .product-details .product-action-wrap.style-button {
  order: 4;
  display: block;
}

.av-shop-showcase .products.product-archive h2.woocommerce-loop-product__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #151515;
}

.av-shop-showcase .products.product-archive h2.woocommerce-loop-product__title a:hover {
  color: #ab8e66;
}

.av-shop-showcase .products.product-archive .star-rating-block {
  margin: 4px 0;
  min-height: 18px;
}

.av-shop-showcase .products.product-archive .star-rating {
  font-size: 12px;
  color: #f5a623;
}

.av-shop-showcase .products.product-archive .star-rating span::before,
.av-shop-showcase .products.product-archive .star-rating::before {
  color: #f5a623;
}

.av-shop-showcase .products.product-archive .price {
  color: #111;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.av-shop-showcase .products.product-archive .price .woocommerce-Price-amount,
.av-shop-showcase .products.product-archive .price ins .woocommerce-Price-amount {
  color: #111;
}

.av-shop-showcase .products.product-archive .price del {
  color: #8d96a4;
  font-weight: 400;
}

.av-shop-showcase .products.product-archive .product-excerpt {
  display: none;
}

/* List view alignment (match source list layout) */
.av-shop-showcase .products.product-archive.products-list-view .entry.loop-entry {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 10px 0;
}

.av-shop-showcase .products.product-archive.products-list-view .product-thumbnail {
  margin-bottom: 0;
}

.av-shop-showcase .products.product-archive.products-list-view .product-thumbnail img {
  padding: 10px;
}

.av-shop-showcase .products.product-archive.products-list-view .product-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.av-shop-showcase .products.product-archive.products-list-view h2.woocommerce-loop-product__title {
  order: 1;
  font-size: 35px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.av-shop-showcase .products.product-archive.products-list-view .star-rating-block {
  order: 2;
  margin: 0 0 6px;
}

.av-shop-showcase .products.product-archive.products-list-view .price {
  order: 3;
  margin: 0 0 8px;
  font-size: 34px;
}

.av-shop-showcase .products.product-archive.products-list-view .product-excerpt {
  order: 4;
  display: block;
  margin: 0 0 10px;
  color: #111;
}

.av-shop-showcase .products.product-archive.products-list-view .product-action-wrap.style-button {
  order: 5;
  margin-top: 0;
  padding-top: 0;
}

.av-shop-showcase .products.product-archive.products-list-view .product-action-wrap.style-button .button {
  width: auto;
  min-width: 135px;
  padding: 0 26px;
  min-height: 44px;
  background: #ececec;
  color: #171717;
  border-radius: 6px;
}

.av-shop-showcase .products.product-archive.products-list-view .product-actions {
  display: none;
}

.av-shop-showcase .products.product-archive .product-action-wrap.style-button .button {
  width: 100%;
  min-height: 36px;
  border-radius: 4px;
  background: #ab8e66;
  border-color: transparent;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
}

.av-shop-showcase .products.product-archive .product-action-wrap.style-button .button:hover {
  background: #96784f;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(171, 142, 102, 0.3);
}

.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-details,
.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-action-wrap.style-button {
  transform: none !important;
  margin-top: 0 !important;
  margin-top: auto;
  bottom: auto !important;
}

/* Match official GemStore product card structure */
.av-shop-showcase .products.product-archive .entry.loop-entry {
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  width: 100%;
}

.av-shop-showcase .products.product-archive .product-thumbnail {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.av-shop-showcase .products.product-archive .product-thumbnail a {
  display: block;
  text-decoration: none;
}

.av-shop-showcase .products.product-archive .product-thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
  padding: 0;
  transition: none;
}

.av-shop-showcase .products.product-archive .product-details {
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: none !important;
  transition: none !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
}

.av-shop-showcase .products.product-archive .product-details h2.woocommerce-loop-product__title {
  order: 1;
  margin-bottom: 2px;
}

.av-shop-showcase .products.product-archive .product-details h2.woocommerce-loop-product__title a {
  text-decoration: none;
  color: #151515;
  font-weight: 500;
}

.av-shop-showcase .products.product-archive .product-details h2.woocommerce-loop-product__title a:hover {
  color: #ab8e66;
}

.av-shop-showcase .products.product-archive .product-details .star-rating-block {
  order: 2;
  display: block;
}

.av-shop-showcase .products.product-archive .product-details .price {
  order: 3;
  margin-bottom: 4px;
}

.av-shop-showcase .products.product-archive .product-details .product-action-wrap.style-button {
  order: 4;
  display: block;
  margin-top: 4px;
  width: 100%;
}

/* Simplified title structure like official */
.av-shop-showcase .products.product-archive h2.woocommerce-loop-product__title {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #151515;
}

.av-shop-showcase .products.product-archive h2.woocommerce-loop-product__title .product-title {
  display: block;
}

.av-shop-showcase .products.product-archive .price {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin: 2px 0;
}

.av-shop-showcase .products.product-archive .price .woocommerce-Price-amount,
.av-shop-showcase .products.product-archive .price ins .woocommerce-Price-amount {
  color: #333;
}

.av-shop-showcase .products.product-archive .price del {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 8px;
}

.av-shop-showcase .products.product-archive .price del .woocommerce-Price-amount {
  color: #999 !important;
}

.av-shop-showcase .products.product-archive .price ins {
  text-decoration: none;
  font-weight: 600;
}

.av-shop-showcase .products.product-archive .price ins .woocommerce-Price-amount {
  color: #333 !important;
}

/* Remove all hover effects and transitions */
.av-shop-showcase .products.product-archive .entry.loop-entry:hover {
  transform: none;
  box-shadow: none;
}

.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-thumbnail img {
  transform: none;
}

.av-shop-showcase .products.product-archive .entry.loop-entry:hover .product-details {
  transform: none !important;
  margin-top: 0 !important;
}




/* Shop hero + top toolbar alignment (match source structure) */
.av-shop-showcase .entry-hero.page-hero-section .entry-hero-container-inner {
  background: #ecf2f7;
}

.av-shop-showcase .entry-hero.page-hero-section .entry-header {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.av-shop-showcase .entry-hero.page-hero-section .entry-title {
  margin-top: 8px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 700;
}

.av-shop-showcase .entry-hero.page-hero-section .base-breadcrumbs {
  justify-content: center;
}

.av-shop-showcase .entry-hero.page-hero-section .base-breadcrumbs a {
  color: #213f66;
}

.av-shop-showcase .base-shop-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.av-shop-showcase .base-shop-top-row .woocommerce-ordering {
  margin-left: auto;
}

.av-shop-showcase .base-shop-top-row .base-product-toggle-container {
  margin-left: 10px;
}

.av-shop-showcase .base-shop-top-row .woocommerce-ordering,
.av-shop-showcase .base-shop-top-row .base-product-toggle-container,
.av-shop-showcase .base-shop-top-row .base-shop-top-item.base-woo-results-count {
  margin-top: 0;
  margin-bottom: 0;
}

/* Sidebar card title with right-side collapse glyph like source */
.av-shop-showcase #secondary.primary-sidebar .widget .widget-title,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title {
  position: relative;
  padding-right: 44px;
}

.av-shop-showcase #secondary.primary-sidebar .widget .widget-title::after,
.av-shop-showcase #secondary.primary-sidebar .widget .gamma.widget-title::after {
  content: "\2212";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1367px) {
  .av-shop-showcase.av-shop-has-sidebar .products.content-wrap.product-archive {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .av-shop-showcase.av-shop-has-sidebar .content-container.site-container {
    grid-template-columns: 250px minmax(0, 1fr);
    column-gap: 24px;
  }

  .av-shop-showcase.av-shop-has-sidebar #secondary.primary-sidebar {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 1024px) {
  .av-shop-showcase .entry-hero.page-hero-section .entry-title {
    font-size: 44px;
  }

  .av-shop-showcase .base-shop-top-row .woocommerce-result-count {
    font-size: 15px;
  }

  .av-shop-showcase .products.product-archive h2.woocommerce-loop-product__title {
    font-size: 15px;
  }

  .av-shop-showcase .products.product-archive .price {
    font-size: 16px;
  }

  .av-shop-showcase.av-shop-has-sidebar .content-container.site-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .av-shop-showcase.av-shop-has-sidebar #secondary.primary-sidebar {
    width: auto;
    min-width: 0;
    max-width: none;
    grid-column: auto;
  }

  .av-shop-showcase.av-shop-has-sidebar #main.site-main {
    grid-column: auto;
  }

  .av-shop-showcase .base-shop-top-row {
    gap: 10px;
  }

  .av-shop-showcase .base-shop-top-row .woocommerce-ordering .orderby {
    min-width: 170px;
  }
}
