/* Punți Shopescu ↔ Autima: Bootstrap 5 pentru coș + căutare, stil Autima pentru restul. */
.shop-cart-offcanvas {
  z-index: 1090 !important;
}

.autima-shop .shop-main {
  min-height: 50vh;
}

.autima-shop .shop-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1080;
  max-height: min(72vh, 520px);
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.autima-shop .search-container {
  position: relative;
}

/* ascunde tema demo newsletter popup și modal dacă sunt injectate accidental */
.autima-shop .newletter-popup {
  display: none !important;
}

/* PDP Autima — suport formulare/coș/recenzii fără storefront-default/style.css */
.autima-shop .breadcrumb_content .autima-product-sku {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #666;
}

.autima-shop .product_ratting ul li a.autima-star-dim i {
  opacity: 0.38;
}

.autima-shop #shop-pdp-share-copy.is-copied {
  color: #b30000 !important;
}

.autima-shop .shop-pdp-rate-stars {
  user-select: none;
}

.autima-shop .shop-pdp-rate-star {
  appearance: none;
  margin: 0;
  padding: 0 0.06rem;
  line-height: 1;
  font-size: clamp(1.35rem, 3.4vw, 1.65rem);
  background: transparent;
  border: none;
  color: rgba(179, 0, 0, 0.22);
  cursor: pointer;
  transition:
    color 0.12s ease,
    transform 0.12s ease;
}

.autima-shop .shop-pdp-rate-star:focus-visible {
  outline: 2px solid #ffd54c;
  outline-offset: 3px;
}

.autima-shop .shop-pdp-rate-star:hover {
  transform: scale(1.06);
}

.autima-shop .shop-pdp-rate-star.is-on {
  color: #b30000;
}

.autima-shop .shipping_icone.autima-ship-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.autima-shop .shipping_icone.autima-ship-ico i {
  font-size: 38px;
  line-height: 1;
  color: #ffd54c;
}

.autima-shop .autima-cat-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  background: #f4f4f4;
  color: #b30000;
  font-weight: 700;
  font-size: 2.5rem;
}

.autima-shop .autima-pcard-ph {
  min-height: 220px;
  width: 100%;
  font-size: 3rem;
}

.autima-shop .banner_thumb > a .autima-banner-visual {
  display: block;
  width: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.autima-shop .banner_thumb .autima-banner-visual--a {
  background-image: linear-gradient(125deg, #1a1a1a 0%, #363636 45%, #e8b923 92%);
}

.autima-shop .banner_thumb .autima-banner-visual--b {
  background-image: linear-gradient(125deg, #242424 0%, #474747 50%, #b30000 95%);
}

.autima-shop .single_brand .autima-brand-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0.5rem 1rem;
  background: #f6f6f6;
  color: #9a9a9a;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.autima-shop .autima-small-row-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  width: 100%;
  background: #f4f4f4;
  color: #b30000;
  font-size: 2rem;
  font-weight: 700;
}

.autima-shop .autima-widget-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
  background: #f4f4f4;
  color: #b30000;
  font-weight: 700;
}
