.product-card.product-card--list{-moz-column-gap:24px;border-radius:20px;grid-template:"img price details""img title details""img rating details""img location details"1fr/300px minmax(210px,.65fr) minmax(320px,1.1fr);align-items:start;column-gap:24px;display:grid}.product-card--list .product-card__img-wrapper{grid-area:img;align-self:stretch;margin-bottom:0}.product-card--list .product-card__img{border-radius:14px;height:100%;min-height:176px}.product-card--list .product-card__top{grid-area:price;margin-bottom:10px}.product-card--list .product-card__price-wrapper{width:auto}.product-card--list .product-card__title{grid-area:title}.product-card--list .product-card__brand{max-width:none}.product-card--list .product-card__rating{grid-area:rating;margin-left:0;margin-right:0}.product-card--list .product-card__location{grid-area:location;margin-top:4px}.product-card--list .product-card__details{background:linear-gradient(135deg,#f6faff,#eef7ff);border:1px solid #d9e6f1;border-radius:16px;flex-direction:column;grid-area:details;align-self:stretch;gap:14px;min-width:0;padding:18px 20px;display:flex}.product-card__details-heading{color:#14212f;font-size:17px;font-weight:700;line-height:22px}.product-card__facts{-moz-column-gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;display:grid}.product-card__fact{border-bottom:1px solid #d8e4ee;justify-content:space-between;gap:12px;padding-bottom:8px;display:flex}.product-card__fact span{color:#71808f;font-size:12px;line-height:18px}.product-card__fact strong{color:#14212f;text-align:right;font-size:14px;line-height:18px}.product-card__details-note{color:#536474;font-size:13px;line-height:19px}.product-card__details-cta{color:#137ac9;margin-top:auto;font-size:14px;font-weight:700;line-height:20px}@media (width<=1199px){.product-card.product-card--list{grid-template-columns:260px 1fr;grid-template-areas:"img price""img title""img rating""img location""details details"}.product-card--list .product-card__details{margin-top:12px}}@media (width<=600px){.product-card.product-card--list{-moz-column-gap:14px;grid-template-columns:140px 1fr;grid-template-areas:"img price""img title""img rating""img location""details details";column-gap:14px}.product-card--list .product-card__img{min-height:130px}.product-card__facts{grid-template-columns:1fr}}.product-card .product-card__price-wrapper{-webkit-backdrop-filter:blur(5px);background:#f9c120d1}.product-card .product-card--discount,.product-card--discount{background:#fd2156d1}.product-card--discount del{font-size:12px;font-weight:400;line-height:1}.product-card__img-wrapper{position:relative}.product-card--external{cursor:default}.product-card__provider{-webkit-backdrop-filter:blur(6px);color:#fff;background:#137ac994;border-radius:6px;min-height:28px;padding:5px 10px;font-size:12px;font-weight:700;line-height:18px;position:absolute;top:12px;left:12px}.product-card__badges{pointer-events:none;z-index:11;flex-wrap:wrap;gap:5px;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.product-card__badge{color:#fff;-webkit-backdrop-filter:blur(5px);border-radius:5px;padding:4px 7px;font-size:10px;font-weight:700;line-height:14px;box-shadow:0 2px 6px #00000024}.product-card__badge--urgent{background:#e85d049e}.product-card__badge--offer{background:#d628289e}.product-card__badge--free{background:#16865c9e}.product-card__badge--new{background:#137ac994}.product-card__badge--info{background:#52606d94}.product-card__rating{color:#666;align-items:center;gap:4px;min-height:20px;margin:-3px 20px 8px;font-size:13px;display:flex}.product-card__rating-star{color:#ffb800;font-size:17px;line-height:1}.product-card__card-action{cursor:pointer;z-index:12;background:#fff;border:1px solid #e6e6e6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:6px;display:flex;position:absolute;top:8px;box-shadow:0 2px 8px #0000001f}.product-card__card-action svg{fill:none;stroke:#747474;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.product-card__card-action:hover{background:#f5f9fc}.product-card__save{right:8px}.product-card__save.active svg{fill:#137ac9;stroke:#137ac9}.product-card__share{right:48px}.product-card__share-feedback{color:#fff;white-space:nowrap;z-index:13;background:#141f2beb;border-radius:6px;padding:5px 9px;font-size:11px;line-height:16px;position:absolute;top:46px;right:8px}
