/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9p2w2anjuq] {
    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-9p2w2anjuq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Checkout.razor.rz.scp.css */
.shipping-item[b-9gapjy0jxs],
.payment-item[b-9gapjy0jxs] {
    max-width: 100%;
    width: 100%;
}

.shipping-options[b-9gapjy0jxs]  .shipping-option {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 92px;
    padding: 16px 18px;
    transition: border-color 160ms ease, background-color 160ms ease;
    width: 100%;
}

.shipping-options[b-9gapjy0jxs]  .shipping-option:hover {
    background-color: #fafafa;
    border-color: var(--mud-palette-primary);
}

.shipping-options[b-9gapjy0jxs]  .shipping-option:focus-visible {
    outline: 2px solid #d71920;
    outline-offset: 2px;
}

.shipping-options[b-9gapjy0jxs]  .shipping-option-selected {
    background-color: #fff7f7;
    border: 2px solid #d71920 !important;
}

.shipping-label[b-9gapjy0jxs],
.payment-label[b-9gapjy0jxs] {
    font-size: 1.15rem;
    font-weight: 700;
}

.payment-options[b-9gapjy0jxs]  .payment-option {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
    min-height: 82px;
    padding: 14px 18px;
    width: 100%;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.payment-options[b-9gapjy0jxs]  .payment-option:hover {
    background-color: #fafafa;
    border-color: var(--mud-palette-primary);
}

.payment-options[b-9gapjy0jxs]  .payment-option:focus-visible {
    outline: 2px solid #d71920;
    outline-offset: 2px;
}

.payment-options[b-9gapjy0jxs]  .payment-option-selected {
    background-color: #fff7f7;
    border: 2px solid #d71920 !important;
    box-shadow: none;
}

.payment-logo-wrap[b-9gapjy0jxs] {
    align-items: center;
    background: #fff;
    border: 0px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    flex: 0 0 92px;
    height: 50px;
    justify-content: center;
    padding: 8px 12px;
}

.payment-logo[b-9gapjy0jxs] {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.payment-label[b-9gapjy0jxs] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 50px;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .payment-option[b-9gapjy0jxs] {
        gap: 10px;
        padding: 12px;
    }

    .payment-logo-wrap[b-9gapjy0jxs] {
        flex-basis: 72px;
        height: 44px;
        padding: 7px 9px;
    }

    .payment-label[b-9gapjy0jxs] {
        height: 44px;
    }
}
/* /Components/Pages/Designer.razor.rz.scp.css */
.designer-page[b-3l1izyyihd] {
    align-items: flex-start;
    display: flex;
    gap: 32px;
    justify-content: center;
    padding: 48px 24px;
    transition: filter 200ms ease, opacity 200ms ease;
}

.designer-page-inactive[b-3l1izyyihd] {
    filter: blur(1px);
    opacity: .4;
    pointer-events: none;
    user-select: none;
}

.designer-canvas-column[b-3l1izyyihd] {
    flex: 0 1 560px;
    min-width: 0;
    width: 42%;
}

.designer-canvas-stack[b-3l1izyyihd] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.designer-toolbar[b-3l1izyyihd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.designer-primary-button[b-3l1izyyihd],
.designer-secondary-button[b-3l1izyyihd],
.designer-value-button[b-3l1izyyihd],
.designer-format-button[b-3l1izyyihd] {
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 650;
    padding: 8px 16px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.designer-primary-button[b-3l1izyyihd] {
    border: 2px solid #b91c1c;
    color: #b91c1c;
}

.designer-primary-button:hover[b-3l1izyyihd] {
    background: #fef2f2;
}

.designer-upload-button[b-3l1izyyihd] {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.designer-upload-button.disabled[b-3l1izyyihd] {
    cursor: wait;
    opacity: .7;
    pointer-events: none;
}

.designer-secondary-button[b-3l1izyyihd] {
    border: 2px solid #d1d5db;
    color: #374151;
}

.designer-format-button[b-3l1izyyihd] {
    border: 2px solid #d1d5db;
    color: #374151;
    min-width: 42px;
}

.designer-format-button.selected[b-3l1izyyihd] {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}

.designer-secondary-button:hover:not(:disabled)[b-3l1izyyihd] {
    background: #f9fafb;
}

.designer-secondary-button:disabled[b-3l1izyyihd],
.designer-cart-button:disabled[b-3l1izyyihd] {
    cursor: not-allowed;
    opacity: .4;
}

.designer-canvas-frame[b-3l1izyyihd] {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .12);
    max-width: 900px;
    width: 100%;
}

.designer-canvas[b-3l1izyyihd] {
    display: block;
    touch-action: none;
    user-select: none;
    width: 100%;
}

.designer-handle-hit[b-3l1izyyihd] {
    fill: transparent;
    r: 34px;
    stroke: transparent;
}

.designer-resize-icon[b-3l1izyyihd],
.designer-rotate-icon[b-3l1izyyihd] {
    fill: none;
    pointer-events: none;
    stroke: #4f46e5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.5px;
}

.designer-touch-hint[b-3l1izyyihd] {
    color: #6b7280;
    display: none;
    font-size: .8rem;
    margin: 0;
}

.designer-options-column[b-3l1izyyihd] {
    flex: 0 1 620px;
    min-width: 0;
    width: 50%;
}

.designer-section[b-3l1izyyihd] {
    border-bottom: 1px solid #e5e7eb;
    padding: 32px 0;
}

.designer-heading-section[b-3l1izyyihd] {
    padding-top: 0;
}

.designer-title[b-3l1izyyihd] {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 650;
    line-height: 1.35;
    margin: 8px 0 0;
}

.designer-value-section[b-3l1izyyihd],
.designer-quantity-section[b-3l1izyyihd] {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.designer-quantity-section[b-3l1izyyihd] {
    align-items: center;
}

.designer-section-label[b-3l1izyyihd] {
    color: #1f2937;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.designer-value-controls[b-3l1izyyihd] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.designer-value-buttons[b-3l1izyyihd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.designer-value-button[b-3l1izyyihd] {
    border: 2px solid #b91c1c;
    color: #b91c1c;
}

.designer-value-button:hover[b-3l1izyyihd],
.designer-value-button.selected[b-3l1izyyihd] {
    background: #b91c1c;
    color: #fff;
}

.designer-cart-button[b-3l1izyyihd] {
    align-items: center;
    background: #b91c1c;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 650;
    justify-content: center;
    margin-top: 24px;
    min-height: 52px;
    padding: 14px 20px;
    width: 100%;
}

.designer-cart-button:hover:not(:disabled)[b-3l1izyyihd] {
    background: #991b1b;
}

@media (max-width: 960px) {
    .designer-page[b-3l1izyyihd] {
        flex-direction: column;
        padding: 32px 24px;
    }

    .designer-canvas-column[b-3l1izyyihd],
    .designer-options-column[b-3l1izyyihd] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .designer-page[b-3l1izyyihd] {
        padding: 24px 16px;
    }

    .designer-value-section[b-3l1izyyihd],
    .designer-quantity-section[b-3l1izyyihd] {
        align-items: stretch;
        flex-direction: column;
    }

    .designer-value-controls[b-3l1izyyihd] {
        align-items: stretch;
    }

    .designer-value-buttons[b-3l1izyyihd] {
        justify-content: flex-start;
    }

    .designer-touch-hint[b-3l1izyyihd] {
        display: block;
    }

    .designer-handle-hit[b-3l1izyyihd] {
        r: 60px;
    }

    .designer-resize-icon[b-3l1izyyihd],
    .designer-rotate-icon[b-3l1izyyihd] {
        stroke-width: 5px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
*[b-jqvvtqdqyb] {
    box-sizing: border-box
}

.image-slideshow[b-jqvvtqdqyb] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}
.image[b-jqvvtqdqyb] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    max-height: 600px;
}

.fade[b-jqvvtqdqyb] {
    animation-name: fade-b-jqvvtqdqyb;
    animation-duration: 2s;
}

@keyframes fade-b-jqvvtqdqyb {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}
    
@media (max-width: 600px) {
    .home-hero-title-wrapper[b-jqvvtqdqyb]  .mud-typography-h3 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}
/* /Components/Pages/Loader.razor.rz.scp.css */
.rotate[b-xaxesfzcuw] {
    animation: rotation-b-xaxesfzcuw 1.5s infinite linear;
}

@keyframes rotation-b-xaxesfzcuw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/* /Components/Pages/Orderconfirmation.razor.rz.scp.css */
.confirmation-item-image-container[b-8z9j5bz92g] {
    align-items: center;
    display: flex;
    flex: 0 0 96px;
    height: 64px;
    justify-content: center;
    width: 96px;
}

.confirmation-item-image[b-8z9j5bz92g] {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
/* /Components/Pages/Shop.razor.rz.scp.css */
.shop-product-image-container[b-9zta4p8mdh] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    overflow: hidden;
}

.shop-product-image[b-9zta4p8mdh] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 250ms ease;
}

.shop-product-card[b-9zta4p8mdh] {
    cursor: pointer;
    transition: transform 250ms ease, box-shadow 250ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .shop-product-card:hover[b-9zta4p8mdh] {
        transform: translateY(-5px) scale(1.015);
        box-shadow: 0 14px 30px rgba(17, 24, 39, 0.2) !important;
    }

    .shop-product-card:hover .shop-product-image[b-9zta4p8mdh] {
        transform: scale(1.06);
    }
}
