:root{
  --card-items-per-row: 6; /*card每列數量*/
  --card-items-margin-x: 16px; /*card左右間距*/
  --card-items-margin-bottom: 24px; /*card下間距*/
}
.storepage-container{
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 24px;
}
.storepage-container-left{
  padding-right: 40px;
  width: 100%;
  min-width: 0;
}
.storepage-container-right{
  width: 250px;
  flex-shrink: 0;
  flex-basis: 250px;
}
@media (max-width: 1669px){
  :root{
      --card-items-per-row: 5;
      --card-items-margin-x: 16px;
      --card-items-margin-bottom: 20px;
  }
}
@media (max-width: 1399px){
  :root{
    --card-items-per-row: 4;
    --card-items-margin-x: 14px;
    --card-items-margin-bottom: 20px;
  }
  .storepage-container{
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 32px;
  }
}
@media (max-width: 1024px){
  :root{
      --card-items-per-row: 3;
      --card-items-margin-x: 10px;
      --card-items-margin-bottom: 16px;
  }
}
@media (max-width: 871px){
  :root{
    --card-items-per-row: 2;
    --card-items-margin-x: 9px;
    --card-items-margin-bottom: 16px;
  }
  .storepage-container{
    padding: 0 16px;
  }
  .storepage-container-left{
    padding: 0;
  }
  .storepage-container-right{
    display: none;
  }
}

.store-item-card-wrap{
  display: flex;
  flex-direction: column;
  width: 200px;
  width: calc(100% / var(--card-items-per-row) - var(--card-items-margin-x));
  margin-left: calc(var(--card-items-margin-x) / 2);
  margin-right: calc(var(--card-items-margin-x) / 2);
  margin-bottom: var(--card-items-margin-bottom);
}
.store-item-card{
  background-color: var(--background-1);
  box-shadow: 0px 3px 7px var(--shadow-1);
  position: relative;
}
.store-item-card:active,
.store-item-card:hover{
  box-shadow: 0px 3px 7px var(--shadow-2);
}
.store-item-card .pimg-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 190px;
  width: 100%;
  overflow: hidden;
  border: 10px solid var(--background-1);
  border-bottom: none;
}
.store-item-card .desc{
  padding: 5px 12px 10px;
}
.store-item-card .desc .title{
  color: var(--product-link);
  font-size: 15px;
  min-height: 44px;
  max-height: 44px;
}
.store-item-card .desc .price{
  color: var(--product-price);
  font-size: 21px;
  font-weight: bold;
}
.store-item-card .desc .o-price{
  font-size: 14px;
  color: var(--product-price-offline);
  text-decoration: line-through;
}


.list-wrap::after {
  content: "";
  flex: auto;
}

.copy-code {
  cursor: pointer;
}

.store-info-name {
  color: var(--foreground-1);
  font-weight: bold;
}

/* .store-cata {
  color: var(--text-color-BigGoY);
  font-size: 14px;
} */

.store-item{
  background-color: var(--bg-color-BgWhite);
}


.top-deals-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.top-deals-wrap pl{
  width: 270px;
}

@media (max-width: 768px) {
  .top-deals-wrap{
    row-gap: 16px;
  }
  .top-deals-wrap > *{
    width: 47%;
  }
  .top-deals-wrap pl{
    display: none;
  }
}

.like-store-item-wrap::after {
  content: '';
  flex: auto;
}

.cbinfo-qa-wrap {
  background-color: var(--background-1);
}

.more-cashback-qa{
  min-height: 46px;
  background-color: var(--bg-color-BigGoY1);
  color: var(--foreground-1);
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
[data-theme='dark'] .more-cashback-qa{
  background-color: rgb(182 136 0 / 50% );
}

.more-cashback-qa.have-qa{
  border-left: solid 1px #edf0f4;
  border-right: solid 1px #edf0f4;
  border-bottom: solid 1px #edf0f4;
}
[data-theme='dark'] .more-cashback-qa.have-qa{
  border-left: solid 1px rgb(237 240 244 / 10%);
  border-right: solid 1px rgb(237 240 244 / 10%);
  border-bottom: solid 1px rgb(237 240 244 / 10%);
}

.more-cashback-qa.have-no-qa{
  border: solid 1px #edf0f4;
}

.more-cashback-qa:hover{
  color: inherit;
  background-color: var(--btn-color-BigGoY2);
  text-decoration:none;
}
[data-theme='dark'] .more-cashback-qa:hover{
  background-color: #b68800;
}

@media (max-width: 768px) {
  .more-cashback-qa {
    border: 0!important;
  }
}

.payment {
  font-size: 11px;
  color: #24343f;
  margin-bottom: 15px;
}

.coupon-tag {
  background: #0fc9d3;
  color: #fff;
  font-size: 12px;
  min-width: 70px;
  height: 18px;
  white-space: nowrap;
  border-radius: 4px;
}

.cbinfo-qa-open {
  /* IE ONLY */
  max-height: 1000px !important; 
  max-height: unset !important;
}

.tab-link {
  text-decoration: none;
}

.cbinfo-item ul {
  list-style:none;
  padding: 0;
}

.store-hide-desc {
  display: none !important;
}

.store-service {
  line-height: 21px;
  word-break: break-word;
}

.coupon-btn-code {
  min-width: 208px;
  height: 52px;
  border-radius: 8px;
  border: dashed 1.5px var(--bg-color-Negative2);
  /* background-color: var(--bg-color-BgWhite); */
  color: var(--text-color-Negative);
  white-space: nowrap;
  cursor: pointer;
  max-width: 208px;
  padding-left: 18px;
  padding-right: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.coupon-btn-code input{
  width: 100%;
  background-color: var(--background-3);
  color: var(--foreground-1);
  -webkit-text-fill-color:  var(--foreground-1);
  height: 32px;
  box-shadow: none;
  border: none;
  opacity: 1;
  font-size: 17px;
  padding: 6px 8px;
  font-weight: bold;
  cursor: pointer;
}

.coupon-not-start input:disabled,
.coupon-item-over input:disabled {
  color: #bfc3c7 !important;
  -webkit-text-fill-color: #bfc3c7;
  opacity: 1;
}

.coupon-not-start a,
.coupon-item-over a {
  text-decoration:none;
}

.coupon-item-over a {
  cursor: default !important;
}

.coupon-not-start .coupon-btn-event,
.coupon-item-over .coupon-btn-event {
  background-color: #e0e2e5;
  border: none;
  color: var(--text-color-TextWhite) !important;
}

.cbinfo-img-con {
  position: relative;
}

.cbinfo-line-wrap {
  position: absolute;
  top: 5px;
  bottom: 40px;
  left: 57px;
}

.cbinfo-line {
  border: none;
  border-right: 1.5px #ffccd8 solid;
  border-left: 1.5px #ffccd8 solid;
  min-height: 100%;
  margin-bottom: -3px;
  background: #ffccd8;
}

.cbinfo-item ul {
  display: table;
}

.cbinfo-item li {
  display: table-row;
  padding-bottom: 5px;
}

.cbinfo-item li span {
  display: block;
  width: 100%;
  text-align: left;
}

@media (max-width:768px) {
  .cbinfo-item li span{
    display: table-cell;
    width: auto;
    text-align: left;
  }
  .store-cbinfo-cb{
    text-align: right !important;
  }
}

.store-cbinfo-cb {
  min-width: 50px;
  color: var(--cashback);
  text-align: right;
  font-weight: bold;
}

.hover-info {
  color: inherit !important;
}

.hover-info:hover {
  color: #1aa1a9 !important;
}

.coupon-pop-wrap {
  background-color: var(--background-overlay);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.coupon-pop {
  width: 620px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 var(--shadow-1);
  background-color: var(--background-1);
  padding: 70px 72px 40px 72px;
  position: relative;
}

.coupon-pop .event-btn {
  height: 64px;
  border-radius: 10px;
  background-color: #00bfc9;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.coupon-pop .code {
  min-height: 60px;
  border-radius: 8px;
  border: dashed 2px var(--bg-color-Negative2);
  color: var(--text-color-Negative);
  padding: 12px;
}

#coupon-pop-code {
  min-height: 36px;
  background-color: var(--background-3);
  color: var(--foreground-1);
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 12px;
  word-break: break-all;
}

#coupon-pop-title {
  color: var(--foreground-1);
  font-weight: bold;
  font-size: 18px;
}

#coupon-pop-subtitle {
  color: var(--foreground-3);
  font-size: 14px;
}

.coupon-close {
  position: absolute;
  top: 13px;
  right: 13px;
  height: 36px;
  cursor: pointer;
  z-index: 1;
}

.cbinfo-img {
  background: #fff;
  z-index: 1;
}

.store-tab {
  position: relative;
}
.store-tab .coupon-count{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f62257;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.coupon-count-red-label{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #f62257;
}


@media (min-width: 1200px) {
  .like-store {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* @media (max-width: 768px) and (min-width: 400px) {
  .around400 {
    justify-content: space-around !important;
  }
} */

@media (max-width: 768px) {

  .coupon-pop-wrap {
    padding: 0 8px 0 8px;
  }

  .coupon-pop .event-btn {
    height: 64px;
    border-radius: 10px;
    background-color: #00bfc9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .coupon-pop {
    padding: 60px 12px 40px 12px;
  }

  .coupon-desc {
    width: 100%;
  }

  .cbinfo-item li {
    padding: 14px 17px 11px 20px;
    border-top: 2px solid var(--border-color-BorderOGray2);
  }

  .tab-link {
    flex: 1;
  }

  .store-desc-wrap {
    padding: 0;
  }

  .like-store {
    max-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .like-store-item-wrap {
    max-height: 154px;
    overflow: hidden;
  }

  .like-store-item {
    max-height: 29px;
    max-width: 90px;
    background-color: #fff;
  }

  .store-info-wrap {
    box-shadow: 0 5px 10px 0 var(--shadow-1);
    background-color: var(--background-1);
    padding: 15px 15px 20px;
  }

  .store-info-img {
    margin-right: 12.4px;
  }

  .store-info-img .store-img {
    max-height: 57px;
    max-width: 130px;
    margin-bottom: 13px;
  }

  .store-cb {
    font-size: 18px;
    color: var(--cashback);
    font-weight: bold;
    text-align: center;
  }

  .store-cb img {
    height: 13px;
  }

  .store-info-name {
    font-size: 18px;
  }

  .store-review .score{
    font-size: 14px;
    color: #616c74;
  }

  .store-review .review {
    font-size: 12px;
    color: #969da3;
  }

  .store-info-tag-wrap {
    overflow: hidden;
  }

  .store-info-tag {
    margin: 5px 10px 5px 0px;
    border-radius: 5px;
    background-color: #f2f5f9;
    padding: 3px 8px;
    font-size: 14px;
    color: #24343f;
    word-break: break-word;
  }

  .store-tab {
    padding: 6px 4px;
    font-size: 12px;
    color: var(--foreground-3);
    border-radius: 9px;
  }

  .store-tab img {
    height: 28px;
  }
  .store-tab img.banner-type {
    height: 42px;
  }

  .store-tab-act {
    color: var(--foreground-1);
    background-color: var(--opacityBg-color-BgOGray1);
  }

  .related-store-wrap {
    background-color: var(--background-1);
    padding: 20px;
  }

  .related-store-wrap .title{
    color: var(--foreground-1);
    font-size: 20px;
  }
  .related-store-wrap a.link{
    font-size: 16px;
    color: #1aa1a9;
  }

  .store-hotrate {
    width: 88px;
    height: 33px;
    position: absolute;
    top: 5px;
    right: -7px;
    font-size: 13px;
    color: #fff;
    padding-left: 14px;
    padding-top: 4px;
  }

  .store-item{
    padding: 7px;
    height: 300px;
    max-width: 175px;
    width: 175px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 16px;
    position: relative;
  }

  .store-item .title {
    color: #004aaf;
    font-size: 15px;
    overflow: hidden;
    min-height: 44px;
    max-height: 44px;
    line-height: 21px;
    margin-top: 8px;
  }

  /* .store-item-img {
    min-height: 160px;
    min-width: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .store-item-img img {
    max-height: 160px;
  } */

  /* .hotlist .price {
    font-size: 21px;
    color: #24343f;
    font-weight: bold;
  }

  .hotlist .o-price {
    font-size: 14px;
    color: #bfc3c7;
    text-decoration:line-through;
  } */

  .cbinfo-wrap {
    padding: 24px 0px 0 0px;
    background: var(--background-1);
    margin-bottom: 18px;
  }

  .cbinfo-img {
    min-width: 115px;
    max-width: 115px;
    height: 40px;
    border-radius: 30px;
    border: solid 3px #ffccd8;
    margin-right: 19px;
    color: #f5396b;
    font-size: 15px;
    padding: 0 8px;
    position: relative;
  }

  .cbinfo-img-text {
    color:#24343f;
    font-size:18px;
  }

  .cbinfo-img-fix {
    transform: translateY(-2px);
  }

  .cbinfo-item {
    padding: 14px 17px 11px 20px;
    border-top: 1px solid var(--border-color-BorderOGray2);
  }

  .store-cbinfo-cb {
    font-size: 16px;
    padding-left: 20px;
  }

  .cbinfo-item .store-content {
    font-size: 15px;
    color: var(--foreground-2);
    word-break: break-word;
    padding-left: 12px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .cbinfo-all {
    padding: 12px 0;
    color: #24343f;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border-top: 1px solid var(--border-color-BorderOGray2);
  }

  .cbinfo-all a {
    color: #24343f;
  }

  .cbinfo-qa {
    padding: 20px 20px 13px 20px;
    border-bottom: 1px solid var(--border-color-BorderOGray2);
  }

  .cbinfo-qa-title {
    font-size: 17px;
    font-weight: bold;
    color: var(--text-color-BigGoB);
  }

  .cbinfo-qa-desc {
    font-size: 15px;
    color: var(--foreground-2);
  }

  .coupon-item {
    padding: 12px 14px 15px 11px;
    border-bottom: solid 1px var(--stroke-2);
  }

  .coupon-text {
    color: var(--foreground-1);
    text-align: center;
  }

  .coupon-text.number {
    font-size: 20px;
    font-weight: bold;
  }

  .coupon-text.sub {
    font-size: 14px;
  }

  .coupon-tag {
    margin-bottom: 9px;
  }

  .coupon-item .title {
    color: var(--foreground-1);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .coupon-item .content {
    color: var(--foreground-3);
    font-size: 14px;
    margin-bottom: 5px;
  }

  .coupon-time {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .coupon-time .start {
    color: var(--text-color-BigGoB);
    word-break: break-all;
  }

  .coupon-time .end {
    color: var(--text-color-Negative);
    word-break: break-all;
  }

  .coupon-btn-event {
    width: 208px;
    height: 52px;
    border-radius: 8px;
    border: solid 2px var(--btn-color-BigGoY3);
    background-color: var(--btn-color-BigGoY3);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .coupon-btn-code .code {
    color: #24343f;
    font-size: 28px;
    max-width: 300px;
  }

  .coupon-btn-code .desc {
    font-size: 12.5px;
    color: #f5396b;
  }

  .coupon-btn-code-hide {
    position: relative;
  }

  .coupon-btn-code-hide-block {
    width: 243px;
    height: 52px;
    background-color: #f5396b;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -2px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }

  .coupon-btn-code-hide .sticky{
    position: absolute;
    right: -13px;
    top: 0;
  }

  .coupon-item-over * {
    color: #bfc3c7 !important;
    -webkit-text-fill-color: #bfc3c7;
    opacity: 1;
  }

  .coupon-not-start .coupon-btn-code,
  .coupon-item-over .coupon-btn-code{
    border-color: #bfc3c7;
    color: #bfc3c7 !important;
  }

  .store-desc-card {
    background: var(--background-1);
    margin-bottom: 20px;
  }

  .store-desc-item {
    padding: 14px 17px 12px 18px;
    font-size: 14px;
    color: var(--foreground-2);
  }

  .store-desc-item.title {
    font-size: 17px;
    color: var(--text-color-BigGoB);
    border-bottom: 1px solid var(--stroke-2);
  }

  .rank-item {
    min-height: 255px;
    height: 255px;
    max-height: 255px;
  }

  .rank-item .store-item-img {
    height: 160px;
    min-width: 160px;
  }

  .rank-item .store-item-img img {
    max-height: 160px;
  }

  .rank-item .price {
    color: #24343f;
    font-size: 21px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {

  .cbinfo-qa-wrap {
    /* max-height: 323px; */
    overflow: hidden;
    position: relative;
    border-top: solid 1px var(--stroke-2);
    border-left: solid 1px var(--stroke-2);
    border-right: solid 1px var(--stroke-2);
    border-bottom: 0;
  }

  .store-desc-card {
    border: solid 1px var(--stroke-2);
  }

  .like-store-item-wrap {
    max-height: 125px;
    overflow: hidden;
    position: relative;
  }

  .like-store {
    max-height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .like-store-item {
    max-height: 41px;
    max-width: 122px;
    background-color: #fff;
  }

  .store-desc-card {
    background: var(--background-1);
    margin-bottom: 20px;
  }

  .store-desc-item {
    padding: 14px 17px 12px 18px;
    font-size: 14px;
    color: var(--foreground-2);
  }

  .store-desc-item.title {
    font-size: 17px;
    color: var(--text-color-BigGoB);
    border-bottom: 1px solid var(--stroke-2);
  }

  .store-info-wrap {
    box-shadow: 0 5px 10px 0 var(--shadow-1);
    background-color: var(--background-1);
    border-radius: 8px;
  }

  .store-info-desc {
    border-bottom: 2px solid var(--stroke-2);
    padding-bottom: 15px;
    margin-bottom: 12px;
  }

  .store-info-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .store-info-left-wrap {
    padding: 22px 40px;
  }

  .store-info-right-wrap {
    border-left: #F9FAFB 2px solid;
    padding: 20px 0 25px 0;
  }

  .store-info-right-container {
    padding-left: 22px;
    padding-right: 25px;
  }

  .store-info-img .store-img {
    max-height: 110px;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .store-cb {
    font-size: 24px;
    color: var(--cashback);
    font-weight: bold;
    text-align: center;
  }

  .store-cb img {
    display: none;
  }

  .store-info-name {
    font-size: 18px;
    color: var(--foreground-1);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .store-review {
    display: flex;
    align-items: center;
  }

  .store-review .score{
    font-size: 20px;
    color: #d78e01;
  }

  .store-review .review {
    font-size: 12px;
    color: #969da3;
  }

  .store-info-tag-wrap {
    overflow: hidden;
  }

  .store-info-tag {
    margin: 5px 10px 5px 0px;
    border-radius: 5px;
    background-color: #f2f5f9;
    padding: 3px 11px;
    font-size: 12px;
    color: #24343f;
    word-break: break-word;
  }

  .store-tab {
    padding: 6px 30px;
    font-size: 16px;
    color: var(--foreground-4);
  }

  .store-tab:hover {
    color: var(--foreground-1);
  }

  .store-tab img {
    height: 28px;
    margin-right: 10px;
  }
  .store-tab img.banner-type {
    height: 42px;
    margin-right: 0px;
  }

  .store-tab-act {
    border-bottom:  3px solid var(--btn-color-BigGoB3);
    color: var(--foreground-1);
  }

  .related-store-wrap {
    background-color: var(--background-1);
    padding: 20px;
  }

  .related-store-wrap .title{
    font-size: 20px;
    color: var(--foreground-1);
  }
  .related-store-wrap a.link{
    font-size: 16px;
    color: #1aa1a9;
  }

  .store-hotrate {
    background-repeat: no-repeat;
    width: 75px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: -5px;
    font-size: 13px;
    color: #fff;
    padding-left: 14px;
    padding-top: 4px;
    line-height: 1;
    text-align: center;
  }

  .store-item{
    padding: 10px;
    height: 310px;
    min-width: 200px;
    max-width: 200px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 16px;
    position: relative;
  }

  .store-item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
  }

  .store-item-wrap-1::after {
    content: '';
    flex: auto;
    max-width: 200px;
  }

  .store-item-wrap-2::after {
    content: '';
    flex: auto;
    max-width: 413px;
  }

  .store-item .title {
    color: #004aaf;
    font-size: 15px;
    overflow: hidden;
    min-height: 44px;
    max-height: 44px;
    line-height: 22.5px;
    margin-top: 5px;
  }

  .store-item .title .line-clamp-2 {
    min-height: 44px;
    max-height: 44px;
    line-height: 22.5px;
  }

  /* .store-item-img {
    height: 180px;
    min-height: 180px;
    width: 180px;
    min-width: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .store-item-img img {
    max-height: 180px;
  } */

  /* .hotlist .price {
    font-size: 22px;
    color: #24343f;
  }

  .hotlist .o-price {
    font-size: 14px;
    color: #bfc3c7;
    text-decoration:line-through;
  } */

  .rebate {
    width: 60px;
    height: 21px;
    background-color: #e02200;
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 13px;
    color: #fff;
  }

  .cd-number {
    min-width: 24px !important;
    max-width: 24px !important;
    width: 24px !important;
  }

  .cd-block {
    font-size: 14px !important;
    min-width: 24px !important;
    max-width: 130px;
  }

  .cbinfo-wrap {
    padding: 28px 0px 15px 0px;
    background: #fff;
  }

  .cbinfo-img {
    min-width: 115px;
    max-width: 115px;
    height: 40px;
    border-radius: 30px;
    border: solid 3px #ffccd8;
    margin-right: 19px;
    color: #f5396b;
    font-size: 14px;
    padding: 6px 12px;
    position: relative;
  }

  .cbinfo-img-text {
    color:#24343f;
    font-size: 16px;
  }

  .cbinfo-img-fix {
    transform: translateY(-2px);
  }
  
  .cbinfo-item {
    padding: 14px 17px 11px 20px;
    /* max-height: 180px;
    overflow: auto; */
  }

  .store-cbinfo-cb {
    font-size: 15px;
    padding-right: 12px;
    padding-bottom: 5px;
  }

  .cbinfo-item .store-content {
    font-size: 14px;
    color: var(--foreground-2);
    word-break: break-word;
    padding-bottom: 8px;
  }

  .cbinfo-all {
    color: #24343f;
    font-size: 16px;
    width: 100%;
    padding-bottom: 15px;
  }

  .cbinfo-all a {
    color: #24343f;
  }

  .cbinfo-qa {
    padding: 16px 18px 13px 18px;
    border-bottom: 2px solid var(--stroke-2);
  }

  .cbinfo-qa-title {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color-BigGoB);
  }

  .cbinfo-qa-desc {
    font-size: 13px;
    line-height: 18px;
    color: var(--foreground-2);
  }

  .coupon-wrap {
    box-shadow: 0 3px 8px 0 var(--shadow-1);
    background-color: var(--background-1);
  }

  .coupon-desc {
    margin-right: 25px;
    min-width: 330px;
    max-width: 463px;
  }

  .coupon-item {
    padding: 14px 18px 9px 26px;
    border-bottom: solid 1px var(--stroke-2);
  }

  .coupon-text {
    color: var(--foreground-1);
    text-align: center;
  }

  .coupon-text.number {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
  }

  .coupon-text.sub {
    font-size: 16px;
  }

  .coupon-tag {
    margin-bottom: 3px;
  }

  .coupon-item .title {
    color: var(--foreground-1);
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
  }

  .coupon-item .content {
    color: var(--foreground-3);
    font-size: 14px;
    margin-bottom: 5px;
  }

  .coupon-time {
    font-size: 0px;
  }

  .coupon-time .start {
    color: var(--text-color-BigGoB);
    word-break: break-all;
    font-size: 14px;
  }

  .coupon-time .end {
    color: var(--text-color-Negative);
    word-break: break-all;
    font-size: 14px;
  }

  .coupon-btn-event {
    width: 208px;
    height: 52px;
    border-radius: 8px;
    border: solid 2px var(--btn-color-BigGoY3);
    background-color: var(--btn-color-BigGoY3);
    color: var(--text-color-TextWhite);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .coupon-btn-code .code {
    color: #24343f;
    font-size: 21px;
    font-weight: 500;
  }

  .coupon-btn-code .desc {
    font-size: 12.5px;
    color: #f5396b;
  }

  .coupon-btn-code-hide {
    position: relative;
  }

  .coupon-btn-code-hide-block {
    width: 169px;
    height: 52px;
    background-color: #f5396b;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -2px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }

  .coupon-btn-code-hide .sticky{
    position: absolute;
    right: -13px;
    top: 0;
  }

  .coupon-item-over * {
    color: #bfc3c7 !important;
  }

  .coupon-not-start .coupon-btn-code,
  .coupon-item-over .coupon-btn-code{
    color: #bfc3c7 !important;
    border-color: #bfc3c7;
  }

  .store-info-circle {
    width: 89px;
    height: 89px;
    border: solid 4px rgba(245, 57, 107, 0.2);
    background-color: #f5396b;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 2px 4px rgba(253, 214, 225, 0.6);
  }

  .store-info-circle-line {
    min-width: 61px;
    max-height: 1px;
    border-top: 1px #F5396B dashed;
    padding-bottom: 18px;
  }

  .rank-item {
    height: 275px;
    padding-bottom: 5px;
  }

  .rank-item .title {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .rank-item .price {
    color: #24343f;
    font-size: 21px;
    font-weight: bold;
  }
}

@media (max-width: 365px) {
  .store-item{
    max-width: 165px;
    width: 165px;
    min-width: 165px;
    min-height: 280px;
  }

  .rank-item .store-item-img {
    height: 153px;
    min-width: 153px;
  }

  .rank-item {
    min-height: 245px;
    height: 245px;
  }

  /* .store-item-img {
    min-height: 153px;
    min-width: 153px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .store-item-img img {
    max-height: 153px;
  } */
}

@media (max-width: 345px) {
  .store-item{
    max-width: 155px;
    width: 155px;
    min-width: 155px;
  }

  .rank-item{
    min-height: 240px;
    height: 240px;
  }

  .rank-item .store-item-img {
    height: 143px;
    min-width: 143px;
  }

  /* .store-item-img {
    min-height: 143px;
    min-width: 143px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .store-item-img img {
    max-height: 143px;
  } */
}

@media (max-width: 325px) {
  .store-item{
    max-width: 145px;
    width: 145px;
    min-width: 145px;
    min-height: 260px;
    height: 260px;
  }

  .rank-item{
    min-height: 240px;
    height: 240px;
  }

  .rank-item .store-item-img {
    height: 133px;
    min-width: 133px;
  }

  /* .store-item-img {
    min-height: 133px;
    min-width: 133px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .store-item-img img {
    max-height: 133px;
  } */
}

.overflow-auto{
  overflow: auto;
}

.store-logo-wrap{
  width: 100%;
  min-height: 97px;
  max-height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 0;
}
.store-logo-wrap img{
  width: auto;
  max-height: 97px;
  background-color: #fff;
}

.store-link-btn-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 13px;
}
.store-link-btn-wrap ._biggo-btn{
  flex-grow: 1;
  margin: 0;
  padding: 0 14px;
}

.cashback_time_details{
  border-top: 1px solid var(--stroke-2);
  color: var(--foreground-1);
  padding: 12px 17px 12px 18px;
  font-size: 14px;
}
/* ad banner 輪播 */
.swiper-pagination-bullet{
  opacity: 0.6;
  background: var(--bg-color-BgWhite);
}
.swiper-pagination-bullet-active{
  opacity: 1;
  background: var(--bg-color-BgWhite);
}
.swiper-container{
  --swiper-theme-color: #FFFFFF;
  --swiper-navigation-color: #FFFFFF;
  --swiper-navigation-size: 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0, 0.35);
  border-radius: 50%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  background-color: rgb(0, 0, 0, 0.7);
}
/* 展開 Q & A */
.qa-wrap-hide{
  overflow: hidden;
  height: 300px;
  max-height: 300px;
  position: relative;
}

#openqaflag:checked~ .qa-wrap-hide{
  overflow: visible;
  height: auto;
  max-height: inherit;
}
#openqaflag:checked~ .qa-wrap-hide .openqabtn{
  display: none;
}
#openqaflag{
  display: none;
}
.qa-wrap-hide .openqabtn{
  position: absolute;
  bottom: 0;
  right: 0;
  /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9) 20%, #ffffff 46%); */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, var(--background-1) 46%);
  color: var(--text-color-BigGoB);
  transform: translate(-1px, -1px);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  padding: 10px 15px 10px 50px;
  cursor: pointer;
}

.announce-head {
  color: var(--foreground-1);
  padding: 10px 15px 6px;
}
.announce-scroll{
  overflow-x: hidden;
  border-top: 1px solid var(--stroke-2);
  padding-top: 10px;
  padding-bottom: 3px;
}
.announce {
  column-gap: 20px;
  position: relative;
}

.announce-store-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0 0 6px 0 var(--shadow-1);
  border: solid 1px var(--stroke-2);
  background-color: var(--background-1);
  color: var(--foreground-1);
  font-size: 14px;
  min-width: 413px;
  max-width: 413px;
  height: 228px;
  max-height: 228px;
  cursor: pointer;
}

.announce-store-item .title {
  font-weight: bold;
}
.announce-store-item .desc {
  color: var(--foreground-3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-word!important;
  margin-top: 10px;
}

.announce-store-item .date {
  color: var(--foreground-3);
  font-size:13px;
}

.timeline-wrap {
  position: relative;
  row-gap: 12px;
  display: flex;
  flex-direction: column;
  color: var(--foreground-2);
}

.timeline-wrap .line {
  position: absolute;
  background-color: var(--bg-color-Negative1);
  min-width: 3px;
  top: 0;
  bottom: 0;
  left: 31px;
}

.timeline-wrap .timeline-item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  position: relative;
  z-index: 100;
}

.timeline-wrap .timeline-item .item {
  border-radius: 15px;
  background-color: var(--background-1);
  border: solid 2px var(--bg-color-Negative1);
  color: var(--text-color-Negative);
  padding: 4px 8px;
  font-size: 15px;
  font-weight: bold;
  flex: 1 1 30%;
  text-align: center;
  white-space: nowrap;
}

.timeline-wrap .timeline-item .item + div {
  flex: 1 1 70%;
}

.jumbotron-wrap{
  display: flex;
  justify-content: center;
  gap: 24px;
}
.jumbotron-wrap .banner-container{
  width: 100%;
  max-width: 535px;
  flex-shrink: 0;
}
.jumbotron-wrap .announce-container{
  width: 100%;
  min-width: 0;
  flex: 1;
}


@media (max-width: 1200px) {
  .jumbotron-wrap{
    flex-direction: column;
    align-items: center;
  }
  .announce-store-item {
    min-width: 349px;
    max-width: 349px;
  }
}

@media (max-width: 768px) {
  .announce-store-item {
    min-width: 251px;
    max-width: 251px;
  }
}

@media (max-width: 576px){
  .store-logo-wrap{
    max-width: 140px;
    min-width: 140px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 0;
    padding: 0;
  }
  .store-logo-wrap img{
    max-width: 140px;
    max-height: 60px;
  }

  .announce-nav {
    display: none;
  }

  .announce-store-item {
    min-width: 317px;
    max-width: 317px;
  }

  .announce {
    border-top: none;
    padding: 0 0 5px;
    overflow-x: auto;
  }

  .announce-head {
    padding: 20px 0 13px;
    font-size: 16px;
    font-weight: bold;
  }

  .announce-head img {
    display: none;
  }

  .announce-store-item:only-child {
    max-width: unset;
    width: 100%;
  }

  .timeline-wrap {
    column-gap: 17px;
    justify-content: space-between;
    flex-direction: row;
  }

  .timeline-wrap .line {
    top: 14px;
    left: 40px;
    right: 40px;
    bottom: unset;
    min-width: unset;
    min-height: 3px;
  }
  
  .timeline-wrap .timeline-item {
    flex-direction: column;
    row-gap: 6px;
    flex: 1;
  }
  
  .timeline-wrap .timeline-item .item {
    flex: unset;
    max-width: 102px;
    min-width: 102px;
    height: 29px;
    line-height: 17px;
  }
  
  .timeline-wrap .timeline-item .item + div {
    flex: unset;
    text-align: center;
  }

  .coupon-count-red-label{
    margin-top: 16px;
  }

  .store-tab .coupon-count{
    top: -5px;
    right: -25px;
  }
}

