@charset "UTF-8";
main .process-layout, main .adopt-info-layout {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

/* header */
header {
  /* navbar */
  /* 手機板 */
}
header .bottom-bar {
  height: 75px;
  padding: 10px 6px;
}
@media (min-width: 769px) {
  header .bottom-bar {
    padding: 10px 20px;
  }
}
@media (min-width: 1201px) {
  header .bottom-bar {
    height: 105px;
    padding: 15px 24px;
  }
}
@media (min-width: 1401px) {
  header .bottom-bar {
    padding: 15px 60px;
  }
}
header .navbar-links li {
  padding: 20px 15px;
}
header .navbar-links li a {
  margin-top: 5px;
}
header .hamburger-icon {
  background-color: #ffa188;
  border-color: #ffa188;
}
header .donation:before {
  background-color: #f5d799;
}
header .mobile-nav {
  background-color: #fff;
}
header .mobile-nav > ul > li {
  cursor: pointer;
}
header .mobile-nav > ul > li:hover > a {
  color: #d195c7;
}
header .mobile-nav > ul > li > a {
  color: #000;
  font-size: 20px;
}
header .mobile-nav > ul li > a {
  color: #000;
}
header .mobile-nav ul.sub-menu li:before {
  background-color: #ffa188 !important;
}
header .mobile-nav .header-search-button,
header .mobile-nav .menu-end > a {
  display: block;
  margin-right: 20px;
  margin-top: 20px;
}
header .mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  background-image: none;
  color: #ffa188;
  font-size: 28px;
  width: unset;
  height: unset;
}
header .mobile-nav .mobile-nav-login {
  display: block;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 20px;
}
header .mobile-nav .search-btn {
  display: flex;
  padding: 10px 0;
}
header .mobile-nav .search-btn:hover {
  color: #d195c7;
}
header .mobile-nav .search-btn span {
  font-size: 20px;
  margin-left: 10px;
}

/* footer */
footer .logo-area .logo {
  text-align: center;
}
@media (min-width: 769px) {
  footer .logo-area .logo {
    text-align: left;
  }
}
footer .logo-area .logo img {
  height: 210px;
}
@media (min-width: 769px) {
  footer .logo-area .logo img {
    margin-left: 40px;
  }
}
footer .widget-title .boder {
  margin-bottom: 20px;
}
footer .widget-title li:not(:last-child) {
  padding-bottom: 8px;
}
footer .widget-title .footer-tips {
  font-size: 14px;
}
footer .copyright p {
  font-weight: normal;
  font-size: 16px;
}

.footer-dashed {
  border-bottom: 3px dashed #dedede;
  padding: 20px 0;
}

.fixed-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.fixed-link #progress {
  position: unset;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.search-popup .form-group button {
  color: #d195c7;
}
.search-popup .close-search {
  background-color: #d195c7;
}

.cart-popup {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cart-popup ul {
  flex: auto;
  overflow-y: scroll; /* 使用垂直滾動 */
  scrollbar-width: none; /* Firefox隐藏滾動條 */
  -ms-overflow-style: none; /* IE和Edge隐藏滾動條 */
}
.cart-popup ul li .p-img {
  flex-shrink: 0;
}
.cart-popup ul li .p-img img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-popup ul li .p-data {
  flex-grow: 1;
}
.cart-popup ul li a {
  display: flex;
  margin-left: 8px;
}
.cart-popup ul li a i {
  position: unset;
  color: #8f8f8f;
}
.cart-popup ul li a i:hover {
  color: #d195c7;
}
.cart-popup ul li a:before {
  content: none;
}
.cart-popup .cart-btns a {
  border-color: #d195c7;
  color: #ad62a0;
}
.cart-popup .cart-btns a:hover {
  background-color: rgba(209, 149, 199, 0.2);
  border-color: #d195c7;
  color: #ad62a0;
}
.cart-popup .cart-btns a.checkout {
  background-color: #d195c7;
  border-color: #d195c7;
}
.cart-popup .cart-btns a.checkout:hover {
  background-color: #d195c7;
  border-color: #d195c7;
}

/* common ====================*/
body {
  font-family: 微軟黑體, sans-serif, Arial;
}

img {
  max-width: 100%;
}

.img-box-1-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box-1-1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.img-box-3-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.img-box-3-4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination-m {
  margin: 80px 0;
}
.pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-m ul li {
  display: inline;
}
.pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #d195c7;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: #ffdacd;
  color: #fff;
}

.post-date {
  color: #8f8f8f;
}

/* 排版 ====================*/
.block-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.section-padding-sm {
  padding: 60px 0;
}

.article-title {
  margin: 12px 0;
}

.article-content-format {
  padding: 12px 0;
}
.article-content-format h6, .article-content-format h5, .article-content-format h4, .article-content-format h3, .article-content-format h2, .article-content-format h1 {
  display: block;
  font-weight: 600;
  background-color: unset;
  color: #000;
  padding: unset;
  margin-bottom: 4px;
}
.article-content-format h6:hover, .article-content-format h5:hover, .article-content-format h4:hover, .article-content-format h3:hover, .article-content-format h2:hover, .article-content-format h1:hover {
  color: #000;
}
.article-content-format h1 {
  font-size: 34px;
}
.article-content-format h2 {
  font-size: 30px;
}
.article-content-format h3 {
  font-size: 28px;
}
.article-content-format h4 {
  font-size: 24px;
}
.article-content-format h5 {
  font-size: 20px;
}
.article-content-format h6 {
  font-size: 18px;
}
.article-content-format ol,
.article-content-format ul {
  margin: initial;
  padding-left: 20px;
}
.article-content-format li {
  display: list-item;
  padding: initial;
  margin-bottom: 12px;
}

/* 字體、顏色 ====================*/
h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
  font-family: 微軟黑體, sans-serif, Arial;
}

a:hover {
  color: #d195c7;
}

p {
  color: #000;
  font-size: 16px;
}

.small {
  font-size: 12px !important;
}

.font-bold {
  font-weight: 600 !important;
}

.text-remind {
  color: red;
}

.text-primary {
  color: #d195c7 !important;
}

.text-primary-dark {
  color: #ad62a0 !important;
}

.text-second-dark {
  color: #ffa188 !important;
}

.text-gray {
  color: #8f8f8f !important;
}

.bg-second {
  background-color: #ffdacd !important;
}

.block-bg {
  background-color: rgba(209, 149, 199, 0.2);
}

.block-bg-outline {
  border: 2px solid rgba(209, 149, 199, 0.2);
}

/* 按鈕 ====================*/
.btn {
  border-radius: 20px;
  padding: 6px 40px;
}

.btn-primary {
  color: #fff;
  background-color: #d195c7;
  border-color: #d195c7;
}
.btn-primary:hover {
  background-color: rgba(209, 149, 199, 0.2);
  color: #d195c7;
  border-color: #d195c7;
}

.btn-second {
  color: #000;
  background-color: #ffdacd;
  border-color: #ffdacd;
}
.btn-second:hover {
  background-color: rgba(255, 218, 205, 0.2);
  color: #000;
  border-color: #ffdacd;
}

.btn-outline-primary {
  color: #d195c7;
  border-color: #d195c7;
}
.btn-outline-primary:hover {
  background-color: rgba(209, 149, 199, 0.2);
  color: #d195c7;
  border-color: #d195c7;
}

.radio-group {
  display: flex;
  align-items: start;
  padding: 8px 0;
  gap: 10px;
}
.radio-group input {
  margin-top: 4px;
}
.radio-group input:checked {
  accent-color: #008ac0;
}

input[type=radio]:checked:after {
  content: none;
}

input[type=number] {
  width: 80px;
  text-align: center;
}

/* components ====================*/
.quantity {
  margin: 12px 0 20px;
  max-width: 150px;
  background-color: rgba(0, 0, 0, 0.05);
}
.quantity .btn {
  border-radius: unset;
  padding: 6px 15px;
}
.quantity input {
  padding: 6px;
  text-align: center;
  height: unset;
  background-color: unset;
}

/* section ====================*/
main {
  /* 分頁 */
}
@media (min-width: 769px) {
  main {
    padding-top: 74px;
  }
}
@media (min-width: 1201px) {
  main {
    padding-top: 105px;
  }
}
main .index-banner,
main .page-banner {
  width: 100%;
  padding-top: 70px;
}
@media (min-width: 769px) {
  main .index-banner,
  main .page-banner {
    padding-top: unset;
  }
}
main .index-banner img,
main .page-banner img {
  width: 100%;
  min-height: 280px;
}
main .content-center {
  display: flex;
  flex-direction: column;
  padding: 0;
}
main .content-center .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
main .content-center .card-content .fill-space {
  margin: auto;
}
@media (min-width: 994px) {
  main .register,
  main .login {
    height: 440px;
  }
}
main .parallax {
  background-color: #d195c7;
}
main .button {
  background-color: #ffdacd;
  color: #000;
}
main .button::before {
  border-color: #ffdacd;
}
main .pet-grooming-container {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 769px) {
  main .pet-grooming-container {
    justify-content: start;
    gap: 60px;
  }
}
main .pet-grooming-container .pet-grooming i {
  background-color: #d195c7;
  width: 120px;
  height: 120px;
}
main .pet-grooming-container .pet-grooming svg {
  left: -8px;
  top: -10px;
  width: 138px;
  height: 138px;
}
main .pet-grooming-container .pet-grooming h5 {
  max-width: 120px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
main .help-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .help-mode img {
  width: 120px !important;
}
main .help-mode p {
  text-align: center;
  line-height: 1.6;
}
main .cat-card {
  overflow: hidden;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #fff;
  height: 100%;
}
main .cat-card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px;
}
main .cat-card .card-content .fill-space {
  margin: auto;
}
main .cat-card .cat-describe {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-left: 0 !important;
  font-size: 14px;
}
main .cat-card h4 {
  margin-bottom: 12px;
}
main .cat-card a {
  margin-top: 12px;
}
main .accordion-item .icon {
  background-color: #d195c7;
}
main .accordion-item.active .title {
  color: #000;
  background-color: #ffdacd;
}
main .accordion-item .content p {
  font-size: 14px !important;
}
main .slogan-banner {
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .slogan-banner .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (min-width: 994px) {
  main .slogan-banner .img-mobile {
    display: none;
  }
}
main .slogan-banner .img-window {
  display: none;
}
@media (min-width: 994px) {
  main .slogan-banner .img-window {
    display: block;
  }
}
main .slogan-banner .slogan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
main .slogan-banner .slogan-content img {
  width: min(400px, 100%);
}
main .count-text h2 {
  color: #ffa188;
}
main .count-text h3 {
  font-size: 14px;
}
main .rule-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .rule-info .rule-container {
  display: grid;
  gap: 10px;
  font-size: 20px;
}
main .rule-info .rule-container .rule-item {
  position: relative;
}
main .rule-info .rule-container .rule-item .title {
  background-color: #ffdacd;
  padding-right: unset;
  padding: 16px 10px 16px 70px;
}
main .rule-info .rule-container .rule-item .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 14%;
  left: 13px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #d195c7;
  color: #fff;
}
main .store-card {
  overflow: hidden;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
}
main .store-card .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px;
}
main .store-card .card-content .fill-space {
  margin: auto;
}
main .store-card .product-title {
  font-size: 20px;
}
main .store-card .product-price {
  display: flex;
  font-size: 20px;
}
main .store-card .product-price .onsale-price {
  margin-left: 20px;
  color: #ff2323;
}
main .store-card .icon-buy {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
}
main .client-slider .commit-card {
  background-color: #ffdacd;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}
main .client-slider .commit-card .commit-star {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 20px;
  color: #ad62a0;
}
main .client-slider .commit-card .commit-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-height: 2;
  font-size: 14px;
  text-align: left;
  margin: 12px 0;
  height: 280px;
}
@media (min-width: 769px) {
  main .client-slider .commit-card .commit-content {
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
main .client-slider .commit-card .commit-author {
  font-size: 14px;
  color: #ad62a0;
}
@media (min-width: 769px) {
  main .client-slider .owl-nav {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: -40%;
    right: 0;
  }
}
main .client-slider .owl-nav i:hover {
  background-color: #d195c7;
}
main .news-item:hover .news-title {
  color: #d195c7;
}
main .process-layout img {
  max-width: none;
  width: 600px;
}
@media (min-width: 400px) {
  main .process-layout img {
    width: 800px;
  }
}
@media (min-width: 577px) {
  main .process-layout img {
    width: auto;
  }
}
main .adopt-info-layout img {
  max-width: none;
  width: 440px;
}
@media (min-width: 400px) {
  main .adopt-info-layout img {
    width: 600px;
  }
}
@media (min-width: 769px) {
  main .adopt-info-layout img {
    width: 800px;
  }
}
@media (min-width: 994px) {
  main .adopt-info-layout img {
    width: 1140px;
  }
}
main .cat-intro {
  height: 100%;
  border: 2px solid #ffdacd;
  border-radius: 16px;
  padding: 16px;
}
main .cat-intro .cat-describe {
  margin-top: 16px;
}
main .info-area .cat-info {
  padding: 12px;
  min-height: 100px;
}
main .about-article-content img {
  margin: 16px 0;
}
main .about-gallery-img {
  width: 100%;
  margin-bottom: 10px;
}
main .about-gallery-img i {
  background-color: #ffdacd;
  z-index: 50;
}
main .about-gallery-img figure {
  width: 100%;
  height: 100%;
}
main .about-gallery-img figure:before {
  content: "";
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.5);
}
main .about-gallery-img figure img {
  width: 100%;
}
main .area-title {
  background-color: rgba(209, 149, 199, 0.2);
  text-align: center;
  padding: 8px;
  font-size: 18px;
  margin-top: 30px;
}
main .media-item {
  margin-bottom: 40px;
}
main .media-item .media-title {
  margin-top: 10px;
  font-weight: 600;
  color: #d195c7;
}
main .media-item a:hover .media-title {
  color: #ad62a0;
}
main .blog-style:hover figure img,
main .blog-style-two:hover figure img {
  transform: translate(-50%, -50%) scale(1.2);
}
main .sidebar {
  border-color: #f5d799;
}
main .sidebar ul li.active a {
  color: #ad62a0;
}
main .product-area .lSSlideOuter .lslide {
  overflow: hidden;
  height: 400px;
}
@media (min-width: 994px) {
  main .product-area .lSSlideOuter .lslide {
    height: 500px;
  }
}
main .product-area .lSSlideOuter .lslide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .product-area .lSSlideOuter .lSPager.lSGallery li {
  height: 65px;
}
@media (min-width: 769px) {
  main .product-area .lSSlideOuter .lSPager.lSGallery li {
    height: 80px;
  }
}
@media (min-width: 1201px) {
  main .product-area .lSSlideOuter .lSPager.lSGallery li {
    height: 100px;
  }
}
main .product-area .lSSlideOuter .lSPager.lSGallery li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .product-area .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 30px;
}
@media (min-width: 994px) {
  main .product-area .product-info {
    padding: 0px 20px 0;
  }
}
main .product-area .product-info .type {
  border-radius: 12px;
  padding: 4px 12px;
  background-color: #d195c7;
  color: #fff;
  margin-bottom: 10px;
}
main .product-area .product-info .product-price {
  display: flex;
  align-items: center;
}
main .product-area .product-info .product-price .main-price {
  color: #ffa188;
}
main .product-area .product-info .product-price .onsale-price {
  margin-left: 20px;
}
main .product-area .product-info .product-price .onsale-price span {
  color: #ff2323;
}
main .product-area .product-info hr {
  width: 100%;
  border: 1px solid #999;
  margin: 4px 0;
}
main .product-area .product-info .product-content {
  flex-grow: 1;
  margin: 10px 0;
}
main .adopt-story-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .tips-intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
main .donate-area {
  padding: 16px;
}
main .donate-area input[type=text] {
  padding: 4px 8px;
  max-width: 140px;
  height: 30px;
  text-align: center;
}
main .contact-area i {
  color: #d195c7;
  margin-right: 10px;
}
main .contact-area .route-list li {
  margin-bottom: 10px;
}
main .cart-area {
  width: 100%;
  text-align: center;
  counter-reset: circle-head;
}
main .cart-area .cart-checkout-process {
  position: relative;
  text-align: left;
  padding: 0 0 16px 32px;
}
main .cart-area .cart-checkout-process::before {
  font-family: "Open Sans", sans-serif;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  counter-increment: circle-head;
  content: counter(circle-head);
  border-radius: 50%;
  color: #fff;
  background-color: #d195c7;
  text-align: center;
  font-size: 14px;
}
main .cart-area .cart-list {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
main .cart-area .cart-list table {
  width: max(600px, 100%);
  border-collapse: collapse;
  padding: 24px;
}
main .cart-area .cart-list table thead th {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 218, 205, 0.6);
  padding: 16px 10px;
}
main .cart-area .cart-list table tbody tr td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 218, 205, 0.6);
}
main .cart-area .cart-list table tbody tr .delete-btn {
  padding: 0 0 0 16px;
  width: 40px;
}
main .cart-area .cart-list table tbody tr .delete-btn i {
  font-size: 24px;
  color: #8f8f8f;
  cursor: pointer;
}
main .cart-area .cart-list table tbody tr .delete-btn i:hover {
  color: #d195c7;
}
main .cart-area .cart-list table tbody tr .img-col {
  width: 100px;
}
main .cart-area .cart-list table tbody tr .img-col .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  overflow: hidden;
  padding-bottom: 100px;
}
main .cart-area .cart-list table tbody tr .img-col .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
main .cart-area .cart-list table tbody tr .product-name {
  width: 40%;
  text-align: left;
}
main .cart-area .price-count {
  background-color: rgba(255, 218, 205, 0.6);
  width: 100%;
  padding: 16px 30px;
  border-radius: 0 0 10px 10px;
}
main .cart-area .price-count .item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
main .cart-area .price-count .item p {
  font-size: 18px;
}
main .cart-area .shipping-detail {
  padding: 16px;
}
main .cart-area .shipping-detail .radio-group {
  position: relative;
}
main .cart-area .shipping-detail .radio-group input[type=radio] {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  margin: 0;
}
main .cart-area .shipping-detail .radio-group input[type=radio]:checked + p {
  background-color: rgba(209, 149, 199, 0.2);
  border: 2px solid #d195c7;
}
main .cart-area .shipping-detail .radio-group p {
  width: 100%;
  padding: 12px 12px 12px 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
main .cart-area .shipping-detail .radio-group p .sub-label {
  color: #747474;
  font-size: 14px;
}
main .cart-area .cart-btn-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
}
@media (min-width: 769px) {
  main .cart-area .cart-btn-area {
    flex-direction: row;
    justify-content: space-between;
  }
}
main .cart-area .cart-btn-area .btn {
  width: 100%;
  padding: 6px 20px;
}
@media (min-width: 769px) {
  main .cart-area .cart-btn-area .btn {
    width: auto;
    padding: 6px 40px;
  }
}
main .cart-area .cart-btn-area .btns {
  display: flex;
  gap: 12px;
}
main .contact-info-block {
  max-width: 400px;
}

.recipient-detail textarea,
.recipient-detail input,
.member-area textarea,
.member-area input {
  color: #8f8f8f;
  border: 1px solid rgba(209, 149, 199, 0.6);
  border-radius: 10px;
  margin: 0;
  padding: 0 20px;
  height: 50px;
  width: 100%;
}
.recipient-detail textarea::-moz-placeholder, .recipient-detail input::-moz-placeholder, .member-area textarea::-moz-placeholder, .member-area input::-moz-placeholder {
  color: #747474;
}
.recipient-detail textarea::placeholder,
.recipient-detail input::placeholder,
.member-area textarea::placeholder,
.member-area input::placeholder {
  color: #747474;
}
.recipient-detail textarea:focus,
.recipient-detail input:focus,
.member-area textarea:focus,
.member-area input:focus {
  outline: auto;
  outline-color: #d195c7;
}

.block-border {
  border: 5px solid rgba(255, 218, 205, 0.6);
  border-radius: 10px;
}

.block-border-primary {
  border: 5px solid rgba(209, 149, 199, 0.2);
  border-radius: 10px;
}

.member-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-nav .nav-item {
  width: 50%;
  text-align: center;
}
@media (min-width: 769px) {
  .member-nav .nav-item {
    width: auto;
  }
}
.member-nav .nav-item .nav-link {
  color: #8f8f8f;
  font-size: 20px;
}
@media (min-width: 769px) {
  .member-nav .nav-item .nav-link {
    font-size: 24px;
  }
}
.member-nav .nav-item .active {
  color: #d195c7;
  pointer-events: none;
}

.member-order table {
  width: max(600px, 100%);
  text-align: center;
  table-layout: fixed;
}
.member-order table th {
  padding: 16px 10px;
  border-bottom: 2px solid rgba(255, 218, 205, 0.6);
}
.member-order table td {
  padding: 16px;
}

.disabled-area {
  pointer-events: none; /* 禁用所有點擊事件 */
}

/* 當 input 被選中時，給予該 li 加上邊框 */
.disabled-area input:checked:enabled {
  border: 2px solid #000; /* 可以自定義邊框樣式 */
  pointer-events: auto; /* 讓 checked 的選項可以互動 */
}/*# sourceMappingURL=custom.css.map */