/* ============================================
   Promotion Content - Frontend Styles
   ============================================ */
   .options-to-add-to-cart .product-info-main {
    width: 100%;
  }
  body .product-info-main .product-info-price {
    display: block;
  }
  .promotion-content-list-modal-popup.modal-popup .modal-title {
    padding-bottom: 0;
    font-family: 'Sofia Sans Semi Condensed',sans-serif;
    text-align: center;
    line-height: 30px;
    border-bottom: 0;
    font-size: 24px;
  }
  .promotion-content-list-modal-popup.modal-popup .modal-header {
    padding-bottom: 1.4rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
  }
  .promotion-content-modal-popup .modal-title {
    display: none;
  }
  .promotion-content-modal-popup.modal-popup .modal-header {
    padding-top: 1.2rem;
  }
  @media (max-width: 1400px) and (min-width: 1023px) {
    .bwh-store-sv__motorbikes .options-to-add-to-cart {
        max-width: calc(100% - 410px);
      }
  }

/* PDP Badge */
.promotion-content-badges {
    margin: 15px 0;
}

.promotion-content-slider {
    position: relative;
    margin: 12px 0;
}

.promotion-content-slider__viewport {
    position: relative;
}

.promotion-content-carousel {
    position: relative;
}

.promotion-content-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 8px;
}
.promotion-slide.item {
    padding: 0px 40px;
  }
.promotion-slide__inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 20px;
    min-height: 54px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.promotion-slide__logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.promotion-slide__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.promotion-slide__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #111;
}

.promotion-slide__description {
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

.promotion-slide__view-details {
    align-self: flex-start;
    margin-top: 2px;
    padding: 0;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: #d32f2f;
    cursor: pointer;
    text-align: left;
    touch-action: manipulation;
}

.promotion-slide__view-details:hover {
    text-decoration: underline;
    background: none;
    border: 0;
}

.promotion-content-carousel .owl-nav button.owl-prev,
.promotion-content-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #d32f2f;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-size: 24px;
    z-index: 2;
    border: 1px solid #e6e6e6 !important;
}
.promotion-content-carousel .owl-nav button.owl-prev:hover, .promotion-content-carousel .owl-nav button.owl-next:hover {
    background: #d32f2f;
    border-color: #d32f2f !important;
  }
.promotion-content-carousel .owl-nav button.owl-prev {
    left: 0;
}

.promotion-content-carousel .owl-nav button.owl-next {
    right: 0;
}

.promotion-content-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.modal-popup.promotion-content-list-modal-popup.modal-slide._show {
    z-index: 902;
  }
.promotion-content-carousel .owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    display: block;
}

.promotion-content-carousel .owl-dot.active span {
    background: #d0202b;
}

.promotion-content-slider__all {
    margin-top: 10px;
    text-align: center;
}

.promotion-content-slider__all-btn {
    border: none !important;
    background: transparent !important;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-size: 12px;
    color: #d0202b;
    cursor: pointer;
    text-transform: uppercase;
}

.promotion-content-slider__all-btn:hover {
    text-decoration: underline;
}

/* All promotions list modal */
.promotion-list-modal__items {
    max-height: 420px;
    overflow-y: auto;
    padding: 4px 0;
}

.promotion-list-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
}

.promotion-list-item:last-child {
    margin-bottom: 0;
}

.promotion-list-item__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
}

.promotion-list-item__logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
}

.promotion-list-item__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.promotion-list-item__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #111;
}

.promotion-list-item__view-details {
    align-self: flex-start;
    padding: 0;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: #d32f2f;
    cursor: pointer;
    text-align: left;
    touch-action: manipulation;
}

.promotion-list-item__view-details:hover {
    text-decoration: underline;
    background: none;
    border: 0 !important;
}

.promotion-list-modal__footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    background: #f5f5f5;
    border-radius: 8px;
}

.promotion-list-modal__footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    flex-shrink: 0;
    margin-top: 1px;
}

.promotion-list-modal__footer-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

.promotion-content-list-modal-popup .modal-inner-wrap, .promotion-content-modal-popup .modal-inner-wrap {
    max-width: 500px;
}
.promotion-content-list-modal-popup._show .modal-inner-wrap, .promotion-content-modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  top: 45%;
}
.promotion-content-list-modal-popup .modal-content {
    padding-top: 0;
}

.promotion-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #f9f9f9;
    transition: box-shadow 0.2s ease;
}

.promotion-badge:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.promotion-badge--finance {
    border-color: #2196f3;
    background: #e3f2fd;
}

.promotion-badge--cashback {
    border-color: #4caf50;
    background: #e8f5e9;
}

.promotion-badge--seasonal {
    border-color: #ff9800;
    background: #fff3e0;
}

.promotion-badge--fitted_price {
    border-color: #9c27b0;
    background: #f3e5f5;
}

.promotion-badge__logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.promotion-badge__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.promotion-badge__title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.promotion-badge__cta {
    font-size: 13px;
    color: #1a73e8;
    text-decoration: underline;
    cursor: pointer;
}

.promotion-badge__cta:hover {
    color: #0d47a1;
}

/* PLP Badge */
.promotion-plp-badges {
    margin-top: 6px;
}

.promotion-plp-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    background: #666;
    margin-right: 4px;
    margin-bottom: 4px;
}

.promotion-plp-badge--finance { background: #2196f3; }
.promotion-plp-badge--cashback { background: #4caf50; }
.promotion-plp-badge--seasonal { background: #ff9800; }
.promotion-plp-badge--fitted_price { background: #9c27b0; }
.promotion-plp-badge--custom { background: #607d8b; }

/* Cart Message */
.promotion-cart-messages {
    margin-bottom: 20px;
}

.promotion-cart-message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #e3f2fd;
    border: 1px solid #bbdefb;
}

.promotion-cart-message__logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.promotion-cart-message__text {
    font-size: 14px;
    color: #333;
}

.promotion-cart-message__text strong {
    display: block;
    margin-bottom: 2px;
}

.promotion-cart-message__link {
    color: #1a73e8;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
}

/* Modal */
.promotion-modal {
    padding: 0px;
    max-width: 600px;
}

.promotion-modal__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.promotion-modal__logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.promotion-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.promotion-modal__banner img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 16px;
}

.promotion-modal__description {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.promotion-modal__benefits {
    margin-bottom: 16px;
}

.promotion-modal__benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.promotion-modal__benefit:last-child {
    border-bottom: none;
}

.promotion-modal__benefit-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: 8px;
}

.promotion-modal__benefit-title {
    font-weight: 600;
  font-size: 13px;
  color: #000;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.promotion-modal__benefit-content {
    font-size: 13px;
    color: #666;
}

.promotion-modal__terms {
    margin-top: 15px;
    padding: 15px 30px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
}

.promotion-modal__terms .promotion-modal__terms-content {
    margin: 0 0 0 15px;
}
.promotion-modal__terms-wrapper {
    display: flex;
  }
.promotion-modal__terms-wrapper .fa {
    color: #d32f2f;
    font-size: 18px;
}

.promotion-modal__terms h4 {
    font-size: 13px;
    margin: 0 0 8px;
    color: #555;
}

.promotion-modal__actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
}

.promotion-modal__actions--dual .promotion-modal__cta,
.promotion-modal__actions--dual .promotion-modal__see-other {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    width: calc(50% - 6px);
}

.promotion-modal__actions:not(.promotion-modal__actions--dual) .promotion-modal__cta,
.promotion-modal__actions:not(.promotion-modal__actions--dual) .promotion-modal__see-other {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}

.promotion-modal__cta {
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
}

.promotion-modal__cta .action.primary {
    padding: 11px 10px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 6px !important;
    overflow: hidden;
    text-align: center;
    line-height: 1.3;
}

.promotion-modal__see-other {
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
}

.promotion-modal__see-other-btn {
    width: 100%;
    height: 100%;
    min-height: 44px;
    padding: 11px 10px;
    border: 1px solid #d32f2f;
    border-radius: 6px;
    background: #fff;
    color: #d32f2f;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.3;
}

.promotion-modal__see-other-btn:hover {
    background: #d32f2f;
    color: #fff;
}


.modal-popup.promotion-content-modal-popup.modal-slide .modal-inner-wrap, .modal-popup.promotion-content-list-modal-popup.modal-slide .modal-inner-wrap {
    background: #fff;
  }

@media (max-width: 500px) {
    .promotion-modal__actions {
        display: block;
    }
    .promotion-modal__actions--dual .promotion-modal__cta, .promotion-modal__actions--dual .promotion-modal__see-other {
        flex: inherit;
        max-width: 100%;
        width: 100%;
    }
    .promotion-modal__see-other {
        margin-top: 15px;
      }  
}

