/* /Features/Cart/UI/CartList.razor.rz.scp.css */
/* Cart list styles */
.hpg-cart-empty[b-kkzi126e7y] {
    color: var(--hpg-text);
    font-size: 1.1rem;
    padding: 2rem;
    text-align: center;
}

.hpg-cart-items[b-kkzi126e7y] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hpg-cart-items li[b-kkzi126e7y] {
    align-items: center;
    background: var(--hpg-overlay-light-05);
    border-radius: 0.8rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    padding: 0.8rem;
    transition: background 0.2s;
}

body[data-hpg-theme="light"] .hpg-cart-items li[b-kkzi126e7y] { background: var(--hpg-overlay-primary-08); }

.hpg-cart-items li:hover[b-kkzi126e7y] { background: var(--hpg-overlay-light-08); }

body[data-hpg-theme="light"] .hpg-cart-items li:hover[b-kkzi126e7y] { background: var(--hpg-overlay-primary-12); }

.hpg-cart-items li span[b-kkzi126e7y] {
    color: var(--hpg-text);
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
}
/* /Features/Cart/UI/CartPanel.razor.rz.scp.css */
/* Cart Panel Component Styles */
.hpg-cart-panel[b-k5uf4xdyfl] {
    background: linear-gradient(135deg, var(--hpg-bg) 80%, var(--hpg-accent) 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 32px 0 var(--hpg-shadow-primary-55);
    color: var(--hpg-text-dark);
    margin: 2.5rem auto 2rem auto; /* Increased top margin for space below nav */
    max-width: 900px;
    padding: 1.2rem;
    width: 100%;
}

.hpg-cart-panel h3[b-k5uf4xdyfl] {
    color: var(--hpg-primary);
    margin: 0 1rem 1rem 1rem;
}

.hpg-cart-panel ul[b-k5uf4xdyfl] {
    list-style: none;
    margin: 0 1rem 1rem 1rem;
    padding: 0;
}

.hpg-cart-panel li[b-k5uf4xdyfl] {
    align-items: center;
    background: var(--hpg-overlay-light-05);
    border-radius: 0.8rem;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.6rem;
}

.hpg-cart-panel li span[b-k5uf4xdyfl] {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.4;
}

.hpg-cart-summary[b-k5uf4xdyfl] { margin: 0 1rem 1rem 1rem; }

.hpg-cart-layout .hpg-cart-panel[b-k5uf4xdyfl] {
    flex: 0 1 900px;
    max-width: 900px;
}

.hpg-cart-layout .hpg-cart-form-panel[b-k5uf4xdyfl] {
    flex: 0 1 420px;
    max-width: 520px;
}

@media (max-width: 1200px) {
    .hpg-cart-layout .hpg-cart-panel[b-k5uf4xdyfl] {
        flex-basis: 800px;
        max-width: 900px;
    }

    .hpg-cart-layout .hpg-cart-form-panel[b-k5uf4xdyfl] {
        flex-basis: 380px;
        max-width: 460px;
    }
}

@media (max-width: 1100px) {
    .hpg-cart-layout .hpg-cart-panel[b-k5uf4xdyfl],
    .hpg-cart-layout .hpg-cart-form-panel[b-k5uf4xdyfl] {
        flex-basis: auto;
        max-width: 900px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hpg-cart-layout .hpg-cart-panel[b-k5uf4xdyfl] {
        border-radius: 1rem;
        margin: 0.5rem;
        padding: 1rem;
    }

    .hpg-cart-layout .hpg-cart-form-panel[b-k5uf4xdyfl] {
        border-radius: 1rem;
        margin: 0.5rem;
        padding: 0.8rem;
    }

    .hpg-cart-panel[b-k5uf4xdyfl] {
        margin: 0.5rem auto;
        padding: 1rem;
        width: calc(100% - 1rem);
    }

    .hpg-cart-panel h3[b-k5uf4xdyfl] {
        font-size: 1.3rem;
        margin: 0 0 1rem 0;
    }

    .hpg-cart-panel ul[b-k5uf4xdyfl] { margin: 0 0 1rem 0; }

    .hpg-cart-panel li[b-k5uf4xdyfl] {
        flex-wrap: wrap;
        margin-bottom: 0.6rem;
        padding: 0.7rem 0.6rem;
    }

    .hpg-cart-panel li span[b-k5uf4xdyfl] {
        font-size: 0.95rem;
        word-break: break-word;
    }

    .hpg-cart-summary[b-k5uf4xdyfl] {
        font-size: 1rem;
        margin: 0 0 1rem 0;
    }
}

/* Cart Form Panel */

.hpg-cart-form-panel[b-k5uf4xdyfl] {
    background: linear-gradient(135deg, var(--hpg-bg) 80%, var(--hpg-accent) 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 32px 0 var(--hpg-shadow-primary-55);
    margin: 0 auto 2rem auto;
    max-width: 1400px;
    padding: 1.5rem;
    width: 95%;
}

.hpg-cart-form-panel form[b-k5uf4xdyfl] {
    margin: 0;
    padding: 0;
}

.hpg-cart-form-panel input[type="text"][b-k5uf4xdyfl],
.hpg-cart-form-panel input[type="email"][b-k5uf4xdyfl],
.hpg-cart-form-panel input[type="tel"][b-k5uf4xdyfl],
.hpg-cart-form-panel input[type="number"][b-k5uf4xdyfl],
.hpg-cart-form-panel textarea[b-k5uf4xdyfl] {
    border: 1.5px solid var(--hpg-primary);
    border-radius: 0.8rem;
    font-size: 1rem;
    padding: 0.55rem 0.8rem;
    transition: border 0.2s, background 0.2s, color 0.2s;
    width: 100%;
}

.hpg-cart-form-panel label[b-k5uf4xdyfl] {
    color: var(--hpg-accent);
    display: block;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.hpg-cart-form-panel h3[b-k5uf4xdyfl] {
    color: var(--hpg-primary);
    margin-bottom: 1rem;
    margin-top: 0;
}

.hpg-cart-form-panel input:focus[b-k5uf4xdyfl],
.hpg-cart-form-panel textarea:focus[b-k5uf4xdyfl] {
    border-color: var(--hpg-accent);
    outline: 2px solid var(--hpg-accent);
}

.hpg-cart-form-panel input[type="radio"][b-k5uf4xdyfl] {
    accent-color: var(--hpg-primary);
    height: 1.05rem;
    width: 1.05rem;
}

.hpg-cart-form-panel input[type="radio"]:focus[b-k5uf4xdyfl] {
    outline: 2px solid var(--hpg-accent);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hpg-cart-form-panel[b-k5uf4xdyfl] {
        border-radius: 1rem;
        margin: 0 0 1rem 0;
        max-width: 100%;
        padding: 1rem;
        width: 100%;
    }

    .hpg-cart-form-panel input[type="text"][b-k5uf4xdyfl],
    .hpg-cart-form-panel input[type="email"][b-k5uf4xdyfl],
    .hpg-cart-form-panel input[type="tel"][b-k5uf4xdyfl],
    .hpg-cart-form-panel input[type="number"][b-k5uf4xdyfl],
    .hpg-cart-form-panel textarea[b-k5uf4xdyfl] {
        font-size: 1rem;
        padding: 0.5rem 0.7rem;
    }

    .hpg-cart-form-panel label[b-k5uf4xdyfl] {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
}

/* Cart Actions Row */

.hpg-cart-actions-row[b-k5uf4xdyfl] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
    width: 100%;
}

.hpg-cart-actions-row .hpg-btn[b-k5uf4xdyfl] {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.5rem;
    justify-content: center;
    margin: 0;
    max-width: 200px;
    min-width: 140px;
    padding: 0.5rem 1.2rem;
}

.hpg-cart-actions-row .hpg-btn-full[b-k5uf4xdyfl] {
    max-width: 250px;
    min-width: 140px;
    width: 250px;
}

.hpg-btn-right[b-k5uf4xdyfl] { margin-left: auto; }

.hpg-right-group[b-k5uf4xdyfl] {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
}

.hpg-recaptcha-container[b-k5uf4xdyfl] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media (max-width: 900px) {
    .hpg-cart-actions-row[b-k5uf4xdyfl] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .hpg-right-group[b-k5uf4xdyfl] {
        flex-direction: column;
        gap: 1.5rem;
        margin-left: 0;
        width: 100%;
    }

    .hpg-recaptcha-container[b-k5uf4xdyfl] { margin: 2rem 0; }

    .hpg-cart-actions-row .hpg-btn[b-k5uf4xdyfl] {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hpg-cart-actions-row[b-k5uf4xdyfl] {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .hpg-cart-actions-row .hpg-btn[b-k5uf4xdyfl] {
        font-size: 1rem;
        height: 2.8rem;
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }

    .hpg-recaptcha-container[b-k5uf4xdyfl] { margin: 1.5rem 0; }
}

/* Modal and Spinner (used by CartPanel for submit confirmation) */

.hpg-modal-backdrop[b-k5uf4xdyfl] {
    background: var(--hpg-shadow-dark-lg);
    inset: 0;
    position: fixed;
    z-index: 1100;
}

.hpg-modal[b-k5uf4xdyfl] {
    align-items: center;
    background: var(--hpg-white);
    border-radius: 0.8rem;
    box-shadow: 0 8px 28px var(--hpg-shadow-dark-md);
    color: var(--hpg-text-dark);
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    gap: 1rem;
    left: 50%;
    min-width: 260px;
    padding: 1.75rem 2rem;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1110;
}

.hpg-spinner-modal[b-k5uf4xdyfl] {
    animation: hpg-spin-b-k5uf4xdyfl 1s linear infinite;
    border: 5px solid var(--hpg-spinner-border);
    border-radius: 50%;
    border-top-color: var(--hpg-primary);
    height: 48px;
    width: 48px;
}

@keyframes hpg-spin-b-k5uf4xdyfl {
    to { transform: rotate(360deg); }
}

.hpg-btn-clear[b-k5uf4xdyfl] {
    background: var(--hpg-button-secondary);
    color: var(--hpg-text-dark);
}

.hpg-btn-continue[b-k5uf4xdyfl] {
    background: var(--hpg-primary);
    color: var(--hpg-white);
}
/* /Features/Filter/UI/FilterPanel.razor.rz.scp.css */
/* Filter Panel Component Styles */
.hpg-filter-panel[b-h97ypssjzi] {
    display: block;
    max-width: 100%;
    width: 100%;
}

.hpg-filter-panel legend[b-h97ypssjzi] {
    color: var(--hpg-primary);
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.hpg-filter-panel h3[b-h97ypssjzi] {
    color: var(--hpg-primary);
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.hpg-filter-panel form[b-h97ypssjzi] {
    margin: 0;
    padding: 0.5rem;
}

.hpg-filter-panel fieldset[b-h97ypssjzi] {
    border: 0;
    margin: 0;
    padding: 0;
}

.hpg-filter-panel label[b-h97ypssjzi] {
    color: var(--hpg-accent);
    display: block;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.hpg-filter-panel input[type="text"][b-h97ypssjzi],
.hpg-filter-panel input[type="email"][b-h97ypssjzi],
.hpg-filter-panel input[type="tel"][b-h97ypssjzi],
.hpg-filter-panel input[type="number"][b-h97ypssjzi],
.hpg-filter-panel input[type="search"][b-h97ypssjzi],
.hpg-filter-panel textarea[b-h97ypssjzi],
.hpg-filter-panel select[b-h97ypssjzi] {
    background: var(--hpg-white);
    border: 1.5px solid var(--hpg-primary);
    border-radius: 0.8rem;
    color: var(--hpg-text-dark, #18162a);
    font-size: 1rem;
    padding: 0.55rem 0.8rem;
    width: 100%;
}

.hpg-filter-panel input:focus[b-h97ypssjzi],
.hpg-filter-panel textarea:focus[b-h97ypssjzi],
.hpg-filter-panel select:focus[b-h97ypssjzi] {
    border-color: var(--hpg-accent);
    outline: 2px solid var(--hpg-accent);
}

.hpg-filter-panel input[type="radio"][b-h97ypssjzi] {
    accent-color: var(--hpg-primary);
    height: 1.05rem;
    width: 1.05rem;
}

.hpg-filter-panel input[type="radio"]:focus[b-h97ypssjzi] {
    outline: 2px solid var(--hpg-accent);
    outline-offset: 2px;
}

.hpg-filter-panel .hpg-btn[b-h97ypssjzi] {
    font-weight: 600;
    width: 100%;
}

/* Spacing for each filter field - reduced for compact layout */

.hpg-filter-field[b-h97ypssjzi] { margin-bottom: 0.5rem; }

/* Layout and spacing for the filter action buttons */

.hpg-filter-actions[b-h97ypssjzi] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 0.75rem;
}

/* Remove left margin from buttons in filter panel */

.hpg-filter-actions .hpg-btn[b-h97ypssjzi] { margin-left: 0; }

/* Local styling for secondary reset button (scoped to this component) */

.hpg-filter-actions .hpg-btn-secondary[b-h97ypssjzi] {
    background-color: var(--hpg-secondary-gray);
    border-color: var(--hpg-secondary-gray-border);
    color: var(--hpg-white);
}
/* /Features/Home/FooterPanel.razor.rz.scp.css */
/* Footer component styles */
.hpg-footer[b-2wn1s5myo0] {
    background: var(--hpg-bg);
    box-shadow: 0 -2px 16px 0 var(--hpg-shadow-primary-33);
    color: var(--hpg-primary);
    font-size: 1.125rem; /* increased from 1rem for better legibility */
    padding: 2.5rem 0 0 0;
}

/* Mobile-only logo wrapper */
.hpg-footer-mobile-logo[b-2wn1s5myo0] {
    display: none; /* shown only on small screens */
    justify-content: center;
    margin: 0 auto 1rem auto;
    max-width: 100%;
    text-align: center;
}

/* Base column container used by footer columns */

.hpg-footer-col[b-2wn1s5myo0] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0; /* allow children to truncate instead of overflowing */
    padding: 0 1rem;
}

@media (max-width: 900px) {
    .hpg-footer[b-2wn1s5myo0] {
        display: flex;
        flex-direction: column;
    }
}

.hpg-footer-hours[b-2wn1s5myo0] {
    margin-top: 0.6rem;
    text-align: center;
}

.hpg-footer-hours-list[b-2wn1s5myo0] {
    font-size: 0.9rem; /* increased from 0.8rem */
    line-height: 1.25;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hpg-footer-hours-list li[b-2wn1s5myo0] { margin: 0 0 0.25rem 0; }

@media (min-width: 900px) {
    .hpg-footer-hours-list li[b-2wn1s5myo0] { white-space: nowrap; }
}

.hpg-footer-main[b-2wn1s5myo0] {
    align-items: center;
    display: flex;
    /* avoid fixed height so content can size naturally and won't overflow */
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 90px;
    padding: 0 1rem;
    position: relative;
    transform: translateX(0);
}

/* Use a grid layout on wide viewports so the center column is truly centered */

@media (min-width: 900px) {
    .hpg-footer-main[b-2wn1s5myo0] {
        align-items: center;
        display: grid;
        gap: 1.5rem;
        /* flexible side columns ensure center column is always centered in the container */
        grid-template-columns: 1fr minmax(220px, 420px) 1fr;
        justify-content: center; /* center the grid within the container */
        justify-items: center; /* center items inside each grid cell */
        /* let grid height be driven by content */
    }

    /* shift logo left and hours right within their grid cells */
    .hpg-footer-logo[b-2wn1s5myo0] {
        justify-self: start; /* align to left of left column */
        padding-left: 0.75rem;
    }

    .hpg-footer-hours[b-2wn1s5myo0] {
        align-items: center;
        /* center internal content while keeping the column placed to the right */
        display: flex;
        flex-direction: column;
        justify-self: end; /* align to right of right column */
        padding-right: 0.75rem;
        text-align: center;
    }
}

/* Remove the nudge on small screens to avoid overflow */

@media (max-width: 900px) {
    .hpg-footer-main[b-2wn1s5myo0] { transform: none; }
}

.hpg-footer-logo[b-2wn1s5myo0], .hpg-footer-contact[b-2wn1s5myo0] {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    /* let height be automatic so grid rows expand naturally */
    height: auto;
    justify-content: center;
}

/* Increase logo container size by ~50% and center its contents */

.hpg-footer-logo[b-2wn1s5myo0] {
    align-items: center;
    height: auto;
    /* center logo horizontally and vertically */
    justify-content: center; /* was flex-start */
    max-width: 300px; /* was 200px */
    min-width: 120px; /* allow smaller min-width */
    overflow: visible; /* allow scaled logo to show */
}

/* Ensure SVG logo doesn't scale past its container */

.hpg-footer-logo img[b-2wn1s5myo0] {
    display: block;
    height: auto;
    max-height: 120px; /* doubled from 90px to enlarge logo */
    object-fit: contain;
    transform: none !important; /* avoid any scaling */
    width: auto;
}

/* Center the location block contents horizontally and vertically */

.hpg-footer-location[b-2wn1s5myo0] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: auto;
    margin: 0;
    max-width: 400px;
    min-width: 120px;
    /* Participate in normal flow so it lines up with the grid center column */
    position: static;
    text-align: center;
    top: auto;
    transform: none;
    z-index: auto;
}

.hpg-footer-location .hpg-footer-title[b-2wn1s5myo0] {
    align-self: center;
    text-align: center;
    width: auto;
}

.hpg-footer-contact[b-2wn1s5myo0] {
    align-items: center; /* center children horizontally */
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center; /* center children vertically */
    max-width: 240px;
    min-width: 120px;
    text-align: center; /* center text inside contact column */
}

/* Ensure the title, social icons row and hours are centered */

.hpg-footer-contact .hpg-footer-title[b-2wn1s5myo0] {
    align-self: center;
    font-size: 1.125rem; /* match increased base size for consistency */
    text-align: center;
    width: auto;
}

.hpg-footer-contact .hpg-footer-social-row[b-2wn1s5myo0] {
    justify-content: center; /* ensure icons are centered horizontally */
}

.hpg-footer-contact .hpg-footer-hours[b-2wn1s5myo0] { text-align: center; }

.hpg-footer-social-row[b-2wn1s5myo0] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.hpg-footer-social[b-2wn1s5myo0] {
    align-items: center;
    color: var(--hpg-primary);
    display: inline-flex; /* ensure anchors wrap svg nicely */
    font-size: 1.5rem;
    justify-content: center;
    margin-right: 0.5rem;
    text-decoration: none;
}

/* remove trailing margin on last icon to keep visual balance */

.hpg-footer-social:last-child[b-2wn1s5myo0] { margin-right: 0; }

/* Ensure svg icons inside the social links are consistent in size */

.hpg-footer-social svg[b-2wn1s5myo0] {
    display: block;
    height: 32px;
    width: 32px;
}

@media (max-width: 900px) {
    .hpg-footer-main[b-2wn1s5myo0] {
        align-items: stretch;
        flex-direction: column;
        gap: 1.2rem;
        height: auto;
        order: 1;
        position: static;
    }

    .hpg-footer-logo[b-2wn1s5myo0], .hpg-footer-contact[b-2wn1s5myo0] {
        align-items: center; /* ensure mobile alignment is centered */
        height: 70px;
        justify-content: center;
        margin-bottom: 1.5rem;
        max-width: 100vw;
        min-width: 0;
    }

    /* Increase mobile logo height to avoid oversized appearance */
    .hpg-footer-logo img[b-2wn1s5myo0] {
        height: auto;
        max-height: 140px; /* increased for better visibility on small screens */
        transform: none;
    }

    .hpg-footer-location[b-2wn1s5myo0] {
        align-items: center;
        display: flex; /* keep flex on mobile so children remain centered */
        justify-content: center;
        left: auto;
        margin-bottom: 1.5rem;
        position: static;
        text-align: center;
        top: auto;
        transform: none;
    }

    .hpg-footer-logo[b-2wn1s5myo0] {
        order: 1;
        padding-bottom: 1rem;
    }

    .hpg-footer-contact[b-2wn1s5myo0] {
        height: auto;
        order: 2;
        padding-bottom: 1rem;
    }

    .hpg-footer-location[b-2wn1s5myo0] {
        order: 3;
        padding-top: 0.5rem;
    }

    .hpg-footer-bottom[b-2wn1s5myo0] {
        margin-bottom: 1.5rem;
        order: 2;
        padding-top: 0.5rem;
    }

    /* Show mobile-only logo and hide desktop logo to prevent duplication */
    .hpg-footer-mobile-logo[b-2wn1s5myo0] { display: flex; }
    .hpg-footer-logo[b-2wn1s5myo0] { display: none; }
}

/* Override mobile spacing: reduce top padding and logo padding to remove large gap */
@media (max-width: 900px) {
    /* Reduce overall footer top padding to bring logo closer to top */
    .hpg-footer[b-2wn1s5myo0] { padding-top: 0.6rem; }

    /* Reduce margin above the mobile logo wrapper */
    .hpg-footer-mobile-logo[b-2wn1s5myo0] { margin-top: 0.25rem; margin-bottom: 0.5rem; }

    /* Ensure mobile logo itself has no extra padding */
    .hpg-svg-logo--mobile[b-2wn1s5myo0], .hpg-footer-mobile-logo img[b-2wn1s5myo0] { padding-top: 0; }
}

/* On small screens use a slightly smaller logo size */

@media (max-width: 900px) {
    .hpg-svg-logo[b-2wn1s5myo0] {
        max-height: 140px; /* larger logo on small screens */
    }
}

/* Mobile specific logo styling */
.hpg-svg-logo--mobile[b-2wn1s5myo0] {
    max-height: 140px;
    width: auto;
}

.hpg-footer-title[b-2wn1s5myo0] {
    color: var(--hpg-accent);
    font-size: 1.0625rem; /* slightly larger than base */
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.hpg-footer-link[b-2wn1s5myo0] {
    color: var(--hpg-primary);
    display: block;
    margin-bottom: 0.3rem;
    text-decoration: none;
    transition: color 0.2s;
}

.hpg-footer-link:hover[b-2wn1s5myo0],
.hpg-footer-link:focus[b-2wn1s5myo0] {
    color: var(--hpg-accent);
    text-decoration: underline;
}

.hpg-footer-social[b-2wn1s5myo0] {
    color: var(--hpg-primary);
    font-size: 1.5rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.hpg-footer-social:hover[b-2wn1s5myo0],
.hpg-footer-social:focus[b-2wn1s5myo0] { color: var(--hpg-accent); }

.hpg-footer-payment-icons[b-2wn1s5myo0] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.hpg-footer-bottom[b-2wn1s5myo0] {
    align-items: center;
    background: var(--hpg-bg, #18162a);
    color: var(--hpg-text);
    display: flex;
    font-size: 1rem; /* increased from 0.95rem to match overall scale */
    gap: 1rem;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
}

.hpg-footer-title[b-2wn1s5myo0] { color: var(--hpg-accent); }

/* Legal link area for footer (Privacy / Cookies) */

.hpg-footer-legal[b-2wn1s5myo0] {
    color: var(--hpg-secondary-gray);
    font-size: 0.92rem;
    margin-top: 0.8rem;
    text-align: center;
}

.hpg-footer-legal .hpg-footer-link[b-2wn1s5myo0] {
    border-bottom: 1px solid transparent;
    color: var(--hpg-primary);
    font-weight: 600;
    padding-bottom: 2px;
    text-decoration: none;
    transition: color 0.18s, border-color 0.18s;
}

.hpg-footer-legal .hpg-footer-link:hover[b-2wn1s5myo0],
.hpg-footer-legal .hpg-footer-link:focus[b-2wn1s5myo0] {
    border-bottom-color: var(--hpg-accent);
    color: var(--hpg-accent);
    outline: none;
}

.hpg-footer-legal .hpg-footer-link:focus-visible[b-2wn1s5myo0] {
    border-radius: 0.25rem;
    outline: 3px solid #b39ddb;
    outline: 3px solid rgba(179, 157, 219, 0.18);
}

/* Ensure compact layout on very small screens */

@media (max-width: 480px) {
    .hpg-footer-legal[b-2wn1s5myo0] {
        font-size: 0.88rem;
        margin-top: 0.6rem;
    }

    .hpg-footer-legal .hpg-footer-link[b-2wn1s5myo0] {
        display: inline-block;
        width: auto;
    }
}

/* New: SVG logo class to ensure crisp rendering and avoid transform scaling */

.hpg-svg-logo[b-2wn1s5myo0] {
    display: block;
    height: auto;
    image-rendering: -webkit-optimize-contrast; /* improve rendering on some browsers */
    image-rendering: crisp-edges;
    max-height: 180px; /* doubled from 90px */
    object-fit: contain;
    transform: none !important; /* override previous scale transform */
    width: auto;
    will-change: transform; /* hint for smoother rendering */
}

/* On small screens use a slightly smaller logo size */

@media (max-width: 900px) {
    .hpg-svg-logo[b-2wn1s5myo0] {
        max-height: 140px; /* larger logo on small screens */
    }
}

/* New rules for positioning privacy link on large screens */

.hpg-footer-privacy-bottom[b-2wn1s5myo0] {
    color: var(--hpg-primary);
    display: none; /* hidden by default; shown on desktop via media query */
    font-weight: 600;
    margin-left: auto; /* push to far right inside flex container */
    text-decoration: none;
}

/* Hide the in-column legal link on larger screens */

.hpg-footer-legal--desktop-hidden[b-2wn1s5myo0] {
    display: block; /* visible by default (mobile)" ) */
}

@media (min-width: 992px) {
    .hpg-footer-privacy-bottom[b-2wn1s5myo0] { display: inline-block; }

    .hpg-footer-legal--desktop-hidden[b-2wn1s5myo0] { display: none; }

    /* Add breathing room from viewport edges on large screens */
    .hpg-footer-bottom[b-2wn1s5myo0] {
        padding-left: 2rem; /* space between left edge and copyright */
        padding-right: 3rem; /* space between privacy link and right edge */
        padding-top: 1.5rem; /* increase vertical spacing above bottom bar on large screens */
    }

    /* Remove extra right margin so contact column stays centered */
    .hpg-footer-contact[b-2wn1s5myo0] {
        margin-bottom: 1.5rem; /* vertical gap between contact block and bottom bar on large screens */
        margin-right: 0;
    }
}

/* Ensure copyright is centered horizontally on small screens */

@media (max-width: 991px) {
    .hpg-footer-bottom[b-2wn1s5myo0] { justify-content: center; }
}
/* /Features/Home/HeaderPanel.razor.rz.scp.css */
/* Header component styles */
.hpg-header[b-9nbrtj2dvi] {
    background: linear-gradient(90deg, var(--hpg-bg) 80%, var(--hpg-primary) 100%);
    box-shadow: 0 2px 16px 0 var(--hpg-shadow-primary-33);
    color: var(--hpg-primary);
    left: 0;
    padding: 0.5rem 0;
    position: sticky;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 1100;
}

.hpg-header-inner[b-9nbrtj2dvi] {
    align-items: center;
    display: flex;
    gap: 0.75rem 1rem;
    justify-content: flex-start;
    padding: 0 0.85rem !important;
    width: 100%;
}

/* Desktop (default) order: logo | nav | actions */

.hpg-logo[b-9nbrtj2dvi] {
    align-items: center;
    color: var(--hpg-primary);
    display: flex;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: auto;
    order: 1;
    text-decoration: none;
}

.hpg-logo img[b-9nbrtj2dvi] {
    height: 40px;
    margin-right: 0.5rem;
    width: 40px;
}

.hpg-logo-text[b-9nbrtj2dvi] { color: var(--hpg-primary); }

.hpg-nav[b-9nbrtj2dvi] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0.5rem;
    order: 2;
}

/* Style all NavLink elements - using ::deep for Blazor component penetration */

.hpg-nav[b-9nbrtj2dvi]  a,
.hpg-nav > a[b-9nbrtj2dvi] {
    align-items: center;
    border-radius: 1rem;
    box-sizing: border-box;
    color: var(--hpg-primary) !important;
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;
    height: 2.6rem;
    padding: 0.3rem 0.7rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.05s;
    white-space: nowrap;
}

/* Hover and focus states */

.hpg-nav[b-9nbrtj2dvi]  a:hover,
.hpg-nav[b-9nbrtj2dvi]  a:focus,
.hpg-nav > a:hover[b-9nbrtj2dvi],
.hpg-nav > a:focus[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
    outline: none;
    transform: translateY(-1px);
}

/* Active link state - Blazor adds .active class */

.hpg-nav[b-9nbrtj2dvi]  a.active,
.hpg-nav > a.active[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
    font-weight: 600;
}

/* Ensure specificity for active state */

.hpg-nav[b-9nbrtj2dvi]  a.active:hover,
.hpg-nav[b-9nbrtj2dvi]  a.active:focus,
.hpg-nav > a.active:hover[b-9nbrtj2dvi],
.hpg-nav > a.active:focus[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
}

/* Legacy class support (in case .hpg-nav-link is used elsewhere) */

.hpg-nav[b-9nbrtj2dvi]  .hpg-nav-link,
.hpg-nav > .hpg-nav-link[b-9nbrtj2dvi] {
    align-items: center;
    border-radius: 1rem;
    box-sizing: border-box;
    color: var(--hpg-primary) !important;
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;
    height: 2.6rem;
    padding: 0.3rem 0.7rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.hpg-nav[b-9nbrtj2dvi]  .hpg-nav-link:hover,
.hpg-nav[b-9nbrtj2dvi]  .hpg-nav-link:focus,
.hpg-nav > .hpg-nav-link:hover[b-9nbrtj2dvi],
.hpg-nav > .hpg-nav-link:focus[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
}

.hpg-nav[b-9nbrtj2dvi]  .hpg-nav-link.active,
.hpg-nav > .hpg-nav-link.active[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
    font-weight: 600;
}

.hpg-header-actions[b-9nbrtj2dvi] {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-left: 1rem;
    order: 3;
}

/* Ensure all direct child links and buttons in actions use theme colors */

.hpg-header-actions[b-9nbrtj2dvi]  a,
.hpg-header-actions > a[b-9nbrtj2dvi] { color: var(--hpg-primary) !important; }

.hpg-header-actions[b-9nbrtj2dvi]  a:hover,
.hpg-header-actions[b-9nbrtj2dvi]  a:focus,
.hpg-header-actions > a:hover[b-9nbrtj2dvi],
.hpg-header-actions > a:focus[b-9nbrtj2dvi] { color: var(--hpg-accent) !important; }

.hpg-header-actions[b-9nbrtj2dvi]  button,
.hpg-header-actions > button[b-9nbrtj2dvi] { color: var(--hpg-primary) !important; }

.hpg-header-actions[b-9nbrtj2dvi]  button:hover,
.hpg-header-actions[b-9nbrtj2dvi]  button:focus,
.hpg-header-actions > button:hover[b-9nbrtj2dvi],
.hpg-header-actions > button:focus[b-9nbrtj2dvi] { color: var(--hpg-text-dark) !important; }

.hpg-filter-toggle[b-9nbrtj2dvi] {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    border-radius: 50%;
    box-shadow: none !important;
    color: var(--hpg-primary) !important;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 2.7rem;
    justify-content: center;
    line-height: 1;
    overflow: visible;
    padding: 0; /* keep icon centered */
    position: relative; /* required for pseudo-element highlight */
    transition: background-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    width: 2.7rem;
}

.hpg-filter-toggle svg[b-9nbrtj2dvi] {
    color: inherit !important;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    transition: transform 0.32s cubic-bezier(.2, .9, .3, 1), stroke 0.18s ease, color 0.18s ease, fill 0.18s ease;
    will-change: transform;
}

/* subtle glow/highlight behind the button on hover/focus */

.hpg-filter-toggle[b-9nbrtj2dvi]::before {
    background: radial-gradient(circle at 30% 30%, rgba(179, 157, 219, 0.16) 0, rgba(248, 187, 208, 0.05) 40%, transparent 60%);
    border-radius: 50%;
    box-shadow: 0 4px 12px #593296;
    box-shadow: 0 4px 12px rgba(89, 50, 150, 0.10);
    content: "";
    height: calc(100% + 8px);
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: calc(100% + 8px);
}

.hpg-filter-toggle:hover[b-9nbrtj2dvi]::before,
.hpg-filter-toggle:focus[b-9nbrtj2dvi]::before,
.hpg-filter-toggle:focus-visible[b-9nbrtj2dvi]::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.hpg-filter-toggle:hover[b-9nbrtj2dvi],
.hpg-filter-toggle:focus[b-9nbrtj2dvi],
.hpg-filter-toggle:focus-visible[b-9nbrtj2dvi] {
    background: linear-gradient(135deg, rgba(179, 157, 219, 0.10), rgba(248, 187, 208, 0.06)) !important;
    background-color: transparent !important;
    box-shadow: 0 6px 18px #593296, 0 2px 6px #000000;
    box-shadow: 0 6px 18px rgba(89, 50, 150, 0.10), 0 2px 6px rgba(0, 0, 0, 0.05);
    color: var(--hpg-text-dark) !important;
    outline: none !important;
    transform: scale(1.04);
}

/* move icon slightly and tint on hover (rotation reduced) */

.hpg-filter-toggle:hover svg[b-9nbrtj2dvi],
.hpg-filter-toggle:focus svg[b-9nbrtj2dvi],
.hpg-filter-toggle:focus-visible svg[b-9nbrtj2dvi] {
    color: var(--hpg-accent) !important;
    fill: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
    transform: rotate(10deg) scale(1.04);
}

/* Active filter state for filter toggle */

.hpg-filter-toggle.hpg-filter-active[b-9nbrtj2dvi] {
    background: var(--hpg-accent-bg) !important;
    color: var(--hpg-accent) !important;
    outline: 2px solid var(--hpg-accent);
}

.hpg-filter-toggle.hpg-filter-active svg[b-9nbrtj2dvi] {
    color: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
}

/* Ensure the inner hole matches the page background (supports theme variables) */

.hpg-filter-toggle .hpg-filter-hole[b-9nbrtj2dvi] {
    fill: transparent; /* let the header background show through */
    stroke: none;
    transition: fill 0.18s ease;
}

/* When filter is active, keep the hole transparent (no inversion) */

.hpg-filter-toggle.hpg-filter-active .hpg-filter-hole[b-9nbrtj2dvi] { fill: transparent; }

/* Cart link - using ::deep for NavLink penetration */

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link,
.hpg-header-actions > .hpg-cart-link[b-9nbrtj2dvi],
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link,
.hpg-header-actions > a.hpg-cart-link[b-9nbrtj2dvi] {
    align-items: center;
    color: var(--hpg-primary) !important;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    margin-left: 0.5rem;
    position: relative;
    text-decoration: none;
    transition: color 0.2s, transform 0.2s;
}

/* On hover/focus tint the cart svg to accent and slightly scale it */

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:hover .hpg-cart-icon svg,
.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:focus .hpg-cart-icon svg,
.hpg-header-actions > .hpg-cart-link:hover .hpg-cart-icon svg[b-9nbrtj2dvi],
.hpg-header-actions > .hpg-cart-link:focus .hpg-cart-icon svg[b-9nbrtj2dvi],
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:hover .hpg-cart-icon svg,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:focus .hpg-cart-icon svg,
.hpg-header-actions > a.hpg-cart-link:hover .hpg-cart-icon svg[b-9nbrtj2dvi],
.hpg-header-actions > a.hpg-cart-link:focus .hpg-cart-icon svg[b-9nbrtj2dvi] {
    color: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
    transform: scale(1.08);
}

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:hover,
.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:focus,
.hpg-header-actions > .hpg-cart-link:hover[b-9nbrtj2dvi],
.hpg-header-actions > .hpg-cart-link:focus[b-9nbrtj2dvi],
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:hover,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:focus,
.hpg-header-actions > a.hpg-cart-link:hover[b-9nbrtj2dvi],
.hpg-header-actions > a.hpg-cart-link:focus[b-9nbrtj2dvi] {
    color: var(--hpg-accent) !important;
    outline: none;
    transform: scale(1.06);
}

/* Add filter-like hover background and subtle glow behind cart button to match filter toggle */

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link::before,
.hpg-header-actions > .hpg-cart-link[b-9nbrtj2dvi]::before,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link::before,
.hpg-header-actions > a.hpg-cart-link[b-9nbrtj2dvi]::before {
    background: radial-gradient(circle at 30% 30%, rgba(179, 157, 219, 0.16) 0, rgba(248, 187, 208, 0.05) 40%, transparent 60%);
    border-radius: 50%;
    box-shadow: 0 4px 12px #593296;
    box-shadow: 0 4px 12px rgba(89, 50, 150, 0.10);
    content: "";
    height: calc(100% + 14px);
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.88);
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: calc(100% + 14px);
}

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:hover::before,
.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:focus::before,
.hpg-header-actions > .hpg-cart-link:hover[b-9nbrtj2dvi]::before,
.hpg-header-actions > .hpg-cart-link:focus[b-9nbrtj2dvi]::before,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:hover::before,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:focus::before,
.hpg-header-actions > a.hpg-cart-link:hover[b-9nbrtj2dvi]::before,
.hpg-header-actions > a.hpg-cart-link:focus[b-9nbrtj2dvi]::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06);
}

/* Apply the same linear gradient background on hover/focus as the filter toggle */

.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:hover,
.hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-link:focus,
.hpg-header-actions > .hpg-cart-link:hover[b-9nbrtj2dvi],
.hpg-header-actions > .hpg-cart-link:focus[b-9nbrtj2dvi],
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:hover,
.hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link:focus,
.hpg-header-actions > a.hpg-cart-link:hover[b-9nbrtj2dvi],
.hpg-header-actions > a.hpg-cart-link:focus[b-9nbrtj2dvi] {
    background: linear-gradient(135deg, rgba(179, 157, 219, 0.10), rgba(248, 187, 208, 0.06)) !important;
    border-radius: 50%;
    color: var(--hpg-text-dark) !important;
}

.hpg-cart-icon[b-9nbrtj2dvi] {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
}

.hpg-cart-icon svg[b-9nbrtj2dvi] {
    color: inherit;
    stroke: currentColor;
    transition: transform 0.18s ease, stroke 0.12s ease, color 0.12s ease;
}

/* Cart count badge: ensure perfectly circular shape regardless of content and screen size */

.hpg-cart-count[b-9nbrtj2dvi] {
    --hpg-cart-badge-size: 1.2rem; /* default badge diameter */
    align-items: center;
    background: var(--hpg-accent);
    border-radius: 50%;
    color: var(--hpg-text-dark);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: bold;
    height: var(--hpg-cart-badge-size);
    justify-content: center;
    line-height: 1;
    min-width: var(--hpg-cart-badge-size);
    padding: 0; /* remove asymmetric padding so badge stays circular */
    pointer-events: none;
    position: absolute;
    right: -0.7rem;
    text-align: center;
    top: -0.5rem;
}

@media (max-width: 900px) {
    /* smaller cart count badge on tablet/phone */
    .hpg-cart-count[b-9nbrtj2dvi] {
        --hpg-cart-badge-size: 1.0rem;
        font-size: 0.75rem;
        right: -0.45rem;
        top: -0.35rem;
    }
}

@media (max-width: 600px) {
    .hpg-cart-count[b-9nbrtj2dvi] {
        --hpg-cart-badge-size: 1.1rem; /* slightly larger on narrow phones to remain legible */
        font-size: 0.8rem;
        right: -0.45rem;
        top: -0.35rem;
    }
}

@media (max-width: 420px) {
    .hpg-cart-count[b-9nbrtj2dvi] {
        --hpg-cart-badge-size: 0.95rem;
        font-size: 0.7rem;
        right: -0.4rem;
        top: -0.3rem;
    }
}

/* Small / tablet: tighter header to fit single row */

@media (max-width: 900px) {
    /* try to keep header contents on one line */
    .hpg-header-inner[b-9nbrtj2dvi] {
        align-items: center;
        flex-wrap: nowrap;
        padding: 0 0.6rem !important;
    }

    /* allow logo to shrink so actions stay anchored right */
    .hpg-logo[b-9nbrtj2dvi] {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        font-size: 1.05rem;
        gap: 0.25rem;
        margin-right: 0.3rem;
        min-width: 0;
    }

    .hpg-logo img[b-9nbrtj2dvi] {
        flex: 0 0 auto;
        height: 28px;
        margin-right: 0.25rem;
        width: 28px;
    }

    /* allow more room for the logo text and prevent it from being hidden prematurely */
    .hpg-logo-text[b-9nbrtj2dvi] {
        display: inline-block;
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* keep actions anchored to the right edge */
    .hpg-header-actions[b-9nbrtj2dvi] {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 0.5rem;
        margin-left: auto;
    }

    /* make action icons smaller */
    .hpg-filter-toggle[b-9nbrtj2dvi], .hpg-hamburger[b-9nbrtj2dvi], .hpg-header-actions[b-9nbrtj2dvi]  a.hpg-cart-link, .hpg-header-actions > .hpg-cart-link[b-9nbrtj2dvi] {
        font-size: 1.15rem;
        height: 36px;
        width: 36px;
    }

    .hpg-filter-toggle svg[b-9nbrtj2dvi], .hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-icon svg {
        height: 20px;
        width: 20px;
    }

    /* smaller cart count badge */
    /* handled above by the media-query-specific variable */
}

/* Very small screens: further reduce sizes and paddings */

@media (max-width: 420px) {
    .hpg-header-inner[b-9nbrtj2dvi] { padding: 0 0.45rem !important; }

    .hpg-logo img[b-9nbrtj2dvi] {
        height: 26px;
        width: 26px;
    }

    .hpg-logo[b-9nbrtj2dvi] { font-size: 1rem; }

    .hpg-logo-text[b-9nbrtj2dvi] { max-width: 130px; }

    .hpg-header-actions[b-9nbrtj2dvi] {
        gap: 0.35rem;
        margin-left: auto;
    }

    .hpg-filter-toggle[b-9nbrtj2dvi], .hpg-hamburger[b-9nbrtj2dvi] {
        height: 34px;
        width: 34px;
    }

    .hpg-filter-toggle svg[b-9nbrtj2dvi], .hpg-header-actions[b-9nbrtj2dvi]  .hpg-cart-icon svg {
        height: 18px;
        width: 18px;
    }

    /* cart badge sizing controlled above */
}

/* Hide logo text only on extremely narrow screens to preserve header text visibility on most phones */

@media (max-width: 340px) {
    .hpg-logo-text[b-9nbrtj2dvi] { display: none; }
}

/* Ensure header elements remain vertically centered when condensed */

.hpg-header-inner > *[b-9nbrtj2dvi] { align-self: center; }

/* --- Mobile hamburger and sliding menu styles --- */

.hpg-hamburger[b-9nbrtj2dvi] {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--hpg-primary);
    cursor: pointer;
    display: none; /* show only on small screens */
    height: 40px;
    justify-content: center;
    padding: 0.25rem;
    position: relative;
    width: 40px;
    z-index: 1111; /* above header */
}

/* Place the hamburger to the left of the logo when present */

.hpg-hamburger-left[b-9nbrtj2dvi] {
    align-self: center;
    margin-right: 0.5rem;
    order: 0; /* ensure it appears before the logo */
}

.hpg-hamburger-box[b-9nbrtj2dvi] {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 22px;
}

.hpg-hamburger-inner[b-9nbrtj2dvi],
.hpg-hamburger-inner[b-9nbrtj2dvi]::before,
.hpg-hamburger-inner[b-9nbrtj2dvi]::after {
    background-color: currentColor;
    border-radius: 2px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.25s ease, opacity 0.2s ease;
    width: 22px;
}

.hpg-hamburger-inner[b-9nbrtj2dvi] {
    top: 50%;
    transform: translateY(-50%);
}

.hpg-hamburger-inner[b-9nbrtj2dvi]::before {
    content: "";
    top: -7px;
}

.hpg-hamburger-inner[b-9nbrtj2dvi]::after {
    content: "";
    top: 7px;
}

/* Active/hamburger open state transforms into X - note: button is removed from DOM when open */

.hpg-hamburger[aria-expanded="true"] .hpg-hamburger-inner[b-9nbrtj2dvi] { transform: rotate(45deg); }

.hpg-hamburger[aria-expanded="true"] .hpg-hamburger-inner[b-9nbrtj2dvi]::before {
    opacity: 0;
    top: 0;
    transform: rotate(90deg) translateX(0);
}

.hpg-hamburger[aria-expanded="true"] .hpg-hamburger-inner[b-9nbrtj2dvi]::after {
    top: 0;
    transform: rotate(-90deg);
}

/* Mobile overlay */

.hpg-mobile-overlay[b-9nbrtj2dvi] {
    background: #000000;
    background: rgba(0, 0, 0, 0);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: background 0.22s ease, opacity 0.22s ease, visibility 0 linear 0.22s;
    visibility: hidden;
    z-index: 1100; /* below hamburger but above page */
}

.hpg-mobile-overlay.open[b-9nbrtj2dvi] {
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
    transition: background 0.22s ease, opacity 0.22s ease;
    visibility: visible;
}

/* Sliding panel from left */

.hpg-mobile-menu[b-9nbrtj2dvi] {
    background: var(--hpg-bg);
    box-shadow: 2px 0 18px #000000;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: -280px; /* hidden offscreen */
    padding: 1rem 0.75rem;
    position: fixed;
    top: 0;
    transition: left 0.28s cubic-bezier(.2, .9, .2, 1);
    width: 280px;
    z-index: 1110;
}

.hpg-mobile-menu.open[b-9nbrtj2dvi] { left: 0; }

.hpg-mobile-menu-inner[b-9nbrtj2dvi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hpg-mobile-nav[b-9nbrtj2dvi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.hpg-mobile-nav[b-9nbrtj2dvi]  a,
.hpg-mobile-nav > a[b-9nbrtj2dvi],
.hpg-mobile-nav[b-9nbrtj2dvi]  .hpg-nav-link,
.hpg-mobile-nav > .hpg-nav-link[b-9nbrtj2dvi] {
    background: transparent;
    border-radius: 6px;
    color: var(--hpg-primary) !important;
    padding: 0.8rem 0.6rem;
    text-decoration: none;
}

.hpg-mobile-nav[b-9nbrtj2dvi]  a:hover,
.hpg-mobile-nav[b-9nbrtj2dvi]  a:focus,
.hpg-mobile-nav > a:hover[b-9nbrtj2dvi],
.hpg-mobile-nav > a:focus[b-9nbrtj2dvi] {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
}

/* Mobile home link - prominent at top of mobile menu */

.hpg-mobile-nav[b-9nbrtj2dvi]  a.hpg-mobile-home,
.hpg-mobile-nav > a.hpg-mobile-home[b-9nbrtj2dvi],
.hpg-mobile-nav[b-9nbrtj2dvi]  .hpg-nav-link.hpg-mobile-home,
.hpg-mobile-nav > .hpg-nav-link.hpg-mobile-home[b-9nbrtj2dvi] {
    border-radius: 0.5rem;
    color: var(--hpg-primary) !important;
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    padding: 0.9rem 0.6rem;
    text-decoration: none;
}

.hpg-mobile-nav[b-9nbrtj2dvi]  a.hpg-mobile-home:hover,
.hpg-mobile-nav[b-9nbrtj2dvi]  a.hpg-mobile-home:focus,
.hpg-mobile-nav > a.hpg-mobile-home:hover[b-9nbrtj2dvi],
.hpg-mobile-nav > a.hpg-mobile-home:focus[b-9nbrtj2dvi],
.hpg-mobile-nav[b-9nbrtj2dvi]  .hpg-nav-link.hpg-mobile-home:hover,
.hpg-mobile-nav[b-9nbrtj2dvi]  .hpg-nav-link.hpg-mobile-home:focus {
    background: var(--hpg-accent) !important;
    color: var(--hpg-text-dark) !important;
    outline: none;
}

/* Ensure the home item stands out from subsequent dividers */

.hpg-mobile-home[b-9nbrtj2dvi] { letter-spacing: 0.2px; }

/* Mobile divider */

.hpg-mobile-divider[b-9nbrtj2dvi] {
    border-radius: 1px;
    border-top: 2px solid var(--hpg-divider, rgba(0, 0, 0, 0.34));
    border-top-color: color-mix(in srgb, var(--hpg-bg) 66%, var(--hpg-primary) 34%);
    box-shadow: none;
    height: 0;
    margin: 0.6rem 0;
}

@media (prefers-color-scheme: dark) {
    .hpg-mobile-divider[b-9nbrtj2dvi] { border-top-color: color-mix(in srgb, var(--hpg-bg) 72%, var(--hpg-primary) 28%); }
}

@media (forced-colors: active) {
    .hpg-mobile-divider[b-9nbrtj2dvi] {
        background: none;
        border-top: 2px solid WindowText;
        box-shadow: none;
    }
}

@media (max-width: 900px) {
    .hpg-nav[b-9nbrtj2dvi] { display: none; }

    .hpg-hamburger[b-9nbrtj2dvi] { display: inline-flex; }
}

@media (max-width: 420px) {
    .hpg-mobile-menu[b-9nbrtj2dvi] { width: 260px; }
}

@media (orientation: landscape) and (max-width: 900px) {
    .hpg-mobile-menu[b-9nbrtj2dvi] {
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
        overflow-y: auto;
    }

    .hpg-mobile-menu-inner[b-9nbrtj2dvi] { padding-bottom: 1.25rem; }
}
/* /Features/Home/Home.razor.rz.scp.css */
/* Home page styles */
.hpg-home[b-b4kmmzk3ua] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem;
}

.hpg-home-hero[b-b4kmmzk3ua] {
    background: linear-gradient(135deg, var(--hpg-overlay-light-10) 0%, var(--hpg-overlay-primary-10) 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 32px 0 var(--hpg-shadow-sm);
    max-width: 800px;
    padding: 3rem 2rem;
    text-align: center;
}

body[data-hpg-theme="dark"] .hpg-home-hero[b-b4kmmzk3ua] { background: linear-gradient(135deg, var(--hpg-overlay-bg-dark-50) 0%, var(--hpg-overlay-primary-15) 100%); }

.hpg-home-hero h1[b-b4kmmzk3ua] {
    color: var(--hpg-primary);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hpg-home-lead[b-b4kmmzk3ua] {
    color: var(--hpg-text);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hpg-home-shop-btn[b-b4kmmzk3ua] {
    background: var(--hpg-primary);
    color: var(--hpg-text-dark);
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 0;
    padding: 0.8rem 2.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hpg-home-shop-btn:hover[b-b4kmmzk3ua],
.hpg-home-shop-btn:focus[b-b4kmmzk3ua] {
    box-shadow: 0 6px 20px 0 var(--hpg-shadow-lg);
    transform: translateY(-2px);
}

/* Local fineprint for pickup note in the home hero */

.hpg-home-hero .hpg-pickup-note[b-b4kmmzk3ua] {
    color: var(--hpg-text);
    font-size: 11px; /* explicit small fineprint */
    line-height: 1.4;
    margin-top: 0.75rem;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .hpg-home-hero[b-b4kmmzk3ua] { padding: 2rem 1.5rem; }

    .hpg-home-hero h1[b-b4kmmzk3ua] { font-size: 2rem; }

    .hpg-home-lead[b-b4kmmzk3ua] { font-size: 1.1rem; }

    .hpg-home-shop-btn[b-b4kmmzk3ua] {
        font-size: 1.1rem;
        padding: 0.7rem 2rem;
    }

    /* slightly larger fineprint on small screens for readability */
    .hpg-home-hero .hpg-pickup-note[b-b4kmmzk3ua] { font-size: 12px; }
}

@media (max-width: 480px) {
    .hpg-home[b-b4kmmzk3ua] { padding: 1rem 0.5rem; }

    .hpg-home-hero[b-b4kmmzk3ua] { padding: 1.5rem 1rem; }

    .hpg-home-hero h1[b-b4kmmzk3ua] { font-size: 1.75rem; }

    .hpg-home-lead[b-b4kmmzk3ua] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hpg-home-hero .hpg-pickup-note[b-b4kmmzk3ua] { font-size: 11px; }
}
/* /Features/Home/Page/AboutPage.razor.rz.scp.css */
/* About page styles (cleaned) */
.hpg-about[b-phxi9qhll8] {
    margin: 0 auto;
    max-width: 900px;
    padding: 2rem 1rem;
}

.hpg-about h1[b-phxi9qhll8] {
    color: var(--hpg-primary);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: center;
}

.hpg-about h2[b-phxi9qhll8] {
    color: var(--hpg-accent);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 2rem;
}

.hpg-about p[b-phxi9qhll8] {
    color: var(--hpg-text);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.hpg-about address[b-phxi9qhll8] {
    background: var(--hpg-overlay-primary-10);
    border-left: 4px solid var(--hpg-accent);
    border-radius: 0.8rem;
    font-style: normal;
    line-height: 1.6;
    margin-top: 1rem;
    padding: 1rem;
}

body[data-hpg-theme="dark"] .hpg-about address[b-phxi9qhll8] { background: var(--hpg-overlay-primary-05); }

.hpg-about address a[b-phxi9qhll8] {
    color: var(--hpg-accent);
    font-weight: 500;
    text-decoration: none;
}

.hpg-about address a:hover[b-phxi9qhll8],
.hpg-about address a:focus[b-phxi9qhll8] {
    color: var(--hpg-primary);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hpg-about[b-phxi9qhll8] { padding: 1.5rem 1rem; }

    .hpg-about h1[b-phxi9qhll8] { font-size: 2rem; }

    .hpg-about h2[b-phxi9qhll8] { font-size: 1.5rem; }

    .hpg-about p[b-phxi9qhll8] { font-size: 1rem; }
}

@media (max-width: 480px) {
    .hpg-about[b-phxi9qhll8] { padding: 1rem 0.75rem; }

    .hpg-about h1[b-phxi9qhll8] { font-size: 1.6rem; }

    .hpg-about h2[b-phxi9qhll8] { font-size: 1.25rem; }

    .hpg-about address[b-phxi9qhll8] { padding: 0.9rem; }
}
/* /Features/Home/Page/ContactPage.razor.rz.scp.css */
/* Contact page styles */
.hpg-contact[b-wqy4fkjd3d] {
    margin: 0 auto;
    max-width: 900px;
    padding: 2rem 1rem;
}

.hpg-contact h1[b-wqy4fkjd3d] {
    color: var(--hpg-primary);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.hpg-contact h2[b-wqy4fkjd3d] {
    color: var(--hpg-accent);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.hpg-contact p[b-wqy4fkjd3d] {
    color: var(--hpg-text);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.hpg-contact address[b-wqy4fkjd3d] {
    background: var(--hpg-overlay-primary-10);
    border-left: 4px solid var(--hpg-accent);
    border-radius: 1rem;
    font-style: normal;
    line-height: 1.8;
    margin-top: 1.5rem;
    padding: 1.5rem;
}

body[data-hpg-theme="dark"] .hpg-contact address[b-wqy4fkjd3d] { background: var(--hpg-overlay-primary-05); }

.hpg-contact address a[b-wqy4fkjd3d] {
    color: var(--hpg-accent);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.hpg-contact address a:hover[b-wqy4fkjd3d],
.hpg-contact address a:focus[b-wqy4fkjd3d] {
    color: var(--hpg-primary);
    text-decoration: underline;
}

/* Contact page specific styles */

.hpg-contact-grid[b-wqy4fkjd3d] {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 280px;
    margin-top: 1rem;
}

/* If the grid contains only one element (e.g., just the pickup-hours aside), center it */

.hpg-contact-grid > *:only-child[b-wqy4fkjd3d] {
    grid-column: 1/-1; /* span all columns */
    justify-self: center; /* center horizontally */
    width: min(420px, 100%); /* limit width so it stays centered and not too wide */
}

.hpg-contact-info h2[b-wqy4fkjd3d] { margin-top: 0.25rem; }

.hpg-pickup-hours[b-wqy4fkjd3d] {
    background: linear-gradient(180deg, var(--hpg-accent) 0%, var(--hpg-primary) 100%);
    border-radius: 0.9rem;
    box-shadow: 0 8px 32px #140a28;
    box-shadow: 0 8px 32px rgba(20, 10, 40, 0.12);
    color: var(--hpg-text-dark);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: 100%;
    padding: 1rem;
}

.hpg-pickup-title[b-wqy4fkjd3d] {
    color: var(--hpg-white);
    font-size: 1.25rem;
    font-weight: 700;
}

.hpg-pickup-times[b-wqy4fkjd3d] {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.6rem;
    padding: 0.6rem;
}

.hpg-pickup-row[b-wqy4fkjd3d] {
    color: var(--hpg-white);
    display: flex;
    font-weight: 600;
    gap: 0.6rem;
    justify-content: space-between;
    padding: 0.15rem 0;
}

.hpg-pickup-note[b-wqy4fkjd3d] {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    margin-top: 0.4rem;
}

@media (max-width: 900px) {
    .hpg-contact-grid[b-wqy4fkjd3d] { grid-template-columns: 1fr 220px; }
}

@media (max-width: 600px) {
    .hpg-contact-grid[b-wqy4fkjd3d] { grid-template-columns: 1fr; }

    .hpg-pickup-hours[b-wqy4fkjd3d] { order: 2; }
}
/* /Features/Home/Page/NotFoundPage.razor.rz.scp.css */
.notfoundpage-container[b-pn75kgfan8] {
    align-items: center;
    background: var(--hpg-bg-light);
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    min-height: 60vh;
    width: 100%;
}

.hpg-404[b-pn75kgfan8] {
    background: var(--hpg-white);
    border-radius: 1rem;
    box-shadow: 02px 24px 0 var(--hpg-shadow-dark-md);
    margin: 2rem auto;
    max-width: 480px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    width: 100%;
}

.hpg-404-title[b-pn75kgfan8] {
    color: var(--hpg-primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hpg-404-message[b-pn75kgfan8] {
    color: var(--hpg-text-dark);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hpg-btn.hpg-404-home[b-pn75kgfan8] {
    background: var(--hpg-primary);
    border-radius: 0.5rem;
    color: var(--hpg-white);
    display: inline-block;
    font-size: 1.1rem;
    margin: 2rem auto 0 auto;
    padding: 0.7rem 2rem;
    text-decoration: none;
    transition: background 0.2s;
}

.hpg-btn.hpg-404-home:hover[b-pn75kgfan8],
.hpg-btn.hpg-404-home:focus[b-pn75kgfan8] { background: var(--hpg-text-dark); }

.hpg-404-illustration[b-pn75kgfan8] {
    margin-top: 2rem;
    text-align: center;
}

.notfoundpage-fallback[b-pn75kgfan8] {
    color: var(--hpg-alert-error-accent);
    display: none;
    font-size: 1.2rem;
}
/* /Features/Home/Page/Privacy.razor.rz.scp.css */
/* Privacy page card � match product card look and feel */

.hpg-privacy[b-wnqaliq3bm] {
    box-sizing: border-box;
    display: flex;
    justify-content: center; /* center horizontally */
    padding: 2rem 1rem;
}

.hpg-privacy-card[b-wnqaliq3bm] {
    background: var(--hpg-white);
    border-radius: 1.2rem;
    box-shadow: 0 8px 40px 0 var(--hpg-shadow-dark-xl);
    box-sizing: border-box;
    color: var(--hpg-text-dark);
    max-width: 940px;
    padding: 2rem 2.5rem;
    width: 100%;
}

/* Header styles */

.hpg-privacy-header h1[b-wnqaliq3bm] {
    color: var(--hpg-primary);
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.hpg-privacy-header .tagline[b-wnqaliq3bm] {
    color: var(--hpg-secondary-gray);
    font-size: 1rem;
    margin: 0 0 1.25rem 0;
}

/* Section spacing and subtle section background to improve readability */

.hpg-privacy-card section[b-wnqaliq3bm] {
    border-radius: 0.6rem;
    margin: 1rem 0;
    padding: 0.8rem 0;
}

.hpg-privacy-card section h2[b-wnqaliq3bm] {
    color: var(--hpg-brand-purple);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.hpg-privacy-card p[b-wnqaliq3bm],
.hpg-privacy-card li[b-wnqaliq3bm],
.hpg-privacy-card td[b-wnqaliq3bm] {
    color: var(--hpg-text-dark);
    font-size: 0.98rem;
    line-height: 1.6;
}

/* Table inside card */

.hpg-privacy-card table[b-wnqaliq3bm] {
    border-collapse: collapse;
    margin-top: 0.5rem;
    width: 100%;
}

.hpg-privacy-card th[b-wnqaliq3bm],
.hpg-privacy-card td[b-wnqaliq3bm] {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.6rem 0.5rem;
    text-align: left;
}

/* Footer note */

.hpg-privacy-card .site-foot[b-wnqaliq3bm] {
    color: var(--hpg-secondary-gray);
    font-weight: 500;
    margin-top: 1.5rem;
    text-align: center;
}

/* Responsive adjustments */

@media (max-width: 768px) {
    .hpg-privacy-card[b-wnqaliq3bm] { padding: 1.25rem; }

    .hpg-privacy-header h1[b-wnqaliq3bm] { font-size: 1.5rem; }
}
/* /Features/Products/UI/Gallery.razor.rz.scp.css */
/* Gallery component styles */

/* Responsive CSS Grid for gallery - optimized to fit as many cards horizontally as possible */
.hpg-gallery-grid[b-e86v9h7frn] {
    align-items: start;
    background: var(--hpg-bg);
    box-sizing: border-box;
    display: grid;
    gap: 1.25rem; /* decent horizontal & vertical spacing */
    /* Let the grid create as many columns as will fit, each at least 200px and growing to fill available space */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: stretch; /* make cards fill their grid cell horizontally */
    margin: 0 auto; /* center the grid within the page */
    max-width: 1200px; /* limit gallery width to a comfortable reading width */
    padding: 1rem 1.25rem; /* use page area more effectively */
    transition: grid-template-columns 0.2s, gap 0.2s, background 0.2s;
    width: 100%;
}

/* Allow the gallery to expand to the full viewport on very large screens */

@media (min-width: 1600px) {
    .hpg-gallery-grid[b-e86v9h7frn] {
        max-width: none;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* When filter panel is open, slightly reduce the min width to fit more columns */

.hpg-gallery-grid.gallery--with-filter[b-e86v9h7frn] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* Card wrapper for grid item - let the card take full width of the cell while centering if constrained */

.hpg-gallery-card[b-e86v9h7frn] {
    align-items: stretch;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

/* Responsive adjustments for smaller screens */

@media (max-width: 1100px) {
    .hpg-gallery-grid[b-e86v9h7frn] {
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        max-width: 1100px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .hpg-gallery-grid.gallery--with-filter[b-e86v9h7frn] {
            grid-template-columns: repeat(2, minmax(160px, 1fr));
        }
}

@media (max-width: 768px) {
    .hpg-gallery-grid[b-e86v9h7frn] {
        gap: 0.9rem;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        justify-items: center;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .hpg-gallery-card[b-e86v9h7frn] {
        justify-content: center;
    }
}

/* On very small screens ensure a single column so each card fills the width and text doesn't wrap awkwardly */

@media (max-width: 420px) {
    .hpg-gallery-grid[b-e86v9h7frn] {
        gap: 0.9rem;
        grid-template-columns: 1fr;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .hpg-gallery-card[b-e86v9h7frn] {
        justify-content: stretch;
    }

    /* Make sure cards occupy full available width */
    .hpg-product-card[b-e86v9h7frn],
    .hpg-product-card-compact[b-e86v9h7frn] {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .hpg-gallery-grid[b-e86v9h7frn] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        justify-content: center;
    }
}

.hpg-gallery-main-only[b-e86v9h7frn] {
    padding: 1rem 0;
    transition: background 0.2s;
    width: 100%;
}

    .hpg-gallery-main-only > div[b-e86v9h7frn] {
        color: var(--hpg-text);
        font-size: 1.1rem;
        text-align: center;
    }

/* Hide the old toggle row on desktop; keep markup if needed for small screens */

.hpg-gallery-toggle-row[b-e86v9h7frn] {
    display: none;
    justify-content: flex-end;
    margin-bottom: 0.7rem;
    padding-right: 0.85rem;
    width: 100%;
}

.hpg-gallery-toggle-btn[b-e86v9h7frn] {
    align-items: center;
    background: none;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    color: var(--hpg-primary);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 2.7rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background0 .2s, color0 .2s, transform0 .2s;
    width: 2.7rem;
}

@media (max-width: 600px) {
    .hpg-gallery-toggle-row[b-e86v9h7frn] {
        display: flex;
        padding-right: 0.85rem;
    }
}
/* /Features/Products/UI/Page/ProductPage.razor.rz.scp.css */
/* Product Page Component Styles - Match Original Design */
.hpg-product-page[b-tgp1vgazce] {
    box-sizing: border-box;
    margin: 1.5rem auto;
    max-width: 1400px;
}

.hpg-product-back[b-tgp1vgazce] {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

.hpg-product-back:hover[b-tgp1vgazce] {
    background: var(--hpg-accent);
    color: var(--hpg-text-dark);
}

/* Main white card container - two column layout */

.hpg-popup-details[b-tgp1vgazce] {
    align-items: start;
    background: var(--hpg-white);
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px 0 var(--hpg-shadow-md);
    box-sizing: border-box;
    color: var(--hpg-text-dark);
    display: grid;
    gap: 2.5rem;
    /* Allow the second column to shrink safely to avoid overflow */
    grid-template-columns: 220px minmax(0, 1fr);
    max-width: 100%;
    padding: 2.5rem;
}

/* Left column - Large product image */

.hpg-product-image-container[b-tgp1vgazce] {
    align-items: flex-start;
    display: flex;
    grid-column: 1;
    height: 100%;
    justify-content: center;
    min-width: 0; /* allow the container to shrink on narrow screens */
    overflow: hidden;
    position: relative;
    width: 220px;
}

.hpg-product-main-image[b-tgp1vgazce] {
    border-radius: 0.5rem;
    cursor: pointer; /* moved from inline style */
    display: block;
    /* avoid forcing a tall fixed height that can cause overflow */
    height: auto;
    max-height: 450px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

/* Right column - Product info */

.hpg-product-info[b-tgp1vgazce] { grid-column: 2; }

/* Product title */

.hpg-product-info h2[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0.3rem 0;
}

/* Brand */

.hpg-popup-brand[b-tgp1vgazce] {
    color: var(--hpg-brand-purple);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

/* Package brand column (align all rows) */

.hpg-popup-package-brand[b-tgp1vgazce] {
    align-items: center;
    display: flex;
    font-variant-numeric: tabular-nums;
    height: 40px;
    justify-content: flex-start;
    min-width: 48px;
    text-align: left;
    width: 48px;
}

/* Description */

#popup-desc[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}

/* From price */

.hpg-popup-from-price[b-tgp1vgazce] {
    color: var(--hpg-brand-purple);
    font-size: 1rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem 0;
}

/* Packages section */

.hpg-popup-packages[b-tgp1vgazce] { margin-bottom: 1rem; }

.hpg-popup-packages-title[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

/* Package row */

.hpg-popup-package-row[b-tgp1vgazce] {
    align-items: center;
    background: transparent;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.7rem;
    min-height: 40px;
    padding: 0;
}

.hpg-popup-package-details[b-tgp1vgazce] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Allow wrapping on medium screens */
    gap: 0.8rem;
    width: 100%;
}

.hpg-popup-package-info-row[b-tgp1vgazce] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 0.8rem;
}

.hpg-popup-package-qty-row[b-tgp1vgazce] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
    justify-content: flex-end; /* keep qty to the right when side-by-side */
    padding-top: 0.2rem;
    width: auto; /* keep qty inline on small/medium screens */
}

.hpg-popup-package-img[b-tgp1vgazce] {
    background: var(--hpg-product-bg-light);
    border-radius: 0.3rem;
    flex-shrink: 0;
    height: 40px;
    object-fit: contain;
    width: 40px;
}

.hpg-popup-package-size[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 60px;
}

.hpg-popup-package-price[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 400;
    min-width: 85px;
}

.hpg-popup-package-brand[b-tgp1vgazce] {
    align-items: center;
    display: flex;
    font-variant-numeric: tabular-nums;
    height: 40px;
    justify-content: flex-start;
    min-width: 48px;
    text-align: left;
    width: 48px;
}

.hpg-popup-qty-btn[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-primary);
    border: none;
    border-radius: 0.25rem;
    color: var(--hpg-white);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 1.6rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background 0.2s;
    width: 1.6rem;
}

.hpg-popup-qty-btn:hover[b-tgp1vgazce] {
    background: var(--hpg-accent);
    color: var(--hpg-text-dark);
}

.hpg-popup-qty[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 500;
    min-width: 2rem;
    text-align: center;
}

/* Actions: make all buttons stacked and the same width as the widest button by default */

.hpg-popup-actions[b-tgp1vgazce] {
    align-items: center;
    align-self: flex-start;
    display: flex;
    flex-direction: column; /* default: stacked */
    gap: 0.75rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    padding-left: 0.25rem; /* small left padding so buttons don't touch package content */
    width: max-content; /* size to the widest child when stacked */
}

.hpg-popup-actions .hpg-btn[b-tgp1vgazce] {
    align-items: center;
    align-self: stretch; /* ensure each button stretches to the same width */
    box-sizing: border-box;
    display: inline-flex;
    font-size: 0.96rem;
    gap: 0.5rem;
    height: 2.4rem; /* slightly reduced height */
    justify-content: center;
    max-width: 560px; /* keep plenty of room for long labels */
    min-width: 140px;
    overflow: hidden;
    padding: 0 1.1rem; /* slightly reduced horizontal padding */
    text-align: center;
    text-overflow: ellipsis;
    /* Prevent wrapping of caption and keep consistent height */
    white-space: nowrap;
    width: 100%; /* fill the container so buttons match the widest when stacked */
}

/* Hover / focus handled globally in theme; keep disabled style local */

.hpg-popup-actions .hpg-btn:disabled[b-tgp1vgazce] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}

/* Add-selected buttons for product page (Add Selected / Add & View Cart) */

.hpg-popup-add-selected[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-primary);
    border: none;
    border-radius: 0.6rem;
    box-shadow: 0 6px 20px #6a4c93;
    box-shadow: 0 6px 20px rgba(106, 76, 147, 0.12);
    color: var(--hpg-white);
    display: inline-flex;
    font-weight: 700;
    gap: 0.5rem;
    height: 2.4rem;
    justify-content: center;
    min-width: 140px;
    padding: 0 1rem;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.hpg-popup-add-selected:hover:not(:disabled)[b-tgp1vgazce],
.hpg-popup-add-selected:focus:not(:disabled)[b-tgp1vgazce],
.hpg-popup-add-selected:focus-visible:not(:disabled)[b-tgp1vgazce] {
    background: var(--hpg-accent);
    box-shadow: 0 10px 28px #6a4c93;
    box-shadow: 0 10px 28px rgba(106, 76, 147, 0.14);
    color: var(--hpg-text-dark);
    outline: none;
    transform: translateY(-2px);
}

.hpg-popup-add-selected:disabled[b-tgp1vgazce] {
    box-shadow: none;
    cursor: not-allowed;
    filter: grayscale(0.05);
    opacity: 0.6;
    transform: none;
}

/* Ensure the cart icon inside buttons is sized and aligned */

.hpg-popup-add-selected .hpg-cart-icon[b-tgp1vgazce] {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    justify-content: center;
}

.hpg-popup-add-selected .hpg-cart-icon svg[b-tgp1vgazce] {
    height: 1.1rem;
    stroke: currentColor;
    width: 1.1rem;
}

/* On sufficiently large screens show buttons side-by-side with reduced spacing and padding */

@media (min-width: 1100px) {
    .hpg-popup-actions[b-tgp1vgazce] {
        align-items: center;
        flex-direction: row;
        gap: 0.5rem; /* reduced gap between buttons */
        justify-content: flex-start;
        padding-left: 0.5rem;
        width: auto; /* let row size naturally */
    }

    .hpg-popup-actions .hpg-btn[b-tgp1vgazce] {
        /* size by content but keep consistent height; reduce padding */
        flex: 0 0 auto;
        font-size: 0.94rem;
        height: 2.4rem;
        max-width: 360px;
        min-width: 120px;
        padding: 0 0.9rem; /* smaller padding for tighter buttons in row */
        width: auto;
    }
}

@media (max-width: 768px) {
    /* Full width on small screens for tap targets */
    .hpg-popup-actions[b-tgp1vgazce] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .hpg-popup-actions .hpg-btn[b-tgp1vgazce] {
        height: 2.4rem;
        max-width: 100%;
        min-width: 0;
        padding: 0 1rem;
        width: 100%;
    }

    .hpg-popup-actions .hpg-popup-add-selected[b-tgp1vgazce] {
        min-width: 0;
        width: 100%;
    }
}

/* Carousel Modal Styles */

.hpg-carousel-modal[b-tgp1vgazce] {
    align-items: center;
    animation: fadeIn-b-tgp1vgazce 0.2s;
    background: #18162a;
    background: rgba(24, 22, 42, 0.85);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2000;
}

.hpg-carousel-content[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-white);
    border-radius: 1.2rem;
    box-shadow: 0 8px 40px 0 var(--hpg-shadow-dark-xl);
    display: flex;
    justify-content: center;
    max-height: 90vh;
    max-width: 90vw;
    min-height: 320px;
    min-width: 320px;
    padding: 1.5rem 2.5rem;
    position: relative;
}

.hpg-carousel-image[b-tgp1vgazce] {
    background: var(--hpg-product-bg-light);
    border-radius: 0.7rem;
    box-shadow: 0 2px 16px 0 var(--hpg-shadow-primary-33);
    max-height: 70vh;
    max-width: 60vw;
    object-fit: contain;
}

.hpg-carousel-nav[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-primary);
    border: none;
    border-radius: 50%;
    color: var(--hpg-white);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 2.5rem;
    justify-content: center;
    line-height: 1; /* match close button vertical centering */
    opacity: 0.85;
    padding: 0; /* ensure inline arrow characters are not offset by default padding */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s, color 0.2s, opacity 0.2s;
    width: 2.5rem;
    z-index: 2;
}

.hpg-carousel-prev[b-tgp1vgazce] { left: 0.5rem; }

.hpg-carousel-next[b-tgp1vgazce] { right: 0.5rem; }

.hpg-carousel-nav:hover[b-tgp1vgazce] {
    background: var(--hpg-accent);
    color: var(--hpg-text-dark);
    opacity: 1;
}

.hpg-carousel-close[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-accent);
    border: none;
    border-radius: 50%;
    color: var(--hpg-text-dark);
    cursor: pointer;
    display: flex;
    font-size: 1.3rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    opacity: 0.9;
    padding: 0;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    transition: background 0.2s, color 0.2s, opacity 0.2s;
    width: 2rem;
    z-index: 3;
}

.hpg-carousel-close:hover[b-tgp1vgazce] {
    background: var(--hpg-primary);
    color: var(--hpg-white);
    opacity: 1;
}

.hpg-carousel-indicator[b-tgp1vgazce] {
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    bottom: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    left: 50%;
    padding: 0.2rem 0.8rem;
    position: absolute;
    transform: translateX(-50%);
    z-index: 4;
}

@media (max-width: 700px) {
    .hpg-carousel-content[b-tgp1vgazce] {
        min-height: 180px;
        min-width: 180px;
        padding: 0.5rem 0.5rem;
    }

    .hpg-carousel-image[b-tgp1vgazce] {
        max-height: 50vh;
        max-width: 90vw;
    }

    .hpg-carousel-nav[b-tgp1vgazce] {
        font-size: 1.1rem;
        height: 2rem;
        line-height: 1;
        padding: 0; /* preserve centered alignment on small screens */
        width: 2rem;
    }

    .hpg-carousel-close[b-tgp1vgazce] {
        font-size: 1rem;
        height: 1.5rem;
        width: 1.5rem;
    }

    .hpg-carousel-indicator[b-tgp1vgazce] {
        bottom: 0.5rem;
        font-size: 0.9rem;
    }
}

@keyframes fadeIn-b-tgp1vgazce {
    from { opacity: 0; }

    to { opacity: 1; }
}

/* Mobile responsive */

@media (max-width: 900px) {
    .hpg-product-page[b-tgp1vgazce] {
        margin: 1rem auto;
        padding: 0 1rem;
    }

    .hpg-popup-details[b-tgp1vgazce] {
        gap: 1.5rem;
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .hpg-product-image-container[b-tgp1vgazce],
    .hpg-product-info[b-tgp1vgazce] { grid-column: 1; }

    .hpg-product-image-container[b-tgp1vgazce] {
        justify-content: center;
        width: 100%;
    }

    /* Smaller image on small screens (tablets/small laptops) */
    .hpg-product-main-image[b-tgp1vgazce] {
        max-height: 320px;
        max-width: 160px;
    }

    .hpg-popup-package-row[b-tgp1vgazce] {
        align-items: flex-start; /* Align image to the top */
        gap: 0.5rem;
    }

    /* Keep package-details side-by-side on most small/medium screens; allow wrapping if needed */
    .hpg-popup-package-details[b-tgp1vgazce] {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap; /* allow wrapping on very narrow mid screens but prefer side-by-side */
        gap: 0.4rem;
        width: 100%;
    }

    .hpg-popup-package-info-row[b-tgp1vgazce] { gap: 0.5rem; }

    .hpg-popup-package-qty-row[b-tgp1vgazce] {
        flex: 0 0 auto;
        justify-content: flex-end; /* keep qty to the right when side-by-side */
        padding-top: 0.2rem;
        width: auto; /* keep qty inline on small/medium screens */
    }
}

@media (max-width: 600px) {
    .hpg-product-info h2[b-tgp1vgazce] { font-size: 1.5rem; }

    /* Even smaller image on phones */
    .hpg-product-main-image[b-tgp1vgazce] {
        max-height: 240px;
        max-width: 120px;
    }

    .hpg-popup-package-row[b-tgp1vgazce] { gap: 0.4rem; }

    /* Keep info and qty side-by-side on phones and small screens */
    .hpg-popup-package-details[b-tgp1vgazce] {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap; /* prefer side-by-side */
        gap: 0.5rem;
        justify-content: flex-start;
        width: 100%;
    }

    .hpg-popup-package-info-row[b-tgp1vgazce] {
        flex: 1 1 auto; /* allow info to take remaining space and shrink if needed */
        gap: 0.4rem;
        min-width: 0; /* ensure it can shrink below its content */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hpg-popup-package-qty-row[b-tgp1vgazce] {
        flex: 0 0 auto; /* fixed width so it doesn't wrap */
        justify-content: flex-end; /* keep qty controls to the right */
        width: auto;
    }

    /* Allow brand/size/price to shrink so they don't force wrap */
    .hpg-popup-package-brand[b-tgp1vgazce] {
        flex-shrink: 1;
        min-width: 32px;
        width: auto;
    }

    .hpg-popup-package-size[b-tgp1vgazce] {
        flex-shrink: 1;
        min-width: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hpg-popup-package-price[b-tgp1vgazce] {
        flex-shrink: 1;
        min-width: 48px;
    }
}

/* Extra small screens (tiny phones) - stack rows so qty and info are separate */

@media (max-width: 400px) {
    .hpg-product-main-image[b-tgp1vgazce] {
        max-height: 200px;
        max-width: 100px;
    }

    .hpg-popup-details[b-tgp1vgazce] { padding: 1rem; }

    .hpg-product-info h2[b-tgp1vgazce] { font-size: 1.3rem; }

    /* On very small screens keep the package image and its related info side-by-side
       so the brand/size/price and qty selectors appear to the right of the image
       arranged as two stacked rows: 1) brand + size, 2) price + selectors. */
    .hpg-popup-package-row[b-tgp1vgazce] {
        align-items: center;
        flex-direction: row; /* image left, details right */
        gap: 0.4rem;
        width: 100%;
    }

    .hpg-popup-package-img[b-tgp1vgazce] {
        flex: 0 0 56px;
        height: 56px;
        margin-bottom: 0;
        margin-right: 0.5rem;
        object-fit: contain;
        width: 56px;
    }

    .hpg-popup-package-details[b-tgp1vgazce] {
        align-items: flex-start;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column; /* stack two rows */
        gap: 0.25rem;
        min-width: 0;
        width: 100%;
    }

    /* First row: brand + size */
    .hpg-popup-package-info-row[b-tgp1vgazce] {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        gap: 0.3rem;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Second row: price + qty selectors */
    .hpg-popup-package-qty-row[b-tgp1vgazce] {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 0.5rem;
        justify-content: flex-start; /* keep price then selectors inline */
        width: 100%;
    }
}

/* Product info and linked products layout */

.hpg-product-info-and-links[b-tgp1vgazce] {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.hpg-product-info[b-tgp1vgazce] {
    /* allow the info column to shrink and not force overflow */
    flex: 1 1 0;
    min-width: 0;
}

.hpg-product-links[b-tgp1vgazce] {
    background: var(--hpg-product-bg-light);
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px 0 var(--hpg-shadow-primary-15);
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto; /* keep a stable size but allow narrower min-width */
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 340px;
    /* allow the links panel to shrink on medium widths to avoid overflow */
    min-width: 180px;
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
}

.hpg-product-links-title[b-tgp1vgazce] {
    color: var(--hpg-brand-purple);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.hpg-product-links-message[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    font-size: 0.98rem;
    margin-bottom: 0.7rem;
}

.hpg-product-links-current[b-tgp1vgazce] {
    color: var(--hpg-primary);
    font-weight: 600;
}

.hpg-product-links-list[b-tgp1vgazce] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.hpg-product-link-card[b-tgp1vgazce] {
    align-items: center;
    background: var(--hpg-white);
    border-radius: 0.7rem;
    cursor: pointer; /* moved from inline style */
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    padding: 10px 10px 10px 10px;
    transition: box-shadow 0.2s, background 0.2s;
}

.hpg-product-link-card:hover[b-tgp1vgazce], .hpg-product-link-card:focus[b-tgp1vgazce] {
    background: var(--hpg-accent-light);
    outline: none;
}

.hpg-product-link-img[b-tgp1vgazce] {
    background: var(--hpg-product-bg-light);
    border-radius: 0.4rem;
    flex-shrink: 0;
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.hpg-product-link-info[b-tgp1vgazce] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.2rem;
}

.hpg-product-link-name[b-tgp1vgazce] {
    color: var(--hpg-text-dark);
    font-size: 1.02rem;
    font-weight: 600;
}

.hpg-product-link-brand[b-tgp1vgazce] {
    color: var(--hpg-brand-purple);
    font-size: 0.92rem;
}

.hpg-product-link-price[b-tgp1vgazce] {
    color: var(--hpg-primary);
    font-size: 0.95rem;
    font-weight: 500;
}

/* Responsive: stack on small screens */

@media (max-width: 900px) {
    .hpg-product-info-and-links[b-tgp1vgazce] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hpg-product-links[b-tgp1vgazce] {
        margin-top: 1.2rem;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hpg-product-links[b-tgp1vgazce] {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        min-width: 0;
        padding: 0.7rem 0.5rem 0.5rem 0.5rem;
        width: 100%;
    }
}

/* Ensure side-by-side layout on large screens */

@media (min-width: 901px) {
    .hpg-popup-package-details[b-tgp1vgazce] {
        align-items: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* prevent wrapping on large screens */
        gap: 0.8rem !important;
    }

    .hpg-popup-package-info-row[b-tgp1vgazce] {
        flex: 1 1 auto !important; /* allow info to shrink/grow and take remaining space */
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .hpg-popup-package-qty-row[b-tgp1vgazce] {
        flex: 0 0 auto !important; /* keep qty a fixed-sized inline block */
        justify-content: flex-end !important;
        width: auto !important;
    }

    .hpg-popup-package-row[b-tgp1vgazce] {
        align-items: center !important;
        flex-direction: row !important;
    }
}

/* Accessibility: strong focus indicator */

.hpg-popup-add-selected:focus-visible[b-tgp1vgazce] {
    border-radius: 0.5rem;
    outline: 3px solid #b39ddb;
    outline: 3px solid rgba(179, 157, 219, 0.25);
}
/* /Features/Products/UI/ProductCard.razor.rz.scp.css */
/* Product Card Component Styles */
.hpg-product-card[b-9yjtyirtni] {
    align-items: center;
    background: var(--hpg-transparent);
    border-radius: 1.2rem;
    box-shadow: 0 2px 16px 0 var(--hpg-shadow-primary-33);
    color: var(--hpg-text-dark);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    min-height: 260px; /* Reduced min-height */
    padding: 0.7rem 0 0.7rem 0; /* Reduced top/bottom padding */
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 210px;
}

.hpg-product-card:hover[b-9yjtyirtni],
.hpg-product-card:focus[b-9yjtyirtni] {
    box-shadow: 0 4px 24px 0 var(--hpg-shadow-primary-44);
    outline: none;
    transform: translateY(-4px);
}

.hpg-product-card img[b-9yjtyirtni] {
    background: var(--hpg-white);
    border-radius: 0.8rem;
    height: 160px; /* Slightly reduced height */
    margin-bottom: 0.4rem; /* Reduced margin */
    object-fit: contain;
    transition: opacity 0.3s ease-in-out;
    width: 120px;
}

/* Image loading states */

.hpg-product-card img:not([src])[b-9yjtyirtni],
.hpg-product-card img.loading[b-9yjtyirtni] {
    animation: shimmer-b-9yjtyirtni 1.5s infinite;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    opacity: 0.5;
}

.hpg-product-card img.loaded[b-9yjtyirtni] { opacity: 1; }

.hpg-product-card img.error[b-9yjtyirtni] { opacity: 0.3; }

@keyframes shimmer-b-9yjtyirtni {
    0% { background-position: 200% 0; }

    100% { background-position: -200% 0; }
}

.hpg-product-title[b-9yjtyirtni] {
    align-items: center;
    color: var(--hpg-primary);
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    margin: 0 0 0.15rem 0; /* Reduced bottom margin */
    text-align: center;
}

.hpg-product-brand[b-9yjtyirtni] {
    align-items: center;
    color: var(--hpg-accent);
    display: flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.1;
    margin: 0 0 0.15rem 0; /* Reduced bottom margin */
    text-align: center;
}

.hpg-product-price[b-9yjtyirtni] {
    align-items: center;
    color: var(--hpg-accent);
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0.3rem; /* Instead of auto, use small margin */
    text-align: center;
}

.hpg-product-card-compact[b-9yjtyirtni] {
    align-items: center;
    background: var(--hpg-product-bg-light);
    border-radius: 1.2rem;
    box-shadow: 0 2px 16px 0 var(--hpg-shadow-primary-33);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    min-height: 90px;
    padding: 0.7rem 1rem;
    transition: box-shadow 0.2s;
    width: 100%;
}

.hpg-product-card-compact-img[b-9yjtyirtni] {
    background: var(--hpg-white);
    border-radius: 0.7rem;
    flex-shrink: 0;
    height: 60px;
    margin-right: 1rem;
    object-fit: contain;
    width: 60px;
}

.hpg-product-card-compact-info[b-9yjtyirtni] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

@media (max-width: 600px) {
    .hpg-product-card[b-9yjtyirtni] {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        min-height: 100px;
        padding: 0.4rem 0 0.4rem 0;
        width: 100%;
    }

    .hpg-product-card img[b-9yjtyirtni] {
        background: var(--hpg-white);
        border-radius: 0.7rem;
        flex-shrink: 0;
        height: 90px;
        margin-bottom: 0;
        margin-right: 0.7rem;
        width: 80px;
    }

    .hpg-product-title[b-9yjtyirtni],
    .hpg-product-brand[b-9yjtyirtni],
    .hpg-product-price[b-9yjtyirtni] {
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 0;
        text-align: left;
    }

    /* Add a wrapper for info if needed */
    .hpg-product-card-info[b-9yjtyirtni] {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 0;
    }

    .hpg-product-card-compact[b-9yjtyirtni] {
        min-height: 70px;
        padding: 0.5rem 0.5rem;
    }

    .hpg-product-card-compact-img[b-9yjtyirtni] {
        height: 44px;
        margin-right: 0.7rem;
        width: 44px;
    }

    .hpg-product-title[b-9yjtyirtni] { margin-bottom: 0; }

    .hpg-product-brand[b-9yjtyirtni] { margin-bottom: 0; }

    .hpg-product-price[b-9yjtyirtni] { margin-top: 0; }

    .hpg-product-card-info[b-9yjtyirtni] { gap: 0; }

    .hpg-product-card-compact-info[b-9yjtyirtni] { gap: 0; }

    .hpg-product-card-compact-info .hpg-product-title[b-9yjtyirtni],
    .hpg-product-card-compact-info .hpg-product-brand[b-9yjtyirtni],
    .hpg-product-card-compact-info .hpg-product-price[b-9yjtyirtni] {
        margin-bottom: 0;
        margin-top: 0;
    }
}
/* /Features/Requests/UI/PickupNotice.razor.rz.scp.css */
/* Pickup notice styles */
.hpg-alert ul[b-p746bzajt3] {
    list-style: disc;
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.hpg-alert li[b-p746bzajt3] {
    line-height: 1.5;
    margin-bottom: 0.3rem;
}
/* /Features/Requests/UI/RequestPanel.razor.rz.scp.css */
/* Request Panel - Cart Actions Row Styling */
.hpg-cart-actions-row[b-320vjpgyo0] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
    width: 100%;
}

.hpg-cart-actions-row .hpg-btn[b-320vjpgyo0] {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.5rem;
    justify-content: center;
    margin: 0;
    max-width: 200px;
    min-width: 140px;
    padding: 0.5rem 1.2rem;
    width: 200px;
}

.hpg-cart-actions-row .hpg-btn-full[b-320vjpgyo0] {
    flex: 0 0 auto;
    width: 200px;
}

.hpg-right-group[b-320vjpgyo0] {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    margin-left: auto;
}

.hpg-recaptcha-container[b-320vjpgyo0] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
}

.hpg-btn-continue[b-320vjpgyo0] {
    background: var(--hpg-primary);
    color: var(--hpg-white);
}

/* Respect device safe area inset at the bottom (phones with gesture/navigation bars)
   Provide fallbacks for older browsers and ensure a comfortable tap target spacing. */

.hpg-cart-form-panel[b-320vjpgyo0] {
    /* baseline bottom padding plus safe-area inset when available */
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
    padding-bottom: calc(1.5rem + constant(safe-area-inset-bottom)); /* legacy iOS */
}

/* Also add extra spacing on the actions row so buttons sit above system UI */

.hpg-cart-actions-row[b-320vjpgyo0] {
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
}

@media (max-width: 900px) {
    .hpg-cart-actions-row[b-320vjpgyo0] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        /* increase bottom spacing on small screens */
        padding-bottom: calc(1rem + env(safe-area-inset-bottom));
        padding-bottom: calc(1rem + constant(safe-area-inset-bottom));
    }

    .hpg-right-group[b-320vjpgyo0] {
        flex-direction: column;
        gap: 1.5rem;
        margin-left: 0;
        width: 100%;
    }

    .hpg-recaptcha-container[b-320vjpgyo0] { margin: 2rem 0; }

    .hpg-cart-actions-row .hpg-btn[b-320vjpgyo0] {
        max-width: 100%;
        width: 100%;
    }

    .hpg-cart-actions-row .hpg-btn-full[b-320vjpgyo0] { width: 100%; }
}

@media (max-width: 768px) {
    .hpg-cart-actions-row[b-320vjpgyo0] {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
        /* ensure large tap target spacing above navigation bar */
        padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
        padding-bottom: calc(1.25rem + constant(safe-area-inset-bottom));
    }

    .hpg-cart-actions-row .hpg-btn[b-320vjpgyo0] {
        font-size: 1rem;
        height: 2.8rem;
        margin-left: 2rem;
        margin-right: 2rem;
        max-width: calc(100% - 4rem);
        min-width: auto;
        width: calc(100% - 4rem);
    }

    .hpg-cart-actions-row .hpg-btn-full[b-320vjpgyo0] {
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc(100% - 4rem);
    }

    .hpg-recaptcha-container[b-320vjpgyo0] { margin: 1.5rem 0; }
}

/* Ensure a generous space after the final field in form columns (used for Country field) */

.hpg-field-space-after[b-320vjpgyo0] {
    margin-bottom: 1.25rem; /* slightly larger spacing to separate from actions */
}

/* Small helper to make readonly inputs visually distinct */

.hpg-input[readonly][b-320vjpgyo0] {
    background: #000000;
    background: rgba(0, 0, 0, 0.03);
    opacity: 0.95;
}

/* Request button specific styling (primary action in request panel) */

.hpg-btn-request[b-320vjpgyo0] {
    align-items: center;
    background: var(--hpg-primary);
    border: none;
    border-radius: 0.8rem;
    box-shadow: 0 6px 20px #6a4c93;
    box-shadow: 0 6px 20px rgba(106, 76, 147, 0.12);
    color: var(--hpg-white);
    display: inline-flex;
    font-weight: 700;
    gap: 0.5rem;
    height: 2.8rem;
    justify-content: center;
    min-width: 160px;
    padding: 0.45rem 1.1rem;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.hpg-btn-request:hover:not(:disabled)[b-320vjpgyo0],
.hpg-btn-request:focus:not(:disabled)[b-320vjpgyo0],
.hpg-btn-request:focus-visible:not(:disabled)[b-320vjpgyo0] {
    background: var(--hpg-accent);
    box-shadow: 0 10px 28px #6a4c93;
    box-shadow: 0 10px 28px rgba(106, 76, 147, 0.14);
    color: var(--hpg-text-dark);
    outline: none;
    transform: translateY(-2px);
}

.hpg-btn-request:disabled[b-320vjpgyo0] {
    box-shadow: none;
    cursor: not-allowed;
    filter: grayscale(0.05);
    opacity: 0.6;
    transform: none;
}

/* Ensure buttons that combine .hpg-btn-request + .hpg-btn-full behave */

.hpg-btn-request.hpg-btn-full[b-320vjpgyo0] {
    min-width: 0;
    width: 100%;
}

/* reCAPTCHA widget responsive and accessible styling */

.g-recaptcha[b-320vjpgyo0] {
    box-sizing: content-box;
    display: inline-block;
    max-width: 100%;
    width: 304px; /* default reCAPTCHA widget width */
}

/* Make iframe inside .g-recaptcha fluid where possible */

.g-recaptcha iframe[b-320vjpgyo0] {
    height: auto !important;
    width: 100% !important;
}

/* Place reCAPTCHA centered on narrow screens */

@media (max-width: 900px) {
    .hpg-recaptcha-container[b-320vjpgyo0] {
        justify-content: center;
        margin: 1rem 0;
    }

    .g-recaptcha[b-320vjpgyo0] {
        transform: scale(0.95);
        transform-origin: top center;
    }
}

@media (max-width: 420px) {
    .g-recaptcha[b-320vjpgyo0] { transform: scale(0.9); }
}

/* High-contrast focus for accessibility */

.hpg-btn-request:focus-visible[b-320vjpgyo0] {
    border-radius: 0.6rem;
    outline: 3px solid #b39ddb;
    outline: 3px solid rgba(179, 157, 219, 0.25);
}

/* Prevent request panel from hugging the viewport edges on large screens */

@media (min-width: 1200px) {
    .hpg-cart-form-panel[b-320vjpgyo0] {
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px; /* keep the form comfortably narrower than very large viewports */
        padding-left: 2rem; /* increase breathing room on either side */
        padding-right: 2rem;
        width: 100%;
    }
}

/* Slightly larger spacing for very large screens */

@media (min-width: 1600px) {
    .hpg-cart-form-panel[b-320vjpgyo0] {
        max-width: 1300px;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
/* /Features/Shared/UI/ThemeToggle.razor.rz.scp.css */
/* Theme Toggle styles moved from Components */
button.hpg-theme-toggle[b-ns8aq2w7vp] {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 50%;
    box-shadow: none !important;
    color: var(--hpg-primary) !important;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 2.7rem;
    justify-content: center;
    outline: none !important;
    overflow: visible;
    padding: 0.4rem;
    position: relative;
    transition: background-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    width: 2.7rem;
}

button.hpg-theme-toggle span[b-ns8aq2w7vp] {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    line-height: 0;
}

button.hpg-theme-toggle svg[b-ns8aq2w7vp] {
    color: inherit !important;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    transition: transform 0.32s cubic-bezier(.2, .9, .3, 1), stroke 0.18s ease, color 0.18s ease, fill 0.18s ease;
}

button.hpg-theme-toggle:hover svg[b-ns8aq2w7vp], button.hpg-theme-toggle:focus svg[b-ns8aq2w7vp], button.hpg-theme-toggle:focus-visible svg[b-ns8aq2w7vp] {
    color: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
}

button.hpg-theme-toggle:hover svg circle[b-ns8aq2w7vp], button.hpg-theme-toggle:focus svg circle[b-ns8aq2w7vp], button.hpg-theme-toggle:focus-visible svg circle[b-ns8aq2w7vp] {
    fill: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
}

button.hpg-theme-toggle[b-ns8aq2w7vp]::before {
    background: radial-gradient(circle at 30% 30%, rgba(179, 157, 219, 0.16) 0, rgba(248, 187, 208, 0.05) 40%, transparent 60%);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(89, 50, 150, 0.10);
    content: "";
    height: calc(100% + 8px);
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: calc(100% + 8px);
}

button.hpg-theme-toggle:hover[b-ns8aq2w7vp]::before, button.hpg-theme-toggle:focus[b-ns8aq2w7vp]::before, button.hpg-theme-toggle:focus-visible[b-ns8aq2w7vp]::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

button.hpg-theme-toggle:hover[b-ns8aq2w7vp], button.hpg-theme-toggle:focus[b-ns8aq2w7vp] {
    background: linear-gradient(135deg, rgba(179, 157, 219, 0.10), rgba(248, 187, 208, 0.06)) !important;
    background-color: transparent !important;
    box-shadow: 0 6px 18px rgba(89, 50, 150, 0.10), 0 2px 6px rgba(0, 0, 0, 0.05);
    color: var(--hpg-text-dark) !important;
    outline: none !important;
    transform: scale(1.04);
}

button.hpg-theme-toggle:hover svg[b-ns8aq2w7vp], button.hpg-theme-toggle:focus svg[b-ns8aq2w7vp] {
    color: var(--hpg-accent) !important;
    fill: var(--hpg-accent) !important;
    stroke: var(--hpg-accent) !important;
    transform: rotate(10deg) scale(1.04);
}

button.hpg-theme-toggle:active[b-ns8aq2w7vp] {
    background-color: rgba(179, 157, 219, 0.10) !important;
    box-shadow: 0 4px 12px rgba(89, 50, 150, 0.06) inset;
    transform: scale(0.98);
}

button.hpg-theme-toggle:focus-visible[b-ns8aq2w7vp] {
    box-shadow: 0 0 0 3px rgba(179, 157, 219, 0.12), 0 6px 18px rgba(89, 50, 150, 0.10);
    outline: none !important;
}
/* /Features/Shared/UI/Toast.razor.rz.scp.css */
.hpg-toast[b-a6u98kjujp] {
    align-items: center;
    animation: hpg-toast-in-b-a6u98kjujp 0.3s;
    background: var(--hpg-bg, var(--hpg-white));
    border-left: 6px solid var(--hpg-accent);
    border-radius: 8px;
    bottom: 2rem;
    box-shadow: 0 4px 16px var(--hpg-shadow-dark-sm);
    color: var(--hpg-text);
    display: flex;
    font-size: 1.05rem;
    gap: 1rem;
    max-width: 400px;
    min-width: 260px;
    padding: 1rem 2.5rem 1rem 1.2rem;
    position: fixed;
    right: 2rem;
    z-index: 9999;
}

.hpg-toast-success[b-a6u98kjujp] { border-left-color: var(--hpg-alert-success-accent); }

body[data-hpg-theme="dark"] .hpg-toast-success[b-a6u98kjujp] { border-left-color: var(--hpg-alert-success-accent-dark); }

.hpg-toast-error[b-a6u98kjujp] { border-left-color: var(--hpg-alert-error-accent); }

body[data-hpg-theme="dark"] .hpg-toast-error[b-a6u98kjujp] { border-left-color: var(--hpg-alert-error-accent-dark); }

.hpg-toast-message[b-a6u98kjujp] { flex: 1; }

.hpg-toast-close[b-a6u98kjujp] {
    background: none;
    border: none;
    color: var(--hpg-text);
    cursor: pointer;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.hpg-toast-close:hover[b-a6u98kjujp] { opacity: 1; }

@keyframes hpg-toast-in-b-a6u98kjujp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-sfxmqc37pq] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-sfxmqc37pq] { flex: 1; }

.sidebar[b-sfxmqc37pq] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0, #3a0647 70%); }

.top-row[b-sfxmqc37pq] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-sfxmqc37pq]  a, .top-row[b-sfxmqc37pq]  .btn-link {
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-sfxmqc37pq]  a:hover, .top-row[b-sfxmqc37pq]  .btn-link:hover { text-decoration: underline; }

.top-row[b-sfxmqc37pq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-sfxmqc37pq] { justify-content: space-between; }

    .top-row[b-sfxmqc37pq]  a, .top-row[b-sfxmqc37pq]  .btn-link { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-sfxmqc37pq] { flex-direction: row; }

    .sidebar[b-sfxmqc37pq] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-sfxmqc37pq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sfxmqc37pq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sfxmqc37pq], article[b-sfxmqc37pq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.hpg-app-shell[b-sfxmqc37pq] {
    display: flex;
    min-height: 100%;
    position: relative;
    transition: margin-left .25s ease;
    width: 100%;
}

.hpg-shell-main[b-sfxmqc37pq] {
    flex: 1 1 auto;
    min-width: 0;
}

.hpg-sidepanel[b-sfxmqc37pq] {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--hpg-bg) 70%, var(--hpg-accent) 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 32px 0 var(--hpg-shadow-primary-55);
    margin: 1rem 1.2rem 2rem 1rem;
    max-height: calc(100vh - 4.5rem);
    overflow-y: auto;
    padding: 1rem 1rem 2rem 1rem;
    position: sticky;
    top: 4.5rem;
    transform: translateX(-115%);
    transition: transform .3s ease;
    width: 300px;
    z-index: 900;
}

.hpg-sidepanel.open[b-sfxmqc37pq] { transform: translateX(0); }

.hpg-sidepanel-close[b-sfxmqc37pq] {
    background: none;
    border: none;
    color: var(--hpg-primary);
    cursor: pointer;
    font-size: 1.6rem;
    margin-left: auto;
    position: sticky;
    top: 0;
}

.hpg-sidepanel-close-btn[b-sfxmqc37pq] {
    background: none;
    border: none;
    color: var(--hpg-primary);
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    transition: color 0.2s, transform 0.2s;
    z-index: 10;
}

.hpg-sidepanel-close-btn:hover[b-sfxmqc37pq],
.hpg-sidepanel-close-btn:focus[b-sfxmqc37pq] {
    color: var(--hpg-accent);
    outline: none;
    transform: scale(1.1);
}

.hpg-sidepanel-close-btn svg[b-sfxmqc37pq] { display: block; }

.hpg-filter-toggle[b-sfxmqc37pq] {
    align-items: center;
    background: none;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    color: var(--hpg-primary);
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 2.7rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background .2s, color .2s, transform .2s;
    width: 2.7rem;
}

.hpg-filter-toggle:hover[b-sfxmqc37pq], .hpg-filter-toggle:focus[b-sfxmqc37pq] {
    background: var(--hpg-accent);
    color: var(--hpg-text-dark);
    outline: 2px solid var(--hpg-accent);
    transform: scale(1.06);
}

@media (min-width: 1100px) {
    .hpg-sidepanel[b-sfxmqc37pq] {
        min-width: 420px;
        position: sticky;
        transform: translateX(0);
        width: 420px;
    }

    .hpg-app-shell.hpg-shell-with-sidebar .hpg-shell-main[b-sfxmqc37pq] { margin-left: 0; }

    .hpg-filter-toggle[b-sfxmqc37pq] { display: inline-flex; }
}

@media (max-width: 1099px) {
    .hpg-sidepanel[b-sfxmqc37pq] {
        left: auto !important;
        margin: 0.5rem 0.5rem 1rem 0.5rem !important;
        max-height: none !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: calc(100% - 1rem) !important;
        z-index: auto !important;
    }

    .hpg-sidepanel:not(.open)[b-sfxmqc37pq] { display: none !important; }
}

@media (max-width: 1099px) {
    .hpg-app-shell[b-sfxmqc37pq] { flex-direction: column !important; }

    .hpg-shell-main[b-sfxmqc37pq] { width: 100%; }
}

.hpg-sidepanel[b-sfxmqc37pq] {
    background: linear-gradient(145deg, var(--hpg-bg) 72%, var(--hpg-accent) 100%) !important;
    border: 0 !important;
    box-shadow: 0 6px 28px -6px var(--hpg-shadow-dark-xl), 0 0 0 2px var(--hpg-shadow-primary-55) !important;
    padding: 1rem 1rem 1.4rem 1rem !important;
}

.hpg-sidepanel.open[b-sfxmqc37pq] { opacity: 1 !important; }

.hpg-sidepanel-close[b-sfxmqc37pq] { display: none !important; }

.hpg-sidepanel-inner[b-sfxmqc37pq] {
    padding: 0;
    position: relative;
}

.hpg-filter-toggle[b-sfxmqc37pq] { box-shadow: none !important; }

@media (min-width: 1100px) {
    .hpg-sidepanel:not(.open)[b-sfxmqc37pq] { display: none !important; }
}
