.zg-product-description {
    padding-top: 20px;
}

.product-detail__description .product-description__trigger {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 12px 0;
    padding-inline-end: 15px;
    cursor: pointer;
}

.product-description__trigger-title {
    flex: 1;
    font-size: 20px;
    line-height: 1.6;
    font-style: normal;
    text-transform: capitalize!important;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000;
}

.zg-anchor-tab__pane .details .product-description__trigger .description__arrow {
    transform: rotate(0deg);
    transition: transform 200ms;
}
.zg-anchor-tab__pane .details[data-open="true"] .product-description__trigger .description__arrow {
    transform: rotate(180deg)
}
/* 锚点tab样式 */
.zg-anchor-tab__buttons {
    margin: 0 auto!important;
    padding: 0!important;
    width: fit-content;
}
.zg-anchor-tab__buttons-wrapper {
    background: #fff;
}
.zg-anchor-tab__buttons-wrapper-inner {
    overflow-x: auto;
    border-bottom: 1px solid #ccc;
    /* Firefox */
    scrollbar-width: thin;                 /* 滚动条细 */
    scrollbar-color: rgba(0,0,0,0.2) rgba(0,0,0,0.05); /* 滑块颜色 轨道颜色 */
}
  /* Webkit 内核浏览器（Chrome、Edge、Safari） */
.zg-anchor-tab__buttons-wrapper-inner::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}
.zg-anchor-tab__buttons-wrapper-inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); /* 滑块颜色 */
    border-radius: 3px;                  /* 圆角 */
}
.zg-anchor-tab__buttons-wrapper-inner::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05); /* 轨道颜色 */
}

.zg-anchor-tab[is-fixed="true"] .zg-anchor-tab__buttons-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
}
.zg-anchor-tab-placeholder {
    display: none;
}
.zg-anchor-tab[is-fixed="true"] #zg-anchor-tab-placeholder {
    display: block;
    height: 54px;
    background-color: transparent!important;
}

.zg-anchor-tab__button {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    padding: 16px !important;
    color: #121212FF;
    text-decoration: none!important;
    cursor: pointer;
    /* position: relative; */
}
/* .zg-anchor-tab__button.active::after {
    height: 2px;
    width: 100%;
} */
/* .zg-anchor-tab__button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease-in-out;
}
.zg-anchor-tab__button:hover::after {
  width: 100%;
} */

.zg-description-new .carousel__track {
    padding: 0;
    margin: 0;
    list-style: none;
}
.zg-description-new .slideshow__carousel .slideshow__pager--progress {
    width: 80px;
    background-color: #f2f2f2;
}
.zg-description-new .slideshow__carousel .slideshow__pager--progress.is-active .slideshow__pager--progress-inner {
    background-color: #000!important;
}

.zg-description-new .slideshow__image-text {
    background-color: #0000000D;
    padding: 12px;
    font-weight: 300;
    font-size: 15px;
    color: #212121;
    line-height: 18px;
    text-align: center;
    min-width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    display: block;
}
.zg-description-new .slideshow__carousel.img-spread .carousel__track {
    display: flex;
    gap: 20px;
} 
.zg-description-new .slideshow__carousel.img-spread zg-check-overflow[data-overflow="false"] .carousel__track {
    justify-content: center;
}


.zg-description-new .slideshow__carousel.img-spread .slideshow__item img {
    width: 100%;
    aspect-ratio: 1;
}
.zg-description-new .product-description__trigger-title {
    text-align: center;
}

.zg-description-new .zg-anchor-tab__pane[data-last-tab="true"] .product-description__tab-content {
    padding-bottom: 0;
}

.zg-description-new .zg-anchor-tab__pane .product-description__tab-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
} 
.zg-desc-new_part3-section3-dimension+a,
.zg-desc-new_part3-section3-dimension+a:hover {
    display: block;
    margin-top: 40px;
}

.zg-description-new .slideshow__image--mobile img, .zg-description-new .slideshow__image--desktop img {
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
    object-fit: contain!important;
}
.zg-description-new #pane1 .slideshow__image--desktop {
    width: unset;
    max-width: 100%;
    display: inline-block!important;
}
.zg-description-new .slideshow__image {
    width: fit-content;
    position: relative;
}
.zg-description-new .slideshow__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zg-description-new .slideshow__pager {
    inset-block-end: -20px;
}

.product-detail__description.rte {
    word-break: break-word;
}
.product-detail__description.rte strong, .product-detail__description.rte b {
    font-weight: 500;
}
.zg-description-new #pane1 .product-description__tab-content .slideshow {
    position: relative;
}
.zg-description-new #pane3 .product-description__tab-content .slideshow__carousel {
    margin: 0;
}

#zg-desc_delivery_text {
    color: rgba(0, 0, 0, .6);
}

#zg-desc_delivery_text p strong.title {
    font-size: 16px;
    color: #000;
}
.zg-anchor-tab__pane summary {
    display: block;
}

.zg-product-description .slideshow__pager--arrow {
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
}

.zg-anchor-tab__pane .details .product-description__tab-content {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.zg-anchor-tab__pane .details[data-open="true"] .product-description__tab-content {
    height: unset;
    overflow: unset;
    padding: 20px 0;
    margin: auto;
}

@media (min-width: 960px) {
    .zg-desc-new_part3-section3-dimension {
        row-gap: 60px;
    }
}

@media (max-width: 959px) {
    .zg-description-new .zg-anchor-tab__pane .product-description__tab-content {
        row-gap: 32px;
    } 
    .zg-description-new .slideshow__image-text {
        font-size: 12px;
        line-height: 14px;
    }
    .zg-desc-new_part1-section1,
    .zg-desc-new_part3-section3-dimension,
    .zg-desc-new_part5-section1-desc {
        grid-template-columns: 1fr!important;
        column-gap: unset!important;
        row-gap: 32px;
    }
    .zg-description-new .slideshow__carousel .slideshow__pager--progress {
        width: 40px;
    }
    .zg-anchor-tab__buttons {
        display: none;
    }
    .product-description__trigger-title {
        font-size: 16px;
    }
    .product-detail__description .product-description__trigger {
        padding: 13px 0;
    }

    .product-detail__description .product-description__trigger .description__arrow {
        height: 10px;
    }
    #pane4 .product-description__tab-content p strong.title {
        font-size: 14px;
        color: #000;
    }
}

@media (min-width: 1025px){
     .zg-description-new .slideshow__carousel.img-spread .slideshow__item  {
        width: 400px;
    }
}
@media (min-width: 421px) and (max-width: 1024px){
    .zg-description-new .slideshow__carousel.img-spread .slideshow__item  {
        width: 320px;
    }
}
@media (max-width: 420px) {
    .zg-description-new .slideshow__carousel.img-spread .slideshow__item {
        width: 100%;
    }
}

