/* Final responsive lock for the Editor's Choice card inside [perfume_shop_archive]. */
.sidebar-featured-card__image {
  display: none;
}

@media (max-width: 991.98px) {
  body .perfume-shop-archive .sidebar-featured-card {
    min-height: clamp(560px, 78vw, 680px) !important;
    height: auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(242, 202, 80, 0.5) !important;
    background: #070808 !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__bg {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: 62% !important;
    min-height: 0 !important;
    background-color: #0b0b0b !important;
    background-image: none !important;
    background-size: 0 0 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    transform: none !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
    opacity: 0.72 !important;
  }

  body .perfume-shop-archive .sidebar-featured-card:hover .sidebar-featured-card__bg {
    transform: none !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
      180deg,
      rgba(7, 8, 8, 0.08) 0%,
      rgba(7, 8, 8, 0.18) 42%,
      rgba(7, 8, 8, 0.92) 62%,
      rgba(7, 8, 8, 1) 100%
    ) !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__content {
    position: absolute !important;
    right: clamp(24px, 5vw, 52px) !important;
    bottom: clamp(34px, 5vw, 58px) !important;
    left: clamp(24px, 5vw, 52px) !important;
    z-index: 2 !important;
  }
}

@media (max-width: 575.98px) {
  body .perfume-shop-archive .sidebar-featured-card {
    min-height: 560px !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__bg {
    height: 60% !important;
    background-size: 0 0 !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__image {
    object-fit: contain !important;
    object-position: center top !important;
  }

  body .perfume-shop-archive .sidebar-featured-card__content {
    right: 22px !important;
    bottom: 32px !important;
    left: 22px !important;
  }
}
