/* ═══════════════════════════════════════════════════════════
   Custom CSS — Helix Ultimate Template
   ═══════════════════════════════════════════════════════════ */

body.rs-form-fix {
  background-color: #f9f9f9 !important;
  color: #252525;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card .scb-filter-action.scb-filter-action--reset {
  display: none;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card .scb-filter-form {
  display: flex;
  flex-direction: row;
  gap: 1px;
  position: relative;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card .scb-filter-form .hikashop_filter_Keyword_1 input {
  max-width: 100%;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card .scb-filter-form .scb-filter-action.scb-filter-action--apply {
  position: absolute;
  right: 5px;
  padding: 0px 6px;
  min-height: 38px;
  background: #e3e3e3;
  border: none;
  color: #868686;
  font-size: 11px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 5px;
}
#sp-header.header-sticky .logo-image-phone {
  display: none !important;
}
/* ── Header / Navbar Styles ── */
#sp-header.header-sticky {
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.8);
}
.sp-megamenu-parent > li > a::before {
  content: "";
  height: 0;
  width: 100%;
  background-color: #e9e3d9;
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: -1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sp-megamenu-parent > li > a:hover::before {
  height: 60%;
  left: 0;
  right: auto;
  bottom: 20%;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.sp-megamenu-parent > li > a:hover {
  color: #000;

}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}


/* ═══════════════════════════════════════════════════════════
   SCB AUCTION PAGE — Mockup Design
   ═══════════════════════════════════════════════════════════ */

/* ── Color Tokens ── */
:root {
  --scb-gold: #b8a472;
  --scb-gold-light: #c4a95a;
  --scb-gold-bg: #c9b97b;
  --scb-text-dark: #1a1a1a;
  --scb-text-muted: #888;
  --scb-text-light: #aaa;
  --scb-border: #e8e8e8;
  --scb-bg-card: #fafafa;
  --scb-bg-white: #fff;
  --scb-radius: 12px;
  --scb-radius-sm: 8px;
}

/* ── Page Wrapper ── */
.scb-auction-page {

  margin: 0 auto;
  padding: 20px 0 60px;
  
  color: var(--scb-text-dark);
}

/* Hide default hikashop elements that we've replaced */
.scb-auction-page .hikashop_product_top_part,
.scb-auction-page #hikashop_product_top_part {
  display: none !important;
}

/* ═══════════════════════════════════════
   HERO ROW: Gallery + Sidebar
   ═══════════════════════════════════════ */
.scb-hero-row {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

/* Gallery container */
.scb-hero-gallery {
  min-width: 0;
}
.scb-hero-gallery .hikashop_product_image_subdiv {
  border-radius: var(--scb-radius);
  overflow: hidden;
}
.scb-hero-gallery .hikashop_product_main_image_subdiv img {
  width: 100%;
  height: auto;
  border-radius: var(--scb-radius);
  object-fit: cover;
}
.scb-hero-gallery .hikashop_product_image_thumb {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.scb-hero-gallery .hikashop_product_image_thumb img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--scb-radius-sm);
  cursor: pointer;
  transition: opacity 0.2s;
  border: 2px solid transparent;
}
.scb-hero-gallery .hikashop_product_image_thumb img:hover {
  opacity: 0.85;
  border-color: var(--scb-gold);
}

/* ── Sidebar ── */
.scb-hero-sidebar {
  position: sticky;
  top: 100px;
  background: var(--scb-bg-white);
  border: 1px solid var(--scb-border);
  border-radius: var(--scb-radius);
  padding: 28px;
}

/* ── Title Block ── */
.scb-title-block {
  position: relative;
  margin-bottom: 24px;
  padding-right: 50px;
}
.scb-title-year {
  display: block;
  font-size: 15px;
  color: var(--scb-text-muted);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.scb-title-brand {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  margin: 0 0 6px;
  line-height: 1.1;
  color: var(--scb-text-dark);
}
.scb-title-name {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
.scb-share-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--scb-border);
  background: var(--scb-bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--scb-text-muted);
  transition: all 0.2s;
}
.scb-share-btn:hover {
  border-color: var(--scb-gold);
  color: var(--scb-gold);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ── Meta Row (Time + Location) ── */
.scb-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--scb-border);
  border-bottom: 1px solid var(--scb-border);
  margin-bottom: 20px;
}
.scb-meta-label {
  display: block;
  font-size: 12px;
  color: var(--scb-text-light);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
.scb-meta-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--scb-text-dark);
}

/* Timer */
.scb-timer {
  font-size: 22px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--scb-text-dark);
  letter-spacing: 1px;
}
.scb-timer .sub {
  display: none;
}
.scb-timer-sep {
  color: var(--scb-text-muted);
  margin: 0 1px;
}
.scb-timer-ended,
.scb-timer-upcoming {
  font-size: 15px;
  font-weight: 600;
  color: var(--scb-text-muted);
}
.scb-location-value {
  font-size: 15px;
  font-weight: 600;
}

/* Date info */
.scb-date-info {
  font-size: 13px;
  color: var(--scb-text-muted);
}

/* ── Bid Row ── */
.scb-bid-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.scb-bid-main {
  flex: 1;
}
.scb-bid-label {
  display: block;
  font-size: 13px;
  color: var(--scb-text-muted);
  margin-bottom: 4px;
}
.scb-bidder-name {
  color: var(--scb-gold);
  font-weight: 600;
}
.scb-bid-amount {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--scb-text-dark);
  letter-spacing: -0.5px;
}
.scb-bid-count {
  text-align: right;
  min-width: 60px;
}
.scb-bid-count-value {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--scb-text-dark);
}

/* Reserve info */
.scb-reserve-info {
  font-size: 13px;
  color: var(--scb-text-muted);
  margin-bottom: 16px;
}
.hikaauction_reserve_met {
  color: #27ae60;
  font-weight: 600;
}
.hikaauction_reserve_not_met {
  color: #e74c3c;
  font-weight: 600;
}

/* ── Action Buttons ── */
.scb-bid-actions {
  margin-bottom: 12px;
}
.scb-bid-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scb-btn-bid {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none !important;
  border-radius: var(--scb-radius-sm) !important;
  background: var(--scb-gold-bg) !important;
  color: var(--scb-text-dark) !important;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  text-align: center;
  gap: 8px;
}
.scb-btn-bid:hover {
  background: var(--scb-gold-light);
  box-shadow: 0 4px 16px rgba(185, 164, 114, 0.35);
  transform: translateY(-1px);
}
.scb-btn-comment,
.scb-auction-page .hikaauction_maxbid_btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  font-weight: 600;
  border: 1.5px solid var(--scb-border) !important;
  border-radius: var(--scb-radius-sm) !important;
  background: transparent !important;
  color: var(--scb-gold) !important;
  cursor: pointer;
  transition: all 0.25s ease;
  gap: 8px;
  text-decoration: none;
  box-sizing: border-box;
}
.scb-btn-comment:hover {
  border-color: var(--scb-gold);
  background: rgba(185, 164, 114, 0.05);
}
.scb-btn-comment svg {
  stroke: var(--scb-gold);
}

/* Login prompt */
.scb-login-prompt {
  background: var(--scb-bg-card);
  border-radius: var(--scb-radius-sm);
  padding: 16px;
  font-size: 14px;
  color: var(--scb-text-muted);
  margin-bottom: 16px;
}
.scb-login-prompt a {
  color: var(--scb-gold);
  text-decoration: underline;
}

/* User bid status */
.scb-user-bid-status {
  margin-top: 12px;
  padding: 12px;
  border-radius: var(--scb-radius-sm);
  font-size: 13px;
}
.scb-status-winning {
  color: #27ae60;
  background: rgba(39, 174, 96, 0.06);
  display: block;
  padding: 10px 14px;
  border-radius: var(--scb-radius-sm);
}
.scb-status-losing {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.06);
  display: block;
  padding: 10px 14px;
  border-radius: var(--scb-radius-sm);
}

/* Own auction / winner messages */
.scb-own-auction-msg,
.scb-winning-msg {
  background: var(--scb-bg-card);
  border-radius: var(--scb-radius-sm);
  padding: 16px;
  font-size: 14px;
  color: var(--scb-text-muted);
  margin-bottom: 16px;
}
.scb-checkout-btn-wrap {
  margin-bottom: 16px;
}

/* ═══════════════════════════════════════
   BOTTOM ROW: Description + Sidebar
   ═══════════════════════════════════════ */
.scb-bottom-row {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: start;
}

/* Overview / Description */
.scb-overview-section {
  margin-bottom: 40px;
}
.scb-section-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--scb-gold);
  display: inline-block;
  color: var(--scb-text-dark);
}
.scb-description-content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-top: 20px;
}
.scb-description-content p {
  margin: 0 0 18px;
}
.scb-description-content h2,
.scb-description-content h3,
.scb-description-content h4 {
  font-weight: 700;
  margin: 28px 0 12px;
  color: var(--scb-text-dark);
}
.scb-description-content ul,
.scb-description-content ol {
  padding-left: 24px;
  margin: 0 0 18px;
}
.scb-description-content li {
  margin-bottom: 6px;
  line-height: 1.7;
}

/* ── About Brand ── */
.scb-about-brand-section {
  margin-bottom: 40px;
}
.scb-about-brand-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 20px;
}
.scb-about-brand-layout-no-image {
  grid-template-columns: 1fr;
}
.scb-about-brand-media {
  min-width: 0;
}
.scb-about-brand-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: var(--scb-radius-sm);
}
.scb-about-brand-copy {
  min-width: 0;
}
.scb-about-brand-content {
  position: relative;
  max-height: 11.5rem;
  overflow: hidden;
  color: #333;
  line-height: 1.8;
}
.scb-about-brand-content:not(.is-expanded)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--scb-bg-white) 100%);
}
.scb-about-brand-content.is-expanded {
  max-height: none;
}
.scb-about-brand-content p:last-child {
  margin-bottom: 0;
}
.scb-read-more-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--scb-gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
}
.scb-read-more-btn:hover {
  color: var(--scb-gold-light);
  text-decoration: underline;
}

/* ── Sidebar Cards ── */
.scb-bottom-sidebar {
  position: sticky;
  top: 100px;
}
.scb-card {
  background: var(--scb-bg-white);
  border: 1px solid var(--scb-border);
  border-radius: var(--scb-radius);
  padding: 28px;
  margin-bottom: 24px;
}
.scb-card-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--scb-gold);
  display: inline-block;
  color: var(--scb-text-dark);
}

/* ── Vehicle Overview ── */
.scb-specs-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.scb-spec-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: var(--scb-text-dark);
}
.scb-spec-item:last-child {
  border-bottom: none;
}
.scb-spec-icon {
  flex-shrink: 0;
  width: 38px;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--scb-gold);
  text-transform: uppercase;
}
.scb-spec-value {
  font-weight: 500;
}

/* ── Seller Overview ── */
.scb-seller-details {
  margin-top: 18px;
}
.scb-seller-row {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.scb-seller-row:last-child {
  border-bottom: none;
}
.scb-seller-label {
  display: block;
  font-size: 12px;
  color: var(--scb-text-muted);
  margin-bottom: 4px;
}
.scb-seller-value {
  font-size: 14px;
  color: var(--scb-text-dark);
}
.scb-seller-link {
  color: var(--scb-gold);
  text-decoration: none;
  font-weight: 600;
}
.scb-seller-link:hover {
  text-decoration: underline;
}

/* ═══════════════════════════════════════
   BID HISTORY CARD
   ═══════════════════════════════════════ */
.scb-bid-history-card {
  background: var(--scb-bg-white);
  border: 1px solid var(--scb-border);
  border-radius: var(--scb-radius);
  padding: 28px;
  margin-bottom: 24px;
}
.scb-bid-entry {
  padding: 14px 0;
}
.scb-bid-hidden {
  display: none;
}
.scb-bid-entry-amount {
  font-size: 18px;
  font-weight: 700;
  color: var(--scb-gold);
  margin-bottom: 4px;
}
.scb-bid-entry-bidder {
  font-size: 13px;
  font-weight: 600;
  color: var(--scb-gold);
  margin-bottom: 2px;
}
.scb-bid-entry-time {
  font-size: 12px;
  color: var(--scb-text-light);
}
.scb-bid-entry-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--scb-gold) 0%, transparent 100%);
  margin-top: 14px;
  opacity: 0.3;
}
.scb-bid-winning .scb-bid-entry-amount {
  font-size: 20px;
}
.scb-view-all-bids {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: var(--scb-gold);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.scb-view-all-bids:hover {
  text-decoration: underline;
}
.scb-no-bids {
  color: var(--scb-text-muted);
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

/* ── Status Badges ── */
.hikaauction_product_status_badge {
  margin-bottom: 8px;
}
.hikaauction_status_badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hikaauction_status_live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #41351a70;
  border: 0px solid rgba(184, 164, 114, 0.55);
  color: #1a1a1a;
  box-shadow: 0 8px 22px rgba(184, 164, 114, 0.16);
  animation: scb-live-badge-glow 2.4s ease-in-out infinite;
}
.hikaauction_status_live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--scb-gold);
  box-shadow: 0 0 0 0 rgba(184, 164, 114, 0.5);
  animation: scb-live-dot-pulse 1.8s ease-out infinite;
}
.hikaauction_status_sold {
  background: var(--scb-gold);
  color: #fff;
}
.hikaauction_status_unsold {
  background: #e74c3c;
  color: #fff;
}
.hikaauction_status_upcoming {
  background: #3498db;
  color: #fff;
}
.hikaauction_status_cancelled {
  background: #95a5a6;
  color: #fff;
}
.scb-auction-card-status .hikaauction_status_live {
  color: #dad0c1;
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.scb-auction-card-status .hikaauction_status_live::before {
  background: #ad9671;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
}

@keyframes scb-live-badge-glow {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(184, 164, 114, 0.12);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 12px 28px rgba(184, 164, 114, 0.24);
    transform: translateY(-1px);
  }
}

@keyframes scb-live-dot-pulse {
  0% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(184, 164, 114, 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 9px rgba(184, 164, 114, 0);
  }
  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(184, 164, 114, 0);
  }
}

/* ── Hide default HikaShop layouts we replaced ── */
.scb-auction-page #hikashop_product_custom_info_main {
  display: none !important;
}
.scb-auction-page .hikashop_product_vote_mini {
  display: none !important;
}
.scb-auction-page .hikashop_product_contact_main {
  display: none !important;
}
.scb-auction-page .hikashop_product_dimensions_main {
  display: none !important;
}

/* ── Hide old timer and table styling ── */
.scb-auction-page .time_counter {
  display: none !important;
}
.scb-auction-page .auction_details_table {
  display: none !important;
}

/* ═══════════════════════════════════════
   HikaShop Listing Img Title — Auction Card
   ═══════════════════════════════════════ */
.scb-auction-listing-card {
  width: 100%;
  text-align: left !important;
  position: relative;
}
.scb-auction-card-shell {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}
.scb-auction-card-overlay-link,
.scb-auction-card-overlay-link.hikashop_aligned_btn {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: none !important;
  border-radius: inherit;
}
.scb-auction-card-overlay-hitarea {
  display: block;
  width: 100%;
  height: 100%;
}
.scb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.scb-auction-card-visual {
  position: relative;
  aspect-ratio: 4/3;
  min-height: 330px;
  overflow: hidden;
  background: #111;
  max-width: 100%;
}
.scb-auction-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.18) 0%, rgba(10, 10, 10, 0.02) 28%, rgba(10, 10, 10, 0.12) 55%, rgba(10, 10, 10, 0.82) 100%);
  z-index: 1;
}
.scb-auction-card-media,
.scb-auction-card-media picture,
.scb-auction-card-image {
  display: block;
  width: 100%;
  height: 100%;
}
.scb-auction-card-image {
  object-fit: cover;
  transition: transform 0.45s ease;
}
.scb-auction-card-shell:hover .scb-auction-card-image {
  transform: scale(1.04);
}
.scb-auction-card-top,
.scb-auction-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.scb-auction-card-top {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 28px 0;
  z-index: 4;
  pointer-events: none;
}
.scb-auction-card-brand-meta {
  max-width: 70%;
  color: #fff;
}
.scb-auction-card-year {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.scb-auction-card-brand {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}
.scb-auction-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.scb-auction-card-status {
  flex-shrink: 0;
}
.scb-auction-card-top-extra {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.scb-auction-card-status .hikaauction_status_badge {
  margin: 0;
  padding: 7px 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}
.scb-auction-card-floating-top,
.scb-auction-card-floating-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
}
.scb-auction-card-floating-top {
  top: 0;
  padding: 24px 24px 0;
}
.scb-auction-card-floating-bottom {
  bottom: 98px;
  padding: 0 24px;
}
.scb-auction-card-inline-extra {
  margin-top: 14px;
}
.scb-auction-card-top-extra .hikashop_product_like_link,
.scb-auction-card-floating-top .hikashop_product_like_link,
.scb-auction-card-floating-bottom .hikashop_product_like_link,
.scb-auction-card-inline-extra .hikashop_product_like_link {
  pointer-events: auto;
  position: relative;
  z-index: 5;
  width: 32px !important;
  height: 32px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}
.scb-auction-card-top-extra .hikashop_product_like_link::after,
.scb-auction-card-floating-top .hikashop_product_like_link::after,
.scb-auction-card-floating-bottom .hikashop_product_like_link::after,
.scb-auction-card-inline-extra .hikashop_product_like_link::after {
  display: none;
}
.scb-auction-card-top-extra .hikashop_like_left,
.scb-auction-card-top-extra .hikashop_like_right {
  float: none;
}
.scb-auction-card-floating-top .hikashop_like_right,
.scb-auction-card-floating-bottom .hikashop_like_right {
  float: right;
}
.scb-auction-card-floating-top .hikashop_like_left,
.scb-auction-card-floating-bottom .hikashop_like_left {
  float: left;
}
.scb-auction-card-top-extra .hikashop_product_like_link,
.scb-auction-card-top-extra .hikashop_like_top,
.scb-auction-card-top-extra .hikashop_like_bottom {
  top: auto;
  bottom: auto;
}
.scb-auction-card-top-extra .hikashop_product_like_link {
  height: 32px;
}
.scb-auction-card-top-extra .hikashop_product_like_link i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-top .hikashop_product_like_link i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-bottom .hikashop_product_like_link i.fa-2x.fas.fa-heart,
.scb-auction-card-inline-extra .hikashop_product_like_link i.fa-2x.fas.fa-heart {
  z-index: 1;
  font-size: 24px;
  transition:
    color 0.25s ease,
    -webkit-text-stroke-color 0.25s ease,
    transform 0.25s ease,
    text-shadow 0.25s ease;
}
.scb-auction-card-top-extra .hikashop_product_not_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-top .hikashop_product_not_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-bottom .hikashop_product_not_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-inline-extra .hikashop_product_not_liked i.fa-2x.fas.fa-heart {
  color: transparent !important;
  -webkit-text-stroke: 1.8px rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16) !important;
}
.scb-auction-card-top-extra .hikashop_product_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-top .hikashop_product_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-floating-bottom .hikashop_product_liked i.fa-2x.fas.fa-heart,
.scb-auction-card-inline-extra .hikashop_product_liked i.fa-2x.fas.fa-heart {
  color: var(--scb-gold-bg) !important;
  -webkit-text-stroke: 0 transparent;
  text-shadow: 0 0 18px rgba(201, 185, 123, 0.35) !important;
}
.scb-auction-card-top-extra .hikashop_product_like_link:hover,
.scb-auction-card-floating-top .hikashop_product_like_link:hover,
.scb-auction-card-floating-bottom .hikashop_product_like_link:hover,
.scb-auction-card-inline-extra .hikashop_product_like_link:hover {
  transform: translateY(-1px) scale(1.06);
}
.scb-auction-card-bottom {
  bottom: 0;
  padding: 28px 28px 10px;
  color: #fff;
}
.scb-auction-card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.08;
}
.scb-auction-card-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.78);
}
.scb-auction-card-specs {
  margin-top: 14px;
  max-width: 88%;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.scb-auction-card-footer {
  padding: 14px 22px 20px;
  background: #fff;
}
.scb-auction-card-country-row {
  display: flex;
  justify-content: flex-end;
  min-height: 20px;
  margin-bottom: 16px;
}
.scb-auction-card-country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1d1d1d;
  text-transform: uppercase;
}
.scb-auction-card-country svg {
  flex-shrink: 0;
  color: var(--scb-gold);
}
.scb-auction-card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.scb-auction-card-metric-label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #909090;
}
.scb-auction-card-metric-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #151515;
}
.scb-auction-card-countdown {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}
.scb-auction-card-countdown.is-ended {
  letter-spacing: 0;
}
.scb-auction-card-metric:first-child .scb-auction-card-metric-value {
  color: var(--scb-gold);
}
.scb-auction-card-metric-price {
  text-align: right;
}
.scb-auction-card-metric-price * {
  text-align: right !important;
}
.scb-auction-card-metric-price .scb-auction-card-metric-value {
  font-size: 22px;
  color: #111;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 992px) {
  .scb-hero-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .scb-hero-sidebar {
    position: static;
  }
  .scb-bottom-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .scb-bottom-sidebar {
    position: static;
  }
  .scb-auction-card-visual {
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .scb-auction-page {
    padding: 12px 0 40px;
  }
  .scb-about-brand-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .scb-title-brand {
    font-size: 24px;
  }
  .scb-bid-amount {
    font-size: 24px;
  }
  .scb-bid-count-value {
    font-size: 24px;
  }
  .scb-timer {
    font-size: 18px;
  }
  .scb-meta-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .scb-card {
    padding: 20px;
  }
  .scb-hero-gallery .hikashop_product_image_thumb img {
    width: 80px;
    height: 56px;
  }
  .scb-auction-card-visual {
    min-height: 460px;
  }
  .scb-auction-card-top,
  .scb-auction-card-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .scb-auction-card-actions {
    gap: 10px;
  }
  .scb-auction-card-footer {
    padding: 14px 18px 18px;
  }
  .scb-auction-card-floating-top {
    padding: 18px 18px 0;
  }
  .scb-auction-card-floating-bottom {
    bottom: 92px;
    padding: 0 18px;
  }
  .scb-auction-card-top-extra .hikashop_product_like_link,
  .scb-auction-card-floating-top .hikashop_product_like_link,
  .scb-auction-card-floating-bottom .hikashop_product_like_link {
    width: 30px !important;
    height: 30px !important;
  }
  .scb-auction-card-title {
    font-size: 19px;
  }
  .scb-auction-card-specs {
    max-width: 100%;
    font-size: 13px;
  }
  .scb-auction-card-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .scb-auction-card-metric-price {
    text-align: left;
  }
  .scb-auction-card-metric-price .scb-auction-card-metric-value {
    font-size: 20px;
  }
}

/* ── Smooth transitions ── */
.scb-card,
.scb-btn-bid,
.scb-btn-comment,
.scb-share-btn {
  transition: all 0.25s ease;
}
.scb-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* ── Auction page container overrides ── */
.scb-auction-page .hikashop_product_left_part,
.scb-auction-page .hikashop_product_right_part {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding: 0 !important;
}
.scb-auction-page .hk-row-fluid {
  display: block !important;
}

/* Max-bid popup styling */
.scb-auction-page .hikaauction_maxbid_popup {
  padding: 20px;
}
.scb-auction-page .hikaauction_maxbid_popup input[type="text"] {
  width: 100%;
  padding: 12px;
  border-radius: var(--scb-radius-sm);
  border: 1px solid var(--scb-border);
  font-size: 16px;
  margin: 12px 0;
}
.scb-auction-page .hikaauction_maxbid_error {
  color: #e74c3c;
  font-size: 13px;
  margin-bottom: 8px;
}

/* ── Timer: hide days when zero, show DD:HH:MM:SS only when days > 0 ── */
.scb-timer-days {
  display: none;
}

/* ── Thumbnail alignment ── */
.scb-hero-gallery .hikashop_product_image_thumb,
.scb-hero-gallery .hikashop_child_image_div {
  justify-content: flex-start !important;
  text-align: left;
}

/* ── Hide "Sold by" hikamarket vendor extra block ── */
.scb-auction-page .hikamarket_product_vendor_link,
.scb-auction-page .hikashop_product_sold_by,
.scb-auction-page .hikamarket_product_vendor {
  display: none !important;
}

/* ── Page background ── REOMVE this*/
/*.scb-auction-page {
  background: var(--scb-bg-white);
  padding: 20px 15px 60px;
}*/

/* ── Comment section styling ── */
.scb-auction-page + form + .hikashop_product_vote_listing,
body .hikashop_product_vote_listing {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ── "Sold by" text above overview ── */
.scb-bottom-main .hikamarket_product_sold_by_div,
.scb-bottom-main .hikamarket_product_vendor_link {
  display: none !important;
}

/* ── Bid button consistent with mockup golden CTA ── */
.scb-btn-bid.hikabtn-success {
  background: var(--scb-gold-bg) !important;
  border: none !important;
  color: var(--scb-text-dark) !important;
}
.scb-btn-bid.hikabtn-success:hover {
  background: var(--scb-gold-light) !important;
}

/* ── Hide "Sold by" HikaMarket extra data block ── */
.scb-auction-page .hikamarket_product_extra_data,
.hikamarket_product_extra_data {
  display: none !important;
}

/* ── Thumbnail left alignment ── */
.scb-hero-gallery,
.scb-hero-gallery div,
.scb-hero-gallery div[class*="hikashop_product_image"],
.scb-hero-gallery .hikashop_product_image_subdiv,
.scb-hero-gallery .hikashop_product_thumbnails,
.scb-hero-gallery .hikashop_product_thumbnails_content,
.scb-hero-gallery .hikashop_child_image_div {
  text-align: left !important;
}
.scb-hero-gallery .hikashop_product_thumbnails,
.scb-hero-gallery .hikashop_product_thumbnails_content,
.scb-hero-gallery .hikashop_child_image_div {
  justify-content: flex-start !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}
.scb-hero-gallery .hikashop_product_thumbnails img,
.scb-hero-gallery .hikashop_product_thumbnails a,
.scb-hero-gallery .hikashop_child_image_div a {
  display: inline-block;
  margin: 0 !important;
}
.scb-hero-gallery .hikashop_product_thumbnails a img,
.scb-hero-gallery .hikashop_child_image_div a img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.scb-hero-gallery .hikashop_product_thumbnails a:hover img,
.scb-hero-gallery .hikashop_product_thumbnails a.hikashop_active_thumbnail img,
.scb-hero-gallery .hikashop_child_image_div a:hover img {
  border-color: var(--scb-gold);
}
.scb-auction-page .hikamarket_vendor {
  display: none;
}
.hikashop_product_main_image_subdiv img#hikashop_main_image {
  margin-top: 0 !important;
}
img.hikashop_child_image {

  height: 70px;
}

/* ── Premium section heading with fading line ── */
.head-style-1 .sppb-addon-title {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.head-style-1 .sppb-addon-title .scb-title-wording {
  display: inline-block;
  flex: 0 1 auto;
  min-width: 0;
}

.head-style-1 .sppb-addon-title .scb-title-first-letter {
  color: #111;
  background: linear-gradient(180deg, rgba(206, 181, 114, 0.96) 0%, rgba(190, 153, 82, 0.92) 100%);
  box-shadow: 0 10px 18px rgba(190, 153, 82, 0.16);
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin-right: 0.06em;
}

.head-style-1 .sppb-addon-title::after {
  content: "";
  flex: 1 1 auto;
  min-width: 120px;
  height: 2px;
  border-radius: 999px;
  transform: translateY(1px);
  background: linear-gradient(
    90deg,
    rgba(196, 155, 83, 0.92) 0%,
    rgba(214, 181, 118, 0.62) 35%,
    rgba(214, 181, 118, 0.2) 74%,
    rgba(214, 181, 118, 0) 100%
  );
  box-shadow: 0 0 18px rgba(196, 155, 83, 0.18);
}

@media (max-width: 767px) {
  .head-style-1 .sppb-addon-title {
    gap: 14px;
  }

  .head-style-1 .sppb-addon-title::after {
    min-width: 56px;
  }
}

/* ── Check-mark list ── */
ul.check-mark {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-mark li {
  position: relative;
  padding-left: 32px;
}

ul.check-mark li + li {
  margin-top: 12px;
}

ul.check-mark li::before {
  content: "\f058";
  position: absolute;
  top: 0.08em;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: var(--scb-gold);
}

/* ── Premium hover for SP Page Builder primary buttons ── */
.sppb-btn.sppb-btn-primary,
a.sppb-btn.sppb-btn-primary,
button.sppb-btn.sppb-btn-primary, .btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(111, 83, 38, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)) padding-box,
    linear-gradient(135deg, #6c522b 0%, #94703b 48%, #c9b97b 100%) border-box;
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(84, 58, 20, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.12) inset;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    filter 0.35s ease,
    background 0.35s ease;
}

.sppb-btn.sppb-btn-primary::before,
a.sppb-btn.sppb-btn-primary::before,
button.sppb-btn.sppb-btn-primary::before, .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 246, 220, 0.34) 48%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-135%) skewX(-20deg);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sppb-btn.sppb-btn-primary::after,
a.sppb-btn.sppb-btn-primary::after,
button.sppb-btn.sppb-btn-primary::after, .btn-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 45%);
  opacity: 0.9;
}

.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus,
a.sppb-btn.sppb-btn-primary:hover,
a.sppb-btn.sppb-btn-primary:focus,
button.sppb-btn.sppb-btn-primary:hover,
button.sppb-btn.sppb-btn-primary:focus, .btn-primary:hover, .btn-primary:focus {
  transform: translateY(-3px);
  border-color: rgba(201, 185, 123, 0.82);
  box-shadow:
    0 18px 36px rgba(96, 68, 28, 0.24),
    0 0 0 1px rgba(201, 185, 123, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.14) inset;
  filter: saturate(1.08) brightness(1.02);
}

.sppb-btn.sppb-btn-primary:hover::before,
.sppb-btn.sppb-btn-primary:focus::before,
a.sppb-btn.sppb-btn-primary:hover::before,
a.sppb-btn.sppb-btn-primary:focus::before,
button.sppb-btn.sppb-btn-primary:hover::before,
button.sppb-btn.sppb-btn-primary:focus::before, .btn-primary:hover::before, .btn-primary:focus::before {
  transform: translateX(135%) skewX(-20deg);
}

.sppb-btn.sppb-btn-primary:active,
a.sppb-btn.sppb-btn-primary:active,
button.sppb-btn.sppb-btn-primary:active, .btn-primary:active {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(96, 68, 28, 0.22),
    0 0 0 1px rgba(201, 185, 123, 0.14);
}
.scb-auction-card-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  z-index: -1;
}
.scb-auction-card-bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  z-index: -1;
}
.ppbb-0 p {
  margin-bottom: 0;
}
#sp-footer {
  background: #000 !important;
  color: #fff !important;
}
#sp-bottom {
  border-top: 1px solid #ddd;
}
.hikashop_products_listing .hikashop_subcontainer {
  padding: 0;
}

.custom-senioriz-person .sppb-person-image .sppb-person-information.on-image {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 20px;
}
.custom-senioriz-person .sppb-person-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 0;
}
.custom-senioriz-person .sppb-person-image img{
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}
.custom-senioriz-person .sppb-person-image:hover img{
  filter: grayscale(0%);
  transform: scale(1.05);
}
#sendPrev {
  background-color: #eee;
  border: 1px solid #ddd;
}
.rsform-block.rsform-block-send .formControls {
  gap: 10px;
  display: flex;
}
.text-primary{
  color:#ad9671 !important;
}

/* ── Brand directory ── */
.scb-brand-directory {
  padding: 8px 0 28px;
}

.scb-brand-directory-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  margin-bottom: 44px;
  border-bottom: 1px solid #dedede;
}

.scb-brand-directory-tab {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 2px 12px;
  color: #9b9b9b;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease;
}

.scb-brand-directory-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 3px;
  border-radius: 999px;
  background: #1b1b1b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.scb-brand-directory-tab:hover,
.scb-brand-directory-tab.is-active {
  color: #1b1b1b;
}

.scb-brand-directory-tab.is-active::after {
  transform: scaleX(1);
}

.scb-brand-directory-tab.is-disabled,
.scb-brand-directory-tab:disabled {
  color: #c9c9c9;
  cursor: default;
}

.scb-brand-directory-group + .scb-brand-directory-group {
  margin-top: 52px;
}

.scb-brand-directory-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.scb-brand-directory-heading::after {
  content: "";
  height: 1px;
  background: #d8d8d8;
}

.scb-brand-directory-letter {
  margin: 0;
  color: #1b1b1b;
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.scb-brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scb-brand-directory-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 22px 26px;
  margin: 0 0 -1px -1px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #2a2a2a;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(18px, 1.9vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.scb-brand-directory-card:hover {
  color: #70582b;
  background: #fbf8f1;
  border-color: #cfbf9a;
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(112, 88, 43, 0.08);
}

@media (max-width: 1199px) {
  .scb-brand-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .scb-brand-directory-tabs {
    gap: 14px;
    margin-bottom: 32px;
    padding-bottom: 14px;
  }

  .scb-brand-directory-tab {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .scb-brand-directory-tab::after {
    bottom: -15px;
  }

  .scb-brand-directory-heading {
    gap: 16px;
    margin-bottom: 20px;
  }

  .scb-brand-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scb-brand-directory-card {
    min-height: 86px;
    padding: 18px 14px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .scb-brand-directory-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Listing filter sidebar ── */
.scb-product-listing-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.scb-product-listing-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
}

.scb-product-listing-main {
  min-width: 0;
}

.scb-product-listing-main .hikashop_products_listing {
  margin-top: 0;
}

.scb-filter-mobile-toolbar,
.scb-filter-mobile-head,
.scb-filter-mobile-backdrop {
  display: none;
}

.scb-filter-mobile-trigger {
  border: 0;
  background: none;
  padding: 0;
}

.scb-filter-panel-card {
  background: #fff;
  border: 1px solid #ece6da;
  border-radius: 24px;
  padding: 26px 26px 22px;
  box-shadow: 0 18px 38px rgba(20, 20, 20, 0.06);
}

.scb-filter-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.scb-filter-panel-title {
  color: #232323;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scb-filter-clear {
  border: 0;
  background: transparent;
  padding: 0;
  color: #9c8456;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.25s ease;
}

.scb-filter-clear:hover {
  color: #70582b;
}

.scb-filter-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.scb-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.scb-filter-actions--inside {
  padding-top: 4px;
}

.scb-filter-actions--outside {
  margin-top: 18px;
}

.scb-filter-actions--right {
  justify-content: flex-end;
}

.scb-filter-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.scb-filter-action:hover {
  transform: translateY(-1px);
}

.scb-filter-action--apply {
  border: 1px solid #b79e6c;
  background: linear-gradient(180deg, #cdb785 0%, #a98f62 100%);
  box-shadow: 0 14px 28px rgba(169, 143, 98, 0.22);
  color: #fff;
}

.scb-filter-action--reset {
  border: 1px solid #ddd2bf;
  background: #fff;
  color: #7a6438;
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.05);
}

.scb-filter-group {
  padding-top: 0;
}

.scb-filter-group .hikashop_filter_title {
  display: block;
  margin-bottom: 14px;
  color: #4f4f4f;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scb-filter-group .filter_values_container {
  display: block;
}

.scb-filter-group .filter_values_container > br,
.scb-filter-group .filter_values_container .hikashop_filter_checkbox + br,
.scb-filter-group .filter_values_container .hikashop_filter_radio + br {
  display: none;
}

.scb-filter-group .hikashop_filter_checkbox,
.scb-filter-group .hikashop_filter_radio {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.scb-filter-group .hikashop_filter_checkbox:last-child,
.scb-filter-group .hikashop_filter_radio:last-child {
  margin-bottom: 0;
}

.scb-filter-group .hikashop_filter_checkbox input[type="checkbox"],
.scb-filter-group .hikashop_filter_radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #d7d2ca;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.scb-filter-group .hikashop_filter_radio input[type="radio"] {
  border-radius: 50%;
}

.scb-filter-group .hikashop_filter_checkbox input[type="checkbox"]:checked,
.scb-filter-group .hikashop_filter_radio input[type="radio"]:checked {
  border-color: #b79e6c;
  background: #b79e6c;
  box-shadow: inset 0 0 0 4px #fff;
}

.scb-filter-group .hikashop_filter_checkbox label,
.scb-filter-group .hikashop_filter_radio label {
  margin: 0;
  color: #2a2a2a;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.scb-filter-group select,
.scb-filter-group input[type="text"],
.scb-filter-group input[type="number"] {
  width: 100%;
  min-height: 46px;
  border: none;
  border-radius: 5px;
  padding: 0 16px;
  color: #646464;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  box-shadow: none;
  background: #f4f4f4;
}

.scb-filter-group select:focus,
.scb-filter-group input[type="text"]:focus,
.scb-filter-group input[type="number"]:focus {
  outline: none;
  border-color: #c7ae79;
  box-shadow: 0 0 0 3px rgba(199, 174, 121, 0.12);
}

.scb-filter-group--type-cursor .slider_input_text {
  display: none;
}

.scb-filter-group--type-cursor .hikashop_filter_cursor_range {
  display: none;
}

.scb-filter-group--type-cursor .slider_input_start_group,
.scb-filter-group--type-cursor .slider_input_end_group {
  display: inline-flex;
  width: calc(49% - 8px);
}

.scb-filter-group--type-cursor .slider_input_start {
  margin-right: 12px;
}

.scb-filter-group--type-cursor .slider_input_start::placeholder,
.scb-filter-group--type-cursor .slider_input_end::placeholder {
  color: #9b9b9b;
}

.scb-filter-group--type-cursor div[id^="slider_"] {
  width: 100% !important;
  margin: 18px 0 0 !important;
}

.scb-filter-group--type-cursor .noUi-target {
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  background: #e9e3d7;
  height: 4px;
}

.scb-filter-group--type-cursor .noUi-connect {
  background: linear-gradient(90deg, #b79e6c 0%, #cdb785 100%);
}

.scb-filter-group--type-cursor .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  right: -9px !important;
  top: -7px !important;
  border: 2px solid #b79e6c;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(183, 158, 108, 0.2);
}

.scb-filter-group--type-cursor .noUi-handle::before,
.scb-filter-group--type-cursor .noUi-handle::after {
  display: none;
}

.scb-filter-legacy-actions {
  display: none;
}

.scb-product-listing-main .hk-well.hika_no_products {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .scb-product-listing-layout {
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 991px) {
  .scb-product-listing-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scb-product-listing-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: min(88vw, 380px);
    height: 100dvh;
    padding: 16px 14px 20px;
    overflow-y: auto;
    transform: translateX(calc(-100% - 24px));
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .scb-product-listing-layout.is-filter-open .scb-product-listing-sidebar {
    transform: translateX(0);
  }

  .scb-filter-mobile-toolbar {
    display: flex;
    margin-bottom: 18px;
  }

  .scb-filter-mobile-trigger {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px 0 14px;
    border: 1px solid rgba(183, 158, 108, 0.55);
    border-radius: 999px;
    background: linear-gradient(180deg, #fffdfa 0%, #f8f1e4 100%);
    box-shadow: 0 16px 30px rgba(112, 88, 43, 0.12);
    color: #2e2619;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .scb-filter-mobile-trigger-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #cdb785 0%, #a98f62 100%);
    color: #fff;
    box-shadow: 0 10px 18px rgba(169, 143, 98, 0.24);
    flex-shrink: 0;
  }

  .scb-filter-mobile-trigger:active {
    transform: translateY(1px);
  }

  .scb-filter-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
    padding: 4px 6px 0;
  }

  .scb-filter-mobile-title {
    color: #2d261d;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .scb-filter-mobile-close {
    width: 42px;
    height: 42px;
    position: relative;
    border: 1px solid #e7dcc8;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08);
    padding: 0;
    flex-shrink: 0;
  }

  .scb-filter-mobile-close span {
    width: 16px;
    height: 1.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #5b4a28;
    border-radius: 999px;
  }

  .scb-filter-mobile-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .scb-filter-mobile-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .scb-filter-mobile-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1180;
    border: 0;
    background: rgba(24, 19, 11, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px);
  }

  .scb-product-listing-layout.is-filter-open .scb-filter-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .scb-product-listing-sidebar .hikashop_filter_main_div {
    height: auto;
  }

  .scb-product-listing-sidebar .scb-filter-panel-card {
    min-height: calc(100dvh - 52px);
    border-radius: 28px;
    padding: 24px 20px 22px;
    box-shadow: 0 28px 48px rgba(20, 20, 20, 0.16);
  }

  body.scb-filter-offcanvas-open {
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  #sp-main-body {
  padding: 50px 0;
}
.hikashop_filter_module.not-filter-style .scb-filter-panel-card .scb-filter-form .hikashop_filter_Keyword_1 input {
  max-width: 200px;
  min-height: 34px;
}
  .scb-filter-panel-card {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .scb-filter-group--type-cursor .slider_input_start_group,
  .scb-filter-group--type-cursor .slider_input_end_group {
    width: 45%;
  }

  .scb-filter-group--type-cursor .slider_input_start {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .scb-product-listing-sidebar {
    width: min(92vw, 360px);
    padding: 12px 10px 16px;
  }

  .scb-filter-mobile-trigger {
    width: 100%;
    justify-content: center;
  }

  .scb-filter-actions,
  .scb-filter-actions--right {
    justify-content: stretch;
  }

  .scb-filter-action {
    width: 100%;
  }
}
.scb-product-listing-layout .hikashop_products_listing [class*="hkc-"] {
  padding: 0 !important;
}
