.pimcore_tag_block {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.edit-product-block {
    border: #000000 1px solid;
    margin: 0 16px 16px 16px;
    padding: 16px;
}

.my-container {
    max-width: 568px;
    margin: 0 auto;
}

.editmode-product-card {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
}

.editmode-product-card-container {
    width: 33%;
}

.my-h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0B2B3E;
    line-height: 140%;
    margin-bottom: 38px;
}

.my-h2 {
    color: #0B2B3E;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.my-h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #0B2B3E;
}

.my-h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #0B2B3E;
    margin-bottom: 20px;
}

.img-container {
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
}
@media screen and (max-width: 430px) {
    .img-container {
        margin-left: 0;
    }
    
}

.card-container {
    margin-right: 8px;
    margin-left: 8px;
    font-family: Noto Sans TC, sans-serif;
}

.img-box {
    margin-right: 16px;
}

.main-img {
    margin-bottom: 16px;
    border-radius: 20px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 16px;

}

.primary-block {
    width: 100%;
    margin-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
}

.secondary-block {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    background: #f7f7f7;
    padding-top: 38px;
    padding-bottom: 38px;
    margin-bottom: 80px;
}

.sub-img {
    border-radius: 20px;
    width: 100%;
}

.my-title {
    display: block;
}

.my-box {
    flex-direction: column;
}

.my-box-reverse {
    flex-direction: column;
}

.my-br {
    border: 1px solid #000000;
    width: 225px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-article {
    color: #0B2B3E;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.text-danger {
    color: #dc3545;
}

/* pimcore原本的元件 */
.pimcore_tag_input {
    width: 280px;
}

@media screen and (min-width: 568px) {
    .my-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .main-img {
        height: 568px;
    }

    .my-h3 {
        font-size: 40px;
    }

    .my-title {
        display: inline;
    }

    .secondary-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


@media screen and (min-width: 768px) {
    .my-h3 {
        margin-bottom: 92px;
    }

    .my-container {
        /* padding-right: 40px;
        padding-left: 40px; */
        max-width: 1040px;
    }

    .my-box {
        flex-direction: row;
    }

    .my-box-reverse {
        flex-direction: row-reverse;
    }

    .main-img {
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        max-width: 512px;
    }

    .card-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .primary-block {
        margin-bottom: 200px;
    }

    .secondary-block {
        margin-bottom: 200px;
    }
}