/*.woocommerce div.product span.price {
    display: none !important;
}
*/

.value .woo-variation-items-wrapper span.price {
    display: none !important;
}

.single-product .woocommerce-Price-amount.amount {
    display: none !important;
}

.single-product .single-product-related .woocommerce-Price-amount.amount {
    display:block !important;
}
.product-title-container {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.product-title-container h1 {
    background: none !important;
    -webkit-text-fill-color: #222 !important;
    margin-bottom: 6px;
    line-height: 26px;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222;
    letter-spacing: 0;
}

/* 卡片容器开始 */
.card {
    max-width: 100%;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.2s ease;
    border: none;
}

/* 优惠标记 */
.offer-badge {
    color: #f7421e;
    font-size: 0.875rem;
    display: inline-block;
    border-radius: 40px;
}

/* 船公司行 */
.carrier {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.carrier-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 500;
}
.carrier-name {
    font-weight: 700;
    font-size: 1rem;
    color: #1e2a3a;
}

/* 费用行 */
.fee-main {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e2a3a;
}
.fee-note {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 4px;
}

.single-product .custom_price_html
{
    border-bottom: 0.1rem solid #f2f2f2;
}

/* 运输时效 */
.transit {
    margin: 0.75rem 0 0rem 0;
    font-size: 0.875rem;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 6px;
}
.transit-icon {
    font-weight: 600;
}

/* 按钮区域 */
.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 0.5rem;
}
.btn {
    flex: 1;
    text-align: center;
    padding: 0.7rem 0;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
    display: inline-block;
}
.btn-primary {
    background: #0057b3;
    color: white;
    border: none;
}
.btn-primary:hover {
    background: #003d82;
}
.btn-outline {
    background: transparent;
    border: 1px solid #d0d5dd;
    color: #1e2a3a;
}
.btn-outline:hover {
    background: #f1f3f5;
    border-color: #adb5bd;
}
/* 卡片容器结束 */

.single-product .summary {
    display: flow-root;
    animation-duration: .6s;
    animation-timing-function: ease-out;
    position: relative;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images{
    opacity: 1;transition: opacity 0.25s ease-in-out;position: sticky;align-self: flex-start;
    margin-top: 100px !important;/*margin-top: 75px !important;*/
}



.custom_price_html .woocommerce-Price-amount.amount {
    display: flex !important;
}


.related.products .single-product .woocommerce-Price-amount.amount {
    display: flex !important;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a
{
    font-weight: 400;
    font-family: Assistant Arial, sans-serif;
    color:#555;
    font-size: var(--fs-22);
    outline: none;
}

.additional_information_tab.active a,.reviews_tab.active a{
    color:#000 !important;
    border:none;
}
.related.products .ast-on-card-button {
    display: none !important;
}
.related-products-intro .single-product{
    display: none !important;
}
/*
.related-products-intro .single-product,.single-product .price-discount.price-discount {
    display: none !important;
}
*/
.single-product::after {
    content: '';
    display: none !important;
}
.product .woocommerce-product-rating.write-rating .star-rating span:before, .commentlist .comment-text .star-rating span:before, .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating span:before {
    color: #ccc !important;
}

.questions_answers_tab.active a,.questions_answers_tab.active a:hover{
    color:#000 !important;
    border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{    
    background-color: #222;
    height: 0.2em;
}

.woocommerce-tabs .write-review-grid {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

.ast-article-single .ast-on-card-button.ast-onsale-card {
    display: none !important;
}

/**
 * 产品列表列表容器
 */
.product-list-list-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(var(--type-body-size) * .875);
    font-family: var(--type-body-font);
    font-style: var(--type-body-font-style);
    font-weight: var(--type-body-font-weight, 400);
    letter-spacing: var(--type-body-letter-spacing);
    line-height: var(--type-body-line-height);
}

.product-list-list-container svg {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: .2s opacity;
}

.collection-filter-right {
    display: flex;
    align-items: center;
}

.product-filter-line {
    width: 100%;
    height: 1px;
    margin: 0px 0px 15px 0px;
    background: #E5E5E5;
}

#collection-sort {
    display: flex;
    align-items: right;
}


@media screen and (max-width:920px) {    
    .brand-video .videos-items {
        display: table !important;
    }
    .videos-mySwiper  {
        display: table !important;
    }
    .questions_answers_tab {
        margin-left: 15px !important;
    }
    .videos-mySwiper .swiper-slide {
        margin: 0px !important;
        padding: 0px !important;
        width: calc(100% / 1) !important;
        height: 450px !important;
    }

    .woocommerce-tabs .write-review-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images{
        margin-top: 15px !important;
    }
    
    .woocommerce-breadcrumb{
        margin-top:20px !important;
    }
    .woocommerce-product-gallery__image-box{
        position: relative !important;
        top: 0;
    }
}

@media (min-width: 992px) {
    .summary.entry-summary {
        margin-top: 5.8rem !important;
    }
}

@media (max-width: 992px) {
.summary.entry-summary {
        margin-top: 1rem !important;
    }
}
      .videos-mySwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding:0 auto;
        margin:0 auto;
      }
    
    .videos-mySwiper .swiper-slide {
        margin: 0px !important;
        padding: 0px !important;
        width: calc(100% / 5);
        height: 450px !important;
    }
    .videos-mySwiper  .swiper-slide img {
        display: block;
        width: 100%;
        /*height: 350px;*/
        height: 100%;
        object-fit: cover;
      }

      /** 视频播入 */
      .advc .advc-previewer {
        -webkit-animation: fade-in .2s linear;
        -moz-animation: fade-in .2s linear;
        animation: fade-in .2s linear;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 128;
    }
    .advc .advc-previewer__close-btn {
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        right: 19px;
        top: 19px;
        z-index: 4;
    }
    .advc .advc-previewer__close-btn .icon {
    color: #fff;
    font-size: 18px;
}
.advc .advc-previewer.advc-previewer--video-preview .advc-previewer__body {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 100%;
    margin-top:10px;
    padding: 30px;
    width: 100%;
}

.paypal__skeleton--animated {
    background: linear-gradient(90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
    background-size: 400% 100%;
    animation: skeleton 2s linear infinite;
}

@keyframes skeleton {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.paypal__skeleton--animated {
    margin: 0 auto;
    border-radius: 4px;
    width: 100%;
    height: 52px;
    margin-top:15px;
}

.payment-button-container-paypal,
.payment-button-container-paypal .paypal-button {
  margin-bottom: 20px;
  background: #0070ba !important;
  height: 55px;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  font-family: "Apple System", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.payment-button-container-paypal {
  position: relative;
  cursor: pointer;
}

.payment-button-container-paypal .paypal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}