/* _content/Hartlemoen/Pages/DynamicIndex.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


*[b-1z5kut97ic]{
    user-select:none;
}
.NavBar[b-1z5kut97ic] {
    width: 100%;
    height: 80px;
    background: linear-gradient(60deg, #D7A698 40%, #FFDBDB 60%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    z-index: 100;
}

a[b-1z5kut97ic] {
    text-decoration: none;
}

.cartBox[b-1z5kut97ic] {
    color: white;
    font-family: 'RegFont';
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    transition: color 0.3s;
    transition: background-color 0.3s;
    border: 1px solid #ff878b5b;
    margin-right:10px;
    background-color: #ff878b;
 position:relative;
}

.cartNumber[b-1z5kut97ic] {
    position: absolute;
    background-color: #f3555a;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -10px;
}


.ServiceCon[b-1z5kut97ic] {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .ServiceCon a[b-1z5kut97ic] {
        color: white;
        font-family: 'RegFont';
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        height: 40px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        padding-right: 10px;
        padding-left: 10px;
        transition: color 0.3s;
        transition: background-color 0.3s;
        border: 1px solid #ff878b5b;
        ;
        background-color: #ff878b;
        ;
    }

        .ServiceCon a:hover[b-1z5kut97ic] {
            background-color: unset;
            color: #9e3500;
        }

@media screen and (max-width: 1080px) {
    .ServiceCon[b-1z5kut97ic] {
        flex-direction: column;
    }

        .ServiceCon a[b-1z5kut97ic] {
            min-width: 90px;
            height: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

.LogoCOn[b-1z5kut97ic] {
    margin-left: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #89533E;
    background-color: white;
    border-radius: 25px;
    height: 70px;
    width: 260px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}


    .LogoCOn > img[b-1z5kut97ic] {
        border-radius: 25px;
        height: 65px;
        width: 100px;
        object-fit: contain;
    }

.LogoTitle[b-1z5kut97ic] {
    color: #9E3500;
    font-weight: bold;
    font-size: 34px;
    font-family: 'TitleFont';
}

.SocialsCon[b-1z5kut97ic] {
    margin-right: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #FF878B;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    height: 70px;
    background-color: white;
    align-items: center;
    border-radius: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

svg:hover[b-1z5kut97ic] {
    fill: #FF878B;
}

.SocialIcon[b-1z5kut97ic] {
    width: 30px;
    height: 30px;
    cursor: pointer;
}



.SearchCon[b-1z5kut97ic] {
    margin-right: auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

    .SearchCon > input[b-1z5kut97ic] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        height: 40px;
        border-radius: 14px;
        border: 1px solid #9e3500;
        outline: none;
        padding-left: 10px;
        padding-right: 5px;
        font-size: 18px;
        font-family: 'RegFont';
        color: #9e3500;
    }

    .SearchCon button[b-1z5kut97ic] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        border-radius: 14px;
        border: 1px solid #9e3500;
        background-color: #9e3500;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        ;
        font-size: 24px;
        height: 40px;
        outline: none;
        cursor: pointer;
        transition: border 0.1s;
        transition: background-color 0.1s;
    }

        .SearchCon button:hover[b-1z5kut97ic] {
            background-color: #FF878B;
            border: 1px solid #FF878B;
        }



.ShopLayout[b-1z5kut97ic] {
    border: none;
    width: 95%;
    border-radius: 7px;
    background-color: #D7A698;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
}

.ShopLayoutAlt[b-1z5kut97ic] {
    border: none;
    width: 95%;
    border-radius: 7px;
    background-color: white;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
}

.MobileSidebar[b-1z5kut97ic] {
    display: none;
    position: fixed;
    height: 300px;
    right: 0px;
    width: 130px;
    flex-direction: column;
    background-color: #FFDBDB;
    border-radius: 10px;
    align-items: center;
    padding-right: 15px;
    padding-left: 25px;
    box-shadow: 4px 4px 5px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #9E3500;
    top: 5px;
    right: -240px;
    transition: right 0.5s;
}

.MobileSocialIcon[b-1z5kut97ic] {
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
}

.MobileSocials[b-1z5kut97ic] {
    margin-top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap:5px;
    justify-content: space-between;
}

.MobileBurgerMenu[b-1z5kut97ic] {
    font-size: 40px;
    margin-right: 10px;
    color: #89533E;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 5px;
}

.MobileBurgerMenuClose[b-1z5kut97ic] {
    font-size: 40px;
    margin-right: -10px;
    margin-top: 5px;
    color: #ff878b;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 5px;
    align-self: flex-end;
}

.MobileBtn[b-1z5kut97ic] {
    display: none;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    border-radius: 14px;
    border: 1px solid #9e3500;
    background-color: #9e3500;
    color: white;
    font-size: 18px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: border 0.1s;
    transition: background-color 0.1s;
    align-items: center;
    justify-content: center;
}

.MobileServiceCon[b-1z5kut97ic] {
    margin-top: 25px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

    .MobileServiceCon a[b-1z5kut97ic] {
        font-family: 'RegFont';
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        height: 20px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        padding-right: 10px;
        padding-left: 10px;
        transition: color 0.3s;
        transition: background-color 0.3s;
        border: 1px solid #ff878b5b;
        ;
        min-width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff878b;
        ;
        color: white;
    }

        .MobileServiceCon a:hover[b-1z5kut97ic] {
            background-color: #ff878b;
            ;
            color: white;
        }

.MobileBurgerMenu[b-1z5kut97ic] {
    display: none;
}

@media screen and (max-width: 950px) {
    .ServiceCon[b-1z5kut97ic] {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .SocialsCon[b-1z5kut97ic] {
        display: none;
    }

    .SearchCon[b-1z5kut97ic] {
        margin: unset;
        margin-right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .SearchCon[b-1z5kut97ic] {
        display: none;
    }

    .MobileSidebar[b-1z5kut97ic] {
        display: flex;
    }

    .MobileBurgerMenu[b-1z5kut97ic] {
        display: flex;
    }

    .MobileBtn[b-1z5kut97ic] {
        display: flex;
    }
}

@media screen and (max-width: 500px) {

    .LogoCOn[b-1z5kut97ic] {
        margin-left: 10px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        border: 1px solid #89533E;
        background-color: white;
        border-radius: 25px;
        height: 70px;
        width: 160px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }

        .LogoCOn > img[b-1z5kut97ic] {
            border-radius: 25px;
            height: 55px;
            width: 100px;
            object-fit: contain;
        }

    .LogoTitle[b-1z5kut97ic] {
        color: #9E3500;
        font-weight: bold;
        font-size: 20px;
        font-family: 'TitleFont';
    }

    .MobileBtn[b-1z5kut97ic] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        height: 30px;
        border-radius: 14px;
        border: 1px solid #9e3500;
        background-color: #9e3500;
        color: white;
        font-size: 14px;
        outline: none;
        padding-left: 8px;
        padding-right: 8px;
        cursor: pointer;
        transition: border 0.1s;
        transition: background-color 0.1s;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 380px) {

    .MobileBtn[b-1z5kut97ic] {
        display: none;
    }
}
/* font-family: 'Freestyle Script';
font-family: 'Maiandra GD'; */

@keyframes fadeInUp-b-1z5kut97ic {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.BrowseGallery[b-1z5kut97ic] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    overflow-x: auto; /* Use 'auto' instead of 'scroll' */

    user-select: none;
   
    padding-bottom: 0px;
    border-bottom: 2px solid #9e350050;
}

    .BrowseGallery[b-1z5kut97ic]::-webkit-scrollbar {
        width: 10px;
    }

    .BrowseGallery[b-1z5kut97ic]::-webkit-scrollbar-track {
        background-color: #FFDBDB;
    }

    .BrowseGallery[b-1z5kut97ic]::-webkit-scrollbar-thumb {
        background-color: #D7A698;
        ;
        border-radius: 5px;
    }

        .BrowseGallery[b-1z5kut97ic]::-webkit-scrollbar-thumb:hover {
            background-color: #D7A698;
        }



.GalleryItem[b-1z5kut97ic] {
    width: 245px;
    height: 100px;
    border-radius: 25px;
    background-color: white;
    min-width: 245px;
    width:fit-content;
    text-align:center;
    padding:10px;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9e350050;
    font-size: 32px;
    color: #9e3500;

    cursor: pointer;
    transition: background-color 0.3s;
}

    .GalleryItem:hover[b-1z5kut97ic] {
        background-color: #FFDBDB;
    }


.LogoTitle[b-1z5kut97ic] {
    font-family: 'TitleFont';
}

.AboutUsSection[b-1z5kut97ic] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 10%;
    margin-right: 10%;
    color: #9e3500;
    ;
    width: 80%;
    padding-bottom: 15px;
}

.StickersSection[b-1z5kut97ic] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 10%;
    margin-right: 10%;
    color: #9e3500;
    ;
    width: 80%;
    padding-bottom: 15px;
    height: fit-content;
    min-height: 400px;
    align-items: center;
}

.Shoptitle[b-1z5kut97ic] {
    font-family: 'TitleFont';
    width: fit-content;
    font-size: 72px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    border-bottom: 1px solid #9e350050;
}

.ShopCon[b-1z5kut97ic] {
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 500px;
    gap: 25px;
   
}
@media screen and (max-width: 1400px) {

    .ShopCon[b-1z5kut97ic] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 900px) {

    .ShopCon[b-1z5kut97ic] {
        grid-template-columns: repeat(1, 1fr);
    }
}



.Package[b-1z5kut97ic] {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #FFDBDB;
    position:relative;
    container-type: size;
}

    .Package:hover[b-1z5kut97ic] {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Adds a shadow */
         /* Slightly enlarges the element */
        transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
    }

.PackageBanner[b-1z5kut97ic] {
    background-color: #FFDBDB;
    width: fit-content;
    height:15cqh;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: 'TitleFont';
    border-radius: 17px;
    color: black

}

.PckgeContent[b-1z5kut97ic] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    height: 30cqh;
    font-size: 22px;
    color: black;
    font-family: 'RegFont';
    position: relative;
}

@media screen and (max-width: 1500px) {

    .PckgeContent[b-1z5kut97ic] {
       font-size:18px;
    }
}

.Price[b-1z5kut97ic] {
    position: absolute;
    left:0px;
    top:0px;
    transform:rotateZ(-45deg) translateY(-20px);
    background-color:white;
    font-size: 42px;
    font-family: 'TitleFont';
    color:#000000;
    border-radius:25px;
    
}

    .Price span[b-1z5kut97ic] {
        position: absolute;
        font-size: 14px;
        opacity: 0.3;
        bottom:-5px;
    }

.PckgeImage[b-1z5kut97ic] {
    height: fit-content;
    max-height: 45cqh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top:10px;

}

    .PckgeImage img[b-1z5kut97ic] {
        object-fit: contain;
        max-width: 100%;
        max-height: 45cqh;
        height: fit-content;
        width: fit-content;
    }

p[b-1z5kut97ic] {
    font-family: 'RegFont';
}

hr[b-1z5kut97ic] {
    width: 100%;
    border-color: #9e350050;
}

.WelcomeCon[b-1z5kut97ic] {
    border-bottom: 2px solid #9e350050;
    width: 100%;
    height: fit-content;
    border-radius: 3px;
    min-height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.WelcomeMessage[b-1z5kut97ic] {
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.WeclomeTitle[b-1z5kut97ic] {
    color: #9e3500;
    font-family: 'TitleFont';
    font-size: 120px;
}

.WelcomeSubTitle[b-1z5kut97ic] {
    color: #FF878B;
    font-size: 50px;
    font-family: 'TitleFont';
}

@media screen and (max-width: 1360px) {

    .WeclomeTitle[b-1z5kut97ic] {
        font-size: 100px;
    }

    .WelcomeSubTitle[b-1z5kut97ic] {
        font-size: 30px;
    }
}

@media screen and (max-width: 1010px) {

    .WeclomeTitle[b-1z5kut97ic] {
        font-size: 80px;
    }

    .WelcomeSubTitle[b-1z5kut97ic] {
        font-size: 22px;
    }

    .AboutUsSection[b-1z5kut97ic] {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-left: 15%;
        margin-right: 15%;
        color: #9e3500;
        ;
    }
}

@media screen and (max-width: 700px) {

    .WeclomeTitle[b-1z5kut97ic] {
        font-size: 60px;
    }

    .Shoptitle[b-1z5kut97ic] {
        font-size: 40px;
    }

    .WelcomeSubTitle[b-1z5kut97ic] {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {

    .WeclomeTitle[b-1z5kut97ic] {
        font-size: 30px;
    }


    .WelcomeSubTitle[b-1z5kut97ic] {
        font-size: 20px;
    }

    .WelcomeCon[b-1z5kut97ic] {
        min-height: 150px;
    }
}





































.LeafCon[b-1z5kut97ic] {
    position: absolute;
    top: 50%;
}

.LeafConInverse[b-1z5kut97ic] {
    position: absolute;
    top: 50%;
    transform: scaleY(-1) translateY(-35px);
}

.LeafV1[b-1z5kut97ic] {
    position: absolute;
    margin-left: 0px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 50px;
    height: 14px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: auto;
}

.LeafV2[b-1z5kut97ic] {
    position: absolute;
    margin-left: 70px;
    transform: translate(-50%, -50%) rotate(-35deg); /* Center the leaf and rotate it */
    width: 25px;
    height: 7px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 6px;
}

.LeafV3[b-1z5kut97ic] {
    position: absolute;
    margin-left: 27px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 40px;
    height: 12px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 2px;
}


.LeafV4[b-1z5kut97ic] {
    position: absolute;
    margin-left: 51px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 33px;
    height: 11px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 3px;
}

.branch[b-1z5kut97ic] {
    position: fixed;
    z-index: 100;
}

.Stem[b-1z5kut97ic] {
    position: absolute;
    margin-top: 15px;
    margin-left: -34px;
    width: 108px;
    height: 5px;
    border-radius: 10px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
}

@media screen and (max-width: 500px) {

    .branch[b-1z5kut97ic] {
        scale: 0.75;
    }
}


.OrderSection[b-1z5kut97ic] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.OrderLink[b-1z5kut97ic] {
    position: relative;
    display: flex;
    text-decoration: none !important;
    color: #9e3500;
    background-color: #FFDBDB;
    border-radius: 25px;
    padding: 8px;
    border: 1px solid #FFDBDB;
    gap: 5px;
    min-width: 200px;
    width: fit-content;
}

.Shoptitle[b-1z5kut97ic] {
    color: #9e3500;
}

.OrderLink:hover[b-1z5kut97ic] {
    color: #FF878B;
    background-color: white;
    border: 1px solid #FF878B;
}

    .OrderLink:hover svg[b-1z5kut97ic] {
        fill: #FF878B;
    }

.LinkSVG[b-1z5kut97ic] {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
}

.OrderNowLink[b-1z5kut97ic] {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #9e3500;
    background-color: #FFDBDB;
    border-radius: 25px;
    padding: 8px;
    border: 1px solid #FFDBDB;
    gap: 5px;
    width: fit-content;
    white-space: nowrap;
}

.contact[b-1z5kut97ic] {
    position: absolute;
    bottom: 15px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 500px) {

    .contact[b-1z5kut97ic] {
        position: absolute;
        bottom: 15px;
        right: 5px;
        font-size: 10px;
        font-weight: bold;
    }

    .PckgeContent[b-1z5kut97ic] {
        max-width: 200px;
        min-height: 50px;
        font-size: 14px;
        padding: 10px;
    }

    .GalleryItem[b-1z5kut97ic] {
        font-size: 21px;
    }

    .PackageBanner[b-1z5kut97ic] {
        font-size: 22px;
    }

    .Shoptitle[b-1z5kut97ic] {
        font-size: 27px;
    }

    .ShopCon[b-1z5kut97ic] {
        margin-top: 10px;
        gap: 50px;
    }

    .Price[b-1z5kut97ic] {
       
        left: -5px;
    }

    .OrderNowLink[b-1z5kut97ic] {
        font-size: 14px;
        height: 20px !important;
    }
}



.OrderNowLink .LinkSVG[b-1z5kut97ic] {
    height: 25px;
    width: 25px;
}

.OrderNowLink:hover[b-1z5kut97ic] {
    color: #FF878B;
    background-color: white;
    border: 1px solid #FF878B;
}

    .OrderNowLink:hover svg[b-1z5kut97ic] {
        fill: #FF878B;
    }


.OrderNowDiv[b-1z5kut97ic] {
    display: flex;
    gap: 5px;
    font-weight: bold;
}


.LargeBibGallery[b-1z5kut97ic] {
    display: flex;
}




.price-list[b-1z5kut97ic] {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    table-layout: fixed;
}

    .price-list td[b-1z5kut97ic] {
        padding: 1px;
        font-size: 10px;
        width: fit-content;
    }

.heart[b-1z5kut97ic] {
    color: purple;
    margin-right: 5px;
}

.price[b-1z5kut97ic] {
    color: purple;
}

.themes-list[b-1z5kut97ic] {
    width: 100%;
    border-collapse: collapse;
}

    .themes-list td[b-1z5kut97ic] {
        padding: 5px 10px;
    }

    .themes-list .heart[b-1z5kut97ic] {
        color: pink;
        margin-right: 5px;
    }
/* _content/Hartlemoen/Pages/Security/Login.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-ci1ivel2so] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}

.BackgroundLogin[b-ci1ivel2so] {
    width: 100vw;
    height: 100vh;
  
    background-color: transparent;
    backdrop-filter: blur(100px);
}

.LoginCon[b-ci1ivel2so] {
    position:relative;
    width: 500px;
    height: 700px;
    border: 3px solid #D7A698;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: #ffe9e257;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), /* Small shadow */
    0 6px 12px rgba(0, 0, 0, 0.1), /* Medium shadow */
    0 12px 24px rgba(0, 0, 0, 0.1);
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
    margin-top:80px;
}

    .LoginCon .ImgCon[b-ci1ivel2so] {
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: white;
        border-radius: 50%;
        overflow: hidden;
        width: 250px;
        height: 250px;
        border: 10px solid #D7A698;
   
    }

        .LoginCon .ImgCon img[b-ci1ivel2so] {
            object-fit: contain;
           
            width: 100%;
            height: 100%;
        }



.InputCon[b-ci1ivel2so] {
    border-radius: 15px;
 
    background-color: white;
    height: 40px;
    box-shadow: 0px 1px 1px #ccc;
    width:100%;
 
}

    .InputCon input[b-ci1ivel2so] {
        border-radius: 15px;
        border:1px solid #efefef;
        padding-left:10px;
        outline: none;
        width:100%;
        height:100%;
        font-size:22px;
    }

.InputBox[b-ci1ivel2so] {
    color: #9E3500;
    font-weight:bold;
    font-size: 25px;
    background-color: white;
    width: 80%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 170px;
    border-radius: 25px;
    box-shadow: 0px 1px 1px 1px #ddd;
}

.loginBtn[b-ci1ivel2so] {
    font-size: 25px;
    border-radius: 25px;
    color: white;
    background-color: #9E3500;
    border: 1px solid #9E3500;
    height: 40px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:20px;
    transition:color,background-color 0.2s;
 
}

    .loginBtn:hover[b-ci1ivel2so] {
        background-color: #9e3500b6;
     
    }

.InfoCon[b-ci1ivel2so]{
    margin-top:30px;
    width:60%;
    font-size:12px;
    opacity:0.5;
}

.BackBtn[b-ci1ivel2so] {
    top: 20px;
    left: 20px;
    border: 1px solid #9E3500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    background-color: #9E3500;
    position: absolute;
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: color,background-color 0.2s;
}

    .BackBtn:hover[b-ci1ivel2so] {
        background-color: white;
        color: #9E3500;
    }
/* _content/Hartlemoen/Pages/Session/Admin/ShopManagement/ShopManager.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-n5q4nxw7qk] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y: hidden;
}


.ShopManagerCon[b-n5q4nxw7qk] {
    padding: 20px;
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.ControlBar[b-n5q4nxw7qk] {
    height: 100px;
    width: calc(100% - 100px);
    background-color: white;
    border: 10px solid #FFDBDB;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 20px;
    overflow: visible;
}

.Tiles[b-n5q4nxw7qk] {
    overflow-x: hidden;
    overflow-y: scroll;
    height: fit-content;
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}



.ShopTile[b-n5q4nxw7qk] {
    margin: 35px;
    margin-bottom: 0px;
    position: relative;
    background-color: white;
    border: 3px solid #FFDBDB;
    border-radius: 25px;
    width: 200px;
    height: 200px;
    display: flex;
    overflow: visible;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: visible;
}

.removeBtn[b-n5q4nxw7qk] {
    height: 30px;
    width: 30px;
    background-color: #9e3500;
    border: 1px solid #9e3500;
    color: white;
    border-radius: 7px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .removeBtn:hover[b-n5q4nxw7qk] {
        background-color: white;
        color: #9e3500;
    }

        .removeBtn:hover svg path[b-n5q4nxw7qk] {
            fill: #9e3500;
        }

    .removeBtn svg[b-n5q4nxw7qk] {
        height: 22px;
        width: 22px;
    }

.unpublished[b-n5q4nxw7qk] {
    opacity: 0.4;
}

.ShopTileHeader[b-n5q4nxw7qk] {
    border-radius: 25px;
    width: 100%;
    overflow: visible;
    height: 164px;
    background-color: white;
    padding: 15px;
}

    .ShopTileHeader img[b-n5q4nxw7qk] {
        border-radius: 25px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.ShopTileFooter[b-n5q4nxw7qk] {
    height: 36px;
    width: 100%;
    border-top: 1px solid #FFDBDB;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.ShopTileLabel[b-n5q4nxw7qk] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    max-width: 70%;
}

.ShopTilePrice[b-n5q4nxw7qk] {
}

.AddBtn[b-n5q4nxw7qk] {
    cursor: pointer;
    border: 1px solid #9e3500;
    background-color: #9e3500;
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    color: white;
    font-size: 25px;
    position: relative;
    overflow: visible;
}

    .AddBtn:hover[b-n5q4nxw7qk] {
        background-color: white;
        color: #9e3500;
    }

    .AddBtn:focus[b-n5q4nxw7qk] {
        border-bottom-right-radius: 0px;
    }

.addMenu[b-n5q4nxw7qk] {
    position: absolute;
    background-color: white;
    border: 1px solid #9e3500;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    z-index: 10000;
    top: 50px;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
    border-radius: 15px;
    right: 0px;
    border-top-right-radius: 0px;
}

.MenuOption[b-n5q4nxw7qk] {
    background-color: #9e3500;
    border: 1px solid #9e3500;
    color: white;
    white-space: nowrap;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

    .MenuOption:hover[b-n5q4nxw7qk] {
        background-color: white;
        color: #9e3500;
    }

.EditItemCon[b-n5q4nxw7qk] {
    background-color: white;
    min-width: 300px;
    min-height: 500px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 4px #FFDBDB;
    margin: 30px;
}

.EditItemConHeader[b-n5q4nxw7qk] {
    width: 100%;
    border-bottom: 1px solid #FFDBDB;
    display: flex;
    height: 36px;
    align-items: center;
    padding: 15px;
    color: #9e3500;
    font-size: 20px;
    font-weight: 500;
}

.EditItemConBody[b-n5q4nxw7qk] {
    min-width: 300px;
    min-height: 500px;
    width: fit-content;
    height: fit-content;
    max-height: 800px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items:center;*/
}

.EditItemConFooter[b-n5q4nxw7qk] {
    padding: 15px;
    width: 100%;
    border-top: 1px solid #FFDBDB;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

    .EditItemConFooter button[b-n5q4nxw7qk] {
        border-radius: 25px;
        width: fit-content;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        background-color: #ff878b;
        outline: none;
        border: 1px solid #ff878b;
        position: absolute;
        right: 5px;
    }


.closePopup[b-n5q4nxw7qk] {
    background-color: #9e3500;
    border: 1px solid #9e3500;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}


    .closePopup:hover[b-n5q4nxw7qk] {
        background-color: white;
        color: #9e3500;
    }



.previewCon[b-n5q4nxw7qk] {
    margin-left: 20px;
    height: 120px;
    width: 120px;
    overflow: visible;
    border-radius: 15px;
    border: 1px solid #ff878b;
    margin-top: 10px;
    display: flex;
    align-items: center;
    background-color: white;
}

    .previewCon img[b-n5q4nxw7qk] {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

.dual-input[b-n5q4nxw7qk] {
    display: flex;
    gap: 20px;
}

.arrL[b-n5q4nxw7qk] {
    position: absolute;
    left: -45px;
    font-size: 50px;
    color: #9e3500;
}


.arrR[b-n5q4nxw7qk] {
    position: absolute;
    right: -45px;
    font-size: 50px;
    color: #9e3500;
}

    .arrR:hover[b-n5q4nxw7qk] {
        color: #ff878b;
    }

.arrL:hover[b-n5q4nxw7qk] {
    color: #ff878b;
}


.AddNew[b-n5q4nxw7qk] {
    border-radius: 15px;
    padding: 5px !important;
    height: 36px;
    min-width: 100px;
    font-size: 18px;
    margin: 5px !important;
    border: 1px solid #D7A698;
    outline: none;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewOptionContainer[b-n5q4nxw7qk] {
    position: absolute;
    border-radius: 15px;
    padding: 15px !important;
    height: fit-content;
    width: calc(100% - 300px);
    font-size: 18px;
    border: 1px solid #D7A698;
    background-color: #ffffff;
    outline: none;
    cursor: pointer;
    user-select: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
}

.VariantsCon[b-n5q4nxw7qk] {
    max-height: 500px;
    height: 500px;
    overflow: hidden !important;
    overflow-y: auto !important;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top:0px;
}

.NewVariant[b-n5q4nxw7qk] {
    min-height: fit-content;
    padding: 15px;
    border-bottom: 2px solid #9E3500;
    border-top: 1px solid #9E3500;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.AddVariantBtn[b-n5q4nxw7qk] {
    border: 2px dashed #9E3500;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #9E3500;
    padding: 5px;
    position: sticky;
    min-height: 100px;
    background-color:#ffffff;
    top: 0px;
    z-index:1000;
}

    .AddVariantBtn:hover[b-n5q4nxw7qk] {
        border-color: #ff878b;
        color: #ff878b;
    }

.NewVariantsContainer[b-n5q4nxw7qk] {
    display: flex;
    position: absolute;
    border-radius: 15px;
    padding: 15px !important;
    height: fit-content;
    width: calc(100% - 300px);
    font-size: 18px;
    border: 1px solid #D7A698;
    background-color: #ffffff;
    outline: none;
    cursor: pointer;
    user-select: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
}


.displayOption[b-n5q4nxw7qk] {
    border-radius: 10px;
    outline: none;
    border: 2px solid #FFDBDB;
    max-width: 500px;
    padding: 5px;
    width: fit-content;
    min-width: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: fit-content;
    min-height: 30px;
    gap:10px;
}

    .displayOption:hover[b-n5q4nxw7qk] {
        background-color: #ffdbdb7a;
 
    }

.optionName[b-n5q4nxw7qk]{
    min-width:75px;
    margin-left:10px;
    font-size:20px;
}

.optionActions[b-n5q4nxw7qk]{
   width:50px;
}

    .optionActions .BtnCommon[b-n5q4nxw7qk] {
        height: 1px !important;
    }

.displayVariant[b-n5q4nxw7qk] {
    border-radius: 10px;
    outline: none;
    border: 2px solid #FFDBDB;
    min-height: 100px;
    height: 100px;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .displayVariant:hover[b-n5q4nxw7qk] {
        background-color: #ffdbdb7a;
    }

.variantIcon[b-n5q4nxw7qk]{
    width:25%;
    height:100%;

}

.variantIcon img[b-n5q4nxw7qk]{
    height:100%;
    width:100%;
    object-fit:contain;
}

.variantName[b-n5q4nxw7qk]{
    width:40%;
}

.variantCost[b-n5q4nxw7qk]{
    width:25%;
}
.variantActions[b-n5q4nxw7qk]{
    width:10%;
    display:flex;
    flex-direction:column;
    gap:5px;
}
.optionsCon[b-n5q4nxw7qk] {
    display: flex;
    align-items:center;

    flex-direction:row;
    flex-wrap:wrap;
    overflow-y: auto;
    gap: 10px;
    height: fit-content;
    max-height: 300px;
    padding:10px;
}
/* _content/Hartlemoen/Pages/Session/Admin/ShopManagement/ViewItem.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-pbw1kc0na7] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}



/* _content/Hartlemoen/Pages/Session/Admin/ShopManagement/_template.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-23q13ibnms] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}



/* _content/Hartlemoen/Pages/Session/Components/Loading/Loader.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-h07mkbkysc] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}

.LoaderCon[b-h07mkbkysc] {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    position:fixed;
    left:0;
    top:0;
    backdrop-filter: blur(4px);
    display:flex;
    align-items:center;
    justify-content:center;
}

.loader[b-h07mkbkysc] {
    position: relative;
    width: 200px;
    height: 200px;
    background: url('Images/HLogoHeart.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    animation: fill-heart-b-h07mkbkysc 2s infinite ease-in-out;
}

    .loader[b-h07mkbkysc]::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 0, 0, 0.6);
      
    }

@keyframes fill-heart-b-h07mkbkysc {
    0% {
        transform: scale(0.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
    }
}

.loaderpop[b-h07mkbkysc]{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.Message[b-h07mkbkysc]{
    margin-top:-30px;
    font-size:20px;
}
/* _content/Hartlemoen/Pages/Session/Components/Shop/Checkout.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-6ng8om157c] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y: hidden;
}
/* _content/Hartlemoen/Pages/Session/Components/Shop/ItemViewer.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-gnag76c2sr] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y: hidden;
}


.modal-popup[b-gnag76c2sr] {
    pointer-events: all;
    user-select: none;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100vh;
    width: 100vw;
 
    backdrop-filter: blur(10px);
    background-color: rgba(0.2, 0.2, 0.2, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popupContent[b-gnag76c2sr] {
    position: relative;
    pointer-events: all;
    background-color: #ffffff;
    border: 1px solid #FFDBDB;
    width: 90%;
    height: 85%;
    padding: 10px;
    border-radius: 20px;
    padding-top: 50px;
    max-height: 900px;
    max-width: 800px;
}

.closeBtn[b-gnag76c2sr] {
    right: 5px;
    top: 5px;
    left: unset;
}

.content[b-gnag76c2sr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    overflow:visible;
}

.colcon[b-gnag76c2sr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ProductDetails[b-gnag76c2sr] {
    height: 100%;
    width: 100%;
}

.imgContainer[b-gnag76c2sr] {
    height: 80%;
    min-height: 80%;
    padding: 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFDBDB;
    border-top-left-radius: 20px;
}
    .imgContainer img[b-gnag76c2sr]{
       max-height:100%;
       max-width:100%;
        object-fit:contain;
        border-radius:7px;
    }

.productDescription[b-gnag76c2sr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fdf5f5;
    border-bottom-left-radius: 20px;
    color: #616161;
    gap: 5px;
}

.OptionsLabel[b-gnag76c2sr] {
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-top: 10px;
    color: #9E3500;
    font-size:22px;
}

.optionContainer[b-gnag76c2sr] {
    height: fit-content;

    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: bolder;
    font-size: 20px;
    color: #9E3500;
}

.variantContainer[b-gnag76c2sr] {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    min-height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    cursor:pointer;

}

    .variantContainer:hover[b-gnag76c2sr] {
        background-color: #d7d6d63b;
    }

.variantImg[b-gnag76c2sr] {
    height: 100%;
    max-width:20%;
    min-width:20%;
    min-height: 100%;
    padding: 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFDBDB;
    border-radius: 20px;
    cursor:zoom-in;
}
    .variantImg[b-gnag76c2sr]::after {
        content: "";
        background: var(--bg) center center no-repeat;
        background-size: contain;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.5); 
        width: 300px;
        height: 300px;
        border: 1px solid #FFDBDB;
        border-radius: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none; 
        z-index: 1000; 
    }

    .variantImg:hover[b-gnag76c2sr]::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    .variantImg img[b-gnag76c2sr] {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        border-radius: 7px;
    }

.variantAction[b-gnag76c2sr]{
    cursor:pointer;
}
.ProductRequirements[b-gnag76c2sr] {
    height: 100%;
    width: 100%;
}
.itemPrice[b-gnag76c2sr]{
    font-weight:bold;
    font-size:24px;
}

@media screen and (max-width: 530px) {


    *[b-gnag76c2sr] {
        margin: 0px;
        padding: 0px;
        font-family: 'RegFont';
        overflow-y: unset;
    }

    .content[b-gnag76c2sr] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .imgContainer[b-gnag76c2sr] {
        border-top-left-radius: 0px;
    
    }
    .OptionsLabel[b-gnag76c2sr]{
        height:40px;
    }

    .optionContainer[b-gnag76c2sr] {
        height: fit-content;
        min-height: fit-content;
        max-height: 250px;
        overflow-y: unset;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-weight: bolder;
        font-size: 20px;
        color: #9E3500;
    }

    .popupContent[b-gnag76c2sr]{
    padding-bottom:80px;
    }

    .ProductRequirements[b-gnag76c2sr] {
        overflow-y: auto;
    }

    .ProductDetails[b-gnag76c2sr] {
        height: 80%;
        width: 100%;
    }
    .productDescription[b-gnag76c2sr] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height:30px;
        padding-left:10px;
        padding-right:5px;
        background-color: #fff5f5;
        border-bottom-left-radius: 0px;
        gap: 5px;
        flex-direction: row;
    }

        .productDescription .BtnCommon[b-gnag76c2sr]{
            height:35px !important;
            min-height:35px !important;
            position:absolute !important;
            left:50%;
            transform:translateX(-50%);
            bottom:15px;
            width: 80% !important;
        }

        .itemPrice[b-gnag76c2sr] {
            font-weight: bold;
            font-size: 18px;
        }
}
/* _content/Hartlemoen/Pages/Session/Components/Shop/ShopCart.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-llf3hh9tm6] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
 
}


.modal-popup[b-llf3hh9tm6] {
    pointer-events: all;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    backdrop-filter: blur(10px);
    background-color: rgba(0.2, 0.2, 0.2, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popupContent[b-llf3hh9tm6] {
    position: relative;
    pointer-events: all;
    background-color: #ffffff;
    border: 1px solid #FFDBDB;
    width: 90%;
    height: 85%;
    padding: 10px;
    border-radius: 20px;
    padding-top: 50px;
    max-height: 900px;
    max-width: 800px;
}

.closeBtn[b-llf3hh9tm6] {
    right: 5px;
    top: 5px;
    left: unset;
}

.previewImg[b-llf3hh9tm6]{
    height:100% !important;
    min-width:150px;
}

.previewImg img[b-llf3hh9tm6] {
    height:100%;
    width:100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

/* Content Area */
.popupContent .content.jcontainer[b-llf3hh9tm6] {
  padding: 1rem 1.5rem;
  max-height: 525px;

}

.content[b-llf3hh9tm6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow-y: auto !important;
}


/* Cart List Container */
.popupContent .cartDisplayContainer[b-llf3hh9tm6] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}

/* Individual Cart Item */
.popupContent .cartItem[b-llf3hh9tm6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* Image Preview */
.popupContent .previewImg[b-llf3hh9tm6] {
  flex: 0 0 80px;
  height: 80px;
  background: #ddd;
  border-radius: 6px;
  margin-right: 1rem;
  box-sizing: border-box;
}

/* Description Column */
.popupContent .ItemDescriptionCon[b-llf3hh9tm6] {
  flex: 1 1 auto;
  min-width: 0; /* allow text to wrap properly */
  margin-right: 1rem;
}

/* Item Title */
.popupContent .itemTitle[b-llf3hh9tm6] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Variants List */
.popupContent .variants[b-llf3hh9tm6] {
  margin-bottom: 0.75rem;
}
.popupContent .variantCon[b-llf3hh9tm6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.25rem;
}
.popupContent .variantTitle[b-llf3hh9tm6] {
  font-size: 0.95rem;
  margin-right: 0.5rem;
}
.popupContent .variantModifier[b-llf3hh9tm6] {
  font-size: 0.9rem;
  color: #28a745;
  margin-right: 1rem;
}
.popupContent .RmvBtn[b-llf3hh9tm6] {
  font-size: 0.9rem;
  color: #dc3545;
  cursor: pointer;
  transition: color 0.2s ease;
  margin-left:auto;
}
.popupContent .RmvBtn:hover[b-llf3hh9tm6] {
  color: #a71d2a;
}

/* Actions & Price */
.popupContent .ActionsPriceCon[b-llf3hh9tm6] {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  min-width: 80px;
  box-sizing: border-box;
}

/* Price Display */
.popupContent .priceDisplay[b-llf3hh9tm6] {
  font-size: 1.2rem;
  font-weight: 700;
}

/* Quantity Selector */
.popupContent .qty[b-llf3hh9tm6] {
  display: flex;
  align-items: center;
}
.popupContent .qty label[b-llf3hh9tm6] {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.popupContent .qty input[type="number"][b-llf3hh9tm6] {
  width: 50px;
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Cart Summary */
.popupContent .cartSummaryCon[b-llf3hh9tm6] {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e0e0e0;
  margin-top: 1rem;
}
.popupContent .headingSummary[b-llf3hh9tm6] {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.popupContent .totalCon[b-llf3hh9tm6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popupContent .total[b-llf3hh9tm6] {
  font-size: 1rem;
  font-weight: 600;
}
.popupContent .priceTotal[b-llf3hh9tm6] {
  font-size: 1.2rem;
  font-weight: 700;
}

/* Checkout Section */
.popupContent .CheckoutCon[b-llf3hh9tm6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.popupContent .checkoutBtn[b-llf3hh9tm6] {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    background-color: #FFDBDB;
 
    font-weight: bold;
    font-size:18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
    .popupContent .checkoutBtn:hover[b-llf3hh9tm6] {
        background-color: #edcecedb;
    }
.popupContent .checkoutInfo[b-llf3hh9tm6] {
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #777;
}

body[b-llf3hh9tm6] {
    overflow: hidden !important;
    height: 100%;
}

/* === Mobile Responsive Below 600px === */
@media (max-width: 600px) {
  .popupContent .header[b-llf3hh9tm6] {
    text-align: center;
    padding-right: 3rem;
  }
  .popupContent .closeBtn[b-llf3hh9tm6] {
    top: 0.75rem;
    right: 0.75rem;
  }

    .popupContent .content.jcontainer[b-llf3hh9tm6]{
        max-height:35vh;
    }
    .popupContent .content.jcontainer[b-llf3hh9tm6],
    .popupContent .cartSummaryCon[b-llf3hh9tm6],
    .popupContent .CheckoutCon[b-llf3hh9tm6] {
        padding: 0.75rem 1rem;
    }
  .popupContent .cartItem[b-llf3hh9tm6] {
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
  }
  .popupContent .previewImg[b-llf3hh9tm6] {
    width: 100%;
    height: 0;
    min-height:125px;
    margin-bottom: 0.75rem;
  }
  .popupContent .ItemDescriptionCon[b-llf3hh9tm6] {
    margin-right: 0;
  }
  .popupContent .ActionsPriceCon[b-llf3hh9tm6] {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.75rem;
  }
  .popupContent .qty input[type="number"][b-llf3hh9tm6] {
    width: 40px;
  }
  .popupContent .CheckoutCon[b-llf3hh9tm6] {
    flex-direction: column;
    gap: 0.5rem;
  }
  .popupContent .checkoutBtn[b-llf3hh9tm6] {
    width: 100%;
  }
  .popupContent .checkoutInfo[b-llf3hh9tm6] {
    margin-left: 0;
    text-align: center;
  }

   

        .previewImg img[b-llf3hh9tm6] {
          padding:5%;
        }
}


/* _content/Hartlemoen/Pages/Session/UserDashboard/DashboardMain.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-662ny48lmt] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}


.DashboardContainer[b-662ny48lmt]{
   
 padding:20px;
    width:calc(100% - 300px);
}
/* _content/Hartlemoen/Pages/Session/UserDashboard/Orders.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-cbjk9kfskh] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y: hidden;
}


.DashboardContainer[b-cbjk9kfskh] {
    padding: 20px;
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
}

.ActionBar[b-cbjk9kfskh] {
    height: 100px;
    padding: 10px;
}

.TableContainer[b-cbjk9kfskh] {
    height: calc(100% - 100px);
    padding: 10px;
}

table[b-cbjk9kfskh] {
    width: 100%;
    height: fit-content;
    max-height: 100%;
  
}

tr:nth-child(2n+1)[b-cbjk9kfskh] {
    background-color: #ffdbdb61;
}

td:last-child[b-cbjk9kfskh] {
    width: 150px;
}

tr[b-cbjk9kfskh]{
    cursor:pointer;
}
tr:hover td[b-cbjk9kfskh]{
    background-color: #eee;
}
tr:focus td[b-cbjk9kfskh]{
    background-color: #ddd;
}

tr .detailsCon[b-cbjk9kfskh] {
    height: 40px; /* desired visible height */
    line-height: 20px; /* example: 2 lines x 20px = 40px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    overflow: hidden;
}
tr:focus .detailsCon[b-cbjk9kfskh] {
   all:unset;
}


td[b-cbjk9kfskh], th[b-cbjk9kfskh] {
    border: 1px solid #ccc;
    padding: 5px;
    font: 1.2em;
}

th[b-cbjk9kfskh] {
    font-weight: bold;
    background-color: #FFDBDB;
}


.ActionCol[b-cbjk9kfskh] {
    display: flex;
    justify-content: space-around;
}

.ActionBtn[b-cbjk9kfskh] {
    cursor: pointer;
    border: 2px solid forestgreen;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: white;
    background-color: seagreen;
    padding: 2px;
    font-size: 14px;
}

    .ActionBtn:hover[b-cbjk9kfskh] {
        background-color: green;
    }
/* _content/Hartlemoen/Pages/Session/UserDashboard/Sidebar.razor.rz.scp.css */
@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-7t00v6ixct] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
    overflow-y:hidden;
}


.SidebarContainer[b-7t00v6ixct] {
    max-width: 300px;
    min-width: 300px;
    padding: 10px;
    height: 100%;
    background: linear-gradient(90deg, #D7A698 0%, #ffffff 2%, #ffffff 50%, #FFDBDB 98%, #FFDBDB 100%);
    box-shadow: 0px 1px 2px 4px whitesmoke;
    padding-top:20px;
    padding-bottom:20px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    display:flex;
    flex-direction:column;
    gap:10px;
}


.LinkBtn[b-7t00v6ixct] {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #9e350050;
    background-color: white;
    color: #9e3500;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0px 1px 1px 1px #eeec;
    cursor:pointer;
}


.ProfileCon[b-7t00v6ixct] {
    
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(30px)
}


.ProfileImg[b-7t00v6ixct] {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 4px solid #9e350050;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow: hidden;
}

    .ProfileImg img[b-7t00v6ixct] {
        width: 150px;
        height: 150px;
        object-fit:contain;
    }

.ProfileName[b-7t00v6ixct]{

}


.ProfileWelcome[b-7t00v6ixct]{

}


.Signout[b-7t00v6ixct] {
    margin-top: 50px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #9e350050;
    background-color: white;
    color: #9e3500;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0px 1px 1px 1px #eeec;
    cursor: pointer;
    opacity: 0.7;
}

.home[b-7t00v6ixct] {
  
 opacity:0.7;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #9e350050;
    background-color: white;
    color: #9e3500;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0px 1px 1px 1px #eeec;
    cursor: pointer;
}

.home:hover[b-7t00v6ixct]{
    opacity:1;
}

.Signout:hover[b-7t00v6ixct] {
    opacity: 1;
}

.selected[b-7t00v6ixct] {
    background-color: #ff878b;
    color:white;
    border:none;
}
/* _content/Hartlemoen/Shared/MainLayout.razor.rz.scp.css */
html[b-2u8yd3jwb6] {

}

body[b-2u8yd3jwb6] {

    width: 100vw;
    background: linear-gradient(90deg, #D7A698 0%, #ffffff 2%, #ffffff 50%, #ffffff 98%, #FFDBDB 100%);

}

    body[b-2u8yd3jwb6]::-webkit-scrollbar {
        width: 10px;
    }

    body[b-2u8yd3jwb6]::-webkit-scrollbar-track {
        background-color: #FFDBDB;
    }

    body[b-2u8yd3jwb6]::-webkit-scrollbar-thumb {
        background-color: #D7A698;
     
        border-radius: 5px;
    }

        body[b-2u8yd3jwb6]::-webkit-scrollbar-thumb:hover {
            background-color: #D7A698;
        }


        .page[b-2u8yd3jwb6]{
            width:100%;
        }



@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-2u8yd3jwb6] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
}




.NavBar[b-2u8yd3jwb6] {
    width: 100%;
    height: 80px;
    background: linear-gradient(60deg, #D7A698 40%, #FFDBDB 60%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    z-index: 100;
}

a[b-2u8yd3jwb6] {
    text-decoration: none;
}


.ServiceCon[b-2u8yd3jwb6] {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .ServiceCon a[b-2u8yd3jwb6] {
        color: white;
        font-family: 'RegFont';
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        height: 40px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        padding-right: 10px;
        padding-left: 10px;
        transition: color 0.3s;
        transition: background-color 0.3s;
        border: 1px solid #ff878b5b;
        ;
        background-color: #ff878b;
        ;
    }

        .ServiceCon a:hover[b-2u8yd3jwb6] {
            background-color: unset;
            color: #9e3500;
        }

@media screen and (max-width: 1080px) {
    .ServiceCon[b-2u8yd3jwb6] {
        flex-direction: column;
    }

        .ServiceCon a[b-2u8yd3jwb6] {
            min-width: 90px;
            height: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

.LogoCOn[b-2u8yd3jwb6] {
    margin-left: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #89533E;
    background-color: white;
    border-radius: 25px;
    height: 70px;
    width: 260px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}


    .LogoCOn > img[b-2u8yd3jwb6] {
        border-radius: 25px;
        height: 65px;
        width: 100px;
        object-fit: contain;
    }

.LogoTitle[b-2u8yd3jwb6] {
    color: #9E3500;
    font-weight: bold;
    font-size: 34px;
    font-family: 'TitleFont';
}

.SocialsCon[b-2u8yd3jwb6] {
    margin-right: 10px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #FF878B;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    height: 70px;
    background-color: white;
    align-items: center;
    border-radius: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

svg:hover[b-2u8yd3jwb6] {
    fill: #FF878B;
}

.SocialIcon[b-2u8yd3jwb6] {
    width: 30px;
    height: 30px;
    cursor: pointer;
}



.SearchCon[b-2u8yd3jwb6] {
    margin-right: auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

    .SearchCon > input[b-2u8yd3jwb6] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        height: 40px;
        border-radius: 14px;
        border: 1px solid #9e3500;
        outline: none;
        padding-left: 10px;
        padding-right: 5px;
        font-size: 18px;
        font-family: 'RegFont';
        color: #9e3500;
    }

    .SearchCon button[b-2u8yd3jwb6] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        border-radius: 14px;
        border: 1px solid #9e3500;
        background-color: #9e3500;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        ;
        font-size: 24px;
        height: 40px;
        outline: none;
        cursor: pointer;
        transition: border 0.1s;
        transition: background-color 0.1s;
    }

        .SearchCon button:hover[b-2u8yd3jwb6] {
            background-color: #FF878B;
            border: 1px solid #FF878B;
        }



.ShopLayout[b-2u8yd3jwb6] {
    border: none;
    width: 95%;
    border-radius: 7px;
    background-color: #D7A698;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
}

.ShopLayoutAlt[b-2u8yd3jwb6] {
    border: none;
    width: 95%;
    border-radius: 7px;
    background-color: white;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
}

.MobileSidebar[b-2u8yd3jwb6] {
    display: none;
    position: fixed;
    height: 300px;
    right: 0px;
    width: 130px;
    flex-direction: column;
    background-color: #FFDBDB;
    border-radius: 10px;
    align-items: center;
    padding-right: 15px;
    padding-left: 25px;
    box-shadow: 4px 4px 5px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #9E3500;
    top: 5px;
    right: -240px;
    transition: right 0.5s;
}

.MobileSocialIcon[b-2u8yd3jwb6] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
}

.MobileSocials[b-2u8yd3jwb6] {
    margin-top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MobileBurgerMenu[b-2u8yd3jwb6] {
    font-size: 40px;
    margin-right: 10px;
    color: #89533E;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 5px;
}

.MobileBurgerMenuClose[b-2u8yd3jwb6] {
    font-size: 40px;
    margin-right: -10px;
    margin-top: 5px;
    color: #ff878b;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 5px;
    align-self: flex-end;
}

.MobileBtn[b-2u8yd3jwb6] {
    display: none;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    border-radius: 14px;
    border: 1px solid #9e3500;
    background-color: #9e3500;
    color: white;
    font-size: 18px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: border 0.1s;
    transition: background-color 0.1s;
    align-items: center;
    justify-content: center;
}

.MobileServiceCon[b-2u8yd3jwb6] {
    margin-top: 25px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

    .MobileServiceCon a[b-2u8yd3jwb6] {
        font-family: 'RegFont';
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        height: 20px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        padding-right: 10px;
        padding-left: 10px;
        transition: color 0.3s;
        transition: background-color 0.3s;
        border: 1px solid #ff878b5b;
        ;
        min-width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff878b;
        ;
        color: white;
    }

        .MobileServiceCon a:hover[b-2u8yd3jwb6] {
            background-color: #ff878b;
            ;
            color: white;
        }

.MobileBurgerMenu[b-2u8yd3jwb6] {
    display: none;
}

@media screen and (max-width: 950px) {
    .ServiceCon[b-2u8yd3jwb6] {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .SocialsCon[b-2u8yd3jwb6] {
        display: none;
    }

    .SearchCon[b-2u8yd3jwb6] {
        margin: unset;
        margin-right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .SearchCon[b-2u8yd3jwb6] {
        display: none;
    }

    .MobileSidebar[b-2u8yd3jwb6] {
        display: flex;
    }

    .MobileBurgerMenu[b-2u8yd3jwb6] {
        display: flex;
    }

    .MobileBtn[b-2u8yd3jwb6] {
        display: flex;
    }
}

@media screen and (max-width: 500px) {

    .LogoCOn[b-2u8yd3jwb6] {
        margin-left: 10px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        border: 1px solid #89533E;
        background-color: white;
        border-radius: 25px;
        height: 70px;
        width: 160px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }

        .LogoCOn > img[b-2u8yd3jwb6] {
            border-radius: 25px;
            height: 55px;
            width: 100px;
            object-fit: contain;
        }

    .LogoTitle[b-2u8yd3jwb6] {
        color: #9E3500;
        font-weight: bold;
        font-size: 20px;
        font-family: 'TitleFont';
    }

    .MobileBtn[b-2u8yd3jwb6] {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        height: 30px;
        border-radius: 14px;
        border: 1px solid #9e3500;
        background-color: #9e3500;
        color: white;
        font-size: 14px;
        outline: none;
        padding-left: 8px;
        padding-right: 8px;
        cursor: pointer;
        transition: border 0.1s;
        transition: background-color 0.1s;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 380px) {

    .MobileBtn[b-2u8yd3jwb6] {
        display: none;
    }
}
/* font-family: 'Freestyle Script';
font-family: 'Maiandra GD'; */

@keyframes fadeInUp-b-2u8yd3jwb6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.BrowseGallery[b-2u8yd3jwb6] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    overflow-x: auto; /* Use 'auto' instead of 'scroll' */

    user-select: none;
    margin-top: -40px;
    padding-bottom: 0px;
    border-bottom: 2px solid #9e350050;
}

    .BrowseGallery[b-2u8yd3jwb6]::-webkit-scrollbar {
        width: 10px;
    }

    .BrowseGallery[b-2u8yd3jwb6]::-webkit-scrollbar-track {
        background-color: #FFDBDB;
    }

    .BrowseGallery[b-2u8yd3jwb6]::-webkit-scrollbar-thumb {
        background-color: #D7A698;
        ;
        border-radius: 5px;
    }

        .BrowseGallery[b-2u8yd3jwb6]::-webkit-scrollbar-thumb:hover {
            background-color: #D7A698;
        }



.GalleryItem[b-2u8yd3jwb6] {
    width: 245px;
    height: 100px;
    border-radius: 25px;
    background-color: white;
    min-width: 245px;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9e350050;
    font-size: 32px;
    color: #9e3500;
    ;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .GalleryItem:hover[b-2u8yd3jwb6] {
        background-color: #FFDBDB;
    }


.LogoTitle[b-2u8yd3jwb6] {
    font-family: 'TitleFont';
}

.AboutUsSection[b-2u8yd3jwb6] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 10%;
    margin-right: 10%;
    color: #9e3500;
    ;
    width: 80%;
    padding-bottom: 15px;
}

.StickersSection[b-2u8yd3jwb6] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 10%;
    margin-right: 10%;
    color: #9e3500;
    ;
    width: 80%;
    padding-bottom: 15px;
    height: fit-content;
    min-height: 400px;
    align-items: center;
}

.Shoptitle[b-2u8yd3jwb6] {
    font-family: 'TitleFont';
    width: fit-content;
    font-size: 72px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    border-bottom: 1px solid #9e350050;
}

.ShopCon[b-2u8yd3jwb6] {
    margin-top: 50px;
    width: 100%;
    height: fit-content;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 100px;
}

.Package[b-2u8yd3jwb6] {
    height: fit-content;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.PackageBanner[b-2u8yd3jwb6] {
    background-color: #FFDBDB;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: 'TitleFont';
    border-radius: 17px;
    color: black
}

.PckgeContent[b-2u8yd3jwb6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    color: black;
    font-family: 'RegFont';
    position: relative;
    min-height: 150px;
}

.Price[b-2u8yd3jwb6] {
    position: absolute;
    left: -25px;
    transform: translateX(-100%);
    font-size: 42px;
    font-family: 'TitleFont';
}

.PckgeImage[b-2u8yd3jwb6] {
    height: fit-content;
    max-height: 300px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .PckgeImage img[b-2u8yd3jwb6] {
        object-fit: contain;
        max-width: 100%;
        max-height: 300px;
        height: fit-content;
        width: fit-content;
    }

p[b-2u8yd3jwb6] {
    font-family: 'RegFont';
}

hr[b-2u8yd3jwb6] {
    width: 100%;
    border-color: #9e350050;
}

.WelcomeCon[b-2u8yd3jwb6] {
    border-bottom: 2px solid #9e350050;
    width: 100%;
    height: fit-content;
    border-radius: 3px;
    min-height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WelcomeMessage[b-2u8yd3jwb6] {
    width: fit-content;
    height: fit-content;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.WeclomeTitle[b-2u8yd3jwb6] {
    color: #9e3500;
    font-family: 'TitleFont';
    font-size: 120px;
}

.WelcomeSubTitle[b-2u8yd3jwb6] {
    color: #FF878B;
    font-size: 50px;
    font-family: 'TitleFont';
}

@media screen and (max-width: 1360px) {

    .WeclomeTitle[b-2u8yd3jwb6] {
        font-size: 100px;
    }

    .WelcomeSubTitle[b-2u8yd3jwb6] {
        font-size: 30px;
    }
}

@media screen and (max-width: 1010px) {

    .WeclomeTitle[b-2u8yd3jwb6] {
        font-size: 80px;
    }

    .WelcomeSubTitle[b-2u8yd3jwb6] {
        font-size: 22px;
    }

    .AboutUsSection[b-2u8yd3jwb6] {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-left: 15%;
        margin-right: 15%;
        color: #9e3500;
        ;
    }
}

@media screen and (max-width: 700px) {

    .WeclomeTitle[b-2u8yd3jwb6] {
        font-size: 60px;
    }

    .Shoptitle[b-2u8yd3jwb6] {
        font-size: 40px;
    }

    .WelcomeSubTitle[b-2u8yd3jwb6] {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {

    .WeclomeTitle[b-2u8yd3jwb6] {
        font-size: 30px;
    }


    .WelcomeSubTitle[b-2u8yd3jwb6] {
        font-size: 20px;
    }

    .WelcomeCon[b-2u8yd3jwb6] {
        min-height: 150px;
    }
}





































.LeafCon[b-2u8yd3jwb6] {
    position: absolute;
    top: 50%;
}

.LeafConInverse[b-2u8yd3jwb6] {
    position: absolute;
    top: 50%;
    transform: scaleY(-1) translateY(-35px);
}

.LeafV1[b-2u8yd3jwb6] {
    position: absolute;
    margin-left: 0px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 50px;
    height: 14px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: auto;
}

.LeafV2[b-2u8yd3jwb6] {
    position: absolute;
    margin-left: 70px;
    transform: translate(-50%, -50%) rotate(-35deg); /* Center the leaf and rotate it */
    width: 25px;
    height: 7px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 6px;
}

.LeafV3[b-2u8yd3jwb6] {
    position: absolute;
    margin-left: 27px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 40px;
    height: 12px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 2px;
}


.LeafV4[b-2u8yd3jwb6] {
    position: absolute;
    margin-left: 51px;
    transform: translate(-50%, -50%) rotate(-45deg); /* Center the leaf and rotate it */
    width: 33px;
    height: 11px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
    border-radius: 50%; /* Make it round */
    border: 2px solid #724634; /* Add a border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    overflow: hidden; /* Hide overflowing pseudo-element */
    margin-top: 3px;
}

.branch[b-2u8yd3jwb6] {
    position: fixed;
    z-index: 100;
}

.Stem[b-2u8yd3jwb6] {
    position: absolute;
    margin-top: 15px;
    margin-left: -34px;
    width: 108px;
    height: 5px;
    border-radius: 10px;
    background-color: #89533E; /* Change color to green to resemble a leaf */
}

@media screen and (max-width: 500px) {

    .branch[b-2u8yd3jwb6] {
        scale: 0.75;
    }
}


.OrderSection[b-2u8yd3jwb6] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.OrderLink[b-2u8yd3jwb6] {
    position: relative;
    display: flex;
    text-decoration: none !important;
    color: #9e3500;
    background-color: #FFDBDB;
    border-radius: 25px;
    padding: 8px;
    border: 1px solid #FFDBDB;
    gap: 5px;
    min-width: 200px;
    width: fit-content;
}

.Shoptitle[b-2u8yd3jwb6] {
    color: #9e3500;
}

.OrderLink:hover[b-2u8yd3jwb6] {
    color: #FF878B;
    background-color: white;
    border: 1px solid #FF878B;
}

    .OrderLink:hover svg[b-2u8yd3jwb6] {
        fill: #FF878B;
    }

.LinkSVG[b-2u8yd3jwb6] {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
}

.OrderNowLink[b-2u8yd3jwb6] {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #9e3500;
    background-color: #FFDBDB;
    border-radius: 25px;
    padding: 8px;
    border: 1px solid #FFDBDB;
    gap: 5px;
    width: fit-content;
    white-space: nowrap;
}

.contact[b-2u8yd3jwb6] {
    position: absolute;
    bottom: 15px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 500px) {

    .contact[b-2u8yd3jwb6] {
        position: absolute;
        bottom: 15px;
        right: 5px;
        font-size: 10px;
        font-weight: bold;
    }

    .PckgeContent[b-2u8yd3jwb6] {
        max-width: 200px;
        min-height: 50px;
        font-size: 14px;
        padding: 10px;
    }

    .GalleryItem[b-2u8yd3jwb6] {
        font-size: 21px;
    }

    .PackageBanner[b-2u8yd3jwb6] {
        font-size: 22px;
    }

    .Shoptitle[b-2u8yd3jwb6] {
        font-size: 27px;
    }

    .ShopCon[b-2u8yd3jwb6] {
        margin-top: 10px;
        gap: 50px;
    }

    .Price[b-2u8yd3jwb6] {
        font-size: 30px;
        left: -5px;
    }

    .OrderNowLink[b-2u8yd3jwb6] {
        font-size: 14px;
        height: 20px !important;
    }
}



.OrderNowLink .LinkSVG[b-2u8yd3jwb6] {
    height: 25px;
    width: 25px;
}

.OrderNowLink:hover[b-2u8yd3jwb6] {
    color: #FF878B;
    background-color: white;
    border: 1px solid #FF878B;
}

    .OrderNowLink:hover svg[b-2u8yd3jwb6] {
        fill: #FF878B;
    }


.OrderNowDiv[b-2u8yd3jwb6] {
    display: flex;
    gap: 5px;
    font-weight: bold;
}


.LargeBibGallery[b-2u8yd3jwb6] {
    display: flex;
}




.price-list[b-2u8yd3jwb6] {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    table-layout: fixed;
}

    .price-list td[b-2u8yd3jwb6] {
        padding: 1px;
        font-size: 10px;
        width: fit-content;
    }

.heart[b-2u8yd3jwb6] {
    color: purple;
    margin-right: 5px;
}

.price[b-2u8yd3jwb6] {
    color: purple;
}

.themes-list[b-2u8yd3jwb6] {
    width: 100%;
    border-collapse: collapse;
}

    .themes-list td[b-2u8yd3jwb6] {
        padding: 5px 10px;
    }

    .themes-list .heart[b-2u8yd3jwb6] {
        color: pink;
        margin-right: 5px;
    }
/* _content/Hartlemoen/Shared/SessionLayout.razor.rz.scp.css */
html[b-o3xsftw16e] {
    overflow-x: hidden;
}



body[b-o3xsftw16e] {
    display: flex;
 
    justify-content: center;
    align-items: center;
  
    overflow-x: hidden;
    width: 100vw;
    height:100vh;

    background: linear-gradient(90deg, #D7A698 0%, #ffffff 2%, #ffffff 50%, #ffffff 98%, #FFDBDB 100%);
    padding-top: 80px;
}

    body[b-o3xsftw16e]::-webkit-scrollbar {
        width: 10px;
    }

    body[b-o3xsftw16e]::-webkit-scrollbar-track {
        background-color: #FFDBDB;
    }

    body[b-o3xsftw16e]::-webkit-scrollbar-thumb {
        background-color: #D7A698;
        ;
        border-radius: 5px;
    }

        body[b-o3xsftw16e]::-webkit-scrollbar-thumb:hover {
            background-color: #D7A698;
        }


.page[b-o3xsftw16e] {
    width: 100%;
    height: 100vh;
    display:flex;
}



@font-face {
    font-family: 'TitleFont';
    src: url('../adeline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RegFont';
    src: url('../warung.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



*[b-o3xsftw16e] {
    margin: 0px;
    padding: 0px;
    font-family: 'RegFont';
}


