/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/search/BooksSearchHeader.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.books-search-header {
  width: 100% !important;
  background: #FFFFFF !important;
}

.books-search-header-container {
  margin: 0 auto !important;
  padding: 0 160px !important;
}

.books-search-header-top {
  padding: 20px 0 10px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.books-search-title {
  font-family: var(--font-playfair-display), serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #111111 !important;
}

.books-search-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  font-size: 14px !important;
  flex-wrap: wrap !important;
}

.breadcrumb-link {
  color: #111111 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.breadcrumb-link:hover {
  color: #5AD042 !important;
}

.breadcrumb-separator {
  color: #111111 !important;
}

.breadcrumb-current {
  color: #5AD042 !important;
  font-weight: 500 !important;
}

.books-search-controls {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #CDCDCD !important;
  border-bottom: 1px solid #CDCDCD !important;
}

.controls-left {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  flex: 1 !important;
  min-width: 0 !important; /* Allow flex item to shrink */
}

.filter-text {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
}

.filter-toggle-btn {
  padding: 10px 10px !important;
  background: #FFFFFF !important;
  border: 2px solid #899F88 !important;
  border-radius: 4px !important;
  color: #899F88 !important;
  cursor: pointer !important;
}

.filter-icon {
  font-size: 16px !important;
}

.mobile-filter-btn {
  display: none !important;
  padding: 10px 10px !important;
  background: #FFFFFF !important;
  border: 2px solid #899F88 !important;
  border-radius: 4px !important;
  color: #899F88 !important;
  cursor: pointer !important;
}

.mobile-filter-btn .filter-icon {
  font-size: 16px !important;
}

.controls-right {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

.results-count {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
}

.view-mode-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.mobile-view-toggle {
  display: none !important;
}

.view-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

.view-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  background: #FFFFFF !important;
  border: 1px solid #899F88 !important;
  border-radius: 4px !important;
  color: #899F88 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
}

.view-btn:hover,
.view-btn.active {
  border-color: #899F88 !important;
  color: #899F88 !important;
  background: #F5FFF5 !important;
}

.filter-dropdown {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.dropdown-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

.year-select,
.sort-select {
  width: 180px !important;
  height: 50px !important;
}

.year-select .ant-select-selector,
.sort-select .ant-select-selector {
  background: #FFFFFF !important;
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important; 
}

.year-select .ant-select-selection-item,
.sort-select .ant-select-selection-item,
.year-select .ant-select-selection-placeholder,
.sort-select .ant-select-selection-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

.year-select .ant-select-arrow,
.sort-select .ant-select-arrow {
  color: #111111 !important;
}

.year-select:hover .ant-select-selector,
.sort-select:hover .ant-select-selector,
.year-select.ant-select-focused .ant-select-selector,
.sort-select.ant-select-focused .ant-select-selector {
  border-color: #899F88 !important;
  box-shadow: 0 0 0 2px rgba(137, 159, 136, 0.1) !important;
}

@media (max-width: 1280px) {
  .books-search-header-container {
    padding: 0 40px !important;
  }

  .books-search-title {
    font-size: 32px !important;
  }

  .books-search-breadcrumb {
    font-size: 14px !important;
  }

  .results-count {
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .books-search-header-container {
    padding: 0 40px !important;
  }

  .books-search-title {
    font-size: 32px !important;
  }

  .books-search-breadcrumb {
    font-size: 14px !important;
  }

  .results-count {
    font-size: 15px !important;
  }

  .controls-right {
    gap: 16px !important;
  }

  .year-select,
  .sort-select {
    width: 140px !important;
  }
  .desktop-filter-btn {
    display: none !important;
  }

  .mobile-filter-btn {
    display: block !important;
  }

  .desktop-filter-dropdown {
    display: none !important;
  }

  .desktop-view-toggle {
    display: none !important;
  }

  .mobile-view-toggle {
    display: flex !important;
  }

  .books-search-controls {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .controls-left {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
  }
}

@media (max-width: 768px) {
  .books-search-header-container {
    padding: 0 30px !important;
  }

  .books-search-header-top {
    padding: 10px 0 5px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .books-search-title {
    font-size: 24px !important;
  }

  .books-search-breadcrumb {
    font-size: 12px !important;
    gap: 8px !important;
  }

  .results-count {
    font-size: 12px !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  .books-search-controls {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .controls-left {
    gap: 20px !important;
  }

  .filter-text {
    font-size: 14px !important;
  }

  .view-label {
    font-size: 14px !important;
  }

  .view-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }

  .controls-right {
    display: none !important;
  }

  .year-select,
  .sort-select {
    width: 100% !important;
  }

  .filter-dropdown {
    flex: 1 !important;
    min-width: 45% !important;
  }
}

@media (max-width: 640px) {
  .books-search-header-container {
    padding: 0 20px !important;
  }

  .books-search-title {
    font-size: 24px !important;
  }

  .books-search-breadcrumb {
    font-size: 12px !important;
    gap: 6px !important;
  }

  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 12px !important;
  }

  .results-count {
    font-size: 12px !important;
  }

  .filter-text {
    font-size: 14px !important;
  }

  .view-label {
    font-size: 14px !important;
  }

  .view-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
  }

  .mobile-filter-btn {
    padding: 8px 8px !important;
  }

  .mobile-filter-btn .filter-icon {
    font-size: 16px !important;
  }

  .filter-dropdown {
    min-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .dropdown-label {
    margin-bottom: 4px !important;
  }
}

/* Header Filter Chips - Mobile Only */
.header-filter-chips {
  display: none !important;
  flex: 1 !important;
  min-width: 0 !important;
  margin-left: 12px !important;
  overflow: hidden !important;
}

.header-filter-chips-scroll {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 2px 0 !important;
}

.header-filter-chips-scroll::-webkit-scrollbar {
  height: 4px !important;
}

.header-filter-chips-scroll::-webkit-scrollbar-track {
  background: transparent !important;
}

.header-filter-chips-scroll::-webkit-scrollbar-thumb {
  background: #E0E0E0 !important;
  border-radius: 2px !important;
}

.header-filter-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 10px !important;
  background: #E6ECE1 !important;
  border: 1px solid #426F52 !important;
  border-radius: 16px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}

.header-filter-chip:hover {
  background: #D4E4D7 !important;
}

.header-filter-chip-label {
  line-height: 1.4 !important;
}

.header-filter-chip-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  color: #426F52 !important;
  transition: color 0.2s ease !important;
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  font-size: 10px !important;
}

.header-filter-chip-close:hover {
  color: #111111 !important;
}

.header-filter-chip-close:active {
  transform: scale(0.9) !important;
}

@media (max-width: 1024px) {
  .header-filter-chips.mobile-only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .controls-left {
    gap: 12px !important;
  }

  .header-filter-chips {
    margin-left: 8px !important;
  }

  .header-filter-chip {
    padding: 5px 8px !important;
    font-size: 11px !important;
  }

  .header-filter-chip-close {
    width: 12px !important;
    height: 12px !important;
    font-size: 9px !important;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/search/BooksFilterSidebar.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.books-filter-sidebar {
  width: 320px !important;
  flex-shrink: 0 !important;
  background: #FFFFFF !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: sticky !important;
  top: 20px !important;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out, margin 0.3s ease-in-out !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  margin-right: 0 !important;
}

.books-filter-sidebar.closed {
  transform: translateX(-100%) !important;
  opacity: 0 !important;
  width: 0 !important;
  margin-right: -40px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.filter-collapse {
  border: 1px solid #E0E0E0 !important;
  background: #FFFFFF !important;
  border-radius: 8px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
}

.filter-collapse .ant-collapse-item {
  border: none !important;
}

.filter-collapse .ant-collapse-item:last-child {
  border-bottom: none !important;
}

.filter-collapse .ant-collapse-header {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  padding: 20px !important;
  background: transparent !important;
  border-bottom: 1px solid #DBDBDB !important;
  border-radius: 0 !important;
}

.filter-collapse .ant-collapse-header-text {
  font-size: 20px !important;
}

.filter-collapse .ant-collapse-arrow {
  font-size: 16px !important;
  color: #111111 !important;
}

.filter-collapse .ant-collapse-content {
  border: none !important;
  background: transparent !important;
  margin: 20px 0 !important;
}

.filter-collapse .ant-collapse-content-box {
  padding: 0 0 16px 0 !important;
}

.filter-search-wrapper {
  padding: 0 20px 15px 20px !important;
  display: flex !important;
  gap: 8px !important;
}

.filter-search-input,
.filter-search-input.ant-input-affix-wrapper {
  background: none !important;
  width: 100% !important;
  padding: 8px 12px !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  outline: none !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.filter-search-input.ant-input-affix-wrapper .ant-input {
  background: transparent !important;
  font-size: 13px !important;
}

.filter-search-input:focus,
.filter-search-input.ant-input-affix-wrapper-focused {
  border-color: #899F88 !important;
  box-shadow: 0 0 0 2px rgba(137, 159, 136, 0.1) !important;
}

.filter-search-input::-moz-placeholder, .filter-search-input.ant-input-affix-wrapper .ant-input::-moz-placeholder {
  color: #999999 !important;
}

.filter-search-input::placeholder,
.filter-search-input.ant-input-affix-wrapper .ant-input::placeholder {
  color: #999999 !important;
}

.filter-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  padding-right: 8px !important;
}

.filter-item {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  padding: 5px 20px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.filter-item:hover {
  background: #F5FFF5 !important;
  color: #899F88 !important;
}

.filter-item.active {
  background: #899F88 !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  margin: 0 10px !important;
}

.category-filter-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  position: relative !important;
  padding-left: calc(20px + var(--category-indent, 0px)) !important;
}

.category-filter-item.category-depth-1::before,
.category-filter-item.category-depth-2::before {
  content: '' !important;
  position: absolute !important;
  left: calc(20px + var(--category-indent, 0px) - 10px) !important;
  top: 50% !important;
  width: 8px !important;
  border-top: 1px solid #D9D9D9 !important;
  transform: translateY(-50%) !important;
}

.category-filter-item.active.category-depth-1::before,
.category-filter-item.active.category-depth-2::before {
  border-top-color: rgba(255, 255, 255, 0.8) !important;
}

.category-filter-label {
  flex: 1 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.category-count {
  flex-shrink: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #999999 !important;
}

.category-filter-item .category-count-has-products {
  color: #52c41a !important;
}

.category-filter-item.active .category-count {
  color: #FFFFFF !important;
}

.price-filter {
  margin: 28px 20px !important;
}

.price-inputs {
  display: flex !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
}

.price-input {
  flex: 1 !important;
  height: 40px !important;
  border-radius: 22px !important;
  border: 1px solid #DBDBDB !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.price-input .ant-input-number-input {
  height: 40px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

.price-input .ant-input-number-prefix {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin-left: 30px !important;
}

.price-input:hover,
.price-input:focus,
.price-input.ant-input-number-focused {
  border-color: #111111 !important;
  box-shadow: 0 0 0 2px rgba(90, 208, 66, 0.1) !important;
}

.price-slider {
  margin: 0 8px !important;
}

.price-slider .ant-slider-rail {
  background: #E0E0E0 !important;
  height: 4px !important;
}

.price-slider .ant-slider-track {
  background: #111111 !important;
  height: 4px !important;
}

.price-slider .ant-slider-handle {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 1px solid #111111 !important;
  background: #FFFFFF !important;
  margin-top: -7px !important;
}

.price-slider .ant-slider-handle::after {
  display: none !important;
}

.price-slider .ant-slider-handle:hover,
.price-slider .ant-slider-handle:focus,
.price-slider .ant-slider-handle.ant-slider-handle-dragging {
  border-color: #111111 !important;
  box-shadow: 0 0 0 5px rgba(90, 208, 66, 0.12) !important;
}

@media (max-width: 1024px) {
  .desktop-sidebar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .books-filter-sidebar {
    width: 100% !important;
    position: static !important;
  }
}

/* Drawer Styles */
.books-filter-drawer .ant-drawer-header {
  border-bottom: 1px solid #E0E0E0 !important;
  padding: 20px 24px !important;
}

.books-filter-drawer .ant-drawer-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  font-family: var(--font-playfair-display), serif !important;
}

.books-filter-drawer .ant-drawer-body {
  padding: 24px !important;
  padding-bottom: 100px !important; /* Space for sticky footer */
}

.books-filter-drawer .filter-collapse {
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .books-filter-drawer .ant-drawer-title {
    font-size: 20px !important;
  }

  .books-filter-drawer .ant-drawer-header {
    padding: 16px 20px !important;
  }

  .books-filter-drawer .ant-drawer-body {
    padding: 20px !important;
  }

  /* Smaller section titles inside filter drawer on tablet/mobile */
  .books-filter-drawer .filter-collapse .ant-collapse-header {
    padding: 16px !important;
  }

  .books-filter-drawer .filter-collapse .ant-collapse-header-text {
    font-size: 16px !important;
  }
}

@media (max-width: 640px) {
  .books-filter-drawer .ant-drawer-title {
    font-size: 18px !important;
  }

  .books-filter-drawer .ant-drawer-header {
    padding: 14px 16px !important;
  }

  .books-filter-drawer .ant-drawer-body {
    padding: 16px !important;
    padding-bottom: 80px !important; /* Space for sticky footer */
  }

  .books-filter-drawer .filter-collapse .ant-collapse-header {
    padding: 14px !important;
  }

  .books-filter-drawer .filter-collapse .ant-collapse-header-text {
    font-size: 15px !important;
  }
}

/* Filter Drawer Footer */
.filter-drawer-footer {
  padding: 16px 24px !important;
  border-top: 1px solid #E0E0E0 !important;
  background: #FFFFFF !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
}

.filter-apply-button {
  height: 48px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  background: #426F52 !important;
  border-color: #426F52 !important;
  transition: all 0.3s ease !important;
}

.filter-apply-button:hover:not(:disabled) {
  background: #355A43 !important;
  border-color: #355A43 !important;
}

.filter-apply-button:disabled {
  background: #E0E0E0 !important;
  border-color: #E0E0E0 !important;
  color: #999999 !important;
  cursor: not-allowed !important;
}

@media (max-width: 768px) {
  .filter-drawer-footer {
    padding: 12px 20px !important;
  }

  .filter-apply-button {
    height: 44px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .filter-drawer-footer {
    padding: 12px 16px !important;
  }

  .filter-apply-button {
    height: 42px !important;
    font-size: 14px !important;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/shared/BookCardList.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.book-card-list {
  display: flex !important;
  flex-direction: row !important;
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  min-height: 320px !important;
}

.book-card-list-link {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 !important;
  text-decoration: none !important;
  color: inherit !important;
}

.book-card-list-actions {
  display: flex !important;
  align-items: flex-end !important;
  padding: 24px !important;
}

.book-card-list:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

.book-card-list-image-wrapper {
  width: 220px !important;
  height: 320px !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  background: #F5F5F5 !important;
}

.book-card-list-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.book-card-list:hover .book-card-list-image {
  transform: scale(1.05) !important;
}

.book-card-list-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 24px !important;
  gap: 12px !important;
}

.book-card-list-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.book-card-list-author {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  margin: 0 !important;
}

.book-card-list-description {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.book-card-list-description-more {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  cursor: pointer !important;
  color: #426F52 !important;
  transition: all 0.3s ease !important;
}

.book-card-list-description-more:hover {
  color: #666666 !important;
}

.book-card-list-title-header {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
}

.book-card-list-category {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #426F52 !important;
  margin: 0 !important;
}

.book-card-list-price-section {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 80px !important;
  gap: 16px !important;
}

.book-card-list-price {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.book-card-list-price-original {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #999999 !important;
  text-decoration: line-through !important;
}

.book-card-list-price-sale {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.book-card-list-button {
  width: 173px !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  .book-card-list {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .book-card-list-link {
    flex-direction: column !important;
  }

  .book-card-list-image-wrapper {
    width: 100% !important;
    height: 400px !important;
  }

  .book-card-list-content {
    padding: 20px !important;
  }

  .book-card-list-actions {
    padding: 0 20px 20px 20px !important;
  }

  .book-card-list-price-section {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .book-card-list-button {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .book-card-list-image-wrapper {
    height: 350px !important;
  }

  .book-card-list-content {
    padding: 16px !important;
  }

  .book-card-list-title {
    font-size: 18px !important;
  }

  .book-card-list-author {
    font-size: 14px !important;
  }

  .book-card-list-price-sale {
    font-size: 20px !important;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/search/BooksGrid.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.books-grid-container {
  flex: 1 !important;
  min-width: 0 !important;
  transition: all 0.3s ease-in-out !important;
}

.books-grid-container.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

.books-grid {
  display: grid !important;
  gap: 30px !important;
}

.books-grid.grid {
  grid-template-columns: repeat(auto-fill, minmax(307px, 307px)) !important;
  gap: 30px !important;
  justify-content: start !important;
}

.books-grid.list {
  grid-template-columns: 1fr !important;
}

.book-card-wrapper {
  width: 100% !important;
}

.book-card-wrapper.grid .book-card {
  width: 100% !important;
  height: auto !important;
}

.book-card-wrapper.grid .book-card .book-card-link {
  width: 100% !important;
}

.book-card-wrapper.grid .book-card-image-wrapper {
  width: 100% !important;
  height: 420px !important;
}

.book-card-wrapper.grid .book-card-image {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.no-results {
  text-align: center !important;
  padding: 80px 20px !important;
}

.no-results p {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 0 8px 0 !important;
}

.no-results-subtitle {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #666666 !important;
}

@media (max-width: 1024px) {
  .books-grid.grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  }

  .books-grid {
    gap: 20px !important;
  }

  .book-card-wrapper.list .book-card-image-wrapper {
    width: 160px !important;
    height: 260px !important;
  }
}

@media (max-width: 768px) {
  .books-grid.grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }

  .books-grid {
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  .books-grid.grid {
    grid-template-columns: 1fr !important;
  }

  .books-grid {
    gap: 16px !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/search/FilterChips.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.filter-chips-container {
  width: 100%;
  padding: 16px 0;
  margin-bottom: 20px;
}

.filter-chips-container.desktop-only {
  display: block;
}

@media (max-width: 1024px) {
  .filter-chips-container.desktop-only {
    display: none !important;
  }
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #E6ECE1;
  border: 1px solid #426F52;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  transition: all 0.2s ease;
}

.filter-chip:hover {
  background: #D4E4D7;
}

.filter-chip-label {
  line-height: 1.4;
}

.filter-chip-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
  color: #426F52;
  transition: color 0.2s ease;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.filter-chip-close:hover {
  color: #111111;
}

.filter-chip-close:active {
  transform: scale(0.9);
}

@media (max-width: 768px) {
  .filter-chips-container {
    padding: 12px 0;
    margin-bottom: 16px;
  }

  .filter-chip {
    padding: 6px 10px;
    font-size: 13px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/books/search/BooksSearch.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.books-search-page {
  width: 100% !important;
  background: #FFFFFF !important;
  min-height: 100vh !important;
}

.books-search-content {
  margin: 0 auto !important;
  padding: 30px 160px !important;
  display: flex !important;
  gap: 32px !important;
  overflow: hidden !important;
  position: relative !important;
}

@media (max-width: 1280px) {
  .books-search-content {
    padding: 40px 60px !important;
  }
}

@media (max-width: 1024px) {
  .books-search-content {
    padding: 30px 40px !important;
    gap: 30px !important;
  }
}

@media (max-width: 768px) {
  .books-search-content {
    padding: 20px 30px !important;
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
  .books-search-content {
    padding: 20px !important;
  }
}

.books-grid-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

