@charset "UTF-8";
body {
  background: #FDF9EE;
}

.bananapetshop-container.bananapetshop-home.bananapetshop-swiper {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper {
  width: 100%;
  aspect-ratio: 150/80;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper {
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .swiper-slide {
  width: 100%;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .swiper-slide .home-banner {
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  display: flex;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .swiper-slide .home-banner .inter {
  padding: 108px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .tag-container {
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid var(--Gray-07, #FFF);
  color: var(--Gray-07, #FFF);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 3px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .inter > div {
  width: 486px;
  padding: 20px 40px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .inter > div h2 {
  color: var(--Gray-07, #FFF);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Noto Sans TC";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  padding: 24px 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper .inter > div p {
  color: #FFF;
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper button {
  position: relative;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  background: var(--Primary-02, #FABE00);
  border-radius: 200px;
  border: 0;
  overflow: hidden;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper button a {
  color: var(--Gray-07, #FFF);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  text-decoration: none;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper button a.hover {
  position: absolute;
  top: 100px;
  z-index: 10;
  left: 0;
  background: #fff;
  color: #FABE00;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .home-swiper button:hover .hover {
  top: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-image: url(../images/mask-bg.svg);
  width: 100%;
  aspect-ratio: 7/1;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container {
  position: relative;
  margin: 0 auto;
  padding-left: 108px;
  display: flex;
  gap: 50px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container a {
  position: relative;
  height: 46px;
  width: 46px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container a .static {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container a .hover {
  display: none;
  transition: all 0.3s ease-in-out;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container a:hover .hover {
  display: block;
  position: absolute;
  top: -8px;
  left: -2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .bananapetshop-home-banner-mask .container-fluid.share-container a:hover .static {
  display: none;
  opacity: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical {
  right: 9.5% !important;
  left: auto;
  z-index: 9999;
  top: 40%;
  transform: translateY(-50%);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical .swiper-pagination-bullet {
  position: relative;
  opacity: 1 !important;
  margin-top: 24px !important;
  background: transparent !important;
  height: 16px;
  width: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical .swiper-pagination-bullet .circle-container {
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin: 10px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical .swiper-pagination-bullet .circle-border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: radial-gradient(transparent 6px, black 6px);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical .swiper-pagination-bullet .circle-center {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 30px;
  left: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-swiper .swiper-pagination-vertical .swiper-pagination-bullet .circle-inter {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-news {
    padding: 0 !important;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div {
  padding: 0;
  max-width: 1354px;
  width: 100%;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div h2 {
  color: var(--gray-1, #1C1C1C);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.88px;
  padding-bottom: 60px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container {
  max-width: 1200px;
  width: 100%;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide {
  border-radius: 20px 20px;
  overflow: hidden;
  background: var(--gray-8, #FFF);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide a img {
  width: 100%;
  aspect-ratio: 384/250;
  height: unset;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide a img:hover {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div a {
  text-decoration: none;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div a h3 {
  color: var(--gray-1, #1C1C1C);
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div date {
  color: var(--gray-1, #1C1C1C);
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.7px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div main a {
  color: var(--gray-3, #7A7A7A);
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button {
  border-radius: 999px;
  border: 1px solid var(--gray-4, #D1D1D1);
  background: var(--gray-8, #FFF);
  padding: 0;
  overflow: hidden;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a {
  position: relative;
  color: var(--gray-1, #1C1C1C);
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  padding: 15px 40px;
  display: block;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a span {
  transition: all 0.6s ease-in-out;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a:after {
  display: block;
  position: absolute;
  content: attr(data-text);
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  transform: translateY(-600%) rotate(-45deg);
  transition: all 0.6s ease-in-out;
  z-index: 2;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFE6A7;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  transform: translateX(-999px);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a:hover:after {
  transform: translateY(-20px) translateX(-5px) rotate(0);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a:hover:before {
  transform: translateX(0);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .new-swiper-container .newsSwiper .swiper-slide > div button a:hover span {
  opacity: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-prev {
  top: 50%;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.6s ease-in-out;
  z-index: 99;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-prev {
    display: none !important;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-prev:hover {
  background: #FFE6A7;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-next {
  top: 50%;
  right: 0;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 99;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-next {
    display: none !important;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-news > div .newsSwiper-button-next:hover {
  background: #FFE6A7;
}

.bananapetshop-container.bananapetshop-home.bananapetshop-guides {
  background: #fff8ee;
  padding: 48px 20px 64px;
  color: #2b2b2b;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides {
    padding: 20px 30px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-guides__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-section-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #fbf1d9;
  border-radius: 999px;
  margin: 0 auto 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-section-title__icon {
  font-size: 20px;
  line-height: 1;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-section-title__text {
  font-size: 22px;
  margin: 0;
  letter-spacing: 0.06em;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat {
    padding: 40px 0;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat .bananapetshop-card__media:hover img {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat .bananapetshop-card__noimg {
  width: 100%;
  aspect-ratio: 16/9;
  background: #e5e7eb;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header {
  margin-bottom: 60px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background: #FFE6A7;
  border-radius: 999px;
  font-weight: 600;
  padding: 24px 80px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label {
    padding: 20px 30px;
    gap: 10px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label-icon {
  font-size: 14px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label-icon svg {
    width: 20px;
    height: 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label-text {
  color: var(--gray-1, #1C1C1C);
  text-align: center;
  /* headline/2 */
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: 2.88px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat__header .bananapetshop-cat__label-text {
    font-size: 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-card__media {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 588/424;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-cat__grid--t2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-cat__grid--t2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-cat__grid--t2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact {
  border-radius: 18px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact:hover {
  transform: translateY(-2px);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__excerpt {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__excerpt a {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__thumb {
    border-radius: 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 282/186;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__thumb img:hover {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__tag {
  color: var(--gray-1, #1C1C1C);
  margin: 30px 0;
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__title {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 .bananapetshop-card--compact__title a {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👇 關鍵修復屬性 👇 */
  word-break: break-all; /* 強制斷字，避免符號卡住 */
  overflow-wrap: break-word; /* 允許長詞斷行 */
  line-height: 1.4; /* 固定行高，避免計算誤差 */
  height: 2.8em; /* 2 行 × 1.4 = 確保容器高度精準 */
  letter-spacing: 0.01px; /* 👈 微調字距，觸發正確斷行（關鍵！）*/
  white-space: normal; /* 確保允許換行 */
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 bananapetshop-card--compact__excerpt {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template1 bananapetshop-card--compact__excerpt a {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid {
    grid-template-columns: 1fr;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb {
  width: 201px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb {
    width: 150px;
    border-radius: 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb img {
  width: 100%;
  height: unset;
  object-fit: cover;
  aspect-ratio: 201/151;
  display: block;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb img:hover {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item {
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__link {
  display: grid;
  grid-template-columns: 201px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__link {
    grid-template-columns: 1fr 3fr;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__noimg {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: #e5e7eb;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 4px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__tag {
  color: var(--gray-1, #1C1C1C);
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  padding: 10px 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__tag {
    margin-bottom: 0;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__title {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__title a {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👇 關鍵修復屬性 👇 */
  word-break: break-all; /* 強制斷字，避免符號卡住 */
  overflow-wrap: break-word; /* 允許長詞斷行 */
  line-height: 1.4; /* 固定行高，避免計算誤差 */
  height: 2.8em; /* 2 行 × 1.4 = 確保容器高度精準 */
  letter-spacing: 0.01px; /* 👈 微調字距，觸發正確斷行（關鍵！）*/
  white-space: normal; /* 確保允許換行 */
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__excerpt {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__more {
  margin-top: 6px;
  font-size: 13px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__badge {
  color: var(--gray-1, #1C1C1C);
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  margin: 30px 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__badge a {
  color: var(--gray-1, #1C1C1C);
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-card__title {
  color: var(--gray-1, #1C1C1C);
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-card__excerpt {
  margin: 0 0 10px;
  font-size: 14px;
  opacity: 0.95;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-button {
  display: inline-block;
  font-size: 13px;
  padding: 8px 12px;
  background: #fff;
  color: #111;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template2 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-button:hover {
  transform: translateY(-1px);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-cat__grid--t2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-cat__grid--t2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-cat__grid--t2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact {
  border-radius: 18px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact:hover {
  transform: translateY(-2px);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__thumb {
  position: relative;
  margin: 0 0 10px;
  border-radius: 30px;
  overflow: hidden;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 282/186;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__thumb img:hover {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  font-family: "Noto Sans TC";
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__title {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__title a {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👇 關鍵修復屬性 👇 */
  word-break: break-all; /* 強制斷字，避免符號卡住 */
  overflow-wrap: break-word; /* 允許長詞斷行 */
  line-height: 1.4; /* 固定行高，避免計算誤差 */
  height: 2.8em; /* 2 行 × 1.4 = 確保容器高度精準 */
  letter-spacing: 0.01px; /* 👈 微調字距，觸發正確斷行（關鍵！）*/
  white-space: normal; /* 確保允許換行 */
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__excerpt {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template3 .bananapetshop-card--compact__excerpt a {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid {
    grid-template-columns: 1fr;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb {
  width: 201px;
  max-width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb {
    width: 150px;
    border-radius: 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb img {
  width: 100%;
  height: unset;
  object-fit: cover;
  aspect-ratio: 201/151;
  display: block;
  transition: transform 0.4s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__thumb img:hover {
  transform: scale(1.02);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item {
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__link {
  display: grid;
  grid-template-columns: 201px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__link {
    grid-template-columns: 1fr 3fr;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__noimg {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: #e5e7eb;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 4px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__tag {
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  background: #1C1C1C;
  border-radius: 999px;
  padding: 3px 8px;
  width: max-content;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__title {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__title a {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 👇 關鍵修復屬性 👇 */
  word-break: break-all; /* 強制斷字，避免符號卡住 */
  overflow-wrap: break-word; /* 允許長詞斷行 */
  line-height: 1.4; /* 固定行高，避免計算誤差 */
  height: 2.8em; /* 2 行 × 1.4 = 確保容器高度精準 */
  letter-spacing: 0.01px; /* 👈 微調字距，觸發正確斷行（關鍵！）*/
  white-space: normal; /* 確保允許換行 */
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__excerpt {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__excerpt a {
  color: var(--gray-3, #7A7A7A);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__excerpt {
    display: none;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-list .bananapetshop-item__body .bananapetshop-item__more {
  margin-top: 6px;
  font-size: 13px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 60%, rgb(0, 0, 0) 100%);
  color: #fff;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-card__title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.3;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-card__excerpt {
  margin: 0 0 10px;
  font-size: 14px;
  opacity: 0.95;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-button {
  display: inline-block;
  font-size: 13px;
  padding: 8px 12px;
  background: #fff;
  color: #111;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-guides .bananapetshop-cat--template4 .bananapetshop-cat__grid .bananapetshop-card__overlay .bananapetshop-button:hover {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-about {
    padding: 0;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div h2.index_about_title {
  color: var(--gray-1, #1C1C1C);
  text-align: center;
  /* headline/2 */
  font-family: "Noto Sans TC";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: 2.88px;
  margin-bottom: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_content {
  color: #000;
  text-align: center;
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_content {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_content {
    padding: 0 20px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .social-container-items {
  gap: 65px;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-about > div .social-container-items {
    gap: 30px;
    margin: 30px 0;
    padding: 0 60px;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item {
  aspect-ratio: 1/1.3;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item {
    aspect-ratio: 1/1;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item:hover > .thumbnail-container .thumbnail {
  transform: scale(1);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item > .thumbnail-container .thumbnail {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  transform: scale(0.95);
  transition: transform 0.5s ease;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item > .thumbnail-container .thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item > .thumbnail-container .content-container h3 {
  color: var(--gray-8, #FFF);
  text-align: center;
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide .index_about_item > .thumbnail-container .content-container .excerpt {
  color: var(--gray-8, #FFF);
  text-align: center;
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .index_about_items .swiper-slide.swiper-slide-next .index_about_item {
  justify-content: flex-end;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .about_swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-about > div .about_swiper-pagination .swiper-pagination-bullet {
  background: #FFE6A7;
  width: 10px;
  height: 10px;
}

.shop-publicity-category-container > div {
  width: 100%;
  max-width: 1200px;
}
.shop-publicity-category-container > div > div {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .shop-publicity-category-container > div > div {
    padding: 10px 0px;
  }
}
.shop-publicity-category-container > div > div .category__publicity__template_1 img {
  width: 100%;
  aspect-ratio: 2/1;
}
.shop-publicity-category-container > div > div .category__publicity__template_2 img {
  width: 100%;
}
.shop-publicity-category-container > div > div .category__publicity__template_3 .publicity__Swiper {
  width: 100%;
  aspect-ratio: 2/1;
}
.shop-publicity-category-container > div > div .category__publicity__template_3 .publicity__Swiper .swiper-slide {
  aspect-ratio: 2/1;
}
.shop-publicity-category-container > div > div .category__publicity__template_3 .publicity__Swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 2/1;
}
.shop-publicity-category-container > div > div .publicity__swiper-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-publicity-category-container > div > div .publicity__swiper-pagination .swiper-pagination-bullet {
  background: #FFE6A7;
}

.bananapetshop-container.bananapetshop-home.bananapetshop-social > div {
  padding: 80px 0 160px 0;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-social > div {
    padding: 40px 0 100px 0;
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items header {
  padding-bottom: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items header h3 {
  color: #000;
  text-align: center;
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
  margin: 0;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items header button {
  border-radius: 999px;
  border: 1px solid var(--gray-4, #D1D1D1);
  background: var(--gray-8, #FFF);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items header button a {
  padding: 15px 40px;
  color: var(--gray-1, #1C1C1C);
  /* btn */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items .swiper-slide {
  overflow: hidden;
  border-radius: 30px;
  max-width: 100% !important;
  width: 100% !important;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items .swiper-slide iframe {
  width: 100%;
  aspect-ratio: 588/384;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_yt_items .social__swiper-pagination .swiper-pagination-bullet {
  background: #1C1C1C;
  width: 12px;
  height: 12px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items header {
  padding-bottom: 30px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items header h3 {
  color: #000;
  text-align: center;
  margin: 0;
  /* headline/3 */
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 1.2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items header button {
  border-radius: 999px;
  border: 1px solid var(--gray-4, #D1D1D1);
  background: var(--gray-8, #FFF);
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items header button a {
  padding: 15px 40px;
  color: var(--gray-1, #1C1C1C);
  /* btn */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main {
  width: 100%;
  aspect-ratio: 588/384;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div {
  gap: 24px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item {
  aspect-ratio: 1/1;
  width: calc((100% - 48px) / 3);
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item {
    width: calc((100% - 24px) / 2);
  }
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item .thumbnail {
  background-size: cover;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item .thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item .show {
  background: transparent;
  border: none;
  right: 2px;
  color: #fff;
  top: 2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item .go {
  background: transparent;
  border: none;
  right: 2px;
  bottom: 2px;
}
.bananapetshop-container.bananapetshop-home.bananapetshop-social > div .index_instagram_items main > div .item .go a {
  color: #fff;
}

.social__swiper-pagination {
  padding: 20px 0;
}

#instaModal {
  padding: 0;
  max-width: 650px;
  aspect-ratio: 600/750;
  border-radius: 30px;
  overflow: hidden;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  #instaModal {
    max-width: 90%;
    width: 90%;
  }
}
#instaModal #instaModalInner {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 600/750;
}
@media (max-width: 768px) {
  #instaModal #instaModalInner {
    max-width: 100%;
  }
}
#instaModal #instaModalInner .swiper-slide {
  width: 100%;
  height: 100%;
}
#instaModal #instaModalInner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instaModal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
#instaModal .swiper-button-prev, #instaModal .swiper-button-next {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#instaModal .swiper-button-prev:hover, #instaModal .swiper-button-next:hover {
  opacity: 1;
}
#instaModal .swiper-button-prev svg, #instaModal .swiper-button-next svg {
  width: 20px;
}
#instaModal .swiper-button-prev:after, #instaModal .swiper-button-next:after {
  display: none;
}
#instaModal .swiper-pagination .swiper-pagination-bullet {
  background: #FFE6A7;
}
