/*!
Theme Name: Artima
Theme URI: https://wp.rrdevs.net/artima
Author: RRdevs
Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artima
Tested up to: 6.6
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/  


.header__top-menu svg path {
  stroke: #fff !important;
}

/* === Header Cart Styling === */
.header-cart {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.header-cart .cart-contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.header-cart .cart-contents i {
  font-size: 22px;
  color: #282D88;
  transition: color 0.3s ease;
}

.header-cart .cart-contents:hover i {
  color: #0BB288; /* hover color */
}

.header-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #ff4747 !important;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

/* For smaller headers */
@media (max-width: 768px) {
  .header-cart .cart-contents i {
    font-size: 20px;
  }
  .header-cart .cart-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}



.discount-badge {
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    z-index: 10;
}


.product_cat-promotions a .price {
    display: none!important;
}

/* Style discount badge */
.product_cat-promotions .discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
}

