.recently-viewed{margin-top:16px;padding:14px 18px;border:1px solid #e8e8e8;border-radius:11px;background:#fff}.recently-viewed__header,.recently-viewed__header>div{display:flex;align-items:center}.recently-viewed__header{justify-content:space-between;margin-bottom:11px}.recently-viewed__header>div{gap:9px}.recently-viewed__header img{width:21px}.recently-viewed__header>div>img{filter:invert(14%) sepia(99%) saturate(6382%) hue-rotate(349deg)}.recently-viewed__header h2{margin:0;font-size:16px}.recently-viewed__header>a{color:var(--brand-red);font-size:11px;font-weight:700}.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.recently-viewed__grid article{display:grid;min-width:0;grid-template-columns:66px 1fr 34px;align-items:center;gap:8px;padding:8px;border:1px solid #e7e7e7;border-radius:8px}.recently-viewed__grid article>img{width:60px;height:66px;object-fit:contain}.recently-viewed__grid h3{min-height:30px;margin:0;font-size:10px;line-height:1.4}.recently-viewed__grid strong{display:block;margin-top:6px;color:var(--brand-red);font-size:13px}.recently-viewed__grid button{display:grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer}.recently-viewed__grid button img{width:15px}.recently-viewed__grid button.is-added{border-color:var(--brand-red);background:var(--brand-red)}.recently-viewed__grid button.is-added img{filter:brightness(0) invert(1)}@media(max-width:991.98px){.recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.recently-viewed__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.recently-viewed__grid article{min-width:82vw;scroll-snap-align:start}}
