
.aside_div {
    right: -100%;
    transition: 0.3s ease-in-out 0s;
    background: white;
    position: fixed;
    top: 0px;
    height: 100vh;
    z-index: 9;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    border: 0px;
    background-color: #0000008c;
    display: flex;
    align-items: center;
    justify-content: center;
}

#aside {
    flex-direction: column;
    border: none;

}

nav #aside li {
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    width: 250px;
    padding: 12px 60px;
}

nav #aside li:hover {
    background-color: #ffffff1a;
    box-shadow: 0 0 0 1px #fff3;
    border-radius: 8px;
}

nav #aside li.active {

    background-color: #ffffff1a;
    box-shadow: 0 0 0 1px #fff3;
    border-radius: 8px;
}

nav #aside li a {
    color: white;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

nav #aside li a:hover {
    color: white;

}

#menu {
    display: block;
}

.ul_show {
    right: 0px;
}

.container-fluid {
    padding: 12px  !important;
}

h1 {

    font-size: 1.4em;
}

.actions{
  padding: 0 .6rem 25px  ;
}
.shop_header{
    flex-direction: column;
    align-items: flex-start !important;
}
.shop_header_dis{
    margin: 10px 0px !important;
}

.share_btn_div{
    text-align: left;
}

/* Optimize images for mobile */
.logo {
    max-width: 150px !important;
    height: auto !important;
}

.shop_header img {
    max-width: 150px !important;
    height: auto !important;
}

.shop img {
    max-width: 100% !important;
    height: auto !important;
}

.coupon .header img {
    max-width: 100px !important;
    height: auto !important;
}

/* Country flag optimization */
.profile img.mx-2 {
    max-width: 40px !important;
    max-height: 40px !important;
}

.carousel img {
    object-fit: contain !important;
    max-height: 150px !important;
}
