
/* BetterLink theme layer over the supplied e-commerce foundation */

:root {
  --salmon-pink: #f26a21;
  --sandy-brown: #ff8d4b;
  --bittersweet: #ec5a19;
  --ocean-green: #2f9b62;
  --eerie-black: #0f1f35;
  --onyx: #26364a;
  --davys-gray: #59687a;
  --sonic-silver: #7d8997;
  --spanish-gray: #9aa5b2;
  --cultured: #edf1f5;
  --white: #ffffff;
}

body {
  color: #182536;
  background: #fbfcfd;
}

.header-top {
  background: #f7f9fb;
}

.header-alert-news b {
  color: #0b4d98;
}

.header-main {
  background: rgba(255,255,255,.97);
}

.header-logo {
  width: 230px;
  max-width: 35vw;
}

.header-logo img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.header-search-container {
  position: relative;
}

.search-field {
  border-color: #dbe3eb;
  background: #fbfcfd;
  padding-right: 48px;
}

.search-field:focus {
  border-color: #9dbad5;
  box-shadow: 0 0 0 4px rgba(11,77,152,.06);
}

.search-btn {
  color: #0b4d98;
}

.header-user-actions .action-btn:hover {
  color: #0b4d98;
}

.desktop-menu-category-list {
  gap: 30px;
}

.menu-title {
  color: #27364a !important;
}

.menu-title:hover {
  color: #0b4d98 !important;
}

.desktop-menu-category-list .menu-category > .menu-title::after {
  background: #f26a21;
}

.bl-live-search {
  position: absolute;
  z-index: 70;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 460px;
  overflow: auto;
  background: white;
  border: 1px solid #dde5ed;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(15,31,53,.12);
}

.bl-live-search.open { display: block; }

.bl-live-result {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border-bottom: 1px solid #edf1f5;
  color: #1e2c3e;
}

.bl-live-result:last-child { border-bottom: 0; }
.bl-live-result:hover { background: #f8fafc; }

.bl-live-result img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 9px;
  background: #f5f7f9;
}

.bl-live-result strong {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.bl-live-result small {
  display: block;
  margin-top: 4px;
  color: #8a96a4;
  font-size: 10px;
}

.bl-live-price {
  text-align: right;
  color: #e94f12;
  font-weight: 700;
  font-size: 12px;
}

.bl-live-price del {
  display: block;
  margin-top: 2px;
  color: #a1aab4;
  font-size: 10px;
  font-weight: 400;
}

.banner {
  margin-top: 18px;
}

.slider-item {
  min-height: 350px;
  border: 1px solid #e1e7ed;
  border-radius: 16px;
  overflow: hidden;
  background: #eef3f7;
}

.slider-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,26,47,.76), rgba(7,26,47,.18) 60%, transparent);
  pointer-events: none;
}

.banner-img {
  filter: saturate(.82) contrast(.98);
}

.banner-content {
  z-index: 2;
  background: transparent;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  max-width: 520px;
}

.banner-subtitle {
  color: #ff9c66;
  font-weight: 700;
}

.banner-title {
  color: white;
  text-transform: none;
  max-width: 520px;
  line-height: 1.04;
  letter-spacing: -.03em;
}

.banner-text {
  color: #dce8f3;
}

.banner-text b {
  color: white;
}

.banner-btn {
  width: fit-content;
  border-radius: 999px;
  background: #0b4d98;
  padding: 11px 20px;
}

.banner-btn:hover { background: #083a73; }

.category-item {
  border-color: #e1e7ed;
  background: white;
  box-shadow: 0 3px 12px rgba(15,31,53,.025);
}

.category-img-box {
  background: #f3f6f8;
  border-color: #e1e7ed;
  color: #0b4d98;
  font-size: 24px;
}

.category-item-title {
  color: #213146;
}

.category-btn {
  color: #0b4d98;
}

.product-container .container {
  align-items: flex-start;
}

.product-minimal .title,
.product-main .title,
.product-featured .title {
  color: #132238;
  border-bottom-color: #e0e7ee;
}

.product-minimal .showcase,
.product-grid .showcase {
  border-color: #e2e8ee;
}

.product-grid .showcase {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.product-grid .showcase-content {
  padding-bottom: 18px;
}

.product-grid .showcase-category {
  color: #0b4d98;
}

.product-grid .price {
  color: #e95217;
}

.showcase-rating {
  color: #f39b2f !important;
}

.bl-partner-rail {
  margin-bottom: 30px;
}

.bl-partner-title {
  margin-bottom: 12px;
  font-size: 13px;
  color: #213146;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bl-partner-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.bl-partner-track::-webkit-scrollbar { display: none; }

.bl-partner-card {
  flex: 0 0 150px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid #e1e7ed;
  border-radius: 12px;
  background: white;
}

.bl-partner-card img {
  max-width: 76%;
  max-height: 34px;
}

.bl-service-panel {
  padding: 28px;
  border: 1px solid #dfe6ed;
  border-radius: 16px;
  background: linear-gradient(135deg, #071a2f, #0b4d98);
  color: white;
}

.bl-service-panel h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
}

.bl-service-panel p {
  max-width: 700px;
  color: #d6e2ef;
  line-height: 1.7;
  font-size: 13px;
}

.bl-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.bl-service-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: white;
  font-size: 10px;
  font-weight: 600;
}

footer {
  background: #081523 !important;
}

.footer-nav .nav-title,
.footer-category-title {
  color: #fff !important;
}

.footer-nav-link,
.category-box a {
  color: #aebac7 !important;
}

.mobile-bottom-navigation {
  border-top-color: #dce4eb;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
}

.mobile-bottom-navigation .action-btn {
  color: #26364a;
}

.mobile-bottom-navigation .action-btn:hover {
  color: #0b4d98;
}

@media (max-width: 768px) {
  .header-top { display: none; }

  .header-main {
    padding: 12px 0 10px;
  }

  .header-main .container {
    gap: 10px;
  }

  .header-logo {
    margin: 0 auto 8px;
    width: 190px;
    max-width: 70vw;
  }

  .header-logo img {
    height: 48px;
  }

  .header-search-container {
    width: 100%;
  }

  .banner-content {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 28px;
    transform: none;
    max-width: none;
  }

  .slider-item {
    min-height: 390px;
  }

  .banner-img {
    height: 390px;
  }

  .banner-title {
    font-size: 29px;
    max-width: 90%;
  }

  .banner-text {
    font-size: 15px;
  }

  .bl-live-result {
    grid-template-columns: 50px 1fr;
  }

  .bl-live-result img {
    width: 50px;
    height: 50px;
  }

  .bl-live-price {
    grid-column: 2;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .banner-content {
    left: 55px;
  }

  .banner-title {
    font-size: 48px;
  }
}
