/* FTR Games Products + Cart */
.ftr-products-app {
  --fp-bg:#14001f;
  --fp-panel:#1c0a2b;
  --fp-panel2:#241033;
  --fp-panel3:#2c173d;
  --fp-border:rgba(255,255,255,.085);
  --fp-border-strong:rgba(255,255,255,.16);
  --fp-text:#f7f8fa;
  --fp-muted:#858c98;
  --fp-accent:#ffd400;
  --fp-accent2:#ffe45c;
  --fp-danger:#ff7474;
  --fp-good:#79e58c;
  --fp-warning:#ffd166;
  --fp-max:1440px;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,212,0,.07),transparent 25%),
    var(--fp-bg);
  color:var(--fp-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  min-height:100vh;
  margin:0 calc(50% - 50vw);
  padding:30px max(14px,calc((100vw - var(--fp-max))/2)) 70px;
  box-sizing:border-box;
}
.ftr-products-app *, .ftr-products-app *::before, .ftr-products-app *::after{box-sizing:border-box}
.ftr-products-app button,.ftr-products-app input,.ftr-products-app select{font:inherit}
.ftr-products-app a{color:inherit}
.ftr-products-shell{width:100%;margin:0 auto}

.ftr-products-hero{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr);
  gap:35px;
  align-items:center;
padding:32px 40px;
  border:1px solid var(--fp-border);
  border-radius:28px;
  background:
    linear-gradient(125deg,rgba(255,255,255,.035),transparent 48%),
    linear-gradient(180deg,#241033,#190923);
  overflow:hidden;
}
.ftr-products-kicker{display:inline-block;color:var(--fp-accent);font-size:10px;font-weight:900;letter-spacing:.13em}
.ftr-products-hero h1{
  margin:10px 0 10px;
  font-size:clamp(38px,4.8vw,62px);
  line-height:.94;
  letter-spacing:-.055em;
}
.ftr-products-hero h1 em{display:block;color:var(--fp-accent);font-style:normal}
.ftr-products-hero p{max-width:760px;margin:0;color:#c4bacb;font-size:15px;line-height:1.7}
.ftr-products-hero__card{
  justify-self:end;
  width:min(310px,100%);
  padding:22px;
  border:1px solid rgba(255,212,0,.28);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,212,0,.10),transparent 45%),#241033;
  transform:rotate(2deg);
  box-shadow:0 25px 60px rgba(0,0,0,.3);
}
.ftr-products-hero__card small{display:block;color:#9f94a8;font-size:9px;font-weight:900;letter-spacing:.08em}
.ftr-products-hero__card strong{display:inline-block;margin-top:18px;font-size:18px}
.ftr-products-hero__card>span{display:inline-block;margin:0 7px;color:var(--fp-accent)}
.ftr-products-hero__card b{display:block;margin-top:22px;color:var(--fp-accent);font-size:12px}

.ftr-products-toolbar{
  display:grid;
  grid-template-columns:minmax(350px,.8fr) minmax(300px,1.2fr);
  gap:12px;
  margin-top:12px;
  padding:11px 13px;
  border:1px solid var(--fp-border);
  border-radius:17px;
  background:linear-gradient(180deg,rgba(36,16,51,.96),rgba(28,10,43,.96));
}
.ftr-products-context{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ftr-products-toolbar label>span,.ftr-filter-field>span,.ftr-products-list-head label>span{
  display:block;margin-bottom:5px;color:#b5aabd;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em
}
.ftr-products-toolbar select,
.ftr-products-toolbar input,
.ftr-filter-field select,
.ftr-filter-field input,
.ftr-products-list-head select{
  width:100%;
  min-height:38px;
  border:1px solid var(--fp-border);
  border-radius:11px;
  background:#170820;
  color:var(--fp-text);
  outline:none;
  padding:0 11px;
}
.ftr-products-toolbar select:focus,.ftr-products-toolbar input:focus,.ftr-filter-field select:focus,.ftr-filter-field input:focus,.ftr-products-list-head select:focus{
  border-color:rgba(255,212,0,.58);box-shadow:0 0 0 3px rgba(255,212,0,.08)
}
.ftr-products-toolbar select:disabled{opacity:.55}
.ftr-products-search>div{position:relative}
.ftr-products-search .dashicons{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#908596}
.ftr-products-search input{padding-left:40px}

.ftr-products-status-region{margin-top:12px}
.ftr-products-status{display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid var(--fp-border);border-radius:12px;background:linear-gradient(180deg,rgba(36,16,51,.96),rgba(28,10,43,.96));color:#adb2ba;font-size:11px}
.ftr-products-status.is-error{border-color:rgba(255,116,116,.25);background:rgba(255,116,116,.05);color:#ffcaca}
.ftr-products-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.14);border-top-color:var(--fp-accent);border-radius:50%;animation:ftr-products-spin .7s linear infinite}
@keyframes ftr-products-spin{to{transform:rotate(360deg)}}

.ftr-products-layout{display:grid;grid-template-columns:230px minmax(0,1fr) 320px;gap:16px;align-items:start;margin-top:16px}
.ftr-products-filters,.ftr-cart{position:sticky;top:20px}
.ftr-filter-card,.ftr-cart-card{
  border:1px solid var(--fp-border);border-radius:18px;background:linear-gradient(180deg,rgba(36,16,51,.96),rgba(28,10,43,.96));overflow:hidden
}
.ftr-filter-card{padding:17px}
.ftr-filter-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.ftr-filter-card__head strong{font-size:15px}
.ftr-filter-card__head button{border:0;background:transparent;color:var(--fp-accent);font-size:10px;font-weight:850;cursor:pointer}
.ftr-filter-field{display:block;margin-bottom:15px}
.ftr-filter-price-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ftr-filter-check{display:grid;grid-template-columns:17px 1fr;gap:9px;align-items:start;padding:12px 0;border-top:1px solid var(--fp-border);cursor:pointer}
.ftr-filter-check input{margin:2px 0 0;accent-color:var(--fp-accent)}
.ftr-filter-check strong{display:block;font-size:11px}
.ftr-filter-check small{display:block;margin-top:2px;color:#94889d;font-size:9px;line-height:1.35}
.ftr-filter-attributes{
  position:relative;
  margin-top:12px;
  padding-top:13px;
  border-top:1px solid var(--fp-border);
}

.ftr-filter-attributes__toggle{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 12px;
  border:1px solid rgba(151,72,255,.28);
  border-radius:11px;
  background:
    linear-gradient(
      180deg,
      rgba(72,27,102,.42),
      rgba(37,14,54,.68)
    ) !important;
  color:#efe8f5;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035);
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  text-align:left;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  transition:
    border-color .16s ease,
    background .16s ease,
    box-shadow .16s ease,
    color .16s ease;
}

.ftr-filter-attributes__toggle:hover{
  border-color:rgba(176,88,255,.52);
  background:
    linear-gradient(
      180deg,
      rgba(91,31,132,.52),
      rgba(43,15,63,.76)
    ) !important;
  color:#fff;
}

.ftr-filter-attributes__toggle:focus-visible{
  border-color:rgba(178,91,255,.70);
  box-shadow:
    0 0 0 3px rgba(144,54,230,.12) !important;
}

.ftr-filter-attributes__toggle:disabled{
  opacity:.42;
  cursor:not-allowed;
}

.ftr-filter-attributes__toggle.has-selection{
  border-color:rgba(182,78,255,.58);
  background:
    linear-gradient(
      180deg,
      rgba(111,36,164,.52),
      rgba(48,16,70,.78)
    ) !important;
}

.ftr-filter-attributes__toggle-main{
  display:flex;
  min-width:0;
  align-items:center;
  gap:7px;
}

.ftr-filter-attributes__count{
  display:grid;
  min-width:20px;
  height:20px;
  place-items:center;
  padding:0 6px;
  border:1px solid rgba(201,133,255,.24);
  border-radius:999px;
  background:rgba(167,62,244,.16);
  color:#dca7ff;
  font-size:8px;
  font-weight:950;
  line-height:1;
}

.ftr-filter-attributes__count[hidden]{
  display:none !important;
}

.ftr-filter-attributes__chevron{
  flex:0 0 auto;
  color:#bd83e9;
  font-size:14px;
  line-height:1;
  transition:
    transform .18s ease,
    color .18s ease;
}

.ftr-filter-attributes.is-open .ftr-filter-attributes__chevron{
  transform:rotate(180deg);
  color:#e7c2ff;
}

.ftr-filter-attributes__panel{
  display:grid;
  gap:2px;
  max-height:340px;
  overflow:auto;
  margin-top:8px;
  padding:8px 10px;
  border:1px solid rgba(159,72,229,.22);
  border-radius:11px;
  background:
    linear-gradient(
      180deg,
      rgba(25,8,37,.98),
      rgba(17,5,26,.99)
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 14px 30px rgba(0,0,0,.18);
}

.ftr-filter-attributes__panel[hidden]{
  display:none !important;
}

.ftr-filter-attributes__panel::-webkit-scrollbar{
  width:6px;
}

.ftr-filter-attributes__panel::-webkit-scrollbar-track{
  background:rgba(255,255,255,.025);
  border-radius:999px;
}

.ftr-filter-attributes__panel::-webkit-scrollbar-thumb{
  background:rgba(173,78,242,.34);
  border-radius:999px;
}

.ftr-filter-attributes__title{
  display:none !important;
}

.ftr-attr-option{
  display:flex;
  min-height:31px;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:5px 4px;
  border-radius:8px;
  color:#cfc3d6;
  font-size:10px;
  cursor:pointer;
  transition:
    background .14s ease,
    color .14s ease;
}

.ftr-attr-option:hover{
  background:rgba(149,57,224,.09);
  color:#fff;
}

.ftr-attr-option>span:first-of-type{
  display:flex;
  min-width:0;
  align-items:center;
  gap:8px;
}

.ftr-attr-option input{
  width:15px;
  height:15px;
  flex:0 0 15px;
  margin:0;
  accent-color:#a43df0;
  cursor:pointer;
}

.ftr-attr-option:has(input:checked){
  background:rgba(151,53,229,.11);
  color:#f1ddff;
}

.ftr-attr-option b{
  flex:0 0 auto;
  color:#82748c;
  font-size:9px;
  font-weight:850;
}

.ftr-attr-option:has(input:checked) b{
  color:#bf7fe9;
}

.ftr-products-list-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:11px;padding:0 2px}
.ftr-products-list-head>div strong{display:block;font-size:16px}
.ftr-products-list-head>div span{display:block;margin-top:3px;color:#9b90a4;font-size:10px}
.ftr-products-list-head label{min-width:190px}

.ftr-products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:start;
}

.ftr-product-card{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-self:start;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 10%,rgba(146,64,255,.10),transparent 36%),
    linear-gradient(180deg,#241033 0%,#1c0a2b 100%);
  box-shadow:
    0 18px 38px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.03);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.ftr-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(148,73,255,.42);
  box-shadow:0 22px 46px rgba(0,0,0,.24);
}

/* Image area */
.ftr-product-visual{
  position:relative;
  width:100%;
  height:175px !important;
  min-height:175px !important;
  flex:0 0 175px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:8px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 50% 34%,rgba(124,58,237,.08),transparent 52%),
    linear-gradient(180deg,#21102f 0%,#190923 100%);
}

.ftr-product-visual img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:96% !important;
  max-height:160px !important;
  object-fit:contain !important;
  object-position:center;
  padding:0 !important;
  margin:auto;
}

.ftr-product-visual__fallback{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,#8b5cf6,#5b21b6);
  color:#fff;
  font-size:12px;
  font-weight:950;
}

.ftr-product-badge,
.ftr-product-badge--ea{
  display:none !important;
}

/* Purple output section */
.ftr-product-card__body{
  position:relative;
  z-index:2;
  width:100%;
  min-height:0;
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  flex-direction:column;
  padding:12px 13px 13px;
  background:
    linear-gradient(180deg,rgba(54,23,74,.97),rgba(29,9,43,.99));
}

.ftr-product-name,
.ftr-product-card h3{
  display:block !important;
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.025em;
}

.ftr-product-location{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
  color:#b7aabd;
  font-size:9px;
  line-height:1.2;
  font-weight:700;
}

.ftr-product-location__flag{
  font-size:11px;
  line-height:1;
}

.ftr-product-location__dot{
  color:#75677e;
}

.ftr-product-location__platform{
  display:inline-flex;
  align-items:center;
  gap:4px;
}

.ftr-product-card__meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:7px;
  margin-top:6px;
  color:#b9aec3;
  font-size:9px;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
}

.ftr-product-card__desc{
  min-height:0;
  margin:6px 0 0;
  color:#9f94a8;
  font-size:9px;
  line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ftr-product-chips{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:7px;
}

.ftr-product-chip{
  padding:3px 5px;
  border-radius:999px;
  background:#321942;
  color:#b8adc0;
  font-size:7px;
  font-weight:800;
}

/* Price output */
.ftr-product-price{
  display:block !important;
  margin-top:11px;
  padding-top:0;
}

.ftr-product-price__row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}

.ftr-product-price__main{
  min-width:0;
}

.ftr-product-price__row small{
  display:block;
  margin-bottom:4px;
  color:#a093a8;
  font-size:7px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ftr-product-price__row strong{
  display:block;
  color:#fff;
  font-size:23px;
  line-height:.96;
  font-weight:950;
  letter-spacing:-.04em;
}

.ftr-product-price__old{
  flex:0 0 auto;
  padding-bottom:3px;
  color:#766b7d;
  font-size:11px;
  line-height:1.05;
  text-decoration:line-through;
  white-space:nowrap;
}

.ftr-product-price__brocoins{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding-bottom:2px;
  color:#b9adc1;
  font-size:11px;
  line-height:1.05;
  font-weight:900;
  white-space:nowrap;
}

.ftr-product-price__brocoins img{
  width:15px;
  height:15px;
  display:block;
  object-fit:contain;
}

.ftr-product-saving{
  position:relative;
  margin-top:6px;
  padding-left:16px;
  color:#55e77a;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
}

.ftr-product-saving::before{
  content:"✓";
  position:absolute;
  left:0;
  top:50%;
  width:13px;
  height:13px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid currentColor;
  border-radius:50%;
  font-size:7px;
  line-height:1;
}

/* Purple CTA */
.ftr-product-add{
  position:relative;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:44px;
  margin-top:12px;
  padding:0 14px;
  border:1px solid rgba(191,125,255,.42);
  border-radius:11px;
  color:#fff;
  background:
    linear-gradient(135deg,#7c3aed 0%,#5b21b6 58%,#6d28d9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 20px rgba(92,30,170,.24);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  transition:
    transform .18s ease,
    filter .18s ease,
    box-shadow .18s ease;
}

.ftr-product-add::before{
  content:"🛒";
  font-size:13px;
  line-height:1;
}

.ftr-product-add:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 10px 25px rgba(92,30,170,.32);
}

.ftr-product-add.is-added{
  color:#efe8f5;
  background:#3a2248;
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}

.ftr-products-empty{grid-column:1/-1;padding:55px 20px;text-align:center;border:1px dashed var(--fp-border-strong);border-radius:17px;color:#9f94a8}
.ftr-products-empty strong{display:block;color:#cdd1d7;font-size:15px;margin-bottom:5px}
.ftr-products-pagination{display:flex;justify-content:center;gap:7px;margin-top:18px}
.ftr-products-pagination button{min-width:36px;height:34px;border:1px solid var(--fp-border);border-radius:9px;background:linear-gradient(180deg,rgba(36,16,51,.96),rgba(28,10,43,.96));color:#c4c8ce;font-size:10px;cursor:pointer}
.ftr-products-pagination button.is-active{background:var(--fp-accent);color:#090a0b;border-color:var(--fp-accent);font-weight:900}
.ftr-products-pagination button:disabled{opacity:.4;cursor:default}

.ftr-cart-card{box-shadow:0 22px 60px rgba(0,0,0,.24)}
.ftr-cart-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--fp-border)}
.ftr-cart-head span:first-child{display:block;color:var(--fp-accent);font-size:8px;font-weight:900;letter-spacing:.09em}
.ftr-cart-head strong{display:block;margin-top:3px;font-size:15px}
.ftr-cart-count{min-width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--fp-accent);color:#080a0b;font-size:10px;font-weight:950}
.ftr-cart-items{max-height:410px;overflow:auto}
.ftr-cart-empty{padding:36px 18px;text-align:center;color:#9f94a8}
.ftr-cart-empty>span{width:34px;height:34px;margin:0 auto 9px;display:grid;place-items:center;border-radius:10px;background:#2f183e;color:var(--fp-accent);font-size:19px}
.ftr-cart-empty strong{display:block;color:#d5ceda;font-size:12px}
.ftr-cart-empty p{margin:5px 0 0;font-size:9px;line-height:1.45}
.ftr-cart-item{display:grid;gap:10px;padding:12px 14px;border-bottom:1px solid var(--fp-border)}
.ftr-cart-item__top{display:grid;grid-template-columns:60px minmax(0,1fr);align-items:start;gap:10px}
.ftr-cart-item__image{width:60px;min-width:60px;aspect-ratio:6 / 5;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.025)}
.ftr-cart-item__image img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;margin:0;padding:0}
.ftr-cart-item__image--placeholder{color:#9a8ca3;font-size:9px;font-weight:800}
.ftr-cart-item__content{min-width:0;display:grid;gap:6px}
.ftr-cart-item__name-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}
.ftr-cart-item__name strong{display:block;font-size:10px;line-height:1.25}
.ftr-cart-item__name small{display:block;margin-top:2px;color:#8e8396;font-size:8px}
.ftr-cart-item__price{text-align:right;font-size:11px;font-weight:850;white-space:nowrap}
.ftr-cart-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.ftr-cart-item__store-price{color:#8f8397;font-size:8px;font-weight:700;line-height:1;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:rgba(255,255,255,.35);white-space:nowrap}
.ftr-cart-item__save-badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 9px;border-radius:999px;border:1px solid rgba(99,227,129,.26);background:rgba(15,44,24,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);color:#7cf39b;font-size:8px;font-weight:900;line-height:1.15;white-space:nowrap}
.ftr-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}
.ftr-cart-qty{display:flex;align-items:center;border:1px solid var(--fp-border);border-radius:8px;overflow:hidden}
.ftr-cart-qty button{width:27px;height:26px;border:0;background:#2b1539;color:#d8dbe0;cursor:pointer}
.ftr-cart-qty span{min-width:28px;text-align:center;font-size:9px}
.ftr-cart-remove{border:0;background:transparent;color:#9f94a8;font-size:8px;cursor:pointer}
.ftr-cart-remove:hover{color:var(--fp-danger)}
.ftr-cart-summary{padding:14px;border-top:1px solid var(--fp-border)}
.ftr-cart-summary>div{display:flex;justify-content:space-between;gap:10px;align-items:center}
.ftr-cart-summary span{color:#afa5b6;font-size:9px}
.ftr-cart-summary strong{font-size:15px}
.ftr-cart-summary small{display:block;margin-top:6px;color:#897e91;font-size:8px;line-height:1.4}
.ftr-cart-generate{width:calc(100% - 28px);min-height:42px;margin:0 14px;border:0;border-radius:10px;background:var(--fp-accent);color:#080a0b;font-size:10px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 13px}
.ftr-cart-generate:disabled{opacity:.38;cursor:default}
.ftr-cart-clear{width:100%;padding:12px;border:0;background:transparent;color:#94889d;font-size:8px;cursor:pointer}
.ftr-cart-clear:disabled{opacity:.35;cursor:default}

.ftr-cart-plan{margin-top:35px}
.ftr-plan-hero{padding:27px;border:1px solid rgba(255,212,0,.28);border-radius:21px;background:linear-gradient(135deg,rgba(255,212,0,.09),transparent 42%),var(--fp-panel)}
.ftr-plan-hero__top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.ftr-plan-hero__top small{color:var(--fp-accent);font-size:9px;font-weight:900;letter-spacing:.08em}
.ftr-plan-hero h2{margin:5px 0 5px;font-size:30px;letter-spacing:-.04em}
.ftr-plan-hero p{margin:0;color:#a99faf;font-size:11px}
.ftr-plan-valid{padding:5px 8px;border-radius:999px;background:#17311d;color:var(--fp-good);font-size:8px;font-weight:900}
.ftr-plan-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:19px}
.ftr-plan-metric{padding:12px;border:1px solid var(--fp-border);border-radius:11px;background:rgba(5,7,9,.45)}
.ftr-plan-metric span{display:block;color:#968b9e;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.ftr-plan-metric strong{display:block;margin-top:4px;font-size:14px}
.ftr-plan-metric.is-accent strong{color:var(--fp-accent)}
.ftr-plan-section{margin-top:11px;padding:20px;border:1px solid var(--fp-border);border-radius:17px;background:var(--fp-panel)}
.ftr-plan-section__head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;margin-bottom:14px}
.ftr-plan-section h3{margin:0;font-size:16px}
.ftr-plan-section__head p{margin:3px 0 0;color:#747c87;font-size:9px}
.ftr-plan-badge{padding:4px 7px;border-radius:999px;background:#341b43;color:#b4aabb;font-size:8px;font-weight:850}
.ftr-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.ftr-plan-card{padding:12px;border:1px solid var(--fp-border);border-radius:11px;background:#1a0b26}
.ftr-plan-card strong{display:block;font-size:11px}
.ftr-plan-card small{display:block;margin-top:3px;color:#998ea1;font-size:8px}
.ftr-plan-card__row{display:flex;justify-content:space-between;align-items:end;gap:8px;margin-top:11px}
.ftr-plan-card__row span{color:#9e94a6;font-size:8px}
.ftr-plan-card__row b{font-size:12px}
.ftr-plan-card a{display:inline-flex;margin-top:10px;padding:7px 9px;border-radius:8px;background:var(--fp-accent);color:#080a0b;text-decoration:none;font-size:8px;font-weight:900}
.ftr-plan-steps{display:grid;gap:7px}
.ftr-plan-step{display:grid;grid-template-columns:29px minmax(0,1fr) auto;gap:9px;align-items:center}
.ftr-plan-step__num{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#3b2248;color:#d7dbe0;font-size:8px;font-weight:900}
.ftr-plan-step__body{padding:9px 11px;border:1px solid var(--fp-border);border-radius:10px;background:#1a0b26}
.ftr-plan-step__body small{display:block;color:#908596;font-size:7px;font-weight:850;text-transform:uppercase}
.ftr-plan-step__body strong{display:block;margin-top:2px;font-size:10px}
.ftr-plan-step__price{font-size:9px;font-weight:850;white-space:nowrap}
.ftr-plan-warning{margin-top:9px;padding:10px;border:1px solid rgba(255,209,102,.2);border-radius:10px;background:rgba(255,209,102,.045);color:#ffe4a0;font-size:9px;line-height:1.5}
.ftr-plan-analytics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.ftr-plan-analytics div{padding:11px;border-radius:10px;background:#1a0b26;border:1px solid var(--fp-border)}
.ftr-plan-analytics span{display:block;color:#968b9e;font-size:7px;text-transform:uppercase;font-weight:850}
.ftr-plan-analytics strong{display:block;margin-top:3px;font-size:13px}

/* ==========================================================
   RESPONSIVE SYSTEM — FLUID, VIEWPORT-BASED
   No fixed pixel sizing for phone layouts.
   ========================================================== */


/* ==========================================================
   LARGE TABLETS / SMALL LAPTOPS
   ========================================================== */
/* ==========================================================
   DESKTOP
   Keep cards compact and guarantee that product information
   stays visible below the cover.
   ========================================================== */
@media (min-width:77.51rem) {

  .ftr-products-app{
    padding-top:18px;
  }

  .ftr-products-hero{
    padding:28px 38px;
  }

  .ftr-products-hero h1{
    font-size:clamp(38px,4.2vw,60px);
  }

  .ftr-products-hero__card{
    padding:17px;
  }

  .ftr-products-hero__card strong{
    margin-top:12px;
  }

  .ftr-products-hero__card b{
    margin-top:14px;
  }

  .ftr-products-layout{
    margin-top:11px;
  }

  .ftr-products-list-head{
    margin-bottom:7px;
  }

  .ftr-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:start;
  }

  .ftr-product-card{
    min-height:0;
  }

  .ftr-product-visual{
    height:175px !important;
    min-height:175px !important;
    flex-basis:175px !important;
  }

  .ftr-product-visual img{
    max-height:160px !important;
  }

  .ftr-product-card__body{
    min-height:0;
    padding:12px 13px 13px;
  }

  .ftr-product-name,
  .ftr-product-card h3{
    font-size:15px;
  }

  .ftr-product-price__row strong{
    font-size:23px;
  }
}


@media (max-width: 77.5rem) {

  .ftr-product-visual{
    height:165px !important;
    min-height:165px !important;
    flex-basis:165px !important;
  }

  .ftr-product-visual img{
    max-height:150px !important;
  }


  .ftr-products-layout{
    grid-template-columns:
      minmax(11rem, 14vw)
      minmax(0, 1fr)
      minmax(15rem, 20vw);
  }

  .ftr-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:clamp(.65rem,1vw,1rem);
  }

  .ftr-plan-metrics{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}


/* ==========================================================
   TABLETS
   ========================================================== */

@media (max-width: 61.25rem) {

  .ftr-products-app{
    padding:
      clamp(.8rem,2vw,1.25rem)
      clamp(.7rem,2vw,1rem)
      clamp(6rem,12vw,8rem);
  }

  .ftr-products-layout{
    grid-template-columns:
      minmax(10rem, 21vw)
      minmax(0,1fr);
  }

  .ftr-cart{
    position:fixed;
    left:2.5vw;
    right:2.5vw;
    bottom:2.2vw;
    top:auto;
    z-index:9999;
  }

  .ftr-cart-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:1.5vw;
    padding:1.5vw;
    border-color:rgba(255,212,0,.28);
    box-shadow:0 2.5vw 7vw rgba(0,0,0,.62);
  }

  .ftr-cart-head{
    border:0;
    padding:.55rem .7rem;
  }

  .ftr-cart-head>div strong{
    font-size:clamp(.7rem,1.35vw,.9rem);
  }

  .ftr-cart-items,
  .ftr-cart-summary,
  .ftr-cart-clear{
    display:none;
  }

  .ftr-cart-generate{
    width:auto;
    min-width:min(32vw, 12rem);
    margin:0;
  }

  .ftr-plan-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   PHONES — FLUID LAYOUT
   ========================================================== */

@media (max-width: 45rem) {

  .ftr-products-app{
    width:100%;
    overflow-x:hidden;
    padding:
      clamp(.6rem,2.5vw,.9rem)
      clamp(.5rem,2.5vw,.8rem)
      clamp(6.5rem,24vw,8rem);
  }

  .ftr-products-shell,
  .ftr-products-layout,
  .ftr-products-main{
    width:100%;
    min-width:0;
  }
  



  /* HERO */

  .ftr-products-hero{
    grid-template-columns:1fr;
    gap:4vw;
    padding:
      clamp(1.2rem,5vw,1.8rem)
      clamp(1rem,4vw,1.4rem);
    border-radius:clamp(1rem,4vw,1.4rem);
  }

  .ftr-products-hero__card{
    display:none;
  }

  .ftr-products-hero h1{
    font-size:clamp(2.2rem,10vw,3rem);
  }

  .ftr-products-hero p{
    font-size:clamp(.85rem,3.4vw,1rem);
    line-height:1.6;
  }


  /* TOOLBAR / FILTERS */

  .ftr-products-toolbar{
    grid-template-columns:1fr;
    gap:3vw;
    padding:3vw;
    border-radius:4vw;
  }

  .ftr-products-context{
    grid-template-columns:1fr;
    gap:2.6vw;
  }

  .ftr-products-layout{
    grid-template-columns:1fr;
    gap:3.5vw;
  }

  .ftr-products-filters{
    position:static;
  }

  .ftr-filter-card{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2.5vw;
    padding:3.5vw;
    border-radius:4vw;
  }

  .ftr-filter-card__head{
    grid-column:1/-1;
    margin-bottom:1vw;
  }

  .ftr-filter-field{
    margin:0;
  }

  .ftr-filter-check{
    border:0;
    padding:2vw 0;
  }

  .ftr-filter-attributes{
    grid-column:1/-1;
  }

  .ftr-filter-attributes__toggle{
    min-height:9vw;
    font-size:clamp(.62rem,2.6vw,.78rem);
  }

  .ftr-filter-attributes__panel{
    padding-top:2vw;
  }


  /* LIST HEADER */

  .ftr-products-list-head{
    align-items:stretch;
    flex-direction:column;
    gap:2.5vw;
    margin-bottom:2.5vw;
  }

  .ftr-products-list-head label{
    min-width:0;
    width:100%;
  }


  /* PRODUCT GRID */

  .ftr-products-grid{
    width:100%;
    grid-template-columns:1fr;
    gap:3.5vw;
  }


  /* PRODUCT CARD */

  .ftr-product-card{
    width:100%;
    min-width:0;
    min-height:0;
    border-radius:4.5vw;
  }


  /* PRODUCT IMAGE
     Uses the available card width instead of a fixed height.
     This keeps every cover visually proportional on any phone width. */

  .ftr-product-visual{
    position:relative;
    width:100%;
    height:clamp(13.5rem,58vw,17rem) !important;
    min-height:0 !important;
    flex-basis:auto !important;
    aspect-ratio:auto !important;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:3vw;
    border-bottom:1px solid rgba(255,255,255,.07);
    background:
      radial-gradient(circle at 50% 35%,rgba(124,58,237,.08),transparent 52%),
      linear-gradient(180deg,#21102f 0%,#190923 100%);
  }

  .ftr-product-visual img{
    position:static;
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:94% !important;
    max-height:100% !important;
    margin:auto;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center;
    transform:none;
  }

  .ftr-product-badge{
    z-index:5;
    left:2.5vw;
    top:2.5vw;
    padding:1.2vw 1.8vw;
    font-size:clamp(.42rem,1.9vw,.58rem);
  }

  .ftr-product-badge--ea{
    left:auto;
    right:2.5vw;
  }


  /* PRODUCT BODY */

  .ftr-product-card__body{
    width:100%;
    min-height:0;
    padding:4vw 4vw 4.5vw;
    background:
      linear-gradient(180deg,rgba(54,23,74,.97),rgba(29,9,43,.99));
  }

  .ftr-product-card__meta{
    gap:2vw;
    font-size:clamp(.48rem,2vw,.62rem);
  }

  .ftr-product-name,
  .ftr-product-card h3{
    margin:0;
    font-size:clamp(1.1rem,5vw,1.45rem);
    line-height:1.12;
  }

  .ftr-product-location{
    gap:1.6vw;
    margin-top:2vw;
    font-size:clamp(.68rem,2.8vw,.82rem);
  }

  .ftr-product-location__flag{
    font-size:clamp(.85rem,3.4vw,1rem);
  }

  .ftr-product-card__desc{
    min-height:0;
    font-size:clamp(.68rem,2.8vw,.85rem);
    line-height:1.5;
  }

  .ftr-product-chips{
    gap:1.2vw;
    margin-top:2.5vw;
  }

  .ftr-product-chip{
    padding:1vw 1.5vw;
    border-radius:1.6vw;
    font-size:clamp(.42rem,1.8vw,.56rem);
  }


  /* PRICE */

  .ftr-product-price{
    margin-top:4vw;
    padding-top:0;
  }

  .ftr-product-price__row{
    align-items:flex-end;
    gap:2vw;
  }

  .ftr-product-price__row small{
    font-size:clamp(.48rem,2vw,.62rem);
  }

  .ftr-product-price__row strong{
    margin-top:.5vw;
    font-size:clamp(1.55rem,7vw,2rem);
    line-height:1;
  }

  .ftr-product-price__old{
    font-size:clamp(.62rem,2.4vw,.74rem);
    line-height:1.05;
  }

  .ftr-product-ea-note{
    margin-top:1vw;
    font-size:clamp(.48rem,2vw,.62rem);
  }


  /* ADD TO CART */

  .ftr-product-add{
    width:100%;
    min-height:clamp(3rem,12.5vw,3.5rem);
    margin-top:4vw;
    border-radius:3vw;
    font-size:clamp(.85rem,3.7vw,1.05rem);
  }


  /* PAGINATION */

  .ftr-products-pagination{
    gap:2vw;
    margin-top:4vw;
  }

  .ftr-products-pagination button{
    min-width:9vw;
    height:9vw;
    max-width:2.8rem;
    max-height:2.8rem;
    border-radius:2.2vw;
    font-size:clamp(.6rem,2.5vw,.75rem);
  }


  /* FLOATING CART */

  .ftr-cart{
    position:fixed;
    left:2vw;
    right:2vw;
    bottom:2vw;
    top:auto;
    z-index:9999;
  }

  .ftr-cart-card{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:2vw;
    padding:2vw;
    border-radius:4vw;
    background:rgba(23,8,32,.96);
    backdrop-filter:blur(1rem);
    -webkit-backdrop-filter:blur(1rem);
    box-shadow:0 4vw 10vw rgba(0,0,0,.58);
  }

  .ftr-cart-head{
    min-width:0;
    padding:1vw 1.8vw;
    border:0;
  }

  .ftr-cart-head>div{
    min-width:0;
  }

  .ftr-cart-head span:first-child{
    font-size:clamp(.42rem,1.8vw,.55rem);
  }

  .ftr-cart-head strong{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:clamp(.65rem,2.8vw,.85rem);
  }

  .ftr-cart-count,
  .ftr-cart-items,
  .ftr-cart-summary,
  .ftr-cart-clear{
    display:none;
  }

  .ftr-cart-generate{
    width:auto;
    min-width:34vw;
    max-width:48vw;
    min-height:clamp(2.5rem,10.5vw,3rem);
    margin:0;
    padding:0 3vw;
    border-radius:3vw;
    font-size:clamp(.55rem,2.4vw,.72rem);
    white-space:nowrap;
  }


  /* PURCHASE PLAN */

  .ftr-cart-plan{
    margin-top:6vw;
  }

  .ftr-plan-hero{
    padding:5vw 4vw;
    border-radius:4.5vw;
  }

  .ftr-plan-hero__top{
    flex-direction:column;
    gap:3vw;
  }

  .ftr-plan-hero h2{
    font-size:clamp(1.45rem,6vw,2rem);
  }

  .ftr-plan-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2vw;
  }

  .ftr-plan-metric{
    padding:3vw;
    border-radius:3vw;
  }

  .ftr-plan-section{
    padding:4vw;
    border-radius:4vw;
  }

  .ftr-plan-grid{
    grid-template-columns:1fr;
    gap:2vw;
  }

  .ftr-plan-card{
    padding:3vw;
    border-radius:3vw;
  }

  .ftr-plan-step{
    grid-template-columns:8vw minmax(0,1fr);
    gap:2.5vw;
  }

  .ftr-plan-step__num{
    width:8vw;
    height:8vw;
    max-width:2.4rem;
    max-height:2.4rem;
  }

  .ftr-plan-step__price{
    grid-column:2;
    padding-left:0;
  }

  .ftr-plan-analytics{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2vw;
  }

}


/* ==========================================================
   NARROW PHONES
   The layout remains proportional instead of switching to
   fixed dimensions.
   ========================================================== */

@media (max-width: 32.5rem) {

  .ftr-filter-card{
    grid-template-columns:1fr;
  }

  .ftr-filter-card__head,
  .ftr-filter-attributes{
    grid-column:auto;
  }

  .ftr-product-visual{
    height:clamp(13rem,64vw,16rem) !important;
    aspect-ratio:auto !important;
    padding:3vw;
  }

  .ftr-product-visual img{
    max-width:95% !important;
    max-height:100% !important;
  }

  .ftr-product-card__body{
    padding:4.2vw;
  }

  .ftr-cart-generate{
    min-width:36vw;
    max-width:50vw;
  }

}


/* ==========================================================
   VERY NARROW PHONES
   ========================================================== */

@media (max-width: 24rem) {

  .ftr-product-visual{
    height:clamp(12rem,66vw,14.5rem) !important;
    aspect-ratio:auto !important;
  }

  .ftr-product-visual img{
    max-width:96% !important;
  }

  .ftr-cart-card{
    gap:1.5vw;
  }

  .ftr-cart-generate{
    min-width:38vw;
    padding-left:2vw;
    padding-right:2vw;
  }

}


/*
|--------------------------------------------------------------------------
| PRODUCT FAVORITES - CURRENT PURPLE UI
|--------------------------------------------------------------------------
*/

.ftr-product-visual{
    position:relative;
}

.ftr-product-favorite{
    position:absolute;
    top:12px;
    right:12px;
    z-index:20;

    display:grid;
    width:38px;
    height:38px;
    place-items:center;

    margin:0;
    padding:0;

    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;

    background:rgba(12,7,18,.78);
    color:#fff;

    cursor:pointer;

    font-family:Arial,sans-serif;
    font-size:21px;
    line-height:1;

    box-shadow:0 8px 22px rgba(0,0,0,.34);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    transition:
        transform .15s ease,
        border-color .15s ease,
        background .15s ease,
        color .15s ease,
        box-shadow .15s ease;
}

.ftr-product-favorite:hover{
    transform:scale(1.06);
    border-color:rgba(184,83,255,.66);
    background:rgba(88,25,132,.88);
    color:#e3b7ff;
    box-shadow:0 8px 25px rgba(145,44,230,.25);
}

.ftr-product-favorite.is-favorite{
    border-color:rgba(190,78,255,.78);
    background:linear-gradient(135deg,#7420d1,#a434ef);
    color:#fff;
    box-shadow:
        0 8px 25px rgba(145,44,230,.32),
        0 0 18px rgba(164,52,239,.18);
}

.ftr-product-favorite:disabled{
    opacity:.55;
    cursor:wait;
    transform:none;
}

@media (max-width:520px){
    .ftr-product-favorite{
        top:9px;
        right:9px;
        width:35px;
        height:35px;
        font-size:19px;
    }
}


/* ==========================================================
   MOBILE FILTER + SORT CONTROLS
   ========================================================== */

.ftr-products-mobile-actions,
.ftr-mobile-filters-backdrop,
.ftr-mobile-sort-backdrop,
.ftr-mobile-sort-sheet,
.ftr-filter-card__mobile-close{
  display:none;
}

.ftr-filter-card__head-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

@media (max-width:45rem){

  html.ftr-products-filters-open,
  html.ftr-products-sort-open{
    overflow:hidden;
  }

  .ftr-products-mobile-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2.5vw;
    margin-bottom:3vw;
  }

  .ftr-products-mobile-action{
    position:relative;
    display:flex;
    min-width:0;
    min-height:12vw;
    align-items:center;
    justify-content:center;
    gap:2vw;
    padding:0 3vw;
    border:1px solid rgba(165,72,245,.30);
    border-radius:3.2vw;
    background:
      linear-gradient(
        180deg,
        rgba(67,24,94,.62),
        rgba(31,10,45,.90)
      );
    color:#f5eff8;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      0 3vw 8vw rgba(0,0,0,.14);
    font-size:clamp(.75rem,3.25vw,.95rem);
    font-weight:850;
    cursor:pointer;
    overflow:hidden;
  }

  .ftr-products-mobile-action:active{
    transform:translateY(1px);
  }

  .ftr-products-mobile-action.has-selection,
  .ftr-products-mobile-action[aria-expanded="true"]{
    border-color:rgba(185,81,255,.68);
    background:
      linear-gradient(
        135deg,
        rgba(120,38,185,.60),
        rgba(68,22,104,.88)
      );
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.08),
      0 0 0 .7vw rgba(148,53,223,.08);
  }

  .ftr-products-mobile-action__icon{
    flex:0 0 auto;
    color:#c379f5;
    font-size:clamp(.9rem,4vw,1.15rem);
    line-height:1;
  }

  .ftr-products-mobile-action__count{
    display:grid;
    min-width:5.5vw;
    height:5.5vw;
    place-items:center;
    padding:0 1.4vw;
    border-radius:999px;
    background:#a63df0;
    color:#fff;
    font-size:clamp(.55rem,2.4vw,.7rem);
    font-weight:950;
  }

  .ftr-products-mobile-action__count[hidden]{
    display:none !important;
  }

  /* Hide desktop sort select on phones. */
  .ftr-products-list-head>label{
    display:none;
  }

  .ftr-products-list-head{
    display:block;
    margin-bottom:2.6vw;
  }

  /* Filters become an off-canvas drawer. */
  .ftr-products-filters{
    position:fixed !important;
    z-index:2147483003;
    top:0;
    left:0;
    bottom:0;
    width:min(88vw,24rem);
    max-width:88vw;
    padding:0;
    transform:translateX(-105%);
    visibility:hidden;
    opacity:0;
    transition:
      transform .24s ease,
      opacity .18s ease,
      visibility .24s ease;
    overflow:visible;
  }

  .ftr-products-filters.is-mobile-open{
    transform:translateX(0);
    visibility:visible;
    opacity:1;
  }

  .ftr-products-filters .ftr-filter-card{
    display:block;
    width:100%;
    height:100%;
    max-height:100dvh;
    overflow-y:auto;
    padding:
      max(4vw,env(safe-area-inset-top))
      4vw
      max(7vw,env(safe-area-inset-bottom));
    border:0;
    border-right:1px solid rgba(179,76,255,.32);
    border-radius:0 5vw 5vw 0;
    background:
      radial-gradient(
        circle at 0 0,
        rgba(153,49,232,.17),
        transparent 34%
      ),
      linear-gradient(
        180deg,
        #1f0a2e,
        #100518
      );
    box-shadow:5vw 0 14vw rgba(0,0,0,.48);
  }

  .ftr-products-filters .ftr-filter-card__head{
    position:sticky;
    z-index:2;
    top:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:
      calc(-1 * max(4vw,env(safe-area-inset-top)))
      -1vw
      4vw;
    padding:
      max(4vw,env(safe-area-inset-top))
      1vw
      3vw;
    background:
      linear-gradient(
        180deg,
        rgba(31,10,46,.99) 0%,
        rgba(31,10,46,.96) 76%,
        rgba(31,10,46,0) 100%
      );
  }

  .ftr-products-filters .ftr-filter-card__head strong{
    font-size:clamp(1.05rem,4.5vw,1.3rem);
  }

  .ftr-filter-card__head-actions{
    gap:2vw;
  }

  .ftr-filter-card__head-actions>[data-ftr-products-reset]{
    min-height:9vw;
    padding:0 2vw;
    font-size:clamp(.65rem,2.7vw,.8rem);
  }

  .ftr-filter-card__mobile-close{
    display:grid;
    width:9vw;
    height:9vw;
    max-width:2.7rem;
    max-height:2.7rem;
    place-items:center;
    margin:0;
    padding:0;
    border:1px solid rgba(189,90,255,.32) !important;
    border-radius:2.5vw;
    background:rgba(119,36,173,.14) !important;
    color:#e5c3fa !important;
    font-size:clamp(1.15rem,5vw,1.45rem) !important;
    font-weight:500 !important;
    line-height:1;
    cursor:pointer;
  }

  .ftr-products-filters .ftr-filter-field{
    display:block;
    margin-bottom:4vw;
  }

  .ftr-products-filters .ftr-filter-check{
    display:grid;
    grid-template-columns:5vw minmax(0,1fr);
    gap:2.5vw;
    align-items:start;
    padding:3.5vw 0;
    border-top:1px solid rgba(255,255,255,.065);
  }

  .ftr-products-filters .ftr-filter-check input{
    width:4.5vw;
    height:4.5vw;
    margin:.5vw 0 0;
  }

  .ftr-products-filters .ftr-filter-check strong{
    font-size:clamp(.75rem,3.2vw,.9rem);
  }

  .ftr-products-filters .ftr-filter-check small{
    font-size:clamp(.62rem,2.6vw,.76rem);
  }

  .ftr-products-filters .ftr-filter-attributes{
    margin-top:3vw;
  }

  .ftr-products-filters .ftr-filter-attributes__toggle{
    min-height:11vw;
  }

  .ftr-products-filters .ftr-filter-attributes__panel{
    max-height:none;
    overflow:visible;
  }

  .ftr-mobile-filters-backdrop,
  .ftr-mobile-sort-backdrop{
    position:fixed;
    z-index:2147483002;
    inset:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    background:rgba(5,0,8,.68);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
    cursor:default;
  }

  .ftr-mobile-filters-backdrop:not([hidden]),
  .ftr-mobile-sort-backdrop:not([hidden]){
    display:block;
  }

  /* Sort is a compact bottom sheet. */
  .ftr-mobile-sort-sheet{
    position:fixed;
    z-index:2147483004;
    left:2.5vw;
    right:2.5vw;
    bottom:
      max(
        2.5vw,
        env(safe-area-inset-bottom)
      );
    max-height:min(78dvh,34rem);
    overflow:auto;
    padding:
      2.5vw
      4vw
      max(4vw,env(safe-area-inset-bottom));
    border:1px solid rgba(181,79,255,.34);
    border-radius:5vw;
    background:
      radial-gradient(
        circle at 50% 0,
        rgba(157,53,238,.16),
        transparent 32%
      ),
      linear-gradient(
        180deg,
        #241033,
        #12061b
      );
    box-shadow:0 -5vw 18vw rgba(0,0,0,.55);
  }

  .ftr-mobile-sort-sheet:not([hidden]){
    display:block;
    animation:ftr-mobile-sort-in .20s ease both;
  }

  @keyframes ftr-mobile-sort-in{
    from{
      opacity:0;
      transform:translateY(8vw);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
  }

  .ftr-mobile-sort-sheet__handle{
    width:12vw;
    max-width:3.2rem;
    height:1vw;
    min-height:3px;
    margin:0 auto 3.2vw;
    border-radius:999px;
    background:rgba(255,255,255,.18);
  }

  .ftr-mobile-sort-sheet__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:3vw;
    margin-bottom:3vw;
  }

  .ftr-mobile-sort-sheet__head span{
    display:block;
    color:#a95bf0;
    font-size:clamp(.52rem,2.2vw,.66rem);
    font-weight:950;
    letter-spacing:.10em;
  }

  .ftr-mobile-sort-sheet__head strong{
    display:block;
    margin-top:1vw;
    color:#fff;
    font-size:clamp(1.15rem,5vw,1.45rem);
  }

  .ftr-mobile-sort-sheet__close{
    display:grid;
    width:10vw;
    height:10vw;
    max-width:2.8rem;
    max-height:2.8rem;
    place-items:center;
    padding:0;
    border:1px solid rgba(190,91,255,.28);
    border-radius:2.8vw;
    background:rgba(126,42,182,.12);
    color:#e6c9f8;
    font-size:clamp(1.2rem,5.5vw,1.55rem);
    cursor:pointer;
  }

  .ftr-mobile-sort-options{
    display:grid;
    gap:2vw;
  }

  .ftr-mobile-sort-options button{
    display:flex;
    width:100%;
    min-height:12vw;
    align-items:center;
    justify-content:space-between;
    gap:3vw;
    padding:0 3.5vw;
    border:1px solid rgba(255,255,255,.075);
    border-radius:3vw;
    background:rgba(255,255,255,.025);
    color:#d8cedd;
    text-align:left;
    font-size:clamp(.76rem,3.25vw,.94rem);
    font-weight:780;
    cursor:pointer;
  }

  .ftr-mobile-sort-options button i{
    display:block;
    width:5vw;
    height:5vw;
    flex:0 0 5vw;
    border:1px solid rgba(202,147,238,.32);
    border-radius:50%;
    background:rgba(255,255,255,.025);
    box-shadow:inset 0 0 0 1.1vw #170820;
  }

  .ftr-mobile-sort-options button.is-active{
    border-color:rgba(182,73,255,.52);
    background:
      linear-gradient(
        135deg,
        rgba(118,35,181,.25),
        rgba(83,25,127,.18)
      );
    color:#fff;
  }

  .ftr-mobile-sort-options button.is-active i{
    border-color:#c05cff;
    background:#c05cff;
  }

}

@media (max-width:24rem){

  .ftr-products-mobile-action{
    gap:1.5vw;
    padding-left:2vw;
    padding-right:2vw;
  }

  .ftr-products-mobile-action__icon{
    display:none;
  }

}


/* ==========================================================
   PREMIUM PURCHASE PLAN — 2026-08-16
   Shared visual direction for Products purchase plans.
   ========================================================== */
.ftr-products-app .ftr-cart-plan{margin-top:34px}
.ftr-products-app .ftr-plan-hero--premium{
  display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center;
  padding:24px 26px;border:1px solid rgba(159,69,255,.42);border-radius:20px;
  background:
    radial-gradient(circle at 8% 28%,rgba(125,47,255,.23),transparent 25%),
    linear-gradient(120deg,rgba(65,22,91,.74),rgba(16,11,31,.97) 56%,rgba(11,13,28,.98));
  box-shadow:0 20px 55px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  overflow:hidden;position:relative
}
.ftr-products-app .ftr-plan-hero--premium:after{content:"";position:absolute;right:-70px;top:-70px;width:280px;height:220px;border:1px solid rgba(141,70,255,.18);border-radius:44%;transform:rotate(18deg);pointer-events:none}
.ftr-products-app .ftr-plan-hero__brand{width:96px;height:96px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#401169,#120d24);border:1px solid rgba(198,98,255,.35);box-shadow:0 0 32px rgba(132,57,255,.20)}
.ftr-products-app .ftr-plan-hero__brand span{width:70px;height:70px;display:grid;place-items:center;border-radius:19px;border:2px solid #ffbe22;color:#ffc524;background:linear-gradient(145deg,#351329,#17111b);font-size:31px;font-weight:1000;letter-spacing:-.06em;box-shadow:0 0 20px rgba(255,184,0,.24),inset 0 0 18px rgba(255,184,0,.08)}
.ftr-products-app .ftr-plan-hero__content{min-width:0}
.ftr-products-app .ftr-plan-hero__top{position:relative;z-index:1}
.ftr-products-app .ftr-plan-hero__top small{color:#ffd400;font-size:9px;font-weight:950;letter-spacing:.08em}
.ftr-products-app .ftr-plan-hero h2{margin:6px 0 3px;font-size:34px;line-height:1;letter-spacing:-.045em}
.ftr-products-app .ftr-plan-hero p{font-size:11px;color:#a89eb5}
.ftr-products-app .ftr-plan-valid{padding:7px 12px;border-radius:999px;background:rgba(26,107,58,.34);color:#65ef8d;border:1px solid rgba(74,231,125,.12);font-size:8px;font-weight:950}
.ftr-products-app .ftr-plan-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:18px}
.ftr-products-app .ftr-plan-metric{min-height:68px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:linear-gradient(180deg,rgba(36,30,55,.92),rgba(21,18,37,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.ftr-products-app .ftr-plan-metric__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(157,73,255,.13);color:#b778ff;font-size:16px;font-weight:900}
.ftr-products-app .ftr-plan-metric.is-accent .ftr-plan-metric__icon{background:rgba(255,188,25,.10);color:#ffc125}
.ftr-products-app .ftr-plan-metric__copy{min-width:0}
.ftr-products-app .ftr-plan-metric__copy>span{display:block;color:#978da5;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}
.ftr-products-app .ftr-plan-metric strong{margin-top:4px;font-size:13px;line-height:1.1;white-space:nowrap}
.ftr-products-app .ftr-plan-layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,1fr);gap:16px;margin-top:15px;align-items:start}
.ftr-products-app .ftr-plan-layout__main,.ftr-products-app .ftr-plan-layout__side{display:grid;gap:10px;min-width:0}
.ftr-products-app .ftr-plan-section{margin-top:0;padding:17px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:linear-gradient(180deg,rgba(28,22,47,.96),rgba(19,17,35,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.ftr-products-app .ftr-plan-section__head{margin-bottom:13px;align-items:center}
.ftr-products-app .ftr-plan-section h3{font-size:15px;display:flex;align-items:center;gap:8px}
.ftr-products-app .ftr-plan-section__heading-icon{color:#b861ff;font-size:20px;line-height:1}
.ftr-products-app .ftr-plan-section__head p{font-size:9px;color:#8c8495}
.ftr-products-app .ftr-plan-badge{padding:6px 10px;background:#2d1947;color:#c89aff;border-radius:999px;font-size:8px}
.ftr-products-app .ftr-plan-analytics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.ftr-products-app .ftr-plan-analytics__item{min-height:58px;display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid rgba(255,255,255,.085);border-radius:10px;background:rgba(24,18,39,.86)}
.ftr-products-app .ftr-plan-analytics__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:rgba(139,57,238,.13);color:#b869ff;font-style:normal;font-size:15px}
.ftr-products-app .ftr-plan-analytics__item small{display:block;color:#8f859b;font-size:7px;text-transform:uppercase;font-weight:850}
.ftr-products-app .ftr-plan-analytics__item strong{display:block;margin-top:3px;font-size:13px}
.ftr-products-app .ftr-plan-grid--giftcards{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(220px,.95fr)}
.ftr-products-app .ftr-plan-grid--products{grid-template-columns:repeat(3,minmax(0,1fr))}
.ftr-products-app .ftr-plan-card{min-height:112px;display:flex;gap:12px;align-items:stretch;padding:10px;border:1px solid rgba(255,255,255,.105);border-radius:10px;background:linear-gradient(180deg,rgba(28,23,43,.95),rgba(20,18,34,.95))}
.ftr-products-app .ftr-plan-card__content{min-width:0;flex:1;padding:3px 2px;display:flex;flex-direction:column}
.ftr-products-app .ftr-plan-card__content>strong{font-size:11px;line-height:1.25}
.ftr-products-app .ftr-plan-card__content>small{font-size:8px;color:#8e8498}
.ftr-products-app .ftr-plan-card__row{margin-top:auto;align-items:center}
.ftr-products-app .ftr-plan-card__row b{padding:4px 8px;border:1px solid rgba(186,100,255,.25);border-radius:999px;color:#d3a6ff;font-size:10px;background:rgba(119,45,170,.08)}
.ftr-products-app .ftr-plan-card a{margin-top:7px;width:max-content;background:#ffd400;color:#15110a;padding:6px 9px;border-radius:6px;font-size:8px}
.ftr-products-app .ftr-plan-giftcard-art{width:66px;min-width:66px;border-radius:7px;background:linear-gradient(145deg,#0d62d5,#073b9b 55%,#082a72);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.ftr-products-app .ftr-plan-giftcard-art strong{font-size:21px}
.ftr-products-app .ftr-plan-giftcard-art small{margin-top:4px;color:#fff;font-size:6px}
.ftr-products-app .ftr-plan-product-art{width:60px;min-width:60px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#161522;border:1px solid rgba(255,255,255,.08);color:#7d7487;font-size:8px;font-weight:900}
.ftr-products-app .ftr-plan-product-art img{width:100%;height:100%;max-height:88px;object-fit:contain;padding:2px;display:block}
.ftr-products-app .ftr-plan-combo-card{min-height:112px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed rgba(192,106,255,.25);border-radius:10px;background:rgba(33,26,48,.48);color:#ccb6df}
.ftr-products-app .ftr-plan-combo-card>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid #a760df;border-radius:50%;font-size:24px;color:#c275ff}
.ftr-products-app .ftr-plan-combo-card strong{display:block;font-size:11px;color:#d7b4f2}.ftr-products-app .ftr-plan-combo-card small{display:block;margin-top:3px;font-size:8px;color:#82758d}
.ftr-products-app .ftr-plan-section--steps{padding:18px}
.ftr-products-app .ftr-plan-steps{gap:11px;position:relative}
.ftr-products-app .ftr-plan-step{position:relative;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center}
.ftr-products-app .ftr-plan-step:not(:last-child):after{content:"";position:absolute;left:15px;top:38px;bottom:-12px;width:1px;background:rgba(157,76,239,.35)}
.ftr-products-app .ftr-plan-step__num{width:32px;height:32px;background:linear-gradient(180deg,#a64be9,#6e2ac0);color:#fff;z-index:1}
.ftr-products-app .ftr-plan-step__body{min-height:72px;padding:13px;border-color:rgba(255,255,255,.095);background:rgba(22,19,35,.9)}
.ftr-products-app .ftr-plan-step__body small{color:#9988ac;font-size:7px}
.ftr-products-app .ftr-plan-step__body strong{font-size:10px;line-height:1.35}
.ftr-products-app .ftr-plan-step__body p{margin:5px 0 0;color:#7f758b;font-size:8px;line-height:1.4}
.ftr-products-app .ftr-plan-step__price{display:flex;align-items:center;gap:8px;font-size:9px}.ftr-products-app .ftr-plan-step__price b{font-size:17px;color:#9d84b5}
.ftr-products-app .ftr-plan-secure{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid rgba(167,75,255,.34);border-radius:12px;background:linear-gradient(135deg,rgba(111,40,163,.25),rgba(39,24,58,.55));color:#ead9f8}
.ftr-products-app .ftr-plan-secure__icon{width:38px;height:38px;display:grid;place-items:center;border:2px solid #a75cff;border-radius:11px;color:#c991ff;font-size:18px}
.ftr-products-app .ftr-plan-secure strong{font-size:12px}.ftr-products-app .ftr-plan-secure p{margin:4px 0 0;color:#bd9dd4;font-size:9px}
@media(max-width:1100px){.ftr-products-app .ftr-plan-layout{grid-template-columns:1fr}.ftr-products-app .ftr-plan-layout__side{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:start}.ftr-products-app .ftr-plan-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.ftr-products-app .ftr-plan-hero--premium{grid-template-columns:1fr;padding:19px}.ftr-products-app .ftr-plan-hero__brand{display:none}.ftr-products-app .ftr-plan-hero h2{font-size:28px}.ftr-products-app .ftr-plan-hero__top{display:flex;gap:12px}.ftr-products-app .ftr-plan-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ftr-products-app .ftr-plan-layout__side{grid-template-columns:1fr}.ftr-products-app .ftr-plan-analytics{grid-template-columns:repeat(2,minmax(0,1fr))}.ftr-products-app .ftr-plan-grid--giftcards,.ftr-products-app .ftr-plan-grid--products{grid-template-columns:1fr}.ftr-products-app .ftr-plan-combo-card{display:none}.ftr-products-app .ftr-plan-step{grid-template-columns:30px minmax(0,1fr)}.ftr-products-app .ftr-plan-step__price{grid-column:2;padding:0 10px 4px;justify-content:flex-end}.ftr-products-app .ftr-plan-section{padding:14px}}



/* ==========================================================
   PRODUCTS PAGE — CART PURCHASE PLAN PARITY
   Uses the same purchase-plan visual system as /cart/
   ========================================================== */

.ftr-products-app .ftr-cart-plan{
    width:100%;
    margin-top:22px;
}

.ftr-products-app .ftr-cart-plan[hidden]{
    display:none !important;
}

.ftr-products-app .ftr-cart-plan__hero--premium{
    width:100%;
}

.ftr-products-app .ftr-cart-plan__layout{
    width:100%;
}

/* Keep the full purchase plan comfortably wide on the Products page. */
@media(min-width:1181px){
    .ftr-products-app .ftr-cart-plan__layout{
        grid-template-columns:minmax(0,1.65fr) minmax(430px,1.05fr) !important;
    }
}

/* Products has its own global card styles; these selectors prevent leakage. */
.ftr-products-app .ftr-cart-plan__cards article{
    padding:0;
}

.ftr-products-app .ftr-cart-plan__giftcard-copy a{
    color:#5f168f !important;
}

.ftr-products-app .ftr-cart-plan__product-price{
    text-decoration:none;
}

/* ==========================================================
   PREMIUM PURCHASE PLAN — 2026-08-16
   ========================================================== */

.ftr-cart-plan__hero--premium{display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center;padding:24px 26px;border:1px solid rgba(159,69,255,.42);border-radius:20px;background:radial-gradient(circle at 8% 28%,rgba(125,47,255,.23),transparent 25%),linear-gradient(120deg,rgba(65,22,91,.74),rgba(16,11,31,.97) 56%,rgba(11,13,28,.98));box-shadow:0 20px 55px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);overflow:hidden;position:relative}
.ftr-cart-plan__brand{width:96px;height:96px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#401169,#120d24);border:1px solid rgba(198,98,255,.35);box-shadow:0 0 32px rgba(132,57,255,.20)}
.ftr-cart-plan__brand span{width:70px;height:70px;display:grid;place-items:center;border-radius:19px;border:2px solid #ffbe22;color:#ffc524;background:linear-gradient(145deg,#351329,#17111b);font-size:31px;font-weight:1000;letter-spacing:-.06em;box-shadow:0 0 20px rgba(255,184,0,.24),inset 0 0 18px rgba(255,184,0,.08)}
.ftr-cart-plan__hero-content{min-width:0}.ftr-cart-plan__hero-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.ftr-cart-plan__hero-top>div>small{color:#ffd400;font-size:9px;font-weight:950;letter-spacing:.08em}.ftr-cart-plan__hero-top h2{margin:6px 0 3px;font-size:34px;line-height:1;letter-spacing:-.045em}.ftr-cart-plan__hero-top p{margin:0;color:#a89eb5;font-size:11px}.ftr-cart-plan__valid{padding:7px 12px;border-radius:999px;background:rgba(26,107,58,.34);color:#65ef8d;border:1px solid rgba(74,231,125,.12);font-size:8px;font-weight:950}
.ftr-cart-plan__metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:18px}.ftr-cart-plan__metric{min-height:68px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:11px!important;background:linear-gradient(180deg,rgba(36,30,55,.92),rgba(21,18,37,.94))!important}.ftr-cart-plan__metric-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(157,73,255,.13);color:#b778ff;font-size:16px;font-weight:900}.ftr-cart-plan__metric.is-accent .ftr-cart-plan__metric-icon{background:rgba(255,188,25,.10);color:#ffc125}.ftr-cart-plan__metric-copy>span{display:block;color:#978da5;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.ftr-cart-plan__metric-copy strong{display:block;margin-top:4px;font-size:13px;white-space:nowrap}.ftr-cart-plan__metric.is-accent .ftr-cart-plan__metric-copy strong{color:#ffd400}
.ftr-cart-plan__layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(320px,1fr);gap:16px;margin-top:15px;align-items:start}.ftr-cart-plan__main,.ftr-cart-plan__side{display:grid;gap:10px;min-width:0}.ftr-cart-plan__section{margin:0!important;padding:17px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(28,22,47,.96),rgba(19,17,35,.96))!important}.ftr-cart-plan__section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px}.ftr-cart-plan__section-head h3{margin:0;display:flex;align-items:center;gap:8px;font-size:15px}.ftr-cart-plan__section-head h3>span{color:#b861ff;font-size:20px}.ftr-cart-plan__section-head p{margin:3px 0 0;color:#8c8495;font-size:9px}.ftr-cart-plan__badge{padding:6px 10px;border-radius:999px;background:#2d1947;color:#c89aff;font-size:8px;font-weight:850;white-space:nowrap}
.ftr-cart-plan__analytics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ftr-cart-plan__analytics>div{min-height:58px;display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid rgba(255,255,255,.085);border-radius:10px;background:rgba(24,18,39,.86)}.ftr-cart-plan__analytics i{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:rgba(139,57,238,.13);color:#b869ff;font-style:normal;font-size:15px}.ftr-cart-plan__analytics small{display:block;color:#8f859b;font-size:7px;text-transform:uppercase;font-weight:850}.ftr-cart-plan__analytics strong{display:block;margin-top:3px;font-size:13px}
.ftr-cart-plan__cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(220px,.95fr)!important;gap:8px!important}.ftr-cart-plan__giftcard{min-height:112px;display:flex;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.105);border-radius:10px;background:linear-gradient(180deg,rgba(28,23,43,.95),rgba(20,18,34,.95))}.ftr-cart-plan__giftcard-art{width:66px;min-width:66px;border-radius:7px;background:linear-gradient(145deg,#0d62d5,#073b9b 55%,#082a72);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.ftr-cart-plan__giftcard-art strong{font-size:21px}.ftr-cart-plan__giftcard-art small{margin-top:4px;color:#fff;font-size:6px}.ftr-cart-plan__giftcard-copy{min-width:0;flex:1;display:flex;flex-direction:column;padding:3px 2px}.ftr-cart-plan__giftcard-copy>strong{font-size:11px}.ftr-cart-plan__giftcard-copy>small{margin-top:3px;color:#8e8498;font-size:8px}.ftr-cart-plan__giftcard-copy>div{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.ftr-cart-plan__giftcard-copy>div span{font-size:8px;color:#9e94a6}.ftr-cart-plan__giftcard-copy>div b{padding:4px 8px;border:1px solid rgba(186,100,255,.25);border-radius:999px;color:#d3a6ff;font-size:10px;background:rgba(119,45,170,.08)}.ftr-cart-plan__giftcard-copy a{width:max-content;margin-top:7px;padding:6px 9px;border-radius:6px;background:#ffd400;color:#15110a;text-decoration:none;font-size:8px;font-weight:900}.ftr-cart-plan__combo{min-height:112px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed rgba(192,106,255,.25);border-radius:10px;background:rgba(33,26,48,.48)}.ftr-cart-plan__combo>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid #a760df;border-radius:50%;font-size:24px;color:#c275ff}.ftr-cart-plan__combo strong{display:block;font-size:11px;color:#d7b4f2}.ftr-cart-plan__combo small{display:block;margin-top:3px;font-size:8px;color:#82758d}
.ftr-cart-plan__products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important}.ftr-cart-plan__product{min-height:112px;display:flex;gap:12px;padding:10px;border:1px solid rgba(255,255,255,.105);border-radius:10px;background:linear-gradient(180deg,rgba(28,23,43,.95),rgba(20,18,34,.95))}.ftr-cart-plan__product-art{width:60px;min-width:60px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#161522;border:1px solid rgba(255,255,255,.08);color:#7d7487;font-size:8px;font-weight:900}.ftr-cart-plan__product-art img{width:100%;height:100%;max-height:88px;object-fit:contain;padding:2px;display:block}.ftr-cart-plan__product-copy{min-width:0;flex:1;display:flex;flex-direction:column;padding:3px 2px}.ftr-cart-plan__product-copy>strong{font-size:11px}.ftr-cart-plan__product-copy>small{margin-top:3px;color:#8e8498;font-size:8px}.ftr-cart-plan__product-copy>div{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.ftr-cart-plan__product-copy>div span{font-size:8px;color:#9e94a6}.ftr-cart-plan__product-copy>div b{padding:4px 8px;border:1px solid rgba(186,100,255,.25);border-radius:999px;color:#d3a6ff;font-size:10px;background:rgba(119,45,170,.08)}
.ftr-cart-plan__steps{display:grid;gap:11px!important}.ftr-cart-plan__step{position:relative;display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;padding:0!important;background:none!important;border:0!important}.ftr-cart-plan__step:not(:last-child):after{content:"";position:absolute;left:15px;top:38px;bottom:-12px;width:1px;background:rgba(157,76,239,.35)}.ftr-cart-plan__step-num{width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:linear-gradient(180deg,#a64be9,#6e2ac0)!important;color:#fff!important;font-size:9px!important;font-weight:900!important;z-index:1}.ftr-cart-plan__step-body{min-height:72px;padding:13px;border:1px solid rgba(255,255,255,.095);border-radius:10px;background:rgba(22,19,35,.9)}.ftr-cart-plan__step-body small{display:block;color:#9988ac!important;font-size:7px!important;text-transform:uppercase}.ftr-cart-plan__step-body strong{display:block;margin-top:3px;font-size:10px!important;line-height:1.35}.ftr-cart-plan__step-body p{margin:5px 0 0;color:#7f758b;font-size:8px;line-height:1.4}.ftr-cart-plan__step-price{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:850;white-space:nowrap}.ftr-cart-plan__step-price b{font-size:17px;color:#9d84b5}.ftr-cart-plan__secure{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid rgba(167,75,255,.34);border-radius:12px;background:linear-gradient(135deg,rgba(111,40,163,.25),rgba(39,24,58,.55));color:#ead9f8}.ftr-cart-plan__secure>span{width:38px;height:38px;display:grid;place-items:center;border:2px solid #a75cff;border-radius:11px;color:#c991ff;font-size:18px}.ftr-cart-plan__secure strong{font-size:12px}.ftr-cart-plan__secure p{margin:4px 0 0;color:#bd9dd4;font-size:9px}
@media(max-width:1100px){.ftr-cart-plan__layout{grid-template-columns:1fr}.ftr-cart-plan__side{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:start}.ftr-cart-plan__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.ftr-cart-plan__hero--premium{grid-template-columns:1fr;padding:19px}.ftr-cart-plan__brand{display:none}.ftr-cart-plan__hero-top h2{font-size:28px}.ftr-cart-plan__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ftr-cart-plan__side{grid-template-columns:1fr}.ftr-cart-plan__analytics{grid-template-columns:repeat(2,minmax(0,1fr))}.ftr-cart-plan__cards,.ftr-cart-plan__products{grid-template-columns:1fr!important}.ftr-cart-plan__combo{display:none}.ftr-cart-plan__step{grid-template-columns:30px minmax(0,1fr)!important}.ftr-cart-plan__step-price{grid-column:2;justify-content:flex-end;padding:0 10px 4px}.ftr-cart-plan__section{padding:14px!important}}

/* ==========================================================
   PRODUCT-LEVEL COUNTRY + PLATFORM CONTEXT
   ========================================================== */
.ftr-cart-page__section-head .ftr-cart-page__context{display:none!important}

.ftr-cart-page__item-context{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px;
    margin-top:10px;
}

.ftr-cart-item-context-pill{
    min-height:28px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:4px 8px 4px 5px;
    border:1px solid rgba(255,255,255,.085);
    border-radius:8px;
    background:rgba(12,5,22,.42);
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.ftr-cart-item-context-pill__icon{
    width:24px;
    height:20px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.10);
    border-radius:6px;
    background:#24112f;
    color:#fff;
    font-size:8px;
    font-weight:950;
    line-height:1;
}

.ftr-cart-item-context-pill__flag img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.ftr-cart-item-context-pill__text{
    display:flex;
    align-items:baseline;
    gap:4px;
    min-width:0;
}

.ftr-cart-item-context-pill__text strong{
    font-size:9px;
    font-weight:850;
    line-height:1;
    white-space:nowrap;
}

.ftr-cart-item-context-pill__text small{
    margin:0;
    color:#81758a;
    font-size:7px;
    font-weight:850;
    line-height:1;
    text-transform:uppercase;
}

.ftr-cart-item-context-pill__platform-logo{
    width:24px;
    height:24px;
    border-radius:7px;
    font-size:8px;
    letter-spacing:-.03em;
}

.ftr-cart-item-context-pill--platform[data-platform="playstation"] .ftr-cart-item-context-pill__platform-logo{
    border-color:rgba(65,111,255,.30);
    background:linear-gradient(145deg,#1b4fa7,#0b2b70);
}

.ftr-cart-item-context-pill--platform[data-platform="xbox"] .ftr-cart-item-context-pill__platform-logo{
    border-color:rgba(71,202,102,.28);
    background:linear-gradient(145deg,#16823b,#0d4724);
}

.ftr-cart-item-context-pill--platform[data-platform="pc"] .ftr-cart-item-context-pill__platform-logo{
    border-color:rgba(255,212,0,.25);
    background:linear-gradient(145deg,#4a3810,#241b08);
    color:#ffd400;
}

.ftr-cart-item-context-pill--platform[data-platform="nintendo"] .ftr-cart-item-context-pill__platform-logo{
    border-color:rgba(255,87,87,.28);
    background:linear-gradient(145deg,#9f2424,#571616);
}

@media (max-width:560px){
    .ftr-cart-page__item-context{margin-top:8px;gap:5px}
    .ftr-cart-item-context-pill{min-height:26px;padding:3px 7px 3px 4px}
    .ftr-cart-item-context-pill__text strong{font-size:8px}
    .ftr-cart-item-context-pill__text small{font-size:6px}
}

/* ==========================================================
   PURCHASE PLAN METRIC ICONS — PREMIUM COLOR SYSTEM
   ========================================================== */
.ftr-cart-plan__metric{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease;
}

.ftr-cart-plan__metric::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.52;
    pointer-events:none;
    background:
        radial-gradient(
            circle at 10% 18%,
            var(--ftr-metric-glow, rgba(167,75,255,.12)),
            transparent 48%
        );
}

.ftr-cart-plan__metric:hover{
    transform:translateY(-1px);
    border-color:var(--ftr-metric-border, rgba(255,255,255,.16)) !important;
    box-shadow:
        0 10px 26px rgba(0,0,0,.16),
        0 0 22px var(--ftr-metric-shadow, rgba(151,72,255,.06));
}

.ftr-cart-plan__metric-icon{
    width:34px !important;
    height:34px !important;
    display:grid !important;
    place-items:center !important;
    margin:0 !important;
    border:1px solid var(--ftr-metric-icon-border, rgba(255,255,255,.12));
    border-radius:10px !important;
    background:var(--ftr-metric-icon-bg, rgba(157,73,255,.13)) !important;
    color:var(--ftr-metric-icon-color, #c98aff) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 0 18px var(--ftr-metric-shadow, rgba(151,72,255,.08));
}

.ftr-cart-plan__metric-icon svg{
    width:18px;
    height:18px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ftr-cart-plan__metric-copy > strong{
    color:var(--ftr-metric-value, #f7f4fb) !important;
}

/* FTRGames Price — premium gold */
.ftr-cart-plan__metric--gold{
    --ftr-metric-glow:rgba(255,186,29,.18);
    --ftr-metric-shadow:rgba(255,186,29,.10);
    --ftr-metric-border:rgba(255,199,56,.30);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(255,193,36,.22),rgba(135,82,0,.18));
    --ftr-metric-icon-border:rgba(255,205,74,.25);
    --ftr-metric-icon-color:#ffd24f;
    --ftr-metric-value:#ffd400;
}

/* Store Price — clean silver / white */
.ftr-cart-plan__metric--silver{
    --ftr-metric-glow:rgba(221,226,239,.10);
    --ftr-metric-shadow:rgba(218,225,242,.06);
    --ftr-metric-border:rgba(220,226,240,.20);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(230,235,245,.12),rgba(128,135,153,.08));
    --ftr-metric-icon-border:rgba(235,240,249,.16);
    --ftr-metric-icon-color:#eef2f8;
    --ftr-metric-value:#f3f5f8;
}

/* Savings — green */
.ftr-cart-plan__metric--green{
    --ftr-metric-glow:rgba(58,225,127,.15);
    --ftr-metric-shadow:rgba(58,225,127,.08);
    --ftr-metric-border:rgba(84,234,143,.24);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(52,211,114,.18),rgba(20,111,61,.12));
    --ftr-metric-icon-border:rgba(86,234,145,.22);
    --ftr-metric-icon-color:#63ed98;
    --ftr-metric-value:#6df09e;
}

/* Discount — yellow */
.ftr-cart-plan__metric--yellow{
    --ftr-metric-glow:rgba(255,213,0,.14);
    --ftr-metric-shadow:rgba(255,213,0,.08);
    --ftr-metric-border:rgba(255,216,43,.25);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(255,216,43,.18),rgba(128,102,0,.12));
    --ftr-metric-icon-border:rgba(255,223,75,.22);
    --ftr-metric-icon-color:#ffe259;
    --ftr-metric-value:#ffd400;
}

/* Wallet — electric blue */
.ftr-cart-plan__metric--blue{
    --ftr-metric-glow:rgba(80,128,255,.15);
    --ftr-metric-shadow:rgba(80,128,255,.09);
    --ftr-metric-border:rgba(104,145,255,.24);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(78,126,255,.20),rgba(31,58,137,.13));
    --ftr-metric-icon-border:rgba(111,150,255,.23);
    --ftr-metric-icon-color:#82a6ff;
    --ftr-metric-value:#dfe7ff;
}

/* Gift cards — purple */
.ftr-cart-plan__metric--purple{
    --ftr-metric-glow:rgba(183,87,255,.16);
    --ftr-metric-shadow:rgba(183,87,255,.09);
    --ftr-metric-border:rgba(194,109,255,.25);
    --ftr-metric-icon-bg:linear-gradient(145deg,rgba(177,78,248,.21),rgba(91,35,132,.14));
    --ftr-metric-icon-border:rgba(199,124,255,.23);
    --ftr-metric-icon-color:#cf91ff;
    --ftr-metric-value:#e3c8f8;
}

/* ==========================================================
   FC POINTS ANALYTICS — CENTERED 3-CARD LAYOUT
   ========================================================== */

.ftr-cart-plan__analytics.ftr-cart-plan__analytics--visual{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px !important;
    width:100%;
}

.ftr-cart-plan__analytics--visual > .ftr-cart-plan__analytics-card{
    min-width:0;
    min-height:230px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
    padding:18px 16px 20px !important;
    border:1px solid rgba(255,255,255,.09) !important;
    border-radius:14px !important;
    background:
        radial-gradient(circle at 50% 15%,var(--analytics-glow,rgba(157,73,255,.12)),transparent 46%),
        linear-gradient(180deg,rgba(28,22,46,.98),rgba(20,17,35,.98)) !important;
    text-align:center !important;
    overflow:hidden !important;
    position:relative !important;
}

.ftr-cart-plan__analytics--visual > .ftr-cart-plan__analytics-card::after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    left:50%;
    top:34px;
    transform:translateX(-50%);
    border-radius:50%;
    background:var(--analytics-glow,rgba(157,73,255,.10));
    filter:blur(38px);
    opacity:.55;
    pointer-events:none;
}

.ftr-cart-plan__analytics-image{
    width:132px !important;
    height:132px !important;
    flex:0 0 132px !important;
    display:grid !important;
    place-items:center !important;
    margin:0 auto !important;
    overflow:hidden !important;
    border:0 !important;
    border-radius:16px !important;
    background:transparent !important;
    box-shadow:none !important;
    position:relative;
    z-index:1;
}

.ftr-cart-plan__analytics-image img{
    width:100% !important;
    height:100% !important;
    max-width:132px !important;
    max-height:132px !important;
    display:block !important;
    object-fit:contain !important;
    object-position:center !important;
    margin:0 auto !important;
    padding:0 !important;
    opacity:1 !important;
    visibility:visible !important;
}

.ftr-cart-plan__analytics-content{
    width:100%;
    min-width:0;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    margin-top:auto !important;
    text-align:center !important;
    position:relative;
    z-index:1;
}

.ftr-cart-plan__analytics-content small{
    display:block !important;
    width:100%;
    margin:0 !important;
    color:#d8cfdf !important;
    font-size:12px !important;
    font-weight:850 !important;
    line-height:1.2 !important;
    letter-spacing:.025em !important;
    text-align:center !important;
    text-transform:uppercase !important;
}

.ftr-cart-plan__analytics-content strong{
    display:block !important;
    width:100%;
    margin:0 !important;
    color:#fff !important;
    font-size:25px !important;
    font-weight:950 !important;
    line-height:1 !important;
    letter-spacing:-.035em !important;
    text-align:center !important;
    white-space:nowrap;
}

.ftr-cart-plan__analytics-card--fp{
    --analytics-glow:rgba(71,255,107,.11);
}

.ftr-cart-plan__analytics-card--packs{
    --analytics-glow:rgba(161,79,255,.15);
}

.ftr-cart-plan__analytics-card--coins{
    --analytics-glow:rgba(255,198,47,.13);
}

.ftr-cart-plan__analytics-card--coins .ftr-cart-plan__analytics-content strong{
    color:#ffd85a !important;
}

@media(max-width:900px){
    .ftr-cart-plan__analytics.ftr-cart-plan__analytics--visual{
        gap:12px !important;
    }

    .ftr-cart-plan__analytics-image{
        width:112px !important;
        height:112px !important;
        flex-basis:112px !important;
    }

    .ftr-cart-plan__analytics-image img{
        max-width:112px !important;
        max-height:112px !important;
    }

    .ftr-cart-plan__analytics-content small{
        font-size:11px !important;
    }

    .ftr-cart-plan__analytics-content strong{
        font-size:22px !important;
    }
}

@media(max-width:680px){
    .ftr-cart-plan__analytics.ftr-cart-plan__analytics--visual{
        grid-template-columns:1fr !important;
    }

    .ftr-cart-plan__analytics--visual > .ftr-cart-plan__analytics-card{
        min-height:215px !important;
    }

    .ftr-cart-plan__analytics-image{
        width:128px !important;
        height:128px !important;
        flex-basis:128px !important;
    }

    .ftr-cart-plan__analytics-image img{
        max-width:128px !important;
        max-height:128px !important;
    }
}

/* ==========================================================
   ACTUAL STORE PURCHASES — COMPACT IMAGE + PRICE BADGE
   ========================================================== */

.ftr-cart-plan__product{
    min-height:96px !important;
    align-items:stretch !important;
    position:relative !important;
    gap:10px !important;
    padding:10px !important;
}

.ftr-cart-plan__product-art{
    width:60px !important;
    min-width:60px !important;
    aspect-ratio:1200 / 1000 !important;
    height:auto !important;
    align-self:center !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    border-radius:7px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:#161522 !important;
}

.ftr-cart-plan__product-art img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    padding:0 !important;
}

.ftr-cart-plan__product-copy{
    min-width:0 !important;
    flex:1 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding:3px 2px 2px !important;
}

.ftr-cart-plan__product-copy > strong{
    padding-right:4px;
    font-size:11px !important;
    line-height:1.35 !important;
}

.ftr-cart-plan__product-price{
    margin-top:auto !important;
    margin-left:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:28px !important;
    padding:5px 10px !important;
    border:1px solid rgba(190,102,255,.34) !important;
    border-radius:999px !important;
    background:linear-gradient(
        180deg,
        rgba(125,45,177,.18),
        rgba(66,26,94,.18)
    ) !important;
    color:#d7a5ff !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 0 16px rgba(155,67,225,.08) !important;
    font-size:10px !important;
    font-weight:900 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

@media(max-width:760px){
    .ftr-cart-plan__product{
        min-height:90px !important;
    }

    .ftr-cart-plan__product-art{
        width:52px !important;
        min-width:52px !important;
        aspect-ratio:1200 / 1000 !important;
        height:auto !important;
    }

    .ftr-cart-plan__product-art img{
        max-width:none !important;
        max-height:none !important;
    }
}

/* ==========================================================
   EXACT PURCHASE STEPS — COST + CURRENT WALLET
   ========================================================== */

/* Give the step timeline a little more room on desktop. */
.ftr-cart-plan__layout{
    grid-template-columns:minmax(0,1.65fr) minmax(430px,1.05fr) !important;
}

.ftr-cart-plan__section--steps{
    overflow:hidden;
}

.ftr-cart-plan__steps-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) 92px 116px;
    gap:8px;
    padding:0 2px 8px 44px;
    color:#776d83;
    font-size:7px;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.ftr-cart-plan__steps-head span:nth-child(2),
.ftr-cart-plan__steps-head span:nth-child(3){
    text-align:center;
}

.ftr-cart-plan__steps{
    display:grid !important;
    gap:11px !important;
}

.ftr-cart-plan__step{
    position:relative !important;
    display:grid !important;
    grid-template-columns:32px minmax(0,1fr) 216px !important;
    gap:10px !important;
    align-items:stretch !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
}

.ftr-cart-plan__step:not(:last-child)::after{
    content:"";
    position:absolute;
    left:15px;
    top:38px;
    bottom:-12px;
    width:1px;
    background:linear-gradient(
        180deg,
        rgba(166,75,233,.58),
        rgba(106,42,192,.18)
    );
}

.ftr-cart-plan__step-num{
    width:32px !important;
    height:32px !important;
    align-self:center;
    display:grid !important;
    place-items:center !important;
    border-radius:50% !important;
    background:linear-gradient(180deg,#a64be9,#6e2ac0) !important;
    color:#fff !important;
    box-shadow:0 0 18px rgba(158,65,232,.16);
    font-size:9px !important;
    font-weight:950 !important;
    z-index:2;
}

.ftr-cart-plan__step.is-redeem .ftr-cart-plan__step-num{
    background:linear-gradient(180deg,#3ad37b,#19854a) !important;
    box-shadow:0 0 20px rgba(58,211,123,.14);
}

.ftr-cart-plan__step-body{
    min-height:76px !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:12px 13px !important;
    border:1px solid rgba(255,255,255,.095) !important;
    border-radius:11px !important;
    background:
        linear-gradient(
            180deg,
            rgba(25,21,39,.96),
            rgba(20,18,33,.96)
        ) !important;
}

.ftr-cart-plan__step-body small{
    display:block;
    color:#9988ac !important;
    font-size:7px !important;
    font-weight:850;
    text-transform:uppercase;
}

.ftr-cart-plan__step-body strong{
    display:block;
    margin-top:4px;
    color:#fff;
    font-size:10px !important;
    line-height:1.35;
}

.ftr-cart-plan__step-body p{
    margin:5px 0 0;
    color:#7f758b;
    font-size:8px;
    line-height:1.4;
}

.ftr-cart-plan__step-finance{
    min-width:0;
    display:grid;
    grid-template-columns:92px 116px;
    gap:8px;
    align-self:stretch;
}

.ftr-cart-plan__step-cost,
.ftr-cart-plan__wallet-status{
    min-width:0;
    min-height:76px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:9px 8px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:11px;
    text-align:center;
}

.ftr-cart-plan__step-cost{
    background:rgba(83,29,119,.12);
}

.ftr-cart-plan__step-cost small,
.ftr-cart-plan__wallet-status small{
    display:block;
    margin:0 0 5px;
    font-size:7px;
    font-weight:850;
    line-height:1.15;
    letter-spacing:.035em;
    text-transform:uppercase;
}

.ftr-cart-plan__step-cost small{
    color:#8d7a9d;
}

.ftr-cart-plan__step-cost strong{
    color:#d986ff;
    font-size:10px;
    font-weight:950;
    white-space:nowrap;
}

.ftr-cart-plan__wallet-status{
    background:
        linear-gradient(
            180deg,
            rgba(72,44,111,.24),
            rgba(38,26,63,.28)
        );
    border-color:rgba(143,88,212,.20);
}

.ftr-cart-plan__wallet-status small{
    color:#9184a0;
}

.ftr-cart-plan__wallet-status strong{
    color:#caa5ff;
    font-size:10px;
    font-weight:950;
    white-space:nowrap;
}

.ftr-cart-plan__wallet-status.is-pending{
    opacity:.58;
}

.ftr-cart-plan__wallet-status.is-funded{
    border-color:rgba(76,229,139,.27);
    background:
        linear-gradient(
            180deg,
            rgba(32,143,81,.20),
            rgba(20,78,49,.18)
        );
}

.ftr-cart-plan__wallet-status.is-funded small{
    color:#80c99d;
}

.ftr-cart-plan__wallet-status.is-funded strong{
    color:#66ec9b;
}

.ftr-cart-plan__wallet-status.is-active{
    border-color:rgba(145,95,220,.23);
}

@media(max-width:1180px){
    .ftr-cart-plan__layout{
        grid-template-columns:1fr !important;
    }

    .ftr-cart-plan__side{
        grid-template-columns:1fr !important;
    }
}

@media(max-width:760px){
    .ftr-cart-plan__steps-head{
        display:none;
    }

    .ftr-cart-plan__step{
        grid-template-columns:30px minmax(0,1fr) !important;
    }

    .ftr-cart-plan__step-finance{
        grid-column:2;
        grid-template-columns:1fr 1fr;
    }

    .ftr-cart-plan__step-cost,
    .ftr-cart-plan__wallet-status{
        min-height:58px;
    }
}

@media(max-width:440px){
    .ftr-cart-plan__step-finance{
        grid-template-columns:1fr;
    }
}

/* ==========================================================
   GIFT CARDS — WALLET IMAGE + DESKTOP UI FIX
   ========================================================== */

.ftr-cart-plan__section--giftcards .ftr-cart-plan__cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:12px !important;
}

.ftr-cart-plan__giftcard{
    min-width:0 !important;
    min-height:154px !important;
    display:grid !important;
    grid-template-columns:86px minmax(0,1fr) !important;
    gap:13px !important;
    align-items:stretch !important;
    padding:12px !important;
    border:1px solid rgba(255,255,255,.105) !important;
    border-radius:12px !important;
    background:
        linear-gradient(
            180deg,
            rgba(28,23,43,.97),
            rgba(20,18,34,.97)
        ) !important;
}

.ftr-cart-plan__giftcard-art{
    width:86px !important;
    min-width:86px !important;
    aspect-ratio:1070 / 1470 !important;
    height:auto !important;
    align-self:center !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:10px !important;
    background:#111421 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 8px 24px rgba(0,0,0,.16) !important;
}

.ftr-cart-plan__giftcard-art img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    padding:0 !important;
}

.ftr-cart-plan__giftcard-copy{
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:3px 2px !important;
}

.ftr-cart-plan__giftcard-copy > strong{
    font-size:12px !important;
    line-height:1.3 !important;
}

.ftr-cart-plan__giftcard-copy > small{
    margin-top:5px !important;
    font-size:8px !important;
    line-height:1.3 !important;
}

.ftr-cart-plan__giftcard-copy > div{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    margin-top:10px !important;
}

.ftr-cart-plan__giftcard-copy a{
    width:100% !important;
    min-height:31px !important;
    margin-top:auto !important;
    padding:7px 10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:5px !important;
    border-radius:7px !important;
    background:#ffd400 !important;
    color:#5f168f !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.28),
        0 8px 18px rgba(255,212,0,.08) !important;
    text-decoration:none !important;
    font-size:9px !important;
    font-weight:950 !important;
    line-height:1 !important;
}

.ftr-cart-plan__giftcard-copy a:hover{
    background:#ffe02f !important;
    color:#46106c !important;
    transform:translateY(-1px);
}

@media(max-width:1180px){
    .ftr-cart-plan__section--giftcards .ftr-cart-plan__cards{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:760px){
    .ftr-cart-plan__section--giftcards .ftr-cart-plan__cards{
        grid-template-columns:1fr !important;
    }

    .ftr-cart-plan__giftcard{
        grid-template-columns:74px minmax(0,1fr) !important;
        min-height:138px !important;
    }

    .ftr-cart-plan__giftcard-art{
        width:74px !important;
        min-width:74px !important;
        aspect-ratio:1070 / 1470 !important;
        height:auto !important;
    }
}

/* ==========================================================
   PURCHASE PLAN — FTRGAMES BRAND LOGO
   ========================================================== */
.ftr-cart-plan__brand{
    width:96px !important;
    height:96px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    padding:8px !important;
    border-radius:24px !important;
    background:
        radial-gradient(circle at 35% 25%,rgba(170,75,255,.18),transparent 50%),
        linear-gradient(145deg,#401169,#120d24) !important;
    border:1px solid rgba(198,98,255,.35) !important;
    box-shadow:
        0 0 32px rgba(132,57,255,.20),
        inset 0 1px 0 rgba(255,255,255,.045) !important;
}

.ftr-cart-plan__brand img{
    width:78px !important;
    height:78px !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:
        0 0 20px rgba(145,63,255,.20),
        inset 0 0 14px rgba(255,255,255,.035) !important;
}

/* Neutralize the old FC text badge styling if cached CSS still matches descendants. */
.ftr-cart-plan__brand span{
    display:none !important;
}

@media(max-width:760px){
    .ftr-cart-plan__brand{
        width:78px !important;
        height:78px !important;
        padding:7px !important;
        border-radius:20px !important;
    }

    .ftr-cart-plan__brand img{
        width:64px !important;
        height:64px !important;
        border-radius:15px !important;
    }
}

/* ==========================================================
   PRODUCTS TOOLBAR — COUNTRY + PLATFORM ICONS
   ========================================================== */

.ftr-products-context label{
  min-width:0;
}

.ftr-products-context-select{
  position:relative;
  width:100%;
}

.ftr-products-context-select > select{
  position:relative;
  z-index:1;
  width:100%;
  padding-left:46px !important;
  padding-right:34px !important;
  background:#170820 !important;
}

.ftr-products-context-select__icon{
  position:absolute;
  z-index:3;
  left:9px;
  top:50%;
  width:27px;
  height:24px;
  display:grid;
  place-items:center;
  overflow:hidden;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.10);
  border-radius:7px;
  background:#24112f;
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 4px 12px rgba(0,0,0,.14);
  pointer-events:none;
}

.ftr-products-context-select--country
.ftr-products-context-select__icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ftr-products-context-select--country
.ftr-products-context-select__icon > span{
  font-size:8px;
  font-weight:950;
  letter-spacing:.03em;
}

.ftr-products-context-select--platform
.ftr-products-context-select__icon{
  width:28px;
  height:28px;
  top:50%;
  border-radius:8px;
}

.ftr-products-platform-mark{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:9px;
  font-weight:950;
  line-height:1;
}

.ftr-products-platform-mark--ps{
  border-radius:7px;
  background:
    linear-gradient(145deg,#1b4fa7,#0b2b70);
  color:#fff;
  letter-spacing:-.03em;
}

.ftr-products-platform-mark--xbox{
  border-radius:7px;
  background:
    linear-gradient(145deg,#16823b,#0d4724);
  color:#fff;
}

.ftr-products-platform-mark--pc{
    border-radius:7px;
    background:linear-gradient(145deg,#ffb347,#ff8c00);
    color:#000;
    font-size:7px;
}

.ftr-products-platform-mark--nintendo{
  border-radius:7px;
  background:
    linear-gradient(145deg,#9f2424,#571616);
  color:#fff;
}

.ftr-products-context-select:focus-within
.ftr-products-context-select__icon{
  border-color:rgba(255,212,0,.42);
  box-shadow:
    0 0 0 2px rgba(255,212,0,.06),
    inset 0 1px 0 rgba(255,255,255,.04);
}

@media(max-width:720px){
  .ftr-products-context-select > select{
    padding-left:43px !important;
  }

  .ftr-products-context-select__icon{
    left:8px;
  }
}



/* ==========================================================
   PRODUCTS TOOLBAR — FULL CUSTOM COUNTRY / PLATFORM DROPDOWNS
   Flags and platform icons render inside every dropdown option.
   ========================================================== */

.ftr-products-context{
  position:relative;
  z-index:60;
}

.ftr-products-context label{
  position:relative;
  min-width:0;
}

.ftr-products-context-select{
  position:relative;
  width:100%;
  z-index:5;
}

/* Native select remains the source of truth for all existing JS/API logic. */
.ftr-products-context-select > select{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
}

.ftr-products-context-select__button{
  width:100%;
  min-height:38px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr) 18px;
  align-items:center;
  gap:9px;
  padding:4px 9px;
  border:1px solid var(--fp-border);
  border-radius:11px;
  background:#170820;
  color:var(--fp-text);
  outline:none;
  cursor:pointer;
  text-align:left;
  box-shadow:none;
  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}

.ftr-products-context-select__button:hover{
  border-color:rgba(255,255,255,.16);
  background:#1c0a28;
}

.ftr-products-context-select.is-open{
  z-index:120;
}

.ftr-products-context-select.is-open
.ftr-products-context-select__button,
.ftr-products-context-select__button:focus-visible{
  border-color:rgba(255,212,0,.58);
  box-shadow:0 0 0 3px rgba(255,212,0,.08);
}

.ftr-products-context-select__button-icon,
.ftr-products-context-select__option-icon{
  width:27px;
  height:24px;
  display:grid;
  place-items:center;
  overflow:hidden;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.10);
  border-radius:7px;
  background:#24112f;
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04);
}

.ftr-products-context-select--country
.ftr-products-context-select__button-icon img,
.ftr-products-context-select--country
.ftr-products-context-select__option-icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ftr-products-context-select__button-icon > span,
.ftr-products-context-select__option-icon > span{
  font-size:8px;
  font-weight:950;
  line-height:1;
}

.ftr-products-context-select--platform
.ftr-products-context-select__button-icon,
.ftr-products-context-select--platform
.ftr-products-context-select__option-icon{
  width:28px;
  height:28px;
  border-radius:8px;
}

.ftr-products-context-select__button-label{
  min-width:0;
  overflow:hidden;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ftr-products-context-select__chevron{
  justify-self:end;
  color:#c6b8cf;
  font-size:16px;
  line-height:1;
  transform:translateY(-1px);
  transition:transform .15s ease;
}

.ftr-products-context-select.is-open
.ftr-products-context-select__chevron{
  transform:rotate(180deg);
}

.ftr-products-context-select__menu{
  position:absolute;
  z-index:9999;
  top:calc(100% + 6px);
  left:0;
  width:100%;
  min-width:245px;
  max-height:330px;
  overflow:auto;
  padding:6px;
  border:1px solid rgba(175,90,255,.28);
  border-radius:12px;
  background:
    linear-gradient(
      180deg,
      rgba(28,8,41,.995),
      rgba(16,4,25,.995)
    );
  box-shadow:
    0 24px 55px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.035);
}

.ftr-products-context-select__menu[hidden]{
  display:none !important;
}

.ftr-products-context-select__menu::-webkit-scrollbar{
  width:6px;
}

.ftr-products-context-select__menu::-webkit-scrollbar-track{
  background:rgba(255,255,255,.025);
  border-radius:999px;
}

.ftr-products-context-select__menu::-webkit-scrollbar-thumb{
  background:rgba(171,78,241,.42);
  border-radius:999px;
}

.ftr-products-context-select__option{
  width:100%;
  min-height:39px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr) 18px;
  align-items:center;
  gap:10px;
  margin:0;
  padding:5px 8px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#eee7f2;
  cursor:pointer;
  text-align:left;
  transition:
    background .12s ease,
    color .12s ease;
}

.ftr-products-context-select__option:hover{
  background:rgba(147,60,225,.16);
  color:#fff;
}

.ftr-products-context-select__option.is-selected{
  background:
    linear-gradient(
      90deg,
      rgba(101,42,208,.44),
      rgba(118,45,218,.15)
    );
  color:#fff;
}

.ftr-products-context-select__option-label{
  min-width:0;
  overflow:hidden;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ftr-products-context-select__option-check{
  justify-self:end;
  color:#ffd400;
  font-size:11px;
  font-weight:950;
}

.ftr-products-platform-mark{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:9px;
  font-weight:950;
  line-height:1;
}

.ftr-products-platform-mark--ps{
  border-radius:7px;
  background:linear-gradient(145deg,#1d59b9,#0b2d73);
  color:#fff;
  letter-spacing:-.03em;
}

.ftr-products-platform-mark--xbox{
  border-radius:7px;
  background:linear-gradient(145deg,#16823b,#0d4724);
  color:#fff;
}

.ftr-products-platform-mark--pc{
    border-radius:7px;
    background:linear-gradient(145deg,#ffb347,#ff8c00);
    color:#000;
    font-size:7px;
}

.ftr-products-platform-mark--nintendo{
  border-radius:7px;
  background:linear-gradient(145deg,#9f2424,#571616);
  color:#fff;
}

@media(max-width:720px){
  .ftr-products-context{
    z-index:80;
  }

  .ftr-products-context-select__menu{
    min-width:100%;
    max-height:280px;
  }

  .ftr-products-context-select__button-label,
  .ftr-products-context-select__option-label{
    font-size:11px;
  }
}



/* ==========================================================
   PRODUCT CARDS — - / ADD TO CART (QTY) / +
   ========================================================== */

.ftr-product-qty-control{
  width:100%;
  min-height:44px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 44px;
  align-items:stretch;
  margin-top:12px;
  overflow:hidden;
  border:1px solid rgba(191,125,255,.42);
  border-radius:11px;
  background:
    linear-gradient(
      135deg,
      #7c3aed 0%,
      #5b21b6 58%,
      #6d28d9 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 20px rgba(92,30,170,.24);
}

.ftr-product-qty-control__button,
.ftr-product-qty-control__main{
  min-width:0;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  border:0;
  color:#fff;
  background:transparent;
  cursor:pointer;
  font:inherit;
  font-weight:900;
  line-height:1;
  transition:
    background .15s ease,
    color .15s ease,
    opacity .15s ease;
}

.ftr-product-qty-control__button{
  font-size:20px;
}

.ftr-product-qty-control__button--minus{
  border-right:1px solid rgba(255,255,255,.12);
}

.ftr-product-qty-control__button--plus{
  border-left:1px solid rgba(255,255,255,.12);
}

.ftr-product-qty-control__button:hover:not(:disabled),
.ftr-product-qty-control__main:hover{
  background:rgba(255,255,255,.08);
}

.ftr-product-qty-control__button:disabled{
  opacity:.30;
  cursor:not-allowed;
}

.ftr-product-qty-control__main{
  gap:5px;
  padding:0 8px;
  font-size:12px;
  white-space:nowrap;
}

.ftr-product-qty-control__main-count{
  color:#ffd400;
  font-weight:950;
}

@media(max-width:720px){
  .ftr-product-qty-control{
    min-height:clamp(3rem,12.5vw,3.5rem);
    grid-template-columns:17% minmax(0,1fr) 17%;
    margin-top:4vw;
    border-radius:3vw;
  }

  .ftr-product-qty-control__button,
  .ftr-product-qty-control__main{
    min-height:clamp(3rem,12.5vw,3.5rem);
  }

  .ftr-product-qty-control__button{
    font-size:clamp(1.25rem,5.5vw,1.55rem);
  }

  .ftr-product-qty-control__main{
    gap:1.2vw;
    padding:0 2vw;
    font-size:clamp(.9rem,3.8vw,1.05rem);
  }
}



/* cart quantity sync polish */
.ftr-product-qty-control__button:disabled{
  opacity:.28 !important;
  cursor:not-allowed !important;
  filter:saturate(.55);
}

.ftr-product-qty-control__main-count{
  min-width:20px;
  text-align:center;
}



/* ==========================================================
   PRODUCTS MOBILE CART — VIEW CART + DRAWER
   ========================================================== */

.ftr-mobile-cart-view,
.ftr-mobile-cart-close,
.ftr-mobile-cart-backdrop{
  display:none;
}

@media(max-width:720px){

  html.ftr-products-cart-open,
  html.ftr-products-cart-open body{
    overflow:hidden !important;
  }

  .ftr-products-app{
    padding-bottom:118px !important;
  }

  .ftr-cart{
    position:fixed !important;
    left:14px !important;
    right:14px !important;
    bottom:14px !important;
    top:auto !important;
    z-index:10030 !important;
    width:auto !important;
    margin:0 !important;
  }

  .ftr-cart-card{
    position:relative !important;
    width:100% !important;
    min-height:76px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:12px !important;
    padding:12px !important;
    overflow:visible !important;
    border:1px solid rgba(255,212,0,.34) !important;
    border-radius:20px !important;
    background:
      linear-gradient(
        180deg,
        rgba(34,11,47,.99),
        rgba(20,6,29,.99)
      ) !important;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:
      0 18px 55px rgba(0,0,0,.52),
      inset 0 1px 0 rgba(255,255,255,.035) !important;
  }

  .ftr-cart-head{
    min-width:0 !important;
    padding:4px 6px !important;
    border:0 !important;
  }

  .ftr-cart-head span:first-child{
    color:#ffd400 !important;
    font-size:9px !important;
    letter-spacing:.10em !important;
  }

  .ftr-cart-head strong{
    margin-top:5px !important;
    overflow:hidden;
    color:#fff !important;
    font-size:15px !important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  /* Compact bar: hide full cart UI until View cart is tapped */
  .ftr-cart-count,
  .ftr-cart-items,
  .ftr-cart-summary,
  .ftr-cart-clear,
  .ftr-cart-generate{
    display:none !important;
  }

  .ftr-mobile-cart-view{
    min-width:160px;
    min-height:52px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:8px;
    padding:0 15px;
    border:0;
    border-radius:15px;
    background:#ffd400;
    color:#2a0c35;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.35),
      0 10px 25px rgba(255,212,0,.13);
    cursor:pointer;
    font-size:14px;
    font-weight:950;
    line-height:1;
  }

  .ftr-mobile-cart-view b{
    min-width:23px;
    height:23px;
    display:grid;
    place-items:center;
    padding:0 6px;
    border-radius:999px;
    background:#651b96;
    color:#fff;
    font-size:9px;
    font-weight:950;
  }

  .ftr-mobile-cart-view i{
    font-style:normal;
    font-size:16px;
    line-height:1;
  }

  .ftr-mobile-cart-view:disabled{
    opacity:.45;
    cursor:default;
  }

  .ftr-mobile-cart-backdrop{
    position:fixed;
    z-index:10020;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    background:rgba(4,1,8,.72);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
  }

  .ftr-mobile-cart-backdrop[hidden]{
    display:none !important;
  }

  .ftr-mobile-cart-close{
    display:none;
  }

  /* Drawer open */
  .ftr-cart.is-mobile-open{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:10040 !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-card{
    max-height:min(80vh,740px) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:24px 24px 0 0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:0 !important;
    background:
      linear-gradient(
        180deg,
        #24102f 0%,
        #170820 100%
      ) !important;
    box-shadow:
      0 -22px 70px rgba(0,0,0,.55) !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-card::before{
    content:"";
    width:42px;
    height:4px;
    flex:0 0 auto;
    margin:9px auto 2px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
  }

  .ftr-cart.is-mobile-open .ftr-cart-head{
    display:flex !important;
    flex:0 0 auto;
    align-items:center !important;
    justify-content:space-between !important;
    padding:14px 58px 13px 18px !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-count{
    min-width:30px !important;
    height:30px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:999px !important;
    background:#ffd400 !important;
    color:#170820 !important;
    font-size:10px !important;
    font-weight:950 !important;
  }

  .ftr-cart.is-mobile-open .ftr-mobile-cart-close{
    position:absolute;
    z-index:5;
    top:17px;
    right:17px;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.11);
    border-radius:50%;
    background:#321541;
    color:#fff;
    cursor:pointer;
    font-size:23px;
    line-height:1;
  }

  .ftr-cart.is-mobile-open .ftr-mobile-cart-view{
    display:none !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-items{
    min-height:0 !important;
    max-height:none !important;
    display:block !important;
    flex:1 1 auto !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding:4px 0 !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-summary{
    display:block !important;
    flex:0 0 auto !important;
    padding:13px 16px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    background:rgba(13,4,20,.32);
  }

  .ftr-cart.is-mobile-open .ftr-cart-summary small{
    display:none !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-generate{
    width:calc(100% - 32px) !important;
    min-height:52px !important;
    display:flex !important;
    flex:0 0 auto !important;
    margin:0 16px 12px !important;
    padding:0 16px !important;
    border-radius:14px !important;
    background:#ffd400 !important;
    color:#371045 !important;
    font-size:13px !important;
    font-weight:950 !important;
  }

  .ftr-cart.is-mobile-open .ftr-cart-clear{
    width:auto !important;
    display:block !important;
    flex:0 0 auto !important;
    margin:0 auto 14px !important;
    padding:4px 12px !important;
    color:#bcaec4 !important;
    font-size:9px !important;
  }
}

@media(max-width:420px){
  .ftr-mobile-cart-view{
    min-width:148px;
    padding:0 12px;
    font-size:13px;
  }
}

/* ==========================================================
   EXACT PURCHASE STEPS — ACTION LINKS + READABILITY
   ========================================================== */

.ftr-cart-plan__step-body strong{
  font-size:11px !important;
  line-height:1.4 !important;
}

.ftr-cart-plan__step-body p{
  margin-top:6px !important;
  color:#968ba0 !important;
  font-size:9px !important;
  line-height:1.55 !important;
}

.ftr-cart-plan__section--steps .ftr-cart-plan__section-head p{
  font-size:10px !important;
  line-height:1.5 !important;
}

.ftr-cart-plan__step-link{
  display:inline-flex;
  align-items:center;
  gap:4px;
  color:#fff !important;
  text-decoration:none !important;
  transition:
    color .15s ease,
    opacity .15s ease;
}

.ftr-cart-plan__step-link:hover{
  color:#d694ff !important;
  text-decoration:underline !important;
  text-underline-offset:2px;
}

.ftr-cart-plan__step.is-redeem .ftr-cart-plan__step-link{
  color:#63efad !important;
}

.ftr-cart-plan__step.is-redeem .ftr-cart-plan__step-link:hover{
  color:#8dffc8 !important;
}

@media(max-width:720px){
  .ftr-cart-plan__step-body strong{
    font-size:12px !important;
  }

  .ftr-cart-plan__step-body p{
    font-size:10px !important;
    line-height:1.55 !important;
  }

  .ftr-cart-plan__section--steps .ftr-cart-plan__section-head p{
    font-size:10px !important;
  }
}



/* ==========================================================
   PRODUCTS MOBILE — 2-COLUMN COMPACT CATALOG
   Goal: 4 products visible as a 2 × 2 catalog on phone.
   Desktop/tablet remain unchanged.
   ========================================================== */

@media (max-width:720px){

  /* Give the catalog the full phone width. */
  .ftr-products-app{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .ftr-products-main{
    min-width:0 !important;
  }

  /* 2 products on every row. */
  .ftr-products-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .ftr-product-card{
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;
    border-radius:16px !important;
  }

  /* Compact cover area — this is what allows a full 2 × 2 set
     to remain visible without the cards becoming extremely tall. */
  .ftr-product-visual{
    width:100% !important;
    height:150px !important;
    min-height:150px !important;
    flex:0 0 150px !important;
    aspect-ratio:auto !important;
    padding:8px !important;
  }

  .ftr-product-visual img{
    width:auto !important;
    height:auto !important;
    max-width:94% !important;
    max-height:138px !important;
    object-fit:contain !important;
  }

  .ftr-product-favorite{
    top:7px !important;
    right:7px !important;
    width:31px !important;
    height:31px !important;
    font-size:17px !important;
  }

  /* Card body */
  .ftr-product-card__body{
    min-width:0 !important;
    padding:10px 10px 11px !important;
  }

  .ftr-product-name,
  .ftr-product-card h3{
    min-height:32px;
    display:-webkit-box !important;
    overflow:hidden;
    font-size:13px !important;
    line-height:1.2 !important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  .ftr-product-location{
    min-width:0;
    flex-wrap:nowrap !important;
    gap:4px !important;
    margin-top:6px !important;
    overflow:hidden;
    font-size:9px !important;
    white-space:nowrap;
  }

  .ftr-product-location__flag{
    flex:0 0 auto;
    font-size:11px !important;
  }

  .ftr-product-location__platform{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .ftr-product-card__meta{
    gap:4px !important;
    margin-top:5px !important;
    font-size:8px !important;
  }

  /* Descriptions/chips make the old mobile cards unnecessarily tall.
     Product name + region/platform + prices remain visible. */
  .ftr-product-card__desc,
  .ftr-product-chips{
    display:none !important;
  }

  /* Price block */
  .ftr-product-price{
    margin-top:8px !important;
  }

  .ftr-product-price__row{
    min-width:0;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:3px !important;
  }

  .ftr-product-price__row small{
    margin-bottom:3px !important;
    font-size:6px !important;
  }

  .ftr-product-price__row strong{
    overflow:hidden;
    font-size:18px !important;
    line-height:1 !important;
    letter-spacing:-.035em !important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .ftr-product-price__old{
    padding:0 !important;
    font-size:clamp(.62rem,2.4vw,.74rem) !important;
    line-height:1.05 !important;
    text-align:left !important;
  }

  .ftr-product-ea-note{
    margin-top:4px !important;
    font-size:7px !important;
    line-height:1.2 !important;
  }

  .ftr-product-save,
  .ftr-product-saving{
    font-size:8px !important;
  }

  /* Compact quantity CTA:
     - | qty / Add | +
     Keeps all existing JS/cart behaviour. */
  .ftr-product-qty-control{
    min-height:40px !important;
    grid-template-columns:36px minmax(0,1fr) 36px !important;
    margin-top:9px !important;
    border-radius:10px !important;
  }

  .ftr-product-qty-control__button,
  .ftr-product-qty-control__main{
    min-height:40px !important;
  }

  .ftr-product-qty-control__button{
    font-size:18px !important;
  }

  .ftr-product-qty-control__main{
    gap:3px !important;
    padding:0 4px !important;
    overflow:hidden;
    font-size:10px !important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .ftr-product-qty-control__main-count{
    min-width:12px !important;
  }

  /* If the older Add button class is emitted for any card,
     keep it compact too. */
  .ftr-product-add{
    min-height:40px !important;
    margin-top:9px !important;
    border-radius:10px !important;
    font-size:10px !important;
  }

  /* Keep enough space for the sticky View cart bar. */
  .ftr-products-app{
    padding-bottom:120px !important;
  }
}

/* Typical iPhone widths: slightly tighter so 2 × 2 remains comfortable. */
@media (max-width:430px){

  .ftr-products-app{
    padding-left:8px !important;
    padding-right:8px !important;
  }

  .ftr-products-grid{
    gap:8px !important;
  }

  .ftr-product-visual{
    height:138px !important;
    min-height:138px !important;
    flex-basis:138px !important;
    padding:6px !important;
  }

  .ftr-product-visual img{
    max-height:128px !important;
    max-width:96% !important;
  }

  .ftr-product-card__body{
    padding:9px !important;
  }

  .ftr-product-name,
  .ftr-product-card h3{
    min-height:29px;
    font-size:12px !important;
  }

  .ftr-product-location{
    font-size:8px !important;
  }

  .ftr-product-price__row strong{
    font-size:17px !important;
  }

  .ftr-product-qty-control{
    grid-template-columns:32px minmax(0,1fr) 32px !important;
  }

  .ftr-product-qty-control__main{
    font-size:9px !important;
  }
}

/* Very narrow phones still stay at two columns, but reduce the
   visual area instead of falling back to one giant card. */
@media (max-width:360px){

  .ftr-products-grid{
    gap:6px !important;
  }

  .ftr-product-visual{
    height:124px !important;
    min-height:124px !important;
    flex-basis:124px !important;
  }

  .ftr-product-visual img{
    max-height:114px !important;
  }

  .ftr-product-card__body{
    padding:8px !important;
  }

  .ftr-product-price__row strong{
    font-size:15px !important;
  }

  .ftr-product-qty-control{
    grid-template-columns:29px minmax(0,1fr) 29px !important;
  }
}




/* ==========================================================
   PURCHASE PLAN — VIEW IMAGE MODAL
   ========================================================== */

.ftr-cart-plan__hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

.ftr-cart-plan__copy-gift-links{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid rgba(190,104,255,.48);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(111,35,173,.92),rgba(76,24,123,.96));
  color:#ffffff;
  font:inherit;
  font-size:11px;
  font-weight:900;
  line-height:1.1;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(105,36,166,.20),inset 0 1px 0 rgba(255,255,255,.10);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.ftr-cart-plan__copy-gift-links:hover{
  transform:translateY(-1px);
  border-color:rgba(210,139,255,.70);
  background:linear-gradient(135deg,rgba(132,43,201,.96),rgba(91,29,145,.98));
  box-shadow:0 12px 26px rgba(105,36,166,.28),inset 0 1px 0 rgba(255,255,255,.13);
}

.ftr-cart-plan__copy-gift-links:disabled{
  opacity:.76;
  cursor:default;
  transform:none;
}

.ftr-cart-plan__view-image{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid rgba(255,110,170,.55);
  border-radius:999px;
  background:linear-gradient(135deg, #ff2d55 0%, #ff2f6e 42%, #ff4ca8 100%);
  color:#ffffff;
  font:inherit;
  font-size:11.5px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:.01em;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 12px 26px rgba(255,45,110,.26), inset 0 1px 0 rgba(255,255,255,.14);
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ftr-cart-plan__view-image:hover{
  transform:translateY(-1px);
  border-color:rgba(255,125,182,.72);
  background:linear-gradient(135deg, #ff244d 0%, #ff2d7d 42%, #ff56b0 100%);
  color:#ffffff;
  box-shadow:0 14px 28px rgba(255,45,110,.32), inset 0 1px 0 rgba(255,255,255,.18);
}

.ftr-cart-plan__view-image:disabled{
  opacity:.72;
  cursor:wait;
  transform:none;
  color:#ffffff;
}

.ftr-plan-image-capture-host{
  position:fixed;
  left:-200vw;
  top:0;
  z-index:-10;
  width:1440px;
  padding:20px;
  box-sizing:border-box;
  background:#0d0013;
  pointer-events:none;
}

.ftr-plan-image-capture-host .ftr-plan-image-capture{
  display:block !important;
  width:1400px !important;
  max-width:1400px !important;
  margin:0 !important;
}

.ftr-plan-image-capture-host .ftr-cart-plan__hero--premium{
  grid-template-columns:112px minmax(0,1fr) !important;
}

.ftr-plan-image-capture-host .ftr-cart-plan__metrics{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
}

.ftr-plan-image-capture-host .ftr-cart-plan__layout{
  grid-template-columns:minmax(0,1.85fr) minmax(320px,1fr) !important;
}

.ftr-plan-image-capture-host .ftr-cart-plan__cards{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.ftr-plan-image-capture-host .ftr-cart-plan__products{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.ftr-plan-image-modal[hidden]{
  display:none !important;
}

.ftr-plan-image-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:24px;
}

.ftr-plan-image-modal__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(4,0,8,.84);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  cursor:pointer;
}

.ftr-plan-image-modal__dialog{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  max-height:calc(100vh - 48px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
  border:1px solid rgba(179,80,255,.34);
  border-radius:22px;
  background:linear-gradient(180deg, #21102e, #100817);
  box-shadow:0 28px 100px rgba(0,0,0,.62);
}

.ftr-plan-image-modal__head{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 20px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.ftr-plan-image-modal__head small{
  color:#ffd400;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
}

.ftr-plan-image-modal__head h2{
  margin:4px 0 0;
  font-size:21px;
}

.ftr-plan-image-modal__close{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.ftr-plan-image-modal__body{
  min-height:0;
  overflow:auto;
  padding:18px;
  background:#08030c;
}

.ftr-plan-image-modal__body img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  box-shadow:0 16px 50px rgba(0,0,0,.32);
}

.ftr-plan-image-modal__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:15px 20px;
  border-top:1px solid rgba(255,255,255,.08);
}

.ftr-plan-image-modal__footer p{
  margin:0;
  color:#9f92aa;
  font-size:10px;
}

.ftr-plan-image-modal__download{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:10px;
  background:#ffd400;
  color:#19001f !important;
  text-decoration:none !important;
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}

html.ftr-plan-image-modal-open{
  overflow:hidden;
}

@media (max-width:760px){
  .ftr-cart-plan__copy-gift-links{
    display:none !important;
  }

  .ftr-cart-plan__hero-actions{
    width:100%;
    justify-content:flex-start;
  }

  .ftr-cart-plan__view-image{
    min-height:38px;
  }

  .ftr-plan-image-modal{
    padding:10px;
  }

  .ftr-plan-image-modal__dialog{
    max-height:calc(100vh - 20px);
    border-radius:16px;
  }

  .ftr-plan-image-modal__head{
    min-height:64px;
    padding:13px 14px;
  }

  .ftr-plan-image-modal__head h2{
    font-size:18px;
  }

  .ftr-plan-image-modal__body{
    padding:10px;
  }

  .ftr-plan-image-modal__footer{
    align-items:stretch;
    flex-direction:column;
    gap:10px;
    padding:12px 14px;
  }

  .ftr-plan-image-modal__download{
    width:100%;
    min-height:46px;
  }
}

/* ==========================================================
   FTR PRODUCT IMAGES — FULL-BLEED COVER
   Added to make product artwork fill the whole image area.
   Best results with 1200x1000 images whose artwork reaches
   the image edges (no baked-in white/blue margins).
   ========================================================== */

.ftr-products-app .ftr-product-visual{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  flex:0 0 auto !important;
  aspect-ratio:6 / 5 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#190923 !important;
}

.ftr-products-app .ftr-product-visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:none !important;
}

/* Keep favourite button over the image */
.ftr-products-app .ftr-product-favorite{
  z-index:20 !important;
}

/* Phones: keep the exact same 6:5 product-image ratio */
@media (max-width:45rem){
  .ftr-products-app .ftr-product-visual{
    height:auto !important;
    min-height:0 !important;
    flex-basis:auto !important;
    aspect-ratio:6 / 5 !important;
    padding:0 !important;
  }

  .ftr-products-app .ftr-product-visual img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
  }
}

/* Overrides later compact-card rules as well */
@media (max-width:32.5rem){
  .ftr-products-app .ftr-product-visual{
    height:auto !important;
    min-height:0 !important;
    flex-basis:auto !important;
    aspect-ratio:6 / 5 !important;
    padding:0 !important;
  }

  .ftr-products-app .ftr-product-visual img{
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
  }
}



/* ==========================================================
   PURCHASE PLAN — WIDER STEP + SMALLER FINANCE BOXES + FONT
   Scope: Purchase Plan only.
   ========================================================== */

.ftr-cart-plan{
    font-size:1.08em;
}

.ftr-cart-plan__section-head h3{
    font-size:17px !important;
}

.ftr-cart-plan__section-head p{
    font-size:10px !important;
    line-height:1.5 !important;
}

.ftr-cart-plan__badge{
    font-size:9px !important;
}

.ftr-cart-plan__steps-head{
    grid-template-columns:minmax(0,1fr) 74px 92px !important;
    padding-left:44px !important;
    font-size:8px !important;
}

.ftr-cart-plan__step{
    grid-template-columns:32px minmax(0,1fr) 174px !important;
}

.ftr-cart-plan__step-finance{
    grid-template-columns:74px 92px !important;
}

.ftr-cart-plan__step-body{
    padding:13px 15px !important;
}

.ftr-cart-plan__step-body small{
    font-size:8px !important;
}

.ftr-cart-plan__step-body strong{
    font-size:12px !important;
    line-height:1.35 !important;
}

.ftr-cart-plan__step-body p{
    font-size:9.5px !important;
    line-height:1.5 !important;
}

.ftr-cart-plan__step-cost small,
.ftr-cart-plan__wallet-status small{
    font-size:7.5px !important;
}

.ftr-cart-plan__step-cost strong,
.ftr-cart-plan__wallet-status strong{
    font-size:10.5px !important;
}

.ftr-cart-plan__giftcard-copy > strong{
    font-size:13px !important;
}

.ftr-cart-plan__giftcard-copy > small{
    font-size:9px !important;
}

.ftr-cart-plan__giftcard-copy > div span{
    font-size:9px !important;
}

.ftr-cart-plan__giftcard-copy > div b{
    font-size:10.5px !important;
}

.ftr-cart-plan__giftcard-copy a{
    font-size:10px !important;
}

.ftr-cart-plan__product-copy > strong{
    font-size:12px !important;
}

.ftr-cart-plan__product-price{
    font-size:11px !important;
}

.ftr-cart-plan__metric-copy > span{
    font-size:8px !important;
}

.ftr-cart-plan__metric-copy > strong{
    font-size:14px !important;
}

@media(max-width:760px){
    .ftr-cart-plan{
        font-size:1.03em;
    }

    .ftr-cart-plan__step{
        grid-template-columns:30px minmax(0,1fr) !important;
    }

    .ftr-cart-plan__step-finance{
        grid-column:2;
        grid-template-columns:1fr 1fr !important;
    }

    .ftr-cart-plan__step-body strong{
        font-size:11px !important;
    }

    .ftr-cart-plan__step-body p{
        font-size:9px !important;
    }
}

/* ==========================================================
   PRODUCTS — NO GIFT CARDS: GLOBAL ENEBA DIRECT PRODUCTS ONLY
   ========================================================== */
.ftr-products-app.is-global-direct-only .ftr-cart{
  display:none !important;
}

.ftr-products-app.is-global-direct-only .ftr-products-layout{
  grid-template-columns:230px minmax(0,1fr) !important;
}

.ftr-products-app.is-global-direct-only .ftr-products-grid{
  width:100%;
}

@media(max-width:980px){
  .ftr-products-app.is-global-direct-only .ftr-products-layout{
    grid-template-columns:minmax(0,1fr) !important;
  }
}

/* ==========================================================
   PRODUCTS — EQUAL CARD HEIGHTS + GIFT CARD SAVE BADGE
   Makes every catalog card the same height in the grid and
   keeps gift cards visually aligned with regular products.
   ========================================================== */

.ftr-products-grid{
  align-items:stretch !important;
}

.ftr-products-grid > *{
  min-width:0 !important;
}

.ftr-product-card{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-self:stretch !important;
}

.ftr-product-card__body{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
}

.ftr-product-price{
  margin-top:auto !important;
  padding-top:10px !important;
}

.ftr-product-giftcard-buy,
.ftr-product-bropack-view{
  width:100% !important;
  min-height:44px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  margin-top:12px !important;
  padding:0 14px !important;
  border:0 !important;
  border-radius:11px !important;
  background:#ffd400 !important;
  color:#12081a !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.18) !important;
}

.ftr-product-giftcard-buy:hover,
.ftr-product-bropack-view:hover{
  filter:brightness(1.04) !important;
  transform:translateY(-1px) !important;
}

.ftr-product-giftcard-buy[aria-disabled="true"],
.ftr-product-giftcard-buy.is-disabled,
.ftr-product-bropack-view[aria-disabled="true"],
.ftr-product-bropack-view.is-disabled{
  opacity:.55 !important;
  pointer-events:none !important;
}

.ftr-product-saving{
  color:#5bf08a !important;
}

.ftr-product-saving::before{
  border-color:currentColor !important;
}

@media (max-width:720px){
  .ftr-product-card{
    height:100% !important;
  }

  .ftr-product-card__body{
    flex:1 1 auto !important;
  }

  .ftr-product-price{
    margin-top:auto !important;
  }

  .ftr-product-giftcard-buy,
  .ftr-product-bropack-view{
    min-height:40px !important;
    margin-top:9px !important;
    border-radius:10px !important;
    font-size:10px !important;
  }
}


.ftr-plan-variants{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.ftr-plan-variant{border:1px solid rgba(255,255,255,.2);background:#111;color:#fff;border-radius:8px;padding:8px 12px;font-size:11px;font-weight:800;cursor:pointer}

/* Purchase Plan variants */
.ftr-plan-generation{
  display:grid;
  gap:10px;
  width:100%;
  padding:12px 13px;
  border:1px solid var(--fp-border);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(36,16,51,.96),rgba(28,10,43,.96));
}
.ftr-plan-generation__row{display:grid;gap:6px}
.ftr-plan-generation__label{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d8dbe1;font-size:11px;font-weight:800}
.ftr-plan-generation__label b{color:#fff;font-variant-numeric:tabular-nums}
.ftr-plan-generation__track{height:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}
.ftr-plan-generation__track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#007bff,#39a0ff);transition:width .2s ease}
.ftr-plan-generation__row:last-child .ftr-plan-generation__track>span{background:linear-gradient(90deg,#28a745,#62c978)}

.ftr-cart-plan__plan-mode{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border:1px solid transparent;
  border-radius:999px;
  color:#fff;
  font:inherit;
  font-size:11.5px;
  font-weight:900;
  line-height:1.1;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.ftr-cart-plan__plan-mode:hover{transform:translateY(-1px);filter:brightness(1.08)}
.ftr-cart-plan__plan-mode--faster{background:#007bff;border-color:#007bff;box-shadow:0 10px 22px rgba(0,123,255,.22)}
.ftr-cart-plan__plan-mode--cheapest{background:#28a745;border-color:#28a745;box-shadow:0 10px 22px rgba(40,167,69,.22)}
.ftr-cart-plan__plan-mode.is-active{box-shadow:0 0 0 2px rgba(255,255,255,.85),0 12px 26px rgba(0,0,0,.28)}
.ftr-cart-plan__active-plan{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;white-space:nowrap}

/* Timed product discounts */
.ftr-product-visual{
  position:relative;
}
.ftr-product-discount-badge{
  position:absolute;
  z-index:4;
  left:10px;
  top:10px;
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:96px;
  padding:7px 9px;
  border-radius:10px;
  background:#28a745;
  color:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  line-height:1.05;
}
.ftr-product-discount-badge strong{
  font-size:11px;
  letter-spacing:.04em;
}
.ftr-product-discount-badge span{
  font-size:13px;
  font-weight:800;
}
.ftr-product-discount-badge small{
  font-size:9px;
  opacity:.9;
}


/* FC26 Returning Player — FC27 Ultimate promo */
.ftr-products-returning-player{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:12px 0 0;
  padding:12px;
  border:1px solid rgba(56,233,138,.24);
  border-radius:11px;
  background:rgba(56,233,138,.06);
  cursor:pointer;
}
.ftr-products-returning-player input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.ftr-products-returning-player__check{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:grid;
  place-items:center;
  border:2px solid rgba(56,233,138,.55);
  border-radius:6px;
  background:#13071b;
}
.ftr-products-returning-player input:checked + .ftr-products-returning-player__check{
  background:#176d3a;
  border-color:#58ed94;
}
.ftr-products-returning-player input:checked + .ftr-products-returning-player__check::after{
  content:'✓';
  color:#9affbd;
  font-weight:900;
  font-size:14px;
}
.ftr-products-returning-player__copy{
  display:grid;
  gap:3px;
}
.ftr-products-returning-player__copy strong{
  color:#fff;
  font-size:12px;
  line-height:1.2;
}
.ftr-products-returning-player__copy small{
  color:#b9a9c2;
  font-size:9px;
  line-height:1.45;
}

/* ==========================================================
   PURCHASE PLAN — SAVE PLAN
   ========================================================== */
.ftr-cart-plan__save{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  border:1px solid rgba(103,197,255,.50);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(22,125,211,.92),rgba(55,85,205,.96));
  color:#fff;
  font:inherit;
  font-size:11.5px;
  font-weight:900;
  line-height:1.1;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(33,104,210,.20),inset 0 1px 0 rgba(255,255,255,.10);
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.ftr-cart-plan__save:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:0 12px 28px rgba(33,104,210,.28),inset 0 1px 0 rgba(255,255,255,.12);
}
.ftr-cart-plan__save:disabled{
  opacity:.72;
  cursor:wait;
  transform:none;
}

.ftr-saved-plan-modal[hidden]{display:none!important}
.ftr-saved-plan-modal{
  position:fixed;
  z-index:1000002;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
}
.ftr-saved-plan-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,0,12,.82);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.ftr-saved-plan-modal__card{
  position:relative;
  z-index:1;
  width:min(620px,100%);
  padding:28px;
  border:1px solid rgba(159,79,255,.48);
  border-radius:22px;
  background:linear-gradient(145deg,#21102f,#100719);
  color:#fff;
  box-shadow:0 32px 90px rgba(0,0,0,.56);
}
.ftr-saved-plan-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:#160b22;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.ftr-saved-plan-modal__kicker{
  display:inline-block;
  color:#7fd5ff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
}
.ftr-saved-plan-modal__card h2{
  margin:8px 46px 8px 0;
  color:#fff;
  font-size:26px;
  line-height:1.08;
}
.ftr-saved-plan-modal__card p{
  margin:0 0 18px;
  color:#b9adbf;
  font-size:12px;
  line-height:1.55;
}
.ftr-saved-plan-modal__link-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;
}
.ftr-saved-plan-modal__link-row input{
  min-width:0;
  height:46px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:#0c0612;
  color:#fff;
  font:inherit;
  font-size:12px;
}
.ftr-saved-plan-modal__link-row button{
  min-height:46px;
  padding:0 18px;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,#7c3aed,#5b21b6 62%,#6d28d9);
  color:#fff;
  font:inherit;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
}
html.ftr-saved-plan-open{overflow:hidden}

@media(max-width:760px){
  .ftr-cart-plan__save{min-height:38px}
  .ftr-saved-plan-modal{padding:10px}
  .ftr-saved-plan-modal__card{padding:22px 16px 16px;border-radius:17px}
  .ftr-saved-plan-modal__card h2{font-size:22px}
  .ftr-saved-plan-modal__link-row{grid-template-columns:1fr}
  .ftr-saved-plan-modal__link-row button{width:100%}
}


/* Products: BroPack price metadata */
@media (max-width: 700px){
  .ftr-product-price__brocoins{
    justify-self:start;
    padding:0;
    font-size:clamp(.62rem,2.4vw,.74rem);
  }

  .ftr-product-price__brocoins img{
    width:14px;
    height:14px;
  }
}
