#discoveryContainer{max-width:120rem!important;padding-top:24px!important}#discoveryContainer .collection-products__grid{gap:1rem}.discovery-card{border:2px solid transparent;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.discovery-card,.discovery-card__image-wrap{position:relative}.discovery-card.is-liked{border-color:#22c55e;box-shadow:0 0 0 1px rgba(34,197,94,.15)}.discovery-card__heart-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:hsla(0,0%,100%,.85);border:none;border-radius:50%;bottom:8px;color:#999;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;right:8px;transition:color .15s ease,background-color .15s ease,transform .15s ease;width:44px;z-index:3}.discovery-card__heart-btn:hover{background:hsla(0,0%,100%,.95);color:#ef4444}.discovery-card__heart-btn:active{transform:scale(.9)}.discovery-card__heart-icon{display:block;height:22px;width:22px}.discovery-card.is-liked .discovery-card__heart-icon--outline,.discovery-card__heart-icon--filled{display:none}.discovery-card.is-liked .discovery-card__heart-icon--filled{display:block}.discovery-card.is-liked .discovery-card__heart-btn{background:hsla(0,0%,100%,.95);color:#22c55e}.discovery-stats-toggle{-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#333;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;line-height:1;padding:8px 12px;position:fixed;right:16px;top:80px;transition:box-shadow .15s ease,border-color .15s ease;z-index:100}.discovery-stats-toggle:hover{border-color:#ccc;box-shadow:0 2px 12px rgba(0,0,0,.12)}.discovery-stats-toggle__count{align-items:center;background:#f0f0f0;border-radius:9px;color:#666;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 5px}.discovery-stats-panel{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.12);color:#333;display:none;font-size:13px;max-height:calc(100vh - 140px);overflow-y:auto;position:fixed;right:16px;top:120px;width:280px;z-index:100}.discovery-stats-panel[aria-hidden=false]{display:block}.discovery-stats-panel__header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:14px 16px 10px}.discovery-stats-panel__header strong{font-size:14px}.discovery-stats-panel__close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:color .15s ease,background-color .15s ease;width:28px}.discovery-stats-panel__close:hover{background:#f5f5f5;color:#333}.discovery-stats-panel__close svg{height:18px;width:18px}.discovery-stats-panel__body{padding:12px 16px 16px}.discovery-stats-panel__row{align-items:center;display:flex;justify-content:space-between;padding:6px 0}.discovery-stats-panel__row span{color:#666}.discovery-stats-panel__row--bar{flex-wrap:wrap;gap:4px}.discovery-stats-panel__row--bar span{width:100%}.discovery-stats-panel__bar{background:#f0f0f0;border-radius:3px;flex:1;height:6px;margin-right:8px;overflow:hidden}.discovery-stats-panel__bar-fill{background:#22c55e;border-radius:3px;height:100%;transition:width .3s ease;width:0}.discovery-stats-panel__divider{background:#f0f0f0;height:1px;margin:12px 0}.discovery-stats-panel__section-label{color:#999;font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.discovery-stats-panel__tags{display:flex;flex-wrap:wrap;gap:6px}.discovery-stats-panel__empty{color:#bbb;font-size:12px;font-style:italic}.discovery-stats-panel__tag{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;line-height:1.4;padding:3px 8px;white-space:nowrap}.discovery-stats-panel__tag small{font-size:10px;font-weight:700}.discovery-stats-panel__tag--positive{background:#ecfdf5;color:#065f46}.discovery-stats-panel__tag--negative{background:#fef2f2;color:#991b1b}.discovery-stats-panel__reset{font-size:12px;padding:8px 16px;width:100%}.discovery-loading__spinner{animation:discovery-spin .7s linear infinite;border:3px solid #e5e5e5;border-radius:50%;border-top-color:#333;display:inline-block;height:28px;width:28px}@keyframes discovery-spin{to{transform:rotate(1turn)}}.discovery-heart-tooltip{animation:discovery-tooltip-in .4s ease forwards;background:#e8627c;border-radius:16px;bottom:62px;box-shadow:0 4px 16px rgba(232,98,124,.35);color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.01em;line-height:1.35;max-width:180px;opacity:0;padding:10px 14px;pointer-events:auto;position:absolute;right:2px;z-index:10}.discovery-heart-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #e8627c;bottom:-8px;content:"";height:0;position:absolute;right:14px;width:0}.discovery-heart-tooltip.is-dismissing{opacity:0;transition:opacity .3s ease}@keyframes discovery-tooltip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:47.999em){.discovery-stats-toggle{bottom:16px;right:16px;top:auto}.discovery-stats-panel{bottom:60px;max-width:320px;right:16px;top:auto;width:calc(100vw - 32px)}}