.mycotrop-growkit-sale,
.mycotrop-growkit-sale * {
  box-sizing: border-box;
}

.mycotrop-growkit-sale[hidden] {
  display: none !important;
}

.mycotrop-growkit-sale {
  align-items: center;
  background: #242424;
  border: 1px solid #3d3a33;
  border-left: 4px solid #c79a2b;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 20px 0 24px;
  padding: 18px 20px;
}

.mycotrop-growkit-sale__copy,
.mycotrop-growkit-sale__timer-wrap {
  min-width: 0;
}

.mycotrop-growkit-sale__copy > span,
.mycotrop-growkit-sale__copy > strong,
.mycotrop-growkit-sale__timer-label {
  display: block;
}

.mycotrop-growkit-sale__eyebrow {
  color: #e4bc5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.35;
  margin-bottom: 4px;
}

.mycotrop-growkit-sale__title {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.mycotrop-growkit-sale__body {
  color: #e0ded8;
  font-size: 14px;
  line-height: 1.5;
}

.mycotrop-growkit-sale__timer-wrap {
  text-align: center;
}

.mycotrop-growkit-sale__timer-label {
  color: #e0ded8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mycotrop-growkit-sale__timer {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(58px, 1fr));
}

.mycotrop-growkit-sale__unit {
  background: #fff;
  border: 1px solid #e7dfcd;
  color: #242424;
  min-width: 0;
  padding: 8px 6px 7px;
}

.mycotrop-growkit-sale__unit strong,
.mycotrop-growkit-sale__unit small {
  display: block;
}

.mycotrop-growkit-sale__unit strong {
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
  line-height: 1;
}

.mycotrop-growkit-sale__unit small {
  color: #68645d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.mycotrop-growkit-sale--product {
  gap: 15px;
  grid-template-columns: 1fr;
  margin: 2px 0 18px;
  padding: 16px 18px;
}

.mycotrop-growkit-sale--product .mycotrop-growkit-sale__timer-wrap {
  text-align: left;
}

.mycotrop-growkit-sale--product .mycotrop-growkit-sale__timer {
  max-width: 360px;
}

@media (max-width: 767px) {
  .mycotrop-growkit-sale {
    align-items: stretch;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .mycotrop-growkit-sale__timer-wrap {
    text-align: left;
  }

  .mycotrop-growkit-sale__timer {
    max-width: 390px;
  }
}

@media (max-width: 420px) {
  .mycotrop-growkit-sale {
    margin: 16px 0 20px;
    padding: 16px;
  }

  .mycotrop-growkit-sale__title {
    font-size: 20px;
  }

  .mycotrop-growkit-sale__timer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mycotrop-growkit-sale__unit {
    padding-left: 3px;
    padding-right: 3px;
  }

  .mycotrop-growkit-sale__unit strong {
    font-size: 19px;
  }

  .mycotrop-growkit-sale__unit small {
    font-size: 8px;
    letter-spacing: 0;
  }
}
