.Explore_Category_Card{cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:14px;width:100%;height:100%;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.Explore_Category_Card:hover{border-color:#b22c35}.Explore_Category_Card .img_holder{aspect-ratio:1;background:linear-gradient(#fafafa,#f3f3f3);border-radius:12px;justify-content:center;align-items:center;margin:10px;padding:18px;transition:all .35s;display:flex;position:relative;overflow:hidden}.Explore_Category_Card:hover .img_holder{background:#f8f8f8}.Explore_Category_Card .img_holder2{aspect-ratio:1/.55}.Explore_Category_Card .img_holder .product_img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Explore_Category_Card:hover .product_img{transform:scale(1.08)}.Explore_Category_Card .text_holder{text-align:center;justify-content:center;align-items:center;min-height:60px;padding:0 14px 16px;display:flex}.Explore_Category_Card .text_holder .product_name{color:#222;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:600;line-height:1.45;transition:color .3s;display:-webkit-box;overflow:hidden}.Explore_Category_Card:hover .product_name{color:#b22c35}.Explore_Category_Card:after{content:"";background:#b22c35;border-radius:20px;width:0%;height:4px;transition:width .35s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Explore_Category_Card:hover:after{width:100%}@media (min-width:0) and (max-width:575px){.Explore_Category_Card{border-radius:10px}.Explore_Category_Card .img_holder{border-radius:8px;margin:8px;padding:0}.Explore_Category_Card .text_holder{min-height:45px;padding:0 10px 12px}.Explore_Category_Card .text_holder .product_name{font-size:13px;line-height:1.35}}@media (min-width:576px) and (max-width:991px){.Explore_Category_Card .text_holder .product_name{font-size:15px}}@media (min-width:992px) and (max-width:1199px){.Explore_Category_Card .text_holder .product_name{font-size:15px}}
