/* Product Options Below Image - Snippet 1882 */
.pob-configurator-1882 {
    width: 100%;
}

.pob-options-grid-1882 {
    width: 100%;
    margin-top: 0;
    background: #0a0e1a;
    border: 1px solid var(--border-default);
    border-top: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.wapf .wapf-field-container.pob-spec,
.wapf .wapf-field-container.pob-addon,
.wapf .wapf-field-container.pob-addon-license,
.wapf .wapf-field-container.pob-addon-software,
.wapf .wapf-field-container.pob-addon-hardware {
    display: none !important;
}

.pob-summary-price,
.wapf-product-totals .wapf--inner .price.amount {
	color: var(--e-global-color-primary);
	font-weight: 700;
}

.pob-selected-options-1882 > ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pob-summary-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 10px;
    min-width: 0;
}

.pob-summary-copy {
    flex: 1 1 260px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    min-width: min(100%, 240px);
}

.pob-summary-label {
    color: var(--e-global-color-primary);
    font-weight: 700;
}

.pob-summary-row:not(.pob-base-summary):not(.pob-addon-summary) .pob-summary-label {
    flex: 0 0 3.25rem;
}

.pob-summary-value {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: inherit;
    overflow-wrap: anywhere;
}

.pob-base-summary .pob-summary-value {
    font-weight: 700;
}

.pob-summary-row > .pob-summary-price {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
}

.wapf-product-totals .wapf--inner .wapf-grand-total.price.amount {
    color: var(--e-global-color-secondary);
}

.wapf-product-totals .wapf--inner > div:first-child,
.wapf-product-totals .wapf--inner > div:nth-child(2) {
	display:none;
}

.elementor-widget-wc-add-to-cart form.cart > .quantity {
    display: none !important;
}

.pob-options-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    width: 100%;
    background: var(--border-default);
}

.pob-option-col {
    flex: 1 1 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 8px 10px;
    min-width: 80px;
    background: #0d1220;
    transition: background 0.2s;
}

.pob-option-col:hover {
    background: #111827;
}

.pob-option-label {
    color: #ffffff;
    margin-bottom: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.pob-option-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pob-option-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2em;
    min-width: 0;
    min-height: 26px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: default;
    user-select: none;
}

.pob-option-value-text {
    font-weight: 500;
}

.pob-option-unit {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
}

.pob-arrows {
    display: flex;
    column-gap: 1px;
    align-items: center;
    justify-content: center;
    width: min(85%, 64px);
    height: 30px;
    overflow: hidden;
    background: var(--border-default) !important;
    border: 1px solid var(--border-default);
    border-radius: 10px;
}

.pob-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    width: auto !important;
    height: 100%;
    min-width: 0;
    padding: 0 !important;
    color: var(--intra-brand-light) !important;
    background: #0a0e1a !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 22px !important;
    line-height: 1;
}

.pob-arrow:disabled {
    color: var(--text-muted) !important;
    background: #0d1220 !important;
    cursor: not-allowed;
}

.pob-addons-1882 {
    width: 100%;
    margin-top: 16px;
    color: #fff;
    background: #0d1220;
    border: 1px solid #1e2a4a;
    border-radius: 6px;
    overflow: hidden;
}

.pob-addon-section[hidden],
.pob-addon-row[hidden] {
    display: none !important;
}

.pob-addons-title {
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    background: #0a0e1a;
    border-bottom: 1px solid #1e2a4a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.pob-addons-list {
    display: flex;
    flex-direction: column;
}

.pob-addon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #1e2a4a;
}

.pob-addon-row:last-child,
.pob-addon-row-last-visible {
    border-bottom: none;
}

.pob-addon-main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    color: #fff;
    cursor: pointer;
}

.pob-addon-checkbox {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #1B9AE4;
    flex: 0 0 auto;
}

.pob-addon-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    color: #fff;
}

.pob-addon-label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.pob-addon-description {
    color: #a0b4d0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.pob-addon-price {
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.pob-addon-select-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1 1 100%;
    min-width: 0;
}

.pob-addon-select {
    width: 100%;
    min-width: 0;
    padding: 8px 10px;
    color: #fff;
    background: #0a0e1a;
    border: 1px solid #1e2a4a;
    border-radius: 4px;
    font-size: 13px;
}

.pob-addon-select.pob-addon-select-placeholder {
    color: #7f8ca3;
}

.pob-addon-select option {
    color: #fff;
}

.pob-addon-select option[data-placeholder="true"] {
    color: #7f8ca3;
}

.pob-addon-select:focus {
    outline: none;
    border-color: #1B9AE4;
}

@media (max-width: 1024px) {
    .pob-addon-row,
    .pob-addon-select-wrap {
        align-items: stretch;
        flex-direction: column;
    }

    .pob-addon-price {
        align-self: flex-start;
    }
}
