.product_list_page{padding-bottom:80px}.product_list_page .product_filters{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:40px;margin-bottom:50px;flex-wrap:wrap}.product_list_page .filter-btn{background:var(--white);border:1px solid var(--border-dc);color:var(--text-light);font-family:var(--softices-fonts);font-size:15px;font-weight:var(--font-medium);padding:10px 24px;cursor:pointer;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1);box-shadow:0 4px 10px rgba(36,71,158,0.02)}.product_list_page .filter-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 15px rgba(36,71,158,0.08)}.product_list_page .filter-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white);box-shadow:0 8px 20px rgba(36,71,158,0.2)}.product_list_page .product_list .product_list_box{transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1)}.product_list_page .product_list .product_list_box:hover .product_card{transform:translateY(-8px);box-shadow:0 20px 40px rgba(36,71,158,0.08);border-color:rgba(36,71,158,0.15)}.product_list_page .product_list .product_list_box:hover .product_card .product_img img{transform:scale(1.06)}.product_list_page .product_list .product_list_box .product_card{background:var(--white);overflow:hidden;border:1px solid var(--border-dc);height:100%;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(36,71,158,0.02);transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1);position:relative}.product_list_page .product_list .product_list_box .product_card .product_badge{position:absolute;top:16px;left:16px;background:rgba(255,255,255,0.9);backdrop-filter:blur(8px);color:var(--primary);font-size:12px;font-weight:var(--font-medium);padding:6px 14px;box-shadow:0 4px 10px rgba(0,0,0,0.05);border:1px solid rgba(255,255,255,0.2);z-index:2}.product_list_page .product_list .product_list_box .product_card .product_img{width:100%;height:auto;aspect-ratio:1.6/1;overflow:hidden;position:relative;background:#f1f4fb;display:flex;align-items:center;justify-content:center}.product_list_page .product_list .product_list_box .product_card .product_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)}.product_list_page .product_list .product_list_box .product_card .product_content{padding:24px;display:flex;flex-direction:column;flex-grow:1}@media only screen and (max-width: 767.98px){.product_list_page .product_list .product_list_box .product_card .product_content{padding:20px}}.product_list_page .product_list .product_list_box .product_card .product_content .title_wrap{margin-bottom:8px}.product_list_page .product_list .product_list_box .product_card .product_content .title_wrap .title{font-size:22px;font-weight:var(--font-bold);color:var(--secondary);line-height:1.3}@media only screen and (max-width: 767.98px){.product_list_page .product_list .product_list_box .product_card .product_content .title_wrap .title{font-size:20px}}.product_list_page .product_list .product_list_box .product_card .product_content .desc{font-size:15px;color:var(--text-light);line-height:1.5;flex-grow:1}.product_list_page .product_list .product_list_box .product_card .product_content .card_footer{display:flex;align-items:center;justify-content:space-between}.product_list_page .product_platform_icons{display:flex;align-items:center;gap:8px}.product_list_page .platform_icon_btn{width:38px;height:38px;border-radius:50%;background:#f1f4fb;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:all 0.3s ease;border:1px solid transparent}.product_list_page .platform_icon_btn svg{width:18px;height:18px;fill:currentColor}.product_list_page .platform_icon_btn:hover{background:var(--primary-light);color:var(--primary)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product_list_page .product_list_box{animation:fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both}.product_list_page .product_list_box:nth-child(1){animation-delay:0.1s}.product_list_page .product_list_box:nth-child(2){animation-delay:0.2s}.product_list_page .product_list_box:nth-child(3){animation-delay:0.3s}.product_list_page .product_list_box:nth-child(4){animation-delay:0.4s}
