.shop{justify-content:center;align-items:center;width:100%;display:flex}.shop_container{justify-content:center;align-items:flex-start;gap:1rem;width:100%;max-width:1800px;margin-top:1rem;padding:0 1rem;display:flex}.shop_filter{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:25%;display:flex}.filter_top{border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%;padding:20px;display:flex;box-shadow:1px 2px 10px #0006}.filter_top>h2{justify-content:center;align-items:center;gap:10px;display:flex}.filter_top>h2>svg{color:#df9000}.filter_top>input{border:1px solid #0003;border-radius:10px;outline:none;width:100%;padding:8px;font-size:.9rem}.filter_top>label{justify-content:space-between;align-items:center;width:100%;display:flex}.filter_top>label>span{justify-content:center;align-items:center;gap:10px;display:flex}.filter_top>label>span>svg{color:#007d4e}.shop_content{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:75%;display:flex}.shop_filter_top{border-radius:16px;justify-content:space-between;align-items:center;width:90%;padding:8px 2rem;display:flex;box-shadow:1px 2px 10px #0006}.shop_filter_top>h3{cursor:pointer;border:1px solid #000;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:120px;padding:8px;display:flex}.shop_filter_top>p{color:#00000080}.shop_filter_top>p>span{font-size:20px}.shop_filter_top>select{border:1px solid #000;border-radius:12px;outline:none;padding:8px}.shop_display{background-color:#0000000d;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:5px;display:flex}.shop_display>svg{background-color:#fff;border-radius:10px;width:30px;height:30px;padding:5px}.shop_list{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.Featured_card{cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:300px;height:475px;display:flex;position:relative;overflow:hidden}.Featured_card>a{width:100%}.Featured_card .Featured_img{border-radius:16px;width:100%;height:340px;padding:0}.Featured_card .Featured_img>img{width:100%;height:100%;position:relative}.Featured_img>svg{cursor:pointer;background-color:#fff;border-radius:50%;width:15px;height:15px;padding:8px;position:absolute;top:20px;left:20px}.Featured_img>svg:hover{color:red}.Featured_img>p{background-color:#fff;border-radius:16px;padding:5px 15px;font-size:.8rem;position:absolute;top:20px;right:20px}.Featured_card h2{text-align:left;margin:10px 0;padding:0 10px;font-size:1rem;font-weight:700}.Featured_stars,.Featured_price{justify-content:flex-start;align-items:center;width:100%;padding:0 10px;display:flex}.Featured_stars>svg{color:#ffa90d;margin-right:5px}.Featured_stars>p{color:#8b8a8a;width:100%;margin-left:10px;font-size:14px}.Featured_price{justify-content:space-between;margin-top:5px}.Featured_price>h3{margin-right:10px;font-size:1.2rem;font-weight:700}.Featured_price>button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:16px;padding:5px 15px;transition:background-color .3s}.close_filter{justify-content:flex-end;align-items:center;width:100%;display:none}.close_filter>svg{cursor:pointer;width:25px;height:25px}.loader_container{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;padding:10px;display:flex}.loader_container>.loader{background-color:#fff;background-image:linear-gradient(.25turn,#0000,#fff,#0000),linear-gradient(#ddd,#ddd),linear-gradient(#ddd,#ddd),linear-gradient(#ddd,#ddd);background-position:-215px 0,0 0,15px 150px,15px 180px;background-repeat:no-repeat;background-size:215px 220px,215px 130px,100px 15px,150px 15px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;width:270px;height:285px;animation:1.5s infinite loading}@keyframes loading{to{background-position:215px 0,0 0,15px 150px,15px 180px}}@media screen and (min-width:992px){.shop_container.full_width .shop_filter{display:none}.shop_container.full_width .shop_content{width:100%!important}}@media screen and (max-width:991px){.shop_filter{z-index:999;background:#fff;width:95%;height:100vh;padding:10px;transition:transform .4s;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.close_filter{display:flex}.show_mobile_filter{transform:translate(0)}.filter_top{margin:1rem 0}.shop_content{width:100%}.shop_filter_top{width:100%;padding:10px}.shop_filter_top>h3{font-size:.8rem}.shop_filter_top>p{display:none}.shop_filter_top>select{font-size:.8rem}.shop_display{display:none}.shop_list{justify-content:center}}
