.list-books-section { margin: 40px auto 35px; } .list-books-section .books-container { display: flex; flex-wrap: wrap; gap: 20px 3.5%; padding-right: 0; padding-left: 0; } .list-books-section .item-book-adt { position: relative; border: 1px solid #e0e0e0; padding: 28px 14px 16px; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; justify-content: space-between; overflow: visible; min-height: 1px; box-sizing: border-box; } .list-books-section .item-book-adt .info-book { position: static; display: flex; flex-direction: column; flex: 1 1 auto; } .list-books-section .item-book-adt .info-book a { display: block; } .list-books-section .image-book { width: 100%; height: 210px; object-fit: cover; } .list-books-section .title-book { font-family: SohoGothicPro-Regular; font-size: 16px; font-weight: bold; color: #1a4b94; margin-top: 10px; margin-bottom: 6px; line-height: 24px; } .list-books-section .description-text { margin-top: 0; margin-bottom: 12px; font-family: SohoGothicPro-Regular; font-size: 13px; text-align: left; color: #333; line-height: 20px; } .list-books-section .price-container { display: flex; flex-direction: column; text-align: left; letter-spacing: -0.02em; margin-top: auto; } .list-books-section .price-container .price-ae { font-size: 20px; font-weight: bold; margin-bottom: 10px; color: #1a4b94; } .list-books-section .price-container .old-price { font-size: 16px; font-weight: bold; color: grey; text-decoration: line-through; padding-top: 10px; padding-bottom: 10px; } .list-books-section .price-container .old-price-block { display: inline-flex; align-items: center; gap: 8px; } .list-books-section .price-container .discount { background-color: var(--ae-450, #D44436); color: #fff; font-size: 16px; font-weight: bold; padding: 4px 4px; border-radius: 2px; line-height: 1; } .list-books-section .book-button { border: 0; outline: 0; padding: 17px; width: 100%; text-align: center; display: block; background-color: var(--brand-color-1, #1f57a3); color: #fff; text-transform: uppercase; font-family: SohoStd-Medium; font-size: 14px; font-weight: 500; line-height: 14px; text-decoration: none; } .list-books-section .book-button:hover { cursor: pointer; } .list-books-section .book-button.disabled, .list-books-section .book-button:disabled, .list-books-section .book-button[disabled], .list-books-section .book-button.ecom-btn-loading { opacity: .6; pointer-events: none; filter: brightness(0.85); } .list-books-section .books-container .item-book-adt { width: calc((100% - (3 * 3.5%)) / 4); } @media (max-width:1200px){ .list-books-section .books-container .item-book-adt { width: 48%; } } @media (max-width: 576px) { .list-books-section .books-container .item-book-adt { width: 100%; } } .list-books-section .options-book { display: flex; gap: 10px; margin-bottom: 16px; border: none; } .list-books-section .options-book .select-language, .list-books-section .options-book .select-format { background-color: #f5f5f5; border: 1px solid #d0d0d0; color: #2d2d2b; font-size: 13px; height: 38px; } .list-books-section .options-book .select-language:disabled, .list-books-section .options-book .select-format:disabled { background-color: #f5f5f5; color: #2d2d2b; opacity: 1; } .list-books-section .options-book .select-language { flex: 2; } .list-books-section .options-book .select-format { flex: 1; } select.form-control, select.form-control:focus, select.form-control:focus-visible { background-image: url(/documents/d/global/ico-chevron-down); background-size: 18px 10px; background-position-x: 95%; background-repeat: no-repeat; position: relative; } .list-books-section .book-button:hover, .list-books-section .book-button:focus, .list-books-section .book-button:focus-visible { outline: 2px solid var(--brand-color-2, #6a9bd3); outline-offset: 2px; box-shadow: 0 0 0 3px rgba(106, 155, 211, 0.35); }

PNE-prEN ISO 15384