.Explore_Category_Card{cursor:pointer;width:100%;height:100%;padding:0;position:relative}.Explore_Category_Card .category-card{background:#fff;border:1px solid #eee;border-radius:0;width:100%;height:100%;transition:all .3s;position:relative;overflow:hidden}.Explore_Category_Card:hover .category-card{border:1px solid #415e0c}.Explore_Category_Card .img_holder{aspect-ratio:1/.95;background:#fff4d9;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Explore_Category_Card .img_holder .product_img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.Explore_Category_Card:hover .product_img{transform:scale(1.1)}.Explore_Category_Card .category-icon{color:#fff;background:#ffc94d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex;position:absolute;top:13px;left:13px;box-shadow:0 2px 5px #0000001f}.Explore_Category_Card .text_holder{background:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:3px;display:flex}.Explore_Category_Card .text_holder .product_name{color:#17233d;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 5px;font-size:16px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.Explore_Category_Card .shop_now{color:#26364d;align-items:center;gap:6px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.Explore_Category_Card .shop_now svg{font-size:10px;transition:transform .3s}.Explore_Category_Card:hover .shop_now svg{transform:translate(4px)}@media (max-width:575px){.Explore_Category_Card{height:auto;min-height:0}.Explore_Category_Card .category-card{border-radius:12px;height:auto;min-height:0}.Explore_Category_Card .img_holder{aspect-ratio:1/.95;width:100%;height:auto}.Explore_Category_Card .img_holder .product_img{object-fit:cover;width:100%;height:100%}.Explore_Category_Card .text_holder{background:#fff;height:auto;padding:6px 8px 7px;display:flex}.Explore_Category_Card .text_holder .product_name{white-space:nowrap;text-overflow:ellipsis;width:100%;height:auto;margin-bottom:1px;font-size:11px;font-weight:700;line-height:1.3;display:block;overflow:hidden}.Explore_Category_Card .shop_now{align-items:center;gap:5px;font-size:10px;line-height:1.2;display:flex}.Explore_Category_Card .shop_now svg{flex-shrink:0;font-size:9px}}@media (min-width:576px) and (max-width:991px){.Explore_Category_Card .text_holder{padding:10px 12px 11px}.Explore_Category_Card .text_holder .product_name{font-size:14px}.Explore_Category_Card .shop_now{font-size:10px}}
