/* Source: bookpage.css */
.bookpage{padding:0 7px}@media screen and (min-width:340px){.bookpage{padding:0 10px}}@media screen and (min-width:992px){.bookpage{padding:0 10px}}.bookpage h2{color:#324B4B;font-size:22px;margin-top:20px}.bookpage h2.format-title{margin-top:0px}.bookpage .book-details{display:flex;flex-direction:column;align-items:center;margin-top:15px;position:relative}.bookpage .book-details .book-details1,.bookpage .book-details .book-details2{width:100%;text-align:center}.bookpage .book-details .book-details1{order:2;padding-bottom:10px}.bookpage .book-details .book-cover-container{order:1;display:flex;flex-direction:column;width:100%}.bookpage .book-details .book-cover{width:150px;height:237px;border-radius:5px;cursor:pointer;align-self:center;border:1px solid #D6D6D6}@media screen and (min-width:691px){.bookpage .book-details .book-cover{width:200px;height:316px}}.bookpage .book-details .book-categories,.bookpage .book-details .book-publishers{font-size:1em;text-align:start;margin-bottom:5px;display:flex;gap:5px;align-items:center;justify-content:center;flex-wrap:wrap}.bookpage .book-details .book-category{color:#324B4B;padding:2px 10px;border-radius:10px;background:#E6F4F1;cursor:pointer;text-decoration:none}.bookpage .book-details .book-category:hover{background:#DFF0EC}.bookpage .book-details .book-details2{order:3}.bookpage .book-details .book-details-title-container{display:flex;align-items:center;width:100%;margin-top:20px;margin-bottom:10px;gap:10px}.bookpage .book-details .book-details-secondary{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;margin-top:5px;margin-bottom:10px;gap:10px}@media screen and (min-width:691px){.bookpage .book-details .book-details-secondary{flex-direction:row;align-items:start}}.bookpage .book-details .book-details-title-buttons{display:flex;align-items:center;justify-content:center;gap:10px;position:absolute;top:5px;left:5px;flex-direction:column}.bookpage .book-details h1,.bookpage .book-details h2{text-align:center;line-height:30px}.bookpage .book-details h1{color:#324B4B;font-size:30px;font-weight:bold;margin-bottom:0;flex-grow:1}.bookpage .book-details h2{margin-top:0;margin-bottom:10px;font-size:24px;color:#324B4B;font-weight:normal}.bookpage .book-details h2 a{color:#324B4B}.bookpage .book-details .book-publisher{color:#324B4B}.bookpage .book-details .book-add-wishlist,.bookpage .book-details .book-added-wishlist{display:inline-block;color:#fff;text-align:center;font-weight:bold;border-radius:30px;width:270px;line-height:45px;height:45px;margin:10px auto 15px;cursor:pointer}.bookpage .book-details .book-add-wishlist{background:#088484}.bookpage .book-details .book-added-wishlist{background:url('/svgicons/icon_v.svg') #51B985 no-repeat right 60px center;background-size:20px}.bookpage .book-details .book-go-to-discounts{font-weight:bold;color:#088484 !important;text-decoration:underline !important;margin-bottom:15px;display:inline-block;cursor:pointer}.bookpage .book-details .book-go-to-discounts:after{}.bookpage .book-details .book-desc{font-size:16px;text-align:right}.bookpage .book-details .innerPagePopup .innerPagePopupContent{max-height:calc(100% - 80px);height:auto;display:flex}.bookpage .book-details .bookImagePopupContainer{overflow:auto;height:100%;width:100%}.bookpage .book-details .bookImagePopupContainer .image-title-name{font-weight:bold;font-size:18px}.bookpage .book-details .bookImagePopupContainer .image-title-author{font-weight:bold;font-size:16px}.bookpage .book-details .bookImagePopupContainer img{max-width:100%}.bookpage .book-details .book-rating-reviews{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:10px;margin-bottom:10px;cursor:pointer;gap:3px}.bookpage .book-details .book-rating-count{font-size:15px;color:#324B4B;border:1px solid #C3BFBF;border-radius:20px;padding:5px 10px;line-height:18px;display:flex;align-items:center;gap:5px}.bookpage .book-details .book-rating-count .stats-num{padding-right:8px;margin-right:3px;border-right:1px solid #707070}.bookpage .book-details .book-rating-count .stats-num:first-child{border-right:none;padding-right:0;margin-right:0}.bookpage .book-details .book-rating-count .stats-num{font-weight:bold}.bookpage .book-details .book-rating-count .stats-title{font-weight:bold;min-width:fit-content}@media screen and (min-width:691px){.bookpage .book-details{display:grid;gap:0 20px;align-items:start;width:100%;grid-template-areas:"cover details1" "cover details2";grid-template-rows:auto 1fr;grid-template-columns:200px 1fr;margin-top:0}.bookpage .book-details h1{flex-grow:0}.bookpage .book-details h1,.bookpage .book-details h2{text-align:right}.bookpage .book-details .book-cover-container{grid-area:cover;width:200px;margin-top:25px}.bookpage .book-details .book-details1{margin-top:10px}.bookpage .book-details .book-details1,.bookpage .book-details .book-details2{text-align:right}.bookpage .book-details .book-categories,.bookpage .book-details .book-publishers{justify-content:start}.bookpage .book-details1{grid-area:details1}.bookpage .book-details2{grid-area:details2}.bookpage .book-details .book-add-wishlist,.bookpage .book-details .book-added-wishlist{margin:10px 0 20px}.bookpage .book-details .book-go-to-discounts{display:none}.bookpage .book-details .innerPagePopup .innerPagePopupContent{max-height:calc(100% - 120px);min-height:fit-content;width:fit-content}.bookpage .book-details .bookImagePopupContainer img{max-height:calc(100vh - 300px)}.bookpage .book-details .book-rating-reviews{justify-content:start;flex-direction:row;gap:10px}.bookpage .book-details .book-details-title-buttons{position:relative;top:unset;left:unset;flex-direction:row}}.bookpage #noDiscountOnBook{width:100%;text-align:center;font-size:18px;margin:20px auto;padding-top:20px;border-top:1px solid #C3BFBF}.bookpage .sub-link{font-size:16px}.bookpage .book-stores{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:30px;margin-bottom:30px}.bookpage .format-stores{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;width:100%}.bookpage .formats-section.inrow3 .format-stores{gap:15px}.bookpage .book-store{background:#e9f2f8;border-radius:20px;padding:15px;position:relative;height:fit-content;width:100%}.bookpage .formats-section.inrow3 .book-store{padding:10px}.bookpage .formats-section.inrow3 .book-store.withcode{padding:10px;background-image:url('/svgicons/arrow.svg');background-size:20px;background-position:left 10px top 80px;background-repeat:no-repeat}.bookpage .formats-section.inrow3 .book-store.withcode.open{background-image:url('/svgicons/arrow_180.svg')}.bookpage .book-store.digital{background:#E6F4F1}.bookpage .book-store.printed{background:#e9f2f8}@media screen and (min-width:691px){.bookpage .book-store{max-width:468px}.bookpage .formats-section.inrow3 .book-store{max-width:unset;width:48%}}@media screen and (min-width:860px) and (max-width:991px){.bookpage .book-store{width:48%;min-width:445px}.bookpage .formats-section.inrow3 .book-store{min-width:unset}}@media screen and (min-width:1240px){.bookpage .book-store{width:48%;min-width:445px}.bookpage .formats-section.inrow3 .book-store{width:32%;min-width:310px}}.bookpage .book-store-basic{display:flex;align-items:center;position:relative;justify-content:space-between;width:100%;gap:10px}.bookpage .store-prices{display:flex;flex-direction:column;align-self:center;flex-grow:1;margin-top:20px}.bookpage .book-store-logo{border-radius:10px;width:80px;height:80px;background:#fff;display:flex;align-items:center;text-align:center;padding:5px}.bookpage .book-store-logo img{width:70px;height:70px;display:inline-block}.bookpage .book-store-price{display:flex}.bookpage .book-store-price-inner{margin-right:10px;display:flex;font-size:18px}.bookpage .book-store-price-inner .pricetitle{font-size:14px;color:#324B4B;font-weight:bold;margin-right:180px}.bookpage .book-store-price-inner .booktype{width:70px;color:#324B4B;font-weight:bold}.bookpage .book-store-price-inner .bookwithout{color:#726969;width:100px;position:relative}.bookpage .formats-section.inrow3 .book-store-price-inner .bookwithout{width:90px}.bookpage .book-store-price-inner.nocode .bookwithout{color:#324B4B}.bookpage .book-store-price-inner .bookwithout:before{content:'מחיר באתר';position:absolute;top:-20px;font-size:14px;font-weight:bold;width:100px;color:#324B4B}.bookpage .book-store-price-inner.withcode .bookwithout:after{content:'';border:1px solid #726969;width:70px;display:block;transform:rotate(-8deg);position:absolute;top:12px;opacity:0.6;right:-5px}.bookpage .book-store-price-inner .bookwith{width:80px;color:#B3476D;font-weight:500;position:relative}.bookpage .book-store-price-inner .bookwith:before{content:'עם הנחת קופון';position:absolute;top:-20px;font-size:14px;font-weight:bold;color:#324B4B;white-space:nowrap}.bookpage .book-store-price-inner.nocode .bookwith{display:none}.bookpage .book-store-price-inner .bookwithout:has(.priceSpinner):after{content:unset}.bookpage .priceSpinner{width:18px;height:18px;vertical-align:middle;margin-right:5px;opacity:0.8}.bookpage .book-store-arrow{width:20px;height:20px;padding-top:30px;background:url('/svgicons/arrow.svg') no-repeat left center;background-size:20px;margin-left:3px;margin-top:0;cursor:pointer;align-self:end}.bookpage .formats-section.inrow3 .book-store-arrow{display:none}@media screen and (min-width:691px){.bookpage .book-store:before{right:212px}.bookpage .book-store-price-inner{margin-right:30px}.bookpage .formats-section.inrow3 .book-store-price-inner{margin-right:10px}.bookpage .book-store-price-inner .booktype{width:100px}.bookpage .book-store-price-inner .bookwithout{width:100px}.bookpage .book-store-price-inner .bookwith{width:100px}}.bookpage .book-store-buttons{text-align:center;margin-top:20px;display:flex;justify-content:center}.bookpage .book-store-button{background:#088484;display:inline-block;color:#fff;text-align:center;font-weight:bold;border-radius:30px;width:200px;line-height:45px;height:45px;cursor:pointer;z-index:1;transition:.5s ease}.bookpage .book-store-button:hover{background:#119F9F}.bookpage .book-store .book-store-button.button-step-2{width:130px}.bookpage .book-store .buttons-step-2{display:flex}.bookpage .book-store .button-code{border-radius:0 25px 25px 0}.bookpage .book-store .button-code:before{content:'קוד קופון';font-size:14px;font-weight:bold;display:inline-block;color:#077777;background:#e9f2f8;position:absolute;top:-12px;border-radius:10px;height:20px;padding:0 5px;line-height:20px;margin-right:35px}.bookpage .book-store .button-code > span{margin-right:0;margin-left:10px}.bookpage .book-store-open{display:none;margin-top:10px;font-size:15px}.bookpage .book-store .button-code,.bookpage .book-store .button-purchase{left:50%;width:130px;position:absolute;transition:transform 0.5s ease-in-out}.bookpage .book-store .button-code{transform:translateX(-45%)}.bookpage .book-store .button-purchase{transform:translateX(-70%)}.bookpage .book-store .book-store-buttons.clicked .button-code{transform:translateX(-20px);width:150px}.bookpage .book-store .book-store-buttons.clicked .button-purchase{transform:translateX(-100%);width:130px}.bookpage .book-store .book-store-buttons .buttons-step-2{opacity:0}.bookpage .book-store .book-store-buttons.clicked .buttons-step-2{opacity:1}.bookpage .book-store .book-store-buttons.clicked .button-step-1{opacity:0;z-index:-1}.bookpage .book-store .book-store-buttons.clicked .button-step-2{width:130px}.discount-restrictions{font-size:14px}.bookpage .book-store.open{.book-store-arrow{transform:rotate(180deg)}.book-store-open{display:inline-block}}@media screen and (min-width:691px){.bookpage .book-store-buttons{}}.book-formats-grid{display:flex;gap:20px;justify-content:center}@media screen and (min-width:691px){.book-formats-grid{justify-content:start}}.book-formats-grid .format-card{display:flex;flex-direction:column;align-items:center;padding:15px;border-radius:10px;background:#f5f5f5}.book-formats-grid .format-icon{font-size:2em;margin-bottom:10px;display:none}.book-formats-grid .format-title{font-size:1em;font-weight:bold}.book-formats-grid .format-price{font-size:1em;color:#B64C75;margin-bottom:15px}.book-formats-grid .buy-button{width:100px}.book-formats-grid .buy-button:hover{background:#119F9F}.book-formats-grid .buy-button:focus,.book-formats-grid .buy-button:focus-visible{outline:0}@keyframes fadeInOut{0%,100%{opacity:1}50%{opacity:0.6}}.bookpage #loadingStores{margin-top:20px}.bookpage .spinner-container .loadingStoresText{margin-top:10px;color:#088484;font-size:18px;direction:rtl;animation:fadeInOut 2s infinite ease-in-out}.bookpage .spinner-container .loadingStoresText .icon{display:inline-block;width:20px;height:26px;background:url('/svgicons/book_color.svg') no-repeat left center;background-size:16px;vertical-align:middle;transform:scale(-1,1)}.formats-section{display:flex;flex-direction:column;gap:20px;width:100%}.format-group{display:none}.format-group[style*="display:none"],.format-group[style*="display:none"]{display:none !important}.abstract-container{min-height:150px;position:relative;content-visibility:auto;contain-intrinsic-size:0 150px;text-align:right;border-top:1px solid #C3BFBF;padding-top:10px}.short-abstract{overflow:hidden;transition:max-height 0.3s ease-out}.short-abstract.open{max-height:none}.full-abstract[hidden]{display:none}.full-abstract.show{display:block}.read-more{color:#088484;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;margin-top:10px}.book-abstract-paragraph{margin-bottom:15px;text-align:right}.book-abstract-highlight{font-weight:bold;color:#324B4B;background-color:#E6F4F1;padding:10px;border-radius:4px;margin:20px 0 0;text-align:center;position:relative}.book-abstract-highlight::after{content:'תקציר AI';position:absolute;top:-13px;right:10px;font-weight:normal;background:#fff;padding:0 8px;border-radius:5px;border:1px solid #088484}.book-abstract-author-section{margin-top:20px;padding-top:15px;border-top:1px solid #e0e0e0;text-align:justify}.book-abstract-author-title{font-size:16px;font-weight:bold;color:#088484;margin:0 0 10px 0}.book-abstract-quote{font-style:italic;color:#324B4B;border-right:3px solid #C9C5C5;padding:10px 15px;margin:15px 0;background-color:#f7f3f2;position:relative}.book-abstract.expandable{max-height:200px;overflow:hidden;position:relative;transition:max-height 0.5s ease}.book-abstract.expandable::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,white);pointer-events:none}.book-abstract.expanded{max-height:2000px;transition:max-height 0.8s ease}.book-abstract.expanded::after{opacity:0;transition:opacity 0.3s ease}.read-more-btn{margin-top:10px;background:transparent;color:#088484;padding:0;border:none;cursor:pointer;font-size:16px;font-weight:bold;text-decoration:underline}.read-more-btn:hover{color:#119F9F}.book-share-section{display:flex;align-items:center;justify-content:center}.book-page-share-button{background:url('/svgicons/share_white.svg') #088484 no-repeat 6px center;background-size:16px;border-radius:50%;width:30px;height:30px;cursor:pointer;transition:all 0.3s ease}.book-page-share-button:hover{background-color:#119F9F}.bookpage #book-notify{display:block;background:url('/svgicons/notification_plus-white.svg') #088484 no-repeat center center;width:30px;height:30px;background-size:28px;border-radius:50%;cursor:pointer}.bookpage #book-notify.active{background:url('/svgicons/notification_v-white.svg') #51B985 no-repeat center center;background-size:28px}.share-label{color:#324B4B;font-size:14px;font-weight:500}.book-share-section .share-dropdown{position:relative;display:inline-block}.book-share-section .share-dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:180px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);z-index:100;border-radius:4px;top:100%;left:0;margin-top:5px}.book-share-section .share-dropdown-content.show{display:block}.book-share-section .share-dropdown-content a.share-item,.book-share-section .share-dropdown-content button.share-item{color:#333;padding:12px 16px;text-decoration:none;display:flex;align-items:center;gap:10px;width:100%;text-align:right;font-size:14px;border:none;background:none;cursor:pointer;transition:background-color 0.3s}.book-share-section .share-dropdown-content a.share-item:hover,.book-share-section .share-dropdown-content button.share-item:hover{background-color:#f1f1f1}.book-share-section .share-icon{width:18px;height:18px;display:inline-block;vertical-align:middle}.book-share-section .share-dropdown-content{text-align:right}@media screen and (min-width:691px){.book-share-section{justify-content:flex-start}}@media only screen and (max-width:600px){.book-share-section .share-dropdown-content{left:0}}

/* Source: reviews.css */


