h1,h2,h3,.h0,.h1,.h2,.h3{letter-spacing:-.02em;line-height:1.15}.cr-marquee-section{overflow:hidden}.cr-marquee-outer{overflow:hidden;white-space:nowrap;padding:13px 0;border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08)}.cr-marquee-inner{display:inline-flex;animation:cr-scroll 28s linear infinite;font-size:1.15rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground));opacity:.8}.cr-marquee-inner span{padding:0 2rem;flex-shrink:0}.cr-sep{opacity:.3;padding:0 .4rem!important}@keyframes cr-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.cr-marquee-inner,.cr-bookshelf__track{animation:none!important}}.cr-genre-section{padding:72px 0}.cr-genre-header{text-align:center;margin-bottom:44px}.cr-genre-eyebrow{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:.4;margin-bottom:10px;font-family:var(--font-body-family)}.cr-genre-title{font-size:clamp(2.4rem,4vw,4rem);letter-spacing:-.03em;font-weight:700;margin:0 0 10px;font-family:var(--font-heading-family);color:rgb(var(--color-foreground));line-height:1.1}.cr-genre-subtitle{font-size:1.5rem;opacity:.55;margin:0;font-family:var(--font-body-family)}.cr-genre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cr-genre-card{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:5/4;display:flex;align-items:flex-end;text-decoration:none;color:#fff;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;background:#1c1917;min-height:160px}.cr-genre-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 48px #1c191752}.cr-genre-card:active{transform:translateY(-2px);transition-duration:.1s}.cr-genre-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .5s ease;opacity:.5}.cr-genre-card:hover .cr-genre-card__bg{transform:scale(1.08);opacity:.6}.cr-genre-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000e0,#0003,#0000000d)}.cr-genre-card__content{position:relative;z-index:1;padding:18px 16px 14px;width:100%;transition:transform .3s ease}.cr-genre-card:hover .cr-genre-card__content{transform:translateY(-4px)}.cr-genre-card__icon{font-size:2rem;display:block;margin-bottom:8px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.cr-genre-card__title{font-size:1.5rem;font-weight:700;margin:0 0 5px;font-family:var(--font-heading-family);color:#fff;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.4)}.cr-genre-card__count{font-size:1.15rem;opacity:0;margin:0;color:#ffffffd9;transition:opacity .3s ease;font-weight:500}.cr-genre-card:hover .cr-genre-card__count{opacity:1}.cr-genre-card__arrow{position:absolute;bottom:16px;right:16px;width:32px;height:32px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;opacity:0;transform:translate(-8px);transition:opacity .3s ease,transform .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.cr-genre-card:hover .cr-genre-card__arrow{opacity:1;transform:translate(0)}.cr-bookshelf{padding:56px 0 48px;overflow:hidden}.cr-bookshelf__header{text-align:center;padding:0 20px;margin-bottom:36px}.cr-bookshelf__eyebrow{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.4;margin-bottom:8px}.cr-bookshelf__title{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.03em;font-weight:700;margin:0 0 8px;font-family:var(--font-heading-family);color:rgb(var(--color-foreground));line-height:1.1}.cr-bookshelf__subtitle{font-size:1.4rem;opacity:.6;margin:0}.cr-bookshelf__viewport{position:relative;overflow:hidden}.cr-bookshelf__viewport:before,.cr-bookshelf__viewport:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.cr-bookshelf__viewport:before{left:0;background:linear-gradient(to right,rgb(var(--color-background)) 0%,transparent 100%)}.cr-bookshelf__viewport:after{right:0;background:linear-gradient(to left,rgb(var(--color-background)) 0%,transparent 100%)}.cr-bookshelf__track{display:flex;gap:14px;width:max-content;animation:cr-shelf-scroll 20s linear infinite;will-change:transform;padding:4px 16px 12px;align-items:flex-start}.cr-bookshelf__track:hover{animation-play-state:paused}@keyframes cr-shelf-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cr-shelf-card{flex-shrink:0;width:148px;display:flex;flex-direction:column;gap:0}.cr-shelf-card__img-link{display:block;text-decoration:none}.cr-shelf-card__img-wrap{width:148px;height:210px;border-radius:6px;overflow:hidden;background:rgba(var(--color-foreground),.06);box-shadow:0 4px 14px #1c191721;transition:box-shadow .25s ease,transform .25s ease;position:relative}.cr-shelf-card__img-wrap:after{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background:linear-gradient(to right,rgba(0,0,0,.14) 0%,transparent 100%);border-radius:6px 0 0 6px;pointer-events:none}.cr-shelf-card__img-link:hover .cr-shelf-card__img-wrap{box-shadow:0 8px 24px #1c191738;transform:translateY(-5px)}.cr-shelf-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cr-shelf-card__img-link:hover .cr-shelf-card__img{transform:scale(1.04)}.cr-shelf-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.2;font-size:3rem}.cr-shelf-card__body{padding:10px 2px 0;display:flex;flex-direction:column;gap:8px}.cr-shelf-card__title-link{text-decoration:none;color:inherit;display:block}.cr-shelf-card__title{font-size:1.2rem;font-weight:600;line-height:1.4;margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:rgb(var(--color-foreground))}.cr-shelf-card__price{font-size:1.25rem;font-weight:700;color:rgb(var(--color-foreground));opacity:.85;margin:0}.cr-shelf-card__atc-form{margin:0;padding:0}.cr-shelf-card__atc{display:block;width:100%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;text-align:center;font-size:1.1rem;font-weight:700;padding:9px 6px;letter-spacing:.04em;cursor:pointer;border-radius:4px;font-family:var(--font-body-family);transition:opacity .15s ease;white-space:nowrap;min-height:44px}.cr-shelf-card__atc:hover{opacity:.82}.cr-shelf-card__atc:disabled{opacity:.55;cursor:default}.cr-shelf-card__sold{font-size:1.1rem;opacity:.4;margin:0;text-align:center;font-weight:600}.cr-bookshelf__cta{text-align:center;margin-top:36px;padding:0 20px}.cr-bookshelf__cta a{display:inline-block;padding:13px 28px;border:1.5px solid rgba(var(--color-foreground),.22);border-radius:4px;font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-decoration:none;color:rgb(var(--color-foreground));transition:background .2s ease,border-color .2s ease;min-height:48px;line-height:1}.cr-bookshelf__cta a:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.45)}.card-wrapper{transition:transform .25s ease}.card-wrapper:hover{transform:translateY(-3px)}.card__heading a{transition:opacity .2s ease}.card__heading a:hover{opacity:.7}.featured-collection .rte p{margin:0}.multicolumn-card{border-top:2px solid rgba(var(--color-foreground),.08);padding-top:2.2rem;transition:border-color .2s ease}.multicolumn-card:hover{border-top-color:rgba(var(--color-foreground),.32)}.multicolumn-card__title{font-size:1.55rem;font-weight:600;margin-bottom:.8rem}.button--primary{letter-spacing:.04em;font-weight:600;transition:opacity .2s ease,transform .15s ease;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.button--primary:hover{opacity:.85;transform:translateY(-1px)}.header-wrapper--border-bottom{border-bottom:1px solid rgba(var(--color-foreground),.08)}.whatsapp-float{position:fixed;bottom:24px;right:20px;z-index:9999;display:flex;align-items:center;gap:10px;text-decoration:none}.whatsapp-float__bubble{background:#fff;color:#1a3a52;font-size:1.3rem;font-weight:600;padding:8px 14px;border-radius:20px;box-shadow:0 2px 12px #00000026;white-space:nowrap;opacity:0;transform:translate(10px);transition:opacity .3s,transform .3s;pointer-events:none}.whatsapp-float:hover .whatsapp-float__bubble{opacity:1;transform:translate(0)}.whatsapp-float__icon{background:#25d366;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;animation:wa-pulse 2.5s ease-in-out infinite;flex-shrink:0}.whatsapp-float__icon svg{width:26px;height:26px;fill:#fff}@keyframes wa-pulse{0%,to{box-shadow:0 4px 16px #25d36666}50%{box-shadow:0 4px 28px #25d366a6}}.footer__content-top{padding-top:40px}.cr-divider{border:none;border-top:1px solid rgba(var(--color-foreground),.08);margin:0}#cr-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1c1917bf;z-index:99999;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#cr-popup-box{background:#fff;border-radius:16px;max-width:460px;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000040;animation:cr-popup-in .35s cubic-bezier(.34,1.56,.64,1)}@keyframes cr-popup-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}#cr-popup-top{background:#2c2416;padding:20px 24px 16px;text-align:center}#cr-popup-eyebrow{display:block;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffff73;margin-bottom:4px}#cr-popup-inner{padding:28px 28px 24px;text-align:center}#cr-popup-icon{font-size:40px;display:block;margin-bottom:10px;line-height:1}#cr-popup-inner h2{margin:0 0 10px;font-family:Georgia,serif;font-size:22px;font-weight:400;color:#2c2416;line-height:1.3}#cr-popup-inner p{margin:0 0 20px;font-family:Arial,sans-serif;font-size:13px;color:#777;line-height:1.6}#cr-popup-form{display:flex;flex-direction:column;gap:8px}#cr-popup-email{padding:12px 16px;border:1.5px solid #e8e0d5;border-radius:8px;font-size:15px;font-family:Arial,sans-serif;color:#2c2416;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}#cr-popup-email:focus{border-color:#2c2416}#cr-popup-submit{background:#2c2416;color:#fff;border:none;padding:13px;border-radius:8px;font-size:14px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;letter-spacing:.3px;transition:background .2s}#cr-popup-submit:hover{background:#3d3420}#cr-popup-success{display:none;padding:16px;background:#f0fdf4;border-radius:8px;font-family:Arial,sans-serif;font-size:14px;color:#166534;font-weight:600;text-align:center}#cr-popup-skip{display:block;margin-top:12px;font-family:Arial,sans-serif;font-size:12px;color:#bbb;cursor:pointer;background:none;border:none;text-decoration:underline;text-underline-offset:2px}#cr-popup-close{position:absolute;top:10px;right:14px;background:none;border:none;color:#ffffff8c;font-size:18px;cursor:pointer;line-height:1;padding:4px 6px;z-index:1}#cr-popup-close:hover{color:#fff}@media(max-width:749px){html,body{overflow-x:hidden}.page-width{padding-left:16px;padding-right:16px}.cr-hero{min-height:72vh!important;align-items:flex-end}.cr-hero__content{padding:40px 0 48px!important}.cr-hero__inner{max-width:100%}.cr-hero__heading{font-size:clamp(2.6rem,8.5vw,4rem)!important;margin-bottom:16px}.cr-hero__eyebrow{font-size:1.1rem;margin-bottom:14px}.cr-hero__sub{font-size:1.35rem;max-width:100%;margin-bottom:24px;line-height:1.6}.cr-hero__btns{flex-direction:column;gap:10px;margin-bottom:24px}.cr-hero__btn{width:100%;text-align:center;font-size:1.4rem;padding:14px 20px;min-height:48px}.cr-hero__trust{gap:6px 12px}.cr-hero__trust span{font-size:1.1rem}.cr-marquee-outer{padding:10px 0}.cr-marquee-inner{font-size:1.05rem}.cr-marquee-inner span{padding:0 1.2rem}.cr-genre-section{padding:44px 0}.cr-genre-header{margin-bottom:28px}.cr-genre-title{font-size:clamp(2rem,6vw,2.8rem)!important}.cr-genre-subtitle{font-size:1.3rem}.cr-genre-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cr-genre-card{aspect-ratio:4/3;border-radius:10px;min-height:120px}.cr-genre-card__title{font-size:1.3rem}.cr-genre-card__icon{font-size:1.6rem;margin-bottom:6px}.cr-genre-card__content{padding:14px 12px 12px}.cr-genre-card__count{opacity:1;font-size:1rem}.cr-genre-card__arrow{display:none}.cr-genre-card:hover{transform:none;box-shadow:none}.cr-genre-card:active{transform:scale(.97)}.cr-bookshelf{padding:36px 0 28px}.cr-bookshelf__header{margin-bottom:24px;padding:0 16px}.cr-bookshelf__title{font-size:clamp(1.7rem,5vw,2.4rem)!important}.cr-bookshelf__subtitle{font-size:1.2rem}.cr-shelf-card{width:115px}.cr-shelf-card__img-wrap{width:115px;height:165px}.cr-shelf-card__title{font-size:1.05rem}.cr-shelf-card__price{font-size:1.1rem}.cr-shelf-card__atc{font-size:.95rem;padding:8px 4px;min-height:40px}.cr-bookshelf__viewport:before,.cr-bookshelf__viewport:after{width:24px}.cr-bookshelf__track{gap:10px;animation-duration:15s}.section-cr-bookshelf{overflow:hidden}.featured-collection .title,.collection__title{font-size:1.8rem!important}.featured-collection .collection__description{font-size:1.3rem!important}.featured-collection .collection__description p{margin:0}.slider.slider--mobile{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.slider.slider--mobile::-webkit-scrollbar{display:none}.slider__slide{scroll-snap-align:start}.rich-text__heading{font-size:clamp(1.8rem,6vw,2.8rem)!important}.rich-text__text p{font-size:1.35rem!important;line-height:1.6}.multicolumn-list__item{padding:0!important}.multicolumn-card{padding-top:1.4rem}.multicolumn-card__title{font-size:1.4rem}.collapsible-content__heading{font-size:1.8rem!important}details.disclosure-has-popup summary,.collapsible-content summary{font-size:1.35rem;padding:1.4rem 0;min-height:48px}.newsletter__form .field{flex-direction:column}.newsletter__form .field .field__input{border-radius:4px;margin-bottom:8px;min-height:48px;font-size:1.4rem}.newsletter__form .field .button{border-radius:4px;width:100%;min-height:48px;font-size:1.4rem}.header{padding:10px 16px!important}.header__heading-logo{max-width:110px;height:auto}.announcement-bar__message{font-size:1.1rem}.header__icon{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.product__media-wrapper{margin-bottom:20px}.product__info-wrapper{padding:0 16px}.product-form__buttons{position:sticky;bottom:0;background:rgb(var(--color-background));padding:12px 16px 16px;z-index:10;box-shadow:0 -2px 12px #00000014;margin:0 -16px}.product-form__buttons .button{width:100%;min-height:52px;font-size:1.5rem}.product__title{font-size:clamp(1.8rem,5.5vw,2.4rem)!important;line-height:1.2}.thumbnail-list__item{width:56px;height:56px}.product__description .rte{font-size:1.35rem;line-height:1.7}.product__description .rte p{margin-bottom:12px}.facets__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.facets-horizontal.scroll-trigger{flex-wrap:nowrap}.collection-hero__title{font-size:2rem!important}.cart-drawer{width:100vw!important;max-width:100vw!important}.cart-drawer__header{padding:16px}.cart-item__details{font-size:1.3rem}.cart-drawer__footer{padding:16px;gap:12px}.cart-drawer__footer .button{min-height:52px;font-size:1.4rem}.button,button,[type=submit]{min-height:44px;font-size:1.35rem}.footer__content-top{grid-template-columns:1fr 1fr!important;gap:28px 16px}.footer-block:first-child{grid-column:1 / -1}.footer-block__heading{font-size:1.3rem}.footer-block li{padding:4px 0}.footer-block li a{font-size:1.25rem;min-height:40px;display:inline-flex;align-items:center}.whatsapp-float{bottom:80px;right:14px}.whatsapp-float__icon{width:46px;height:46px}.whatsapp-float__icon svg{width:24px;height:24px}.whatsapp-float__bubble{display:none}#cr-popup-overlay{padding:12px}#cr-popup-box{max-width:100%;border-radius:12px}#cr-popup-inner{padding:24px 20px 20px}#cr-popup-inner h2{font-size:18px}#cr-popup-inner p{font-size:13px}#cr-popup-email{font-size:16px;min-height:48px}#cr-popup-submit{min-height:48px;font-size:15px}#cr-popup-close{top:8px;right:12px;font-size:22px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.blog-articles .article{margin-bottom:24px}.article__title{font-size:1.6rem!important;line-height:1.3}.article__excerpt{font-size:1.3rem}.cr-hiw-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px 16px!important}.section-header,.section-footer{padding-left:16px;padding-right:16px}.spaced-section{margin-top:0}img{max-width:100%;height:auto}}@media(min-width:750px)and (max-width:989px){.cr-genre-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cr-genre-card{aspect-ratio:5/3}.cr-genre-title{font-size:2.8rem!important}.cr-hero__heading{font-size:clamp(3rem,5vw,5rem)}.cr-bookshelf__title{font-size:2.6rem}}:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px;border-radius:2px}@media print{.whatsapp-float,.cr-bookshelf,.cr-marquee-section,#cr-popup-overlay{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bookstore-custom.css.map */
