@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Outfit", "Noto Sans TC", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
:root {
  --swiper-theme-color: #ffce00 !important;
}
/* 反白顏色 */
::selection {
  background: #ffcc00;
  /* color: 文字顏色值; */
}
::-moz-selection {
  background: #ffcc00;
  /* color: 文字顏色值; */
}
.loader-inner {
  width: 100vw;
  height: 100vh;
  margin: 0;
  position: fixed;
  z-index: 9999;
}
/* 這行是最上面的板頭 */
header > .inner {
  background-color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); */
}

/* hoho的logo */
header > .inner a.logo {
  background: url(../images/icon_hoho-02.svg) no-repeat center;
  background-size: cover;
  width: 200px;
  height: 140px;
  left: -15px;
}
/* hoho的logo滑鼠移過去後 */
header > .inner a.logo:hover {
  filter: brightness(1.1);
  transition: 0.2s;
}
/* 右上的icon */
header ul.wrap-link li i[class*="icon-"],
header ul.wrap-link li a[class*="icon-"] {
  background-color: #ffce00;
  color: #ffffff;
  transition: 0.2s;
}
/* 右上的icon滑鼠移過去後 */
header ul.wrap-link li i[class*="icon-"]:hover,
header ul.wrap-link li a[class*="icon-"]:hover {
  background-color: #ffce00;
  transition: 0.2s;
}
/* icon旁邊的文字 */
header ul.wrap-link li span {
  color: #222222;
  margin-right: 10px;
  transition: 0.2s;
}
footer {
  position: relative;
  clear: both;
}

/*-------------------------------------------------------- 從這邊開始是內容大框架 */
section#hohofirst {
  width: 100%;
  height: auto;
  position: relative;
}
section#hohosecond {
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}
section#hohothird {
  background-color: #eeeeee;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}
/*-------------------------------------------------------- 主視覺 */
.pagelogo {
  margin: 0 0 20px 0;
}
.pagelogo img {
  width: 250px;
}
.container {
  padding: 0;
}

.topbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.topbar li:nth-child(1) {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.everybigtitle {
  font-size: 1.2rem;
  margin: 0;
  position: relative;
}

/*-------------------------------------------------------- Banner區 */
.first-main {
  background: transparent;
  height: auto;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
}
#banner-box {
  background: transparent;
  width: 100%;
  height: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.splide__slide.is-active {
  opacity: 1 !important;
}
.splide__slide {
}
.ourbanner {
  border-radius: 5px;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  clip-path: inset(0px round 5px);
  position: relative;
  opacity: 0.7;
  background-color: #222222;
}
.ourbanner img {
  display: block;
  width: 100%;
}
.banner-smallbg {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
}
.bannertag {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 2px;
}
.bannertext {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
/* #fist-main-btn-right {
  right: 23.4375vw !important;
}
#fist-main-btn-left {
  left: 23.4375vw !important;
} */

/*-------------------------------------------------------- 影片區 */
.second-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.video-main {
  background: transparent;
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  padding: 0;
  margin: 20px auto;
}
#video-box {
  background: transparent;
  width: 100%;
  height: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ourvideo {
  background-color: #eeeeee;
  height: 350px !important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  clip-path: inset(0px round 5px);
  overflow: hidden;
}
.ourvideo img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video-smallbg {
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
}
.videotag {
  color: #fff;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 2px;
}
.videotext {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*-------------------------------------------------------- 商品區 */
.third-main {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
  margin: 0 auto;
  position: relative;
}

#grid {
  width: 100%;
  margin: 20px auto 0 auto;
  position: relative;
  /* display: flex;
  flex-wrap: wrap; */
  column-count: 3;
  /*欄數*/
  column-gap: 10px;
  /*每欄間隔*/
}
.grid-item {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
  margin: 0 auto 10px;
  break-inside: avoid;
  /*定義頁面、列或是區域發生中斷時的元素表現方式。 auto->元素中斷、acoid->元素不中斷*/
}
.grid-item img {
  width: 100%;
  display: block;
}

.pd-top {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.pd-tag-style-yellow {
  width: 30px;
  height: 30px;
  background-color: #ffce00;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(50%);
  margin-right: 10px;
}
.pd-tag-style-blue {
  width: 30px;
  height: 30px;
  background-color: #97e0ff;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(50%);
  margin-right: 10px;
}
.pd-tag-style-grey {
  width: 30px;
  height: 30px;
  background-color: #cfcfcf;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(50%);
  margin-right: 10px;
}
.pd-tag-style-purple {
  width: 30px;
  height: 30px;
  background-color: #e7c1ff;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(50%);
  margin-right: 10px;
}

.pd-tag {
  width: calc(100% - 50px);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pd-main {
  width: 100%;
  padding: 10px;
}
.pd-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pd-text {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  color: gray;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 10px 0;
}
.pd-btn {
  width: 100%;
  height: 40px;
  background-color: #ff9446;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/*-------------------------------------------------------- 選單 */
nav {
  z-index: 999;
  background-color: transparent;
}
nav .inner {
  margin-top: 60px;
  padding: 0px 20px;
  background-color: transparent;
  transition: 0.2s;
}
nav .inner a {
  width: 100%;
  background-color: #ffce00;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  transition: 0.2s;
  font-size: 1.2rem;
}

nav .inner a:hover {
  background-color: #222222;
  /* transform: translateY(-10px); */
  color: #fff;
  transition: 0.2s;
}

/*-------------------------------------------------------- 開始商品列表 */

/* 注意事項 */
section#notice ul.list-num {
  padding: 0px 30px 10px 50px;
  background-color: transparent;
  color: #222;
}
section#notice ul.list-num li {
  list-style: decimal;
  margin-bottom: 10px;
}
/* 回到上方 */
a#backTop {
  background-color: #444;
}

@media (max-width: 1440px) {
}

@media (max-width: 1350px) {
}

@media (max-width: 980px) {
}

@media (max-width: 789px) {
}

@media (max-width: 550px) {
  header > .inner a.logo {
    background: url(../images/icon_hoho-02.svg) no-repeat center;
    background-size: cover;
    width: 150px;
    height: 100px;
    left: -15px;
  }
  .pagelogo img {
    width: 150px;
  }
  #grid {
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    /* display: flex;
  flex-wrap: wrap; */
    column-count: 2;
    /*欄數*/
    column-gap: 10px;
    /*每欄間隔*/
  }
  .grid-item {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    box-sizing: border-box;
    margin: 0 auto 10px;
    break-inside: avoid;
    /*定義頁面、列或是區域發生中斷時的元素表現方式。 auto->元素中斷、acoid->元素不中斷*/
  }
    .ourbanner{
        width: 100%;
    }

}

@media (max-width: 420px) {
}

@media (max-width: 375px) {
}
