.wcq-pi, .wcq-pi * {
    box-sizing: border-box;
    font-family: "Ploni", Arial, sans-serif !important;
}
.wcq-pi { width: 100%; direction: rtl; font-family: "Ploni", Arial, sans-serif; color: #222; }
.wcq-pi button { font-family: inherit !important; }
.wcq-pi-grid { display: flex; flex-flow: row nowrap; gap: 14px; align-items: flex-start; direction: rtl; }
.wcq-pi-column { width: calc(50% - 7px); min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.wcq-pi-card { min-width: 0; padding: 22px 26px; direction: rtl; border-radius: 10px; background: #f7f7f7; }
.wcq-pi-card h2 { margin: 0 0 17px; display: flex; gap: 9px; align-items: center; font-family: "Ploni", Arial, sans-serif !important; font-size: 28px; font-weight: 500; line-height: 1.2; }
.wcq-pi-card h2 svg { width: 25px; height: 25px; fill: none; stroke: #222; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.wcq-pi-spec-row { min-height: 48px; padding: 9px 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 18px; align-items: center; border-bottom: 1px solid #e2e2e2; font-size: 20px; font-weight: 400; }
.wcq-pi-spec-row span { color: #888; }.wcq-pi-spec-row strong { font-weight: 400; text-align: left; }
.wcq-pi-card:not(.is-expanded) .wcq-pi-spec-list .wcq-pi-spec-row:nth-child(n+9) { display: none; }
.wcq-pi-chips { display: flex; flex-flow: row wrap; gap: 9px; }
.wcq-pi-chips span { padding: 8px 12px; border: 1px solid #ddd; border-radius: 6px; background: #fff; font-size: 16px; font-weight: 400; }
.wcq-pi-shipping-item { padding: 0 0 14px; margin-bottom: 14px; border-bottom: 1px solid #ddd; }
.wcq-pi-shipping-item:last-child { margin-bottom: 0; border: 0; }
.wcq-pi-shipping-item h3 { margin: 0 0 8px; font-size: 20px; font-weight: 500; }.wcq-pi-shipping-item h3 b { margin-left: 5px; }
.wcq-pi-shipping-item p { margin: 0; color: #777; font-size: 20px; font-weight: 400; line-height: 1.55; }
.wcq-pi-card:not(.is-expanded) .wcq-pi-shipping-item:nth-child(n+3) { display: none; }
.wcq-pi-more { margin: 13px auto 0 !important; padding: 4px 9px !important; display: flex !important; gap: 5px; align-items: center; border: 0 !important; background: transparent !important; color: #2f66e8 !important; font-size: 18px !important; font-weight: 400 !important; box-shadow: none !important; cursor: pointer; }
.wcq-pi-more svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s ease; }.wcq-pi-card.is-expanded .wcq-pi-more svg { transform: rotate(180deg); }
.wcq-pi-manual-links { display: flex; flex-flow: row wrap; gap: 10px; }
.wcq-pi-manual-links a { min-height: 42px; padding: 9px 14px; display: inline-flex; gap: 7px; align-items: center; border: 1px solid #ddd; border-radius: 6px; background: #fff; color: #333 !important; font-size: 16px; font-weight: 400; text-decoration: none !important; }.wcq-pi-manual-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.wcq-pi-overview { position: relative; margin-top: 70px; padding: 25px 30px; border-radius: 10px; background: #f7f7f7; text-align: right; }
.wcq-pi-overview::before { content: ""; position: absolute; top: -35px; right: 0; left: 0; height: 1px; background: #dddddd; }
.wcq-pi-overview h2 { margin: 0 0 12px; font-family: "Ploni", Arial, sans-serif !important; font-size: 28px; font-weight: 500; }.wcq-pi-overview div { color: #666; font-size: 20px; font-weight: 400; line-height: 1.7; }.wcq-pi-overview p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
    .wcq-pi-grid { display: flex; flex-direction: column; gap: 12px; }
    .wcq-pi-column { width: 100%; display: contents; }
    .wcq-pi-card { width: 100%; padding: 19px 17px; }
    .wcq-pi-specs { order: 1; }.wcq-pi-package { order: 2; }.wcq-pi-warranty { order: 3; }.wcq-pi-shipping { order: 4; }.wcq-pi-manuals { order: 5; }
    .wcq-pi-overview { margin-top: 54px; padding: 20px 17px; }
    .wcq-pi-overview::before { top: -27px; }
}
