/**
 * pure_comparison orderform — uses hpp-* from custom.css
 * Only store-specific overrides here.
 */

html, body { overflow-x: hidden; }

/* Sidebar (hidden) */
.row-product-selection {
    position: relative;
    left: 0;
    transition: all .25s ease-out;
    max-width: 100%;
}
.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}
#btnShowSidebar { margin: 0 0 20px; }

/* Full-width column */
.row-product-selection > .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

/* Store page: override hpp-section to not break out of container */
.pc-store-page.hpp-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
    min-height: 60vh;
}

/* Out of stock */
.pc-btn-disabled {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

/* Raw description fallback */
.pc-desc-raw {
    font-size: .88rem;
    color: #374151;
    line-height: 1.8;
    list-style: none;
}

/* Group features at bottom */
.pc-group-features {
    max-width: 1200px;
    margin: 2.5rem auto 0;
    text-align: center;
}

.pc-group-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem 2rem;
}

.pc-group-features-list li {
    font-size: .9rem;
    color: #1e293b;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.pc-group-features-list .fa-check-circle {
    color: #2563eb;
    font-size: .85rem;
}
