.popular_product_card{grid-template-columns:repeat(5,1fr);gap:15px 5px;width:100%;margin-top:18px;display:grid}.collectioncard-section .collection-top{justify-content:space-between;align-items:center;display:flex}.collectioncard-section .collection-top-btn{color:var(--primary-color);background:0 0;border:none}.collectioncard-section .collection-bottom-btn{display:none}.pipex-viewmore-btn{justify-content:center;align-items:center;gap:9px;margin:49px auto;transition:all .3s;display:flex}.pipex-viewmore-btn:hover{letter-spacing:1px}.pipex-viewmore-btn svg{transition:all .2s}.pipex-viewmore-btn:hover svg{transition:all .2s;transform:rotate(45deg)}@media screen and (max-width:1440px){.popular_product_card{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1032px){.popular_product_card{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991px){.popular_product_card{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:795px){.popular_product_card{grid-template-columns:repeat(2,1fr);gap:0}.collectioncard-section .collection-top-btn{display:none}.collectioncard-section .collection-bottom-btn{border:1px solid var(--primary-color);color:var(--secondary-color);border-radius:50px;margin:40px auto 10px;display:block}}@media screen and (max-width:480px){.collectioncard-section .collection-bottom-btn{row-gap:15px;margin:25px auto 10px;padding:8px 16px}.popular_product_card{grid-template-columns:50% 50%;margin-top:20px}button.pipex-viewmore-btn{margin:30px auto 49px}}
