.shop-container .woocommerce-Tabs-panel--description img.size-full {
    border-radius: var(--sgce-border-radius);
    margin: var(--sgce-space-3) auto;
    display: block;
}


/*********** Related products ***********/
.related-products-wrapper > .row-small > .product-small:nth-last-child(1),
.related-products-wrapper > .row-small > .product-small:nth-last-child(2) {
    display: none;
}
@media (min-width: 550px) {
    .related-products-wrapper > .row-small > .product-small:nth-last-child(2) {
        display: block;
    }
}
@media (min-width: 850px) {
    .related-products-wrapper > .row-small > .product-small:nth-last-child(1) {
        display: block;
    }
}

/*********** Product meta info ***********/
.type-product .quantity,
.type-product .quantity {
    display: none;
}

/* ACF short desc under product title */
.single-product .product-summary .sgce-short-desc-under-title,
.single-product .summary .sgce-short-desc-under-title {
    margin-top: 6px;
    color: var(--sgce-text-light-color);
    font-size: 90%;
}

/* Variable product form */
#sgce_variations_form .sgce_variations td {
    border: 0;
    padding: 0;
}

#sgce_variations_form .sgce_variations tr:last-child button {
    margin-bottom: 0;
}
#sgce_variations_form .single_variation_wrap .sgce-price .price-wrapper {
    font-size: var(--sgce-font-size-xl);
}
#sgce_variations_form .single_variation_wrap .sgce-price .price-wrapper.has-discount {}
#sgce_variations_form .single_variation_wrap .sgce-price .price-wrapper.has-discount del span {
    opacity: 1;
}
#sgce_variations_form .single_variation_wrap .sgce-price .price-wrapper.has-discount ins span {
    color: var(--sgce-accent-color);
}

/*********** Product tabs ***********/
.tab-panels .woocommerce-Tabs-panel--description img[class*="wp-image-"] {
    /* border-radius: var(--sgce-border-radius); */
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Thông số kỹ thuật */
.tab-panels .sgce-tech-specs tr td {
    padding: 15px 0 15px 0;
}
.tab-panels .sgce-tech-specs tr:last-child td {
    border-bottom: 0;
}
.tab-panels .sgce-tech-specs .sgce-spec-title {
    font-size: var(--sgce-font-size-sm);
}
.tab-panels .sgce-tech-specs .sgce-spec-value {
    font-size: var(--sgce-font-size-lg);
}

/*********** Product actions (Add to cart / Installment / Buy now) ***********/
.product-info .sgce-actions {
    margin-top: var(--sgce-space-4);
}
.product-info .sgce-actions .sgce-actions__row {
    display: flex;
    overflow: hidden;
    background: #fff;
}
.product-info .sgce-actions .sgce-actions__row > * {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    /* padding: 12px 10px; */
    color: var(--sgce-text-color);
    text-decoration: none;
    background: var(--sgce-disabled-field-color);
}
.product-info .sgce-actions .sgce-actions__row > *:first-child {
    border-right: 0;
}
.product-info .sgce-actions .sgce-actions__btn {
    border: 1px solid var(--sgce-border-color);
    cursor: pointer;
    font-weight: 600;
    border-radius: 0;
    margin: 0;
    flex-basis: 50%;
}
.product-info .sgce-actions .sgce-actions__btn svg {
    display: inline-block;
}
.product-info .sgce-actions .sgce-actions__btn:hover {
    background: var(--sgce-primary-color);
    color: #fff;
}
.product-info .sgce-actions .sgce-actions__buy-now {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: var(--sgce-primary-color); /* dark slate tone similar to screenshot */
    border-radius: 0;
    border: 0;
    cursor: pointer;
}
.product-info .sgce-actions .sgce-actions__buy-now:hover {
    filter: brightness(0.95);
}
