.cosmall-weight-limit {
  margin-top: 12px;
}

.cosmall-weight-limit__notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #c3a15d;
  border-radius: 3px;
  background: #f8e3ae;
  color: #3d2f18;
  font-size: 15px;
  line-height: 1.4;
}

.cosmall-weight-limit__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #262626;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.cosmall-weight-limit__text {
  flex: 1 1 auto;
}

.cosmall-weight-limit-cart {
  margin-top: 10px;
}

.cosmall-weight-limit-cart .cosmall-weight-limit__notice {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 590px;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #686868;
  border-radius: 0;
  background: #f9ddb0;
  color: #1f1f1f;
  box-shadow: none;
  font-size: 11px;
  line-height: 1.15;
}

.cosmall-weight-limit-cart .cosmall-weight-limit__icon {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 0;
  line-height: 1;
}

.cosmall-weight-limit-cart .cosmall-weight-limit__icon::before {
  content: "\26A0";
  font-size: 14px;
  line-height: 1;
}

.cosmall-weight-limit-cart .cosmall-weight-limit__text {
  font-weight: 400;
}

.cosmall-weight-limit-product .cosmall-weight-limit__notice {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 590px;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #686868;
  border-radius: 0;
  background: #f9ddb0;
  color: #1f1f1f;
  box-shadow: none;
  font-size: 11px;
  line-height: 1.15;
}

.cosmall-weight-limit-product {
  width: 100%;
  margin-top: 8px;
}

.cosmall-weight-limit-product .cosmall-weight-limit__icon {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 0;
  line-height: 1;
}

.cosmall-weight-limit-product .cosmall-weight-limit__icon::before {
  content: "\26A0";
  font-size: 14px;
  line-height: 1;
}

.cosmall-weight-limit-product .cosmall-weight-limit__text {
  font-weight: 400;
}

@media (max-width: 767px) {
  .cosmall-weight-limit-cart,
  .cosmall-weight-limit-product .cosmall-weight-limit__notice {
    max-width: none;
  }

  .cosmall-weight-limit__notice {
    padding: 10px 12px;
    font-size: 14px;
  }

  .cosmall-weight-limit-cart .cosmall-weight-limit__notice {
    max-width: 100%;
    gap: 6px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.2;
  }

  .cosmall-weight-limit-cart .cosmall-weight-limit__icon {
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 1;
  }

  .cosmall-weight-limit-cart .cosmall-weight-limit__icon::before {
    font-size: 12px;
  }

  .cosmall-weight-limit-product {
    margin-top: 8px;
  }

  .cosmall-weight-limit-product .cosmall-weight-limit__notice {
    max-width: 100%;
    gap: 6px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1.2;
  }

  .cosmall-weight-limit-product .cosmall-weight-limit__icon::before {
    font-size: 12px;
  }
}
