@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Admin/Components/Dashboard/OrderCounter.razor.rz.scp.css */
article[b-42r4cspv02] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: var(--radius-normal);
    color: var(--black);
    box-sizing: border-box;
}

.header[b-42r4cspv02] {
    height: fit-content;
}

.content[b-42r4cspv02] {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
}

h2[b-42r4cspv02] {
    margin: 0;
    font-size: 3.5rem;
    line-height: 100%;
}

.footer[b-42r4cspv02]{
    height: fit-content;
    display: flex;
    align-items: end;
}

hr[b-42r4cspv02]{
    width: 100%;
    background-color: var(--lighter);
    border: none;
    height: 3px;
}

.content-warnings[b-42r4cspv02]{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.warning-span[b-42r4cspv02]{
    display: flex;
    font-size: 0.8rem;
    gap: 10px;
}

a[b-42r4cspv02] {
    height: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: end;
    cursor: pointer;
    margin-right: 0.5rem;
    transition-duration: 0.5s;
    text-decoration: none;
}

a:hover[b-42r4cspv02] {
    transform: translateX(0.5rem);
}

.arrow[b-42r4cspv02] {
    height: 2rem;
    width: 2rem;
}
/* /Admin/Components/Dashboard/WarehouseValue.razor.rz.scp.css */
article[b-a8dtoawqk8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: var(--radius-normal);
    color: var(--black);
    box-sizing: border-box;
}

.header[b-a8dtoawqk8] {
    height: fit-content;
}

hr[b-a8dtoawqk8] {
    width: 100%;
    background-color: var(--lighter);
    border: none;
    height: 3px;
}

.content[b-a8dtoawqk8] {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 5px;
    font-size: 1rem;
    align-content: space-around;
}

.col-two[b-a8dtoawqk8] {
    text-align: right;
}

h2[b-a8dtoawqk8] {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}
/* /Admin/Components/Images/ImagesComponent.razor.rz.scp.css */
.image-section[b-75dg1mghae] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    justify-content: space-evenly;
    justify-items: center;
    gap: var(--spacing);
    box-sizing: border-box;
}

.image-section > h2[b-75dg1mghae] {
    grid-column: 1 / -1;
    text-align: left;
    width: 100%;
}

.image-card[b-75dg1mghae] {
    width: 100%;
    border: 1px solid var(--light);
    border-radius: 5px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.image-card > button[b-75dg1mghae] {
    width: 100%;
    background-color: var(--red);
    color: var(--white);
}

.image-card > img[b-75dg1mghae] {
    aspect-ratio: 1 / 1;
    background-position: center;
    object-fit: cover;
    width: 100%;
}

.image-card-info[b-75dg1mghae] {
    color: var(--dark);
    display: grid;
    grid-template-columns: auto 1fr;
    line-break: anywhere;
    font-size: 0.8rem;
    column-gap: 1rem;
    row-gap: 0.8rem;
}

.image-card-form[b-75dg1mghae]{
    grid-column: span 2;
    width: 100%;
    display: grid;
    gap: var(--spacing-small);
}

.image-card-form > .btn-delete[b-75dg1mghae] {
    width: 100%;
    background-color: var(--red);
    color: var(--white);
}

.form-btn-row > .btn-submit[b-75dg1mghae] {
    width: 100%;
    background-color: var(--black);
    color: var(--white);
}

.image-card-info > input[b-75dg1mghae] {
    width: fit-content;
    scale: 1.5;
}
/* /Admin/Components/Orders/CreatedTable.razor.rz.scp.css */
a[b-7ql4e9zznq] {
    text-decoration: underline;
    cursor: pointer;
}
/* /Admin/Pages/Customers/CustomerCreateEdit.razor.rz.scp.css */
article[b-uidz4qe6xr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

h1[b-uidz4qe6xr]{
    margin: 0;
}

form[b-uidz4qe6xr] {
    
}

table[b-uidz4qe6xr] {
    height: fit-content;
}

@media (max-width: 960px) {
    article[b-uidz4qe6xr] {
        grid-template-columns: 1fr;
    }
}
/* /Admin/Pages/Dashboard/DashboardPage.razor.rz.scp.css */
.dashboard-page[b-tuisc0v4jb] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 10rem;
    gap: var(--spacing);
    box-sizing: border-box;
}
/* /Admin/Pages/Orders/OrderCreateEdit.razor.rz.scp.css */
.table-product-title[b-5y96us3jna] {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
/* /Admin/Pages/Orders/OrderView.razor.rz.scp.css */
.order-view-page[b-lhja1tkqa9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-small);
}

section[b-lhja1tkqa9] {
    background-color: var(--white);
    border-radius: var(--radius-small);
    padding: var(--spacing-small);
}

.customer-basic-info[b-lhja1tkqa9] {
    display: flex;
    flex-direction: column;
}

.logo[b-lhja1tkqa9]{
    width: 5rem;
    height: fit-content;
    max-width: 10rem;
    aspect-ratio: 1 / 1;
}

.MTrading-basic-info[b-lhja1tkqa9] {
    display: flex;
    flex-direction: column;
    align-items: end;
}



table[b-lhja1tkqa9] {
    grid-column: span 2;
    width: 100%;
}
/* /Admin/Pages/Settings/SettingsPage.razor.rz.scp.css */
.settings-page > h2[b-sabff2d58a] {
    color: var(--white);
}
article[b-sabff2d58a] {
    background-color: var(--white);
    border-radius: var(--radius);
    padding: var(--spacing-small);
}
/* /Layouts/AdminLayout.razor.rz.scp.css */
#blazor-error-ui[b-9ne2kcyvw3] {
    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-9ne2kcyvw3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Layouts/Footer.razor.rz.scp.css */
footer[b-xb7v22j90m] {
    width: 100%;
    background-color: var(--black);
    color: var(--white);
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
}

.footer-col-left[b-xb7v22j90m]{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

@media (max-width: 720px) {
    footer[b-xb7v22j90m] {
        grid-template-columns: 1fr;
    }
}
/* /Layouts/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-17xrmfton7] {
    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-17xrmfton7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layouts/NavMenu.razor.rz.scp.css */
.logo[b-xzxhju6njt] {
    height: 5rem;
    margin: -2rem 0;
}
/* /Shared/Components/Banner.razor.rz.scp.css */
.banner-container[b-kn5ordxq8k]{
    --banner-radius: 5px;
    position: fixed;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3rem;
    border-radius: var(--banner-radius);
    overflow: hidden;
}
.banner-show[b-kn5ordxq8k]{
    bottom: 5rem;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.banner-hide[b-kn5ordxq8k]{
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.banner[b-kn5ordxq8k]{
    width: calc(100% - 2rem);
    height: 100%;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.banner-green[b-kn5ordxq8k]{
    background-color: var(--green);
    color: var(--white);
}
.banner-red[b-kn5ordxq8k]{
    background-color: var(--red);
    color: var(--white);
}
.banner-yellow[b-kn5ordxq8k]{
    background-color: var(--yellow);
    color: var(--black);
}
/* /Shared/Components/Loading.razor.rz.scp.css */
.loading-container[b-1h7s4x81ah]{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading[b-1h7s4x81ah] {
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
    --loading-animation: 2s;
}

.loading > .rect[b-1h7s4x81ah] {
    background-color: var(--white);
}

.loading-dark > .rect[b-1h7s4x81ah] {
    background-color: var(--black) !important;
}

.rect[b-1h7s4x81ah] {
    height: 40%;
    width: 40%;
    position: absolute;
    border-radius: 2px;
    animation-fill-mode: forwards;
}

.one[b-1h7s4x81ah] {
    top: 0;
    left: 0;
    animation: rect-b-1h7s4x81ah var(--loading-animation) infinite;
}

.two[b-1h7s4x81ah] {
    top: 50%;
    left: 0;
    animation: rect-b-1h7s4x81ah var(--loading-animation) infinite;
    animation-delay: calc(var(--loading-animation)/-3);
}

.three[b-1h7s4x81ah] {
    top: 50%;
    left: 50%;
    animation: rect-b-1h7s4x81ah var(--loading-animation) infinite;
    animation-delay: calc(var(--loading-animation)/-1.5);
}

@keyframes rect-b-1h7s4x81ah {
    0% {
        top: 0;
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
    15% {
        top: 0;
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        top: 0;
        left: 50%;
        -webkit-animation-timing-function: ease-in-out;
    }

    40% {
        top: 0;
        left: 50%;
        -webkit-animation-timing-function: ease-in-out;
    }

    50% {
        top: 50%;
        left: 50%;
        -webkit-animation-timing-function: ease-in-out;
    }

    65% {
        top: 50%;
        left: 50%;
        -webkit-animation-timing-function: ease-in-out;
    }
    75% {
        top: 50%;
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
    90% {
        top: 50%;
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        top: 0;
        left: 0;
        -webkit-animation-timing-function: ease-in-out;
    }
}
/* /Shared/Components/Modal.razor.rz.scp.css */
.modal-container[b-pl0i1qkjl7]{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal[b-pl0i1qkjl7]{
    background-color: var(--white);
    border-radius: var(--radius-small);
    padding: var(--spacing);
    display: grid;
    grid-template-columns: 1fr;
    row-gap: var(--spacing);
    width: fit-content;
    height: fit-content;
    position: relative;
}
/* /Shared/Components/TableLoading.razor.rz.scp.css */
.loading-table[b-atlwb7fldx]{
    position: relative;
    border-radius: 3px;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    --loading-animation: 2s;
}

.loading-table > .rect[b-atlwb7fldx] {
    background-color: var(--black);
}
/* /Shared/Components/Tag.razor.rz.scp.css */
.tag-container[b-oxfycyyvoa]{
    background-color: var(--light);
    color: var(--dark);
    width: fit-content;
    border-radius: 5px;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    padding: 0 1rem;
    gap: 1rem;
}

.tag-title[b-oxfycyyvoa] {
}

.tag-remove[b-oxfycyyvoa] {
    cursor: pointer;
}

.tag-remove > svg[b-oxfycyyvoa]{
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--dark);
}

.tag-remove:hover > svg[b-oxfycyyvoa] {
    fill: var(--red);
}
/* /Webshop/Components/Basket/BasketSummary.razor.rz.scp.css */
.basket-summary[b-02g9ytcttt]{
    border-radius: var(--radius);
    border: 1px solid var(--light);
    padding: var(--spacing);
    height: fit-content;
    position: sticky;
    top: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.summary-lines[b-02g9ytcttt]{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;;
    margin-bottom: 1rem;
}

.summary-line-quantity[b-02g9ytcttt] {
    text-align: center;
}

.icon-container[b-02g9ytcttt] {
    display: flex;
    align-items: center;
    justify-content: center
}

.summary-line-total[b-02g9ytcttt] {
    margin-top: 1rem;
}

.basket-summary-title[b-02g9ytcttt]{
    font-size: 2rem;
}

.basket-summary > button[b-02g9ytcttt]{
    font-size: 1.2rem;
    width: 100%;
    font-weight: 400;
}

.summary-line[b-02g9ytcttt]{
    display: grid;
    grid-template-columns: 2rem auto max-content;
    font-size: 1.1rem;
}

.summary-line-total[b-02g9ytcttt]{
    font-weight: bold;
    font-size: 1.3rem;
}

.summary-line-subtotal[b-02g9ytcttt]{
    font-weight: bold;
}

.summary-discount-input[b-02g9ytcttt]{
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width:  1200px) {
    .basket-summary[b-02g9ytcttt] {
        position: static;
    }
}
/* /Webshop/Components/Navigation/MenuListItem.razor.rz.scp.css */
/* Parent items with submenus */
.menu-parent[b-swfzsrwuk5] {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: var(--spacing-small);
    border-radius: var(--radius-small);
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.menu-parent:hover[b-swfzsrwuk5] {
    background: rgba(255,255,255,0.1);
}
    
.single-item[b-swfzsrwuk5] {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: var(--spacing-small);
    border-radius: var(--radius-small);
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.single-item:hover[b-swfzsrwuk5] {
    background: rgba(255, 255, 255, 0.1);
}
/* Submenu */
.submenu[b-swfzsrwuk5] {
    margin: 0.3rem 0 0.3rem 1rem;
    padding-left: 0.5rem;
}
.submenu li[b-swfzsrwuk5] {
    padding: 0.3rem 0;
    list-style: none;
}
.submenu a[b-swfzsrwuk5] {
    font-size: 0.9rem;
}
.menu-link[b-swfzsrwuk5] {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
}

/* Arrow */
.arrow[b-swfzsrwuk5] {
    font-size: 0.8rem;
}
/* /Webshop/Components/Navigation/NavigationDrawer.razor.rz.scp.css */
.menu-container[b-opf2dsxctg] {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    color: var(--white);
}

/* Drawer styling */
.menu-drawer[b-opf2dsxctg] {
    position: fixed;
    top: 0;
    left: -260px;
    width: 240px;
    height: 100%;
    background: #222;
    color: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: var(--spacing-small);
}
.menu-drawer.open[b-opf2dsxctg] {
    left: 0;
}

.menu-drawer ul[b-opf2dsxctg] {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu-drawer li[b-opf2dsxctg] {
    padding: 0.5rem 1rem;
}
.menu-drawer a[b-opf2dsxctg] {
    color: white;
    text-decoration: none;
    display: block;
}
/* Overlay */
.menu-overlay[b-opf2dsxctg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
/* /Webshop/Components/Products/ProductCard.razor.rz.scp.css */
.product-card[b-bswfaajz8h] {
    width: 100%;
    box-sizing: border-box;
    transition: ease-in-out 200ms;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}

.product-card:hover[b-bswfaajz8h] {
}


.product-card-image-container[b-bswfaajz8h]{
    background-color: var(--off-white);
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-small);
    cursor: pointer;
}

.product-card-image[b-bswfaajz8h] {
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background-position: center;
    object-fit: cover;
    width: 100%;
    transition: ease-in-out 200ms;
    background-color: var(--background);
}

.product-card-no-image[b-bswfaajz8h] {
    fill: var(--black);
    width: 50%;
    height: 50%;
}

.product-card-title[b-bswfaajz8h]{
    font-size: 1rem;
    font-weight: bold;
}

.product-card-subtitle[b-bswfaajz8h]{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: var(--dark);
}

.product-card-variants[b-bswfaajz8h]{
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.product-card-content[b-bswfaajz8h] {
    display: grid;
    grid-template-rows: min-content min-content auto;
    align-items: end;
    width: 100%;
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
    height: 100%;
}


.product-card-action[b-bswfaajz8h] {
    width: 100%;
}

.product-card-add-btn[b-bswfaajz8h] {
    width: 100%;
    height: 2rem;
    cursor: pointer;
    border-radius: var(--radius-small);
    border: none;
    transition: ease-in-out 200ms;
    color: var(--white);
    background-color: var(--black) ;
}

.product-card-add-btn:hover[b-bswfaajz8h] {
    transform: scale(1.02);
}
/* /Webshop/Components/Products/ProductCarousel.razor.rz.scp.css */
.gallery[b-h2d1ml1paz] {
    margin-bottom: 2rem;
    padding: 2rem;
}

.gallery-cell[b-h2d1ml1paz] {
    width: 20%;
    margin-right: 10px;
}

@media (max-width: 960px) {
    .gallery-cell[b-h2d1ml1paz] {
        width: 30%;
        margin-right: 10px;
    }
}

@media (max-width: 720px) {
    .gallery-cell[b-h2d1ml1paz] {
        width: 50%;
        margin-right: 10px;
    }
}
/* /Webshop/Components/Slideshow.razor.rz.scp.css */
.CSSgal[b-xujss1hrwo] {
    position: relative;
    overflow: hidden;
    height: 25rem; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider[b-xujss1hrwo] {
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > *[b-xujss1hrwo] {
    font-size: 1rem;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 100%;
    width: 100%;
    background: none 50% no-repeat;
    background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext[b-xujss1hrwo] {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    height: 0;
}

.CSSgal .prevNext > div+div[b-xujss1hrwo] {
    visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a[b-xujss1hrwo] {
    background: #fff;
    position: absolute;
    width:       60px;
    height:      60px;
    line-height: 60px; /* If you want to place numbers */
    text-align: center;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.CSSgal .prevNext a:hover[b-xujss1hrwo] {
    opacity: 1;
}
.CSSgal .prevNext a+a[b-xujss1hrwo] {
    left: auto;
    right: 0;
}

/* NAVIGATION */

.CSSgal .bullets[b-xujss1hrwo] {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.CSSgal .bullets > a[b-xujss1hrwo] {
    display: inline-block;
    width:       30px;
    height:      30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.CSSgal .bullets > a+a[b-xujss1hrwo] {
    background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover[b-xujss1hrwo] {
    background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >*[b-xujss1hrwo] {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1)[b-xujss1hrwo] {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2)[b-xujss1hrwo] {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3)[b-xujss1hrwo] {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4)[b-xujss1hrwo] {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >*[b-xujss1hrwo] {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1)[b-xujss1hrwo] {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2)[b-xujss1hrwo] {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3)[b-xujss1hrwo] {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4)[b-xujss1hrwo] {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider[b-xujss1hrwo] {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider[b-xujss1hrwo] {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider[b-xujss1hrwo] {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider[b-xujss1hrwo] {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal[b-xujss1hrwo]{
    color: #fff;
    text-align: center;
}
.CSSgal .slider h2[b-xujss1hrwo] {
    margin-top: 40vh;
    font-weight: 200;
    letter-spacing: -0.06em;
    word-spacing: 0.2em;
    font-size: 3em;
}
.CSSgal a[b-xujss1hrwo] {
    border-radius: 50%;
    margin: 0 3px;
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}
/* /Webshop/Pages/Home.razor.rz.scp.css */
.home-page[b-yk6igqogi8] {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.info-section[b-yk6igqogi8] {
    width: 100%;
    height: 35rem;
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: var(--black);
}

.info-section-padding[b-yk6igqogi8] {
    height: fit-content;
    padding: 5rem;
    gap: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: var(--black);
}


.info-section-padding > img[b-yk6igqogi8]{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.info-section > img[b-yk6igqogi8] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.info-section-content[b-yk6igqogi8]{
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    color: var(--white);
    width: 25rem;
}

.info-section-content > h2[b-yk6igqogi8] {
    font-size: 2.2rem;
    line-height: 3.5rem;
}

.info-section-content > p[b-yk6igqogi8] {
    font-size: 1.1rem;
}

.info-section-content > button[b-yk6igqogi8] {
    color: var(--black);
    background-color: var(--white);
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 3rem;
}

.home-slider-p[b-yk6igqogi8] {
    margin-top: 1rem;
}

.home-slider-btn[b-yk6igqogi8] {
    width: 15rem;
    background-color: var(--white);
    color: var(--black);
    font-size: 1.2rem;
    margin-top: 1rem;
}

.home-slider-btn:hover[b-yk6igqogi8] {
    background-color: var(--white);
    color: var(--black);
}

@media (max-width: 1200px) {
}
@media (max-width: 960px) {
    .info-section[b-yk6igqogi8] {
        height: 50rem;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%
    }
    .info-section-padding[b-yk6igqogi8] {
        grid-template-columns: 100%;
        grid-template-rows: 25rem auto;
    }
    .info-section-content[b-yk6igqogi8] {
        padding: 2rem;
    }
}
@media (max-width: 720px) {
    .info-section-padding > .info-section-content[b-yk6igqogi8] {
        width: auto;
        text-align: justify;
        padding: 1rem;
    }
    .info-section-padding[b-yk6igqogi8] {
        padding: 2rem
    }
}
