.featured-books{background:var(--color-surface-warm);padding:100px 0 40px;position:relative;overflow:hidden}.featured-books-doodles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.doodle{position:absolute;pointer-events:none;opacity:.6;z-index:0;will-change:transform,opacity}.featured-books-header,.featured-books-hero-grid,.featured-books-hero-empty,.featured-books-collection-header,.featured-books-grid-wrap,.featured-books-cta{position:relative;z-index:1}@keyframes doodle-float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(3deg)}75%{transform:translateY(6px) rotate(-2deg)}}.doodle-float{animation:doodle-float 5s ease-in-out infinite}@keyframes doodle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.doodle-spin{animation:doodle-spin 20s linear infinite}@keyframes doodle-twinkle{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.25);opacity:.85}}.doodle-twinkle{animation:doodle-twinkle 3.5s ease-in-out infinite}@keyframes doodle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.doodle-pulse{animation:doodle-pulse 2.5s ease-in-out infinite}@keyframes doodle-wobble{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}.doodle-wobble{animation:doodle-wobble 3s ease-in-out infinite}.doodle.doodle-peek-right{transform:translate(80px);opacity:0;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .6s ease}.featured-books.doodles-visible .doodle.doodle-peek-right{transform:translate(0);opacity:.7;transition-delay:.6s}.doodle.doodle-peek-left{transform:translate(-80px);opacity:0;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .6s ease}.featured-books.doodles-visible .doodle.doodle-peek-left{transform:translate(0);opacity:.7;transition-delay:.9s}.doodle.doodle-bounce-in{transform:scale(0);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.featured-books.doodles-visible .doodle.doodle-bounce-in{transform:scale(1);opacity:.6;transition-delay:.1s}@media(prefers-reduced-motion:reduce){.doodle{animation:none!important;transition:none!important;opacity:.4!important}.doodle.doodle-peek-right,.doodle.doodle-peek-left,.doodle.doodle-bounce-in{transform:none!important;opacity:.4!important}}@media(max-width:767px){.featured-books-doodles .doodle{display:none}.featured-books-doodles .doodle-float:first-child,.featured-books-doodles .doodle-twinkle:first-of-type{display:block;width:28px!important}}.featured-books-header{max-width:var(--max-w);margin:0 auto 48px;padding:0 var(--gutter)}.featured-books-header .eyebrow{margin-bottom:8px}.featured-books-header h2{font-size:clamp(24px,3.5vw,38px);font-weight:700;letter-spacing:-.5px}.featured-books-hero-grid{max-width:var(--max-w);margin:0 auto 56px;padding:0 var(--gutter);display:grid;gap:32px;align-items:stretch}.hero-layout--auto.hero-count--1{grid-template-columns:1fr;align-items:start}.hero-layout--auto.hero-count--2,.hero-layout--auto.hero-count--3{grid-template-columns:1fr 1fr}.hero-layout--auto.hero-count--3 .hero-card:first-child{grid-column:1 / -1;align-self:start}.hero-layout--auto.hero-count--3 .hero-card:first-child .hero-card-price{margin-top:0}.hero-layout--auto.hero-count--4{grid-template-columns:1fr 1fr}.hero-layout--feature{grid-template-columns:1.7fr 1fr}.hero-layout--feature.hero-count--1{grid-template-columns:1fr}.hero-layout--feature .hero-card--primary{grid-column:1;grid-row:1 / 4}.hero-layout--feature .hero-card:not(.hero-card--primary){grid-column:2}.hero-layout--grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.hero-card{display:flex;flex-direction:column;gap:16px}.hero-card--landscape{flex-direction:row;align-items:stretch;gap:40px}.hero-card--landscape .hero-card-cover{width:200px;flex-shrink:0;align-self:flex-start}.hero-layout--auto.hero-count--1 .hero-card--primary .hero-card-cover,.hero-layout--auto.hero-count--3 .hero-card--primary .hero-card-cover{width:360px}.hero-card--landscape:not(.hero-card--primary){gap:24px}.hero-card--landscape:not(.hero-card--primary) .hero-card-info h3{font-size:clamp(15px,1.6vw,18px)}.hero-card--landscape:not(.hero-card--primary) .hero-card-price{font-size:15px}.hero-card--landscape:not(.hero-card--primary) .btn-hero-card{padding:10px 22px;font-size:12px}.hero-card-cover{position:relative}.hero-card-cover img{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.hero-card-badge{position:absolute;top:16px;left:16px;background:var(--color-green-dark);color:#fff;font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:6px 14px}.hero-card-info{display:flex;flex-direction:column;gap:8px;padding-top:8px;flex:1}.hero-card--landscape .hero-card-info{padding-top:16px;flex:1}.hero-card-info h3{font-family:var(--font-display);font-size:clamp(17px,2vw,22px);font-weight:700;line-height:1.25;color:var(--color-text-primary);margin:0}.hero-card--landscape .hero-card-info h3{font-size:clamp(22px,2.5vw,32px)}.hero-card-author{font-size:14px;color:var(--color-text-secondary);margin:0}.hero-card-blurb{font-size:15px;line-height:1.7;color:var(--color-text-primary);max-width:480px;margin:0}.hero-card-blurb p{margin:0}.hero-card-price{font-size:16px;font-weight:600;font-family:var(--font-secondary);color:var(--color-text-primary);margin:auto 0 0}.hero-card--landscape .hero-card-price{font-size:22px}.btn-hero-card{display:inline-flex;align-items:center;background:var(--color-green-dark);color:#fff;font-family:var(--font-secondary);font-size:13px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;padding:12px 28px;text-decoration:none;align-self:flex-start;transition:background var(--ease-default),transform .15s}.btn-hero-card:hover{background:var(--color-green-mid);transform:translateY(-1px)}.hero-card--landscape .btn-hero-card{padding:16px 36px;font-size:14px}.featured-books-hero-empty{max-width:var(--max-w);margin:0 auto 56px;padding:0 var(--gutter);text-align:center;color:var(--color-text-secondary)}.featured-books-cta{max-width:var(--max-w);margin:48px auto 0;padding:0 var(--gutter);text-align:center}.btn-shop-big{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:520px;background:var(--color-green-dark);color:#fff;font-family:var(--font-secondary);font-size:16px;font-weight:500;letter-spacing:1px;text-transform:uppercase;padding:20px 40px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.btn-shop-big:hover{background:var(--color-green-mid);transform:translateY(-2px)}@media(max-width:1366px){.hero-card-blurb{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:767px){.featured-books{padding:48px 0 16px}.featured-books-header{margin-bottom:24px}.featured-books-hero-grid{margin-bottom:32px}.featured-books-cta{margin-top:0}.featured-books-hero-grid.hero-count--1{grid-template-columns:1fr!important}.featured-books-hero-grid.hero-count--2{grid-template-columns:1fr 1fr!important;gap:16px}.featured-books-hero-grid.hero-count--2 .hero-card--landscape{flex-direction:column;gap:8px}.featured-books-hero-grid.hero-count--2 .hero-card--landscape .hero-card-cover{width:100%}.featured-books-hero-grid.hero-count--2 .hero-card-blurb,.featured-books-hero-grid.hero-count--2 .hero-card-author{display:none}.featured-books-hero-grid.hero-count--2 .hero-card-info h3{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-books-hero-grid.hero-count--2 .hero-card-price{font-size:13px}.featured-books-hero-grid.hero-count--2 .btn-hero-card{font-size:11px;padding:8px 14px;white-space:nowrap}.hero-layout--feature .hero-card--primary{grid-column:1;grid-row:auto}.hero-layout--feature .hero-card:not(.hero-card--primary){grid-column:1}.featured-books-hero-grid.hero-count--1 .hero-card--landscape{flex-direction:column;gap:16px}.featured-books-hero-grid.hero-count--1 .hero-card--landscape .hero-card-cover{width:100%;max-width:200px}.featured-books-hero-grid.hero-count--3 .hero-card:first-child{align-self:auto}.featured-books-hero-grid.hero-count--3 .hero-card:first-child .hero-card-price{margin-top:auto}.featured-books-hero-grid.hero-count--3,.featured-books-hero-grid.hero-count--4{display:flex;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline-start:var(--gutter);gap:16px;max-width:none;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.featured-books-hero-grid.hero-count--3::-webkit-scrollbar,.featured-books-hero-grid.hero-count--4::-webkit-scrollbar{display:none}.featured-books-hero-grid.hero-count--3 .hero-card,.featured-books-hero-grid.hero-count--4 .hero-card{flex:0 0 140px;flex-direction:column!important;gap:6px;scroll-snap-align:start}.featured-books-hero-grid.hero-count--3 .hero-card-info,.featured-books-hero-grid.hero-count--4 .hero-card-info{padding-top:0}.featured-books-hero-grid.hero-count--3 .hero-card-cover,.featured-books-hero-grid.hero-count--4 .hero-card-cover{width:100%!important}.featured-books-hero-grid.hero-count--3 .hero-card-blurb,.featured-books-hero-grid.hero-count--4 .hero-card-blurb,.featured-books-hero-grid.hero-count--3 .hero-card-author,.featured-books-hero-grid.hero-count--4 .hero-card-author{display:none}.featured-books-hero-grid.hero-count--3 .hero-card-info,.featured-books-hero-grid.hero-count--4 .hero-card-info{flex:1;display:flex;flex-direction:column;min-height:105px}.featured-books-hero-grid.hero-count--3 .hero-card-price,.featured-books-hero-grid.hero-count--4 .hero-card-price{margin-top:auto;font-size:13px}.featured-books-hero-grid.hero-count--3 .hero-card-info h3,.featured-books-hero-grid.hero-count--4 .hero-card-info h3{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-books-hero-grid.hero-count--3 .btn-hero-card,.featured-books-hero-grid.hero-count--4 .btn-hero-card{font-size:11px;padding:8px 16px;letter-spacing:.5px}.featured-books-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));--row-h: 255px}.btn-shop-big{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/featured-books.css.map */
