.sf-favorites-link{position:relative}.sf-favorites-link b{position:absolute;right:-5px;top:-6px;display:grid;min-width:19px;height:19px;padding:0 5px;place-items:center;border-radius:999px;background:var(--bento-primary);color:#fff;font-size:11px}.sf-favorite-button{position:absolute;z-index:3;right:16px;top:16px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #dfe2e5;border-radius:50%;background:#fff;color:var(--bento-ink);cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease}.sf-favorite-button:hover{transform:scale(1.06)}.sf-favorite-button.is-active{border-color:#ffd8cc;background:#fff0eb;color:var(--bento-primary)}.bento-catalog-product,.bento-product{position:relative}.bento-favorites-page{max-width:1500px;margin:0 auto;padding:34px 28px 70px}.bento-favorites-page>header{margin-bottom:26px}.bento-favorites-page>header span{color:var(--bento-primary);font-size:13px;font-weight:800}.bento-favorites-page h1{margin:6px 0 8px;font-size:clamp(36px,5vw,64px);line-height:1}.bento-favorites-page>header p{margin:0;color:var(--bento-text);font-size:17px}.sf-favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.sf-favorite-card,.sf-favorite-skeleton{overflow:hidden;border:1px solid #e4e6e8;border-radius:20px;background:#fff}.sf-favorite-card-image{display:grid;min-height:290px;place-items:center;background:#fafafa}.sf-favorite-card-image img{width:100%;height:290px;object-fit:contain}.sf-favorite-card-image span{color:#c9cdd2;font-size:72px;font-weight:900}.sf-favorite-card-info{padding:18px}.sf-favorite-card-info small{color:var(--bento-primary);font-weight:800}.sf-favorite-card-info h2{min-height:54px;margin:8px 0 16px;font-size:19px;line-height:1.25}.sf-favorite-card-info h2 a{color:inherit;text-decoration:none}.sf-favorite-card-price{display:flex;align-items:baseline;gap:9px}.sf-favorite-card-price strong{font-size:25px}.sf-favorite-card-price del{color:#8a8d91}.sf-favorite-card-info em{display:block;margin-top:3px;color:#1d8b4e;font-style:normal;font-weight:800}.sf-favorite-card-actions{display:grid;grid-template-columns:1fr 48px;gap:8px;margin-top:18px}.sf-favorite-card-actions button{min-height:48px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:800;cursor:pointer}.sf-favorite-card-actions .is-remove{background:#fff0eb;color:var(--bento-primary)}.sf-favorites-empty{grid-column:1/-1;padding:80px 24px;text-align:center;border:1px dashed #d7dadd;border-radius:20px;background:#fff}.sf-favorites-empty>i{color:var(--bento-primary);font-size:40px}.sf-favorites-empty h2{margin:16px 0 8px}.sf-favorites-empty p{margin:0 0 22px;color:var(--bento-text)}.sf-favorites-empty a{display:inline-flex;padding:13px 18px;border-radius:10px;background:var(--bento-primary);color:#fff;text-decoration:none;font-weight:800}.sf-favorite-skeleton{height:460px;background:linear-gradient(90deg,#f2f3f4 25%,#fafafa 50%,#f2f3f4 75%);background-size:200% 100%;animation:sf-favorite-loading 1.2s infinite}@keyframes sf-favorite-loading{to{background-position:-200% 0}}@media(max-width:1050px){.sf-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sf-favorites-link span{display:none}.bento-favorites-page{padding:24px 14px 48px}.sf-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-favorite-card-image,.sf-favorite-card-image img{height:210px;min-height:210px}}@media(max-width:480px){.sf-favorites-grid{grid-template-columns:1fr}}
