/* ============================================================
   DIAMOND DAZZLE — Luxury Jewellery CSS
   Color Palette:
     --bf-blue:   #1b2a3b  (deep navy — primary dark)
     --bf-orange: #daa342  (brand gold — primary accent)
     --bf-yellow: #e8bb5d  (light gold — highlight)
     --bf-red:    #c0392b  (alert red)
     --bf-green:  #7d9a6a  (muted sage)
   ============================================================ */

:root {
  --bf-blue:        #1b2a3b;
  --bf-blue-light:  #243447;
  --bf-blue-dark:   #14202e;
  --bf-orange:      #daa342;
  --bf-orange-dark: #b8891f;
  --bf-yellow:      #e8bb5d;
  --bf-red:         #c0392b;
  --bf-green:       #7d9a6a;
  --bf-white:       #ffffff;
  --bf-soft-bg:     #faf8f5;
  --bf-soft-pink:   #fdf6ed;
  --bf-text-dark:   #1b2a3b;
  --bf-text-mid:    #4a4a4a;
  --bf-text-light:  #888888;
  --bf-radius:      10px;
  --bf-radius-sm:   6px;
  --bf-shadow-sm:   0 2px 12px rgba(27,42,59,.07);
  --bf-shadow-md:   0 8px 32px rgba(27,42,59,.12);
  --bf-shadow-hover:0 16px 48px rgba(27,42,59,.18);
  --bf-transition:  all .35s cubic-bezier(.4,0,.2,1);
}

/* ============================================================
   GLOBAL RESETS / TYPOGRAPHY
   ============================================================ */
body {
  font-family: "Roboto", sans-serif;
  background-color: var(--bf-soft-bg);
  color: var(--bf-text-dark);
}

a, button { transition: var(--bf-transition); }

/* ============================================================
   PRELOADER
   ============================================================ */
#preloader {
  background: linear-gradient(135deg, #14202e 0%, #1b2a3b 60%, #243447 100%);
}
.loader {
  background:
    radial-gradient(farthest-side, var(--bf-orange) 94%, transparent) top/9px 9px no-repeat,
    conic-gradient(transparent 30%, var(--bf-white));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 0);
}

/* ============================================================
   SCROLL-TO-TOP
   ============================================================ */
.scroll-to-top {
  background: linear-gradient(135deg, var(--bf-blue), var(--bf-orange));
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 4px 16px rgba(218,163,66,.35);
}
.scroll-to-top:hover {
  background: linear-gradient(135deg, var(--bf-orange-dark), var(--bf-orange));
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(218,163,66,.5);
}

/* ============================================================
   TOP ANNOUNCEMENT BAR
   ============================================================ */
.bf-topbar {
  background: var(--bf-blue-dark);
  padding: 8px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(218,163,66,.25);
}
.bf-topbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 60px,
    rgba(218,163,66,.04) 60px,
    rgba(218,163,66,.04) 120px
  );
}
.bf-topbar p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  letter-spacing: .8px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.bf-topbar p strong { color: var(--bf-yellow); font-weight: 700; }

/* ============================================================
   HEADER — base (sticky handled purely by script.js .sticky-menu)
   ============================================================ */
.header_area {
  position: relative;
  z-index: 999;
  box-shadow: 0 2px 16px rgba(27,42,59,.10);
}
.header_area .middle_header_area {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(218,163,66,.18);
}
.header_area .middle_header_area .middle_header_main .left_area .logo img {
  width: 80px;
  transition: transform .3s ease;
}
.header_area .middle_header_area .middle_header_main .left_area .logo img:hover {
  transform: scale(1.04);
}

/* Search bar */
.header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups {
  width: 420px;
}
.header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups input {
  height: 44px;
  border: 1.5px solid rgba(27,42,59,.15);
  border-radius: 22px;
  padding: 0 48px 0 20px;
  font-size: 14px;
  background: var(--bf-soft-bg);
  transition: var(--bf-transition);
}
.header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups input:focus {
  border-color: var(--bf-orange);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(218,163,66,.12);
}
.header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups button {
  right: 14px;
  color: var(--bf-orange);
  font-size: 15px;
}
.header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups button:hover {
  color: var(--bf-orange-dark);
}

/* Cart & Profile icons */
.header_area .right_area .cart_ .cart_btn {
  color: var(--bf-text-dark);
  position: relative;
  padding: 6px 10px;
  border-radius: var(--bf-radius-sm);
}
.header_area .right_area .cart_ .cart_btn:hover {
  color: var(--bf-orange);
  background: rgba(218,163,66,.08);
}
.header_area .right_area .cart_ i { font-size: 20px; }
.header_area .right_area .cart_ span { font-size: 12px; font-weight: 600; }
.header_area .right_area .cart_ .badge {
  background: var(--bf-red) !important;
  width: 20px; height: 20px;
  font-size: 10px;
  top: -6px; right: -4px;
  border-radius: 50%;
  display: flex; justify-content: center; align-items: center;
}
.header_area .right_area .profile_ button {
  color: var(--bf-text-dark);
  padding: 6px 10px;
  border-radius: var(--bf-radius-sm);
}
.header_area .right_area .profile_ button:hover { color: var(--bf-orange); background: rgba(218,163,66,.08); }
.header_area .right_area .profile_ button i { font-size: 20px; }
.header_area .right_area .profile_ button span { font-size: 12px; font-weight: 600; }

/* Cart dropdown */
.header_area .right_area .cart_ .cart_options_ {
  border-radius: var(--bf-radius);
  box-shadow: var(--bf-shadow-md);
  border: 1px solid rgba(218,163,66,.15);
}
.header_area .right_area .cart_ .cart_options_ .button_groups .btn {
  background: linear-gradient(135deg, var(--bf-blue), var(--bf-blue-light));
  border-radius: var(--bf-radius-sm);
}
.header_area .right_area .cart_ .cart_options_ .button_groups .btn:hover {
  background: linear-gradient(135deg, var(--bf-orange), var(--bf-orange-dark));
}

/* ============================================================
   HEADER — NAVIGATION BAR
   ============================================================ */
.header_area .menu_area {
  background: var(--bf-blue);
  position: relative;
  border-bottom: 2px solid var(--bf-orange);
}
.header_area .menu_area::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 0;
}
@keyframes bf-nav-shimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: 300% 0; }
}
.header_area .menu_area ul li a {
  color: rgba(255,255,255,.80);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .6px;
  line-height: 48px;
  padding: 0 18px;
  position: relative;
  text-transform: uppercase;
  transition: var(--bf-transition);
}
.header_area .menu_area ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px; left: 18px; right: 18px;
  height: 2px;
  background: var(--bf-orange);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.header_area .menu_area ul li:hover > a,
.header_area .menu_area ul li.active > a {
  color: var(--bf-yellow);
  background: transparent;
}
.header_area .menu_area ul li:hover > a::after,
.header_area .menu_area ul li.active > a::after {
  transform: scaleX(1);
}
/* Dropdown */
.header_area .menu_area ul li ul {
  background: #fff;
  border-radius: 0 0 var(--bf-radius) var(--bf-radius);
  box-shadow: 0 12px 40px rgba(27,42,59,.15);
  border-top: 2px solid var(--bf-orange);
  visibility: hidden; opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.header_area .menu_area ul li:hover ul {
  visibility: visible; opacity: 1; transform: translateY(0);
}
/* Rotate arrow icon when submenu is open (desktop hover) */
.header_area .menu_area ul li > a i {
  display: inline-block;
  transition: transform .25s ease;
}
.header_area .menu_area ul li:hover > a i {
  transform: rotate(180deg);
  color: var(--bf-yellow);
}
.header_area .menu_area ul li ul li a {
  color: var(--bf-text-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  letter-spacing: 0;
  text-transform: none;
}
.header_area .menu_area ul li ul li a::after { display: none; }
.header_area .menu_area ul li ul li a:hover {
  color: var(--bf-orange);
  background: rgba(218,163,66,.05);
  padding-left: 24px;
}

/* ============================================================
   MOBILE HEADER — white theme so logo colours are not clashed
   ============================================================ */
.mobile-menu-area .mobile-topbar {
  background: #ffffff !important;
  border-bottom: 2px solid var(--bf-orange);
  box-shadow: 0 2px 12px rgba(27,42,59,.08);
  padding: 8px 0;
}
/* Hamburger icon */
.mobile-menu-area .mobile-topbar .bars i {
  color: var(--bf-blue) !important;
  font-size: 22px;
}
/* Cart & profile icons — dark on white */
.mobile-menu-area .mobile-topbar .right_area .cart_btn {
  color: var(--bf-text-dark) !important;
}
.mobile-menu-area .mobile-topbar .right_area .profile_ button {
  color: var(--bf-text-dark) !important;
}
.mobile-menu-area .mobile-topbar .right_area .cart_ span,
.mobile-menu-area .mobile-topbar .right_area .profile_ button span {
  color: var(--bf-text-mid) !important;
  font-size: 11px;
  font-weight: 600;
}
.mobile-menu-area .mobile-topbar .right_area .cart_ i,
.mobile-menu-area .mobile-topbar .right_area .profile_ button i {
  color: var(--bf-blue) !important;
  font-size: 20px;
}
/* Cart badge stays red */
.mobile-menu-area .mobile-topbar .right_area .cart_ .badge {
  background: var(--bf-red) !important;
}
/* Mobile slide drawer */
.mobile-menu-main {
  background: #fff;
  border-right: 2px solid var(--bf-orange);
}
/* Mobile menu row: link + arrow button side by side */
.mobile-menu-main .menu-list ul li .mobile-menu-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(27,42,59,.06);
}
.mobile-menu-main .menu-list ul li a {
  color: var(--bf-text-dark);
  font-weight: 600;
  flex: 1;
  border-bottom: none;
  transition: var(--bf-transition);
}
.mobile-menu-main .menu-list ul li a:hover {
  color: var(--bf-orange);
  background: rgba(218,163,66,.05);
  padding-left: 28px;
}
/* Arrow toggle button — no link navigation */
.mobile-submenu-toggle {
  background: none;
  border: none;
  outline: none;
  padding: 10px 14px;
  cursor: pointer;
  color: var(--bf-orange);
  font-size: 13px;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.mobile-submenu-toggle:hover {
  color: var(--bf-blue);
}
.mobile-submenu-toggle i.fa-chevron-up {
  transform: rotate(180deg);
}
.mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: var(--bf-orange) !important;
  background: rgba(218,163,66,.05);
}
.mobile-menu-main .close-mobile-menu i {
  color: var(--bf-text-mid);
}

/* Mobile search bar */
.mobile_search {
  background: #fff;
  border-top: 1px solid rgba(218,163,66,.15);
  padding: 10px 0;
}
.mobile_search .input_groups input {
  border: 1.5px solid rgba(27,42,59,.12);
  border-radius: 22px;
  padding: 0 45px;
  height: 44px;
  background: var(--bf-soft-bg);
}
.mobile_search .input_groups input:focus {
  border-color: var(--bf-orange);
  background: #fff;
}
.mobile_search .input_groups .search { color: var(--bf-orange); }
.mobile_search .input_groups .close { color: var(--bf-text-light); }

/* ============================================================
   MOBILE BOTTOM NAV (footer_menu_area)
   ============================================================ */
.footer_menu_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 2px solid var(--bf-orange);
  box-shadow: 0 -4px 20px rgba(27,42,59,.12);
  z-index: 998;
  border-radius: 16px 16px 0 0;
  padding: 0 8px;
}
.footer_menu_area .container {
  padding: 0 8px;
}
.footer_menu_area ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0;
}
.footer_menu_area ul li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.footer_menu_area ul li a,
.footer_menu_area ul li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 4px 8px;
  gap: 3px;
  width: 100%;
  background: transparent;
  border: 0;
  letter-spacing: .2px;
  transition: color .2s ease, transform .2s ease;
  position: relative;
}
.footer_menu_area ul li a i,
.footer_menu_area ul li button i {
  font-size: 20px;
  display: block;
  line-height: 1;
  transition: transform .2s ease;
}
.footer_menu_area ul li a span,
.footer_menu_area ul li button span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
/* Active state */
.footer_menu_area ul li.active a,
.footer_menu_area ul li.active button {
  color: var(--bf-orange);
}
.footer_menu_area ul li.active a i,
.footer_menu_area ul li.active button i {
  transform: translateY(-3px);
}
/* Active indicator dot */
.footer_menu_area ul li.active a::after,
.footer_menu_area ul li.active button::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bf-orange);
}
/* Hover */
.footer_menu_area ul li a:hover,
.footer_menu_area ul li button:hover {
  color: var(--bf-orange-dark);
}
.footer_menu_area ul li a:hover i,
.footer_menu_area ul li button:hover i {
  transform: translateY(-3px);
}
/* Extra bottom spacing so content isn't hidden behind this bar */
body { padding-bottom: 64px; }
@media (min-width: 992px) {
  body { padding-bottom: 0; }
}

/* ============================================================
   STICKY HEADER — full header visible, topbar hides, smooth entry
   ============================================================ */
.sticky-menu {
  background: #fff !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.10) !important;
  animation: bf-fadeInDown .3s ease !important;
}
@keyframes bf-fadeInDown {
  from { opacity: .8; transform: translateY(-6px); }
  to   { opacity: 1;  transform: translateY(0); }
}
/* Show logo+search bar even when sticky (override style.css display:none) */
.sticky-menu .middle_header_area {
  display: flex !important;
  padding: 6px 0 !important;
}
/* Topbar hides when sticky — body class added by JS */
body.is-sticky .bf-topbar {
  display: none !important;
}
#header-fixed-height.active-height {
  height: 114px !important;
}

/* ============================================================
   PRODUCT CARD — PREMIUM REDESIGN
   ============================================================ */
.bf-product-card {
  background: #fff;
  border-radius: var(--bf-radius);
  overflow: hidden;
  border: 1.5px solid transparent;
  box-shadow: var(--bf-shadow-sm);
  transition: var(--bf-transition);
  cursor: pointer;
  position: relative;
}
.bf-product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--bf-radius);
  padding: 1px;
  background: linear-gradient(135deg, var(--bf-orange), var(--bf-yellow), var(--bf-orange-dark));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 1;
  pointer-events: none;
}
.bf-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bf-shadow-hover);
}
.bf-product-card:hover::before { opacity: 1; }

/* Image wrapper — uses dynamic logo as placeholder via CSS var */
.bf-product-card .bf-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f5f2ed var(--img-placeholder-logo) no-repeat center center;
  background-size: 40% auto;
}

/* All images inside the card — start hidden, fade in on load */
.bf-product-card .bf-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: transform .4s ease, opacity .35s ease;
  position: relative;
  z-index: 1;
  background: transparent;
}
/* Visible once loaded */
.bf-product-card .bf-card-image img.bf-img-visible {
  opacity: 1;
}
/* Already-cached images (complete before JS runs) */
.bf-product-card .bf-card-image img:not([src=""]):not(.bf-img-secondary) {
  /* progressive enhancement: script handles this, CSS fallback below */
}

/* Lightweight shimmer overlay while loading */
.bf-product-card .bf-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,.45) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: bf-card-shimmer 1.8s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
  transition: opacity .3s ease;
}
/* Hide shimmer once primary image loaded */
.bf-product-card .bf-card-image:has(.bf-img-primary.bf-img-visible)::after {
  opacity: 0;
}
@keyframes bf-card-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

/* Primary image zoom on hover */
.bf-product-card:hover .bf-card-image .bf-img-primary {
  transform: scale(1.06);
}

/* Secondary image fade-in on hover */
.bf-product-card .bf-card-image .bf-img-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 3;
}
.bf-product-card:hover .bf-card-image .bf-img-secondary {
  opacity: 1;
}

/* Discount badge */
.bf-product-card .bf-discount-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: linear-gradient(135deg, var(--bf-red), #b51428);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 5;
  letter-spacing: .3px;
  box-shadow: 0 2px 8px rgba(214,26,54,.35);
  animation: bf-badge-pop .3s ease;
}
@keyframes bf-badge-pop {
  0%   { transform: scale(0.5); opacity: 0; }
  80%  { transform: scale(1.1); }
  100% { transform: scale(1);   opacity: 1; }
}

/* New badge */
.bf-product-card .bf-new-badge {
  position: absolute;
  top: 10px; right: 10px;
  background: linear-gradient(135deg, var(--bf-green), #4ea332);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 5;
  letter-spacing: .3px;
}

/* Hover action buttons overlay */
.bf-product-card .bf-card-actions {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 6;
  display: flex;
  gap: 8px;
  padding: 12px;
  background: linear-gradient(0deg, rgba(27,42,59,.75) 0%, rgba(27,42,59,.20) 60%, transparent 100%);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s ease;
}
.bf-product-card:hover .bf-card-actions {
  transform: translateY(0);
  opacity: 1;
}
.bf-card-actions .bf-btn-buy,
.bf-mobile-action .bf-btn-buy {
  flex: 1;
  text-align: center;
  padding: 9px 14px;
  background: var(--bf-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 22px;
  letter-spacing: .4px;
  box-shadow: 0 4px 12px rgba(218,163,66,.40);
  transition: var(--bf-transition);
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
.bf-card-actions .bf-btn-buy:hover,
.bf-mobile-action .bf-btn-buy:hover {
  background: var(--bf-orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(218,163,66,.55);
  color: #fff;
}

/* Card body */
.bf-product-card .bf-card-body {
  padding: 14px 16px 16px;
  background: #fff;
}
.bf-product-card .bf-card-body .bf-product-name {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--bf-text-dark);
  line-height: 1.45;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(1.45em * 2);
  min-height: calc(1.45em * 2);
}
.bf-product-card .bf-card-body .bf-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bf-product-card .bf-card-body .bf-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--bf-blue);
}
.bf-product-card .bf-card-body .bf-price-original {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--bf-text-light);
  text-decoration: line-through;
}

/* Rating stars */
.bf-product-card .bf-card-body .bf-stars {
  display: flex;
  gap: 2px;
  margin-top: 6px;
}
.bf-product-card .bf-card-body .bf-stars i {
  font-size: 11px;
  color: var(--bf-yellow);
}

/* ============================================================
   CATEGORY SECTION TITLE
   ============================================================ */
.category_title .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--bf-text-dark);
  position: relative;
}
.category_title .title::after {
  content: '';
  display: block;
  width: 40px; height: 2px;
  background: var(--bf-orange);
  border-radius: 2px;
  margin-top: 6px;
}
.category_title .view_btn {
  background: var(--bf-blue);
  border-radius: 22px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  border: 1.5px solid var(--bf-blue);
}
.category_title .view_btn:hover {
  background: var(--bf-orange);
  border-color: var(--bf-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(218,163,66,.35);
}

/* ============================================================
   CHECKOUT FORM — REDESIGN
   ============================================================ */
.co-form {
  padding-bottom: 8px;
}
.co-section {
  border-left: 3px solid #e0e0e0;
  padding-left: 20px;
  margin-bottom: 36px;
}
.co-section-last {
  margin-bottom: 0;
}
.co-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
.co-section-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  flex-shrink: 0;
}
.co-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: .1px;
}
.co-field {
  margin-bottom: 18px;
}
.co-field-last {
  margin-bottom: 0;
}
.co-label {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
  margin-bottom: 7px;
}
.co-label sup {
  color: #e53e3e;
  font-size: 11px;
  top: -2px;
}
.co-input,
.co-select,
.co-textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  color: #222;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: none;
  display: block;
}
.co-input:focus,
.co-select:focus,
.co-textarea:focus {
  border-color: #888;
  box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.co-input::placeholder,
.co-textarea::placeholder {
  color: #b0b0b0;
  font-size: 13.5px;
}
.co-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  cursor: pointer;
  height: 46px;
}
.co-textarea {
  resize: vertical;
  min-height: 84px;
}
@media (max-width: 576px) {
  .co-section { padding-left: 12px; }
  .co-section-title { font-size: 16px; }
  .co-section-icon { font-size: 18px; width: 32px; height: 32px; }
}

/* ============================================================
   NEW ARRIVAL TABBED SECTION
   ============================================================ */
.na-section {
  padding: 60px 0 50px;
  background: #fff;
}
.na-header {
  margin-bottom: 28px;
}
.na-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--bf-blue);
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.na-subtitle {
  font-size: 13px;
  color: var(--bf-text-light);
  font-weight: 500;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.na-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 36px;
}
.na-tabs-wrapper::-webkit-scrollbar { display: none; }
.na-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  justify-content: center;
  gap: 0;
}
.na-tab-item {
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .2s ease, border-color .2s ease;
  user-select: none;
}
.na-tab-item:hover {
  color: var(--bf-orange);
}
.na-tab-item.active {
  color: var(--bf-blue);
  font-weight: 700;
  border-bottom-color: var(--bf-orange);
}
.na-tab-pane {
  display: none;
}
.na-tab-pane.active {
  display: block;
  animation: naFadeIn .3s ease;
}
@keyframes naFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.na-view-all-btn {
  display: inline-block;
  padding: 11px 40px;
  border: 1.5px solid var(--bf-blue);
  color: var(--bf-blue);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: .5px;
  transition: all .25s ease;
  text-decoration: none;
}
.na-view-all-btn:hover {
  background: var(--bf-blue);
  color: #fff;
}
@media (max-width: 576px) {
  .na-title { font-size: 26px; }
  .na-tab-item { padding: 10px 14px; font-size: 13px; }
  .na-tabs { justify-content: flex-start; }
}

/* Add-to-cart button inside product card hover overlay */
.bf-btn-cart {
  flex: none;
  padding: 9px 14px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 22px;
  letter-spacing: .3px;
  border: 1.5px solid rgba(255,255,255,.75);
  transition: var(--bf-transition);
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
}
.bf-btn-cart:hover,
.bf-btn-cart:focus {
  background: var(--bf-blue);
  border-color: var(--bf-blue);
  color: #fff;
  outline: none;
}
/* Mobile add to cart */
.bf-mobile-action .bf-btn-cart {
  width: 100%;
  display: block;
  text-align: center;
  background: #f5f2ed;
  color: var(--bf-blue);
  border: 1.5px solid rgba(27,42,59,.15);
  border-radius: 22px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--bf-transition);
}
.bf-mobile-action .bf-btn-cart:hover {
  background: var(--bf-blue);
  border-color: var(--bf-blue);
  color: #fff;
}

/* ============================================================
   FOOTER — PREMIUM REDESIGN
   ============================================================ */
.footer_area {
  background: linear-gradient(160deg, #14202e 0%, #1b2a3b 50%, #243447 100%);
  padding: 60px 0 0;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.footer_area::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218,163,66,.12) 0%, transparent 70%);
  pointer-events: none;
}
.footer_area::after {
  content: '';
  position: absolute;
  bottom: 60px; left: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,187,93,.08) 0%, transparent 70%);
  pointer-events: none;
}

/* Footer top accent stripe */
.footer_area .bf-footer-stripe {
  height: 3px;
  background: linear-gradient(90deg, var(--bf-orange-dark), var(--bf-orange), var(--bf-yellow), var(--bf-orange), var(--bf-orange-dark));
  background-size: 300% 100%;
  animation: bf-nav-shimmer 5s linear infinite;
  margin-bottom: 48px;
}

/* Footer info text */
.footer_area .footer_main .left_info .info_item .title {
  font-size: 14px;
  font-weight: 700;
  color: var(--bf-yellow);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 18px;
  position: relative;
}
.footer_area .footer_main .left_info .info_item .title::after {
  content: '';
  display: block;
  width: 30px; height: 2px;
  background: var(--bf-orange);
  border-radius: 2px;
  margin-top: 6px;
}
.footer_area .footer_main .left_info .info_item div,
.footer_area .footer_main .left_info .info_item p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  line-height: 26px;
}
.footer_area .footer_main .left_info .info_item ul li { margin-bottom: 8px; }
.footer_area .footer_main .left_info .info_item ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  position: relative;
  padding-left: 0;
  transition: var(--bf-transition);
}
.footer_area .footer_main .left_info .info_item ul li a::before {
  content: '›';
  color: var(--bf-orange);
  margin-right: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  display: inline-block;
  transform: translateX(-8px);
}
.footer_area .footer_main .left_info .info_item ul li a:hover {
  color: var(--bf-yellow);
  padding-left: 14px;
}
.footer_area .footer_main .left_info .info_item ul li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Newsletter form */
.footer_area .footer_main .right_info .input_groups label {
  font-size: 13px;
  font-weight: 700;
  color: var(--bf-yellow);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 8px;
}
.footer_area .footer_main .right_info .input_groups small {
  color: rgba(255,255,255,.55);
  font-size: 11.5px;
}
.footer_area .footer_main .right_info .input_groups .input_field input {
  border: 2px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 22px;
  padding: 0 110px 0 44px;
  height: 46px;
  font-size: 13px;
  transition: var(--bf-transition);
}
.footer_area .footer_main .right_info .input_groups .input_field input::placeholder {
  color: rgba(255,255,255,.45);
}
.footer_area .footer_main .right_info .input_groups .input_field input:focus {
  border-color: var(--bf-orange);
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 3px rgba(218,163,66,.15);
  outline: none;
}
.footer_area .footer_main .right_info .input_groups .input_field .email_icon i {
  color: rgba(255,255,255,.6);
}
.footer_area .footer_main .right_info .input_groups .input_field button {
  background: var(--bf-orange);
  border-radius: 0 22px 22px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  height: 46px;
  padding: 6px 18px;
}
.footer_area .footer_main .right_info .input_groups .input_field button:hover {
  background: var(--bf-orange-dark);
  color: #fff;
}

/* Footer bottom bar */
.footer_area .footer_btm {
  background: rgba(0,0,0,.35);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  margin-top: 48px;
  backdrop-filter: blur(6px);
}
.footer_area .footer_btm .left p {
  font-size: 13px;
  color: rgba(255,255,255,.65);
}
.footer_area .footer_btm .middle span {
  font-size: 13px;
  color: rgba(255,255,255,.65);
}
.footer_area .footer_btm .middle a {
  width: 34px; height: 34px;
  line-height: 34px;
  border-radius: 50%;
  transition: var(--bf-transition);
  color: #fff;
  font-size: 14px;
}
.footer_area .footer_btm .middle a:nth-child(1) { background: #3b5998; }
.footer_area .footer_btm .middle a:nth-child(2) { background: #1da1f2; }
.footer_area .footer_btm .middle a:nth-child(3) { background: #bd081c; }
.footer_area .footer_btm .middle a:nth-child(4) {
  background: linear-gradient(45deg, #405de6, #833ab4, #c13584, #fd1d1d);
}
.footer_area .footer_btm .middle a:hover {
  transform: translateY(-3px) scale(1.12);
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
  .header_area .middle_header_area .middle_header_main .left_area .other_options .search_area_ .input_groups {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .footer_area .footer_main .left_info { column-gap: 40px; }
}
@media (max-width: 767px) {
  .footer_area .footer_main .left_info { flex-direction: column; gap: 32px; }
  .footer_area .footer_main .right_info { max-width: 100%; }
  .bf-topbar p { font-size: 11px; }
}
@media (max-width: 575px) {
  .bf-product-card .bf-card-body .bf-price { font-size: 14px; }
  .bf-product-card .bf-card-body .bf-product-name { font-size: 12.5px; }
}

/* ============================================================
   DESKTOP — LUXURY CENTERED LAYOUT WITH BORDER TREATMENT
   ============================================================ */
@media (min-width: 992px) {

  /* Body background — warm off-white to contrast centered layout */
  body {
    background-color: var(--bf-soft-bg);
  }

  /* Header — full-width dark nav with gold bottom border */
  .header_area {
    border-bottom: 3px solid var(--bf-orange);
  }

  /* Footer — gold top accent border */
  .footer_area {
    border-top: 3px solid var(--bf-orange);
  }

  /* Subtle gold left/right rules inside the container on wide screens */
  .header_area .middle_header_area .container,
  .header_area .menu_area .container {
    position: relative;
  }

  /* Section content areas get a soft warm card feel */
  main {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Quick View Modal
   ═══════════════════════════════════════════════════════════════ */

.qv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.qv-overlay.active { display: flex; }

.qv-modal {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 840px;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
  animation: qvSlideIn .32s cubic-bezier(.32, 1.2, .5, 1) both;
}
.qv-modal::-webkit-scrollbar { width: 5px; }
.qv-modal::-webkit-scrollbar-thumb { background: var(--bf-orange); border-radius: 10px; }

@keyframes qvSlideIn {
  from { opacity: 0; transform: translateY(36px) scale(.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1);   }
}

/* ── Close button ──────────────────────────────────── */
.qv-close {
  position: absolute;
  top: 14px; right: 16px;
  width: 36px; height: 36px;
  background: #f4f2ef;
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem;
  color: var(--bf-blue);
  cursor: pointer;
  z-index: 10;
  transition: background .2s, color .2s, transform .2s;
}
.qv-close:hover { background: var(--bf-orange); color: #fff; transform: rotate(90deg); }

/* ── Loading spinner ───────────────────────────────── */
.qv-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.qv-spinner {
  width: 46px; height: 46px;
  border: 4px solid #eee;
  border-top-color: var(--bf-orange);
  border-radius: 50%;
  animation: qvSpin .75s linear infinite;
}
@keyframes qvSpin { to { transform: rotate(360deg); } }

/* ── Main layout ───────────────────────────────────── */
.qv-content {
  display: flex;
  gap: 1.75rem;
  padding: 2rem 2rem 1.75rem;
}
.qv-left  { flex: 0 0 260px; }
.qv-right { flex: 1; min-width: 0; }

/* ── Image gallery ─────────────────────────────────── */
.qv-main-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f5f1;
}
.qv-main-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.qv-main-img-wrap:hover img { transform: scale(1.06); }

.qv-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .65rem;
}
.qv-thumb {
  width: 56px; height: 56px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color .18s, transform .18s;
}
.qv-thumb:hover,
.qv-thumb.active { border-color: var(--bf-orange); transform: translateY(-2px); }
.qv-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ── Badge row ─────────────────────────────────────── */
.qv-badge-row { display: flex; gap: .45rem; flex-wrap: wrap; margin-bottom: .6rem; }
.qv-badge {
  font-size: .7rem;
  font-weight: 700;
  padding: .2rem .75rem;
  border-radius: 30px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.qv-badge-discount { background: #fce4d4; color: #c0392b; }
.qv-badge-instock  { background: #d4edda; color: #1a7c3e; }
.qv-badge-outstock { background: #f8d7da; color: #842029; }

/* ── Product info ──────────────────────────────────── */
.qv-product-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--bf-blue);
  line-height: 1.35;
  margin-bottom: .3rem;
}
.qv-stars { color: var(--bf-orange); font-size: .82rem; margin-bottom: .65rem; }

.qv-price-row {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.qv-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--bf-blue);
}
.qv-price-original {
  font-size: .95rem;
  color: #aaaaaa;
  text-decoration: line-through;
}

/* ── Section label ─────────────────────────────────── */
.qv-section-label {
  font-size: .75rem;
  font-weight: 700;
  color: #7a7a8a;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .4rem;
  margin-top: 0;
}

/* ── Variant chips ─────────────────────────────────── */
.qv-variants-wrap { margin-bottom: .5rem; }
.qv-variant-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .3rem; }

.qv-chip {
  padding: .32rem .85rem;
  border: 2px solid #ddd9d1;
  border-radius: 30px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--bf-blue);
  cursor: pointer;
  background: #fff;
  transition: border-color .18s, background .18s, color .18s, transform .15s;
  user-select: none;
}
.qv-chip:hover:not(.out-of-stock) { border-color: var(--bf-orange); color: var(--bf-orange); transform: translateY(-1px); }
.qv-chip.selected { background: var(--bf-orange); border-color: var(--bf-orange); color: #fff; box-shadow: 0 3px 10px rgba(218, 163, 66, .35); }
.qv-chip.out-of-stock { opacity: .4; cursor: not-allowed; text-decoration: line-through; }

.qv-variant-stock {
  font-size: .78rem;
  color: #6b7280;
  min-height: 1.1rem;
  margin-top: .1rem;
  margin-bottom: 0;
}

/* ── Quantity stepper ──────────────────────────────── */
.qv-qty-label { margin-top: .85rem; }
.qv-qty-row {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e0ddd7;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.qv-qty-btn {
  width: 38px; height: 38px;
  background: none; border: none;
  font-size: .85rem;
  color: var(--bf-blue);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s;
}
.qv-qty-btn:hover { background: #f4f2ef; }
.qv-qty-input {
  width: 46px;
  text-align: center;
  border: none; outline: none;
  font-size: 1rem; font-weight: 700;
  color: var(--bf-blue);
  background: transparent;
  -moz-appearance: textfield;
}
.qv-qty-input::-webkit-inner-spin-button,
.qv-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* ── Action buttons ────────────────────────────────── */
.qv-actions {
  display: flex;
  gap: .75rem;
  margin-bottom: .85rem;
  flex-wrap: wrap;
}
.qv-btn-cart, .qv-btn-order {
  flex: 1;
  min-width: 130px;
  padding: .72rem 1rem;
  border: none;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: all .2s;
  letter-spacing: .03em;
}
.qv-btn-cart { background: var(--bf-blue); color: #fff; }
.qv-btn-cart:hover  { background: #243b51; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(27,42,59,.22); }
.qv-btn-order { background: linear-gradient(135deg, var(--bf-yellow), var(--bf-orange)); color: #fff; }
.qv-btn-order:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(218,163,66,.3); }
.qv-btn-cart:disabled, .qv-btn-order:disabled { opacity: .65; cursor: not-allowed; transform: none; }

/* ── View full details link ────────────────────────── */
.qv-view-details {
  display: block;
  text-align: center;
  font-size: .8rem;
  color: #aaaaaabf;
  text-decoration: none;
  padding-top: .1rem;
  transition: color .2s;
}
.qv-view-details:hover { color: var(--bf-orange); }

/* ── Mobile: bottom sheet ──────────────────────────── */
@media (max-width: 767px) {
  .qv-overlay { align-items: flex-end; padding: 0; }
  .qv-modal {
    border-radius: 22px 22px 0 0;
    max-height: 93vh;
    animation: qvSlideUp .32s cubic-bezier(.32, 1.2, .5, 1) both;
  }
  @keyframes qvSlideUp {
    from { transform: translateY(100%); opacity: .75; }
    to   { transform: translateY(0);    opacity: 1;   }
  }
  .qv-content { flex-direction: column; padding: 1.25rem 1.1rem 1.5rem; gap: 1rem; }
  .qv-left { flex: none; }
  .qv-main-img-wrap { max-height: 230px; aspect-ratio: auto; }
  .qv-close { top: 10px; right: 12px; }
  .qv-product-name { font-size: 1.05rem; }
  .qv-price { font-size: 1.35rem; }
}

/* ============================================================
   FIND THE PERFECT GIFT SECTION
   ============================================================ */
.gift_section {
  padding: 60px 0 40px;
}
.gift_section_title {
  font-size: 30px;
  font-weight: 700;
  color: var(--bf-blue);
  letter-spacing: .3px;
}
.gift_cat_item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.gift_cat_img_wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.gift_cat_img_wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gift_cat_item:hover .gift_cat_img_wrap img {
  transform: scale(1.06);
}
.gift_cat_label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(14, 30, 46, .72);
  padding: 10px 8px;
  text-align: center;
}
.gift_cat_label span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .gift_section_title { font-size: 22px; }
  .gift_cat_label span { font-size: 12px; }
}

/* ============================================================
   ABOUT OUR STORE SECTION
   ============================================================ */
.about_store_section {
  padding: 20px 0 60px;
}
.about_store_title {
  font-size: 30px;
  font-weight: 700;
  color: var(--bf-blue);
}
.about_store_subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
.about_store_wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0,0,0,.08);
}
.about_store_img {
  object-fit: cover;
  display: block;
  min-height: 380px;
}
.about_store_img_placeholder {
  min-height: 380px;
  background: #f0ede8;
}
.about_store_phone {
  background: #fff;
  padding: 36px 24px;
  border-bottom: 1px solid #ebebeb;
}
.about_store_phone_number {
  font-size: 26px;
  font-weight: 700;
  color: var(--bf-blue);
  margin-bottom: 6px;
  letter-spacing: .5px;
}
.about_store_phone_sub {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}
.about_store_cards {
  background: #fff;
}
.about_store_card {
  padding: 26px 20px;
  border: 1px solid #ebebeb;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about_store_card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--bf-blue);
  margin-bottom: 4px;
}
.about_store_card_info {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.about_store_card_info li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.about_store_card_info li i {
  margin-top: 3px;
  color: var(--bf-blue);
  font-size: 12px;
  flex-shrink: 0;
}
.about_store_card_info li a {
  color: #666;
  text-decoration: none;
  word-break: break-all;
}
.about_store_card_info li a:hover { color: var(--bf-orange); }
.about_store_map_link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--bf-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: auto;
}
.about_store_map_link:hover { color: var(--bf-orange); }
@media (max-width: 991px) {
  .about_store_img,
  .about_store_img_placeholder { min-height: 260px; }
  .about_store_phone_number { font-size: 20px; }
}
@media (max-width: 576px) {
  .about_store_title { font-size: 22px; }
  .about_store_phone_number { font-size: 17px; }
  .about_store_card { padding: 18px 14px; }
  .about_store_card h4 { font-size: 13px; }
}
