@import '_content/BakeryHouse.Components/BakeryHouse.Components.3or4exe5an.bundle.scp.css';

/* /Components/CultureSelector.razor.rz.scp.css */
.lang-selector[b-zsdyck1krp] {
    position: relative;
    display: inline-block;
}

.lang-toggle[b-zsdyck1krp] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    color: white;
    list-style: none;
    padding: 0.4rem 0.6rem;
    border-radius: 0.4rem;
    transition: background-color 0.15s;
    user-select: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.lang-toggle[b-zsdyck1krp]::-webkit-details-marker {
    display: none;
}

.lang-toggle[b-zsdyck1krp]::marker {
    display: none;
}

.lang-toggle:hover[b-zsdyck1krp] {
    background-color: rgba(0, 0, 0, 0.15);
}

.lang-icon[b-zsdyck1krp] {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}

.lang-popup[b-zsdyck1krp] {
    position: absolute;
    top: calc(100% + 0.3rem);
    right: 0;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    min-width: 150px;
    z-index: 100;
    padding: 0.4rem 0;
    overflow: hidden;
}

.lang-option[b-zsdyck1krp] {
    display: block;
    padding: 0.55rem 1rem;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
}

a.lang-option:hover[b-zsdyck1krp] {
    background-color: #f5f0eb;
    color: var(--bh-brown-500);
}

.lang-active[b-zsdyck1krp] {
    font-weight: 600;
    color: var(--bh-brown-500);
    cursor: default;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zgs1idu24d] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-zgs1idu24d] {
    background: linear-gradient(to bottom, var(--bh-brown-500) 0%, var(--bh-brown-500) 50%, transparent 50%);
}

.header-inner[b-zgs1idu24d] {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    padding: 0.75rem 2rem 0;
}

.header-logo-link[b-zgs1idu24d] {
    justify-self: center;
}

.header-logo[b-zgs1idu24d] {
    height: 14rem;
    background-color: var(--bh-brown-500);
    border-radius: 50%;
    padding: 6px;
    display: block;
}

.header-end[b-zgs1idu24d] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

    header[b-zgs1idu24d]  .cart-indicator {
        color: white;
    }

main[b-zgs1idu24d] {
    flex: 1;
    padding: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

footer[b-zgs1idu24d] {
    background-color: #f5ede3;
    border-top: 1px solid #e8ddd0;
    padding: 1.25rem 2rem;
    text-align: center;
}

.footer-links[b-zgs1idu24d] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 0.5rem;
}

.footer-links a[b-zgs1idu24d] {
    color: var(--bh-brown-500);
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover[b-zgs1idu24d] {
    text-decoration: underline;
}

.footer-copy[b-zgs1idu24d] {
    font-size: 0.8rem;
    color: #999;
    margin: 0;
}

@media (max-width: 600px) {
    .header-inner[b-zgs1idu24d] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem 1rem 0;
        gap: 0;
    }

    .header-logo[b-zgs1idu24d] {
        height: 9rem;
    }

    .header-end[b-zgs1idu24d] {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        padding-top: 0;
        justify-content: flex-end;
    }
}
/* /Components/Layout/ShoppingCartIndicator.razor.rz.scp.css */
.cart-indicator[b-5eukbd2yq7] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    padding: 0.4rem 0.6rem;
    border-radius: 0.4rem;
    transition: background-color 0.15s;
}

.cart-indicator:hover[b-5eukbd2yq7] {
    background-color: rgba(0, 0, 0, 0.15);
}

.cart-icon[b-5eukbd2yq7] {
    width: 2rem;
    height: 2rem;
}

.cart-badge[b-5eukbd2yq7] {
    position: absolute;
    top: -0.5rem;
    right: -0.7rem;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: bold;
    min-width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
    line-height: 1;
}
/* /Components/Pages/Cart.razor.rz.scp.css */
h1[b-dmkd4v04wz] {
    padding-left: 1rem;
    color: var(--bh-brown-500);
    margin-bottom: 1.5rem;
}

.qty-controls[b-dmkd4v04wz] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-qty[b-dmkd4v04wz] {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid var(--bh-brown-500);
    background: white;
    color: var(--bh-brown-500);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s, color 0.15s;
    padding: 0;
    flex-shrink: 0;
}

.btn-qty:hover[b-dmkd4v04wz] {
    background-color: var(--bh-brown-500);
    color: white;
}

.qty-count[b-dmkd4v04wz] {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.btn-remove[b-dmkd4v04wz] {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    transition: color 0.15s, background-color 0.15s;
    line-height: 1;
}

.btn-remove:hover[b-dmkd4v04wz] {
    color: #dc3545;
    background-color: #fff0f0;
}

.cart-actions[b-dmkd4v04wz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.btn-clear[b-dmkd4v04wz] {
    padding: 0.5rem 1.25rem;
    background: none;
    border: 1px solid #ccc;
    color: #888;
    border-radius: 2rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: border-color 0.15s, color 0.15s;
}

.btn-clear:hover[b-dmkd4v04wz] {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-order[b-dmkd4v04wz] {
    display: inline-block;
    padding: 0.65rem 1.75rem;
    background-color: var(--bh-brown-500);
    color: white;
    text-decoration: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-order:hover[b-dmkd4v04wz] {
    background-color: #9e7d56;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
h1[b-mz2dag9chr] {
    color: var(--bh-brown-500);
    margin-bottom: 1.5rem;
}

.contact-intro[b-mz2dag9chr] {
    max-width: 560px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.contact-card[b-mz2dag9chr] {
    max-width: 560px;
    background: #faf8f5;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
}

.contact-card h2[b-mz2dag9chr] {
    font-size: 1.25rem;
    color: var(--bh-brown-500);
    margin-bottom: 1.25rem;
}

.contact-details[b-mz2dag9chr] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.6rem 1.5rem;
}

.contact-details dt[b-mz2dag9chr] {
    font-weight: 500;
    color: #555;
}

.contact-details dd[b-mz2dag9chr] {
    margin: 0;
    color: #222;
}

.contact-details a[b-mz2dag9chr] {
    color: var(--bh-brown-500);
    text-decoration: none;
}

.contact-details a:hover[b-mz2dag9chr] {
    text-decoration: underline;
}

.contact-terms-link[b-mz2dag9chr] {
    font-size: 0.9rem;
    color: #666;
}

.contact-terms-link a[b-mz2dag9chr] {
    color: var(--bh-brown-500);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-lqaagb0m9e] {
    text-align: center;
    padding: 3rem 2rem 2.5rem;
}

.hero h1[b-lqaagb0m9e] {
    font-size: 2.8rem;
    color: var(--bh-brown-500);
    margin-bottom: 1rem;
    font-weight: bold;
}

.hero-subtitle[b-lqaagb0m9e] {
    font-size: 1.15rem;
    color: #666;
    max-width: 520px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

.instagram-cta[b-lqaagb0m9e] {
    margin-top: 1.75rem;
}

.instagram-description[b-lqaagb0m9e] {
    font-size: 0.9rem;
    color: #888;
    margin: 0 0 0.4rem;
}

.instagram-handle[b-lqaagb0m9e] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #c13584;
    font-size: 1rem;
    font-weight: 500;
}
.btn-order[b-lqaagb0m9e] {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background-color: var(--bh-brown-500);
    color: white;
    text-decoration: none;
    border-radius: 2rem;
    font-size: 1.05rem;
    font-weight: 500;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-order:hover[b-lqaagb0m9e] {
    background-color: #9e7d56;
    transform: translateY(-2px);
}

.top-products[b-lqaagb0m9e] {
    padding: 0 2rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.top-products h2[b-lqaagb0m9e] {
    font-size: 2rem;
    color: var(--bh-brown-500);
    margin-bottom: 1.5rem;
    text-align: center;
}

.top-products-more[b-lqaagb0m9e] {
    text-align: center;
    margin-top: 2rem;
}
/* /Components/Pages/Order/Complete.razor.rz.scp.css */
.order-complete[b-kvyxm1xnm9] {
    max-width: 560px;
    margin: 2rem auto;
    text-align: center;
}

.order-complete h1[b-kvyxm1xnm9] {
    color: var(--bh-brown-500);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.pickup-code-box[b-kvyxm1xnm9] {
    background-color: #fdf6ee;
    border: 2px solid var(--bh-brown-500);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.pickup-code-label[b-kvyxm1xnm9] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.pickup-code[b-kvyxm1xnm9] {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    color: var(--bh-brown-500);
    margin: 0;
}

.email-confirmation[b-kvyxm1xnm9] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
/* /Components/Pages/Order/Confirm.razor.rz.scp.css */
h1[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    color: var(--bh-brown-500);
}

.confirm-section[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 0 auto 2rem;
}

.confirm-section h2[b-ryg93j6nw7] {
    font-size: 1.2rem;
    color: var(--bh-brown-500);
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e8ddd0;
    padding-bottom: 0.4rem;
}

.confirm-details[b-ryg93j6nw7] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.4rem 1.5rem;
    margin-bottom: 1rem;
}

.confirm-details dt[b-ryg93j6nw7] {
    font-weight: 500;
    color: #666;
}

.order-form-actions[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 1.5rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.btn-next[b-ryg93j6nw7] {
    padding: 0.75rem 2rem;
    background-color: var(--bh-brown-500);
    color: white;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-next:hover[b-ryg93j6nw7] {
    background-color: #9e7d56;
}

.btn-back[b-ryg93j6nw7] {
    color: var(--bh-brown-500);
    text-decoration: none;
    font-size: 0.95rem;
}

.btn-back:hover[b-ryg93j6nw7] {
    text-decoration: underline;
}

.pickup-info[b-ryg93j6nw7] {
    display: block;
    font-size: 0.875rem;
    color: #555;
    margin-top: 0.2rem;
}

.allergen-notice[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.25rem;
    background: #fffbf0;
    border: 1px solid #e8ddd0;
    border-left: 3px solid #c8963a;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
}

.terms-acceptance[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 1.5rem auto 0;
    padding: 1rem 1.25rem;
    background: #faf8f5;
    border-radius: 0.5rem;
    border: 1px solid #e8ddd0;
}

.terms-label[b-ryg93j6nw7] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #333;
    cursor: pointer;
}

.terms-label[b-ryg93j6nw7]  input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--bh-brown-500);
    cursor: pointer;
}

.terms-label a[b-ryg93j6nw7] {
    color: var(--bh-brown-500);
    text-decoration: underline;
}

.col-stock[b-ryg93j6nw7] {
    text-align: center;
    min-width: 6rem;
}

.stock-ok[b-ryg93j6nw7] {
    color: #2e7d32;
    font-weight: 500;
}

.stock-warn[b-ryg93j6nw7] {
    color: #c62828;
    font-weight: 600;
}

.alert-stock-error[b-ryg93j6nw7] {
    max-width: 720px;
    margin: 1.5rem auto 1rem;
    padding: 0.875rem 1.25rem;
    background: #fff3f3;
    border: 1px solid #f5c2c2;
    border-radius: 0.5rem;
    color: #c62828;
    font-size: 0.95rem;
}
/* /Components/Pages/Order/CustomerDetails.razor.rz.scp.css */
h1[b-0x8ps0xspv] {
    max-width: 520px;
    margin: 0 auto 1.5rem;
    color: var(--bh-brown-500);
}

.form-honey[b-0x8ps0xspv] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.order-form[b-0x8ps0xspv] {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.form-group[b-0x8ps0xspv] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.form-group label[b-0x8ps0xspv] {
    font-weight: 500;
    color: #444;
}

.order-form[b-0x8ps0xspv]  .form-input {
    padding: 0.6rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    font-size: 1rem;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.order-form[b-0x8ps0xspv]  .form-input:focus {
    outline: 2px solid var(--bh-brown-500);
    border-color: var(--bh-brown-500);
}

.order-form-actions[b-0x8ps0xspv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
}

.btn-next[b-0x8ps0xspv] {
    padding: 0.75rem 2rem;
    background-color: var(--bh-brown-500);
    color: white;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-next:hover[b-0x8ps0xspv] {
    background-color: #9e7d56;
}

.btn-back[b-0x8ps0xspv] {
    color: var(--bh-brown-500);
    text-decoration: none;
    font-size: 0.95rem;
}

.pickup-info[b-0x8ps0xspv] {
    font-size: 0.875rem;
    color: #555;
    margin-top: 0.5rem;
    padding: 0.6rem 0.8rem;
    background: #faf8f5;
    border-radius: 0.4rem;
    border-left: 3px solid var(--bh-brown-500);
}

.btn-back:hover[b-0x8ps0xspv] {
    text-decoration: underline;
}

.pickup-times-info[b-0x8ps0xspv] {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
    font-style: italic;
}
/* /Components/Pages/Order/OrderStatus.razor.rz.scp.css */
.order-status[b-f0v9a8ou5z] {
    max-width: 700px;
    margin: 2rem auto;
}

.order-header[b-f0v9a8ou5z] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.order-number-box[b-f0v9a8ou5z],
.order-date-box[b-f0v9a8ou5z] {
    background-color: #fdf6ee;
    border: 2px solid var(--bh-brown-500);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    flex: 1;
    min-width: 160px;
    text-align: center;
}

.order-number-label[b-f0v9a8ou5z],
.order-date-label[b-f0v9a8ou5z] {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 0.25rem;
}

.order-number[b-f0v9a8ou5z],
.order-date[b-f0v9a8ou5z] {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--bh-brown-500);
    margin: 0;
}

.payment-status[b-f0v9a8ou5z] {
    display: inline-block;
    padding: 0.4rem 1.1rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.payment-status-paid[b-f0v9a8ou5z] {
    background: #d4edda;
    color: #155724;
}

.payment-status-pending[b-f0v9a8ou5z] {
    background: #fff3cd;
    color: #856404;
}

.payment-status-failed[b-f0v9a8ou5z],
.payment-status-cancelled[b-f0v9a8ou5z] {
    background: #f8d7da;
    color: #721c24;
}

.payment-status-expired[b-f0v9a8ou5z],
.payment-status-open[b-f0v9a8ou5z] {
    background: #e2e3e5;
    color: #383d41;
}

.pickup-code-box[b-f0v9a8ou5z] {
    background-color: #fdf6ee;
    border: 2px solid var(--bh-brown-500);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.pickup-code-label[b-f0v9a8ou5z] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.pickup-code[b-f0v9a8ou5z] {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    color: var(--bh-brown-500);
    margin: 0;
}

.status-section[b-f0v9a8ou5z] {
    margin-bottom: 2rem;
}

.status-section h2[b-f0v9a8ou5z] {
    font-size: 1.2rem;
    color: var(--bh-brown-500);
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e0d0c0;
    padding-bottom: 0.4rem;
}

.status-table[b-f0v9a8ou5z] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.status-table th[b-f0v9a8ou5z],
.status-table[b-f0v9a8ou5z]  td {
    padding: 0.5rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid #f0e8df;
}

.status-table thead th[b-f0v9a8ou5z] {
    font-weight: 600;
    color: #555;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.status-table[b-f0v9a8ou5z]  .col-amount {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.status-table[b-f0v9a8ou5z]  tfoot td {
    border-top: 2px solid var(--bh-brown-500);
    border-bottom: none;
    padding-top: 0.75rem;
}

.customer-details[b-f0v9a8ou5z] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.4rem 1.5rem;
    font-size: 0.95rem;
}

.customer-details dt[b-f0v9a8ou5z] {
    font-weight: 500;
    color: #666;
}

.status-actions[b-f0v9a8ou5z] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.payment-area[b-f0v9a8ou5z] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: #faf8f5;
    border-radius: 0.5rem;
    border: 1px solid #e8ddd0;
}

.btn-order[b-f0v9a8ou5z] {
    display: inline-block;
    padding: 0.65rem 1.75rem;
    background-color: var(--bh-brown-500);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-order:hover[b-f0v9a8ou5z] {
    background-color: #9e7d56;
    color: white;
}

.btn-back[b-f0v9a8ou5z] {
    color: var(--bh-brown-500);
    text-decoration: none;
    font-size: 0.95rem;
}

.btn-back:hover[b-f0v9a8ou5z] {
    text-decoration: underline;
}
/* /Components/Pages/Order/PaymentReturn.razor.rz.scp.css */
.order-complete[b-waxlpjbqma] {
    max-width: 560px;
    margin: 2rem auto;
    text-align: center;
}

.order-complete h1[b-waxlpjbqma] {
    color: var(--bh-brown-500);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.order-number-box[b-waxlpjbqma] {
    background-color: #fdf6ee;
    border: 2px solid var(--bh-brown-500);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.order-number-label[b-waxlpjbqma] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.order-number[b-waxlpjbqma] {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: var(--bh-brown-500);
    margin: 0;
}

.payment-actions[b-waxlpjbqma] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.payment-actions form[b-waxlpjbqma] {
    display: contents;
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
.product-detail[b-6t3xcixl0y] {
    max-width: 680px;
}

.form-honey[b-6t3xcixl0y] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.product-detail h1[b-6t3xcixl0y] {
    font-size: 2rem;
    color: var(--bh-brown-500);
    margin-bottom: 1rem;
}

.product-detail[b-6t3xcixl0y]  .carousel {
    margin-bottom: 1.25rem;
}

.product-price[b-6t3xcixl0y] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #444;
}

.product-description[b-6t3xcixl0y] {
    line-height: 1.7;
    color: #555;
    margin-bottom: 2rem;
}

.product-detail[b-6t3xcixl0y]  .add-to-cart-form {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.product-detail[b-6t3xcixl0y]  .add-to-cart-form label {
    font-weight: 500;
}

.product-detail[b-6t3xcixl0y]  .add-to-cart-form input[type="number"] {
    width: 5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    font-size: 1rem;
    text-align: center;
}

.btn-add-to-cart[b-6t3xcixl0y] {
    padding: 0.65rem 1.75rem;
    background-color: var(--bh-brown-500);
    color: white;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-add-to-cart:hover[b-6t3xcixl0y] {
    background-color: #9e7d56;
    transform: translateY(-1px);
}

.product-meta-section[b-6t3xcixl0y] {
    max-width: 680px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: #faf8f5;
    border-radius: 0.5rem;
    border-left: 3px solid var(--bh-brown-500);
}

.product-meta-heading[b-6t3xcixl0y] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bh-brown-500);
    margin-bottom: 0.4rem;
}

.product-meta-body[b-6t3xcixl0y] {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #555;
}

.product-meta-body[b-6t3xcixl0y]  p {
    margin: 0;
}

.product-info-panel[b-6t3xcixl0y] {
    max-width: 680px;
    margin-top: 2.5rem;
    border-top: 2px solid #e8ddd0;
    padding-top: 2rem;
}

.product-info-panel[b-6t3xcixl0y]  h2 {
    font-size: 1.4rem;
    color: var(--bh-brown-500);
    margin-bottom: 1rem;
}

.product-info-panel[b-6t3xcixl0y]  h3 {
    font-size: 1.05rem;
    color: var(--bh-brown-500);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.product-info-panel[b-6t3xcixl0y]  p {
    line-height: 1.75;
    color: #444;
    margin-bottom: 0.75rem;
}

.product-info-panel[b-6t3xcixl0y]  ul {
    padding-left: 1.4rem;
    margin-bottom: 0.75rem;
}

.product-info-panel[b-6t3xcixl0y]  li {
    line-height: 1.7;
    color: #444;
    margin-bottom: 0.25rem;
}

.product-info-panel[b-6t3xcixl0y]  blockquote {
    background: #faf8f5;
    border-left: 3px solid var(--bh-brown-500);
    padding: 0.75rem 1rem;
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 0.925rem;
    color: #555;
    margin-top: 1rem;
}
/* /Components/Pages/Products.razor.rz.scp.css */
h1[b-ktwlx4b7mn] {
    margin-bottom: 2rem;
    color: var(--bh-brown-500);
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms[b-mw588t5ghx] {
    max-width: 740px;
    margin: 0 auto;
}

.terms-lang-notice[b-mw588t5ghx] {
    max-width: 740px;
    margin: 0 auto 1.5rem;
    padding: 0.7rem 1rem;
    background: #faf8f5;
    border: 1px solid #e8ddd0;
    border-left: 3px solid var(--bh-brown-500);
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.terms h1[b-mw588t5ghx] {
    color: var(--bh-brown-500);
    font-size: 1.9rem;
    margin-bottom: 0.4rem;
}

.terms-meta[b-mw588t5ghx] {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.terms section[b-mw588t5ghx] {
    margin-bottom: 1.75rem;
}

.terms h2[b-mw588t5ghx] {
    font-size: 1.05rem;
    color: var(--bh-brown-500);
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e8ddd0;
    padding-bottom: 0.3rem;
}

.terms p[b-mw588t5ghx] {
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.6rem;
}

.terms a[b-mw588t5ghx] {
    color: var(--bh-brown-500);
}

.identity-details[b-mw588t5ghx] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.3rem 1.25rem;
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.identity-details dt[b-mw588t5ghx] {
    color: #666;
    font-weight: 500;
}

.identity-details dd[b-mw588t5ghx] {
    margin: 0;
    color: #333;
}
/* /Components/PickupLocationContact.razor.rz.scp.css */
.pickup-location-info[b-8wmz23a4bs] {
    text-align: left;
    background: #faf8f5;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
}

.pickup-location-info h3[b-8wmz23a4bs] {
    font-size: 1rem;
    color: var(--bh-brown-500);
    margin: 0 0 0.5rem;
}

.pickup-location-info p[b-8wmz23a4bs] {
    margin: 0.3rem 0;
}

.pickup-info[b-8wmz23a4bs] {
    font-size: 0.9rem;
    color: #555;
    text-align: left;
}

.instagram-link[b-8wmz23a4bs] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
/* /Components/ProductCard.razor.rz.scp.css */
.product-card-link[b-x2838or5ei] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card[b-x2838or5ei] {
    border: 1px solid #e8ddd3;
    border-radius: 0.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s, transform 0.15s;
    height: 100%;
}

.product-card-link:hover .product-card[b-x2838or5ei] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.product-card h2[b-x2838or5ei] {
    font-size: 1.15rem;
    color: #333;
    margin: 0;
}

.product-card-image[b-x2838or5ei] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.product-card-body[b-x2838or5ei] {
    padding: 1.25rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.product-card-price[b-x2838or5ei] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bh-brown-500);
    margin: 0;
    text-align: right;
}
/* /Components/ProductImageCarousel.razor.rz.scp.css */
.carousel[b-vavlvxw0f6] {
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #f5ede4;
    position: relative;
}

.carousel-track[b-vavlvxw0f6] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel-track[b-vavlvxw0f6]::-webkit-scrollbar {
    display: none;
}

.carousel-slide[b-vavlvxw0f6] {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.carousel-image[b-vavlvxw0f6] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.carousel-btn[b-vavlvxw0f6] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.2s;
}

.carousel-btn:hover[b-vavlvxw0f6] {
    background: rgba(255, 255, 255, 1);
}

.carousel-prev[b-vavlvxw0f6] {
    left: 0.6rem;
}

.carousel-next[b-vavlvxw0f6] {
    right: 0.6rem;
}
