/* FRAGRANCIA — tester.css */
.tester-tag { display:inline-block; font-size:0.65rem; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--black); background:var(--gold); padding:4px 12px; }
.tester-card { background:var(--dark-2); border:1px solid rgba(255,255,255,0.04); border-radius:var(--fra-radius); transition:var(--transition); overflow:hidden; }
.tester-card:hover { border-color:rgba(201,168,76,0.15); transform:translateY(-3px); }
.tester-card .tester-img { background:linear-gradient(145deg,var(--dark-3),var(--dark)); height:200px; display:flex; align-items:center; justify-content:center; position:relative; }
.tester-card .tester-size { position:absolute; top:10px; right:10px; font-size:0.6rem; font-weight:700; letter-spacing:1px; background:var(--gold); color:var(--black); padding:3px 10px; }
.tester-card .tester-info { padding:18px 15px; }
.tester-card .tester-name { font-family:var(--font-display); font-size:0.95rem; font-weight:600; color:var(--white); margin-bottom:5px; }
.tester-card .tester-price { font-family:var(--font-display); font-weight:700; color:var(--gold); font-size:1rem; }
.tester-card .btn-add-tester { display:block; width:100%; padding:12px; background:transparent; border:none; border-top:1px solid rgba(255,255,255,0.04); color:var(--gold); font-family:var(--font-body); font-size:0.7rem; font-weight:600; letter-spacing:2px; text-transform:uppercase; cursor:pointer; transition:var(--transition); }
.tester-card .btn-add-tester:hover { background:var(--gold); color:var(--black); }
/* Hero reuse — removed (replaced by shared .hero-split-* in style.css) */
@media(max-width:575.98px){ .tester-card .tester-img{height:150px} .tester-card .tester-info{padding:12px 10px} }

/* Hot badge */
.tester-hot{position:absolute;top:12px;left:12px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(201,168,76,.14);border:1px solid rgba(201,168,76,.35);backdrop-filter:blur(8px)}
.tester-hot span{font-size:.75rem;font-weight:800;color:var(--gold);letter-spacing:.5px}

/* Tester order (mini-checkout) */
.tester-order-box{background:var(--dark-2);border:1px solid rgba(201,168,76,.08);border-radius:var(--fra-radius);padding:20px;margin-top:18px}
.tester-order-empty{text-align:center;padding:30px 10px}
.tester-order-items .tester-order-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.tester-order-items .tester-order-row:last-child{border-bottom:none}
.tester-order-name{font-family:var(--font-display);font-size:.95rem;color:var(--white);margin:0}
.tester-order-meta{font-size:.75rem;color:var(--gray);margin:2px 0 0}
.tester-remove{margin-top:6px;background:transparent;border:none;padding:0;color:rgba(201,168,76,.85);font-size:.75rem;letter-spacing:1px;cursor:pointer}
.tester-remove:hover{text-decoration:underline;color:var(--gold)}
.tester-order-price{font-family:var(--font-display);font-weight:800;color:var(--gold)}
.tester-order-qty{display:flex;align-items:center;gap:8px}
.tester-qty-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(201,168,76,.22);background:transparent;color:var(--gold);cursor:pointer;transition:var(--transition)}
.tester-qty-btn:hover{background:var(--gold);color:var(--black)}
.tester-qty-val{min-width:22px;text-align:center;font-weight:700;color:var(--white)}

/* Reuse Gift checkout visuals on Tester page */
.gift-sidebar{background:var(--dark-2);border:1px solid rgba(201,168,76,.08);padding:22px}
.gift-sidebar-title{font-size:1.15rem;margin:0 0 16px}
.gift-summary-line{display:flex;align-items:center;justify-content:space-between;padding:8px 0;color:var(--gray-light);font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.06)}
.gift-summary-total{display:flex;align-items:center;justify-content:space-between;padding:14px 0 4px;font-family:var(--font-display);font-size:1.2rem;border-bottom:1px solid rgba(255,255,255,.08)}
.gift-form input,.gift-form textarea{width:100%;background:var(--dark);border:1px solid rgba(201,168,76,.12);color:var(--white);padding:12px 14px;font-size:.85rem;outline:none;transition:var(--transition)}
.gift-form input:focus,.gift-form textarea:focus{border-color:rgba(201,168,76,.35);box-shadow:0 0 0 3px rgba(201,168,76,.08)}
.gift-form textarea{resize:vertical}
.gift-delivery-box{margin:14px 0 12px;padding:14px;border:1px solid rgba(201,168,76,.1);background:linear-gradient(135deg,var(--dark),var(--dark-2))}
.delivery-title{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--gray-light);margin-bottom:10px}
.delivery-options{display:flex;flex-direction:column;gap:8px}
.delivery-option{display:flex;align-items:center;gap:10px;color:var(--gray-light);font-size:.82rem;line-height:1.4}
.delivery-option input{accent-color:var(--gold)}


/* Delivery cards */
.delivery-option-inner{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-radius:var(--fra-radius);border:1px solid rgba(201,168,76,.12);background:rgba(0,0,0,.18);padding:16px 18px;transition:var(--transition)}
.delivery-option-inner:hover{border-color:rgba(201,168,76,.22);background:rgba(201,168,76,.06)}
.delivery-icon{width:48px;height:48px;border-radius:16px;background:rgba(201,168,76,.10);border:1px solid rgba(201,168,76,.16);display:flex;align-items:center;justify-content:center}

/* ── Search bar ────────────────────────────────────────── */
.collection-search-inner{position:relative;display:flex;align-items:center}
.collection-search-icon{position:absolute;left:16px;color:var(--gold);font-size:.85rem;pointer-events:none;z-index:1}
.collection-search-input{width:100%;background:var(--dark-3);border:1px solid rgba(201,168,76,.15);border-radius:var(--fra-radius);padding:13px 44px;color:var(--white);font-family:var(--font-body);font-size:.9rem;transition:var(--transition);outline:none}
.collection-search-input::placeholder{color:var(--gray-dark);font-size:.82rem}
.collection-search-input:focus{border-color:rgba(201,168,76,.4);background:var(--dark-2);box-shadow:0 0 0 3px rgba(201,168,76,.08)}
.collection-search-clear{position:absolute;right:14px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.08);border:none;color:var(--gray);font-size:.7rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}
.collection-search-clear:hover{background:rgba(201,168,76,.15);color:var(--gold)}
.collection-search-meta{font-size:.78rem;color:var(--gray);padding:8px 4px 0;min-height:24px}

/* ── Sticky cart bar ───────────────────────────────────── */
/* Active delivery option */
.delivery-option input[type=radio]:checked + .delivery-option-inner{
  border-color: var(--gold);
  background: rgba(201,168,76,.06);
  box-shadow: 0 0 0 2px var(--gold), 0 6px 24px rgba(201,168,76,.2);
}
.delivery-option input[type=radio]:checked + .delivery-option-inner .do-title {
  color: var(--gold);
}
.delivery-option input[type=radio]:checked + .delivery-option-inner .do-icon {
  background: rgba(201,168,76,.15);
  color: var(--gold);
}
.delivery-option input[type=radio]:checked + .delivery-option-inner .do-fee {
  color: var(--gold);
  font-weight: 700;
}

.tester-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--dark-2);
  border-top: 1px solid rgba(201,168,76,.2);
  box-shadow: 0 -4px 24px rgba(0,0,0,.35);
  padding: 14px 0;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.tester-sticky-bar.visible {
  transform: translateY(0);
}
.tester-sticky-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tester-sticky-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tester-sticky-count {
  font-size: .85rem;
  color: var(--gray-light);
}
.tester-sticky-count i { color: var(--gold); }
.tester-sticky-price {
  font-size: .85rem;
  color: var(--gray-light);
}
.tester-sticky-price strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold);
}
.tester-sticky-btn {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .tester-sticky-bar { padding: 10px 0; }
  .tester-sticky-inner { padding: 0 14px; gap: 10px; }
  .tester-sticky-info { gap: 8px; }
  .tester-sticky-count { font-size: .75rem; }
  .tester-sticky-price { font-size: .75rem; }
  .tester-sticky-price strong { font-size: .88rem; }
  .tester-sticky-btn { font-size: .72rem !important; padding: 8px 14px !important; }
}