.container{
    max-width: 1420px !important;
    font-family: Urbanist-local !important;
}
iframe{
    width: 100%;
    height: 100%;
}

/* 产品缩略图 */
.woocommerce-product-gallery .thumbnails.thumbnails-ready .owl-item.link {
    border: 1px solid #000;
}

.product-thumb-wrapper img {
    width: 90px !important;
    height: 90px !important;
}

.product-thumb-wrapper .owl-stage {
    width: 100% !important;
    transform: none !important;
    display: flex;
    overflow: auto;
}

.product-thumb-wrapper .owl-item {
    width: 90px !important;
    flex-shrink: 0;
}

.product-thumb-wrapper .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .entry-summary{
        flex: 0 0 40% !important;
        margin-left: 2%;
    }
}

.priceOne{
    color: #666;
    font-size:14px;
}
.special-offer{
    color: #e50914;
}
.special-offer:hover{
    color: #e50914;
}
.price_new{
    font-weight: 600;
    font-size: 20px;
    color: #4E4A45;
    line-height: 24px;
}
/* 原价样式 */
.price_old.flg {
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}

/* “reg” 小标签 */
.price_old:not(.flg) {
  color: #999;
  font-size: 14px;
  margin-left: 4px;
}

/* 保证隐藏时不占位 */
.price_old {
  display: inline-block;
}
.text-num{
    color: #000;
    font-weight: 600;
}
.afterpay-icon{
    width: 70px;
    height: auto;
    margin-left: 4px;
}

/*颜色选择*/
.swatch-on-single.swatch-with-bg {
    width: 62px !important;
    height: 62px !important;
    border-radius: 6px !important;
    transition: opacity .2s ease;
    border: 1px solid #c5c5bf;
}
.wd-swatch:after {
    bottom:auto !important;
    left:auto !important;
    border-bottom:none !important;
    background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: " " !important;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.wd-swatch.active-swatch{
    border:1px solid #000;
}
.qty-box .status-date{
    line-height: 42px;
    font-weight: 400;
    font-size: 12px;
    color: #7A756C;
    margin-left: 20px;
}
.qty-box div.quantity{
    width: 128px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #E1DED4;
    margin: 0px;
    justify-content: space-around;
}
.qty-box div.quantity input[type="button"]{
    padding: 0 5px;
    min-width: auto !important;
    height: 36px;
    border: none; 
    background: transition !important;
    box-shadow: none;
}
.qty-box div.quantity input[type="button"]:hover{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.qty-box div.quantity input[type="number"]{
    height: 36px;
    border: none;
}

@media (max-width: 768px) {
    .swatch-on-single.swatch-with-bg{
        width:25px !important;
        height: 25px !important;
    }
}

/* footer底部 */
.foot_product {
    font-family: Urbanist-local !important;
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    margin-top: 32px;
}

.foot_product .accordion-item {
    padding: 10px 15px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.foot_product .accordion-item:last-child {
    border-bottom: none;
}

.foot_product .accordion-item .accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-out;
}

.foot_product .accordion-item .accordion-button .icon-btn {
    width: 20px;
    transition: all 0.2s ease-out;
}

.foot_product .accordion-item .accordion-content {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-out;
    max-height: 0;
}

.foot_product .accordion-item.active .accordion-content {
    max-height: 400px;
}

.foot_product .accordion-item .accordion-content p {
    margin: 0 0 8px 0;
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 15px;
}

.foot_product .accordion-item:nth-child(1) .accordion-content p {
    line-height: 20px;
}

.foot_product .accordion-item .accordion-content iframe {
    width: 100%;
    height: 100%;
}

.foot_product .accordion-item.active .accordion-button {
    margin-bottom: 12px;
}


.foot_product .accordion-item.active .accordion-button .icon-btn {
    transform: rotate(180deg);
}

/* YouTube播放按钮 */
.foot_product .video-container {
    position: relative;
    width:100%;
    aspect-ratio: 16 / 9;
}

@media(max-width: 768px) {
    .foot_product .video-container {
        height: 206px;
    }
}


/* 加粗 */
.foot_product .accordion-item .accordion-content .bold {
    font-weight: 600;
}

/* 手风琴END---------------- */