@import 'SonyParserSite.Client.lqlxzlkd2f.bundle.scp.css';
@import '_content/SonyParser.Page/SonyParser.Page.3fuc1yu5q5.bundle.scp.css';

/* /Components/CookieCard.razor.rz.scp.css */
.cookie-card[b-a05m7zqgrn] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    /* 1. Add this to force it to fill the screen minus 12px on each side */
    width: calc(100% - 24px);

    gap: 16px;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow: var(--site-blue-shadow);
}

/* 2. You can now delete the entire min-width: 1px media query, 
      as the calc() above handles the 12px spacing! */
@media (max-width: 743px) {
    #close-cookie-banner[b-a05m7zqgrn] {
        align-self: flex-start;
    }
}
@media (min-width: 744px) {
    .cookie-card[b-a05m7zqgrn] {
        width: 640px; /* This safely overrides the calc() on larger screens */
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .cookie-card[b-a05m7zqgrn] {
        width: 732px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*main {*/
/*    flex: 1;*/
/*}*/

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

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

/*    .top-row ::deep a, .top-row ::deep .btn-link {*/
/*        white-space: nowrap;*/
/*        margin-left: 1.5rem;*/
/*        text-decoration: none;*/
/*    }*/

/*    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {*/
/*        text-decoration: underline;*/
/*    }*/

/*    .top-row ::deep a:first-child {*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/

/*@media (max-width: 640.98px) {*/
/*    .top-row {*/
/*        justify-content: space-between;*/
/*    }*/

/*    .top-row ::deep a, .top-row ::deep .btn-link {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .page {*/
/*        flex-direction: row;*/
/*    }*/

/*    .sidebar {*/
/*        width: 250px;*/
/*        height: 100vh;*/
/*        position: sticky;*/
/*        top: 0;*/
/*    }*/

/*    .top-row {*/
/*        position: sticky;*/
/*        top: 0;*/
/*        z-index: 1;*/
/*    }*/

/*    .top-row.auth ::deep a:first-child {*/
/*        flex: 1;*/
/*        text-align: right;*/
/*        width: 0;*/
/*    }*/

/*    .top-row, article {*/
/*        padding-left: 2rem !important;*/
/*        padding-right: 1.5rem !important;*/
/*    }*/
/*}*/

#blazor-error-ui[b-n6a2dj7ud6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-n6a2dj7ud6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-98i23gm5rx],
.components-reconnect-repeated-attempt-visible[b-98i23gm5rx],
.components-reconnect-failed-visible[b-98i23gm5rx],
.components-pause-visible[b-98i23gm5rx],
.components-resume-failed-visible[b-98i23gm5rx],
.components-rejoining-animation[b-98i23gm5rx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-retrying[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-failed[b-98i23gm5rx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-98i23gm5rx] {
    display: block;
}


#components-reconnect-modal[b-98i23gm5rx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-98i23gm5rx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-98i23gm5rx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-98i23gm5rx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-98i23gm5rx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-98i23gm5rx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-98i23gm5rx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-98i23gm5rx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-98i23gm5rx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-98i23gm5rx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-98i23gm5rx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-98i23gm5rx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-98i23gm5rx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-98i23gm5rx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-98i23gm5rx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-98i23gm5rx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-98i23gm5rx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-98i23gm5rx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-98i23gm5rx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/TopHeader.razor.rz.scp.css */
.top-header[b-bje39vb6u0] {
    position: fixed; /* Pins it to the screen */
    top: 0; /* Sticks it to the very top */
    left: 0; /* Sticks it to the left edge */
    width: 100%; /* Ensures it spans the full width */
    z-index: 1000; /* Keeps it above all other content */

    /* Your existing styles */
    height: 64px;
    background-color: var(--sony-color-23);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-menu[b-bje39vb6u0] {
    position: absolute;
    top: 100%; /* Places it exactly at the bottom of the header */
    left: 0;
    width: 100%;
    background-color: #E6EFF7; /* Or your preferred color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none; /* Hidden by default, toggle with a class like .is-open */
}

/* Active state: Shown */
.bottom-menu.is-open[b-bje39vb6u0] {
    display: block;
}

.bottom-one-card[b-bje39vb6u0] {
    display: flex;
    flex-direction: row;
    height: 60px;

    background-color: white;
    border-radius: 8px;
    gap: 16px;
    padding: 0 20px;
    align-items: center;
}

.bottom-one-card img[b-bje39vb6u0] {
    height: 28px;
    width: 28px;
}


.b-half[b-bje39vb6u0] {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.logo-group-common[b-bje39vb6u0] {
    padding: 8px 12px;
    border: 2px solid white;
    border-radius: 16px;
    box-shadow: var(--site-blue-shadow);
}

.text-logo[b-bje39vb6u0] {
    height: 20px;
}

.top-header-mask[b-bje39vb6u0] {
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 20px;
    height: 20px;
    background-color: var(--site-sony-color-02);
}

.drop-card[b-bje39vb6u0] {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    background-color: white;
    box-shadow: var(--site-blue-shadow);
    height: 40px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.drop-card h5[b-bje39vb6u0] {
    color: var(--sony-color-19);
}

#cart-count[b-bje39vb6u0] {
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    margin: 5px 4px;
    height: 10px;
    min-width: 10px;
    padding: 0 2px;
    background-color: #2CB500;
    border-radius: 10px;
    font-size: 8px;
    line-height: 10px;
    color: white;
    text-align: center;
}

.bottom-menu-content[b-bje39vb6u0] {
    display: flex;
    justify-content: center;
    justify-self: center;
}

@media (min-width: 1px) {
    .bottom-menu-content[b-bje39vb6u0] {
        flex-direction: column;
        width: 100%;
    }

    .top-header-container[b-bje39vb6u0] {
        padding: 0 16px;
    }

    .top-header-size[b-bje39vb6u0] {
        height: 64px;
    }

    .black-logo[b-bje39vb6u0] {
        width: 36px;
        height: 36px;
    }

    .logo-group[b-bje39vb6u0] {
        gap: 4px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-shrink: 1; /* Allows the logo group to shrink */
        min-width: 0; /* Prevents the container from forcing its content width */
        overflow: hidden;
    }

    .logo-group .[b-bje39vb6u0] {
        flex-shrink: 1; /* Allows the logo group to shrink */
        min-width: 0; /* Prevents the container from forcing its content width */
        overflow: hidden;
    }

    .text-logo[b-bje39vb6u0] {
        height: 20px; /* Keep your fixed height */
        width: auto; /* Maintain aspect ratio */
        max-width: 100%; /* Prevent it from being wider than its parent */
        flex-shrink: 1;
    }

    .drop-card-menu img[b-bje39vb6u0] {
        display: block;
    }

    .drop-card-menu h5[b-bje39vb6u0] {
        display: none;
    }

    .drop-card-search div[b-bje39vb6u0] {
        display: block;
    }

    .drop-card-search h5[b-bje39vb6u0] {
        display: none;
    }

    .drop-card-adds[b-bje39vb6u0] {
        width: 40px;
    }

    .bottom-menu[b-bje39vb6u0] {
        /* Full screen height minus the header height */
        height: calc(100vh - 64px);
    }

    .bottom-one-card[b-bje39vb6u0] {
        justify-self: stretch;
        margin: 0 20px;
    }

    .bottom-one-card h5[b-bje39vb6u0] {
        font-size: 12px;
        font-weight: 600;
    }


}

@media (min-width: 744px) {

    .bottom-menu-content[b-bje39vb6u0] {
        width: fit-content;
    }

    .top-header-container[b-bje39vb6u0] {
        padding: 0 0;
    }

    .top-header-size[b-bje39vb6u0] {
        height: 80px;
    }

    .black-logo[b-bje39vb6u0] {
        width: 48px;
        height: 48px;
    }

    .logo-group[b-bje39vb6u0] {
        gap: 8px;
    }

    .bottom-one-card[b-bje39vb6u0] {
        width: 343px;
    }

    .bottom-one-card h5[b-bje39vb6u0] {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .bottom-menu[b-bje39vb6u0] {
        height: fit-content;
    }

    .bottom-menu-content[b-bje39vb6u0] {
        flex-direction: row;
    }

    .b-half[b-bje39vb6u0] {
        padding: 24px 16px;
    }

    .drop-card-padding[b-bje39vb6u0] {
        padding: 0 16px;
    }

    .drop-card-menu img[b-bje39vb6u0] {
        display: none;
    }

    .drop-card-menu h5[b-bje39vb6u0] {
        display: block;
    }

    .drop-card-search div[b-bje39vb6u0] {
        display: block;
    }

    .drop-card-search h5[b-bje39vb6u0] {
        display: block;
    }

    .drop-card-adds[b-bje39vb6u0] {
        width: fit-content;
    }

    .bottom-menu[b-bje39vb6u0] {
        border-top: 1px solid white;
    }
}

@media (min-width: 1520px) {

}
