/* Product Options Below Image - Snippet 1882 */
.pob-options-grid-1882 {
    width: 100%;
    margin-top: 0;
    background: #0a0e1a;
    border: 1px solid #1e2a4a;
    border-top: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.hidden_options{ color:#fff;}
.wapf-wrapper{ display: none;}
.wapf-product-totals{ color: #fff;}
.wapf-product-totals .wapf--inner > div:first-child,
.wapf-product-totals .wapf--inner > div:nth-child(2)
{display:none;}
.pob-options-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.pob-option-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #1e2a4a;
    padding: 14px 8px 10px;
    min-width: 0;
    background: #0d1220;
    transition: background 0.2s;
}

.pob-option-col:last-child {
    border-right: none;
}

.pob-option-col:hover {
    background: #111827;
}

.pob-checkbox-col{ padding-top:20px; }
.pob-checkbox-label {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.pob-option-label {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.pob-option-input-wrapper {
    width: 100%;
    padding: 0 4px;
}

.pob-option-input {
    width: 100%;
    font-size: 13px;
    color: #a0b4d0;
    background: transparent;
    border: 1px solid #1e2a4a;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.pob-option-input:focus {
    outline: none;
    border-color: #5b8dd9;
}

.pob-arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.pob-arrow {
    background: transparent;
    border: 0 solid #1e2a4a !important;
    color: #1B9AE4 !important;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 35px !important;
    line-height: 1;
    padding: 0 10px !important;
}

.pob-arrow:hover, .pob-arrow:focus, .pob-arrow:active, .pob-arrow:focus-visible, .pob-arrow:focus-within {
    background-color: transparent !important;
    color: #1B9AE4 !important;
}

@media (max-width: 600px) {
    .pob-options-row {
        flex-wrap: wrap;
    }
    .pob-option-col {
        flex: 1 1 33%;
        border-bottom: 1px solid #1e2a4a;
    }
}