.rawh-tote,
.hero-card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 28px 45px #293a2538;
}

.rawh-tote {
  width: 255px;
  height: 330px;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--cream);
  border: 2px solid var(--green);
  border-radius: 4px 4px 18px 18px;
}

.tote-handle {
  position: absolute;
  width: 112px;
  height: 90px;
  top: -50px;
  border: 12px solid var(--green);
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}

.tote-logo {
  display: block;
  width: 170px;
  height: auto;
}

.hero-card b {
  font: 600 31px Fraunces, serif;
}

.rawh-tote small,
.hero-card small {
  margin-top: 11px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.45;
}

.hero-card {
  width: 165px;
  height: 225px;
  bottom: 100px;
  padding: 24px;
}

.local-card {
  left: 7%;
  color: var(--ink);
  background: var(--gold);
  transform: rotate(-8deg);
  border-radius: 42% 58% 45% 55% / 54% 44% 56% 46%;
}

.more-card {
  right: 6%;
  color: white;
  background: var(--orange);
  transform: rotate(8deg);
  clip-path: polygon(7% 0, 100% 8%, 93% 100%, 0 92%);
}

@media (max-width: 580px) {
  .rawh-tote {
    width: 185px;
    height: 260px;
    bottom: 60px;
  }

  .tote-handle {
    width: 84px;
    height: 65px;
    top: -34px;
    border-width: 9px;
  }

  .tote-logo { width: 122px; }

  .hero-card {
    width: 108px;
    height: 155px;
    bottom: 78px;
    padding: 12px;
  }

  .hero-card b { font-size: 21px; }
  .hero-card small { font-size: 7px; }
  .local-card { left: 2%; }
  .more-card { right: 1%; }
}
