/**
 * Product Header Block Styles
 */

.merch-v3-product-header {
    width: 100%;
    background: var(--wp--preset--color--background-dark-rgb-22, var(--merch-v3-nav-bg, var(--wp--preset--color--dark, #212121)));
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: none;
    box-sizing: border-box;
}

/* Divider */
.merch-v3-product-header__divider {
    height: 1px;
    background-color: var(--merch-v3-border-color, #2a2a2a);
    margin: 16px 0;
}

/* Row 1: Applied Filters */
.merch-v3-product-header__applied-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.merch-v3-product-header__applied-filters-label {
    font-size: 16px;
    line-height: 20px;
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 500;
    white-space: nowrap;
}

.merch-v3-product-header__applied-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    flex: 1;
}

.merch-v3-product-header__filter-chip {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 12px;
    background: var(--wp--preset--color--background-dark-rgb-33, var(--merch-v3-nav-bg, var(--wp--preset--color--dark, #212121)));
    color: var(--merch-v3-accent-purple, var(--wp--preset--color--purple-500, rgb(59, 2, 136)));
    border: none;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 700;
    font-feature-settings: "pnum", "lnum";
    transition: all 0.2s ease;
    white-space: nowrap;
    max-width: fit-content;
    -webkit-box-align: center;
}

.merch-v3-product-header__filter-chip:hover {
    background: var(--wp--preset--color--dark-rgb-53, var(--merch-v3-bg-gray, var(--wp--preset--color--gray-100, rgb(40, 40, 40))));
    text-decoration: none;
}

.merch-v3-product-header__filter-chip-label {
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
}

.merch-v3-product-header__filter-chip-close {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--merch-v3-header-text, var(--wp--preset--color--dark-600, var(--merch-v3-footer-text, #FFFFFF)));
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.merch-v3-product-header__clear-all {
    font-size: 16px;
    color: var(--merch-v3-text-secondary, #8F8F8F);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
    margin-left: auto;
    font-weight: 700;
}

.merch-v3-product-header__clear-all:hover {
    color: var(--merch-v3-text-primary, #ffffff);
    text-decoration: none;
}

/* Row 2: Controls */
.merch-v3-product-header__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.merch-v3-product-header__count {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 600;
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.merch-v3-product-header__count-number {
    font-weight: 600;
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 600;
}

.merch-v3-product-header__count-label {
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 600;
}

.merch-v3-product-header__sort {
    display: flex;
    align-items: center;
}

.merch-v3-product-header__sort-form {
    display: flex;
    align-items: center;
}

.merch-v3-product-header__sort-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.merch-v3-product-header__sort-wrapper::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 4px;
    vertical-align: middle;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    pointer-events: none;
    flex-shrink: 0;
}

.merch-v3-product-header__sort-wrapper:hover::after {
    opacity: 1;
}

.merch-v3-product-header__sort-select {
    padding: 8px 0;
    background-color: transparent;
    color: var(--merch-v3-footer-text, var(--wp--preset--color--white, #FFFFFF));
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--wp--preset--font-family--outfit);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 150px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.merch-v3-product-header__sort-select:hover {
    opacity: 0.8;
}

.merch-v3-product-header__sort-select:focus {
    outline: none;
}

.merch-v3-product-header__sort-select option {
    background-color: var(--merch-v3-bg-gray, var(--wp--preset--color--gray-100, #F3F4F6));
    color: var(--merch-v3-text-primary, var(--wp--preset--color--dark-600, #313546));
}

.merch-v3-product-header__sort-chevron {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .merch-v3-product-header {
        padding: 12px 16px;
    }
    
    .merch-v3-product-header__applied-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .merch-v3-product-header__applied-filters-list {
        width: 100%;
    }
    
    .merch-v3-product-header__clear-all {
        margin-left: 0;
    }
    
    .merch-v3-product-header__controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .merch-v3-product-header__sort {
        width: 100%;
    }
    
    .merch-v3-product-header__sort-form {
        width: 100%;
    }
    
    .merch-v3-product-header__sort-wrapper {
        width: 100%;
    }
    
    .merch-v3-product-header__sort-select {
        width: 100%;
        min-width: auto;
    }
    
    .merch-v3-product-header__filter-chip {
        font-size: 13px;
        padding: 5px 8px;
    }
}

