.flash-deal {
  margin: 15px;
}
.flash-deal .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  border: 1px solid #09383D;
  padding: 15px;
}
.flash-deal .content-box .left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flash-deal .content-box .left h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: lighter;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 50px;
  max-width: 65%;
}
.flash-deal .content-box .left h3 span {
  font-weight: 700;
}
.flash-deal .content-box .left p {
  font-family: "DM Sans", sans-serif;
  font-weight: lighter;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  max-width: 65%;
}
.flash-deal .content-box .middle .box {
  background-color: #B8D435;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.flash-deal .content-box .middle .box .band-wrap {
  grid-row: 1/3;
  grid-column: 1/2;
  background-color: #09383D;
  padding: 30px 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flash-deal .content-box .middle .box .band-wrap p {
  color: #B8D435;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: rotate(180deg);
  margin: 0;
}
.flash-deal .content-box .middle .box .heading-wrap {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 15px 20px 15px;
}
.flash-deal .content-box .middle .box .heading-wrap h4 {
  color: #09383D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}
.flash-deal .content-box .middle .box .heading-wrap h4 span {
  display: block;
  font-weight: 400;
}
.flash-deal .content-box .middle .box .heading-wrap .heading-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.flash-deal .content-box .middle .box .heading-wrap button {
  background: none;
  border: 1px solid #525252;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 50px;
  transition: background-color 0.3s;
}
.flash-deal .content-box .middle .box .heading-wrap button:hover {
  background-color: rgba(9, 56, 61, 0.1);
}
.flash-deal .content-box .middle .box .heading-wrap button svg {
  width: 20px;
  height: 20px;
}
.flash-deal .content-box .middle .box .heading-wrap button p {
  color: #09383D;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.flash-deal .content-box .middle .box .heading-wrap h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #09383D;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.flash-deal .content-box .middle .box .heading-wrap h5 svg {
  width: 14px;
  height: 14px;
}
.flash-deal .content-box .middle .box .count-box {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 40px 15px;
  gap: 18px;
}
.flash-deal .content-box .middle .box .count-box .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.flash-deal .content-box .middle .box .count-box .item .box {
  background-color: rgba(9, 56, 61, 0.062745098);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 300;
  color: #09383D;
}
.flash-deal .content-box .middle .box .count-box .item p {
  color: #09383D;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .flash-deal .content-box .middle .box .count-box {
    flex-direction: column;
    gap: 20px;
  }
  .flash-deal .content-box .middle .box .count-box .item {
    width: 100%;
  }
  .flash-deal .content-box .middle .box .heading-wrap {
    flex-direction: column;
    gap: 15px;
  }
  .flash-deal .content-box .middle .box .heading-wrap .heading-right {
    align-items: flex-start;
  }
}
.flash-deal .content-box .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flash-deal .content-box .right .box {
  background-color: #09383D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.flash-deal .content-box .right .box h3 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
.flash-deal .content-box .right .box h3 span {
  color: #B8D435;
  font-weight: 500;
}/*# sourceMappingURL=flash-deal.css.map */