body.kd-growshops-page,
body.kd-standalone-growshops-template {
  background: #f4f7f4 !important;
  color: #1f2922;
}

body.kd-standalone-growshops-template .kd-growshops-template-main {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 var(--kd-menu-banner-side, 12px) !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  float: none !important;
}

/* 1.39.77 · Growshops comparte la retícula real de todos los banners Lamari. */
body.kd-standalone-growshops-template .kd-growshops-shell {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: var(--kd-menu-banner-max, 1580px) !important;
  margin: 0 auto !important;
  padding: var(--kd-menu-banner-top, 46px) 0 76px !important;
  transform: none !important;
}

body.kd-standalone-growshops-template .kd-growshops-hero {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: var(--kd-menu-banner-max, 1580px) !important;
  margin: 0 auto var(--kd-menu-banner-bottom, 20px) !important;
  transform: none !important;
}


/* Hero */
body.kd-standalone-growshops-template .kd-growshops-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  align-items: center;
  min-height: 310px;
  padding: 44px 54px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 22%, rgba(190,255,97,.18), transparent 27%),
    radial-gradient(circle at 12% 92%, rgba(56,153,85,.22), transparent 32%),
    linear-gradient(132deg, #07170d 0%, #0d3520 56%, #267243 100%) !important;
  color: #fff !important;
  box-shadow: 0 22px 60px rgba(12,52,28,.18);
}

body.kd-standalone-growshops-template .kd-growshops-hero::before,
body.kd-standalone-growshops-template .kd-growshops-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.kd-standalone-growshops-template .kd-growshops-hero::before {
  inset: 0;
  z-index: -2;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 62%);
}

body.kd-standalone-growshops-template .kd-growshops-hero::after {
  right: -120px;
  bottom: -210px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255,255,255,.025),
    0 0 0 112px rgba(255,255,255,.018);
}

body.kd-standalone-growshops-template .kd-growshops-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

body.kd-standalone-growshops-template .kd-growshops-hero-content > span,
body.kd-standalone-growshops-template .kd-growshops-heading > div > span,
body.kd-standalone-growshops-template .kd-growshop-submit-title > span,
body.kd-standalone-growshops-template .kd-growshop-detail-head > div > span {
  display: block;
  color: #d3ff68 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.kd-standalone-growshops-template .kd-growshops-hero h1 {
  max-width: 720px;
  margin: 10px 0 15px !important;
  color: #fff !important;
  font-size: clamp(40px, 4vw, 61px) !important;
  font-weight: 850 !important;
  line-height: .98 !important;
  letter-spacing: -.048em !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.16);
}

body.kd-standalone-growshops-template .kd-growshops-hero p {
  max-width: 650px;
  margin: 0 0 23px !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

body.kd-standalone-growshops-template .kd-growshops-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.kd-standalone-growshops-template .kd-growshops-hero-actions a {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #d3ff68 !important;
  color: #17331d !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(204,255,84,.13);
  transition: transform .18s ease, box-shadow .18s ease;
}

body.kd-standalone-growshops-template .kd-growshops-hero-actions a:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(204,255,84,.2);
}

body.kd-standalone-growshops-template .kd-growshops-hero-actions a.is-secondary {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

body.kd-standalone-growshops-template .kd-growshops-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

body.kd-standalone-growshops-template .kd-growshops-hero-trust span {
  position: relative;
  padding-left: 17px;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 750;
}

body.kd-standalone-growshops-template .kd-growshops-hero-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #d3ff68;
  box-shadow: 0 0 0 4px rgba(211,255,104,.12);
}

body.kd-standalone-growshops-template .kd-growshops-hero-art {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 230px;
  place-items: center;
}

body.kd-standalone-growshops-template .kd-growshops-orbit {
  position: relative;
  width: 290px;
  height: 230px;
}

body.kd-standalone-growshops-template .kd-growshops-orbit::before,
body.kd-standalone-growshops-template .kd-growshops-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  transform: translate(-50%,-50%) rotate(-13deg);
}

body.kd-standalone-growshops-template .kd-growshops-orbit::before {
  width: 278px;
  height: 145px;
}

body.kd-standalone-growshops-template .kd-growshops-orbit::after {
  width: 210px;
  height: 210px;
}

body.kd-standalone-growshops-template .kd-growshops-globe {
  position: absolute;
  left: 80px;
  top: 27px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 35% 32%, #bbf377 0 12%, transparent 13%),
    radial-gradient(ellipse at 68% 28%, #8fd85f 0 10%, transparent 11%),
    radial-gradient(ellipse at 58% 65%, #a5e46c 0 19%, transparent 20%),
    radial-gradient(ellipse at 22% 70%, #8dd55c 0 11%, transparent 12%),
    linear-gradient(145deg,#55b5ea,#257ac4);
  box-shadow: 0 22px 45px rgba(0,0,0,.24), inset -18px -18px 32px rgba(4,52,97,.22);
}

body.kd-standalone-growshops-template .kd-growshops-globe::before,
body.kd-standalone-growshops-template .kd-growshops-globe::after {
  content: "";
  position: absolute;
  inset: 15px 42px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}

body.kd-standalone-growshops-template .kd-growshops-globe::after {
  inset: 42px 10px;
}

body.kd-standalone-growshops-template .kd-growshops-pin {
  position: absolute;
  z-index: 3;
  width: 15px;
  height: 15px;
  border: 4px solid #d3ff68;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #15482a;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

body.kd-standalone-growshops-template .kd-growshops-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
}

body.kd-standalone-growshops-template .kd-growshops-pin.is-one { left: 55px; top: 72px; }
body.kd-standalone-growshops-template .kd-growshops-pin.is-two { right: 44px; top: 48px; }
body.kd-standalone-growshops-template .kd-growshops-pin.is-three { right: 62px; bottom: 38px; }

body.kd-standalone-growshops-template .kd-growshops-store-card {
  position: absolute;
  left: 35px;
  bottom: 9px;
  z-index: 4;
  display: grid;
  width: 142px;
  min-height: 72px;
  align-content: center;
  padding: 13px 16px 12px 48px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 16px;
  background: rgba(255,255,255,.93);
  color: #183b24;
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
}

body.kd-standalone-growshops-template .kd-growshops-store-card > i {
  position: absolute;
  left: 14px;
  top: 21px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #207744;
}

body.kd-standalone-growshops-template .kd-growshops-store-card > i::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -8px;
  width: 31px;
  height: 11px;
  border-radius: 5px 5px 3px 3px;
  background: repeating-linear-gradient(90deg,#d3ff68 0 6px,#fff 6px 12px);
}

body.kd-standalone-growshops-template .kd-growshops-store-card strong {
  font-size: 11px;
  letter-spacing: .07em;
}

body.kd-standalone-growshops-template .kd-growshops-store-card small {
  margin-top: 2px;
  color: #6b7c70;
  font-size: 9px;
}

/* Notices and main directory */
body.kd-standalone-growshops-template .kd-growshop-notice {
  margin: 18px 0 0;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 750;
}

body.kd-standalone-growshops-template .kd-growshop-notice.is-success {
  border: 1px solid #bfe0c7;
  background: #eff9f1;
  color: #176030;
}

body.kd-standalone-growshops-template .kd-growshop-notice.is-error {
  border: 1px solid #efc5c5;
  background: #fff2f2;
  color: #923333;
}

body.kd-standalone-growshops-template .kd-growshops-directory,
body.kd-standalone-growshops-template .kd-growshop-detail {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid #e0e7e1;
  border-radius: 22px;
  background: #fff !important;
  box-shadow: 0 14px 42px rgba(35,56,40,.055);
}

body.kd-standalone-growshops-template .kd-growshops-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 21px;
}

body.kd-standalone-growshops-template .kd-growshops-heading > div:first-child > span,
body.kd-standalone-growshops-template .kd-growshop-detail-head > div > span {
  color: #1a7b3c !important;
}

body.kd-standalone-growshops-template .kd-growshops-heading h2 {
  margin: 6px 0 3px !important;
  color: #202722 !important;
  font-size: 30px !important;
  font-weight: 820 !important;
  letter-spacing: -.035em !important;
}

body.kd-standalone-growshops-template .kd-growshops-heading p {
  margin: 0 !important;
  color: #758079 !important;
  font-size: 14px !important;
}

body.kd-standalone-growshops-template .kd-growshops-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.kd-standalone-growshops-template .kd-growshops-admin-actions a,
body.kd-standalone-growshops-template .kd-growshops-filters button,
body.kd-standalone-growshops-template .kd-growshops-filters > a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #197b3e !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

body.kd-standalone-growshops-template .kd-growshops-admin-actions a.is-secondary,
body.kd-standalone-growshops-template .kd-growshops-filters > a {
  border-color: #d8e1da;
  background: #fff !important;
  color: #316242 !important;
}

body.kd-standalone-growshops-template .kd-growshops-filters {
  display: grid;
  grid-template-columns: minmax(260px,1.5fr) minmax(150px,.7fr) minmax(150px,.7fr) minmax(150px,.7fr) auto auto;
  align-items: end;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e2e8e3;
  border-radius: 17px;
  background: #f8faf8 !important;
}

body.kd-standalone-growshops-template .kd-growshops-filters label {
  display: grid;
  min-width: 0;
  gap: 6px;
}

body.kd-standalone-growshops-template .kd-growshops-filters label > span {
  color: #637067;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.kd-standalone-growshops-template .kd-growshops-filters :is(input,select) {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #d9e1db !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #29332c !important;
  font: inherit;
  font-size: 14px;
  box-shadow: none !important;
  outline: none;
}

body.kd-standalone-growshops-template .kd-growshops-filters :is(input,select):focus,
body.kd-standalone-growshops-template .kd-growshop-form-grid :is(input,select,textarea):focus {
  border-color: #5ca877 !important;
  box-shadow: 0 0 0 4px rgba(45,145,79,.09) !important;
}

body.kd-standalone-growshops-template .kd-growshops-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 2px 13px;
  border-bottom: 1px solid #e9edea;
  color: #7b857e;
  font-size: 13px;
}

body.kd-standalone-growshops-template .kd-growshops-results strong {
  color: #35423a;
  font-size: 13px;
}

body.kd-standalone-growshops-template .kd-growshops-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 15px;
  padding-top: 18px;
}

body.kd-standalone-growshops-template .kd-growshop-card {
  display: grid;
  grid-template-columns: 76px minmax(0,1fr) auto;
  align-items: center;
  gap: 17px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid #e1e7e2;
  border-radius: 18px;
  background: #fff !important;
  transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

body.kd-standalone-growshops-template .kd-growshop-card:hover {
  transform: translateY(-2px);
  border-color: #c9d8cc;
  box-shadow: 0 14px 32px rgba(36,67,43,.09);
}

body.kd-standalone-growshops-template .kd-growshop-logo,
body.kd-standalone-growshops-template .kd-growshop-detail-logo {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg,#eaf4ec,#dbeadf);
  color: #1c6e37 !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(47,92,58,.08);
}

body.kd-standalone-growshops-template .kd-growshop-logo img,
body.kd-standalone-growshops-template .kd-growshop-detail-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.kd-standalone-growshops-template .kd-growshop-card-main { min-width: 0; }
body.kd-standalone-growshops-template .kd-growshop-card-head { display: flex; align-items: center; gap: 7px; }
body.kd-standalone-growshops-template .kd-growshop-card-head > a {
  overflow: hidden;
  color: #202922 !important;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.kd-standalone-growshops-template .kd-growshop-verified {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e8bd35;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 2px 8px rgba(194,145,14,.25);
}

body.kd-standalone-growshops-template .kd-growshop-location { margin: 5px 0 8px; color: #727d74; font-size: 11px; }
body.kd-standalone-growshops-template .kd-growshop-tags,
body.kd-standalone-growshops-template .kd-growshop-detail-tags { display: flex; flex-wrap: wrap; gap: 5px; }
body.kd-standalone-growshops-template .kd-growshop-tags span,
body.kd-standalone-growshops-template .kd-growshop-detail-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf5ef;
  color: #39704a;
  font-size: 9px;
  font-weight: 800;
}
body.kd-standalone-growshops-template .kd-growshop-summary { margin: 9px 0 0; color: #7b847d; font-size: 10px; line-height: 1.4; }
body.kd-standalone-growshops-template .kd-growshop-card-actions { display: flex; min-width: 104px; flex-direction: column; gap: 7px; }
body.kd-standalone-growshops-template .kd-growshop-card-actions a,
body.kd-standalone-growshops-template .kd-growshop-contact-actions a {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #197b3e !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
body.kd-standalone-growshops-template .kd-growshop-card-actions a.is-secondary,
body.kd-standalone-growshops-template .kd-growshop-contact-actions a.is-secondary {
  border: 1px solid #d6dfd8;
  background: #fff !important;
  color: #396148 !important;
}

/* Empty state */
body.kd-standalone-growshops-template .kd-growshops-empty {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 28px;
  border: 1px dashed #d5e0d7;
  border-radius: 18px;
  background: linear-gradient(180deg,#fbfdfb,#f6faf7);
  text-align: center;
}

body.kd-standalone-growshops-template .kd-growshops-empty-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 13px;
  border-radius: 21px;
  background: #eaf5ed;
  box-shadow: inset 0 0 0 1px #d9e9dd;
}

body.kd-standalone-growshops-template .kd-growshops-empty-icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 27px;
  width: 36px;
  height: 26px;
  border-radius: 4px 4px 7px 7px;
  background: #238047;
}

body.kd-standalone-growshops-template .kd-growshops-empty-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 44px;
  height: 15px;
  border-radius: 6px 6px 3px 3px;
  background: repeating-linear-gradient(90deg,#caff62 0 9px,#fff 9px 18px);
  box-shadow: 0 5px 10px rgba(26,105,56,.13);
}

body.kd-standalone-growshops-template .kd-growshops-empty-icon > i {
  position: absolute;
  left: 29px;
  top: 37px;
  z-index: 2;
  width: 12px;
  height: 16px;
  border-radius: 3px 3px 0 0;
  background: #fff;
}

body.kd-standalone-growshops-template .kd-growshops-empty > span {
  color: #248046;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

body.kd-standalone-growshops-template .kd-growshops-empty h3 {
  margin: 7px 0 5px !important;
  color: #253129 !important;
  font-size: 21px !important;
  font-weight: 850 !important;
}

body.kd-standalone-growshops-template .kd-growshops-empty p {
  max-width: 510px;
  margin: 0 0 17px !important;
  color: #758079 !important;
  font-size: 12px !important;
}

body.kd-standalone-growshops-template .kd-growshops-empty a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  border-radius: 999px;
  background: #197b3e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 900;
}

body.kd-standalone-growshops-template .kd-growshops-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 26px;
  color: #748078;
  font-size: 11px;
}
body.kd-standalone-growshops-template .kd-growshops-pagination a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #d8e0d9;
  border-radius: 999px;
  color: #2c673e !important;
  text-decoration: none !important;
  font-weight: 850;
}

/* Premium submission form */
body.kd-standalone-growshops-template .kd-growshop-submit {
  margin-top: 24px;
  padding: 0;
  border: 1px solid #dce6de;
  border-radius: 22px;
  overflow: hidden;
  background: #fff !important;
  color: #253028 !important;
  box-shadow: 0 16px 48px rgba(30,62,40,.075);
}

body.kd-standalone-growshops-template .kd-growshop-submit-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 29px 32px 27px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 92% 18%,rgba(202,255,100,.15),transparent 25%),
    linear-gradient(126deg,#0b2b19,#16522e 70%,#277843) !important;
  color: #fff !important;
}

body.kd-standalone-growshops-template .kd-growshop-submit-title { max-width: 650px; }
body.kd-standalone-growshops-template .kd-growshop-submit-title h2 {
  margin: 7px 0 8px !important;
  color: #fff !important;
  font-size: 31px !important;
  font-weight: 850 !important;
  letter-spacing: -.035em !important;
}
body.kd-standalone-growshops-template .kd-growshop-submit-title p {
  margin: 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.kd-standalone-growshops-template .kd-growshop-submit-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
body.kd-standalone-growshops-template .kd-growshop-submit-steps span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 11px 0 7px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
body.kd-standalone-growshops-template .kd-growshop-submit-steps b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #d3ff68;
  color: #17331d;
  font-size: 11px;
}

body.kd-standalone-growshops-template .kd-growshop-premium-form {
  display: grid;
  gap: 18px;
  padding: 24px 28px 28px;
  background: #f8faf8 !important;
}

body.kd-standalone-growshops-template .kd-growshop-form-section {
  display: grid;
  grid-template-columns: minmax(210px,.32fr) minmax(0,.68fr);
  gap: 26px;
  padding: 23px;
  border: 1px solid #e1e8e2;
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(35,62,42,.035);
}

body.kd-standalone-growshops-template .kd-growshop-form-section-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 3px 0;
}
body.kd-standalone-growshops-template .kd-growshop-form-section-head > span {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #e8f5eb;
  color: #17753a;
  font-size: 10px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px #d6eadb;
}
body.kd-standalone-growshops-template .kd-growshop-form-section-head h3 {
  margin: 0 0 5px !important;
  color: #243029 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
}
body.kd-standalone-growshops-template .kd-growshop-form-section-head p {
  margin: 0 !important;
  color: #78827b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.kd-standalone-growshops-template .kd-growshop-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid > label {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid > label > span,
body.kd-standalone-growshops-template .kd-growshop-form-grid legend {
  color: #536057;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid label > small {
  margin-top: -2px;
  color: #89928c;
  font-size: 12px;
  line-height: 1.35;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid .is-wide { grid-column: 1/-1; }
body.kd-standalone-growshops-template .kd-growshop-form-grid :is(input,select,textarea) {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid #d8e1da !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: #263029 !important;
  font: inherit;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .18s ease,box-shadow .18s ease;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid textarea {
  min-height: 86px;
  resize: vertical;
  line-height: 1.5;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid textarea[rows="5"] { min-height: 126px; }
body.kd-standalone-growshops-template .kd-growshop-form-grid :is(input,textarea)::placeholder { color: #a4aca7; }

body.kd-standalone-growshops-template .kd-growshop-categories {
  margin: 0;
  padding: 17px;
  border: 1px solid #dfe7e1;
  border-radius: 14px;
  background: #fbfcfb;
}
body.kd-standalone-growshops-template .kd-growshop-categories > p {
  margin: 3px 0 13px !important;
  color: #858e88 !important;
  font-size: 12px !important;
}
body.kd-standalone-growshops-template .kd-growshop-categories > div {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 9px;
}
body.kd-standalone-growshops-template .kd-growshop-categories label {
  position: relative;
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid #e0e7e2;
  border-radius: 11px;
  background: #fff;
  color: #506057;
  cursor: pointer;
  transition: border-color .18s ease,background .18s ease,transform .18s ease;
}
body.kd-standalone-growshops-template .kd-growshop-categories label:hover {
  transform: translateY(-1px);
  border-color: #bcd5c3;
  background: #f7fbf8;
}
body.kd-standalone-growshops-template .kd-growshop-categories input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.kd-standalone-growshops-template .kd-growshop-categories label > span {
  position: relative;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid #cbd7ce;
  border-radius: 5px;
  background: #fff;
}
body.kd-standalone-growshops-template .kd-growshop-categories label > b {
  font-size: 13px;
  font-weight: 780;
  line-height: 1.25;
}
body.kd-standalone-growshops-template .kd-growshop-categories input:checked + span {
  border-color: #168040;
  background: #168040;
  box-shadow: 0 0 0 3px rgba(22,128,64,.09);
}
body.kd-standalone-growshops-template .kd-growshop-categories input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body.kd-standalone-growshops-template .kd-growshop-categories label:has(input:checked) {
  border-color: #9ccbad;
  background: #edf8f0;
  color: #1c6f39;
}
body.kd-standalone-growshops-template .kd-growshop-categories input:focus-visible + span {
  outline: 3px solid rgba(45,145,79,.17);
  outline-offset: 2px;
}

body.kd-standalone-growshops-template .kd-growshop-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid #dce6de;
  border-radius: 16px;
  background: #fff;
}
body.kd-standalone-growshops-template .kd-growshop-form-footer p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  color: #708078 !important;
  font-size: 13px !important;
}
body.kd-standalone-growshops-template .kd-growshop-form-footer p > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6ec;
  color: #17763a;
  font-size: 11px;
  font-weight: 950;
}
body.kd-standalone-growshops-template .kd-growshop-form-footer button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,#126d34,#21964c) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 11px 24px rgba(26,126,61,.18);
  transition: transform .18s ease,box-shadow .18s ease;
}
body.kd-standalone-growshops-template .kd-growshop-form-footer button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(26,126,61,.24);
}

body.kd-standalone-growshops-template .kd-growshop-login {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 24px;
  padding: 22px;
  border: 1px solid #dfe7e1;
  border-radius: 17px;
  background: #f8faf8;
}
body.kd-standalone-growshops-template .kd-growshop-login-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #e7f5eb;
}
body.kd-standalone-growshops-template .kd-growshop-login-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 20px;
  height: 15px;
  border: 3px solid #1d7b40;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
body.kd-standalone-growshops-template .kd-growshop-login-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 27px;
  width: 32px;
  height: 23px;
  border-radius: 7px;
  background: #1d7b40;
}
body.kd-standalone-growshops-template .kd-growshop-login h3 { margin: 0 0 4px !important; color: #253129 !important; font-size: 17px !important; }
body.kd-standalone-growshops-template .kd-growshop-login p { margin: 0 !important; color: #78837b !important; font-size: 10px !important; }
body.kd-standalone-growshops-template .kd-growshop-login a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 17px;
  border-radius: 999px;
  background: #197b3e;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 900;
}

/* Detail */
body.kd-standalone-growshops-template .kd-growshop-back { display:inline-flex; margin-bottom:22px; color:#2b6940 !important; text-decoration:none !important; font-size:12px; font-weight:850; }
body.kd-standalone-growshops-template .kd-growshop-detail-head { display:flex; align-items:center; gap:20px; padding-bottom:25px; border-bottom:1px solid #e7ebe8; }
body.kd-standalone-growshops-template .kd-growshop-detail-logo { width:104px; height:104px; border-radius:20px; font-size:28px; }
body.kd-standalone-growshops-template .kd-growshop-detail-head h1 { margin:5px 0 !important; color:#1f2822 !important; font-size:38px !important; letter-spacing:-.04em !important; }
body.kd-standalone-growshops-template .kd-growshop-detail-head p { margin:0 !important; color:#6f7a72 !important; font-size:13px !important; }
body.kd-standalone-growshops-template .kd-growshop-detail-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(270px,.5fr); gap:28px; padding-top:28px; }
body.kd-standalone-growshops-template .kd-growshop-detail-grid h2 { margin:0 0 12px !important; color:#253028 !important; font-size:19px !important; }
body.kd-standalone-growshops-template .kd-growshop-detail-content > div { color:#5f6c62; font-size:13px; line-height:1.65; }
body.kd-standalone-growshops-template .kd-growshop-detail-content h2:not(:first-child) { margin-top:27px !important; }
body.kd-standalone-growshops-template .kd-growshop-contact { padding:20px; border:1px solid #e0e6e1; border-radius:16px; background:#f8faf8 !important; }
body.kd-standalone-growshops-template .kd-growshop-contact p { display:grid; gap:3px; margin:0 !important; padding:12px 0; border-bottom:1px solid #e5eae6; }
body.kd-standalone-growshops-template .kd-growshop-contact p strong { color:#68736b; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
body.kd-standalone-growshops-template .kd-growshop-contact p :is(span,a) { color:#253028 !important; text-decoration:none !important; font-size:12px; }
body.kd-standalone-growshops-template .kd-growshop-contact-actions { display:grid; gap:8px; padding-top:16px; }

/* Dark mode */
html.kd-interface-dark body.kd-standalone-growshops-template,
body.kd-interface-dark.kd-standalone-growshops-template { background:#090c0a !important; color:#eef3ef; }
body.kd-interface-dark.kd-standalone-growshops-template :is(.kd-growshops-directory,.kd-growshop-card,.kd-growshop-detail,.kd-growshop-submit,.kd-growshop-form-section,.kd-growshop-form-footer,.kd-growshop-login,.kd-growshop-contact) { border-color:#263229 !important; background:#101512 !important; color:#edf3ee !important; }
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-premium-form { background:#0c100d !important; }
body.kd-interface-dark.kd-standalone-growshops-template :is(.kd-growshops-heading h2,.kd-growshop-card-head>a,.kd-growshop-detail-head h1,.kd-growshop-detail-grid h2,.kd-growshop-form-section-head h3,.kd-growshop-login h3,.kd-growshops-empty h3) { color:#eef3ef !important; }
body.kd-interface-dark.kd-standalone-growshops-template :is(.kd-growshops-filters,.kd-growshops-empty,.kd-growshop-categories) { border-color:#273229 !important; background:#0d120f !important; }
body.kd-interface-dark.kd-standalone-growshops-template :is(.kd-growshops-filters input,.kd-growshops-filters select,.kd-growshop-form-grid input,.kd-growshop-form-grid select,.kd-growshop-form-grid textarea,.kd-growshop-categories label) { border-color:#2c3830 !important; background:#0c110e !important; color:#edf3ee !important; }
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshops-results { border-color:#273129; }
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-card:hover { border-color:#3d5143; box-shadow:none; }
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-tags span,
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-detail-tags span { background:#193022; color:#a4d3af; }

@media (min-width: 961px) {
  /* El body reserva el menú; main solo aplica los 12 px de la retícula común. */
  body.kd-standalone-growshops-template .kd-growshops-template-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--kd-menu-banner-side, 12px) !important;
    padding-left: var(--kd-menu-banner-side, 12px) !important;
  }
}

@media (max-width: 1180px) {
  body.kd-standalone-growshops-template .kd-growshops-hero { grid-template-columns: minmax(0,1fr) 285px; padding: 38px 40px; }
  body.kd-standalone-growshops-template .kd-growshops-orbit { transform: scale(.88); }
  body.kd-standalone-growshops-template .kd-growshops-grid { grid-template-columns: 1fr; }
  body.kd-standalone-growshops-template .kd-growshops-filters { grid-template-columns: repeat(2,minmax(0,1fr)) auto auto; }
  body.kd-standalone-growshops-template .kd-growshops-filters .is-search { grid-column: 1/-1; }
  body.kd-standalone-growshops-template .kd-growshop-form-section { grid-template-columns: 1fr; gap: 18px; }
  body.kd-standalone-growshops-template .kd-growshop-categories > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 960px) {
  body.kd-standalone-growshops-template .kd-growshops-template-main {
    padding-right: var(--kd-menu-banner-side, 14px) !important;
    padding-left: var(--kd-menu-banner-side, 14px) !important;
  }
  body.kd-standalone-growshops-template .kd-growshops-shell {
    width: 100% !important;
    max-width: var(--kd-menu-banner-max, 1580px) !important;
    padding-top: var(--kd-menu-banner-top, 18px) !important;
  }
}

@media (max-width: 820px) {
  body.kd-standalone-growshops-template .kd-growshops-hero { grid-template-columns: 1fr; min-height: 390px; padding: 34px 30px; }
  body.kd-standalone-growshops-template .kd-growshops-hero-content { max-width: 590px; }
  body.kd-standalone-growshops-template .kd-growshops-hero-art { position: absolute; right: -20px; bottom: -44px; min-height: 240px; opacity: .45; transform: scale(.8); transform-origin: bottom right; }
  body.kd-standalone-growshops-template .kd-growshops-hero p { max-width: 540px; }
  body.kd-standalone-growshops-template .kd-growshop-submit-head { align-items: flex-start; flex-direction: column; }
  body.kd-standalone-growshops-template .kd-growshop-submit-steps { justify-content: flex-start; }
  body.kd-standalone-growshops-template .kd-growshop-form-footer { align-items: stretch; flex-direction: column; }
  body.kd-standalone-growshops-template .kd-growshop-form-footer button { width: 100%; }
}

@media (max-width: 720px) {
  body.kd-standalone-growshops-template .kd-growshops-shell { width:100% !important; max-width:var(--kd-menu-banner-max,1580px) !important; padding-top:var(--kd-menu-banner-top,10px) !important; }
  body.kd-standalone-growshops-template .kd-growshops-hero { min-height: 410px; padding: 29px 23px; border-radius: 18px; }
  body.kd-standalone-growshops-template .kd-growshops-hero h1 { font-size: 38px !important; }
  body.kd-standalone-growshops-template .kd-growshops-hero-trust { gap: 10px 15px; }
  body.kd-standalone-growshops-template :is(.kd-growshops-directory,.kd-growshop-detail) { padding: 18px; border-radius: 17px; }
  body.kd-standalone-growshops-template .kd-growshops-heading { align-items: flex-start; flex-direction: column; }
  body.kd-standalone-growshops-template .kd-growshops-admin-actions { width: 100%; flex-direction: column; }
  body.kd-standalone-growshops-template .kd-growshops-admin-actions a { justify-content: center; }
  body.kd-standalone-growshops-template .kd-growshops-filters { grid-template-columns: 1fr; }
  body.kd-standalone-growshops-template .kd-growshops-filters .is-search { grid-column: auto; }
  body.kd-standalone-growshops-template .kd-growshops-grid { gap: 10px; }
  body.kd-standalone-growshops-template .kd-growshop-card { grid-template-columns: 58px minmax(0,1fr); min-height:0; padding:14px; }
  body.kd-standalone-growshops-template .kd-growshop-logo { width:58px; height:58px; border-radius:12px; }
  body.kd-standalone-growshops-template .kd-growshop-card-actions { grid-column:1/-1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.kd-standalone-growshops-template .kd-growshop-card-head > a { font-size:15px; }
  body.kd-standalone-growshops-template .kd-growshop-summary { display:none; }
  body.kd-standalone-growshops-template .kd-growshops-results { align-items:flex-start; flex-direction:column; gap:3px; }
  body.kd-standalone-growshops-template .kd-growshop-submit { border-radius: 17px; }
  body.kd-standalone-growshops-template .kd-growshop-submit-head { padding: 23px 20px; }
  body.kd-standalone-growshops-template .kd-growshop-submit-title h2 { font-size: 27px !important; }
  body.kd-standalone-growshops-template .kd-growshop-submit-steps span { font-size: 0; padding-right: 7px; }
  body.kd-standalone-growshops-template .kd-growshop-submit-steps span b { font-size: 9px; }
  body.kd-standalone-growshops-template .kd-growshop-premium-form { padding: 14px; gap: 12px; }
  body.kd-standalone-growshops-template .kd-growshop-form-section { padding: 17px; border-radius: 14px; }
  body.kd-standalone-growshops-template .kd-growshop-form-grid { grid-template-columns: 1fr; }
  body.kd-standalone-growshops-template .kd-growshop-form-grid .is-wide { grid-column: auto; }
  body.kd-standalone-growshops-template .kd-growshop-categories > div { grid-template-columns: 1fr; }
  body.kd-standalone-growshops-template .kd-growshop-login { grid-template-columns: 48px minmax(0,1fr); margin: 14px; padding: 17px; }
  body.kd-standalone-growshops-template .kd-growshop-login-icon { width:48px; height:48px; }
  body.kd-standalone-growshops-template .kd-growshop-login a { grid-column:1/-1; justify-content:center; }
  body.kd-standalone-growshops-template .kd-growshop-detail-head { align-items:flex-start; flex-direction:column; }
  body.kd-standalone-growshops-template .kd-growshop-detail-logo { width:84px; height:84px; }
  body.kd-standalone-growshops-template .kd-growshop-detail-head h1 { font-size:30px !important; }
  body.kd-standalone-growshops-template .kd-growshop-detail-grid { grid-template-columns:1fr; }
}

@media (max-width: 430px) {
  body.kd-standalone-growshops-template .kd-growshops-hero-actions { display: grid; grid-template-columns: 1fr; }
  body.kd-standalone-growshops-template .kd-growshops-hero-actions a { width: 100%; box-sizing: border-box; }
  body.kd-standalone-growshops-template .kd-growshops-hero-art { right: -55px; opacity: .32; }
  body.kd-standalone-growshops-template .kd-growshops-empty { min-height: 220px; padding: 23px 16px; }
  body.kd-standalone-growshops-template .kd-growshop-card-actions { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body.kd-standalone-growshops-template .kd-growshops-template-main {
    padding-right: var(--kd-menu-banner-side, 8px) !important;
    padding-left: var(--kd-menu-banner-side, 8px) !important;
  }
  body.kd-standalone-growshops-template .kd-growshops-shell {
    width: 100% !important;
    max-width: var(--kd-menu-banner-max, 1580px) !important;
  }
}

/* 1.39.77 · Banner Growshops con la misma geometría compacta de Inicio y Diarios. */
html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-shell > .kd-growshops-banner-frame {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: var(--kd-menu-banner-max, 1580px) !important;
  margin: 0 auto var(--kd-menu-banner-bottom, 20px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame > .kd-growshops-hero {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.38fr) minmax(250px, .62fr) !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1580px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 2172 / 483 !important;
  margin: 0 auto !important;
  padding: clamp(20px, 2.1vw, 34px) clamp(28px, 3.15vw, 50px) !important;
  border: 1px solid #dbe7dd !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 82% 22%, rgba(190,255,97,.17), transparent 27%),
    linear-gradient(132deg, #07170d 0%, #0d3520 56%, #267243 100%) !important;
  box-shadow: 0 14px 32px rgba(24,55,29,.10) !important;
  color: #fff !important;
  transform: none !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame > .kd-growshops-hero::before,
html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame > .kd-growshops-hero::after {
  display: none !important;
  content: none !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-content {
  align-self: center !important;
  max-width: 760px !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-content > span {
  font-size: clamp(9px, .72vw, 11px) !important;
  line-height: 1.2 !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero h1 {
  max-width: 720px !important;
  margin: 7px 0 10px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(31px, 3.25vw, 50px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero p {
  max-width: 650px !important;
  margin: 0 0 14px !important;
  color: rgba(255,255,255,.84) !important;
  -webkit-text-fill-color: rgba(255,255,255,.84) !important;
  font-size: clamp(11px, .92vw, 14px) !important;
  line-height: 1.48 !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-actions {
  gap: 8px !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-actions a {
  min-height: 39px !important;
  padding: 0 18px !important;
  font-size: 11px !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-trust {
  gap: 14px !important;
  margin-top: 13px !important;
}

html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
  .kd-growshops-banner-frame .kd-growshops-hero-art {
  min-height: 0 !important;
  height: 100% !important;
  transform: scale(.78) !important;
  transform-origin: center center !important;
}

@media (max-width: 1180px) and (min-width: 761px) {
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame > .kd-growshops-hero {
    grid-template-columns: minmax(0, 1fr) 220px !important;
    padding: 18px 27px !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero h1 {
    font-size: clamp(29px, 3.4vw, 39px) !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero p {
    margin-bottom: 11px !important;
    font-size: 11px !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-trust {
    display: none !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-art {
    transform: scale(.62) !important;
  }
}

@media (max-width: 760px) {
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame > .kd-growshops-hero {
    display: block !important;
    min-height: 260px !important;
    aspect-ratio: auto !important;
    padding: 24px 21px !important;
    border-radius: 16px !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-content {
    position: relative !important;
    z-index: 3 !important;
    max-width: 94% !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero h1 {
    max-width: 470px !important;
    font-size: clamp(31px, 9vw, 39px) !important;
  }
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-trust,
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-art {
    display: none !important;
  }
}

@media (max-width: 820px) and (min-width: 761px) {
  html body.kd-standalone-growshops-template main#primary.kd-growshops-template-main
    .kd-growshops-banner-frame .kd-growshops-hero-art {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    transform: scale(.48) !important;
    transform-origin: center center !important;
  }
}

/* 1.39.77 · Subida segura y vista previa del logotipo del growshop. */
body.kd-standalone-growshops-template .kd-growshop-logo-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}
body.kd-standalone-growshops-template .kd-growshop-field-label {
  color: #536057;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}
body.kd-standalone-growshops-template .kd-growshop-logo-uploader {
  display: grid;
  grid-template-columns: 108px minmax(0,1fr);
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 16px;
  border: 1px dashed #bcd1c1;
  border-radius: 15px;
  background: linear-gradient(135deg,#fbfdfb,#f2f8f4);
}
body.kd-standalone-growshops-template .kd-growshop-logo-preview {
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d6e2d9;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35,62,42,.07);
}
body.kd-standalone-growshops-template .kd-growshop-logo-preview > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: #eaf6ed;
  color: #17763a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
body.kd-standalone-growshops-template .kd-growshop-logo-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  box-sizing: border-box;
}
body.kd-standalone-growshops-template .kd-growshop-logo-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  min-width: 0;
}
body.kd-standalone-growshops-template .kd-growshop-logo-copy > strong {
  color: #263029;
  font-size: 15px;
  font-weight: 850;
}
body.kd-standalone-growshops-template .kd-growshop-logo-copy > small {
  color: #77827a;
  font-size: 13px;
  line-height: 1.45;
}
body.kd-standalone-growshops-template .kd-growshop-logo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
}
body.kd-standalone-growshops-template .kd-growshop-form-grid .kd-growshop-logo-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body.kd-standalone-growshops-template .kd-growshop-logo-actions label,
body.kd-standalone-growshops-template .kd-growshop-logo-actions button {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #1d8745;
  border-radius: 999px;
  background: #1d8745;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: none;
}
body.kd-standalone-growshops-template .kd-growshop-logo-actions button {
  border-color: #d8e1da;
  background: #fff;
  color: #536057;
}
body.kd-standalone-growshops-template .kd-growshop-logo-actions label:hover {
  background: #146f38;
}
body.kd-standalone-growshops-template .kd-growshop-logo-actions button:hover {
  border-color: #b8c9bc;
  background: #f7faf8;
}
body.kd-standalone-growshops-template .kd-growshop-logo-status {
  min-height: 18px;
  margin: 0 !important;
  color: #4f7059 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  overflow-wrap: anywhere;
}
body.kd-standalone-growshops-template .kd-growshop-logo-status.is-error {
  color: #a72b2b !important;
  font-weight: 750;
}

@media (max-width: 620px) {
  body.kd-standalone-growshops-template .kd-growshop-logo-uploader {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  body.kd-standalone-growshops-template .kd-growshop-logo-copy {
    justify-items: center;
  }
  body.kd-standalone-growshops-template .kd-growshop-logo-actions {
    justify-content: center;
  }
}


/* Guest submission gate and restored draft feedback. */
body.kd-standalone-growshops-template .kd-growshop-auth-gate {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 24px 24px;
  padding: 20px;
  border: 1px solid #b9dcc4;
  border-radius: 17px;
  background: linear-gradient(135deg,#f5fbf6,#edf8f0) !important;
  box-shadow: 0 12px 28px rgba(23,105,52,.08);
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate[hidden] { display: none !important; }
body.kd-standalone-growshops-template .kd-growshop-auth-gate:focus { outline: 3px solid rgba(29,126,64,.18); outline-offset: 3px; }
body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #dff2e5;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 11px;
  width: 20px;
  height: 17px;
  border: 3px solid #197b3e;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 25px;
  width: 30px;
  height: 23px;
  border-radius: 7px;
  background: #197b3e;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-copy strong {
  display: block;
  color: #223128 !important;
  font-size: 16px;
  line-height: 1.3;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-copy p {
  margin: 5px 0 3px !important;
  color: #53645a !important;
  font-size: 13px !important;
  line-height: 1.5;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-copy small {
  color: #758279 !important;
  font-size: 11px !important;
  line-height: 1.4;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions {
  display: flex;
  min-width: 178px;
  flex-direction: column;
  gap: 7px;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions a,
body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #197b3e;
  border-radius: 999px;
  background: #197b3e !important;
  color: #fff !important;
  text-decoration: none !important;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions a.is-secondary {
  background: #fff !important;
  color: #176d38 !important;
}
body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions button {
  min-height: auto;
  padding: 4px 8px;
  border: 0;
  background: transparent !important;
  color: #647269 !important;
  font-size: 11px;
  font-weight: 750;
}
body.kd-standalone-growshops-template .kd-growshop-draft-restored {
  margin: 20px 24px 0;
  padding: 12px 15px;
  border: 1px solid #c7e3cf;
  border-radius: 12px;
  background: #f1faf4 !important;
  color: #236d3b !important;
  font-size: 13px;
  font-weight: 750;
}
@media (max-width: 760px) {
  body.kd-standalone-growshops-template .kd-growshop-auth-gate {
    grid-template-columns: 46px minmax(0,1fr);
    margin: 0 14px 18px;
    padding: 16px;
  }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon { width: 46px; height: 46px; }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon::before { left: 14px; top: 9px; width: 18px; height: 15px; }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-icon::after { left: 10px; top: 22px; width: 27px; height: 20px; }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions { grid-column: 1/-1; min-width: 0; flex-direction: row; flex-wrap: wrap; }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions a { flex: 1 1 145px; }
  body.kd-standalone-growshops-template .kd-growshop-auth-gate-actions button { flex: 1 1 100%; }
  body.kd-standalone-growshops-template .kd-growshop-draft-restored { margin: 14px 14px 0; }
}


/* 1.40.161 · Ficha Growshop: contacto debajo del catálogo + galería fotográfica. */
body.kd-standalone-growshops-template .kd-growshop-detail-grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important}
body.kd-standalone-growshops-template .kd-growshop-contact{margin-top:30px;padding:22px;border:1px solid #dce7de;border-radius:17px;background:linear-gradient(135deg,#fbfdfb,#f5f9f6)!important}
body.kd-standalone-growshops-template .kd-growshop-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p{min-width:0;padding:13px 14px!important;border:1px solid #e1e8e3!important;border-radius:12px;background:#fff}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p strong{margin-bottom:2px}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p :is(span,a){overflow-wrap:anywhere}
body.kd-standalone-growshops-template .kd-growshop-contact-actions{display:flex;flex-wrap:wrap;gap:9px;padding-top:14px}
body.kd-standalone-growshops-template .kd-growshop-contact-actions a{min-width:150px}
body.kd-standalone-growshops-template .kd-growshop-gallery{margin-top:30px;padding-top:27px;border-top:1px solid #e5ebe7}
body.kd-standalone-growshops-template .kd-growshop-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}
body.kd-standalone-growshops-template .kd-growshop-gallery-head span{display:block;margin-bottom:4px;color:#248044;font-size:9px;font-weight:900;letter-spacing:.11em}
body.kd-standalone-growshops-template .kd-growshop-gallery-head h2{margin:0!important}
body.kd-standalone-growshops-template .kd-growshop-gallery-head b{padding:6px 10px;border-radius:999px;background:#edf7ef;color:#337148;font-size:10px}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a{display:block;overflow:hidden;aspect-ratio:4/3;border:1px solid #dfe7e1;border-radius:13px;background:#eff4f0;box-shadow:0 8px 22px rgba(27,67,39,.06)}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:hover img{transform:scale(1.025)}

/* 1.40.161 · Subida múltiple de fotografías desde el formulario público. */
body.kd-standalone-growshops-template .kd-growshop-gallery-field{display:grid;gap:9px;min-width:0}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;border:1px dashed #bcd1c1;border-radius:15px;background:linear-gradient(135deg,#fbfdfb,#f2f8f4)}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader>div{display:grid;gap:4px}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader strong{color:#263029;font-size:14px;font-weight:850}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader small{color:#77827a;font-size:12px;line-height:1.45}
body.kd-standalone-growshops-template .kd-growshop-gallery-input{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader>label{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 15px;border:1px solid #1d8745;border-radius:999px;background:#1d8745;color:#fff;font-size:12px;font-weight:850;cursor:pointer;white-space:nowrap}
body.kd-standalone-growshops-template .kd-growshop-gallery-uploader>label:hover{background:#146f38}
body.kd-standalone-growshops-template .kd-growshop-gallery-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
body.kd-standalone-growshops-template .kd-growshop-gallery-preview:empty{display:none}
body.kd-standalone-growshops-template .kd-growshop-gallery-preview>div{overflow:hidden;aspect-ratio:1;border:1px solid #dce5de;border-radius:10px;background:#f2f6f3}
body.kd-standalone-growshops-template .kd-growshop-gallery-preview img{display:block;width:100%;height:100%;object-fit:cover}
body.kd-standalone-growshops-template .kd-growshop-gallery-status{min-height:17px;margin:0!important;color:#4f7059!important;font-size:12px!important;line-height:1.4!important}
body.kd-standalone-growshops-template .kd-growshop-gallery-status.is-error{color:#a72b2b!important;font-weight:750}
html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-contact,body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact,html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-gallery-uploader,body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-gallery-uploader{border-color:#2b3830!important;background:#111814!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p{border-color:#2b3830!important;background:#0c110e!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-gallery-grid a{border-color:#2b3830;background:#0c110e}
@media(max-width:980px){body.kd-standalone-growshops-template .kd-growshop-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.kd-standalone-growshops-template .kd-growshop-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){body.kd-standalone-growshops-template .kd-growshop-contact-grid{grid-template-columns:1fr}body.kd-standalone-growshops-template .kd-growshop-contact-actions{display:grid}body.kd-standalone-growshops-template .kd-growshop-contact-actions a{width:100%;min-width:0}body.kd-standalone-growshops-template .kd-growshop-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.kd-standalone-growshops-template .kd-growshop-gallery-uploader{grid-template-columns:1fr}body.kd-standalone-growshops-template .kd-growshop-gallery-uploader>label{width:100%}body.kd-standalone-growshops-template .kd-growshop-gallery-preview{grid-template-columns:repeat(4,minmax(0,1fr))}}

body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p :is(span,a){color:#edf3ee!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p strong{color:#9eb0a3!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-gallery-uploader strong{color:#edf3ee!important}

/* v1.40.162 · Gestión de perfiles y galería de growshops (máximo 3 imágenes). */
body.kd-standalone-growshops-template .kd-growshop-gallery-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-preview{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  max-width:520px;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-empty{
  margin:0!important;
  padding:18px 20px!important;
  border:1px dashed #cddbd0;
  border-radius:13px;
  background:#f8fbf8;
  color:#68766c!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.kd-standalone-growshops-template .kd-growshop-detail-manage{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
  margin:14px 0 0;
}
body.kd-standalone-growshops-template .kd-growshop-detail-manage a{
  display:inline-flex;
  min-height:39px;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border:1px solid #198241;
  border-radius:999px;
  background:#198241;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:850;
}
body.kd-standalone-growshops-template .kd-growshop-detail-manage a.is-secondary{
  border-color:#cbd8ce;
  background:#fff;
  color:#285538!important;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor{
  overflow:hidden;
  border:1px solid #d7e1d9;
  border-radius:22px;
  background:#fff;
  box-shadow:0 15px 42px rgba(26,63,37,.08);
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor>header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px;
  border-bottom:1px solid #e5ece7;
  background:linear-gradient(135deg,#f8fcf8,#edf7ef);
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor>header span{
  display:block;
  margin-bottom:5px;
  color:#218143;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor>header h2{
  margin:0 0 5px!important;
  color:#203027!important;
  font-size:25px!important;
  line-height:1.15!important;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor>header p{
  margin:0!important;
  color:#68776d!important;
  font-size:12px!important;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor>header>a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:0 14px;
  border:1px solid #cad8cd;
  border-radius:999px;
  color:#335d40!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
  background:#fff;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor form{
  padding:24px 26px 26px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid>.is-wide{
  grid-column:1/-1;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid>label,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid>fieldset,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery{
  min-width:0;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid>label>span,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo>span,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid legend{
  display:block;
  margin-bottom:7px;
  color:#334238;
  font-size:11px;
  font-weight:850;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor input:not([type=checkbox]):not([type=file]),
body.kd-standalone-growshops-template .kd-growshop-profile-editor select,
body.kd-standalone-growshops-template .kd-growshop-profile-editor textarea{
  box-sizing:border-box;
  width:100%;
  border:1px solid #ced9d1;
  border-radius:11px;
  background:#fff;
  color:#213029!important;
  font-size:13px!important;
  outline:none;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor input:not([type=checkbox]):not([type=file]),
body.kd-standalone-growshops-template .kd-growshop-profile-editor select{
  min-height:43px;
  padding:0 12px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor textarea{
  padding:11px 12px;
  line-height:1.5;
  resize:vertical;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor input:focus,
body.kd-standalone-growshops-template .kd-growshop-profile-editor select:focus,
body.kd-standalone-growshops-template .kd-growshop-profile-editor textarea:focus{
  border-color:#56a96e;
  box-shadow:0 0 0 3px rgba(38,145,71,.09);
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor fieldset{
  margin:0;
  padding:15px;
  border:1px solid #dbe4dd;
  border-radius:14px;
  background:#fafcfa;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-categories{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-categories label{
  display:flex;
  align-items:center;
  gap:7px;
  color:#415047;
  font-size:12px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery{
  padding:17px;
  border:1px solid #dbe4dd;
  border-radius:15px;
  background:#fafcfa;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo>div{
  display:flex;
  align-items:center;
  gap:14px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo img{
  width:74px;
  height:74px;
  border:1px solid #d7e0d9;
  border-radius:15px;
  object-fit:cover;
  background:#fff;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo label,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-upload{
  display:grid;
  gap:6px;
  color:#31553c;
  font-size:12px;
  font-weight:800;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-logo small,
body.kd-standalone-growshops-template .kd-growshop-profile-editor-upload small{
  display:block;
  margin-top:6px;
  color:#78847b;
  font-size:11px;
  font-weight:500;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery-current{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:13px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery-current>label{
  overflow:hidden;
  border:1px solid #dce5de;
  border-radius:12px;
  background:#fff;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery-current img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery-current span{
  display:flex;
  align-items:center;
  gap:6px;
  padding:8px 9px;
  color:#8c3131;
  font-size:11px;
  font-weight:750;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor form>footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #e5ece7;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor form>footer>span{
  color:#6a786e;
  font-size:11px;
}
body.kd-standalone-growshops-template .kd-growshop-profile-editor form>footer button{
  min-height:42px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:#198241;
  color:#fff;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
@media(max-width:760px){
  body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid{grid-template-columns:1fr}
  body.kd-standalone-growshops-template .kd-growshop-profile-editor-grid>.is-wide{grid-column:auto}
  body.kd-standalone-growshops-template .kd-growshop-profile-editor-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.kd-standalone-growshops-template .kd-growshop-profile-editor>header,
  body.kd-standalone-growshops-template .kd-growshop-profile-editor form>footer{align-items:stretch;flex-direction:column}
  body.kd-standalone-growshops-template .kd-growshop-profile-editor form>footer button{width:100%}
}
@media(max-width:520px){
  body.kd-standalone-growshops-template .kd-growshop-gallery-grid,
  body.kd-standalone-growshops-template .kd-growshop-profile-editor-gallery-current{grid-template-columns:1fr!important}
  body.kd-standalone-growshops-template .kd-growshop-profile-editor-categories{grid-template-columns:1fr}
}

/* v1.40.163 · Ficha Growshop premium: mayor legibilidad en contacto y galería. */
body.kd-standalone-growshops-template .kd-growshop-detail-content > h2{
  color:#1f2c23!important;
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  line-height:1.2!important;
}
body.kd-standalone-growshops-template .kd-growshop-detail-content > div:not(.kd-growshop-detail-tags){
  color:#425148!important;
  font-size:14px!important;
  line-height:1.72!important;
}
body.kd-standalone-growshops-template .kd-growshop-detail-tags{
  gap:7px!important;
}
body.kd-standalone-growshops-template .kd-growshop-detail-tags span{
  padding:7px 10px!important;
  border:1px solid #dbe9de!important;
  background:#eef7f0!important;
  color:#2d6a40!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1.15!important;
}

body.kd-standalone-growshops-template .kd-growshop-contact{
  position:relative;
  overflow:hidden;
  margin-top:34px!important;
  padding:26px!important;
  border:1px solid #d7e5da!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#fbfdfb 0%,#f2f8f4 100%)!important;
  box-shadow:0 16px 34px rgba(28,71,42,.07)!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#238847,#65b978);
}
body.kd-standalone-growshops-template .kd-growshop-contact > h2{
  margin:0 0 18px!important;
  color:#1d2b22!important;
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid{
  gap:12px!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p{
  position:relative;
  min-height:78px;
  align-content:center;
  gap:6px!important;
  padding:15px 16px!important;
  border:1px solid #dce7df!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 7px 18px rgba(27,60,38,.045)!important;
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p:hover{
  transform:translateY(-1px);
  border-color:#bdd6c4!important;
  box-shadow:0 10px 22px rgba(27,60,38,.075)!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p strong{
  margin:0!important;
  color:#607067!important;
  font-size:10.5px!important;
  font-weight:900!important;
  letter-spacing:.085em!important;
  line-height:1.2!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p :is(span,a){
  color:#1f2d24!important;
  font-size:13.5px!important;
  font-weight:700!important;
  line-height:1.4!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-grid p a:hover{
  color:#16743a!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
body.kd-standalone-growshops-template .kd-growshop-contact-actions{
  gap:10px!important;
  padding-top:18px!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-actions a{
  min-width:164px!important;
  min-height:42px!important;
  padding:0 17px!important;
  border-radius:12px!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 7px 15px rgba(25,123,62,.12)!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-actions a.is-secondary{
  border-color:#cbdacf!important;
  background:rgba(255,255,255,.92)!important;
  color:#315d40!important;
  box-shadow:none!important;
}
body.kd-standalone-growshops-template .kd-growshop-contact-actions a:hover{
  transform:translateY(-1px);
}

body.kd-standalone-growshops-template .kd-growshop-gallery{
  margin-top:36px!important;
  padding:28px 26px 26px!important;
  border:1px solid #dce7df!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 16px 34px rgba(28,71,42,.065)!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-head{
  align-items:center!important;
  margin-bottom:18px!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-head span{
  margin-bottom:6px!important;
  color:#258148!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-head h2{
  color:#1d2b22!important;
  font-size:23px!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  line-height:1.2!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-head b{
  min-width:44px;
  padding:7px 11px!important;
  border:1px solid #d7eadc;
  background:#edf8ef!important;
  color:#276b3d!important;
  font-size:11px!important;
  font-weight:900!important;
  text-align:center;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid{
  gap:14px!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a{
  position:relative;
  overflow:hidden;
  aspect-ratio:4/3!important;
  border:1px solid #d6e2d9!important;
  border-radius:16px!important;
  background:#edf3ef!important;
  box-shadow:0 10px 24px rgba(24,56,35,.09)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a::after{
  content:"Ver imagen ↗";
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  background:rgba(15,49,27,.78);
  color:#fff;
  font-size:10px;
  font-weight:900;
  line-height:1;
  opacity:0;
  transform:translateY(5px);
  transition:opacity .18s ease,transform .18s ease;
  backdrop-filter:blur(6px);
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:hover{
  transform:translateY(-2px);
  border-color:#bcd3c2!important;
  box-shadow:0 15px 30px rgba(24,56,35,.14)!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:hover::after,
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:focus-visible::after{
  opacity:1;
  transform:none;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:focus-visible{
  outline:3px solid rgba(49,142,76,.25);
  outline-offset:3px;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid img{
  transition:transform .25s ease,filter .25s ease!important;
}
body.kd-standalone-growshops-template .kd-growshop-gallery-grid a:hover img{
  transform:scale(1.035)!important;
  filter:saturate(1.03) contrast(1.02);
}
body.kd-standalone-growshops-template .kd-growshop-gallery-empty{
  padding:22px!important;
  border-radius:14px!important;
  color:#53655a!important;
  font-size:13.5px!important;
  font-weight:650!important;
}

html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-contact,
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact,
html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-gallery,
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-gallery{
  border-color:#2d4033!important;
  background:#111814!important;
  box-shadow:none!important;
}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p{
  border-color:#2c3d31!important;
  background:#0c120e!important;
  box-shadow:none!important;
}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p :is(span,a){color:#f0f5f1!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact-grid p strong{color:#aab8ae!important}
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-gallery-head h2,
body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-contact>h2{color:#f0f5f1!important}

@media(max-width:980px){
  body.kd-standalone-growshops-template .kd-growshop-contact{padding:22px!important}
  body.kd-standalone-growshops-template .kd-growshop-gallery{padding:24px 22px!important}
}
@media(max-width:620px){
  body.kd-standalone-growshops-template .kd-growshop-detail-content > h2,
  body.kd-standalone-growshops-template .kd-growshop-contact > h2{font-size:20px!important}
  body.kd-standalone-growshops-template .kd-growshop-contact{padding:19px!important;border-radius:17px!important}
  body.kd-standalone-growshops-template .kd-growshop-contact-grid p{min-height:70px;padding:14px!important}
  body.kd-standalone-growshops-template .kd-growshop-contact-grid p :is(span,a){font-size:13px!important}
  body.kd-standalone-growshops-template .kd-growshop-gallery{padding:21px 18px!important;border-radius:17px!important}
  body.kd-standalone-growshops-template .kd-growshop-gallery-head h2{font-size:21px!important}
  body.kd-standalone-growshops-template .kd-growshop-gallery-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.kd-standalone-growshops-template .kd-growshop-gallery-grid a::after{opacity:1;transform:none}
}

/* v1.40.164 · CTA superior + acceso identificado para solicitar growshops. */
body.kd-standalone-growshops-template #anadir-growshop {
  scroll-margin-top: 92px;
  outline: none;
}

body.kd-standalone-growshops-template .kd-growshops-top-actions {
  align-items: center;
  justify-content: flex-end;
}

body.kd-standalone-growshops-template .kd-growshops-admin-actions a.kd-growshops-add-public {
  min-height: 43px;
  padding: 0 19px;
  background: linear-gradient(135deg,#14753a,#21964b) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(24,124,59,.17);
}

body.kd-standalone-growshops-template .kd-growshops-admin-actions a.kd-growshops-add-public:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 29px rgba(24,124,59,.23);
}

body.kd-standalone-growshops-template .kd-growshop-submit-account-badge {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

body.kd-standalone-growshops-template .kd-growshop-login {
  grid-template-columns: 66px minmax(0,1fr) auto;
  gap: 20px;
  margin: 0;
  padding: 28px 30px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 92% 18%,rgba(103,190,128,.12),transparent 31%),
    linear-gradient(180deg,#fbfdfb,#f5f9f6) !important;
}

body.kd-standalone-growshops-template .kd-growshop-login-icon {
  width: 66px;
  height: 66px;
  border: 1px solid #d4e9da;
  border-radius: 20px;
  background: #eaf7ed;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.65);
}

body.kd-standalone-growshops-template .kd-growshop-login-icon::before {
  left: 21px;
  top: 14px;
  width: 22px;
  height: 17px;
  border-color: #18763b;
}

body.kd-standalone-growshops-template .kd-growshop-login-icon::after {
  left: 15px;
  top: 30px;
  width: 36px;
  height: 25px;
  background: #18763b;
}

body.kd-standalone-growshops-template .kd-growshop-login-kicker {
  display: block;
  margin-bottom: 6px;
  color: #258449;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}

body.kd-standalone-growshops-template .kd-growshop-login h3 {
  margin: 0 0 7px !important;
  color: #202b24 !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}

body.kd-standalone-growshops-template .kd-growshop-login p {
  max-width: 760px;
  margin: 0 !important;
  color: #657169 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.kd-standalone-growshops-template .kd-growshop-login-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

body.kd-standalone-growshops-template .kd-growshop-login-actions a {
  min-height: 44px;
  justify-content: center;
  padding: 0 19px;
  font-size: 12px;
  box-shadow: 0 9px 21px rgba(25,123,62,.14);
}

body.kd-standalone-growshops-template .kd-growshop-login-actions a.is-secondary {
  border: 1px solid #cfe0d3;
  background: #fff !important;
  color: #24633a !important;
  box-shadow: none;
}

body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-login,
html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-login {
  border-color: #263229 !important;
  background: #101512 !important;
}

body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-login p,
html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-login p {
  color: #aab5ad !important;
}

body.kd-interface-dark.kd-standalone-growshops-template .kd-growshop-login-actions a.is-secondary,
html.kd-interface-dark body.kd-standalone-growshops-template .kd-growshop-login-actions a.is-secondary {
  border-color: #334239;
  background: #151c17 !important;
  color: #b8d7c0 !important;
}

@media (max-width: 820px) {
  body.kd-standalone-growshops-template .kd-growshops-top-actions {
    width: 100%;
    justify-content: flex-start;
  }
  body.kd-standalone-growshops-template .kd-growshop-login {
    grid-template-columns: 56px minmax(0,1fr);
    padding: 23px 20px;
  }
  body.kd-standalone-growshops-template .kd-growshop-login-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
  body.kd-standalone-growshops-template .kd-growshop-login-icon::before { left: 18px; top: 12px; width: 18px; height: 14px; }
  body.kd-standalone-growshops-template .kd-growshop-login-icon::after { left: 12px; top: 26px; width: 32px; height: 22px; }
  body.kd-standalone-growshops-template .kd-growshop-login-actions {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body.kd-standalone-growshops-template .kd-growshops-admin-actions a {
    width: 100%;
  }
  body.kd-standalone-growshops-template .kd-growshop-login {
    grid-template-columns: 1fr;
  }
  body.kd-standalone-growshops-template .kd-growshop-login-icon { display: none; }
  body.kd-standalone-growshops-template .kd-growshop-login-actions a { width: 100%; }
}

/* v1.40.181 · transparencia RGPD */
.kd-growshop-privacy-ack{display:flex;align-items:flex-start;gap:10px;margin:18px 24px 0;padding:13px 15px;border:1px solid #d2e6d6;border-radius:14px;background:#f7fbf8;color:#33443a;font-size:13px;line-height:1.5}.kd-growshop-privacy-ack input{margin-top:3px;accent-color:#168544}.kd-growshop-privacy-ack a{color:#146f39;font-weight:700;text-decoration:underline;text-underline-offset:2px}@media(max-width:720px){.kd-growshop-privacy-ack{margin:14px 12px 0}}

/* v1.40.599 — Legibilidad reforzada del bloque público “Añadir un growshop”.
 * Alcance intencionado: solo /growshops/ y solo el formulario de alta.
 */
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-head {
  background:
    radial-gradient(circle at 92% 18%,rgba(211,255,104,.18),transparent 28%),
    linear-gradient(126deg,#176f36,#2f963f 72%,#3c9c45) !important;
  color:#fff !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title > span {
  color:#dcff78 !important;
  font-size:12px !important;
  font-weight:950 !important;
  line-height:1.35 !important;
  letter-spacing:.12em !important;
  text-shadow:0 1px 1px rgba(0,0,0,.16);
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title h2 {
  color:#fff !important;
  font-size:32px !important;
  font-weight:900 !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
  text-shadow:0 1px 2px rgba(0,0,0,.18);
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title p {
  max-width:690px;
  color:rgba(255,255,255,.96) !important;
  font-size:15px !important;
  font-weight:550 !important;
  line-height:1.58 !important;
  text-shadow:0 1px 1px rgba(0,0,0,.12);
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-steps span {
  min-height:36px;
  color:#fff !important;
  font-size:13px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  background:rgba(6,56,27,.24) !important;
  border-color:rgba(255,255,255,.28) !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-steps b {
  color:#14351c !important;
  font-size:12px !important;
  font-weight:950 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-section-head h3 {
  color:#1d2921 !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-section-head p {
  color:#556159 !important;
  font-size:14px !important;
  font-weight:520 !important;
  line-height:1.5 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid > label > span,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid legend {
  color:#3f4d43 !important;
  font-size:12.5px !important;
  font-weight:900 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid label > small,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-categories > p {
  color:#667269 !important;
  font-size:12.5px !important;
  font-weight:500 !important;
  line-height:1.45 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid :is(input,select,textarea) {
  color:#202a23 !important;
  font-size:15px !important;
  font-weight:500 !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid :is(input,textarea)::placeholder {
  color:#78847c !important;
  opacity:1 !important;
}
@media (max-width:720px) {
  body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title h2 { font-size:28px !important; }
  body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title p { font-size:15px !important; }
  body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-form-grid :is(input,select,textarea) { font-size:16px !important; }
}


/* v1.40.600 — Cabecera del formulario Growshops sin cajas interiores.
 * Mantiene la legibilidad reforzada de v1.40.599, pero deja el copy y el
 * grupo de pasos directamente sobre el degradado principal.
 */
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-steps {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  filter: none !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title::before,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title::after,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-steps::before,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-steps::after {
  content: none !important;
  display: none !important;
}
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title > span,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title > h2,
body.kd-standalone-growshops-template #anadir-growshop .kd-growshop-submit-title > p {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
