/* _content/MiliNeu/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */

.login-container[b-im8ax754t3] {
    display: flex;
    justify-content: center;
    background-color: #f5f5dc42;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
}

.login-box[b-im8ax754t3] {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

    .login-box .logo-container[b-im8ax754t3] {
        margin-bottom: 20px;
    }

    .login-box .logo[b-im8ax754t3] {
        max-width: 150px;
        width: 100%;
    }

    .login-box h2[b-im8ax754t3] {
        margin-bottom: 20px;
        font-size: 24px;
        color: #333;
    }

    .login-box .input-group[b-im8ax754t3] {
        margin-bottom: 20px;
        text-align: left;
    }

    .login-box label[b-im8ax754t3] {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        color: #555;
    }

    .login-box input[type="email"][b-im8ax754t3],
    input[type="password"][b-im8ax754t3] {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: border-color 0.3s ease;
    }

        .login-box input[type="email"]:focus[b-im8ax754t3],
        input[type="password"]:focus[b-im8ax754t3] {
            border-color: #666;
        }

    .login-box .button-group[b-im8ax754t3] {
        margin-top: 20px;
    }

    .login-box button[b-im8ax754t3] {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        background-color: black;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .login-box button:hover[b-im8ax754t3] {
            background-color: #0056b3;
        }

    .login-box .footer[b-im8ax754t3] {
        margin-top: 20px;
        font-size: 14px;
    }

        .login-box .footer a[b-im8ax754t3] {
          
        }

            .login-box .footer a:hover[b-im8ax754t3] {
               
            }
/* _content/MiliNeu/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */


.register-container[b-nn6gzjvpj3] {
    display: flex;
    justify-content: center;
    background-color: #f5f5dc42;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
}

.register-box[b-nn6gzjvpj3] {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.logo-container[b-nn6gzjvpj3] {
    margin-bottom: 20px;
}

.logo[b-nn6gzjvpj3] {
    max-width: 150px;
    width: 100%;
}

h2[b-nn6gzjvpj3] {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.input-group[b-nn6gzjvpj3] {
    margin-bottom: 20px;
    text-align: left;
}

label[b-nn6gzjvpj3] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

input[type="email"][b-nn6gzjvpj3],
input[type="password"][b-nn6gzjvpj3] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

    input[type="email"]:focus[b-nn6gzjvpj3],
    input[type="password"]:focus[b-nn6gzjvpj3] {
        border-color: #666;
    }

.button-group[b-nn6gzjvpj3] {
    margin-top: 20px;
}

button[b-nn6gzjvpj3] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-nn6gzjvpj3] {
        background-color: #0056b3;
    }

.footer[b-nn6gzjvpj3] {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

    .footer a[b-nn6gzjvpj3] {
        color: #007bff;
        text-decoration: none;
    }

        .footer a:hover[b-nn6gzjvpj3] {
            text-decoration: underline;
        }
/* _content/MiliNeu/Views/Home/_CategorySelection.cshtml.rz.scp.css */

.category-container[b-3vvxdxmaz5] {
    display: flex;
    max-width: 1240px;
    margin: 5rem auto 4rem auto;

}

    .category-container .category[b-3vvxdxmaz5] {
        position: relative;
        overflow: hidden;
        height:100%;
        width:100%;
    }


        .category-container .category a[b-3vvxdxmaz5] {
            display: block; /* Ensures the anchor wraps the entire image */
        }

        .category-container .category img[b-3vvxdxmaz5] {
            width: 100%;
            aspect-ratio: 11/16;
            object-fit: cover;
            transition: transform 1s cubic-bezier(0, 0, 0.21, 0.99);
        }

.category:hover img[b-3vvxdxmaz5] {
    transform: scale(1.05); /* Zoom in effect */
    transition: transform 1s cubic-bezier(0, 0, 0.21, 0.99);
}

.category-container .category label[b-3vvxdxmaz5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the label */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px; /* Adds padding around the text */
    border-radius: 5px;
    cursor: pointer;
}
/* _content/MiliNeu/Views/Orders/_HelpModal.cshtml.rz.scp.css */

.help-modal[b-7p715knrra] {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent background */
    top: 0;
    left: 0;
    width: 100%; /* Full screen width */
    height: 100%; /* Full screen height */
    z-index: 200;
    scroll-behavior: unset;
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
}

.wrapper[b-7p715knrra] {
    position: relative;
    width: 400px;
    height: 500px;
    margin: 8% auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    animation: fadeIn 0.3s ease-in-out; /* Smooth entrance animation */
}
    .wrapper textarea[b-7p715knrra] {
        border: 1px solid #5c5c5c;
    }
    .wrapper h3[b-7p715knrra] {
        color:black;
    }

    .wrapper[b-7p715knrra]  form {
        padding: 60px 1rem 1rem 1rem;
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: left 0.5s, opacity 0.2s;
        gap: 1rem;
    }

   
    .help-modal label[b-7p715knrra] {
        padding: 0.5rem;
        background-color: beige;
        cursor:pointer;
    }
.help-modal label:hover[b-7p715knrra] {
    
    color: black;

}

      
.help-modal .wrapper form .btn-box[b-7p715knrra]{
    position:absolute;
    display:flex;
    width:100%;
    height:40px;
    justify-content:center;
    align-items:center;
    gap:1rem;
    bottom:34px;
    left:0px;
    padding:0 1rem;
}
.help-modal .wrapper .btn-box button[b-7p715knrra] {
    border: 1px solid black;
    border-radius:5px;
    padding: 0.5rem 1rem;
    color: black;
    height: 100%;
    width:100%;
}
.help-modal .wrapper .btn-box .cancel[b-7p715knrra]{
    background-color:white;
}

.help-modal .wrapper .btn-box #Back2[b-7p715knrra]{
    background-color:white;
}
.help-modal .wrapper .btn-box #Submit[b-7p715knrra] {
    /*background-color: #2d72fa;*/
    background-color:white;
}
[b-7p715knrra] #help-modal-description {
    padding: 7rem 2rem 2rem 2rem;
    margin:0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: 450px;
    gap: 0.5rem;
}

[b-7p715knrra] #help-modal-description {
    opacity: 0;
    left: 450px;
}

.step-row[b-7p715knrra] {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
}

.step-col[b-7p715knrra] {
    width: 50%;
    text-align: center;
    color: white;
    position: relative;
    transition:color 1s;
}
.step-col:last-child[b-7p715knrra] {
    
    color: black;
}
#progress[b-7p715knrra] {
    position: absolute;
    height: 100%;
    width: 50%;
    /*background: linear-gradient(to right,#ff105f,#ffad06);*/
    background-color: black;
    color:white;
    transition: 1s;
}

    #progress[b-7p715knrra]::after {
        content: '';
        height: 0;
        width: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -20px;
        top: 0;
        /*border-left: 20px solid #ffad06; */
        border-left: 20px solid black;
    }





































/*.modal {
    display: none;*/ /* Hidden by default */
    /*position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent background */
/*}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.modal-step {
    text-align: center;
}

.options {
    list-style-type: none;
    padding: 0;
}

    .options li {
        margin: 10px 0;
    }

.reason-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .reason-btn:hover {
        background-color: #0056b3;
    }

#helpForm input,
#helpForm textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#helpForm button {
    padding: 10px 15px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    #helpForm button#backButton {
        background-color: #ccc;
    }

    #helpForm button[type="submit"] {
        background-color: #007bff;
        color: white;
    }

    #helpForm button:hover {
        opacity: 0.9;
    }*/
/* _content/MiliNeu/Views/Orders/_ModalNewAddress.cshtml.rz.scp.css */

.cmodal[b-0nsi53jo2z] {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent background */
    top: 0;
    left: 0;
    width: 100%; /* Full screen width */
    height: 100%; /* Full screen height */
    z-index: 200;
    scroll-behavior: unset;
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
}

.cwrapper[b-0nsi53jo2z] {
    position: relative;
    width: 90%; /* Responsive for smaller screens */
    max-width: 600px; /* Maximum width */
    max-height: 90%; /* Prevents overflow on very small screens */
    aspect-ratio: 9/16;
    background-color: white;
    margin: auto;
    padding: 2rem;
    border-radius: 10px; /* Adds rounded corners */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    overflow-y: auto; /* Allows scrolling if content exceeds height */
    animation: fadeIn 0.3s ease-in-out; /* Smooth entrance animation */
}
    .cmodal .cwrapper[b-0nsi53jo2z]  #new-address-form {
    }
/*.cmodal .cwrapper .nav-address {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 2rem;
}
.cmodal .cwrapper .nav-address input {
    display:initial;
}

*/

    .cmodal .cwrapper[b-0nsi53jo2z]  .form-group input {
        height: 3.2rem;
        font-size: 1rem;
        margin: 1rem 0;
    }
    .cmodal .cwrapper[b-0nsi53jo2z]  .form-group {
    }



    .cmodal .cwrapper[b-0nsi53jo2z]  input[type="checkbox"] {
        height: max-content;
        margin: 0 0.5rem 1rem 0;
    }

    .cmodal .cwrapper[b-0nsi53jo2z]  .name, .cmodal .cwrapper[b-0nsi53jo2z]  .city-state-pin {
        display: flex;
        width: 100%;
        gap: 1.5rem;
    }

        .cmodal .cwrapper[b-0nsi53jo2z]  .name .form-group {
            flex: 1;
        }

    /* Optional Close Button */
.cmodal .btn-close-address-modal[b-0nsi53jo2z] {
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
    background-color: transparent;
    padding: 0.5rem 1rem;
}

    /* Optional update Button */
.cmodal .btn-close-address-update[b-0nsi53jo2z] {
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease;
    background-color: darkblue;
    padding: 0.5rem 1rem;
}

.cmodal .close-btn:hover[b-0nsi53jo2z] {
    color: #ff0000;
}

/* Keyframes for fade-in animation */
/*@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}*/

/* Media Query for Small Screens */
@media (max-width: 768px) {
    .cmodal .cwrapper[b-0nsi53jo2z] {
        width: 95%; /* Adapts to smaller screens */
        max-height: 85%; /* Adjusts for limited vertical space */
        padding: 1.5rem;
    }
}









/***************************************Address-Modal********************************/
.cmodal input[b-0nsi53jo2z] {
    margin: 1rem 0;
}

.cmodal .form-group input[b-0nsi53jo2z] {
    height: 3.2rem;
    font-size: 1rem;
}

.cmodal .cwrapper input[type="checkbox"][b-0nsi53jo2z] {
    height: max-content;
    margin: 0 0.5rem 1rem 0;
}

.cmodal .name[b-0nsi53jo2z], .cmodal .city-state-pin[b-0nsi53jo2z] {
    display: flex;
    width: 100%;
    gap: 1.5rem;
}

    .cmodal .name .form-group[b-0nsi53jo2z] {
        flex: 1;
    }
/* _content/MiliNeu/Views/Shared/_AdminLayout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.admin-wrapper[b-k1qycbetcv] {
    display: flex;
    flex-direction: column;
    width:100%;
    margin:0;
    padding:0;
    height: max-content;
    background-color: white;

}
a.navbar-brand[b-k1qycbetcv] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-k1qycbetcv] {
  color: #0077cc;
}

.btn-primary[b-k1qycbetcv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-k1qycbetcv], .nav-pills .show > .nav-link[b-k1qycbetcv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-k1qycbetcv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-k1qycbetcv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-k1qycbetcv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-k1qycbetcv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-k1qycbetcv] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/MiliNeu/Views/Shared/_Collections.cshtml.rz.scp.css */

*[b-n1hvi5igoy]{
    padding:0;
    margin:0;
    box-sizing:border-box;
}


.collections-container[b-n1hvi5igoy] {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin: 0;
}



    .collections-container .content[b-n1hvi5igoy] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

 

    .collections-container .content .details[b-n1hvi5igoy] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }


.details[b-n1hvi5igoy] {
    height: 8vw;
    background-color: black;
    margin: 0 2rem;
}

.description[b-n1hvi5igoy] {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%
}

    .description p[b-n1hvi5igoy] {
        color: white;
        align-content: center;
        font-size: 4rem;
        margin:0;
    }

.flex-row[b-n1hvi5igoy] {
    flex-direction: row;
}

.flex-row-reverse[b-n1hvi5igoy] {
    flex-direction: row-reverse;
}










.collections-container .media-scroller-wrapper[b-n1hvi5igoy] {
    position: relative;
    align-content: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
    margin: 1rem 2rem 2rem 2rem;
    z-index: 95;
}

.collections-container .media-scroller[b-n1hvi5igoy] {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    grid-auto-columns: 17%;
    width: 100%;
    height: fit-content;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth; /* Smooth scrolling */
    overscroll-behavior-inline: contain;
}
/*
.snaps-inline {
    scroll-snap-type: inline mandatory;
}*/

    .snaps-inline > *[b-n1hvi5igoy] {
        scroll-snap-align: start;
    }
/*.collections-container .content button {
    color: black;
    font-size: 2.5rem;
}*/
/* Prev and Next button styling */
.media-scroller-wrapper .prev[b-n1hvi5igoy], .media-scroller-wrapper .next[b-n1hvi5igoy] {
    position: absolute;
    background-color: none;
    color: black;
    height:3rem;
    aspect-ratio:1/1;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight:300;
    border:none;
    border-radius:100%;
    top: 37%;
    z-index: 100;

    
}

.media-scroller-wrapper .prev[b-n1hvi5igoy] {
    left: 1rem; /* Adjust this value based on the desired position */
}

.media-scroller-wrapper .next[b-n1hvi5igoy] {
    right: 1rem; /* Adjust this value based on the desired position */
}

.media-scroller-wrapper .prev:hover[b-n1hvi5igoy] {
    color:black;
}

.collections-container .next:hover[b-n1hvi5igoy] {
    color:black;
}

.collections-container .card-wrapper[b-n1hvi5igoy] {
    position: relative;
    cursor: pointer;
    display: flex;
    letter-spacing: 0.14px;
    flex-direction: column;
    background-color: white;
    height: min-content;
    margin-top: 20px;
    transition: 0.2s ease-out;
    /*border-radius: 5px;*/
    padding-bottom: 1rem;
}
/* Base styles */
.collections-container .sale-tag[b-n1hvi5igoy] {
    position: absolute;
    display: inline-block; /* Inline-block for wrapping text */
    background-color: darkblue; /* Background color */
    color: #fff; /* Text color */
    padding: 0.1rem 0.5rem; /* Space inside (use rem for scaling) */
    border-radius: 0px; /* Full rounded corners for pill shape */
    font-size: 0.7rem; /* Base font size for accessibility */
    font-weight: 600; /* Slightly bold text */
    text-align: center; /* Center text */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
    transition: all 0.3s ease-in-out; /* Smooth hover effects */
    margin: 0.5rem; /* Margin around the pill tag */
    cursor: pointer; /* Pointer cursor to make it feel interactive */
    z-index:91;
}

    .collections-container .sale-tag p[b-n1hvi5igoy] {
        margin: 0; /* Remove paragraph default margin */
        text-transform: uppercase; /* Make text uppercase */
    }
.collections-container .card-wrapper .image-wrapper[b-n1hvi5igoy] {
    position: relative;
    width: 100%;
    /*border-radius: 3px;*/
    aspect-ratio: 9 / 13; /* Set an aspect ratio (3:2 in this case, adjust as needed) */
    overflow: hidden; /* Ensures that images don't overflow the container */
    z-index:90;
}

.collections-container .card-wrapper .image-wrapper .item-image[b-n1hvi5igoy],
.collections-container .card-wrapper .image-wrapper .item-image_secondary[b-n1hvi5igoy] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures that images are cropped to fit the container */
    transition: opacity 0.3s ease-out; /* Smooth transition for hover effect */
}


.collections-container .card-wrapper .card-info[b-n1hvi5igoy] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding-top: 1.3rem;
}

    .collections-container .card-wrapper .card-info .name-wrapper[b-n1hvi5igoy] {
    }

        .collections-container .card-wrapper .card-info .name-wrapper p[b-n1hvi5igoy] {
            font-family: inherit;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #252729;
        }








    .collections-container .card-wrapper .card-info .product-price[b-n1hvi5igoy] {
        display: flex; /* Ensures the prices are on the same line initially */
        flex-wrap: wrap; /* Allows wrapping to the next line on smaller screens */
        gap: 0.5rem; /* Adds spacing between prices */
    }

        .collections-container .card-wrapper .card-info .product-price span:nth-child(2)[b-n1hvi5igoy] {
            text-decoration: line-through; /* Line-through style for original price */
            color: gray;
            font-size: 1rem; /* Adjust font size as needed */
        }

        .collections-container .card-wrapper .card-info .product-price span:nth-child(1)[b-n1hvi5igoy] {
            color: #000b89; /* Highlight discounted price */
            font-weight: 500;
            font-size: 1rem; /* Adjust font size as needed */
        }



.collections-container .card-wrapper .variant-wrapper[b-n1hvi5igoy] {
    padding-top: 1.3rem;
    font-size: 0.9rem;
    font-weight: 500;
}
.collections-container .card-wrapper .image-wrapper .item-image[b-n1hvi5igoy] {
    position: absolute; /* Stack images on top of each other */
    top: 0;
    left: 0;
    opacity: 1; /* Show the main image by default */
    z-index: 100;
}

.collections-container .card-wrapper .image-wrapper .item-image_secondary[b-n1hvi5igoy] {
    position: absolute; /* Stack the hover image on top */
    top: 0;
    left: 0;
    opacity: 1; /* Hide hover image by default */
    z-index: 99;
}
.collections-container .card-wrapper .image-wrapper .default[b-n1hvi5igoy] {
    height: 100%;
    width: 100%;
    padding: 4rem;
    object-fit: contain;
}

.collections-container .card-wrapper .image-wrapper:hover .item-image[b-n1hvi5igoy] {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.collections-container .card-wrapper .image-wrapper:hover[b-n1hvi5igoy] {
    background: rgb(255,255,255);
    background: linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(245,245,220,1) 48%, rgba(255,255,255,1) 100%);
}


.product-view .product-details .card-footer[b-n1hvi5igoy] {
    background-color: #fdfcfb;
}

    .product-view .product-details .card-footer a[b-n1hvi5igoy] {
        color: black;
        text-decoration: none;
    }

@media(max-width: 1035px) {
    .collections-container .card-wrapper .name-wrapper p[b-n1hvi5igoy] {
        padding: 0.2rem 0.5rem 0rem 0rem;
        font-size: 1rem;
    }

    .collections-container .card-wrapper .price-wrapper p[b-n1hvi5igoy] {
        padding: 0em 0em 0rem 0rem;
        font-size: 0.9rem;
    }

    .description p[b-n1hvi5igoy] {
        color: white;
        align-content: center;
        font-size: 3rem;
        
    }
}

@media(max-width: 900px) {
    .collections-container .card-wrapper .name-wrapper p[b-n1hvi5igoy] {
        padding: 0.2rem 0.5rem 0rem 0rem;
        font-size: 0.8rem;
    }

    .collections-container .card-wrapper .price-wrapper p[b-n1hvi5igoy] {
        padding: 0em 0em 0rem 0rem;
        font-size: 0.7rem;
    }

    .description p[b-n1hvi5igoy] {
        color: white;
        align-content: center;
        font-size: 2rem;
    }
}

@media(max-width: 760px) {
    .collections-container[b-n1hvi5igoy] {
        display: flex;
        flex-direction: column !important;
        gap: 1rem;
    }   
    .details[b-n1hvi5igoy]{
        height:10vh;
    }
      
        .description[b-n1hvi5igoy]{
        }
    .description p[b-n1hvi5igoy] {
        color: white;
        align-content: center;
        font-size: 2rem;
    }
    .collections-container .media-scroller[b-n1hvi5igoy] {
        grid-auto-columns: 35%;
    }
}
/* _content/MiliNeu/Views/Shared/_Footer.cshtml.rz.scp.css */
.footer[b-r1lyuvtabi]{
    display:block;
    height:10vh;
    background-color:black;
    margin-bottom:-1rem;  
}
/* _content/MiliNeu/Views/Shared/_gallery.cshtml.rz.scp.css */

*[b-gtra824k5o]{
    padding:0;
    margin:0;
    box-sizing:border-box;
}


/* Base styles */
.gallery .sale-tag[b-gtra824k5o] {
    position: absolute;
    display: inline-block; /* Inline-block for wrapping text */
    background-color: darkblue; /* Background color */
    color: #fff; /* Text color */
    padding: 0.1rem 0.5rem; /* Space inside (use rem for scaling) */
    border-radius: 0px; /* Full rounded corners for pill shape */
    font-size: 0.7rem; /* Base font size for accessibility */
    font-weight: 600; /* Slightly bold text */
    text-align: center; /* Center text */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
    transition: all 0.3s ease-in-out; /* Smooth hover effects */
    margin: 0.5rem; /* Margin around the pill tag */
    cursor: pointer; /* Pointer cursor to make it feel interactive */
    z-index:91;
}

    .gallery .sale-tag p[b-gtra824k5o] {
        margin: 0; /* Remove paragraph default margin */
        text-transform: uppercase; /* Make text uppercase */
    }

.gallery[b-gtra824k5o] {
    max-width: calc(1340px + 4rem);
    margin: 0 auto; /* Centers the gallery horizontally */
    padding: 0 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Responsive grid */
    column-gap: clamp(1rem, 2rem, 3rem); /* Dynamic gaps between grid items */
    row-gap:clamp(1rem, 1rem, 3rem);
    justify-content: center;
}



    .gallery .card-wrapper[b-gtra824k5o] {
        position: relative;
        cursor: pointer;
        display: flex;
        letter-spacing: 0.14px;
        flex-direction: column;
        background-color: white;
        height: min-content;
        /*margin-top: 20px;*/
        padding-bottom: 1rem;


        /*    animation: appearRight linear;
        animation-timeline: view();
        animation-range-start: 150px;
        animation-range-end: 100%;*/
    }

        .gallery .card-wrapper .image-wrapper[b-gtra824k5o] {
            position: relative;
            width: 100%;

            aspect-ratio: 9 / 13; 
            overflow: hidden; /* Ensures that images don't overflow the container */
            z-index:90;
        }

            .gallery .card-wrapper .image-wrapper .item-image[b-gtra824k5o],
            .gallery .card-wrapper .image-wrapper .item-image_secondary[b-gtra824k5o]
            {
                width: 100%;
                height: 100%;
                object-fit: cover; /* Ensures that images are cropped to fit the container */
                transition: opacity 0.3s ease-out; /* Smooth transition for hover effect */
            }


        .gallery .card-wrapper .card-info[b-gtra824k5o]{
            display:flex;
            flex-direction:column;
            gap:0.3rem;
            padding-top:1rem;
        }
        
        .gallery .card-wrapper .card-info .name-wrapper[b-gtra824k5o] {
        }
            .gallery .card-wrapper .card-info .name-wrapper p[b-gtra824k5o] {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 700;
                text-transform: uppercase;
                color: #252729;
            }

       






.gallery .card-wrapper .card-info .product-price[b-gtra824k5o] {
    display: flex; /* Ensures the prices are on the same line initially */
    flex-wrap: wrap; /* Allows wrapping to the next line on smaller screens */
    gap: 0.5rem; /* Adds spacing between prices */
}

    .gallery .card-wrapper .card-info .product-price span:nth-child(2)[b-gtra824k5o] {
        text-decoration: line-through; /* Line-through style for original price */
        color: #252729;
        font-size: 1rem; /* Adjust font size as needed */
    }

    .gallery .card-wrapper .card-info .product-price .discounted-price[b-gtra824k5o] {
        color: #000b89; /* Highlight discounted price */
        font-weight: 400;
        font-size: 1rem; /* Adjust font size as needed */
    }
    .gallery .card-wrapper .card-info .product-price .original-price[b-gtra824k5o] {
        color: #252729; /* Highlight discounted price */
        font-weight: 400;
        font-size: 1rem; /* Adjust font size as needed */
    }

























        .gallery .card-wrapper .variant-wrapper[b-gtra824k5o] {
            padding-top: 0.7rem;
            
        }
            .gallery .card-wrapper .variant-wrapper p[b-gtra824k5o] {
                font-size: 0.9rem;
                font-weight: 400;

            }

.card-wrapper .item-image[b-gtra824k5o] {
    position: absolute; /* Stack images on top of each other */
    top: 0;
    left: 0;
    opacity: 1; /* Show the main image by default */
    z-index: 100;
}

.card-wrapper .item-image_secondary[b-gtra824k5o] {
    position: absolute; /* Stack the hover image on top */
    top: 0;
    left: 0;
    opacity: 1; /* Hide hover image by default */
    z-index: 99;
}
.card-wrapper .image-wrapper .default[b-gtra824k5o] {
    height: 100%;
    width: 100%;
    padding: 4rem;
    object-fit: contain;
}

.card-wrapper .image-wrapper:hover .item-image[b-gtra824k5o] {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.card-wrapper .image-wrapper:hover[b-gtra824k5o] {
    background: rgb(255,255,255);
    background: linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(245,245,220,1) 48%, rgba(255,255,255,1) 100%);
}




.product-view .product-details .card-footer[b-gtra824k5o] {
    background-color: #fdfcfb;
}

    .product-view .product-details .card-footer a[b-gtra824k5o] {
        color: black;
        text-decoration: none;
    }

@media(max-width: 1260) {
    .gallery[b-gtra824k5o] {
        padding-left: clamp(1rem, 2rem, 3rem);
        padding-right: clamp(1rem, 2rem, 3rem);
        padding-top: 2rem;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr; /*2 columns for smaller screens */
        column-gap: clamp(1rem, 2rem, 3rem); /* Dynamic gaps between grid items */
        row-gap: clamp(1rem, 2rem, 3rem);
        justify-content: center;
    }

        .gallery .card-wrapper .image-wrapper[b-gtra824k5o] {
            aspect-ratio: 9 / 15; /*Adjust aspect ratio for mobile if needed*/
        }

        .gallery .card-wrapper .price-wrapper[b-gtra824k5o] {
        }
}

@media(max-width: 1279px) {
    .gallery[b-gtra824k5o] {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr; /*2 columns for smaller screens */
        column-gap: clamp(1rem, 2rem, 3rem); /* Dynamic gaps between grid items */
        justify-content: center;
    }

        .gallery .card-wrapper .image-wrapper[b-gtra824k5o] {
        }

        .gallery .card-wrapper .price-wrapper[b-gtra824k5o] {
        }
}

@media(max-width: 1023px) {
    .gallery[b-gtra824k5o] {
        padding-left: clamp(1rem, 2rem, 3rem);
        padding-right: clamp(1rem, 2rem, 3rem);
        padding-top: 2rem;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr; /*2 columns for smaller screens */
        column-gap: clamp(1rem, 2rem, 3rem); /* Dynamic gaps between grid items */
        row-gap: clamp(1rem, 1.5rem, 3rem);
        justify-content: center;
    }

        .gallery .card-wrapper .image-wrapper[b-gtra824k5o] {
        }
        .gallery .card-wrapper .price-wrapper[b-gtra824k5o]{

        }

}
@media(max-width: 639px) {
    .gallery[b-gtra824k5o] {
        padding-left: clamp(0.7rem, 0.7rem, 3rem);
        padding-right: clamp(0.7rem, 0.7rem, 3rem);
        column-gap: clamp(0.5rem, 0.5rem, 3rem); /* Dynamic gaps between grid items */
    }
}

@media(max-width: 390px) {
    .gallery .card-wrapper .card-info .product-price[b-gtra824k5o] {
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }
}
/* _content/MiliNeu/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-qxlc8n669q] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qxlc8n669q] {
  color: #0077cc;
}

.btn-primary[b-qxlc8n669q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qxlc8n669q], .nav-pills .show > .nav-link[b-qxlc8n669q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qxlc8n669q] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qxlc8n669q] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qxlc8n669q] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qxlc8n669q] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qxlc8n669q] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/MiliNeu/Views/Shared/_LayoutEmpty.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-x3yqfnou1j] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-x3yqfnou1j] {
  color: #0077cc;
}

.btn-primary[b-x3yqfnou1j] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-x3yqfnou1j], .nav-pills .show > .nav-link[b-x3yqfnou1j] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-x3yqfnou1j] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-x3yqfnou1j] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-x3yqfnou1j] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-x3yqfnou1j] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-x3yqfnou1j] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/MiliNeu/Views/Shared/_ProductEditPreview.cshtml.rz.scp.css */
/* _content/MiliNeu/Views/Shared/_ProductPreview.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-qnddiofq13] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qnddiofq13] {
  color: #0077cc;
}

.btn-primary[b-qnddiofq13] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qnddiofq13], .nav-pills .show > .nav-link[b-qnddiofq13] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qnddiofq13] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qnddiofq13] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qnddiofq13] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qnddiofq13] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qnddiofq13] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/MiliNeu/Views/Shared/_Socials.cshtml.rz.scp.css */
.socials-container[b-17mbc87za1] {
    width: 90vw;
    height: fit-content;
    max-width: 1240PX;
    margin: 5rem auto;

 
}

    .socials-container .social-items[b-17mbc87za1] {
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 2rem;
        gap:1rem;
    }
        .socials-container .social-items .social-item[b-17mbc87za1] {
            position: relative;
            aspect-ratio: 1/1;
            height:100%;
            width:100%;
            background-color: white;
            overflow:hidden;
        }
            .socials-container .social-items .social-item a[b-17mbc87za1]{
                cursor:pointer;
                height:100%;
                width:100%;
                aspect-ratio:1/1;
            }
            .socials-container .social-items .social-item img[b-17mbc87za1] {
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: 1; /* Adjust this value for desired opacity */
            }
            .socials-container .social-items .social-item .instagram-icon[b-17mbc87za1] {
                position: absolute; /* Positioning the Instagram icon absolutely */
                top: 0px; /* Adjust as needed */
                left: 0px; /* Adjust as needed */
                width: 100%; /* Size of the Instagram icon */
                height: 100%; /* Maintain aspect ratio */
                opacity: 0.8; /* Optional: make it semi-opaque */
                z-index: 1; /* Ensure the icon is above the other image */
                opacity:0;
                padding:45%;
                transition-duration: 0.3s;
            }
            .socials-container .social-items .social-item:hover .instagram-icon[b-17mbc87za1] {
                display: flex;
                opacity:1;
                background-color: rgba(0,0,0,0.5);
                transition-duration: 0.3s;
            }


@media screen and (max-width:768px){
    .socials-container .social-items[b-17mbc87za1] {
        display: flex;
        flex-direction:column;
    }
}
