.book-product{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:750px){.book-product{flex-direction:row;align-items:flex-start;gap:4rem;max-width:1100px;margin:0 auto}}.book-product__buy-column{width:100%}@media screen and (min-width:750px){.book-product__buy-column{flex:0 0 380px;max-width:380px}.book-product__buy-column-inner{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.5rem}}.book-product__cover{width:100%;display:flex;justify-content:center;background:rgb(var(--color-foreground),.04);border-radius:10px;overflow:hidden;padding:1.5rem}.book-product__cover-image{width:auto;max-width:100%;max-height:440px;height:auto;object-fit:contain;display:block;transition:transform .3s ease}.book-product__cover:hover .book-product__cover-image{transform:scale(1.02)}@media screen and (min-width:750px){.book-product__cover{padding:2rem;border-radius:12px}.book-product__cover-image{max-height:500px}}.book-product__cover-placeholder{width:100%;aspect-ratio:2 / 3;background:rgb(var(--color-foreground),.08);border-radius:8px;display:flex;align-items:center;justify-content:center}.book-product__cover-placeholder .placeholder-svg{width:40%;height:auto;fill:rgb(var(--color-foreground),.25)}.book-product__buy-strip{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 0;border-top:1px solid rgb(var(--color-foreground),.1);border-bottom:1px solid rgb(var(--color-foreground),.1)}.book-product__price{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2;display:flex;align-items:baseline;gap:.5rem}@media screen and (min-width:750px){.book-product__price{font-size:1.8rem}}.book-product__price-compare{font-size:1.2rem;font-weight:400;color:rgb(var(--color-foreground),.5);text-decoration:line-through}.book-product__price-sale{color:rgb(var(--color-foreground))}.book-product__form{margin:0;flex-shrink:0}.book-product__button{display:inline-block;padding:.9rem 1.6rem;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));cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease,color .2s ease;font-family:inherit;white-space:nowrap}@media screen and (min-width:750px){.book-product__button{padding:1rem 1.8rem;font-size:1.3rem}}.book-product__button:hover{opacity:.85}.book-product__button:active{transform:scale(.98)}.book-product__button[disabled]{background:rgb(var(--color-foreground),.3);border-color:rgb(var(--color-foreground),.3);cursor:not-allowed}.book-product__button[disabled]:hover{opacity:1}.book-product__details{border:1px solid rgb(var(--color-foreground),.15);border-radius:8px;overflow:hidden;background:transparent}.book-product__details-summary{cursor:pointer;padding:1rem 1.25rem;font-size:1.3rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:space-between;list-style:none;transition:background .2s ease}.book-product__details-summary::-webkit-details-marker{display:none}.book-product__details-summary:hover{background:rgb(var(--color-foreground),.04)}.book-product__details-icon{width:1rem;height:.6rem;transition:transform .2s ease;color:rgb(var(--color-foreground),.6)}.book-product__details[open] .book-product__details-icon{transform:rotate(180deg)}.book-product__details-content{padding:1.25rem;border-top:1px solid rgb(var(--color-foreground),.1)}.book-product__details-list{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1.25rem;margin:0;font-size:1.2rem;line-height:1.5}@media screen and (min-width:750px){.book-product__details-list{font-size:1.25rem}}.book-product__details-list dt{font-weight:600;color:rgb(var(--color-foreground),.75);text-transform:uppercase;letter-spacing:.02em;font-size:1.1rem;align-self:center}.book-product__details-list dd{margin:0;color:rgb(var(--color-foreground))}.book-product__details-fallback{font-size:1.2rem;color:rgb(var(--color-foreground),.6);margin:0}.book-product__story-column{width:100%;flex:1;min-width:0}.book-product__title{font-size:2.6rem;font-weight:800;line-height:1.15;margin:0 0 .4rem;color:rgb(var(--color-foreground));letter-spacing:-.01em}@media screen and (min-width:750px){.book-product__title{font-size:3.6rem}}.book-product__author{font-size:1.5rem;font-style:italic;font-weight:400;color:rgb(var(--color-foreground),.7);margin:0 0 1.5rem;line-height:1.4}@media screen and (min-width:750px){.book-product__author{font-size:1.7rem;margin-bottom:2rem}}.book-product__description{font-size:1.4rem;line-height:1.65;color:rgb(var(--color-foreground),.9)}@media screen and (min-width:750px){.book-product__description{font-size:1.5rem;line-height:1.7}}.book-product__description p{margin:0 0 1.25rem}.book-product__description p:last-child{margin-bottom:0}.book-product__description a{color:rgb(var(--color-foreground));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.book-product__description a:hover{color:rgb(var(--color-link))}.book-product__description ul,.book-product__description ol{margin:0 0 1.25rem 1.5rem;padding:0}.book-product__description li{margin-bottom:.4rem}.book-product__description blockquote{margin:1.5rem 0;padding-left:1.25rem;border-left:3px solid rgb(var(--color-foreground),.2);font-style:italic;color:rgb(var(--color-foreground),.75)}.book-product__description h2{font-size:1.8rem;font-weight:800;line-height:1.25;color:rgb(var(--color-foreground));margin:1.5rem 0;padding-left:1rem;border-left:3px solid rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.01em}@media screen and (min-width:750px){.book-product__description h2{font-size:2.2rem;margin:2rem 0;padding-left:1.25rem}}.book-product__description h3{font-size:1.6rem;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground));margin:1.5rem 0 .75rem;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width:750px){.book-product__description h3{font-size:1.8rem;margin:1.75rem 0 .75rem}}.book-product__description table{margin-top:2rem;border-collapse:collapse;width:100%;font-size:1.25rem}.book-product__description th,.book-product__description td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgb(var(--color-foreground),.1)}.book-product__description th{font-weight:600;color:rgb(var(--color-foreground),.7);width:35%;text-transform:uppercase;letter-spacing:.02em;font-size:1.1rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-main-product-book.css.map */
