/* Product details 7 — after-sales & buyer protection info (above PRODUCT DETAILS) */
.pd7PromiseBlocks {
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-bottom: 6px;
}

.pd7PromiseRow {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.pd7PromiseRow+.pd7PromiseRow {
    margin-top: 14px;
}

.pd7PromiseIcon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd7PromiseIcon--return {
    width: 32px;
    height: 32px;
    background: #f7931e;
    border-radius: 6px;
}

.pd7PromiseIcon--return svg {
    display: block;
    width: 16px;
    height: 16px;
}

.pd7PromiseIcon--shield svg {
    display: block;
    width: 32px;
    height: 32px;
}

.pd7PromiseBody {
    flex: 1;
    min-width: 0;
}

.pd7PromiseTitle {
    display: block;
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 6px 0;
}

.pd7PromiseRow--inline .pd7PromiseTitle {
    display: inline;
    margin: 0;
}

.pd7PromiseText {
    margin: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.pd7PromiseBody--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
}

.pd7PromiseText--inline {
    display: inline;
    font-size: 14px;
}

.pd7PromiseDivider {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 16px 0;
}

/* Product column: title + copy share one gutter — left aligned */
.pd7Section1 .MTdiamondList {
    text-align: left;
}

/* Product name — smaller than theme default h1 */
.pd7Section1 .MTdiamondList>h1 {
    font-size: 24px !important;
    line-height: 1.35 !important;
    margin-bottom: 14px !important;
    text-align: left !important;
}

@media (max-width: 767px) {
    .pd7Section1 .MTdiamondList>h1 {
        font-size: 20px !important;
    }
}

/* Product tabs: show Specification / FAQs / Data sheet in one column */
.pc5Wrapper .h5TabsWrapper>ul.tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pc5Wrapper .h5TabsWrapper>ul.tabs>li {
    float: none;
    display: block;
    width: auto;
}

/* Product detail content blocks: heading + content vertical flow */
.pc5Wrapper .h5TabsWrapper .pd7ContentTitle {
    margin: 0 0 10px;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.pc5Wrapper .h5TabsWrapper .pd7ContentBlock {
    margin-bottom: 24px;
}