/** Shopify CDN: Minification failed

Line 922:0 Expected "}" to go with "{"

**/
/* ═══════════════════════════════════════════════
   SAFE SENIORS — AMAZON PREMIUM THEME
   theme.css  v2.0
═══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #ff9900;
  --orange-dark: #e47911;
  --navy: #131921;
  --navy-mid: #232f3e;
  --yellow: #febd69;
  --green: #007600;
  --green-light: #f0f8f2;
  --blue: #0066c0;
  --red: #b12704;
  --border: #ddd;
  --bg: #eaeded;
  --white: #fff;
  --text: #0f1111;
  --muted: #565959;
  --light: #f3f3f3;
  --font: 'Inter', -apple-system, Arial, sans-serif;
  --r: 4px;
  --shadow: 0 2px 5px rgba(15,17,17,.12);
  --shadow-lg: 0 4px 16px rgba(15,17,17,.18);
  --transition: .15s ease;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); color: var(--text); background: var(--bg); font-size: 14px; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: #c45500; text-decoration: underline; }
button { font-family: var(--font); }
input, select, textarea { font-family: var(--font); }

/* ─── TOPBAR ─── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: 12px;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.topbar__item { display: flex; align-items: center; gap: 5px; }
.topbar__item strong { color: #febd69; font-weight: 600; }

/* ─── HEADER ─── */
.site-header { background: var(--navy); padding: 8px 16px; position: sticky; top: 0; z-index: 200; }
@media (max-width: 768px) {
  .site-header { padding: 4px 12px !important; }
  .site-header__logo-img { height: 28px !important; max-width: 90px !important; }
  .site-header__cart-icon { font-size: 22px !important; }
  .site-header__cart-text { font-size: 11px !important; }
}
.site-header__inner {
  max-width: 1500px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px;
}
.site-header__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; border: 1.5px solid transparent;
  border-radius: var(--r); padding: 5px 8px;
  transition: border-color var(--transition); flex-shrink: 0;
}
.site-header__logo:hover { border-color: #fff; text-decoration: none; }
.site-header__logo-img { height: 42px; width: 42px; border-radius: 50%; object-fit: cover; }
.site-header__logo-text { color: #fff; font-size: 17px; font-weight: 700; display: block; line-height: 1.1; }
.site-header__logo-sub { color: var(--orange); font-size: 10px; display: block; }

.site-header__deliver {
  display: flex; flex-direction: column;
  color: #fff; font-size: 12px;
  border: 1.5px solid transparent; border-radius: var(--r);
  padding: 4px 10px; cursor: pointer;
  transition: border-color var(--transition); white-space: nowrap;
}
.site-header__deliver:hover { border-color: #fff; }
.site-header__deliver span:first-child { color: rgba(255,255,255,.65); font-size: 11px; }
.site-header__deliver span:last-child { font-weight: 700; font-size: 13px; }

.site-header__search {
  flex: 1; display: flex;
  border-radius: var(--r); overflow: hidden;
  border: 2.5px solid var(--orange);
  transition: border-color var(--transition);
}
.site-header__search:focus-within { border-color: #f90; }
.site-header__search-select {
  background: var(--light); border: none;
  padding: 0 10px; font-size: 12px; color: var(--text);
  cursor: pointer; border-right: 1px solid #ccc;
  min-width: 60px; outline: none;
}
.site-header__search-input {
  flex: 1; border: none; padding: 9px 14px;
  font-size: 15px; color: var(--text); outline: none;
}
.site-header__search-btn {
  background: var(--orange); border: none;
  padding: 0 16px; cursor: pointer; font-size: 19px;
  display: flex; align-items: center;
  transition: background var(--transition);
}
.site-header__search-btn:hover { background: var(--orange-dark); }

.site-header__account, .site-header__orders {
  display: flex; flex-direction: column; color: #fff; font-size: 12px;
  border: 1.5px solid transparent; border-radius: var(--r);
  padding: 4px 10px; cursor: pointer;
  transition: border-color var(--transition); white-space: nowrap;
  text-decoration: none;
}
.site-header__account:hover, .site-header__orders:hover { border-color: #fff; text-decoration: none; color: #fff; }
.site-header__account span:first-child, .site-header__orders span:first-child { color: rgba(255,255,255,.65); font-size: 11px; }
.site-header__account span:last-child, .site-header__orders span:last-child { font-weight: 700; font-size: 13px; }

.site-header__cart {
  display: flex; align-items: flex-end; gap: 5px;
  color: #fff; border: 1.5px solid transparent;
  border-radius: var(--r); padding: 4px 10px;
  text-decoration: none; transition: border-color var(--transition); position: relative;
}
.site-header__cart:hover { border-color: #fff; text-decoration: none; color: #fff; }
.site-header__cart-icon { font-size: 30px; line-height: 1; }
.site-header__cart-count {
  position: absolute; top: 2px; left: 26px;
  background: var(--orange); color: var(--navy);
  font-size: 12px; font-weight: 700;
  min-width: 20px; height: 20px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
.site-header__cart-text { font-size: 13px; font-weight: 700; }

/* ─── NAV BAR ─── */
.nav-bar { background: var(--navy-mid); padding: 0 16px; }
.nav-bar__inner {
  max-width: 1500px; margin: 0 auto;
  display: flex; align-items: center; gap: 2px;
  overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none;
}
.nav-bar__inner::-webkit-scrollbar { display: none; }
.nav-bar__item {
  color: #fff; font-size: 13px; font-weight: 500;
  padding: 9px 12px; border-radius: var(--r);
  white-space: nowrap; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: border-color var(--transition);
  display: inline-flex; align-items: center;
}
.nav-bar__item:hover { border-color: #fff; color: #fff; text-decoration: none; }
.nav-bar__item--highlight { color: var(--orange) !important; font-weight: 700; }
.nav-bar__item--highlight:hover { color: var(--orange) !important; }

/* ─── HERO BANNER ─── */
.hero-banner { position: relative; overflow: hidden; }
.hero-banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
  display: flex; align-items: center;
}
.hero-banner__content { padding: 40px 64px; max-width: 520px; }
.hero-banner__badge {
  background: var(--orange); color: #000;
  font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: var(--r);
  text-transform: uppercase; letter-spacing: .5px;
  display: inline-block; margin-bottom: 12px;
}
.hero-banner__title { font-size: clamp(22px,3vw,34px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 10px; }
.hero-banner__sub { font-size: 15px; color: rgba(255,255,255,.82); margin-bottom: 18px; line-height: 1.55; }
.hero-banner__price { font-size: 28px; font-weight: 700; color: var(--orange); margin-bottom: 18px; }
.hero-banner__price span { font-size: 16px; color: rgba(255,255,255,.55); text-decoration: line-through; margin-left: 10px; font-weight: 400; }

/* ─── BUTTONS ─── */
.btn-amazon {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border: 1px solid #a88734; color: #111;
  font-size: 13px; font-weight: 500; padding: 8px 18px;
  border-radius: var(--r); cursor: pointer;
  text-decoration: none; transition: background var(--transition), box-shadow var(--transition);
  white-space: nowrap; letter-spacing: .1px;
}
.btn-amazon:hover { background: linear-gradient(to bottom, #f5d78e, #eeb933); box-shadow: 0 2px 8px rgba(0,0,0,.15); text-decoration: none; color: #111; }
.btn-amazon:active { background: linear-gradient(to bottom, #eeb933, #e5a814); box-shadow: inset 0 1px 3px rgba(0,0,0,.2); }

.btn-buynow {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, #f7ca00, #f0ac00);
  border: 1px solid #c7861b; color: #111;
  font-size: 13px; font-weight: 500; padding: 8px 18px;
  border-radius: 20px; cursor: pointer;
  text-decoration: none; transition: background var(--transition);
  white-space: nowrap;
}
.btn-buynow:hover { background: linear-gradient(to bottom, #f5c100, #e8a800); text-decoration: none; color: #111; }

.btn-orange {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, #f7a84a, #e47911);
  border: 1px solid #c45500; color: #fff;
  font-size: 14px; font-weight: 600; padding: 11px 22px;
  border-radius: 20px; cursor: pointer;
  text-decoration: none; transition: all var(--transition);
}
.btn-orange:hover { background: linear-gradient(to bottom, #e8993b, #d46a00); text-decoration: none; color: #fff; box-shadow: 0 2px 10px rgba(228,121,17,.4); }

.btn-lg { padding: 13px 26px; font-size: 15px; width: 100%; }

/* ─── PRODUCT LAYOUT ─── */
.product-layout {
  display: grid; grid-template-columns: 1fr 1fr 290px;
  gap: 20px; max-width: 1500px; margin: 0 auto; padding: 16px;
}
.product-gallery { }
.product-gallery__main {
  width: 100%; border-radius: var(--r);
  border: 1px solid var(--border); cursor: zoom-in;
  transition: background-image .25s ease;
  background-color: #fff;
}
.product-gallery__thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; justify-content: center; }
.product-gallery__thumb {
  width: 60px; height: 60px; border-radius: var(--r);
  border: 2px solid var(--border); cursor: pointer;
  transition: border-color var(--transition);
  background-color: #fff;
}
.product-gallery__thumb.active, .product-gallery__thumb:hover { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange); }

.product-info { padding: 2px 0; }
.product-info__brand { color: var(--blue); font-size: 13px; margin-bottom: 5px; display: block; }
.product-info__title { font-size: 22px; font-weight: 400; line-height: 1.35; color: var(--text); margin-bottom: 10px; }
.product-info__rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.product-info__stars { color: var(--orange); font-size: 15px; letter-spacing: 1px; }
.product-info__count { color: var(--blue); font-size: 13px; cursor: pointer; }
.product-info__price-block { padding: 8px 0; }
.product-info__price-label { font-size: 12px; color: var(--muted); }
.product-info__price { font-size: 30px; font-weight: 400; color: var(--red); line-height: 1; }
.product-info__price sup { font-size: 14px; vertical-align: super; }
.product-info__price-old { font-size: 13px; color: var(--muted); margin-top: 5px; }
.product-info__price-old span { text-decoration: line-through; }
.product-info__savings { color: var(--red); font-size: 13px; margin-top: 3px; font-weight: 500; }
.product-info__prime { display: flex; align-items: center; gap: 7px; font-size: 13px; padding: 7px 0; }
.product-info__prime-badge { background: #00a8e0; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px; letter-spacing: .5px; }
.product-info__features { list-style: none; margin: 10px 0; }
.product-info__features li { font-size: 13px; padding: 4px 0 4px 16px; position: relative; line-height: 1.5; }
.product-info__features li::before { content: '▸'; position: absolute; left: 0; color: var(--text); }
.product-info__variant-label { font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.product-info__variants { display: flex; gap: 8px; flex-wrap: wrap; }
.product-info__variant-btn {
  padding: 7px 16px; border: 1px solid var(--border);
  border-radius: var(--r); font-size: 13px; cursor: pointer;
  background: #fff; transition: all var(--transition);
}
.product-info__variant-btn.active, .product-info__variant-btn:hover {
  border-color: var(--orange); background: #fffbf2;
  box-shadow: 0 0 0 2px rgba(255,153,0,.25);
}

/* ─── BUY BOX ─── */
.buy-box {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--r); padding: 18px;
  position: sticky; top: 80px;
  box-shadow: var(--shadow);
}
.buy-box__price { font-size: 28px; color: var(--red); font-weight: 400; margin-bottom: 5px; }
.buy-box__prime { display: flex; align-items: center; gap: 7px; font-size: 13px; margin-bottom: 10px; }
.buy-box__deliver { font-size: 13px; margin-bottom: 5px; line-height: 1.5; }
.buy-box__stock { color: var(--green); font-size: 16px; font-weight: 500; margin-bottom: 14px; }
.buy-box__qty { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.buy-box__qty select { border: 1px solid var(--border); border-radius: var(--r); padding: 7px 10px; font-size: 13px; background: var(--light); cursor: pointer; outline: none; }
.buy-box__actions { display: flex; flex-direction: column; gap: 8px; }
.buy-box__secure { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 11px; color: var(--muted); margin-top: 10px; }
.buy-box__divider { border: none; border-top: 1px solid var(--border); margin: 12px 0; }
.buy-box__seller { font-size: 13px; line-height: 1.7; }
.buy-box__gifting { font-size: 13px; display: flex; align-items: center; gap: 6px; }

/* ─── MAIN CONTENT ─── */
.main-content { max-width: 1500px; margin: 0 auto; padding: 16px; display: flex; flex-direction: column; gap: 16px; }

/* ─── WIDGET GRID ─── */
.widget-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.widget { background: #fff; border-radius: var(--r); padding: 16px; box-shadow: var(--shadow); transition: box-shadow var(--transition); }
.widget:hover { box-shadow: var(--shadow-lg); }
.widget__title { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.widget__img { width: 100%; border-radius: var(--r); }
.widget__link { color: var(--blue); font-size: 13px; margin-top: 10px; display: block; transition: color var(--transition); }
.widget__link:hover { color: #c45500; text-decoration: underline; }

/* ─── AMZ SECTION ─── */
.amz-section { background: #fff; border-radius: var(--r); padding: 18px; box-shadow: var(--shadow); }
.amz-section__title { font-size: 20px; font-weight: 700; margin-bottom: 16px; border-bottom: 1px solid var(--border); padding-bottom: 10px; color: var(--text); }

/* ─── TRUST BAR ─── */
.trust-bar {
  background: #fff; border-top: 3px solid var(--orange);
  border-radius: var(--r); padding: 16px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  box-shadow: var(--shadow);
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item__icon { font-size: 26px; flex-shrink: 0; }
.trust-item__text strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); }
.trust-item__text span { font-size: 12px; color: var(--muted); }

/* ─── COMPARISON TABLE ─── */
.comparison-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.comparison-table th { padding: 13px 18px; font-weight: 600; text-align: left; }
.comparison-table th:not(:first-child) { text-align: center; }
.comparison-table th:first-child { background: var(--light); color: var(--text); }
.comparison-table th.us-col { background: var(--navy-mid); color: #fff; }
.comparison-table th.other-col { background: var(--light); color: var(--muted); }
.comparison-table td { padding: 11px 18px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; }
.comparison-table td:not(:first-child) { text-align: center; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table td:first-child { font-weight: 500; background: #fafafa; }
.comparison-table tr:nth-child(even) td { background: #fafafa; }
.comparison-table tr:nth-child(even) td:first-child { background: #f5f5f5; }
.yes-icon { color: var(--green); font-weight: 700; font-size: 17px; }
.no-icon { color: #ccc; font-size: 17px; }

/* ─── REVIEWS ─── */
.review-card { padding: 16px 0; border-bottom: 1px solid var(--border); }
.review-card:last-child { border-bottom: none; }
.review-card__header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.review-card__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; }
.review-card__name { font-size: 13px; font-weight: 700; color: var(--text); }
.review-card__stars { color: var(--orange); font-size: 14px; margin-bottom: 4px; }
.review-card__title { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.review-card__verified { font-size: 12px; color: var(--green); margin-bottom: 6px; font-weight: 500; }
.review-card__text { font-size: 13px; color: var(--text); line-height: 1.65; }
.review-card__helpful { font-size: 12px; color: var(--muted); margin-top: 8px; }

/* ─── STAT BARS ─── */
.stat-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.stat-bar-label { font-size: 12px; color: var(--blue); width: 64px; cursor: pointer; }
.stat-bar-bg { flex: 1; background: var(--light); border-radius: 2px; height: 13px; border: 1px solid var(--border); overflow: hidden; }
.stat-bar-fill { height: 100%; background: var(--orange); border-radius: 1px; transition: width .6s ease; }
.stat-bar-pct { font-size: 12px; color: var(--blue); width: 34px; text-align: right; }

/* ─── FAQ ACCORDION ─── */
.amz-faq { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.amz-faq__item { border-bottom: 1px solid var(--border); }
.amz-faq__item:last-child { border-bottom: none; }
.amz-faq__q {
  padding: 15px 18px; display: flex; justify-content: space-between;
  align-items: center; cursor: pointer; font-size: 14px; font-weight: 500;
  background: #fff; transition: background var(--transition);
  border: none; width: 100%; text-align: left; font-family: var(--font); color: var(--text);
}
.amz-faq__q:hover { background: var(--light); }
.amz-faq__icon { font-size: 20px; color: var(--muted); transition: transform .25s ease; flex-shrink: 0; }
.amz-faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  font-size: 13px; color: var(--muted); line-height: 1.75;
  background: #fafafa;
}
.amz-faq__a.open { max-height: 300px; padding: 14px 18px; }
.amz-faq__item.open .amz-faq__icon { transform: rotate(45deg); }

/* ─── PROMO STRIP ─── */
.promo-strip { padding: 8px 0; overflow: hidden; }
.promo-strip__track { display: flex; gap: 60px; animation: marquee 26s linear infinite; width: max-content; }
.promo-strip__track:hover { animation-play-state: paused; }
.promo-strip__item { white-space: nowrap; font-size: 13px; color: rgba(255,255,255,.72); display: flex; align-items: center; gap: 8px; }
.promo-strip__item::before { content: '•'; color: var(--orange); font-size: 16px; }

/* ─── BREADCRUMB ─── */
.breadcrumb { font-size: 12px; color: var(--muted); padding: 8px 16px; max-width: 1500px; margin: 0 auto; line-height: 1.5; }
.breadcrumb a { color: var(--blue); }
.breadcrumb a:hover { color: #c45500; text-decoration: underline; }
.breadcrumb span { margin: 0 5px; color: var(--muted); }

/* ─── DELIVERY TIMELINE ─── */
.delivery-timeline { display: flex; align-items: center; gap: 8px; padding: 14px 0; }
.dl-step { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.dl-step__dot { width: 30px; height: 30px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 13px; color: #fff; font-weight: 700; flex-shrink: 0; }
.dl-step__label { font-size: 11px; color: var(--muted); text-align: center; font-weight: 600; }
.dl-step__date { font-size: 11px; color: var(--text); text-align: center; }
.dl-line { flex: 1; height: 2px; background: var(--border); }

/* ─── PRODUCT CARDS ─── */
.product-card { background: #fff; border-radius: var(--r); padding: 14px; border: 1px solid transparent; transition: border-color var(--transition), box-shadow var(--transition); cursor: pointer; }
.product-card:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); }
.product-card__img { width: 100%; aspect-ratio: 1/1; object-fit: contain; background: #f8f8f8; border-radius: var(--r); margin-bottom: 10px; }
.product-card__title { font-size: 13px; line-height: 1.4; margin-bottom: 6px; color: var(--text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__stars { color: var(--orange); font-size: 13px; }
.product-card__price { font-size: 18px; color: var(--red); margin-top: 6px; font-weight: 400; }
.product-card__price-old { font-size: 12px; color: var(--muted); text-decoration: line-through; }
.product-card__badge { background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 6px; border-radius: 2px; display: inline-block; margin-bottom: 4px; }

/* ─── CART PAGE ─── */
.cart-page { max-width: 1100px; margin: 0 auto; padding: 24px 16px; }
.cart-page h1 { font-size: 28px; font-weight: 400; margin-bottom: 20px; }
.cart-layout { display: grid; grid-template-columns: 1fr 300px; gap: 20px; align-items: start; }
.cart-items { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 16px; }
.cart-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.cart-item:last-child { border-bottom: none; }
.cart-item__img { width: 100px; height: 100px; object-fit: contain; border: 1px solid var(--border); border-radius: var(--r); background: #fff; flex-shrink: 0; }
.cart-item__title { font-weight: 400; color: var(--text); margin-bottom: 4px; font-size: 14px; line-height: 1.4; }
.cart-item__stock { color: var(--green); font-size: 13px; margin-bottom: 6px; }
.cart-item__price { font-size: 18px; font-weight: 400; color: var(--red); }
.cart-summary { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 18px; position: sticky; top: 90px; }
.cart-summary__total { font-size: 18px; margin-bottom: 14px; }
.cart-summary__total strong { color: var(--red); }

/* ─── FORM FIELDS ─── */
.form-group { margin-bottom: 14px; }
.form-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 5px; color: var(--text); }
.form-input {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--border); border-radius: var(--r);
  font-size: 14px; font-family: var(--font); color: var(--text);
  outline: none; transition: border-color var(--transition), box-shadow var(--transition);
  background: #fff;
}
.form-input:focus { border-color: #999; box-shadow: 0 0 0 3px rgba(15,17,17,.08); }
.form-input--error { border-color: var(--red); }
.form-error { font-size: 12px; color: var(--red); margin-top: 4px; }

/* ─── FOOTER ─── */
.site-footer { margin-top: 24px; }
.footer-back-top { background: #37475a; color: #fff; text-align: center; padding: 14px; font-size: 13px; cursor: pointer; transition: background var(--transition); }
.footer-back-top:hover { background: #485769; }
.footer-main { background: var(--navy-mid); color: rgba(255,255,255,.8); padding: 36px 16px; }
.footer-main__inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.footer-col a { display: block; color: rgba(255,255,255,.65); font-size: 13px; margin-bottom: 8px; text-decoration: none; transition: color var(--transition); }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-bottom { background: var(--navy); padding: 18px 16px; text-align: center; }
.footer-bottom__logo { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.footer-bottom__links { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 10px; }
.footer-bottom__links a { color: rgba(255,255,255,.6); font-size: 12px; transition: color var(--transition); }
.footer-bottom__links a:hover { color: #fff; }
.footer-bottom__copy { font-size: 12px; color: rgba(255,255,255,.35); }

/* ─── PAGE TEMPLATES ─── */
.page-content { max-width: 900px; margin: 0 auto; padding: 40px 16px; }
.page-content h1 { font-size: 28px; font-weight: 400; margin-bottom: 20px; color: var(--text); }
.page-content .content { font-size: 14px; line-height: 1.85; color: var(--text); }
.page-content .content h2 { font-size: 20px; font-weight: 700; margin: 24px 0 10px; }
.page-content .content p { margin-bottom: 14px; }
.page-content .content ul { padding-left: 20px; margin-bottom: 14px; }

/* ─── COLLECTION GRID ─── */
.collection-page { max-width: 1500px; margin: 0 auto; padding: 20px 16px; }
.collection-page h1 { font-size: 24px; font-weight: 400; margin-bottom: 20px; }
.collection-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.collection-grid a { text-decoration: none; color: inherit; }
.collection-grid a:hover { text-decoration: none; }

/* ─── SEARCH PAGE ─── */
.search-page { max-width: 1500px; margin: 0 auto; padding: 20px 16px; }
.search-form { display: flex; gap: 10px; margin-bottom: 24px; max-width: 600px; }
.search-form input { flex: 1; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--r); font-size: 15px; outline: none; }
.search-form input:focus { border-color: #999; box-shadow: 0 0 0 3px rgba(15,17,17,.08); }

/* ─── ACCOUNT PAGES ─── */
.account-page { max-width: 500px; margin: 40px auto; padding: 0 16px; }
.account-page h1 { font-size: 28px; font-weight: 400; margin-bottom: 6px; }
.account-page .subtitle { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.account-box { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 24px; box-shadow: var(--shadow); }
.account-divider { text-align: center; margin: 18px 0; color: var(--muted); font-size: 13px; position: relative; }
.account-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--border); z-index: 0; }
.account-divider span { background: #fff; padding: 0 12px; position: relative; z-index: 1; }

/* ─── BLOG ─── */
.blog-page { max-width: 900px; margin: 0 auto; padding: 24px 16px; }
.blog-article { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 20px; margin-bottom: 16px; box-shadow: var(--shadow); transition: box-shadow var(--transition); }
.blog-article:hover { box-shadow: var(--shadow-lg); }
.blog-article h2 { font-size: 20px; font-weight: 400; margin-bottom: 6px; }
.blog-article .date { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.blog-article .excerpt { font-size: 13px; color: var(--text); line-height: 1.65; }
.blog-article .read-more { color: var(--blue); font-size: 13px; margin-top: 10px; display: inline-block; }

/* ─── 404 PAGE ─── */
.notfound-page { text-align: center; padding: 80px 24px; max-width: 600px; margin: 0 auto; }
.notfound-page .code { font-size: 120px; color: #e0e0e0; font-weight: 300; line-height: 1; }
.notfound-page h2 { font-size: 24px; font-weight: 400; margin-bottom: 12px; }
.notfound-page p { font-size: 14px; color: var(--muted); margin-bottom: 24px; }

/* ─── ANIMATIONS ─── */
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeIn .4s ease forwards; }

/* ─── UTILITY ─── */
.text-center { text-align: center; }
.text-red { color: var(--red); }
.text-green { color: var(--green); }
.text-muted { color: var(--muted); }
.font-bold { font-weight: 700; }
.mt-8 { margin-top: 8px; }
.mb-8 { margin-bottom: 8px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) {
  .product-layout { grid-template-columns: 1fr 1fr; }
  .buy-box { display: none; }
  .widget-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-bar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .cart-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .site-header__inner { flex-wrap: wrap; }
  .site-header__search { order: 3; flex-basis: 100%; }
  .site-header__deliver { display: none; }
  .product-layout { grid-template-columns: 1fr; }
  .hero-banner__content { padding: 24px 24px; }
  .hero-banner__title { font-size: 22px; }
  .footer-main__inner { grid-template-columns: 1fr 1fr; }
  .account-page { margin: 20px auto; }
}
@media (max-width: 480px) {
  .widget-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar { grid-template-columns: 1fr; }
  .footer-main__inner { grid-template-columns: 1fr; }
  .search-form { flex-direction: column; }
}
/* Mobile header fix */
@media (max-width: 768px) {
  .site-header__account { display: none !important; }
  .site-header__search { display: none !important; }
  .site-header__deliver { display: none !important; }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header__cart {
    margin-left: auto;
  }
}
/* Featured product mobile fix */
@media (max-width: 768px) {
  .amz-section > div[style*="grid-template-columns"] {
    display: block !important;
  }
  .amz-section > div[style*="grid-template-columns"] > div {
    width: 100% !important;
    margin-bottom: 12px;
  }
  /* Image más pequeña en móvil para que el precio entre en pantalla */
  .fp-responsive-grid img {
    max-height: 200px !important;
    width: auto !important;
    margin: 0 auto;
    display: block;
  }
  .amz-section { padding: 12px !important; }
  .amz-section__title { font-size: 16px !important; margin-bottom: 10px !important; }
}


/* ─────────────────────────────────────────────
   ShopyFunnel Premium Layer (Agium/Aurum/Fidelis)
   Adds: rounded yellow CTA, demo palettes, sticky ATC, product layout
───────────────────────────────────────────── */

:root{
  --sf-accent: var(--sf-accent, #D4A93D);
  --sf-radius: var(--sf-radius, 22px);
}

/* Demo palettes (affects background + text feel) */
.sf-demo-agium { --sf-bg: #ffffff; --sf-surface:#ffffff; --sf-ink:#121212; --sf-muted:#5a5a5a; }
.sf-demo-aurum { --sf-bg: #f7f1e8; --sf-surface:#ffffff; --sf-ink:#2a241c; --sf-muted:#6f6455; }
.sf-demo-fidelis{ --sf-bg: #eef1ea; --sf-surface:#ffffff; --sf-ink:#243126; --sf-muted:#5a645b; }

body.sf-demo-agium,
body.sf-demo-aurum,
body.sf-demo-fidelis{
  background: var(--sf-bg);
  color: var(--sf-ink);
}

/* Topbar marquee */
.sf-topbar{ background:#111; color:#fff; overflow:hidden; }
.sf-topbar__marquee{
  display:flex; gap:48px; white-space:nowrap;
  padding:5px 0;
  animation: sfScroll 16s linear infinite;
  font-size: 11px;
}
@media (max-width: 768px) {
  .sf-topbar__marquee { padding: 3px 0; font-size: 10px; }
}
@keyframes sfScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* Premium CTA buttons */
button, .btn, .amz-btn, a.button, .sf-btn{
  border-radius: var(--sf-radius) !important;
}

.sf-btn, .sf-btn--buy, .sf-btn--sticky{
  background: var(--sf-accent);
  color:#111;
  font-weight: 800;
  padding: 14px 22px;
  border: 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  box-shadow: 0 10px 25px rgba(212,169,61,.25);
  transition: transform .18s ease, filter .18s ease;
  text-decoration:none;
}
.sf-btn:hover{ transform: translateY(-1px); filter: brightness(.98); }

/* Product page */
.sf-wrap{ max-width: 1200px; margin: 0 auto; padding: 24px 16px 64px; }
.sf-product__grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items:start; }
.sf-product__image{ width:100%; border-radius: 22px; background: var(--sf-surface); box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.sf-pill{ display:inline-block; padding:8px 12px; border-radius:999px; background: rgba(79,107,58,.12); color:#2a3a23; font-weight:800; letter-spacing:.08em; font-size:12px; }
.sf-product__title{ margin: 14px 0 6px; font-size: 34px; line-height:1.15; }
.sf-price{ display:flex; gap:10px; align-items:baseline; margin: 10px 0 14px; }
.sf-price__current{ font-size: 28px; font-weight: 900; }
.sf-price__compare{ text-decoration: line-through; opacity:.6; }
.sf-product__desc{ color: var(--sf-muted); }
.sf-bullets{ display:grid; gap:8px; margin: 16px 0; }
.sf-label{ display:block; margin-top:12px; margin-bottom:6px; font-weight:700; }
.sf-select{ width:100%; padding:12px 14px; border-radius: 16px; border:1px solid rgba(0,0,0,.12); background: var(--sf-surface); }
.sf-qty{ display:flex; align-items:center; gap:8px; }
.sf-qty__btn{ width:42px; height:42px; border-radius: 16px; border:1px solid rgba(0,0,0,.12); background: var(--sf-surface); font-size:18px; cursor:pointer; }
.sf-qty__input{ width:90px; height:42px; border-radius: 16px; border:1px solid rgba(0,0,0,.12); padding:0 10px; }
.sf-trust{ display:grid; gap:10px; margin-top:16px; padding:14px; border-radius: 18px; background: rgba(0,0,0,.03); }

/* Thumbnails */
.sf-thumbs{ display:flex; gap:10px; margin-top:12px; flex-wrap:wrap; }
.sf-thumb{ padding:0; border:0; background:transparent; cursor:pointer; }
.sf-thumb img{ width:72px; height:72px; object-fit:cover; border-radius: 16px; border:1px solid rgba(0,0,0,.08); }

/* Sticky add-to-cart */
.sf-sticky-atc{
  position: fixed; left:0; right:0; bottom:0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 10px 12px;
  transform: translateY(120%);
  transition: transform .22s ease;
  z-index: 9999;
}
.sf-sticky-atc.is-visible{ transform: translateY(0); }
.sf-sticky-atc__inner{ max-width: 1200px; margin: 0 auto; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.sf-sticky-atc__left{ display:flex; flex-direction:column; gap:2px; }
.sf-sticky-atc__price{ font-weight:900; }

@media (max-width: 900px){
  .sf-product__grid{ grid-template-columns: 1fr; }
  .sf-sticky-atc__left strong{ font-size: 13px; }
}
/* === ShopyFunnel Demo Switch (Agium/Aurum/Fidelis) === */
body.sf-demo-agium{
  background:#ffffff !important;
}

body.sf-demo-aurum{
  background:#f7f1e8 !important;
}

body.sf-demo-fidelis{
  background:#eef1ea !important;
}

/* Botón CTA con variable */
.sf-btn,
button.sf-btn,
a.sf-btn{
  background: var(--sf-accent, #D4A93D) !important;
  border-radius: var(--sf-radius, 22px) !important;
}
/* === ShopyFunnel Demo Switch === */

body.sf-demo-agium{
  background:#ffffff !important;
}

body.sf-demo-aurum{
  background:#f7f1e8 !important;
}

body.sf-demo-fidelis{
  background:#eef1ea !important;
}

/* Botones premium */
.sf-btn,
button.sf-btn,
a.sf-btn,
.btn,
button,
.button{
  background: var(--sf-accent, #D4A93D) !important;
  border-radius: var(--sf-radius, 22px) !important;
}/* =============================================
   SHOPYFUNNEL — PALETAS VISUALES
   ============================================= */

/* AGIUM — Minimalista, blanco, negro */
.sf-demo-agium {
  --sf-bg: #ffffff;
  --sf-surface: #f5f5f5;
  --sf-ink: #111111;
  --sf-muted: #666666;
  --sf-accent: #111111;
  --sf-accent-soft: #f0f0f0;
  --sf-accent-text: #ffffff;
  --sf-radius: 4px;
  --sf-star: #111111;
  --sf-price: #111111;
  --sf-offer-bg: #f5f5f5;
  --sf-offer-border: #ddd;
  --sf-offer-text: #111;
  --sf-save-bg: #111;
  --sf-save-text: #fff;
  --sf-trust-bg: #f5f5f5;
}

/* AURUM — Premium, crema, dorado */
.sf-demo-aurum {
  --sf-bg: #fdf8ee;
  --sf-surface: #fff8e1;
  --sf-ink: #2a241c;
  --sf-muted: #6f6455;
  --sf-accent: #c8922a;
  --sf-accent-soft: #fff3cd;
  --sf-accent-text: #fff;
  --sf-radius: 10px;
  --sf-star: #c8922a;
  --sf-price: #b8600a;
  --sf-offer-bg: #fff8e1;
  --sf-offer-border: #c8922a;
  --sf-offer-text: #2a241c;
  --sf-save-bg: #c8922a;
  --sf-save-text: #fff;
  --sf-trust-bg: #fff3cd;
}

/* FIDELIS — Natural, verde, salud */
.sf-demo-fidelis {
  --sf-bg: #f0f7f2;
  --sf-surface: #e8f5e9;
  --sf-ink: #1b3a2a;
  --sf-muted: #4a6b58;
  --sf-accent: #2e7d52;
  --sf-accent-soft: #c8e6c9;
  --sf-accent-text: #fff;
  --sf-radius: 12px;
  --sf-star: #2e7d52;
  --sf-price: #1b5e3a;
  --sf-offer-bg: #e8f5e9;
  --sf-offer-border: #2e7d52;
  --sf-offer-text: #1b3a2a;
  --sf-save-bg: #2e7d52;
  --sf-save-text: #fff;
  --sf-trust-bg: #c8e6c9;
}
/* BUY NOW PREMIUM */

.sf-buy-now,
.shopify-payment-button__button {
  background: #f7c600 !important;
  color: #111 !important;
  border-radius: 18px !important;
  font-weight: 800 !important;
  min-height: 58px !important;
  font-size: 20px !important;
  box-shadow: 0 10px 30px rgba(247,198,0,.25);
  transition: all .25s ease;
  border:none !important;
}

.sf-buy-now:hover,
.shopify-payment-button__button:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(247,198,0,.35);
/* ═══════════════════════════════════════════════
   SAFE SENIORS — DARK EDITORIAL OVERRIDE v1.0
═══════════════════════════════════════════════ */

:root {
  --orange: #c9a84c;
  --orange-dark: #a8893a;
  --navy: #0d0d0d;
  --navy-mid: #161616;
  --yellow: #c9a84c;
  --green: #4caf7d;
  --green-light: #0d1f14;
  --blue: #c9a84c;
  --red: #e8e8e8;
  --border: #2a2a2a;
  --bg: #111111;
  --white: #fff;
  --text: #e8e8e8;
  --muted: #888;
  --light: #1a1a1a;
  --shadow: 0 2px 8px rgba(0,0,0,.45);
  --shadow-lg: 0 6px 24px rgba(0,0,0,.6);
}

body { background: var(--bg); color: var(--text); }

.product-info__price { color: #fff; font-weight: 700; }
.product-info__price-old span { color: var(--muted); }
.product-info__savings {
  color: var(--orange);
  background: rgba(201,168,76,.12);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(201,168,76,.3);
}

.buy-box { background: #161616; border: 1px solid #2a2a2a; box-shadow: 0 4px 20px rgba(0,0,0,.5); }
.buy-box__price { color: #fff; font-weight: 700; }
.buy-box__stock { color: #4caf7d; }

.btn-amazon, .btn-buynow, .btn-orange {
  background: linear-gradient(to bottom, #c9a84c, #a8893a);
  border: 1px solid #8a7030;
  color: #0d0d0d;
  font-weight: 700;
  border-radius: 6px;
}
.btn-amazon:hover, .btn-buynow:hover, .btn-orange:hover {
  background: linear-gradient(to bottom, #d4b55a, #b89540);
  color: #0d0d0d;
  box-shadow: 0 4px 16px rgba(201,168,76,.35);
}

.product-card { background: #161616; border-color: #2a2a2a; }
.product-card:hover { border-color: var(--orange); }
.product-card__price { color: #fff; }
.product-card__badge { background: var(--orange); color: #0d0d0d; }

.widget, .amz-section, .cart-items, .cart-summary { background: #161616; border-color: #2a2a2a; }
.cart-summary__total strong, .cart-item__price { color: #fff; }
.trust-bar { background: #161616; border-top-color: var(--orange); }

.amz-faq__q { background: #161616; color: var(--text); }
.amz-faq__q:hover { background: #1e1e1e; }
.amz-faq__a { background: #111; }

.form-input { background: #1a1a1a; border-color: #2a2a2a; color: var(--text); }
.form-input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(201,168,76,.15); }

.hero-banner__price { color: var(--orange); }
.stat-bar-fill, .dl-step__dot, .review-card__avatar { background: var(--orange); }
.stat-bar-label, .stat-bar-pct { color: var(--orange); }
.review-card__avatar, .dl-step__dot { color: #0d0d0d; }

.product-info__variant-btn { background: #1a1a1a; border-color: #2a2a2a; color: var(--text); }
.product-info__variant-btn.active,
.product-info__variant-btn:hover { border-color: var(--orange); background: #1e1a0e; box-shadow: 0 0 0 2px rgba(201,168,76,.25); }

/* ── HEADER ── */
.site-header__logo-img { height: 36px !important; width: auto !important; max-width: 120px !important; }
.site-header { width: 100%; box-sizing: border-box; overflow: hidden; }

.site-header__tagline-bar {
  display: block !important;
  text-align: center !important;
  color: #febd69 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 5px 16px !important;
  background: #0d0d0d !important;
  border-top: 1px solid #2a2a2a !important;
  letter-spacing: .3px !important;
}


/* === Swatches de color (selector visual) === */
.sf-swatches{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:6px; }
.sf-swatch{ width:60px; height:60px; padding:0; border:2px solid rgba(0,0,0,.12); border-radius:14px; background:#fff; cursor:pointer; overflow:hidden; transition:border-color .15s, transform .15s; }
.sf-swatch img{ width:100%; height:100%; object-fit:cover; display:block; }
.sf-swatch span{ font-size:11px; display:flex; align-items:center; justify-content:center; height:100%; }
.sf-swatch:hover{ transform:translateY(-2px); }
.sf-swatch.is-active{ border-color:#3d6b34; box-shadow:0 0 0 2px rgba(61,107,52,.25); }

/* Nota de envío en producto */
.sf-shipping-note{ margin-top:14px; padding:10px 14px; background:rgba(61,107,52,.08); border:1px solid rgba(61,107,52,.2); border-radius:12px; font-size:13px; color:#2d5226; }

/* === Selector de embalaje (señuelo) === */
.sf-pack{ display:flex; flex-direction:column; gap:10px; margin-bottom:6px; }
.sf-pack__opt{ display:flex; align-items:center; gap:12px; width:100%; padding:12px 14px; border:2px solid rgba(0,0,0,.12); border-radius:12px; background:#fff; cursor:pointer; text-align:left; transition:border-color .15s, background .15s; }
.sf-pack__opt:hover{ border-color:rgba(61,107,52,.4); }
.sf-pack__opt.is-active{ border-color:#3d6b34; background:rgba(61,107,52,.05); }
.sf-pack__check{ font-size:16px; color:#3d6b34; flex-shrink:0; }
.sf-pack__info{ display:flex; flex-direction:column; flex:1; }
.sf-pack__name{ font-weight:700; font-size:14px; color:#1a1a1a; }
.sf-pack__desc{ font-size:12px; color:#888; }
.sf-pack__price{ font-weight:700; font-size:15px; color:#1a1a1a; flex-shrink:0; }

/* Embalaje sin stock */
.sf-pack__opt--soldout { opacity:0.55; cursor:not-allowed; }
.sf-pack__opt--soldout:hover { border-color:rgba(0,0,0,.12); }
.sf-pack__tag { font-size:11px; font-weight:600; color:#c0392b; margin-left:4px; }
