.book-collection__masthead{margin:0 0 2rem;text-align:left}.book-collection__masthead-title{font-size:2.4rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.05;margin:0 0 .6rem;color:rgb(var(--color-foreground))}.book-collection__masthead-subtitle{font-size:1.3rem;line-height:1.6;color:rgb(var(--color-foreground),.75);margin:0;max-width:60ch}@media screen and (min-width:750px){.book-collection__masthead{margin-bottom:2.5rem}.book-collection__masthead-title{font-size:3.6rem;letter-spacing:.06em}.book-collection__masthead-subtitle{font-size:1.4rem}}.book-collection__empty{font-size:1.3rem;color:rgb(var(--color-foreground),.7);text-align:center;padding:2rem 0}.book-collection{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width:750px){.book-collection{grid-template-columns:1fr 1fr;gap:2rem 2.5rem}}.book-card{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.book-card__cover-link{flex-shrink:0;display:block;text-decoration:none}.book-card__cover{width:90px;aspect-ratio:2 / 3;background:rgb(var(--color-foreground),.08);border-radius:6px;overflow:hidden}@media screen and (min-width:750px){.book-card__cover{width:110px}}.book-card__cover-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.book-card__cover-link:hover .book-card__cover-image{transform:scale(1.03)}.book-card__cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.book-card__cover-placeholder .placeholder-svg{width:40%;height:auto;fill:rgb(var(--color-foreground),.25)}.book-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.book-card__info-link{display:block;text-decoration:none;color:inherit}.book-card__title{font-size:1.5rem;font-weight:700;line-height:1.3;margin:0;color:rgb(var(--color-foreground));transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-card__info-link:hover .book-card__title{color:rgb(var(--color-link))}.book-card__author{font-size:1.2rem;font-style:italic;color:rgb(var(--color-foreground),.7);margin:.15rem 0 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.book-card__title{font-size:1.7rem}.book-card__author{font-size:1.3rem}}.book-card__buy-strip{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-top:.4rem}.book-card__price{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));margin:0;flex-shrink:0}.book-card__price-sale{margin-right:.3rem}.book-card__price-compare{text-decoration:line-through;color:rgb(var(--color-foreground),.5);font-weight:400}.book-card__form{margin:0}.book-card__button{display:inline-block;padding:.55rem 1rem;font-size:1.1rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border-radius:6px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground));cursor:pointer;white-space:nowrap;transition:opacity .2s ease,transform .2s ease,background .2s ease,color .2s ease;font-family:inherit}.book-card__button:hover{opacity:.85}.book-card__button:active{transform:scale(.98)}.book-card__button--secondary{background:transparent;color:rgb(var(--color-foreground))}.book-card__button--secondary:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));opacity:1}.book-card__button--disabled{background:transparent;color:rgb(var(--color-foreground),.5);border-color:rgb(var(--color-foreground),.2);cursor:not-allowed}.book-card__button--disabled:hover{opacity:1}@media screen and (min-width:750px){.book-card__price{font-size:1.4rem}.book-card__button{padding:.65rem 1.2rem;font-size:1.2rem}}.book-spotlight{grid-column:1 / -1;display:flex;flex-direction:row;gap:1rem;align-items:flex-start;padding:1.5rem 0;border-top:2px solid rgb(var(--color-foreground));border-bottom:2px solid rgb(var(--color-foreground));margin:1rem 0}@media screen and (min-width:750px){.book-spotlight{gap:2.5rem;align-items:center;padding:2.5rem 0;margin:1.5rem 0}}.book-spotlight__cover-link{flex-shrink:0;display:block;text-decoration:none}.book-spotlight__cover{width:190px;aspect-ratio:2 / 3;background:rgb(var(--color-foreground),.08);border-radius:6px;overflow:hidden}@media screen and (min-width:750px){.book-spotlight__cover{width:320px}}.book-spotlight__cover-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.book-spotlight:hover .book-spotlight__cover-image{transform:scale(1.03)}.book-spotlight__cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.book-spotlight__cover-placeholder .placeholder-svg{width:40%;height:auto;fill:rgb(var(--color-foreground),.25)}.book-spotlight__content{flex:1;display:flex;flex-direction:column;gap:.4rem}.book-spotlight__label{font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground),.55);margin:0 0 .2rem}.book-spotlight__title{font-size:1.8rem;font-weight:700;line-height:1.2;margin:0}.book-spotlight__title a{color:rgb(var(--color-foreground));text-decoration:none}.book-spotlight__title a:hover{text-decoration:underline}.book-spotlight__author{font-size:1.2rem;font-style:italic;color:rgb(var(--color-foreground),.7);margin:0 0 .4rem}.book-spotlight__blurb{font-size:1.3rem;line-height:1.5;color:rgb(var(--color-foreground),.85);margin:0 0 .8rem}.book-spotlight__blurb--fallback{color:rgb(var(--color-foreground),.7)}@media screen and (min-width:750px){.book-spotlight__label{font-size:1.2rem}.book-spotlight__title{font-size:2.4rem}.book-spotlight__author,.book-spotlight__blurb{font-size:1.4rem}}.book-spotlight__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.4rem}.book-spotlight__price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin:0}.book-spotlight__price-sale{margin-right:.4rem}.book-spotlight__price-compare{text-decoration:line-through;color:rgb(var(--color-foreground),.5);font-weight:400}.book-spotlight__button{display:inline-block;padding:.9rem 1.8rem;font-size:1.2rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border-radius:6px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground));transition:opacity .2s ease,transform .2s ease}.book-spotlight__button:hover{opacity:.85}.book-spotlight__button:active{transform:scale(.98)}@media screen and (min-width:750px){.book-spotlight__price{font-size:1.6rem}.book-spotlight__button{padding:1rem 2rem;font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-book-collection.css.map */
