.home-bookstore-list{grid-template-columns:1fr;gap:.85rem;display:grid}@media (min-width:640px){.home-bookstore-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.home-book-row{background:#fff;border:1px solid #a78bfa47;border-radius:.75rem;flex-direction:column;gap:.85rem;padding:1.1rem 1.15rem;transition:border-color .2s,box-shadow .2s;display:flex}.home-book-row:hover{border-color:#7124e859;box-shadow:0 6px 20px #2e10650f}@media (min-width:768px){.home-book-row{padding:1.2rem 1.3rem}}.home-book-row__badge{color:#fff;background:var(--brand-accent,#7124e8);border-radius:999px;flex-shrink:0;align-items:center;padding:.15rem .45rem;font-size:.625rem;font-weight:700;display:inline-flex}.home-book-row__main{flex-direction:column;gap:.3rem;min-width:0;display:flex}.home-book-row__head{align-items:flex-start;gap:.5rem;display:flex}.home-book-row__title{color:var(--brand-primary,#5b21b6);margin:0;font-size:.95rem;font-weight:600;line-height:1.35;text-decoration:none}@media (min-width:768px){.home-book-row__title{font-size:1.05rem}}.home-book-row__title:hover{color:var(--brand-accent,#7124e8)}.home-book-row__author{color:var(--brand-ink-mid,#4c1d95);opacity:.75;margin:0;font-size:.8125rem}.home-book-row__desc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.2rem 0 0;font-size:.75rem;line-height:1.55;display:-webkit-box;overflow:hidden}@media (min-width:768px){.home-book-row__desc{font-size:.8125rem}}.home-book-row__actions{border-top:1px solid #a78bfa38;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.home-book-row__price{color:var(--brand-accent,#7124e8);flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:1.125rem;font-weight:700;display:flex}.home-book-row__price del{color:#9ca3af;font-size:.8125rem;font-weight:400}.home-book-row__cart{color:#fff;background:var(--brand-btn,#7124e8);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:filter .2s,transform .2s;display:inline-flex}@media (max-width:479px){.home-book-row__cart-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-book-row__cart{padding:.45rem}}.home-book-row__cart:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.home-book-row__cart:disabled{opacity:.65;cursor:wait}.home-book-row__cart svg{width:.95rem;height:.95rem}.home-bookstore-cta{border-top:1px solid #a78bfa4d;border-bottom:1px solid #a78bfa4d;flex-direction:column;margin-top:1.5rem;display:flex}.home-bookstore-cta a{border-bottom:1px solid #a78bfa38;align-items:center;gap:.85rem;padding:1rem .15rem;text-decoration:none;transition:color .2s;display:flex}.home-bookstore-cta a:last-child{border-bottom:0}.home-bookstore-cta a:hover .home-bookstore-cta__text strong{color:var(--brand-accent,#7124e8)}.home-bookstore-cta__icon{width:2.25rem;height:2.25rem;color:var(--brand-accent,#7124e8);background:#7124e81a;border-radius:.5rem;flex-shrink:0;place-items:center;display:grid}.home-bookstore-cta__icon svg{width:1.2rem;height:1.2rem}.home-bookstore-cta__text{flex:1;min-width:0}.home-bookstore-cta__text strong{color:var(--brand-primary,#5b21b6);font-size:.95rem;font-weight:600;transition:color .2s;display:block}.home-bookstore-cta__text span{color:#6b7280;margin-top:.15rem;font-size:.8125rem;display:block}.home-bookstore-cta__arrow{color:var(--brand-accent-soft,#a78bfa);flex-shrink:0;transition:transform .2s,color .2s}.home-bookstore-cta a:hover .home-bookstore-cta__arrow{color:var(--brand-accent,#7124e8);transform:translate(2px)}
