@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500;600&display=swap');

/* ============================================================
   SEEDSOFGANJA.COM — recre.css
   ============================================================ */

/* ── VARIABILI ─────────────────────────────────────────────── */
:root {
  --bg:           rgb(43, 59, 53);
  --f-bg:         #0e1a12;
  --f-panel:      #172419;
  --f-border:     rgba(46, 204, 113, 0.18);
  --f-green:      #2ecc71;
  --f-green-dim:  rgba(46, 204, 113, 0.12);
  --f-gold:       #c8a84b;
  --f-gold-dim:   rgba(200, 168, 75, 0.15);
  --f-text:       #d4edd8;
  --f-muted:      rgba(212, 237, 216, 0.45);
  --radius:       10px;
  --tr:           0.2s ease;
}

/* ════════════════════════════════════════════════════════════
   ANIMAZIONI
════════════════════════════════════════════════════════════ */
@-webkit-keyframes spin {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes dropIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════════════════════════
   SCROLLBAR
════════════════════════════════════════════════════════════ */
::-webkit-scrollbar       { width: 11px; background: transparent; }
::-webkit-scrollbar-thumb { background: rgb(0,0,0); border-radius: 10px; }
::-webkit-scrollbar-track { background: rgba(182,239,213,1); border-radius: 10px; }

/* ════════════════════════════════════════════════════════════
   BASE
════════════════════════════════════════════════════════════ */
#hideAll {
  position: fixed;
  width: 100vw; height: 100vh;
  background-color: #6FC4A3;
  z-index: 99;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top:    16px solid #00B525;
  border-right:  16px solid #88D700;
  border-bottom: 16px solid #00B525;
  border-left:   16px solid #88D700;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
body {
  background-color: var(--bg);
  font-family: 'DM Sans', "Roboto", sans-serif;
  height: 100%;
  overflow-x: hidden;
}
a             { color: #2B2C2C; text-decoration: none; }
a:hover       { color: black;   text-decoration: none; }
.hidden       { display: none !important; }
.pointer      { cursor: pointer; }
.noselect     { user-select: none; }

/* ════════════════════════════════════════════════════════════
   HEADER / NAV
════════════════════════════════════════════════════════════ */
.H_contents {
  height: 100%; display: flex; width: 100%;
  background-color: rgb(1,32,42);
  flex-wrap: nowrap; flex-direction: row; align-items: center;
}
.H_logo   { display: table; height: 100%; width: 10%; padding: 4px; }
.H_links  { height: 100%; width: 70%; }
.H_menulinks { display: flex; justify-content: space-evenly; }
.menulink { padding: 10px; border-radius: 15px; }
.menulink:hover { transition: background-color 170ms ease-in-out; }

.seedbankslink, .recreationallink, .reportslink { color: #E8E8FF; }
.seedactive,    .seedbankslink:hover,
.recactive,     .recreationallink:hover,
.reportsactive, .reportslink:hover {
  color: #E8E8FF;
  background-color: rgb(80 77 115 / 66%);
}
.medicallink { color: #E8E8FF; float: left; }
.medactive, .medicallink:hover { color: #32EF7C; background-color: #5500F1; }

.ACCOUNT { width: 20%; height: 100%; text-align: center; }
.register { cursor: pointer; float: left; width: 100%; background-color: rgba(0,122,116,1); border-radius: 3px; padding: 3px; }
.login    { cursor: pointer; float: left; width: 100%; background-color: rgb(60,138,69); border-radius: 3px; padding: 3px; }
.reg-btn, .log-btn { color: white; }
.myaccount { width: 100%; float: left; }
.user { margin-top: 3px; border-radius: 9px; background-color: #4AF043; text-align: center; text-transform: capitalize; }

.barra     { background-color: #0C182B; width: 100%; height: 60px; border-radius: 15px; padding: 0 10px; float: left; }
.barralist { list-style: none; font-size: 3em; display: inline; margin-right: 50px; }
.links     { list-style: none; margin: 0; padding: 0; height: 100%; }
.links li  { float: left; }
.navbtn    { float: left; height: 100%; }

.tutorialslink { background-color: #0C182B; text-decoration: none; color: #E8E8FF; padding: 10px; float: left; }
.tutactive:hover { color: #7D008B; background-color: #E8FF00; text-decoration: none; }

.lng      { padding: 5.75px; vertical-align: middle; display: table-cell; cursor: pointer; }
.lng input { display: none; }
.lnginact:hover { background-color: #0E0B58; }
.lngact   { background-color: #1F76B5; }

/* ════════════════════════════════════════════════════════════
   MAIN / LAYOUT
════════════════════════════════════════════════════════════ */
.main   { position: relative; width: 100%; }
.strains { width: 100%; margin: 0 auto; float: left; }
.home   { display: flex; flex-direction: column; }
.home_content { height: 300px; display: flex; width: 100%; cursor: pointer; }
.home_form { width: inherit; background-size: cover; background-position: right; }
.title  { background-color: #0C182B; width: 100%; display: table; }
.titletext { color: black; }
.titletext:hover { color: #15069A; text-decoration: none; }
.text   { color: green; }
.text:hover { background-color: #000; color: #f5f5f5; }
.sresa  { width: 100%; }
.sres   { display: flex; flex-direction: row; flex-wrap: wrap; }

/* ════════════════════════════════════════════════════════════
   SEARCH BAR
════════════════════════════════════════════════════════════ */
.search {
  display: flex;
  justify-content: space-around;
  padding: 14px 16px;
  background: var(--f-bg);
  border-bottom: 1px solid var(--f-border);
}
.search form {
  display: flex !important;
  background: var(--f-panel);
  border: 1px solid var(--f-border);
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  transition: border-color var(--tr), box-shadow var(--tr);
}
.search form:focus-within {
  border-color: var(--f-green);
  box-shadow: 0 0 0 3px rgba(46,204,113,0.15);
}
.searchinput {
  background: transparent !important;
  color: var(--f-text) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  padding: 12px 20px !important;
  width: 92% !important;
  text-align: left !important;
  border: none; outline: none;
}
.searchinput::placeholder { color: var(--f-muted); }
.searchbtn {
  background: var(--f-green) !important;
  color: #0e1a12 !important;
  width: 8% !important;
  border: none !important; outline: none !important;
  font-size: 1rem; cursor: pointer;
  transition: background var(--tr);
}
.searchbtn:hover { background: #27ae60 !important; }

/* search results autocomplete */
.sstrain { margin: 4px; border-radius: 7px; border: #000 solid 2px; cursor: pointer; max-height: 100px; width: 5rem; height: 10rem; }
.sstrain:hover { background-color: grey; }
.sstitle { background-color: white; opacity: 0.8; height: 19%; padding: 4px; text-align: center; }
.sstitle:hover { background-color: grey; }

/* ════════════════════════════════════════════════════════════
   FILTERS WRAPPER
════════════════════════════════════════════════════════════ */
.filters {
  background: var(--f-bg);
  border-bottom: 1px solid var(--f-border);
  padding: 10px 12px;
  margin: 0 !important;
  color: var(--f-text) !important;
  display: block !important;
  width: 100%;
  height: max-content;
}
.filterz {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
}
#frm_filt { text-align: center; }

/* ════════════════════════════════════════════════════════════
   FEM / REG / PHOTO / AUTO  — bottoni principali
════════════════════════════════════════════════════════════ */
.frpaz {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: flex-start;
  font-family: 'Luckiest Guy', cursive;
}

/* ogni colonna: sex (FEM+REG) | type (PHOTO+AUTO) */
.frpa {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: auto !important;
}
.frpa > div {          /* #sexradio e #typeradio */
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: auto !important;
}

/* singolo bottone */
.frpadiv {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 12px !important;
  border: 2px solid rgba(255,255,255,0.15) !important;
  margin: 0 !important;
  cursor: pointer;
  overflow: hidden;
  transition: transform var(--tr), box-shadow var(--tr), opacity var(--tr);
}
.frpadiv:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

/* contenuto interno */
.frpaname {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px;
  padding: 0 !important;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}
.frpaname i { font-size: 1.4rem !important; }

/* label wrapper */
.filtergentype,
.phau.filtergentype {
  width: 100% !important; height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}
.phau { align-items: center; display: flex; justify-content: center; height: 100%; }

/* stato attivo */
.filteractive {
  /* opacity: 1 !important; */
  border-color: rgba(255,255,255,0.55) !important;
  box-shadow: 0 0 16px rgba(255,255,255,0.2) !important;
}

/* stato inattivo */
.filterinactive {
  /* opacity: 0.35 !important; */
  filter: saturate(0.15) brightness(0.85) !important;
  background-color: transparent !important;
}
.filterinactive:hover {
  /* opacity: 0.7 !important; */
  filter: saturate(0.5) brightness(1) !important;
  background-color: transparent !important;
  color: inherit !important;
}

/* icone colorate */
.fem-icon  { --fa-secondary-opacity: 1.0; --fa-primary-color: #cc0e74;          --fa-secondary-color: #790c5a; }
.reg-icon  { --fa-secondary-opacity: 1.0; --fa-primary-color: rgb(4,56,161);    --fa-secondary-color: rgb(0,255,247); }
.auto-icon { --fa-secondary-opacity: 1.0; --fa-primary-color: rgb(46,158,76);   --fa-secondary-color: rgb(183,255,0); }
.photo-icon{ --fa-secondary-opacity: 1.0; --fa-primary-color: rgb(36,26,195);   --fa-secondary-color: rgb(255,102,0); }

/* altri stati (non toccati) */
.filtergender { width: 100%; font-weight: 700; font-size: 1.3em; opacity: 0.37; cursor: pointer; transition: opacity 120ms ease-in-out; }
.filtergender:hover { opacity: 1; }
.filtertype   { width: 100%; font-weight: 700; font-size: 1.3em; opacity: 0.37; cursor: pointer; transition: opacity 120ms ease-in-out; }
.filtertype:hover { opacity: 1; }
.lbls { background-color: #000 !important; }

/* ════════════════════════════════════════════════════════════
   DROPZ — barra pulsanti dropdown
════════════════════════════════════════════════════════════ */
.dropz {
  flex: 1;
  display: flex !important;
  background: var(--f-panel) !important;
  border: 1px solid var(--f-border) !important;
  border-radius: var(--radius) !important;
  overflow: hidden;
  width: 100%;
}
.drop {
  flex: 1;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  padding: 8px 4px;
  cursor: pointer !important;
  font-weight: bold;
  border-right: 1px solid var(--f-border);
  position: relative;
  transition: background var(--tr), color var(--tr);
}
.drop:last-child { border-right: none; }
.drop:hover, .drop.dropactive {
  background: var(--f-green-dim) !important;
}
.drop.dropactive::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 2px;
  background: var(--f-green);
  border-radius: 2px 2px 0 0;
}
.dropname {
  margin: 0 auto !important;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  /*color: var(--f-muted);*/
  transition: color var(--tr);
}
.drop:hover .dropname, .drop.dropactive .dropname { color: var(--f-green) !important; }
.dropname i { display: block; margin: 0 auto 4px; font-size: 1.1rem; }

/* icone dropdown colorate al hover/active */
#sbdrop.dropactive svg, #sbdrop:hover svg { --fa-secondary-opacity:1; --fa-primary-color:#000000; --fa-secondary-color:#bdb6a1; }
#fldrop.dropactive svg, #fldrop:hover svg { --fa-secondary-opacity:1; --fa-primary-color:#ffffff; --fa-secondary-color:#e9e63d; }
#disdrop.dropactive svg,#disdrop:hover svg{ --fa-secondary-opacity:1; --fa-primary-color:#d9ffeb; --fa-secondary-color:#ff0000; }
#effdrop.dropactive svg,#effdrop:hover svg{ --fa-secondary-opacity:1; --fa-primary-color:#ff0000; --fa-secondary-color:#fffb23; }
#avadrop.dropactive svg,#avadrop:hover svg{ --fa-secondary-opacity:1; --fa-secondary-color:#349ed6;--fa-primary-color:#0015ff;  }
#gendrop.dropactive svg,#gendrop:hover svg{ --fa-secondary-opacity:1; --fa-secondary-color:#9500ff;--fa-primary-color:#070088;  }
#ordrop.dropactive svg, #ordrop:hover svg { --fa-secondary-opacity:1; --fa-primary-color:#000000; --fa-secondary-color:#011f5f; }

/* ════════════════════════════════════════════════════════════
   OCR — ASC/DESC + Reset Filters
════════════════════════════════════════════════════════════ */
.ocr {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px;
  justify-content: center;
  align-items: stretch !important;
}
#moderadio { display: flex !important; width: 100% !important; gap: 4px; }

.orrad {
  flex: 1;
  background: var(--f-panel);
  border: 1px solid var(--f-border) !important;
  border-radius: var(--radius) !important;
  color: var(--f-muted) !important;
  font-size: 1.1rem !important;
  padding: 6px 0;
  text-align: center;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  cursor: pointer;
  transition: background var(--tr), color var(--tr);
}
.orrad:hover    { background: var(--f-green-dim) !important; color: var(--f-green) !important; }
.orrad.orderactive, .orderactive {
  background: var(--f-green) !important;
  color: #0e1a12 !important;
  border-color: var(--f-green) !important;
  opacity: 1 !important;
}

.resdiv {
  background: var(--f-gold-dim) !important;
  border: 1px solid rgba(200,168,75,0.35) !important;
  border-radius: var(--radius) !important;
  margin: 0 !important;
  cursor: pointer;
  transition: background var(--tr) !important;
}
.resdiv:hover { background: rgba(200,168,75,0.28) !important; }

.reset {
  background: none !important;
  border: none !important;
  color: var(--f-gold) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  padding: 8px 12px !important;
  cursor: pointer;
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════
   DROPPIES PANEL — contenitore dropdown aperto
════════════════════════════════════════════════════════════ */
.droppies {
  background: var(--f-panel) !important;
  border: 1px solid var(--f-border) !important;
  border-top: none !important;
  border-radius: 0 0 var(--radius) var(--radius) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.droppy        { padding: 12px !important; animation: dropIn 0.18s ease; }
.droppyactive  { display: flex !important; }
.droppyinactive{ display: none; }

/* ════════════════════════════════════════════════════════════
   SEEDBANKS
════════════════════════════════════════════════════════════ */
.seedbanks { display: flex; width: inherit; }
.checklist { border-radius: 0 0 4px 4px; width: 100%; }
.bank      { cursor: pointer; font-size: 0.8rem; }

/* contenitore scrollabile */
.bankol {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  height: auto !important;
  max-height: 50vh !important;
  overflow-y: auto !important;
  /*overflow-x: hidden !important;*/
  gap: 4px !important;
  padding: 12px !important;
  width: 100% !important;
  scrollbar-width: thin;
  scrollbar-color: var(--f-green) var(--f-panel);
}
.bankol::-webkit-scrollbar       { width: 5px; }
.bankol::-webkit-scrollbar-track { background: var(--f-panel); border-radius: 3px; }
.bankol::-webkit-scrollbar-thumb { background: rgba(46,204,113,0.5); border-radius: 3px; }

/* wrapper di ogni voce (contiene .iniziale + .bnkchk) */
.bankol > div {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px;
}

/* separatore lettera alfabetica */
.iniziale {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.72rem !important;
  background: rgba(46,204,113,0.15) !important;
  border: 1px solid rgba(46,204,113,0.35) !important;
  border-radius: 50% !important;
  color: var(--f-green) !important;
  flex-shrink: 0;
}

/* pill singola banca */
.bnkchk {
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  border: 1px solid transparent !important;
  text-align: left !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}

.bankunchecked {
  background: rgba(255,255,255,0.05) !important;
  color: var(--f-muted) !important;
  border-color: rgba(255,255,255,0.08) !important;
}
.bankunchecked:hover {
  background: var(--f-green-dim) !important;
  color: var(--f-text) !important;
  border-color: rgba(46,204,113,0.3) !important;
}

.bankchecked {
  background: rgba(46,204,113,0.2) !important;
  color: var(--f-green) !important;
  border-color: rgba(46,204,113,0.5) !important;
  font-weight: 600 !important;
}
.bankchecked::before {
  content: '✓ ';
  font-size: 0.68rem;
  margin-right: 2px;
  opacity: 0.9;
}
.bankchecked:hover { background: rgba(46,204,113,0.3) !important; }

/* ════════════════════════════════════════════════════════════
   FLAVORS / EFFECTS / MEDICAL (diseases) — stessa logica icone
════════════════════════════════════════════════════════════ */
.flavors  { width: 100%; }
.disagi   { justify-content: space-evenly; width: 100%; display: flex; align-content: center; flex-flow: row; flex-wrap: wrap; font-weight: bold; }
.effdroppy{ flex-wrap: wrap; height: 100%; display: flex; flex-direction: row; width: 100%; justify-content: space-evenly; }

.flavor, .effect, .disease {
  width: 8%;
  height: 56px;
  margin: 1px;
  border-radius: 10px !important;
  transition: filter var(--tr), transform var(--tr), box-shadow var(--tr);
  position: relative;
}
.flavor { border-radius: 45px; filter: grayscale(99%); }
.flavor:hover  { filter: grayscale(50%); transform: scale(1.08); box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.effect:hover,
.disease:hover { transform: scale(1.08); box-shadow: 0 4px 12px rgba(0,0,0,0.4); }

.flavactive { background-color: rgba(46,204,113,0.2) !important; filter: grayscale(0%); box-shadow: 0 0 0 2px var(--f-green) !important; }
.flavactive:hover { filter: grayscale(0%); }
.effactive  { background-color: rgba(46,204,113,0.2) !important; box-shadow: 0 0 0 2px var(--f-green) !important; }
.disactive  { background-color: rgba(46,204,113,0.2) !important; box-shadow: 0 0 0 2px var(--f-green) !important; }

/* tooltip label */
.flavname, .effname, .disname {
  visibility: hidden; opacity: 0;
  bottom: 8px;
  text-align: center;
  float: left;
  width: 100%;
  z-index: 99;
}
.flavor:hover  #flavname,
.effect:hover  #effname,
.disease:hover #disname {
  position: absolute;
  transition: visibility 0s, opacity 0.2s linear, bottom 0.2s linear;
  visibility: visible; opacity: 1; bottom: 0;
}
.flavspan, .effspan, .disspan {
  background: var(--f-bg) !important;
  color: var(--f-green) !important;
  border: 1px solid var(--f-border) !important;
  border-radius: 4px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 6px;
}

/* ════════════════════════════════════════════════════════════
   SEED PACK — availacheck
════════════════════════════════════════════════════════════ */
.disp  { width: 100%; }
.availa {
  text-align: justify; display: flex;
  flex-direction: row; flex-wrap: wrap; justify-content: space-around;
}
.availacheck {
  cursor: pointer; text-align: center;
  color: var(--f-muted) !important;
  width: 10% !important;
  margin: 3px !important;
  border-radius: 8px !important;
  border: 1px solid var(--f-border) !important;
  background: var(--f-panel);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  padding: 6px 4px;
  transition: background var(--tr), color var(--tr);
}
.avaactive        { background: var(--f-gold-dim) !important; border-color: rgba(200,168,75,0.4) !important; color: var(--f-gold) !important; }
.avaactive:hover  { background: rgba(200,168,75,0.25) !important; }
.avainactive:hover{ background: var(--f-green-dim) !important; color: var(--f-text) !important; }

/* ════════════════════════════════════════════════════════════
   SORT — order radio buttons
════════════════════════════════════════════════════════════ */
.order     { padding: 3px; }
.orderby label { float: left; width: 25%; cursor: pointer; font-weight: bolder; text-align: justify; border-radius: 3px; }
.orderby span  { text-transform: uppercase; }

.ord {
  border-radius: 8px !important;
  margin: 3px !important;
  text-align: center;
  background: var(--f-panel);
  border: 1px solid var(--f-border);
  color: var(--f-muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  padding: 8px 6px;
  transition: background var(--tr), color var(--tr);
}
.ordactive  { background: var(--f-green-dim) !important; border-color: rgba(46,204,113,0.35) !important; color: var(--f-green) !important; }
.ordinactive{ color: var(--f-muted) !important; }
.ordinactive:hover { background: rgba(255,255,255,0.06) !important; color: var(--f-text) !important; }

/* icone sort colorate */
.ordactive.sort_popular svg,     .ordinactive.sort_popular:hover svg     { --fa-secondary-opacity:1; --fa-primary-color:#ff9100;  --fa-secondary-color:#fff200; }
.ordactive.sort_price svg,       .ordinactive.sort_price:hover svg       { --fa-secondary-opacity:1; --fa-primary-color:#0008ff;  --fa-secondary-color:#00d0ff; }
.ordactive.sort_name svg,        .ordinactive.sort_name:hover svg        { --fa-secondary-opacity:1; --fa-primary-color:#fffb00;  --fa-secondary-color:#00ff1a; }
.ordactive.sort_bankname svg,    .ordinactive.sort_bankname:hover svg    { --fa-secondary-opacity:1; --fa-primary-color:#00ff11;  --fa-secondary-color:#fff200; }
.ordactive.sort_yield svg,       .ordinactive.sort_yield:hover svg       { --fa-secondary-opacity:1; --fa-primary-color:#e4981d;  --fa-secondary-color:#ffdd44; }
.ordactive.sort_floweringtime svg,.ordinactive.sort_floweringtime:hover svg{ --fa-secondary-opacity:1;--fa-primary-color:#4c00ff; --fa-secondary-color:#74deee; }
.ordactive.sort_thc svg,         .ordinactive.sort_thc:hover svg         { --fa-secondary-opacity:1; --fa-primary-color:#f700ff;  --fa-secondary-color:#009dff; }
.ordactive.sort_cbd svg,         .ordinactive.sort_cbd:hover svg         { --fa-secondary-opacity:1; --fa-primary-color:#00ffae;  --fa-secondary-color:#009dff; }

/* ════════════════════════════════════════════════════════════
   GENETICS — THC / CBD / Indica-Sativa sliders
════════════════════════════════════════════════════════════ */
.thc {
  width: 30%;
  margin: 2%;
  float: left;
}
.slider { width: 100%; float: left; }

.thccbdtoggler {
  text-align: center;
  font-weight: bold;
  font-size: 1rem !important;
  width: auto !important;
  float: none !important;
  display: inline-block;
  cursor: pointer;
  margin: 0 6px 0 0 !important;
}
.thccbdactive   { color: var(--f-green) !important; }
.thccbdinactive { color: #e74c3c !important; }

#thctxt, #cbdtxt, #isrange {
  color: var(--f-text);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 8px;
}
#indsatrange { accent-color: var(--f-green); width: 95%; }

.indsat, .indsatd {
  cursor: pointer;
  text-align: center;
  width: 32%;
  float: left;
}

/* jQuery UI slider override */
.ui-slider {
  background: rgba(255,255,255,0.1) !important;
  border: none !important;
  border-radius: 4px !important;
  height: 5px !important;
}
.ui-slider .ui-slider-range  { background: var(--f-green) !important; }
.ui-slider .ui-slider-handle {
  background: #fff !important;
  border: 2px solid var(--f-green) !important;
  border-radius: 50% !important;
  width: 14px !important; height: 14px !important;
  top: -5px !important;
  cursor: pointer;
  transition: box-shadow var(--tr);
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
  box-shadow: 0 0 0 4px rgba(46,204,113,0.3) !important;
  outline: none !important;
}

/* ════════════════════════════════════════════════════════════
   STRAIN CARDS
════════════════════════════════════════════════════════════ */
.straincontainer {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  gap: 20px !important;
  padding: 20px !important;
  width: 95% !important;
  margin: 0 auto !important;
  clear: both;
}

.strain_a {
  display: block !important;
  text-decoration: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.strain_a:active { transform: scale(0.98); }

.strain {
  width: 100% !important;
  height: 300px !important;
  margin: 0 !important;
  border-radius: 15px !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}
.strain:hover {
  transform: translateY(-5px) !important;
  border-color: #4AF043 !important;
  box-shadow: 0 8px 15px rgba(0,0,0,0.4) !important;
}

/* nome in cima */
.namediv {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  background: rgba(0,0,0,0.8) !important;
  padding: 8px 0 !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 40px !important;
}
.strainname {
  font-size: 0.85rem !important;
  color: white !important;
  margin: 0 !important;
  padding-right: 10px !important;
  text-align: center !important;
  flex-grow: 1 !important;
  line-height: 1.2 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vistidiv {
  color: #4AF043 !important;
  font-size: 0.8rem !important;
  padding: 0 10px !important;
}

/* overlay info al hover */
.straininfo {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  background-color: rgba(43,59,53,0.95) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: 1 !important;
}
.strain:hover .straininfo { opacity: 0.8 !important; }

.straininfo h4 {
  background: transparent !important;
  color: white !important;
  margin: 5px 0 !important;
  font-size: 0.85rem !important;
  width: auto !important;
  text-align: center;
}
.straininfo h4 i { color: #4AF043; margin-right: 5px; }
.straininfo p    { font-size: 1em; font-family: serif; }
.straininfo h2   { text-align: center; }

/* barra banca in fondo */
.bankimg {
  position: absolute !important;
  bottom: 0 !important; left: 0 !important;
  width: 100% !important;
  background-color: rgba(0,0,0,0.8) !important;
  padding: 5px 10px !important;
  box-sizing: border-box !important;
  z-index: 10 !important;
  border-radius: 0 0 15px 15px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #4AF043 !important;
  font-weight: bold !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  white-space: nowrap !important;
}
.bankimg img {
  width: auto !important;
  max-width: 40% !important;
  height: 25px !important;
  object-fit: contain !important;
  border-radius: 4px !important;
  display: block !important;
}

.noresults { width: 100%; height: 420px; margin: 0 auto; background-image: url("../img/other/420-not-found.png"); background-repeat: no-repeat; background-position: center; text-align: center; float: left; background-size: contain; }

.likes { float: left; width: 100%; color: green; background-color: #f5f5f5; border-radius: 9px; text-align: center; }
.like  { padding: 2px; color: black; background-color: #f5f5f5; border-radius: 3px; width: 5vw; position: absolute; bottom: 0; right: 0; }

.namelogo  { width: 100%; height: auto; }
.logodiv   { float: right; margin-top: 0; margin-right: 0; }
.immaginelogo { max-width: 3vw; border-radius: 10%; }
.imgdiv    { float: left; height: auto; padding: 0; }
.immaginestrain { border-style: solid; border-width: 1px; border-radius: 5px; max-width: 8vw; max-height: 190px; margin-top: -3px; margin-left: 6px; }

/* seedbank section */
.banche      { width: 8%; background-color: #3dab67; margin: 5px; }
.banche > a  { display: flex; flex-direction: column; height: 100%; flex-wrap: nowrap; }
.logobanca   { display: flex; height: 50%; }
.bancanome   { font-size: 1.4em; height: 50%; text-align: center; }

/* ════════════════════════════════════════════════════════════
   PAGINATION
════════════════════════════════════════════════════════════ */
.frm_pag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.pag { cursor: pointer; margin: 3px; }

.pagnum, .prevnext {
  display: flex;
  align-items: center; justify-content: center;
  min-width: 34px !important; height: 34px !important;
  padding: 0 5px;
  cursor: pointer;
  color: var(--f-muted) !important;
  background: var(--f-panel) !important;
  border: 1px solid var(--f-border) !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  user-select: none;
  transition: background var(--tr), color var(--tr);
}
.pagnum:hover, .prevnext:hover {
  background: var(--f-green-dim) !important;
  color: var(--f-green) !important;
  filter: none !important;
}
.pagnumactive {
  background: var(--f-green) !important;
  color: #0e1a12 !important;
  border-color: var(--f-green) !important;
  font-weight: 700 !important;
}
.pagnumactive:hover { color: #0e1a12 !important; }

/* ════════════════════════════════════════════════════════════
   STRAIN PAGE
════════════════════════════════════════════════════════════ */
.straintitle  { display: flex; flex-flow: wrap; background-color: #4ab168; border-bottom: solid 1px black; width: 100%; }
.backbtn      { display: flex; width: 5%; align-items: center; justify-content: center; }
.backbtn i    { font-weight: bold; font-size: 4rem; color: #0B0A0F; }
.LIKE         { float: left; width: 5%; height: 100%; }
.S_TITLE      { height: 100%; width: 95%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.sstrainname  { width: 40%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.bankname     { font-size: 2.5rem; color: #0B0A0F; align-items: center; display: flex; justify-content: center; width: 40%; }
.second       { width: 100%; display: flex; flex-flow: wrap; margin-top: 10px; }
.strain_image { display: flex; width: 50%; }
.strain_image img { margin: auto; max-width: 100%; }
.straininfoo  { width: 49%; text-align: center; background-color: #efe3b2; padding: 3%; border-radius: 5px; margin-right: 1%; border: none; }
.description  { padding: 40px; border-radius: 5px; background-color: #efe3b2; display: flex; flex-flow: column; margin: 40px; }
.description p { font-size: 1em; }
.description h1 { text-align: center; }
.third        { width: 100%; margin: 0 auto; padding: 10px; border-radius: 0 0 5px 5px; max-height: 30%; background-color: #91e585; }

/* ════════════════════════════════════════════════════════════
   TABLES
════════════════════════════════════════════════════════════ */
.results     { width: 32vw; background-color: #7DBFEF; border: solid 2px black; border-radius: 7px; font-weight: 700; float: left; }
.checklist   { border-radius: 0 0 4px 4px; width: 100%; }
.pages a     { text-decoration: none; background-color: #fff; padding: 6px; border-radius: 3px; font-weight: 700; color: #000; }
.pages a:hover { color: #0C801A; background-color: #7F8A7F; }
.price:hover { background-color: #41ff8ded; }
.price       { text-align: center; display: block; border-radius: 4px; }
.grspn       { color: white; text-align: center; text-transform: uppercase; font-weight: bold; width: 100%; }
.filterbar   { text-align: center; width: 100%; height: 10%; background-color: ghostwhite; display: table; }
.filteritems { height: 100%; width: 100%; float: left; font-weight: bold; }

.myst        { width: 80vw; margin: 0 auto; background-color: #CFE8CC; }
.myst td, .myst th   { color: #237433; font-weight: bold; border-color: #233664; border-style: solid; }
.myptable    { border: solid black 1px; width: auto; }
.myptable td, .myptable th { border: solid black 1px; text-align: left; font-size: 1rem; }
.pctable, .pctable td, .pctable th { border: solid black 1px; width: 100%; }
.pctable td a { font-weight: bold; }
.tblfirst    { width: 30% !important; }
.tblfirst_   { background-color: black !important; }

.seller_table       { display: flex; text-align: center; flex-flow: column-reverse; font-weight: bold; align-items: center; }
.seller_table_name  { font-size: 1rem; }
.seller_table_logo img { width: 2rem; }
.dtfc-fixed-left    { background-color: whitesmoke; }
.DTFC_Cloned        { table-layout: auto !important; }
.DTFC_LeftBodyLiner { overflow-x: hidden; }
.DTFC_LeftBodyWrapper { top: 0.5px !important; }
.dataTables_scrollHeadInner { margin: 0 auto; }

/* ════════════════════════════════════════════════════════════
   REGISTRATION / ACCOUNT
════════════════════════════════════════════════════════════ */
.registration { text-align: center; background-color: #0F132F; border-radius: 7px; margin: 0 auto; padding: 4px; width: 40vw; border: solid black 2px; color: #587783; }
.regfields    { font-weight: bold; border-radius: 4px; padding: 3px; text-align: justify; padding-left: 45px; margin: 0 19px; }
.reginput     { float: right; padding-right: 45px; }
.reginput input { color: black; border-radius: 8px; }

.strainbar    { border-style: solid; border-width: 3px; border-color: #CB034D; border-radius: 7px; float: left; width: 10%; background-color: #DF6BA8; height: auto; cursor: not-allowed; }
.strainbanca  { float: left; }
.strainbanca h1 { color: #BBB; margin-left: 15px; font-size: 3em; }
.nextprev     { float: left; height: auto; margin-top: 5px; }
.pagin        { margin-top: 9px; text-align: center; text-decoration: none; width: 100%; color: #fff; }
.sideleft a:hover { color: #000; }
.hometitle    { height: 75px; width: 75px; float: left; }
.information h1, .information h2 { background-color: #1BC51F; margin: 0 300px; opacity: 0.78; border-radius: 50px; border: solid; border-top: none; border-bottom: none; border-width: 6px; }
.search_strain { display: flex; flex-direction: row; justify-content: space-evenly; flex-wrap: wrap; }
.strainimg img { height: 300px; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — mobile
════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 600px) {
  .strain_image  { width: 100%; }
  .straininfoo   { width: 100%; }
  .namediv       { height: 8%; }
  .backbtn i     { font-size: 2rem; }
  .straintitle   { height: 5%; }
  .LIKE          { display: none; }
  .strain_name   { font-size: 2rem; }
  .description   { width: 100%; }
  .seller_table  { font-size: small; }
}

@media only screen and (max-width: 650px) {
  .menulink      { padding: 10px; font-size: 1rem; margin: 0 1.68%; border-radius: 3.14px; }
  .phprestore    { display: none; }
  .ascdesc       { width: 50%; height: 100%; }
  .resdiv        { width: 50%; height: 100%; }
  .filterz       { flex-flow: column; }
  #frm_filt      { padding: 0; }
  .availacheck   { width: 33.3% !important; margin: 0 auto !important; }
  .frpa          { width: 50% !important; flex-direction: row; }
  .frpadiv       { border-radius: 6px !important; margin: 0 !important; width: 60px !important; height: 60px !important; }
  .frpaname      { font-size: 0.62rem; }
  .frpaname i    { font-size: 1.1rem !important; }
  .indsat, .indsatd { width: 100%; }
  .thc           { width: 100%; }
  .iniziale      { height: 5vw; width: 5vw; font-size: 3vw; }
  .strain_a      { width: 98% !important; }
  .filters       { height: 4%; }
  .flavor        { width: 14%; padding: 4px; margin: 0 auto; }

  /* strain cards mobile */
  .straincontainer {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 10px !important;
  }
  .strain      { height: 250px !important; }
  .strainname  { font-size: 0.8rem !important; }
}