/* Solartek component: stock-promotions. Canonical declarations; no inherited theme layout. */
.sa-stock-promotions[hidden] { display: none; }
.single-product .solartek-product-price-unit {
    display: inline-block;
    white-space: nowrap
}
.sa-stock-promotions--single {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    overflow-wrap: anywhere
}
.sa-promotion-media {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: top
}
.sa-promotion-trigger {
    pointer-events: auto;
    cursor: pointer;
    border: 0;
    min-height: 0;
    font-family: inherit
}
.sa-promotion-trigger:focus-visible {
    outline: 2px solid #ff8618;
    outline-offset: 3px
}
.sa-promotion-popover {
    position: fixed;
    inset: auto;
    margin: 0;
    z-index: 100000;
    box-sizing: border-box;
    width: 300px;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    overflow: auto;
    overflow-wrap: anywhere;
    padding: 16px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #fff;
    color: #171717;
    box-shadow: 0 8px 32px #0003;
    font: 400 14px/1.5 system-ui, sans-serif;
    text-align: left;
    text-transform: none;
    pointer-events: auto
}
.sa-promotion-popover[hidden] {
    display: none
}
.sa-promotion-popover a {
    display: block;
    color: #974000;
    text-decoration: underline
}
