.category-card{position:relative;width:100%;height:100%;max-width:250px;max-height:250px;overflow:hidden;border-radius:8px;box-shadow:0 0 .25em rgba(67,71,85,.27),0 .25em 1em rgba(90,125,188,.05);transition:box-shadow .5s ease-in-out,height .5s ease-in-out}.category-card .category-img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.category-card .overlay{position:absolute;top:80%;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);color:#fff;display:flex;flex-direction:column;align-items:center;transition:top .7s ease-in-out;transition:display .5 ease-in-out}@media(max-width:768px){.category-card .overlay{top:70%}}.category-card .text{display:flex;flex-direction:column;overflow:hidden;width:80%;padding:10px;margin:0 auto;text-align:center}.category-card .text h3{text-align:center;margin:0;font-size:1.2em}.category-card .text p{margin:0;opacity:0;height:0;font-size:.8em;transition:opacity .5s ease-in-out,height .6s ease-in-out;word-wrap:break-word;overflow-wrap:break-word;text-align:start;max-height:0;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-card .quick-view-btn{opacity:0;background-color:hsla(0,0%,98%,.557);color:hsla(0,0%,9%,.945);font-weight:500;transition:opacity .8s ease-in-out,height .5s ease-in-out;width:98%;border-radius:0 0 0 0;padding:10px}.category-card .quick-view-btn:hover{background-color:hsla(0,0%,100%,.831);color:#000}.category-card:hover .overlay{top:0;height:100%}.category-card:hover .text p{opacity:1;height:auto;max-height:80%}.category-card:hover .quick-view-btn{opacity:1}.category-card:hover{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.drawer-outer-div{z-index:9999}.right-drawer-content::-webkit-scrollbar{width:4px}.right-drawer-content::-webkit-scrollbar-track{background:transparent}.right-drawer-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:20px}.right-drawer-content::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.product-component .product-list{display:flex;flex-wrap:wrap;gap:10px}.product-component .fliter-drop{display:flex;align-items:center;justify-content:center}.product-component .z-1{z-index:1}.footer{background-color:#1f1f1f;color:var(--becho-light)}.footer .top-part{background-color:var(--becho-light-gray)}.footer .top-part input{width:100%;max-width:400px}.footer .highlighted-text{color:var(--becho-shade)}.footer .info-icon .location,.footer .info-icon .mail,.footer .info-icon .phone{font-size:20px}.footer .bottom{background-color:var(--becho-dark);color:var(--becho-light);border-top:.5px solid var(--becho-gray)}.footer .link{transition:all .3s ease-in-out}.footer .link:hover,.footer .title{color:var(--becho-primary)}.footer .icon-box{border-bottom:1px solid var(--becho-light);padding-bottom:12px}.footer .icon-box .icon-link{width:40px;height:40px;border:1px solid var(--becho-light);border-radius:30px;display:flex;align-items:center;justify-content:center}.footer .icon-box .facebook,.footer .icon-box .instagram,.footer .icon-box .youtube{font-size:20px;color:var(--becho-light);padding:0;transition:all .3s ease-in-out}.footer .icon-box .facebook:hover,.footer .icon-box .instagram:hover,.footer .icon-box .youtube:hover{color:var(--becho-primary)}