/* /Pages/Productdetails.razor.rz.scp.css */


@media only screen and (max-width: 575px) {
    .modalcar .banner_section:not(.full_screen)[b-x4fmsgssnp], .modalcar .banner_section:not(.full_screen) .carousel-item[b-x4fmsgssnp],
    .modalcar .banner_section:not(.full_screen) .banner_content_wrap[b-x4fmsgssnp],
    .modalcar .banner_section:not(.full_screen) .banner_content_wrap .carousel-item[b-x4fmsgssnp] {
        height: 100% !important;
    }
}
/* /Shared/fragment/DrawerSize.razor.rz.scp.css */
.drawer[b-dnkdzpnymm] {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

    .drawer.open[b-dnkdzpnymm] {
        transform: translateX(0);
    }

.drawer-content[b-dnkdzpnymm] {
    padding: 20px;
}

.close-btn[b-dnkdzpnymm] {
    border: none;
    background: none;
    font-size: 1.5em;
    float: right;
    cursor: pointer;
}

.size-guide[b-dnkdzpnymm] {
    padding: 10px;
}

    .size-guide table[b-dnkdzpnymm] {
        width: 100%;
        border-collapse: collapse;
    }

    .size-guide th[b-dnkdzpnymm], .size-guide td[b-dnkdzpnymm] {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vma018ylu8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vma018ylu8] {
    flex: 1;
}

.sidebar[b-vma018ylu8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vma018ylu8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vma018ylu8]  a, .top-row[b-vma018ylu8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vma018ylu8]  a:hover, .top-row[b-vma018ylu8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vma018ylu8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vma018ylu8] {
        display: none;
    }

    .top-row.auth[b-vma018ylu8] {
        justify-content: space-between;
    }

    .top-row[b-vma018ylu8]  a, .top-row[b-vma018ylu8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vma018ylu8] {
        flex-direction: row;
    }

    .sidebar[b-vma018ylu8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vma018ylu8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vma018ylu8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vma018ylu8], article[b-vma018ylu8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
