
.dgpf-icon-wrap {
    clear: both;
    margin: 10px 0 14px;
    padding: 10px;
    border: 1px solid rgba(0, 169, 232, .18);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.035);
}
.dgpf-icon-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
}
.dgpf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    min-height: 58px;
    padding: 6px 4px;
    border: 1px solid rgba(0, 169, 232, .14);
    border-radius: 10px;
    background: rgba(0, 169, 232, .055);
    color: #111;
}
.dgpf-svg,
.dgpf-img { flex: 0 0 auto; }
.dgpf-svg svg,
.dgpf-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    color: #00a9e8;
    stroke: currentColor;
}
.dgpf-title {
    display: block;
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    overflow-wrap: anywhere;
}
.dgpf-fallback {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00a9e8;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
@media (max-width: 1024px) { .dgpf-icon-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (max-width: 768px) {
    .dgpf-icon-wrap { margin-top: 8px; padding: 8px; }
    .dgpf-icon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
    .dgpf-item { min-height: 54px; padding: 5px 3px; }
    .dgpf-svg svg, .dgpf-img, .dgpf-fallback { width: 22px; height: 22px; }
    .dgpf-title { font-size: 10px; }
}
@media (max-width: 420px) { .dgpf-icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .dgpf-title { font-size: 9.5px; } }
@media (max-width: 340px) { .dgpf-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.dgpf-need-move { display: block; }
.product-images > .dgpf-icon-wrap,
.dgpf-in-product-images {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.product-images .dgpf-icon-wrap * { box-sizing: border-box; }
.wd-carousel-wrap > .dgpf-icon-wrap,
.woocommerce-product-gallery__wrapper > .dgpf-icon-wrap { display: none !important; }
.product-images > .dgpf-icon-wrap { display: block !important; }

.dgpf-sidebar-widget { margin-bottom: 25px; }
.dgpf-filter-box {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
.dgpf-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
}
.dgpf-filter-clear {
    font-size: 12px;
    color: #00a9e8;
    text-decoration: underline;
}
.dgpf-filter-group {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 0;
}
.dgpf-filter-group summary {
    cursor: pointer;
    padding: 10px 0;
    list-style: none;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dgpf-filter-group summary::-webkit-details-marker { display: none; }
.dgpf-filter-group summary:after {
    content: '+';
    color: #00a9e8;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}
.dgpf-filter-group[open] summary:after { content: '−'; }
.dgpf-filter-options {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0 0 12px;
}
.dgpf-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.dgpf-filter-option input { margin: 0; accent-color: #00a9e8; }

@media (max-width: 768px) {
    .dgpf-filter-head { font-size: 15px; }
    .dgpf-filter-group summary { font-size: 13px; }
}
