/* uc-site-cleanup-security-v1 */
body.product-product .price-tax,
body[class*=&quot;product-product&quot;] .price-tax,
.product-info .price-tax,
.product-info li.price-tax {
  display: none !important;
  visibility: hidden !important;
}
a[href*=&quot;account/wishlist&quot;], #wishlist-total, button[onclick*=&quot;wishlist.add&quot;], .add-wishlist, .wishlist-share, #button-add-to-wishlist, .menu-wishlist,
a[href*=&quot;product/compare&quot;], button[onclick*=&quot;compare.add&quot;], #compare-total, .product-compare, .compare-total,
.daily_checkin_html, .daily-checkin, .daily_checkin, .daily-top, .daily-bottom, .daily-btn, .daily-wrapper,
.checkin, [class*=&quot;checkin&quot;], [id*=&quot;checkin&quot;], a[href*=&quot;checkin&quot;], a[href*=&quot;daily&quot;], a[href*=&quot;points&quot;], [class*=&quot;points&quot;], [id*=&quot;points&quot;] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.uc-hide-combined-category,
a[href*=&quot;route=product/category&quot;][href*=&quot;path=9&quot;].uc-hide-combined-category-link {
  display: none !important;
}

/* uc-mobile-product-image-contrast-v1 */
@media (max-width: 767px) {
  body.product-category .product-thumb .image,
  body.product-search .product-thumb .image,
  body.product-product_all .product-thumb .image,
  body.product-special .product-thumb .image,
  body.product-product .elevate-zoom-wrapper,
  body.product-product .elevate-zoom-preview,
  body.product-product #product-thumbnail-gallery .swiper-slide a {
    background: #080808 !important;
    border: 1px solid rgba(214, 181, 82, 0.42) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 10px 24px rgba(0, 0, 0, 0.55) !important;
  }

  body.product-category .product-thumb .image img[src*=&quot;productsimage&quot;],
  body.product-search .product-thumb .image img[src*=&quot;productsimage&quot;],
  body.product-product_all .product-thumb .image img[src*=&quot;productsimage&quot;],
  body.product-special .product-thumb .image img[src*=&quot;productsimage&quot;],
  body.product-product #elevate-zoom,
  body.product-product #product-thumbnail-gallery img[src*=&quot;productsimage&quot;] {
    filter: brightness(1.2) contrast(1.06) saturate(1.03) !important;
  }

  body.product-category .product-thumb,
  body.product-search .product-thumb,
  body.product-product_all .product-thumb,
  body.product-special .product-thumb {
    background: #090909 !important;
    border-color: rgba(214, 181, 82, 0.28) !important;
  }
}
/* /uc-mobile-product-image-contrast-v1 */
