/* ── PDP Promotions: Container ── */
.pdp-promotions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: -1;
    margin-bottom: 1rem !important;
  }
  
  /* ── Sections (premium card + bordered dropdown) ── */
  .pdp-promo-section {
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .pdp-promo-section:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-color: #b8b8b8;
  }
  
  /* ── Toggle header ── */
  .pdp-promo-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .5rem 1rem;
    background: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    color: #1a1a1a;
    text-align: left;
    transition: background 0.2s ease;
  }
  .pdp-promo-toggle:hover {
    background: #fafafa;
  }
  
  .pdp-promo-toggle-title{
    
      display: flex;
      flex-flow: row-reverse;
      gap: .5rem;
  
  }
  
  .pdp-promo-toggle-count {
    font-weight: 400;
    color: #888;
    font-size: 0.8rem;
    background: #45628a;
    color: #fff;
    border-radius: 100%;
    padding: .1rem .5rem;
  }
  
  .pdp-promo-toggle-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: transform 0.25s;
    flex-shrink: 0;
    margin-left: 12px;
    margin-bottom: 6px;
  }
  .pdp-promo-section.is-open .pdp-promo-toggle-icon {
    transform: rotate(-135deg);
  }
  
  /* ── Collapsible content (dropdown panel) ── */
  .pdp-promo-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .pdp-promo-section.is-open .pdp-promo-content {
    max-height: 800px;
  }
  
  .pdp-promo-content-inner {
    padding: 14px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-top: none;
  }
  .pdp-promo-section.is-open .pdp-promo-content-inner {
    border-top: 1px solid #c2c2c2;
  }
  
  /* ── Item cards ── */
  .pdp-promo-item {
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  }
  
  /* ── Klarna ── */
  .pdp-promo-item klarna-placement {
    width: 100%;
    margin-bottom: 0 !important;
  }
  
  #pdp-promo-item-klarna{
    padding: 0;
    border: none;
  }
  
  /* ── Novuna (overlay slot) ── */
  #pdp-promo-item-novuna {
    padding: 0;
    border: none;
    display: block;
  }
  .pdp-promo-novuna-slot {
    height: 70px;
    width: 100%;
  }
  
  [id*="imm-widget-anchor-"]{
    margin-top: 0px !important;
  }
  
  #imm-widget-anchor-cbbd5e7754ea9{
    margin: 0 !important;
  }
  
  /* ── Green Commute Initiative ── */
  .pdp-promo-gci {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    width: 100%;
  }
  .pdp-promo-gci img {
    flex-shrink: 0;
    object-fit: contain;
  }
  .pdp-promo-gci-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.85rem;
    line-height: 1.4;
    flex: 1;
  }
  .pdp-promo-gci-text strong {
    font-size: 0.9rem;
  }
  .pdp-promo-gci-cta {
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #3a9297;
    text-decoration: underline;
    white-space: nowrap;
  }
  .pdp-promo-gci:hover .pdp-promo-gci-cta {
    color: #2c7a7e;
  }
  
  /* ── Velolife ── */
  #pdp-promo-item-velolife {
    padding: 12px 16px;
  }
  #pdp-promo-item-velolife a.vl {
    width: 100%;
    font-size: 0.85rem !important;
  }
  