
@media only screen and (max-width: 768px){

.section--upsell .productCard {
    height: 100%;
}

#related-carousel {
    position: relative;       /* 确保滚动条绝对定位基于它 */
    padding-bottom: 1.5rem;  /* 给 scrollbar 留出空间 */
}

#related-carousel .swiper-scrollbar {
    position: absolute;
    bottom: 0.5rem;          /* 离底部留空 */
    left: 10%;
    width: 80%;
    height: 4px;
    background: rgba(0,0,0,0.1);
    border-radius: 2px;
}

#related-carousel .swiper-scrollbar-drag {
    border-radius: 2px;
}

.productCard__title {
    height: 2rem;
}

.wpcsb-wrapper {
    display: none;
}

}

.star-rating {
    display: none;
}

#homepage .wp-block-columns {
    padding-right: var(--wp--preset--spacing--40)!important;
    padding-left: var(--wp--preset--spacing--40)!important;
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto;
}


.wp-image-10357 {
   border-radius: 0 1rem 1rem 0;
}

.wp-image-10355 {
   border-radius: 1rem 0 0 1rem;
}

#homepage .wp-block-group {
    margin-top: var(--wp--preset--spacing--40) !important;
    margin-bottom: 0!important;
}

#homepage > .wp-block-heading{
    line-height: 1.5;
    margin-top: var(--wp--preset--spacing--40) !important;
    margin-bottom: var(--wp--preset--spacing--40) !important;
}

#related-carousel {
    padding-bottom: var(--wp--preset--spacing--30);
}

.moodRow:first-child {
    padding-top: var(--wp--preset--spacing--30);
}


@media only screen and (max-width: 768px){
    #homepage .wp-block-group {
        margin-top: var(--wp--preset--spacing--40) !important;
    }
    #homepage .wp-block-columns {
        padding-right: var(--wp--preset--spacing--30)!important;
        padding-left: var(--wp--preset--spacing--30)!important;
    }
    #homepage > .wp-block-heading{
        font-size: 25px!important;
    }
    .footer__top{
        padding-top: 0;
    }
    .wp-image-10357 {
        width: 95%!important;
    }
}


.back-btn {
    text-align: right; /* 让整个容器右对齐 */
    margin-top: 30px;
}

.back-to-blog-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
}

.back-to-blog-btn:hover {
    opacity: 0.8;
}

/* 任意位置的 YouTube 宽度占满 */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"]{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
}

@media only screen and (min-width: 768px) {
    .archive__body .productCard {
        aspect-ratio: unset!important;
    }
}

.header {
    max-height: 74px;
}

.grecaptcha-badge {
    bottom: 25px!important;
    z-index:1;
}


.underline {
  text-decoration-line: underline!important;
  text-decoration-thickness: 2px!important; 
}


.paymentLogos svg{
  width: 38px!important;   /* 你想多大改这里：38 -> 56/64 */
  height:auto!important;  /* 保持比例 */
}

.wrap-inner {
    position: relative;
}

.paymentLogos {
    width: max-content;
}

@media only screen and (min-width: 768px) {
    .paymentLogos {
        position: absolute;
        top: 13px;
        right: 0;
        display: flex;
        gap: 8px;
    }
}


@media only screen and (max-width: 768px) {
    .footer .footer__bottom .wiget-footer-Logo img {
        width: 93px;
        margin-right: 10px;
    }
    .footer .footer__bottom p {
        margin-bottom: 0px;
    }
}


.footer__bottom .col-left,.footer__bottom .col-right{
    width: fit-content;
}

/* 1. 强制显示隐藏的文字内容 */
.collapseBox .expand-text {
    display: inline !important;
}

/* 2. 彻底隐藏 "More" 按钮 */
.collapseBox .expandBtn {
    display: none !important;
}

/* 3. 可选：如果你想让内容看起来更像一段自然的话，可以微调间距 */
.collapseBox p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.socialList{
    display:flex !important;
    gap: 10px !important;
}

.socialList a{
    width:52px !important;
    height:52px !important;
}


.socialList svg{
    width:52px !important;
    height:52px !important;
}

.socialList a[title*="Follow us on Facebook"]{
    width:30px !important;
    height:45px !important;  /* 高度可以不变 */
}


@media (max-width: 768px){
  .page__banner .image-wrap{
    height: auto;          /* 关键：别固定高度 */
  }
  .page__banner .image-wrap img{
    width: 100%;
    height: auto;          /* 关键：跟随比例 */
    object-fit: contain;   /* 若主题强制了 cover，这里覆盖 */
    display:block;
  }
    .page__banner .image-wrap img {
        position: relative!important;
    }
    
    .page__banner .image-wrap{
        aspect-ratio: 1/0.3;
    }
}

