@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@keyframes overlay_zoomin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 80%;
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
:root {
  --swiper-navigation-size: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #223148;
}

body {
  position: relative;
  font-family: "Inter", sans-serif !important;
}

.custom-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: black;
}

.button {
  background-color: rgb(255, 104, 104);
  color: white;
  cursor: pointer;
  border: none;
}

.media {
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  gap: 1rem;
}
.media div {
  cursor: pointer;
  width: 50px;
  background-color: white;
  border-radius: 50%;
}
.media div img {
  width: 100%;
}

.index-1 {
  position: relative;
}

.logo {
  position: absolute;
  top: 0.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
}
.logo img {
  width: 100%;
}

.section-title {
  margin-bottom: 2rem;
}
.section-title .zh-title {
  font-size: 60px;
  font-family: "Noto Serif TC", serif !important;
  font-weight: 600;
}
.section-title .zh-title .primary {
  color: rgb(255, 104, 104);
}
.section-title .en-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4rem;
  color: rgb(172, 151, 125);
}
.section-title .separate {
  height: 1px;
  border-top: 1px dashed rgb(172, 151, 125);
  margin: 0.5rem auto;
  width: 350px;
}

.product, .cart {
  margin-top: 10rem;
}
.product h2, .cart h2 {
  font-size: 60px;
  margin: 0;
}
.product h2 span, .cart h2 span {
  color: rgb(138, 158, 76);
}
.product h3, .cart h3 {
  font-size: 20px;
  color: rgb(172, 151, 125);
}
.product h5, .product h6, .cart h5, .cart h6 {
  font-size: 24px;
  margin: 0;
}
.product h5, .cart h5 {
  color: rgb(255, 104, 104);
  text-wrap: nowrap;
}

.gray {
  color: rgb(93, 93, 93);
}

.primary {
  color: rgb(255, 104, 104);
}

.product .select {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 1.5rem 0;
}
.product .select .arrow {
  border-radius: 5px;
  padding: 0 0.2rem;
}
.product .select .carousel {
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  flex-wrap: nowrap;
  max-width: 304px;
}
.product .select .carousel::-webkit-scrollbar {
  display: none;
}
.product .select li {
  list-style-type: none;
  color: rgb(181, 181, 181);
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 1rem;
}
.product .select .active {
  color: black;
}
.product .product-list {
  flex-wrap: wrap;
}
.product .product-card {
  flex: 0 0 auto;
  width: calc((100% - 2rem) / 2);
  margin: 1rem 2rem 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .product-card:nth-child(2n) {
  margin-right: 0;
}
.product .product-img img {
  background-color: rgb(219, 219, 219);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
.product .add {
  padding: 0.5rem 0;
  border-radius: 10px;
}

.cart {
  margin-bottom: 5rem;
}
.cart .cart-card {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 1rem 3rem;
  align-items: center;
  justify-content: space-between;
}
.cart .cart-product {
  margin-bottom: 1rem;
}
.cart .cart-product:last-child {
  margin-bottom: 0;
}
.cart .cart-product .cart-item-main {
  gap: 2rem;
}
.cart .cart-product div {
  align-items: center;
}
.cart .trash {
  border-radius: 50%;
  border: none;
  padding: 0.5rem;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: rgb(219, 219, 219);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .cart-img {
  width: 120px;
  aspect-ratio: 1/1;
  background-color: rgb(219, 219, 219);
  border-radius: 10px;
}
.cart .cart-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cart .member-card {
  padding: 3rem;
  width: 50%;
}
.cart .login-btn, .cart .register-btn {
  display: inline-flex;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
}
.cart .coupon-link {
  justify-content: left;
  color: rgb(255, 104, 104);
}
.cart .coupon-link p {
  margin: 0;
}
.cart .coupon-link .gray {
  cursor: pointer;
}
.cart .coupon-link .gray:hover {
  text-decoration: underline;
}
.cart .delivery {
  text-align: start;
}
.cart .delivery .delivery-item {
  display: inline-flex;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  background-color: rgb(255, 104, 104);
  color: white;
  border-radius: 10px;
}
.cart .delivery p {
  margin: 0;
}
.cart .delivery .sum {
  font-size: 20px;
  font-weight: 500;
}
.cart .checkout-btn {
  padding: 0.5rem 0;
  border-radius: 30px;
}
.cart .customer-info h4 {
  font-weight: 500;
  font-size: 16px;
}
.cart .customer-info p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}
.cart .customer-info a {
  color: rgb(255, 104, 104);
  text-decoration: none;
  margin-left: 0.5rem;
}
.cart .customer-info a:hover {
  text-decoration: underline;
}
.cart .customer-info .customer-group span {
  margin: 0 0.5rem;
}
.cart .customer-info .customer-btn {
  color: gray;
  cursor: pointer;
}
.cart .customer-info .customer-btn:hover {
  color: rgb(255, 104, 104);
}
@media (max-width: 767px) {
  .cart .customer-info .customer-group {
    font-size: 12px;
  }
  .cart .customer-info .customer-group span {
    margin: 0 0.25rem;
  }
}

.counter {
  gap: 0.1rem;
}
.counter .plus, .counter .minus {
  font-size: 20px;
  border-radius: 50%;
  border: 1px rgb(181, 181, 181) solid;
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.counter .number {
  background-color: transparent;
  border-radius: 30px;
  border: 1px rgb(181, 181, 181) solid;
  width: 25%;
}

.overlay, .overlay-mb, .img-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  animation: overlay_zoomin 0.8s ease forwards;
}

.overlay {
  z-index: 50;
}

.overlay-mb {
  z-index: 150;
}

.img-overlay {
  z-index: 150;
}

.img-browser {
  margin: auto;
  max-width: 900px;
  max-height: 70dvh;
}
.img-browser .browser-item {
  width: 100%;
  text-align: center;
}
.img-browser .browser-item img {
  width: 100%;
  max-height: 70dvh;
}

.img-arrow {
  position: fixed;
  display: none;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  z-index: 250;
}

.img-arrow.left {
  left: 3%;
}

.img-arrow.right {
  right: 3%;
}

.img-container {
  display: none;
  max-width: 1000px;
  max-height: 90dvh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  margin: auto;
}

.img-esc {
  display: none;
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 250;
  color: rgb(255, 104, 104);
  cursor: pointer;
}
.img-esc img {
  width: 45px;
}

.dialog-outer {
  display: none;
  position: fixed;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 950px;
}
.dialog-outer .side-esc {
  position: absolute;
  top: 0;
  right: 8%;
  cursor: pointer;
}
.dialog-outer .side-esc img {
  width: 40px;
}

.dialog {
  display: flex;
  flex-direction: column;
}

.return, .privacy, .service, .benefit {
  display: none;
}

.return.active, .privacy.active, .service.active, .benefit.active {
  display: block;
}

.customer-dialog {
  position: fixed;
  display: none;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 20px;
  padding: 2rem;
}
.customer-dialog .term-box {
  overflow: auto;
  max-height: 60dvh;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 15px;
}
.customer-dialog h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}
.customer-dialog .article {
  margin-top: 15px;
}
.customer-dialog .article-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.customer-dialog .article-text {
  color: gray;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.customer-dialog .article-link {
  color: rgb(255, 104, 104);
  cursor: pointer;
}
.customer-dialog .article-link:hover {
  text-decoration: underline;
}
.customer-dialog .esc {
  margin: 1rem auto 0 auto;
  cursor: pointer;
  width: 45px;
}
.customer-dialog .esc img {
  width: 100%;
}

.dialog, .member-dialog {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  padding: 1rem;
  margin: auto;
  max-height: 90vh;
}
.dialog .dialog-title, .member-dialog .dialog-title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.dialog .dialog-title img, .member-dialog .dialog-title img {
  width: 25px;
}
.dialog .content, .member-dialog .content {
  overflow-y: auto;
  padding: 2rem 3rem;
  min-height: 0;
  position: relative;
}
.dialog .info, .member-dialog .info {
  text-align: start;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 0 1rem;
  border: 1px rgb(219, 219, 219) solid;
  margin-bottom: 1rem;
}
.dialog .half, .member-dialog .half {
  width: calc((100% - 1rem) / 2);
}
.dialog label, .member-dialog label {
  text-wrap: nowrap;
  font-weight: 500;
  margin-right: 1rem;
}
.dialog .info-item, .member-dialog .info-item {
  outline: none;
  border: 0;
  padding: 0.5rem;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
}
.dialog .info-item::-moz-placeholder, .member-dialog .info-item::-moz-placeholder {
  color: rgb(219, 219, 219);
}
.dialog .info-item::placeholder, .member-dialog .info-item::placeholder {
  color: rgb(219, 219, 219);
}
.dialog .register-link, .member-dialog .register-link {
  cursor: pointer;
}
.dialog .register-link:hover, .member-dialog .register-link:hover {
  text-decoration: underline;
}
.dialog .forget-link, .member-dialog .forget-link {
  cursor: pointer;
  color: rgb(181, 181, 181);
}
.dialog .forget-link:hover, .member-dialog .forget-link:hover {
  text-decoration: underline;
}
.dialog .esc, .dialog .forget-esc, .member-dialog .esc, .member-dialog .forget-esc {
  cursor: pointer;
  color: rgb(181, 181, 181);
  margin-top: 4rem;
}
.dialog .esc img, .dialog .forget-esc img, .member-dialog .esc img, .member-dialog .forget-esc img {
  width: 45px;
}
.dialog .dialog-btn, .member-dialog .dialog-btn {
  width: 100%;
  padding: 0.5rem 0;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
}

.require {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
}

.content > form, .content > div {
  display: none;
}

.content > form.active, .content > div.active {
  display: block;
}

.member-dialog {
  display: none;
  position: fixed;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 20px;
  text-align: center;
  padding: 1rem;
  margin: auto;
  max-height: 100vh;
}

.coupon-content .coupon {
  display: flex;
  gap: 1rem;
  border-radius: 20px;
  border: 2px rgb(219, 219, 219) solid;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.coupon-content .coupon:last-child {
  margin-bottom: 0;
}
.coupon-content .coupon p {
  margin: 0;
}
.coupon-content .coupon .gray {
  font-size: 12px;
}
.coupon-content .coupon-group {
  height: 50dvh;
  overflow-y: hidden;
}
.coupon-content .coupon-scrollbar {
  overflow-y: auto;
  padding-right: 2rem;
  height: 100%;
}
.coupon-content .coupon.active {
  border: 3px rgb(255, 104, 104) solid;
}
.coupon-content .coupon-esc {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  cursor: pointer;
}
.coupon-content .coupon-esc img {
  width: 45px;
}

.detail .gray {
  text-decoration: line-through;
  text-decoration-color: rgb(255, 104, 104);
  font-size: 14px;
}
.detail .title {
  font-size: 18px;
}
.detail .title span {
  font-size: 14px;
  color: gray;
}
.detail .detail-content {
  text-align: start;
}
.detail .form-select {
  width: 60%;
}
.detail .describe, .detail .price {
  border: 1px rgb(219, 219, 219) solid;
  border-radius: 10px;
  padding: 0.5rem;
  overflow-y: auto;
}
.detail .describe-text {
  height: 40px;
  font-size: 14px;
}
.detail .price {
  margin: 0.3rem 0;
  font-size: 14px;
}

.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  aspect-ratio: 10/7;
  background-color: rgb(219, 219, 219);
  border-radius: 10px;
  cursor: pointer;
}
.swiper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.swiper .swiper-horizontal > .swiper-pagination-bullets, .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
  width: auto;
  padding: 0 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.swiper .swiper-pagination-wrapper {
  text-align: center;
}
.swiper .swiper-pagination {
  background-color: rgb(219, 219, 219);
  padding: 0.1rem;
  border-radius: 30px;
  right: auto;
  left: auto;
  margin: auto;
  width: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.swiper .swiper-button {
  color: rgb(255, 104, 104);
  transform: scale(0.4);
}
.swiper .swiper-button::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background: transparent;
  pointer-events: auto;
}

.process .checkout-info {
  padding: 1rem;
  border: 1px rgb(181, 181, 181) solid;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  display: flex;
}
.process .freight {
  background-color: rgb(255, 104, 104);
  color: white;
  padding: 0.2rem 0.5rem;
  border: none;
  border-radius: 5px;
}
.process .checkout-item {
  flex-grow: 1;
  outline: none;
  border: 0;
  padding: 0rem 0.5rem;
  width: 100%;
}
.process .checkout-item::-moz-placeholder {
  color: rgb(181, 181, 181);
}
.process .checkout-item::placeholder {
  color: rgb(181, 181, 181);
}
.process textarea {
  height: 5rem;
}
.process input[type=radio] {
  display: none;
}
.process .radio.active {
  border: 0;
  border-radius: 50%;
  background-color: rgb(255, 104, 104);
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process .radio.active .circle {
  border: 0;
  border-radius: 50%;
  background-color: white;
  width: 6px;
  height: 6px;
}
.process .radio {
  border: 1px rgb(181, 181, 181) solid;
  border-radius: 50%;
  background-color: white;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.process .next-btn {
  border-radius: 30px;
  padding: 0.3rem;
  width: 100%;
}
.process .shipping {
  display: flex;
  align-items: center;
}

.complete .lot {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.complete .primary {
  font-size: 12px;
}
.complete .complete-item {
  border: 1px rgb(181, 181, 181) solid;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.complete .spot {
  background-color: rgb(181, 181, 181);
  border-radius: 50%;
  border: 0;
  width: 16px;
  height: 16px;
}
.complete .spot.green {
  background-color: rgb(138, 158, 76);
}
.complete .notice {
  background-color: rgb(255, 104, 104);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 5px;
}
.complete .info-title, .complete .info-content {
  color: rgb(93, 93, 93);
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.complete .info-title {
  width: 20%;
}
.complete .info-content {
  width: 80%;
}
.complete .info-content.wait {
  color: rgb(181, 181, 181);
}
.complete .bill-title, .complete .bill-content {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.complete .bill-title {
  width: 30%;
  color: rgb(93, 93, 93);
}
.complete .bill-content {
  width: 70%;
  color: rgb(93, 93, 93);
}
.complete .checkout-img {
  width: 45px;
}
.complete .checkout-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: rgb(181, 181, 181);
  border-radius: 5px;
}
.complete .gray {
  color: rgb(93, 93, 93);
}

.login, .register, .remark, .coupon-content, .detail, .process, .forget {
  display: none;
}

.membership-container {
  position: fixed;
  background-color: white;
  top: 0;
  width: 100%;
  display: none;
  max-height: 100dvh;
  height: 100dvh;
  overflow-y: auto;
  z-index: 50;
  place-items: center;
}

.membership {
  display: flex;
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: auto;
}
.membership .esc {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: scale(0.55);
  z-index: 150;
}
.membership .side-list {
  width: 20%;
}
.membership .side-list ul {
  padding: 2rem 0;
}
.membership .side-list li {
  cursor: pointer;
  list-style-type: none;
  font-size: 20px;
  font-weight: 500;
  padding: 1rem 2rem;
}
.membership .side-list li.active {
  background-color: rgb(255, 104, 104);
  color: white;
}
.membership .main-content {
  padding: 2rem;
  width: 80%;
  height: 100%;
  margin: auto;
}
.membership .main-content > div {
  width: 100%;
  align-items: center;
}
.membership .main-content h6 {
  font-size: 30px;
  font-weight: 600;
}
.membership .main-content .menu {
  display: none;
}
.membership .main-content .history {
  display: none;
}
.membership .main-content .history table {
  width: 100%;
  margin: 2rem 0;
}
.membership .main-content .history .table-mb {
  display: none;
}
.membership .main-content .history tr {
  border-bottom: 1px rgb(181, 181, 181) solid;
}
.membership .main-content .history th, .membership .main-content .history td {
  padding: 1rem;
}
.membership .main-content .history th {
  font-size: 18px;
}
.membership .main-content .history .col-id {
  width: 20%;
}
.membership .main-content .history .col-date {
  width: 15%;
}
.membership .main-content .history .col-status {
  width: 50%;
}
.membership .main-content .history .col-price {
  width: 15%;
}
.membership .main-content .history .status {
  padding: 0.5rem 1rem;
  border-radius: 30px;
  border: 1px rgb(219, 219, 219) solid;
  display: inline-flex;
  align-items: center;
  margin: 0.2rem;
}
.membership .main-content .history .status .circle {
  background-color: rgb(255, 104, 104);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.membership .main-content .history .status .circle.finish {
  background-color: rgb(181, 181, 181);
}
.membership .main-content .history .status .circle.delivery {
  background-color: rgb(138, 158, 76);
}
.membership .main-content .history .page .page-item.active .page-link {
  background-color: rgb(255, 104, 104);
  border-color: rgb(255, 104, 104);
  color: white;
  border-radius: 10px;
}
.membership .main-content .history .page .page-link {
  color: rgb(255, 104, 104);
  border-color: transparent;
}
.membership .main-content .member-info .info {
  border: 1px rgb(219, 219, 219) solid;
  border-radius: 30px;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.membership .main-content .member-info .box {
  width: 90%;
}
.membership .main-content .member-info .half {
  width: 50%;
}
.membership .main-content .member-info .column {
  gap: 1rem;
}
.membership .main-content .member-info .info-item {
  outline: none;
  border: 0;
  width: 100%;
}
.membership .main-content .member-info .label {
  width: 10%;
  margin: 0.5rem 0.75rem 0.5rem 0;
  text-wrap: nowrap;
}
.membership .main-content .membership-btn {
  border-radius: 30px;
  padding: 0.5rem 0;
  font-size: 18px;
  margin-bottom: 1rem;
}

.custom-toast {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 1rem 2rem;
}
.custom-toast .primary {
  font-size: 35px;
}
.custom-toast p {
  font-size: 20px;
  color: white;
  margin: 0;
}

.login-success.show, .login-fail.show, .register-success.show, .register-fail.show, .cart-success.show, .cart-fail.show, .remark-success.show, .remark-fail.show {
  display: block;
}

.footer-text {
  display: block;
  margin: 0;
  text-align: center;
  color: rgb(255, 104, 104);
  text-decoration: none;
  border-top: 1px rgb(255, 104, 104) solid;
  padding: 0.5rem 0;
  font-size: 12px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .membership .side-list li {
    font-size: 18px;
    padding: 1rem;
  }
  .membership .main-content .history .col-id {
    width: 20%;
  }
  .membership .main-content .history .col-date {
    width: 15%;
  }
  .membership .main-content .history .col-status {
    width: 40%;
  }
  .membership .main-content .history .col-price {
    width: 25%;
  }
  .membership .main-content .history td {
    font-size: 14px;
  }
  .membership .main-content .member-info label {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .logo {
    transform: translateX(-50%) scale(0.5);
    top: 0;
  }
  .section-title .zh-title {
    font-size: 30px;
  }
  .section-title .en-title {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  .section-title .separate {
    width: 210px;
  }
  .product, .cart {
    margin-top: 5rem;
  }
  .product h5, .product h6, .cart h5, .cart h6 {
    font-size: 18px;
  }
  .product p, .cart p {
    font-size: 12px;
  }
  .cart .cart-card {
    padding: 1rem;
  }
  .cart .cart-product .cart-item-main {
    gap: 0.5rem;
  }
  .cart .member-card {
    padding: 1.5rem;
  }
  .cart .member-card p {
    margin: 0.5rem;
  }
  .cart .register-btn, .cart .login-btn {
    font-size: 12px;
  }
  .cart .trash {
    width: 30px;
    height: 30px;
  }
  .cart .delivery .delivery-item {
    font-size: 14px;
  }
  .cart .delivery .sum {
    font-size: 14px;
  }
  .cart .delivery p {
    font-size: 11px;
  }
  .product .select {
    align-items: center;
    margin: 1rem 0 0.5rem 0;
  }
  .product .select .carousel {
    max-width: 230px;
  }
  .product .select li {
    font-size: 12px;
    margin-right: 0.5rem;
  }
  .product .select .arrow {
    font-size: 12px;
  }
  .dialog .content {
    padding: 1rem;
  }
  .membership .side-list {
    position: absolute;
    background-color: white;
    width: 0;
    height: 100%;
    z-index: 200;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
  }
  .membership .side-list li {
    font-size: 18px;
  }
  .membership .side-list.show {
    width: 60%;
  }
  .membership .main-content {
    width: 100%;
    z-index: 100;
  }
  .membership .main-content .menu {
    display: inline;
  }
  .membership .main-content .member-info .half {
    width: 100%;
  }
  .membership .main-content .member-info .column {
    flex-direction: column;
    gap: 0;
  }
  .membership .main-content .member-info label {
    width: 35%;
  }
  .membership .main-content .member-info .info {
    padding: 1rem;
  }
  .membership .main-content .history table {
    display: none;
  }
  .membership .main-content .history .table-mb {
    display: block;
  }
  .membership .main-content .history .table-mb .order {
    border-bottom: 1px rgb(181, 181, 181) solid;
    padding: 1rem 0;
    margin: 1rem 0;
  }
  .membership .main-content .history .table-mb .order-item {
    margin: 0.5rem 0;
    justify-content: space-between;
  }
  .img-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    border-radius: 10px;
  }
  .img-arrow.left {
    left: 0;
  }
  .img-arrow.right {
    right: 0;
  }
  .complete .info-title {
    width: 40%;
  }
  .complete .info-content {
    width: 60%;
  }
  .complete .bill-title {
    width: 40%;
  }
  .complete .bill-content {
    width: 60%;
  }
  .img-container {
    height: auto;
  }
  .img-esc {
    position: static;
    text-align: end;
    margin: 1rem;
  }
}/*# sourceMappingURL=all.css.map */