.product-card{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(244,248,255,.98));border:1px solid rgba(11,42,111,.08);box-shadow:0 20px 40px rgba(11,42,111,.12);transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;padding:10px}.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 50px rgba(11,42,111,.18)}.product-card .product-badge{position:absolute;top:10px;left:10px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;z-index:1;background:linear-gradient(180deg,var(--color-act),var(--color-main));color:#fff;box-shadow:0 8px 18px rgba(11,42,111,.22)}.product-card .product-image{height:230px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;margin-bottom:20px;border:1px solid rgba(191,219,254,.8);cursor:pointer}.product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;max-width:none}.product-card .product-image img:hover{transform:scale(1.05)}.product-card .product-info{padding:0}.product-card .product-info .product-category{font-size:12px;color:#64748b;letter-spacing:.3px;margin-bottom:5px}.product-card .product-info .product-name{font-size:16px;font-weight:600;color:#14213d;margin-bottom:8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-info .product-name:hover{color:var(--color-main)}.product-card .product-info .product-rating{display:flex;align-items:center;margin-bottom:8px;padding:8px 14px;background:rgba(29,78,216,.08);border-radius:16px}.product-card .product-info .product-rating .stars{color:#1d4ed8;margin-right:5px}.product-card .product-info .product-rating .stars i{font-size:14px}.product-card .product-info .product-rating .rating-percent{font-size:12px;color:#35508f;font-weight:500}.product-card .product-info .product-price{display:flex;align-items:center;justify-content:flex-start;-moz-column-gap:16px;column-gap:16px}.product-card .product-info .product-price .current-price{font-size:22px;font-weight:700;color:var(--color-price);margin-right:8px}.product-card .product-info .product-price .original-price{font-size:14px;color:#8ea3c6;text-decoration:line-through}.product-card .add-to-cart{position:absolute;bottom:3px;right:14px;width:36px;height:36px;border-radius:12px;background:var(--color-act);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-card .add-to-cart:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 35px rgba(11,42,111,.28)}.product-card .add-to-cart i{font-size:18px}.product-card .favorite-icon{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1;border:1px solid rgba(191,219,254,.9);box-shadow:0 10px 18px rgba(11,42,111,.12)}.product-card .favorite-icon i{font-size:18px;color:#7d8fb0}.product-card .favorite-icon.active i{color:var(--color-act)}.product-card .favorite-icon:hover{background-color:#fff;box-shadow:0 18px 28px rgba(11,42,111,.16)}.es-dialog .dialog-title{padding:15px;background:linear-gradient(180deg,#f8fbff,#eef4ff);font-weight:600;font-size:16px}.es-dialog .dialog-content{padding:20px}@media (max-width:768px){.product-card{width:100%;min-width:0;padding:8px;border-radius:18px;box-shadow:0 12px 28px rgba(11,42,111,.1)}.product-card .product-badge{top:8px;left:8px;padding:3px 9px;font-size:10px}.product-card .product-image{height:0;padding-bottom:112%;position:relative;margin-bottom:12px;border-radius:14px}.product-card .product-image img{position:absolute;inset:0}.product-card .product-info .product-category{font-size:11px}.product-card .product-info .product-name{font-size:13px;line-height:1.4;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px}.product-card .product-info .product-rating{padding:6px 10px;border-radius:12px}.product-card .product-info .product-rating .stars i{font-size:12px}.product-card .product-info .product-rating .rating-percent{font-size:11px}.product-card .product-info .product-price{flex-wrap:wrap;-moz-column-gap:8px;column-gap:8px}.product-card .product-info .product-price .current-price{font-size:18px;margin-right:0}.product-card .product-info .product-price .original-price{font-size:12px}.product-card .add-to-cart{width:32px;height:32px;right:10px;bottom:8px}.product-card .add-to-cart i{font-size:16px}.product-card .favorite-icon{width:28px;height:28px;top:8px;right:8px}.product-card .favorite-icon i{font-size:15px}}.container-box[data-v-5859ff74]{min-height:600px}.container-box .list[data-v-5859ff74]{display:grid;grid-template-columns:repeat(auto-fit,minmax(188px,165px));grid-column-gap:14px;grid-row-gap:20px;align-content:center;padding:26px 0}.container-box .common-pagination[data-v-5859ff74]{width:100%;text-align:center;padding:40px 0}