.somio-wll__item{position:relative;display:flex;flex-direction:column;gap:8px;transition:opacity .18s ease,transform .18s ease}.somio-wll__item.is-removing{opacity:0;transform:scale(.96)}.somio-wll__thumb{position:relative;display:block;overflow:hidden;background:#f4f4f4}.somio-wll__stock{position:absolute;left:0;bottom:0;right:0;background:rgba(17,17,17,.72);color:#fff;font-size:12px;font-weight:600;text-align:center;padding:6px 8px}.somio-wll__remove{position:absolute;top:8px;right:8px;z-index:2;width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#111;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .15s ease,color .15s ease}.somio-wll__remove svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.somio-wll__remove:hover{background:var(--wll-accent);color:#fff}.somio-wll__title{color:inherit;text-decoration:none;line-height:1.35}.somio-wll__title:hover{text-decoration:underline}.somio-wll__price{font-weight:700}.somio-wll__price del{opacity:.5;font-weight:400;margin-right:6px}.somio-wll__price ins{text-decoration:none;color:var(--wll-accent)}.somio-wll__cart{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;background:#111;color:#fff;text-decoration:none;font-size:14px;font-weight:700;transition:background-color .15s ease}.somio-wll__cart:hover{background:var(--wll-accent);color:#fff}