.storage-section {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}


.storage-section .top-content {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 27px;
  text-align: start;
  justify-content: space-between;
  align-items: stretch;

  background-color: #eaf5fe;
  padding: 20px;
  border-radius: 20px;
}

.storage-section .top-content .top-left-content {
  padding-left: 12px;
  flex-basis: 50%;
}

.storage-section .top-content .top-left-content .date-button.purple {
  background: linear-gradient(90deg, #3734b4 45%, #8279f0 100%);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 20px;
  width: fit-content;
  min-height: 40px;
  cursor: default;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.storage-section .top-content .top-left-content .date-button.purple strong {
  color: white;
}

.storage-section .top-content .top-left-content .date-button.purple .icon {
  width: 25px;
  height: 25px;
  background-color: #fff;
}

.storage-section .top-content .top-left-content .header2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;

  color: #333;
  margin-top: 0rem;
  line-height: 1.33;
  text-rendering: optimizeLegibility;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;

}

.storage-section .top-content .top-left-content p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.storage-section .top-content .top-left-content .note {
  font-size: 15px;
  font-weight: 600;
}

.storage-section .top-content .top-right-content {
  flex-basis: 55%;
  display: flex;
  justify-content: flex-end;
}

.storage-section .top-content .top-right-content iframe {
  border: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  flex-basis: 100%;
}

.storage-section .bottom-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.storage-section .bottom-content .box {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  max-width: 413px;
  min-height: 481px;
  border-radius: 20px;
  padding: 20px;
  text-align: start;
  overflow: hidden;
}

.storage-section .bottom-content .box img {
  width: 100%;
}

.storage-section .bottom-content .box .detail {
  position: relative;
  margin-top: auto;
  box-sizing: border-box;
}

.storage-section .bottom-content .box .detail .header3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0rem;
  line-height: 1.33;
  text-rendering: optimizeLegibility;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.storage-section .bottom-content .box .detail p {
  font-size: 19px;
  margin-bottom: 10px;
}

.storage-section .bottom-content .box.express-delivery {
  background-color: #e5ffba;
  display: flex;
  justify-content: center;
}

.storage-section .bottom-content .box.express-delivery img {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 30px;
}

.storage-section .bottom-content .box.scheduled-delivery {
  background-color: #fffad1;
}

.storage-section .bottom-content .box.regular-delivery {
  background-color: #ffddbd;
}

.storage-section .bottom-content .box.regular-delivery img {
  width: 95%;
}

@media (max-width: 768px) {
  .storage-section {
    overflow-x: hidden;
    padding: 0;
  }


  .storage-section .top-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
    background-color: unset;
  }

  .storage-section .top-content .top-right-content {
    flex-basis: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-color: #eaf5fe;
    padding: 18px 0px;
    border-radius: 12px;
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .storage-section .top-content .top-right-content iframe {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 99.5%;
    object-fit: cover;
    height: 200px;
    margin: auto;
  }

  .storage-section .top-content .top-left-content .date-button.purple {
    background: linear-gradient(90deg, #3734b4 25%, #8279f0 100%);
    font-size: 16px;
    min-width: 112px;
    min-height: 35px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 5px;
  }

  .storage-section .top-content .top-left-content .date-button.purple .icon {
    width: 20px;
    height: 20px;
  }

  .storage-section .top-content .top-left-content {
    padding: 0  !important;
    background-color: #fff;
    text-align: left;
    min-width: 100%;
  }

  .storage-section .top-content .top-left-content .header2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .storage-section .top-content .top-left-content p {
    font-size: 16px;
  }

  .storage-section .top-content .top-left-content .note {
    font-size: 14px;
    margin-bottom: 0;
  }

  .storage-section .bottom-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 10px;
    justify-content: flex-start;
    max-width: 100vw;
    padding: 0px 10px;
    scroll-padding-left: 10px;
    scroll-snap-type: x mandatory;
  }

  .storage-section .bottom-content::-webkit-scrollbar {
    display: none;
  }

  .storage-section .bottom-content .box {
    max-width: 90%;
    min-width: 90%;
    display: flex;
    min-height: 440px;
    flex-direction: column;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .storage-section .bottom-content .box img {
    width: 100%;
    margin-bottom: 24px;
  }

  .storage-section .bottom-content .box .detail {
    margin-top: 24px;
    margin-bottom: 30px;
  }

  .storage-section .bottom-content .box .detail .header3 {
    font-size: 24px;
  }

  .storage-section .bottom-content .box .detail p {
    font-size: 16px;
  }
}
