.products-for-you{padding:1rem;margin:0 0 1rem}.products-for-you__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.products-for-you__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.products-for-you__see-all{font-size:.8125rem;font-weight:600;color:#2563eb;text-decoration:none;background-color:#eff6ff;padding:.375rem .75rem;border-radius:9999px;transition:all .2s ease}.products-for-you__see-all:hover{color:#1d4ed8;background-color:#dbeafe}.products-for-you__scroll{display:flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products-for-you__scroll::-webkit-scrollbar{display:none}.product-card-simple{flex-shrink:0;width:240px;text-decoration:none;color:inherit;transition:transform .2s ease}.product-card-simple:hover{transform:translateY(-2px)}.product-card-simple__image-container{position:relative;width:240px;height:220px;border-radius:16px;overflow:hidden;background-color:#f3f4f6}.product-card-simple__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-simple__image--placeholder{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.product-card-simple__favorite{position:absolute;top:8px;right:8px;background:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease}.product-card-simple__favorite:hover{transform:scale(1.1)}.product-card-simple__info{padding:8px 0}.product-card-simple__name{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-simple__pickup{font-size:.75rem;color:#6b7280;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-simple__rating{display:inline-flex;align-items:center;gap:2px;font-size:.75rem;font-weight:600;color:#1f2937}.product-card-simple__rating-star{color:#3b82f6;font-size:.6875rem}.product-card-simple__price{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}.product-card-simple__original-price{font-size:.75rem;font-weight:400;color:#9ca3af;text-decoration:line-through;margin-left:6px}.products-for-you__skeleton{display:flex;gap:.75rem;overflow:hidden}.product-skeleton{flex-shrink:0;width:240px}.product-skeleton__image{width:240px;height:220px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.product-skeleton__name{height:14px;width:100px;margin-top:8px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.product-skeleton__details{height:12px;width:80px;margin-top:4px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.products-for-you__empty{text-align:center;padding:2rem 0;color:#9ca3af}.products-for-you__empty-text{font-size:.875rem;margin:0}.product-card-simple__cta{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.625rem .75rem;margin-top:.5rem;background:linear-gradient(135deg,#4b6bfb,#3b5beb);color:#fff;font-size:.8125rem;font-weight:600;text-align:center;border:none;border-radius:.625rem;cursor:pointer;box-shadow:0 2px 8px #4b6bfb4d;transition:all .2s ease}.product-card-simple__cta:hover{background:linear-gradient(135deg,#3b5beb,#2b4bdb);box-shadow:0 4px 12px #4b6bfb66;transform:translateY(-1px)}.product-card-simple__cta:active{background:linear-gradient(135deg,#2b4bdb,#1b3bcb);box-shadow:0 1px 4px #4b6bfb4d;transform:translateY(0)}.product-card-simple__cta-icon{width:1rem;height:1rem;flex-shrink:0}.product-card-simple__price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.product-card-simple__rating--gold .product-card-simple__rating-star{color:#f59e0b}
