.category-section{width:100%;display:flex;flex-direction:column;gap:20px;padding:10px 0}.category-section .sec-top{width:100%;display:flex;align-items:center;justify-content:space-between}.category-section .sec-head{font-weight:500;color:var(--store-text-primary);font-size:18px}.category-section .sec-btn{font-weight:400;color:var(--store-text-secondary);font-size:16px;cursor:pointer}.category-section .sec-bottom{width:100%;display:flex;align-items:center;gap:20px;overflow:hidden;overflow-x:auto}.category-section .category-card{display:flex;flex-direction:column;gap:5px;align-items:center;cursor:pointer}.category-section .cat-img{width:80px;height:80px;background:var(--store-btn-secondary-bg);border-radius:50%;border:2px solid var(--store-border)}.category-section .active-img{border-color:var(--store-btn-brand-bg)}.category-section .cat-title{font-size:14px}a{text-decoration:none}.store-product-card{width:100%;display:flex;flex-direction:column;gap:10px;cursor:pointer}.store-product-card .card-top{width:100%;height:260px;border-radius:20px;background:rgba(220,220,220,.958);overflow:hidden;position:relative}.store-product-card .card-btn{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:var(--store-theme-bg)}.store-product-card .card-btn svg{fill:#000}.store-product-card .sec-bottom{display:flex;flex-direction:column}.store-product-card .product-name{font-weight:400;color:var(--store-text-primary);font-size:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.store-product-card .pro-category{font-size:14px;color:var(--store-text-secondary)}.store-product-card .pro-prices{display:flex;align-items:center;gap:10px;margin-top:10px}.store-product-card .final-price{color:var(--store-text-primary);font-size:18px;font-weight:500}.store-product-card .dummy-price{display:flex;align-items:center;gap:5px}.store-product-card .dummy-price span{font-size:14px;color:var(--store-text-secondary);text-decoration:line-through}.store-product-card .dis-tag{font-size:14px;text-decoration:none;font-weight:500;color:var(--store-feedback-success)}