.detail-product-tab { 
    margin-top: 30px;
}

.detail-product-tab__header {
    padding-top: 10px;
    border-top: 1px solid;
}

.detail-product-tab__header .swiper-slide[active] {
    font-weight: bold;
}

.detail-product-tab__header .swiper-slide { 
    cursor: pointer;
    text-align: center;
}

.detail-product-tab-item {
    display: none;
}

.detail-product-tab-item[active] {
    display: block;
}

.detail-product-tab-subscribe__tip {
    font-weight: bold;
    padding-bottom: 30px;
}

.detail-product-tab-subscribe button {
    --color-button-background: transparent;
    --color-button-text: rgb(var(--color-text));
    position: relative;
    padding: 0 1px;
    text-underline-offset: 6px;
}

.detail-product-tab__content {
    padding-top: 30px;
}

.detail-product-tab__content a {
    text-decoration: underline;
}

.detail-product-tab__content .field::after {
    content: unset !important;
}

.detail-product-tab__content .field__input {
    padding-left: 0;
    border-bottom: 1px solid;
}

.detail-product-tab__content .field__label {
    inset-inline: 0;
}

.detail-product-complete-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-block: 40px;
    position: relative;
    border-top: 1px solid;
}

/* .detail-product-complete-title::after {
    content: "";
    position: absolute;
    width: 100vw;
    border-top: 1px solid;
    top: 0;
    left: -20px;
} */