.ProductAside-info{flex-direction:column;gap:15px;display:flex}.ProductAside-info .box{cursor:pointer;grid-template-columns:36px auto 6px;align-items:center;column-gap:10px;transition:all .2s ease-in-out;display:grid}.ProductAside-info .box .box-img{background-color:#d9d9d9;justify-content:center;align-items:center;width:100%;height:36px;display:flex}.ProductAside-info .box p{font-size:14px;font-weight:500}.ProductAside-info .box:hover{transform:translate(8px)}
.sidebar-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#0000004d;animation:.25s fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}.sidebar-overlay .SidebarInfo-wrap{z-index:100;background-color:#fff;width:100%;max-width:460px;height:100vh;padding:20px;transition:all .5s;position:fixed;top:0;left:0;box-shadow:-4px 4px 20px #00000026}.sidebar-overlay .SidebarInfo-wrap.slide-in{animation:.35s forwards slideIn}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-overlay .SidebarInfo-wrap .sidebar-close{cursor:pointer;background:0 0;border:none;border-radius:100%;width:30px;height:30px;font-size:18px;transition:all .2s ease-in-out;position:absolute;top:10px;right:12px}.sidebar-overlay .SidebarInfo-wrap .sidebar-close:hover{color:#fff;background-color:#165dba}.sidebar-overlay .SidebarInfo-wrap .title{text-align:center;border-bottom:1px solid #d9d9d9;width:100%;padding-bottom:18px;font-size:20px;font-weight:400}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap{scrollbar-width:none;flex-direction:column;gap:25px;height:87vh;margin-top:25px;padding-bottom:30px;display:flex;overflow-x:auto}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap .sidebar-box .sidebar-box-title{font-size:20px;font-weight:500}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap .sidebar-box ul{flex-direction:column;gap:28px;margin-block-start:28px;margin-block-end:0;padding-left:0;list-style:none;display:flex}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap .sidebar-box ul li{align-items:start;gap:15px;display:flex}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap .sidebar-box ul li .sidebar-box-child .sidebar-box-child-title{font-size:17px;font-weight:500}.sidebar-overlay .SidebarInfo-wrap .sidebar-wrap .sidebar-box ul li .sidebar-box-child .sidebar-box-child-decs{margin-top:8px;font-size:15px;font-weight:400}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
