.viewed-products{padding:0 120px 40px}@media (max-width:1280px){.viewed-products{padding:0 48px 32px}}.viewed-products__inner{max-width:1200px;margin:0 auto;background:#ffffff;border-radius:24px;box-shadow:0 1px 20px 0 rgba(0,0,0,.08);padding:40px;display:flex;flex-direction:column;gap:16px}.viewed-products__header{display:flex;align-items:center;justify-content:space-between;height:48px}.viewed-products__title{font-family:Gilroy,sans-serif;font-size:32px;font-weight:700;line-height:48px;color:#131618}.viewed-products__clear{font-family:Gilroy,sans-serif;font-size:16px;font-weight:500;line-height:18px;color:#606060;background:none;border:none;cursor:pointer;transition:color .2s}.viewed-products__clear:hover{color:#EC1D27}.viewed-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 0}.product-card-viewed{position:relative;width:288px;height:108px;flex-shrink:0;scroll-snap-align:start;background:#ffffff;border-radius:8px;box-shadow:1.75px 1.75px 35px 0 rgba(0,0,0,.08);transition:box-shadow .25s,transform .25s}.product-card-viewed:hover{box-shadow:4px 4px 48px 0 rgba(0,0,0,.14);transform:translateY(-2px)}.product-card-viewed__remove{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:50%;cursor:pointer;z-index:2;padding:0;transition:color .2s}.product-card-viewed__remove:hover{color:#EC1D27}.product-card-viewed__remove svg{width:100%;height:100%}.product-card-viewed__remove svg circle{fill:#BDBDBD;stroke:none}.product-card-viewed__remove svg path{stroke:#fff}.product-card-viewed__link{display:flex;width:100%;height:100%;border-radius:8px;overflow:hidden;text-decoration:none}.product-card-viewed__image-wrap{flex-shrink:0;width:108px;height:108px}.product-card-viewed__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}.product-card-viewed__info{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:4px;padding:16px 8px 13px;min-width:0}.product-card-viewed__name{font-family:Gilroy,sans-serif;font-size:13px;font-weight:500;line-height:14px;color:#141414;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:30px}.product-card-viewed__price-block{display:flex;flex-direction:column;gap:2px}.product-card-viewed__sale-price{font-family:Gilroy,sans-serif;font-size:14px;font-weight:700;line-height:17px;color:#EC1D27}.product-card-viewed__original-row{display:flex;align-items:center;gap:6px}.product-card-viewed__original-price{font-family:Gilroy,sans-serif;font-size:11px;line-height:16px;color:#868686;text-decoration:line-through}.product-card-viewed__discount{font-family:Gilroy,sans-serif;font-size:11px;font-weight:600;line-height:16px;color:#EC1D27}@media (max-width:768px){.product-card-viewed{width:256px;height:88px;flex-shrink:0;scroll-snap-align:start}.product-card-viewed__image-wrap{width:88px;height:88px}.product-card-viewed__info{padding:8px 4px 7px}.product-card-viewed__name{font-size:11px;line-height:12px;max-height:24px}.product-card-viewed__sale-price{font-size:13px;line-height:15px}.product-card-viewed__discount,.product-card-viewed__original-price{font-size:10px;line-height:11px}.product-card-viewed__remove{width:16px;height:16px;top:-6px;right:-6px}}