/* =================================================================
   DEALBOOK PAGE STYLES
   ================================================================= */

/* Ensure shell containers allow sticky positioning */
body:has(.vibe-dealbook-page) #basecontainer,
body:has(.vibe-dealbook-page) #content,
body:has(.vibe-dealbook-page) .ui-container,
body:has(.vibe-dealbook-page) .rubrik-container,
body:has(.vibe-dealbook-page) [class*="container"] {
  overflow-y: visible !important;
}

.vibe-dealbook-page {
}

/* Desktop: Override shell container styles for dealbook */
@media (min-width: 769px) {
  body:has(.vibe-dealbook-page) #content {
    padding: 0 !important;
  }
  
  .vibe-dealbook-filter-panel {
    padding: 15px 0 15px 0;
  }
}

/* Hero Section */
.vibe-dealbook-hero {
  margin-bottom: 1.5rem;
}

/* Desktop/Mobile visibility */
.vibe-dealbook-hero .desktop-only {
  display: none !important;
}

.vibe-dealbook-hero .mobile-only {
  display: flex !important;
}

@media (min-width: 769px) {
  .vibe-dealbook-hero .desktop-only {
    display: flex !important;
  }
  
  .vibe-dealbook-hero .mobile-only {
    display: none !important;
  }
}

/* Content-info floatcontainer - matches easycosmetic.de pattern */
.vibe-dealbook-hero .content-info.floatcontainer {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

/* Desktop hero styling */
.vibe-dealbook-hero .content-info.floatcontainer.desktop-only {
  background-position: right center;
  min-height: 320px;
  width: 994px;
  margin-left: -22px;
}

/* Mobile hero styling */
.vibe-dealbook-hero .content-info.floatcontainer.mobile-only {
  background-position: bottom center;
  height: 610px;
  width: 610px;
}

/* Content-info-text - text overlay */
.vibe-dealbook-hero .content-info-text {
  padding: 25px;
}

/* Mobile typography */
.vibe-dealbook-hero .mobile-only .content-info-text .promo-headline {
  font-family: Futura-Bold, Futura, sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0 0;
  line-height: 1.2;
}

.vibe-dealbook-hero .mobile-only .content-info-text .promo-subheadline {
  font-family: Futura-Bold !important;
  font-size: 36px !important;
  color: #000;
  margin: 0 0 12px 0;
}

.vibe-dealbook-hero .mobile-only .content-info-text .promo-description {
  font-family: 'Futura';
  font-size: 27px !important;
  font-weight: 400;
  color: #000;
  margin: 40px 0 38px 0;
  line-height: 1.5;
}

.vibe-dealbook-hero .mobile-only .content-info-text .promo-condition {
  font-family: 'Futura';
  font-size: 27px !important;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.5;
  max-width: 60%;
}

/* Desktop typography */
@media (min-width: 769px) {
  .vibe-dealbook-hero .content-info-text {
    padding: 20px 30px;
    max-width: 50%;
  }
  
  .vibe-dealbook-hero .content-info-text .promo-headline {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 58px;
    color: #000;
    margin: 15px 0px 5px 0;
    line-height: 1.2;
  }

  .vibe-dealbook-hero .content-info-text .promo-subheadline {
    font-family: Futura-Bold !important;
    font-size: 36px !important;
    font-style: normal;
    color: #000;
    margin: 0 0 36px 0;
    line-height: 1.3;
  }

  .vibe-dealbook-hero .content-info-text .promo-description {
    font-family: Futura !important;
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
    margin: 0 0 28px 0;
    line-height: 1.5;
    max-width: 90%;
  }

  .vibe-dealbook-hero .content-info-text .promo-condition {
    font-family: Futura !important;
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.5;
    max-width: 90%;
  }
}

/* Layout - Desktop: sidebar + main content */
.vibe-dealbook-layout {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.vibe-dealbook-sidebar {
  width: 220px;
  flex-shrink: 0;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.vibe-dealbook-main {
  flex: 1;
  min-width: 0;
}

/* Mobile Filter Header - easycosmetic.de style - Hidden on desktop */
.filter-header {
  display: none;
  background: #fff;
  border-top: 2px solid #868686;
  border-bottom: 2px solid #868686;
  margin-bottom: 1rem;
}

.filter-header--fixed {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
}

.filter-header-spacer {
  display: none;
  height: 0;
}

.filter-header-spacer--active {
  height: 77px;
  margin-bottom: 1rem;
}

.filter-header--active {
  border-top-color: #f29400;
  border-bottom-color: #f29400;
}

.filter-header-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 73px;
  padding: 0 16px;
  text-decoration: none;
}

.filter-header-text {
  font-family: Futura, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-header--active .filter-header-text {
  color: #f29400;
}

.filter-header-text .vibe-dealbook-product-count-mobile {
  font-family: Futura, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #868686;
  text-transform: uppercase;
}

.filter-header-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #868686;
  padding: 6px 12px;
  position: relative;
}

.filter-header--active .filter-header-button {
  background: #f29400;
}

.filter-header-button-text {
  font-family: Futura, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.filter-header-arrow {
  display: none;
}

.vibe-dealbook-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vibe-dealbook-filter-btn:hover {
  border-color: #999;
  background: #f5f5f5;
}

.vibe-dealbook-filter-btn--active {
  background: #c79e6d;
  border-color: #c79e6d;
  color: #fff;
}

.vibe-dealbook-filter-btn--active:hover {
  background: #a67c52;
  border-color: #a67c52;
}

.vibe-dealbook-filter-btn-text {
  font-weight: 600;
}

.vibe-dealbook-filter-btn-edit {
  font-weight: 400;
  opacity: 0.9;
  margin-left: 0.25rem;
}

.vibe-dealbook-filter-btn-edit::before {
  content: ", ";
}

/* Filter Panel - Sidebar on desktop, modal on mobile */
.vibe-dealbook-filter-panel {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 0 15px 0;
  position: sticky;
  top: 160px;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.vibe-dealbook-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.vibe-dealbook-filter-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.vibe-dealbook-filter-close {
  display: none;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: #666;
  line-height: 1;
}

.vibe-dealbook-filter-close:hover {
  color: #333;
}

.vibe-dealbook-filter-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vibe-dealbook-filter-section {
  display: flex;
  flex-direction: column;
}

.vibe-dealbook-filter-section--desktop-sort {
  display: flex;
  gap: 0.5rem;
}

.vibe-dealbook-filter-section--mobile-sort {
  display: none;
}

.vibe-dealbook-filter-label {
  font-family: 'Futura';
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  margin-left: 11px;
}

/* Price Range Filter - easycosmetic section-slider price style */
.vibe-dealbook-price-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section.section-slider.price {
  position: relative;
  background-color: rgba(0, 0, 0, .05);
  padding: 0.75rem;
  transition: background-color 0.2s ease;
  margin-top: 0.25rem;
}

.section.section-slider.price.filter-active {
  background-color: #fff1da;
}

.price-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-clear-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #f29400;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: none;
}

.vibe-dealbook-price-section.filter-active .price-clear-btn {
  display: block;
}

.price-clear-btn:hover {
  color: #d60e00;
}

.price-inputs-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-right: 0.5rem;
}

.price-range-display-mobile {
  display: none;
}

.price-input {
  font-family: 'Futura' !important;
  width: 60px;
  padding: 0.4rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  text-align: right;
  background: #fff;
  color: #333;
  -moz-appearance: textfield;
}

.price-input::-webkit-outer-spin-button,
.price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-input:focus {
  outline: none;
  border-color: #999;
}

.price-separator {
  color: #868686;
  font-size: 0.9rem;
}

.price-currency {
  color: #d60e00;
  font-size: 15px;
}

.price-inputs-row .price-currency {
  color: #000;
}

/* Slider Container - easycosmetic theme-green style */
.slider-container.theme-green {
  position: relative;
  height: 20px;
  margin: 0.5rem 0;
}

/* Beat shell's #content * { box-sizing: content-box } with higher specificity */
#content .vibe-dealbook-page .slider-container.theme-green {
  padding: 0 7px !important; /* Half pointer width so circles don't overflow */
  box-sizing: border-box !important;
}

.slider-container .slider-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.slider-container .selected-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #f29400;
  border-radius: 2px;
  z-index: 1;
}

.slider-container .pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #868686;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  pointer-events: none;
}

.slider-container .pointer:hover {
  border-color: #f29400;
}

.slider-container .range-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.slider-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  pointer-events: auto;
  cursor: pointer;
}

.slider-container .range-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: none;
}

.section.section-slider.price .range-slider-container {
  position: relative;
  height: 20px;
  margin: 0.5rem 0;
}

.section.section-slider.price .range-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  background: #f29400;
  border-radius: 4px;
  pointer-events: none;
  z-index: 1;
}

.section.section-slider.price .range-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}

.section.section-slider.price .range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
}

.section.section-slider.price .range-slider-min::-webkit-slider-runnable-track {
  background: #e5e5e5;
}

.section.section-slider.price .range-slider-max::-webkit-slider-runnable-track {
  background: transparent;
}

.section.section-slider.price .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #868686;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  margin-top: -7px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.section.section-slider.price .range-slider::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
}

.section.section-slider.price .range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #868686;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* Brand dropdown styles */
.vibe-dealbook-brand-dropdown {
  position: relative;
  width: 100%;
}

.vibe-dealbook-brand-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: left;
  gap: 0.5rem;
}

.vibe-dealbook-brand-trigger:hover {
  border-color: #999;
}

.vibe-dealbook-brand-trigger:focus {
  outline: none;
  border-color: #c79e6d;
}

.vibe-dealbook-brand-value {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vibe-dealbook-brand-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 300px;
  overflow: hidden;
  flex-direction: column;
}

.vibe-dealbook-brand-dropdown.open .vibe-dealbook-brand-menu {
  display: flex;
}

.vibe-dealbook-brand-section .vibe-dealbook-brand-search-wrapper {
  padding: 0.5rem;
  background: #f5f5f5;
  border-bottom: none;
}

.vibe-dealbook-brand-section .vibe-dealbook-brand-search {
  font-family: 'Futura';
  width: -webkit-fill-available;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 0.85rem;
  box-sizing: border-box;
  background: #fff;
}

.vibe-dealbook-brand-section .vibe-dealbook-brand-search:focus {
  outline: none;
  border-color: #c79e6d;
}

.vibe-dealbook-brand-section .vibe-dealbook-brand-list {
  overflow-y: auto;
  max-height: 240px;
  background: #f5f5f5;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.vibe-dealbook-brand-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.15s ease;
}

.vibe-dealbook-brand-option:hover {
  background-color: #f29400;
}

.vibe-dealbook-brand-option.selected {
  background-color: #fff1da;
}

.vibe-dealbook-brand-option.selected:hover {
  background-color: #ffe9c4;
}

.brand-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #f29400;
  cursor: pointer;
  flex-shrink: 0;
}

.brand-name {
  font-family: 'Futura';
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.brand-clear-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #f29400;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  display: none;
}

.brand-clear-btn:hover {
  color: #d60e00;
}

.vibe-dealbook-brand-section.filter-active .brand-clear-btn {
  display: block;
}

.brand-dropdown-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, .05);
  padding: 0.75rem;
  transition: background-color 0.2s ease;
  margin-top: 0.25rem;
}

.vibe-dealbook-brand-section.filter-active .brand-dropdown-wrapper {
  background-color: #fff1da;
}

/* Chosen-style Sort Dropdown */
.chzn-container {
  position: relative;
  display: inline-block;
  font-family: 'Futura', sans-serif;
  font-size: 13px;
  min-width: 140px;
}

.chzn-container .chzn-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background-color: #0000000d;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.chzn-container .chzn-single:hover {
  background-color: #f29400;
}

.chzn-container .chzn-single:hover span {
  color: #fff;
}

.chzn-container .chzn-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Futura;
  font-size: 14px;
  color: #a1a1a1;
}

.chzn-container .chzn-single div {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

.chzn-container .chzn-single div b {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #868686;
}

.chzn-container .chzn-single:hover div b {
  border-top: 5px solid #fff;
}

.chzn-container.chzn-with-drop .chzn-single div b {
  border-top: none;
  border-bottom: 5px solid #868686;
}

.chzn-container.chzn-with-drop .chzn-single:hover div b {
  border-bottom: 5px solid #fff;
}

.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  z-index: 1010;
}

.chzn-container.chzn-with-drop .chzn-drop {
  display: block;
}

.chzn-container .chzn-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chzn-container .chzn-results .active-result {
  padding: 2px 0 2px 12px;
  cursor: pointer;
  color: #333;
  transition: color 0.15s ease;
  list-style: none;
  font-size: 14px;
}

.chzn-container .chzn-results .active-result:hover {
  color: #f29400;
}

.chzn-container .chzn-results .active-result.result-selected {
  font-family: 'Futura-Bold', 'Futura', sans-serif;
  color: #f29400;
  line-height: 31px;
}

.vibe-dealbook-filter-footer {
  display: none;
  gap: 0.75rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
}

.vibe-dealbook-filter-reset,
.vibe-dealbook-filter-apply {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vibe-dealbook-filter-reset {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}

.vibe-dealbook-filter-reset:hover {
  background: #f5f5f5;
  border-color: #999;
}

.vibe-dealbook-filter-apply {
  background: #c79e6d;
  border: none;
  color: #fff;
}

.vibe-dealbook-filter-apply:hover {
  background: #a67c52;
}

.vibe-dealbook-product-count-sidebar {
  font-family: 'Futura' !important;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

/* Overlay for mobile filter modal */
.vibe-dealbook-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.vibe-dealbook-overlay.active {
  display: block;
}

/* Product card styles moved to shared-products.css (class .vibe-products) */

/* Load More Button */
.vibe-dealbook-loadmore-container {
  text-align: right;
  margin-bottom: 2rem;
}

.vibe-dealbook-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #868686;
  color: #fff;
  font-family: 'Futura-Bold', 'Futura Bold', Futura, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vibe-dealbook-loadmore .fetch-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 0.25rem;
}

.vibe-dealbook-loadmore:hover {
  background: #f29400;
}

.vibe-dealbook-loadmore:active {
  background: #d98500;
}

.vibe-dealbook-loadmore:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.vibe-dealbook-loadmore--loading {
  background: #999 !important;
}

/* Conditions Section */
.vibe-dealbook-conditions {
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
}

/* Desktop/Mobile visibility for conditions */
.vibe-dealbook-conditions .desktop-only {
  display: none !important;
}

.vibe-dealbook-conditions .mobile-only {
  display: flex !important;
}

@media (min-width: 769px) {
  .vibe-dealbook-conditions .desktop-only {
    display: flex !important;
    justify-content: flex-end;
  }
  
  .vibe-dealbook-conditions .mobile-only {
    display: none !important;
  }
}

/* Content-info floatcontainer for conditions */
.vibe-dealbook-conditions .content-info.floatcontainer {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

/* Desktop conditions styling */
.vibe-dealbook-conditions .content-info.floatcontainer.desktop-only {
  background-position: left center;
  min-height: 280px;
}

/* Mobile conditions styling */
.vibe-dealbook-conditions .content-info.floatcontainer.mobile-only {
  background-position: left center;
  min-height: 400px;
}

/* Content-info-text for conditions - positioned on right */
.vibe-dealbook-conditions .content-info-text {
  padding: 25px;
  text-align: left;
}

/* Mobile conditions typography */
.vibe-dealbook-conditions .mobile-only .content-info-text .conditions-headline {
  font-family: Futura-Bold, Futura, sans-serif;
  font-size: 34px;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1.2;
}

.vibe-dealbook-conditions .mobile-only .content-info-text .conditions-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.vibe-dealbook-conditions .mobile-only .content-info-text .conditions-list li {
  font-family: 'Futura';
  font-size: 25px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 2px;
}

/* Desktop conditions typography */
@media (min-width: 769px) {
  .vibe-dealbook-conditions .content-info-text {
    padding: 20px 30px;
    width: 50%;
  }
  
  .vibe-dealbook-conditions .content-info-text .conditions-headline {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 40px;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.2;
  }

  .vibe-dealbook-conditions .content-info-text .conditions-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
  }

  .vibe-dealbook-conditions .content-info-text .conditions-list li {
    font-family: Futura, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 4px;
  }
}

/* Dealbook Responsive - Tablet */
@media (max-width: 1024px) {
  .vibe-dealbook-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .vibe-dealbook-sidebar {
    width: 220px;
  }
}

/* Dealbook Responsive - Mobile */
@media (max-width: 768px) {
  .vibe-dealbook-page {
    padding-top: 0 !important;
    width: 610px;
    margin: auto;
  }
  
  /* Show filter header and spacer, hide sidebar on mobile */
  .filter-header {
    display: block;
  }
  
  .filter-header-spacer {
    display: block;
  }
  
  .vibe-dealbook-layout {
    flex-direction: column;
  }
  
  .vibe-dealbook-sidebar {
    display: none;
    width: 100%;
  }
  
  /* Filter panel becomes modal on mobile */
  .vibe-dealbook-sidebar.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 0;
    overflow-y: auto;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-panel {
    position: relative;
    top: 0;
    min-height: 100vh;
    border-radius: 0;
    border: none;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-close {
    display: block;
  }
  
  /* Larger fonts with Futura for mobile filter window */
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-title {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-label {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 29px;
    font-weight: 700;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-content {
    gap: 1.5rem;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-section {
    gap: 0.75rem;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-sort-select,
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-dropdown-toggle,
  .vibe-dealbook-sidebar.active .vibe-dealbook-price-range input {
    font-family: Futura, sans-serif;
    font-size: 22px;
    padding: 0.75rem 1rem;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-search {
    font-family: Futura, sans-serif;
    font-size: 26px;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-option {
    font-family: Futura, sans-serif;
    font-size: 26px;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-option .brand-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #868686;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-option .brand-checkbox:checked {
    background: #f29400;
    border-color: #f29400;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-brand-option .brand-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .vibe-dealbook-sidebar.active .brand-clear-btn {
    font-size: 30px !important;
  }
  
  .vibe-dealbook-sidebar.active .price-clear-btn {
    font-size: 30px !important;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-reset,
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-apply {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 24px;
    padding: 1.25rem 1.75rem;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-apply {
    background: #f29400;
    border-color: #f29400;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-apply:hover {
    background: #d98200;
    border-color: #d98200;
  }
  
  /* Mobile sort radio options */
  .vibe-dealbook-sort-options {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .vibe-dealbook-sort-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
  }
  
  .vibe-dealbook-sort-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #868686;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }
  
  .vibe-dealbook-sort-option input[type="radio"]:checked {
    background: #f29400;
    border-color: #f29400;
  }
  
  .vibe-dealbook-sort-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .vibe-dealbook-sort-option label {
    font-family: Futura-Bold, Futura, sans-serif;
    font-size: 32px;
    color: #868686;
    cursor: pointer;
  }
  
  .vibe-dealbook-sort-option input[type="radio"]:checked + label {
    color: #f29400;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-section--desktop-sort {
    display: none;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-section--mobile-sort {
    display: flex;
  }
  
  /* Mobile price filter - hide inputs, show text display */
  .vibe-dealbook-sidebar.active .price-inputs-row {
    display: none;
  }
  
  .vibe-dealbook-sidebar.active .price-range-display-mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Futura, sans-serif;
    font-size: 28px;
    color: #333;
  }
  
  .vibe-dealbook-sidebar.active .price-range-display-mobile .price-separator {
    color: #868686;
    font-size: 28px;
  }
  
  .vibe-dealbook-sidebar.active .price-range-display-mobile .price-currency {
    color: #000;
    font-size: 28px;
  }
  
  /* Mobile price slider - 2x larger */
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider-container {
    height: 40px;
    margin: 1rem 0;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-track {
    height: 16px;
    border-radius: 8px;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider {
    height: 40px;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider::-webkit-slider-runnable-track {
    height: 16px;
    border-radius: 8px;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider::-webkit-slider-thumb {
    width: 36px;
    height: 36px;
    margin-top: -12px;
    border: 3px solid #868686;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider::-moz-range-track {
    height: 16px;
    border-radius: 8px;
  }
  
  .vibe-dealbook-sidebar.active .section.section-slider.price .range-slider::-moz-range-thumb {
    width: 36px;
    height: 36px;
    border: 3px solid #868686;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-filter-footer {
    display: flex;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem;
    margin: auto -1rem -1rem -1rem;
    border-top: 1px solid #e5e5e5;
  }
  
  .vibe-dealbook-sidebar.active .vibe-dealbook-product-count-sidebar {
    display: none;
  }
  
  .vibe-dealbook-loadmore-container {
    text-align: right;
    font-size: 26px;
    font-family: 'Futura', sans-serif;
  }
  
  .vibe-dealbook-loadmore {
    align-items: unset;
    padding: 0.75rem 1.5rem;
  }
  
  /* Mobile product card styles moved to shared-products.css (class .vibe-products) */
}

/* === DealBook Ended Popup === */
.vibe-dealbook-ended-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibe-dealbook-ended-popup {
  max-width: 750px;
  width: 90%;
}

.vibe-dealbook-ended-link {
  display: block;
  cursor: pointer;
}

.vibe-dealbook-ended-image {
  width: 100%;
  height: auto;
  display: block;
}

body:has(.vibe-dealbook-ended-overlay) {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .vibe-dealbook-ended-popup {
    max-width: 90vw;
    width: 90vw;
  }
}

/* Dealbook Responsive - Small Mobile */
@media (max-width: 480px) {
  .filter-header-text {
    font-size: 14px;
  }
  
  .filter-header-button-text {
    font-size: 12px;
  }
}
