@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


body *{
    font-family: 'Montserrat','Noto Sans TC','微軟正黑體';
}
nav.nav {
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    transition: 0.3s;
    /*黏*/
  }
  nav.nav .nav-list {
    color: unset;
    background: #75451a;
    padding: 0 24px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
  nav.nav .nav-list * {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  @media (max-width: 768px) {
    nav.nav .nav-list * {
      font-size: 18px;
      font-weight: 500;
    }
  }
  @media (max-width: 576px) {
    nav.nav .nav-list {
      flex-wrap: nowrap;
      justify-content: center;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: scroll;
      margin-left: 0%;
      margin: 0px auto;
      padding: 0 8px;
    }
  }
  nav.nav .nav-list .nav-tab {
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 16px;
    white-space: nowrap;
    color: #fff;
    background: unset;
  }
  nav.nav .nav-list .nav-tab:hover {
    color: #ffe17e;
    background: unset;
  }
  @media (max-width: 576px) {
    nav.nav .nav-list .nav-tab:hover {
      color: #ffe17e;
      background: unset;
    }
  }
  nav.nav .nav-list .nav-tab.on {
    color: #fff;
    background: #FF6C55;
  }
  nav.nav .nav-list .nav-tab:nth-of-type(1)::before {
    content: "";
    position: absolute;
    background: url(../images/new-icon.png) top center no-repeat;
    width: 69px;
    height: 45px;
    left: -42px;
    top: -12px;
  }
  nav.nav.sticky {
    position: sticky;
    top: 0;
    left: 0;
    margin: 0px auto;
  }















.poi-goods {
    padding: 40px 0;
    position: relative;
    z-index: 0;
    text-align: center;
    /*三個一排*/
    /*切換*/
    /*一般的樣式*/
    /*poi選單*/
  }
  .poi-goods .ph {
    margin: 40px auto 16px auto;
  }
  @media (max-width: 992px) {
    .poi-goods .ph {
      margin: 16px auto 16px auto;
    }
  }
  .poi-goods.poi-3 .ph-group-content {
    width: calc(33.3333333333% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-3 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-3 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 11px);
  }
  @media (max-width: 992px) {
    .poi-goods.poi-2 .ph-group-content {
      width: calc(50% - 16px);
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-2 .ph-group-content {
      width: 90%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-change .ph-group {
    display: none;
  }
  .poi-goods.poi-change .ph-group.on {
    display: flex;
  }
  .poi-goods.poi-change .ph-group-title {
    display: none;
  }
  .poi-goods .ph-title {
    display: flex !important;
    flex-wrap: nowrap;
    font-size: 48px;
    font-weight: 700;
    color: #FF5136;
    background: unset;
    justify-content: center;
    margin-bottom: 40px;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-title {
      font-size: 32px;
    }
  }
  @media (max-width: 992px) {
    .poi-goods .ph-title {
      margin-bottom: 24px;
    }
  }

  @media (max-width: 768px) {
    .poi-goods .ph-title div {
      min-width: 296px;
    }
  }

  @media (max-width: 576px) {
    .poi-goods .ph-title div::before {
      content: none;
    }
  }

  @media (max-width: 576px) {
    .poi-goods .ph-title div::after {
      content: none;
    }
  }
  .poi-goods .ph-group-title {
    display: block;
    padding: 24px 0;
    color: #000;
    background: unset;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group {
    display: flex;
    margin: 0px auto 80px auto;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    gap: 16px;
    padding: 16px 0;
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group {
      flex-wrap: nowrap;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: scroll;
      margin-left: 0%;
      padding: 8px 0px;
    }
  }
  .poi-goods .ph-group-content {
    border-radius: 10px;
    padding: 16px 16px 45px 16px;
    position: relative;
    width: calc(25% - 12px);
    transition: 0.3s;
    color: unset;
    background: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content {
      width: calc(50% - 16px);
      padding: 14px 14px 43px 14px;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-group-content {
      width: 85%;
      flex-shrink: 0;
    }
  }
  .poi-goods .ph-group-content:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  }
  .poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
    color: #FFF;
    background: #5AC4F1;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content.box1 {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    padding: 16px;
  }
  .poi-goods .ph-group-content.box1 .ph-group-content-photo {
    width: 45%;
    display: inline-block;
  }
  .poi-goods .ph-group-content.box1 .ph-group-content-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .poi-goods .ph-group-content.box1 .ph-group-content-text {
    width: 53%;
    display: inline-block;
    padding: 0 0 29px 0;
  }
  .poi-goods .ph-group-content.box2 {
    width: 45%;
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px;
  }
  .poi-goods .ph-group-content.box2 .ph-group-content-photo {
    width: 55%;
    display: inline-block;
  }
  .poi-goods .ph-group-content.box2 .ph-group-content-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .poi-goods .ph-group-content.box2 .ph-group-content-text {
    width: calc(45% - 16px);
    display: inline-block;
    padding: 0 0 29px 0;
  }
  .poi-goods .ph-group-content.box3 {
    width: 30%;
    flex-grow: 1;
  }
  .poi-goods .ph-group-content-photo {
    display: block;
    overflow: hidden;
  }
  .poi-goods .ph-group-content-photo img {
    width: 100%;
  }
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #FFF;
    background: #FF5136;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-photo .ph-group-content-tag {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
    }
  }
  .poi-goods .ph-group-content-text-name {
    padding: 0;
    margin: 8px auto;
    color: #542F28;
    background: unset;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-name {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail {
    margin: 8px auto;
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-detail a {
    color: #515151;
    background: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-detail a {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price {
    position: absolute;
    right: 16px;
    bottom: 16px;
    letter-spacing: 0.2px;
    font-family: "Montserrat", "Noto Sans TC";
    color: #FF5136;
    background: unset;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-price span {
    vertical-align: baseline !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-price span {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale {
    color: #7D4137;
    background: #FCF77F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-text-sale a {
    padding: 8px;
    display: block;
    color: #7D4137;
    background: #FCF77F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-text-sale a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods .ph-group-content-otherlink {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  @media (max-width: 992px) {
    .poi-goods .ph-group-content-otherlink {
      bottom: 14px;
      right: 14px;
    }
  }
  .poi-goods .ph-group-content-otherlink a:empty {
    display: none;
  }
  .poi-goods .ph-group-content-otherlink a {
    color: #5AC4F1;
    background: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 16px;
    border: 2px solid #B1382F;
    border-radius: 50px;
  }
  @media (max-width: 768px) {
    .poi-goods .ph-group-content-otherlink a {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
  }
  .poi-goods.poi-hide-menu .ph-menu {
    display: none;
  }
  .poi-goods .ph-menu {
    display: inline-flex;
    justify-content: center;
  }
  @media (max-width: 576px) {
    .poi-goods .ph-menu {
      flex-wrap: nowrap;
      justify-content: center;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      overflow-x: scroll;
      margin-left: 0%;
    }
  }
  .poi-goods .ph-menu .slidecontain {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    
    width: 100%;
    gap: 8px;
  }
  @media (max-width: 576px) {
    .poi-goods .ph-menu .slidecontain {
      flex-wrap: nowrap;
      justify-content: flex-start;
      display: inline-flex;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-menu .slidecontain li {
      flex-shrink: 0;
      width: auto;
      flex-grow: 0;
    }
  }
  .poi-goods .ph-menu .slidecontain li a {
    padding: 8px 16px;
    display: block;
    color: #fff;
    background:#838383;
    font-size: 16px;
    font-weight: 400px;
    line-height: 1;
    border-radius: 50px;
  

  }
  @media (max-width: 768px) {
    .poi-goods .ph-menu .slidecontain li a {
      font-size: 14px;
      font-weight: 400px;
      line-height: 1;
    }
  }
  @media (max-width: 576px) {
    .poi-goods .ph-menu .slidecontain li a {
      padding: 5px 10px;
    }
  }
  .poi-goods .ph-menu .slidecontain li:hover a, .poi-goods .ph-menu .slidecontain li.on a {
    color: #fff;
    background: #FF5136;
    font-weight: 700;
  }
  .poi-goods.poi-hide-price .ph-group-content {
    padding: 16px;
  }
  @media (max-width: 992px) {
    .poi-goods.poi-hide-price .ph-group-content {
      padding: 14px;
    }
  }
  .poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-price {
    display: none;
  }
  .poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-sale {
    display: none;
  }
  .poi-goods.hide-ph-group-title .ph-group-title {
    display: none;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content {
    /*除了第一和第二個*/
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
    padding: 16px;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
    width: 45%;
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px;
  }
  @media (max-width: 992px) {
    .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
      width: calc(50% - 16px);
      padding: 14px 14px 43px 14px;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
      width: 85%;
      flex-shrink: 0;
    }
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
    width: 55%;
    display: inline-block;
  }
  @media (max-width: 992px) {
    .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
      display: block;
      width: 100%;
    }
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo img, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    display: block;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
    width: calc(45% - 16px);
    display: inline-block;
    padding: 0 0 29px 0;
  }
  @media (max-width: 992px) {
    .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
      display: block;
      width: 100%;
    }
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale {
    color: #7D4137;
    background: #FCF77F;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale a {
    padding: 8px;
    color: #7D4137;
    background: #FCF77F;
  }
  @media (max-width: 992px) {
    .poi-goods.poi-pic-onlytext .ph-group-content {
      width: 100%;
    }
  }
  @media (max-width: 576px) {
    .poi-goods.poi-pic-onlytext .ph-group-content {
      width: 85%;
    }
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo {
    display: inline-block;
    overflow: unset;
    flex-shrink: 0;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo img {
    display: none;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo .ph-group-content-tag {
    position: relative;
    top: 16px;
    left: -16px;
    border-radius: 0px 20px 20px 0px;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text {
    display: inline-block;
    flex-shrink: 1;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    color: #FF5136;
    background: unset;
  }
  .poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    padding: 0px;
    color: #FF5136;
    background: unset;
  }