/* AMZ custom styles */
#column-right a{
  color: #fe7200;
}
.product-block .amz-drop-price-block{
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-block .amz-drop-price-block .amz-drop-saving{
  font-size: 18px !important;
}

/* Out-of-stock product cards */
.product-layout.amz-out-of-stock .product-thumb {
  filter: grayscale(60%);
  opacity: 0.65;
  transition: filter 0.2s, opacity 0.2s;
}
.product-layout.amz-out-of-stock:hover .product-thumb {
  filter: grayscale(30%);
  opacity: 0.8;
}
.product-thumb__image {
  position: relative;
}
.amz-oos-badge {
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(80,80,80,0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 0 3px 3px 0;
  z-index: 10;
  pointer-events: none;
  letter-spacing: 0.02em;
}

#category-module .menu-module__ul a{
  color: #eeeeee !important;
}
#category-module .menu-module__ul a:hover,
#category-module .menu-module__ul a.active{
  color: #fe7200 !important;
}

/* Out-of-stock: disabled cart button */
.add_to_cart.qty-0,
.add_to_cart[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}

/* AMZ Filter Panel */
.amz-filter-col { padding-right: 8px; }
.amz-filter-panel { background: #fff; border: 1px solid #e5e5e5; border-radius: 4px; padding: 14px 14px 10px; font-size: 13px; }
.amz-filter-section { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; }
.amz-filter-section:last-of-type { border-bottom: none; }
.amz-filter-title { font-weight: 600; font-size: 13px; color: #333; margin-bottom: 8px; }
.amz-filter-check-label,
.amz-filter-radio-label { display: flex; align-items: center; gap: 6px; cursor: pointer; padding: 2px 0; color: #444; }
.amz-filter-check-label:hover,
.amz-filter-radio-label:hover { color: #fe7200; }
.amz-filter-price-inputs { display: flex; align-items: center; gap: 6px; }
.amz-filter-price-inputs input[type=number] { width: 70px; padding: 4px 6px; border: 1px solid #ccc; border-radius: 3px; font-size: 12px; }
.amz-filter-price-sep { color: #999; }
.amz-filter-brand-search { width: 100%; padding: 4px 8px; border: 1px solid #ccc; border-radius: 3px; font-size: 12px; margin-bottom: 6px; }
.amz-filter-brand-list { max-height: 180px; overflow-y: auto; }
.amz-filter-actions { display: flex; gap: 8px; margin-top: 4px; }
.amz-filter-apply { background: #fe7200; border-color: #fe7200; color: #fff; }
.amz-filter-apply:hover { background: #e56600; border-color: #e56600; }
.amz-filter-reset { color: #666; }
#amz-price-slider { height: 4px; }
#amz-price-slider .ui-slider-range { background: #fe7200; }
#amz-price-slider .ui-slider-handle { width: 14px; height: 14px; top: -5px; border-color: #fe7200; background: #fff; }

/* /catalog/view/theme/unishop2/stylesheet/custom.css */
.sorts-block__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 13px;
  color: #555;
  white-space: nowrap;
}
