.products-grid{width:calc(100% - (var(--left-space) * 2));padding:40px var(--left-space);background-color:var(--text-color4)}.products-grid .products-card{display:flex;justify-content:space-between;gap:20px;margin-bottom:80px}.products-grid .products-card:last-child{margin-bottom:40px}.products-grid .products-card .left{width:30%;height:250px}.products-grid .products-card .left .pro-img{width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.products-grid .products-card .right{width:65%;display:flex;flex-direction:column;gap:20px}.products-grid .products-card .right h2{font-size:var(--heading-three)}.products-grid .products-card .right .description{font-size:var(--default-p-size);line-height:var(--p-line-height)}.products-grid .products-card .right .products-btn{border:none;padding:12px 20px;background-color:var(--primary-color);display:flex;align-items:flex-end;gap:50px;border:1px solid var(--primary-color);border-radius:25px;color:var(--text-color4);font-size:var(--default-p-size);cursor:pointer;transition:.3s ease;width:-moz-fit-content;width:fit-content;-webkit-tap-highlight-color:transparent}.products-grid .products-card .right .products-btn:hover{color:var(--text-color);background-color:transparent}@media (max-width:900px){.products-grid{padding:20px var(--left-space)}.products-grid .products-card{flex-direction:column;margin-bottom:30px}.products-grid .products-card .left{width:100%;height:220px}.products-grid .products-card .left .img-container{height:60px;width:60px;padding:20px;border-radius:50%;border:9px solid var(--primary-color);display:flex;align-items:center;justify-content:center}.products-grid .products-card .left .img-container img{width:60px}.products-grid .products-card .right{width:100%;align-items:flex-start;flex-direction:column;gap:10px}.products-grid .products-card .right .products-btn{padding:8px 16px;gap:10px;font-size:12px}}.products-popup-parent{position:fixed;top:40px;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.432);z-index:100;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.products-popup{border-radius:2px;width:calc(60% - 20px);margin:0 auto;background-color:var(--text-color4);padding:10px;height:75vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent;border:none;outline:15px solid white;outline-offset:0;position:relative}.products-popup .top{position:relative;width:calc(80% - 120px);padding:40px;margin:0 auto;border:2px solid gainsboro;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}.products-popup .top .blur-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;filter:blur(15px);transform:scale(1.1);z-index:0;opacity:.7}.products-popup .top img{width:100%;height:auto;max-height:200px;object-fit:contain;object-position:center;position:relative;z-index:1}.products-popup .bottom{width:calc(100% - 80px);display:flex;flex-direction:column;gap:20px;padding:40px}.products-popup .bottom h2{font-size:var(--heading-three);display:block;text-align:left}.products-popup .bottom .cntct-btn{width:60%;margin-left:20%;margin-top:20px;background-color:var(--primary-color);outline:none;padding:12px 24px;border-radius:var(--border-radius1);color:var(--text-color4);border-style:none;cursor:pointer;transition:.3s ease;border:2px solid var(--primary-color);display:flex;align-items:center;justify-content:center;gap:10px;-webkit-tap-highlight-color:transparent}.products-popup .bottom .cntct-btn:hover{background-color:transparent;color:var(--main-color)}@media (max-width:900px){.products-popup{width:calc(95% - 20px);margin:0 auto}.products-popup .top{width:calc(90% - 10%);padding:20px 5%;display:flex;align-items:center;justify-content:center;border:none}.products-popup .top img{width:auto;height:150px}.products-popup .bottom{width:calc(100% - 20px);padding:10px}.products-popup .bottom h2 span{font-size:var(--heading-two);display:inline;text-align:left}.products-popup .bottom .cntct-btn{width:100%;margin-left:0}}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f3f3f3 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{width:40%;height:30px}.skeleton-text{width:90%;height:20px}.skeleton-btn{width:120px;height:36px;border-radius:25px}.skeleton-square{width:100%;height:250px;border-radius:6px;background:#e8e8e8;animation:skeleton-loading 1.4s ease-in-out infinite}.skeleton-products-card .skeleton{opacity:.8}