.lltc-shop{--lltc-accent:#f15a24;--lltc-accent-hover:#d94716;--lltc-text:#151515;--lltc-muted:#686868;--lltc-border:rgba(0,0,0,.12);--lltc-surface:#fff;--lltc-image-bg:#f3f3f3;color:var(--lltc-text);font-family:inherit}.lltc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.lltc-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:var(--lltc-surface);border:1px solid var(--lltc-border);border-radius:18px;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease}.lltc-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.11)}.lltc-card__image-link{position:relative;display:block;overflow:hidden;aspect-ratio:1/1;background:var(--lltc-image-bg)}.lltc-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.lltc-card:hover .lltc-card__image{transform:scale(1.025)}.lltc-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--lltc-muted);font-weight:700}.lltc-card__badge{position:absolute;top:14px;left:14px;padding:7px 11px;border-radius:999px;background:var(--lltc-accent);color:#fff;font-size:13px;font-weight:700;line-height:1}.lltc-card__body{flex:1;display:flex;flex-direction:column;padding:20px}.lltc-card__title{margin:0 0 10px;font-family:inherit;font-size:clamp(19px,2vw,23px);font-weight:700;line-height:1.25}.lltc-card__title a{color:var(--lltc-text);text-decoration:none}.lltc-card__title a:hover{color:var(--lltc-accent-hover)}.lltc-card__price{margin:0 0 18px;color:var(--lltc-text);font-size:18px;font-weight:700}.lltc-card__button,.lltc-shop__all,.lltc-fallback a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:999px;background:var(--lltc-accent);color:#fff !important;text-decoration:none !important;font-weight:700;line-height:1.2;transition:background-color .16s ease,transform .16s ease}.lltc-card__button{width:100%;margin-top:auto}.lltc-card__button:hover,.lltc-shop__all:hover,.lltc-fallback a:hover{background:var(--lltc-accent-hover);transform:translateY(-1px)}.lltc-card__button:focus-visible,.lltc-shop__all:focus-visible,.lltc-fallback a:focus-visible,.lltc-card__title a:focus-visible,.lltc-card__image-link:focus-visible{outline:3px solid currentColor;outline-offset:3px}.lltc-card__button.is-disabled{background:#888;cursor:not-allowed;transform:none}.lltc-shop__footer{margin-top:34px;text-align:center}.lltc-shop__footer p{margin:12px 0 0;color:var(--lltc-muted);font-size:14px}.lltc-fallback{padding:24px;border:1px solid var(--lltc-border);border-radius:14px;background:var(--lltc-surface);text-align:center}.lltc-fallback p:first-child{margin-top:0}.lltc-fallback p:last-child{margin-bottom:0}@media (max-width:980px){.lltc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}}@media (max-width:600px){.lltc-grid{grid-template-columns:1fr;gap:18px}.lltc-card{border-radius:14px}}@media (prefers-reduced-motion:reduce){.lltc-card,.lltc-card__image,.lltc-card__button,.lltc-shop__all,.lltc-fallback a{transition:none}}