/* _content/AgccShop/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kz6iepjhyb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-kz6iepjhyb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
app[b-kz6iepjhyb] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Add these */
    max-width: 200px;
    margin: 0 auto;
    /*min-width: 1000px;*/
}
/* _content/AgccShop/Components/Layout/NavBar.razor.rz.scp.css */
@media print {
    .no-print[b-dv0ajy13bf] {
        display: none;
    }
}

.cart-button[b-dv0ajy13bf] {
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.cart-badge[b-dv0ajy13bf] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 10px;
}

.i[b-dv0ajy13bf] {
    font-size: 23px; /* Font Awesome cart icon size */
}
/* wwwroot/css/site.css or inline <style> */
.navbar-collapse.show[b-dv0ajy13bf] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000; /* match your navbar */
    z-index: 1050; /* higher than normal content */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.navbar[b-dv0ajy13bf] {
    position: relative;
    z-index: 1060; /* optional, ensures navbar is above content */
}
/* _content/AgccShop/Components/Pages/CardSelect.razor.rz.scp.css */
/* Image container styling */
.image-container[b-acfv65jxpp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    margin: 1rem .5rem 1rem .5rem;
    padding-top: 3rem;
}
/* Form field container styling */
.form-container[b-acfv65jxpp] {
    justify-content: left;
    align-items: flex-start;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    margin: 1rem .5rem 1rem .5rem;
    padding: 7px;
}
    /* Image styling */
.cssimg[b-acfv65jxpp] {
    width: 90%;
}
/* Button styling */
.add-to-cart-button[b-acfv65jxpp] {
    margin-top: 2rem;
    padding: 1rem 2rem;
    border: none;
    background-color: #dec870;
    color: black;
    border-radius: 1rem;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    width: 80%;
    margin-bottom: 2rem;
    font-size: 100%;
    font-weight: 500;
    box-sizing: border-box;
}
    .add-to-cart-button:hover[b-acfv65jxpp] {
        background: #000;
        color: #dec870;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        font-weight: 500;
    }

/* Form field container styling */
.form-container[b-acfv65jxpp] {
    justify-content: left;
    align-items: flex-start;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    margin: 1rem .5rem 1rem .5rem;
}

/* Input and label styling */
.flex-column[b-acfv65jxpp] {
    display: flex;
    flex-direction: column;
}


/* Input styling */
.input-field[b-acfv65jxpp] {
    display: flex;
    flex-direction: column;
}

label[b-acfv65jxpp] { 
    font-weight: 500;
}

.set-weight[b-acfv65jxpp]{
    font-weight: 500;
}
.amount-boxes[b-acfv65jxpp] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}

.amount-box[b-acfv65jxpp] {
    border: 2px solid #000;
    background-color: #f8f8f8;
    padding: 4px 2px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.2s;
    color: #000;
    font-weight:500;
}

    .amount-box:hover[b-acfv65jxpp] {
        background-color: #e0e0e0;
    }

    .amount-box.selected[b-acfv65jxpp] {
        border-color: #000;
        background-color: #000;
        font-weight: bold;
        color: #dec870;
    }

.formatted-amount[b-acfv65jxpp] {
    font-weight: bold;
    font-size: 1.5em; /* or use px like 24px */
}
.row[b-acfv65jxpp] {
    background-color: transparent;
}

/* Optional: ensure spacing doesn�t break full background */
.page[b-acfv65jxpp] {
    min-height: 100vh;
    background-color: #f9f1cf;
    display: flex;
    flex-direction: column;
}
.avalon-info-card[b-acfv65jxpp] {
    border: 1px solid #dcdcdc;
    background-color: #f8f9fa;
    padding: 7px;
}

    .avalon-info-card h5[b-acfv65jxpp] {
        color: #0a472e;
        font-weight: 600;
        text-align: center;
    }
    .avalon-info-card h6[b-acfv65jxpp] {
        text-align: center;
    }
    .avalon-info-card p[b-acfv65jxpp] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    .image-container h4[b-acfv65jxpp] {
        color: black;
        font-weight: 600;
    }





/* _content/AgccShop/Components/Pages/CheckOut.razor.rz.scp.css */
.container[b-pgn9f8s4fg] {
    display: flex;
    justify-content: space-between;
    height: 100vh; /* Set container height to 100% of the viewport */
    gap: 20px; /* Optional, to add some space between the sections */
}

.form-container[b-pgn9f8s4fg] {
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    margin: 1rem .5rem 1rem .5rem;
    padding-bottom: 1rem;
}
.left-section[b-pgn9f8s4fg] {
    width: 50%; /* Adjust the width of the left section */
    overflow-y: scroll;
}
    /* Hide the scrollbar */
    .left-section[b-pgn9f8s4fg]::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* Makes the scrollbar invisible */
    }

    .left-section[b-pgn9f8s4fg]::-webkit-scrollbar-thumb {
        background: transparent; /* Makes the thumb (slider) invisible */
    }

.right-section[b-pgn9f8s4fg] {
    width: 50%; /* Adjust the width of the right section */
}

.checkout-summary-card[b-pgn9f8s4fg] {
    margin: 1rem .5rem 1rem .5rem;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
}

.checkout-summary-items[b-pgn9f8s4fg] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin: .5rem;
}

.checkout-summary-seperator[b-pgn9f8s4fg] {
    height: 0.5px;
    background-color: #808080;
    margin-bottom: 8px;
}

.checkout-summary-button[b-pgn9f8s4fg] {
    display: flex;
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
    background: #dec870;
    color: black;
    border-radius: 1rem;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    box-sizing: border-box;
    padding: 1rem 2rem;
}

    .checkout-summary-button:hover:enabled[b-pgn9f8s4fg] {
        background: #000;
        color: #dec870;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        font-weight: 500;
    }

    .checkout-summary-button:disabled[b-pgn9f8s4fg] {
        background-color: #ccc;
        cursor: not-allowed;
        font-weight: 500;
    }


/* Input and label styling */
.flex-column[b-pgn9f8s4fg] {
    display: flex;
    flex-direction: column;
}

/* Styling for message label */
.message-label[b-pgn9f8s4fg] {
    float: left;
}

.checkout-input-field[b-pgn9f8s4fg] {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
}
.checkout-input-row[b-pgn9f8s4fg] {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    margin-right: 1rem;
}

.checkout-edit-label[b-pgn9f8s4fg] {
    white-space: nowrap;
    font-weight: 500;

}

.spinner-overlay[b-pgn9f8s4fg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top */
    background-color: rgba(255, 255, 255, 0.5); /* Optional: light transparent background */
}
.d-flex[b-pgn9f8s4fg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.w-auto[b-pgn9f8s4fg] {
    width: auto;
}


@media (max-width: 900px) {
    .container[b-pgn9f8s4fg] {
        flex-direction: column;
        height: auto; /* prevents weird stretching on small screens */
    }

    .left-section[b-pgn9f8s4fg],
    .right-section[b-pgn9f8s4fg] {
        width: 100%; /* full width when stacked */
    }
}
/* _content/AgccShop/Components/Pages/Home.razor.rz.scp.css */
/* General Styling */
body[b-zrj76eruzo] {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}


.price[b-zrj76eruzo] {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    color: #dec870;
}

.gift-card-container[b-zrj76eruzo] {
    display: flex;
    align-items: flex-start;
    gap: 20px;

}

/* Sidebar */
.filter-panel[b-zrj76eruzo] {
    width: 220px;
    min-width: 220px;
    background-color: #dec870;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 5px;
    overflow-y: auto;
    z-index: 1000;
}

.filter-title[b-zrj76eruzo] {
    text-align: center;
    margin-bottom: 10px;
}

.filter-section[b-zrj76eruzo] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.filter-section-label[b-zrj76eruzo] {
    font-weight:bold;
}

.linklike[b-zrj76eruzo] {
    display: block;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    color: black;
}

.linklike:hover[b-zrj76eruzo] {
    color: blue;
}

/* Main content */
.gift-card-content[b-zrj76eruzo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-title[b-zrj76eruzo] {
    text-align: center;
    margin-bottom: 1rem;
}

/* Grid */
.gift-card-grid[b-zrj76eruzo] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.gift-card-item[b-zrj76eruzo] {
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    text-align: center;
    padding: 10px;
}

.gift-card-item h5[b-zrj76eruzo] {
    font-size: 1rem;
    margin-bottom: 10px;
}

.gift-card-item img[b-zrj76eruzo] {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.gift-card-item button[b-zrj76eruzo] {
    background-color: #dec870;
    color: black;
    border: none;
    border-radius: 1rem;
    padding: 0.6rem 2rem;
    cursor: pointer;
    width: 90%;
    max-width: 200px;
}

.gift-card-item button:hover[b-zrj76eruzo] {
    background-color: black;
    color: #dec870;
}

/* Membership boxes */
.membership-container[b-zrj76eruzo] {
    display: flex;
    justify-content: center;
}

.membership-box[b-zrj76eruzo] {
    border: 3px solid #dec870;
    border-radius: 1.5rem;
    padding: 30px;
    width: 250px;
    background-color: #111;
    color: #dec870;
    text-align: center;
}

/* Pagination */
.pagination[b-zrj76eruzo] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

/* Info cards */
.image-wrapper[b-zrj76eruzo] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.image-container[b-zrj76eruzo] {
    background-color: #e6e1cd;
    border-radius: 1.5rem;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

@media (max-width: 1600px) and (min-width: 1201px) {
    .gift-card-grid[b-zrj76eruzo] {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1200px) and (min-width: 901px) {
    .gift-card-grid[b-zrj76eruzo] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Responsive */
@media (max-width: 900px) {
    .gift-card-grid[b-zrj76eruzo] {
        grid-template-columns: 1fr; /* One card per row */
    }


    .filter-panel[b-zrj76eruzo] {
        width: 150px; /* narrower sidebar */
        min-width: 150px;
        padding: 3px; /* reduce padding */
    }

    /* Shrink titles and labels inside the sidebar */
    .filter-title[b-zrj76eruzo] {
        font-size: 1rem; /* smaller title */
        margin-bottom: 5px;
    }

    .filter-section-label[b-zrj76eruzo] {
        font-size: 0.9rem; /* smaller label */
    }

    .filter-item label[b-zrj76eruzo] {
        font-size: 0.85rem; /* smaller checkbox labels */
    }

    .linklike[b-zrj76eruzo] {
        font-size: 0.9rem; /* smaller links */
        padding: 2px 0;
    }
}
/* _content/AgccShop/Components/Pages/PageHeader.razor.rz.scp.css */
.cart-container[b-avnyp693q4] {
    position: relative;
    display: inline-block;
}

.cart-button[b-avnyp693q4] {
    font-size: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.badge[b-avnyp693q4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 10px;
}

.i[b-avnyp693q4] {
    font-size: 23px; /* Font Awesome cart icon size */
}
h1[b-avnyp693q4] {
    text-align: center;
    color: #dec870;
    background-color: black;
}
@media print {
    .no-print[b-avnyp693q4] {
        display: none;
    }
}
/* _content/AgccShop/Components/Pages/Receipt.razor.rz.scp.css */
@media print {
    @page {
        size: auto; /* or A4, letter */
        margin: 20mm;
    }

    body[b-fii0ad7ynk] {
        margin: 0;
        padding: 0;
        color: black;
    }

    .page-break[b-fii0ad7ynk] {
        page-break-before: always;
    }

    thead[b-fii0ad7ynk] {
        display: table-header-group; /* Repeats table headers on each printed page */
    }

    tfoot[b-fii0ad7ynk] {
        display: table-footer-group; /* Optional: Repeat footers */
    }

    .no-print[b-fii0ad7ynk] {
        display: none; /* Hide buttons or UI elements */
    }

}
.text-end[b-fii0ad7ynk] {
    text-align: right;
}

.sale-amt[b-fii0ad7ynk] {
    text-align: right;
    width: 150px;
}
.print-button[b-fii0ad7ynk] {
    display: flex;
    background: #dec870;
    color: black;
    border-radius: 1rem;
    cursor: pointer;
    width: 80%;
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 1rem 2rem;
}

    .print-button:hover[b-fii0ad7ynk] {
        background: #000;
        color: #dec870;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    }
/* _content/AgccShop/Components/Pages/ViewCart.razor.rz.scp.css */
.container[b-wlf5kt53vg] {
    display: flex;
    justify-content: space-between;
    height: 100vh; /* Set container height to 100% of the viewport */
    gap: 20px; /* Optional, to add some space between the sections */
}

.left-section[b-wlf5kt53vg] {
    /*flex:1 1 100%;  Adjust the width of the left section */
    width: 50%;
    overflow-y: scroll;
}
    /* Hide the scrollbar */
    .left-section[b-wlf5kt53vg]::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* Makes the scrollbar invisible */
    }

    .left-section[b-wlf5kt53vg]::-webkit-scrollbar-thumb {
        background: transparent; /* Makes the thumb (slider) invisible */
    }
.right-section[b-wlf5kt53vg] {
    /*flex: 1 1 100%;  Adjust the width of the right section */
    width: 50%;
}

@media (max-width: 900px) {
    .container[b-wlf5kt53vg] {
        flex-direction: column;
        height: auto; /* prevents weird stretching on small screens */
    }

    .left-section[b-wlf5kt53vg],
    .right-section[b-wlf5kt53vg] {
        width: 100%; /* full width when stacked */
    }
}

ul[b-wlf5kt53vg] {
    list-style: none; /* Remove default bullet points */
    padding: 0;
}

li[b-wlf5kt53vg] {
    display: list-item;
    text-align: -webkit-match-parent;
}
.cart-card[b-wlf5kt53vg] {
    margin: 1rem .5rem 1rem .5rem;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
}
.cart-item[b-wlf5kt53vg] {
    display: flex;
    flex-wrap: wrap;
}
.cart-card-img[b-wlf5kt53vg] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 40%;
}
.cart-card-info[b-wlf5kt53vg] {
    display: flex;
    flex-direction: column;
    padding-left:1rem;
    flex-wrap:nowrap;
    overflow:hidden;
}
.cart-card-img-button[b-wlf5kt53vg] {
    display: flex;
    background: #dec870;
    color: black;
    border-radius: 1rem;
    cursor: pointer;
    width: 80%;
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 1rem 2rem;
}
    .cart-card-img-button:hover[b-wlf5kt53vg] {
        background: #000;
        color: #dec870;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
    }
.cart-amt[b-wlf5kt53vg] {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    margin:.5rem;
}
.cart-card-heading[b-wlf5kt53vg] {
    text-align: center;
    font-weight: 500;
}
.cart-summary-card[b-wlf5kt53vg] {
    margin: 1rem .5rem 1rem .5rem;
    background-color: #e6e1cd;
    border: 1px solid #e6e1cd;
    border-radius: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
}
.cart-summary-items[b-wlf5kt53vg] {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 8px;
    margin: .5rem;
}
.cart-summary-seperator[b-wlf5kt53vg] {
    height: 0.5px;
    background-color: #808080;
    margin-bottom: 8px;
}
.cart-summary-button[b-wlf5kt53vg] {
    display: flex;
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
    background: #dec870;
    color: black;
    border-radius: 1rem;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    box-sizing: border-box;
    padding: 1rem 2rem;
}
.cart-summary-button:hover[b-wlf5kt53vg] {
    background: #000;
    color: #dec870;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
/* Input and label styling */
.flex-column[b-wlf5kt53vg] {
    display: flex;
    flex-direction: column;
}

