.alfaplejs-cart--header {
  overflow: visible;
  z-index: 100;
}

.alfaplejs-cart-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1100;
  width: 320px;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  text-align: left;
  color: #333;
}

.alfaplejs-cart-popover[hidden] {
  display: none !important;
}

.alfaplejs-cart-popover::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 18px;
  left: 0;
  height: 8px;
}

.alfaplejs-cart-popover__inner {
  padding: 14px 14px 12px;
}

.alfaplejs-cart-popover__header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.alfaplejs-cart-popover__header strong {
  font-family: 'MontserratMedium', sans-serif;
  font-size: 15px;
  color: #222;
}

.alfaplejs-cart-popover__header span {
  font-size: 12px;
  color: #888;
}

.alfaplejs-cart-popover__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
}

.alfaplejs-cart-popover__item {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none !important;
  color: inherit;
}

.alfaplejs-cart-popover__item:last-child {
  border-bottom: none;
}

.alfaplejs-cart-popover__item:hover .alfaplejs-cart-popover__item-name {
  color: #fb421c;
}

.alfaplejs-cart-popover__item-name {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alfaplejs-cart-popover__item-meta {
  display: block;
  font-size: 12px;
  color: #888;
}

.alfaplejs-cart-popover__more {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #fb421c;
  text-decoration: none !important;
}

.alfaplejs-cart-popover__more:hover {
  text-decoration: underline !important;
}

.alfaplejs-cart-popover__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 13px;
}

.alfaplejs-cart-popover__total strong {
  font-family: 'MontserratMedium', sans-serif;
  font-size: 15px;
  color: #222;
  white-space: nowrap;
}

.alfaplejs-cart-popover__button {
  display: block;
  margin-top: 12px;
  padding: 10px 14px;
  background: #fb421c;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-family: 'MontserratMedium', sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.alfaplejs-cart-popover__button:hover,
.alfaplejs-cart-popover__button:focus {
  background: #fd5432;
  color: #fff !important;
}

.alfaplejs-cart-popover__empty {
  padding: 8px 0 4px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

@media (hover: none), (max-width: 959px) {
  .alfaplejs-cart-popover {
    display: none !important;
  }
}
