/* Alina Handicrafts — Shop theme
   Visual changes only. No layout/grid overrides. */

.cpsc-categories,
.cpsc-shop {
    --cpsc-primary: #713d20;
    --cpsc-primary-dark: #4f2817;
    --cpsc-accent: #b66a2c;
    --cpsc-gold: #d79a4a;
    --cpsc-soft: #fff8f0;
    --cpsc-border: #ead3bf;
    --cpsc-text: #432c22;
    --cpsc-muted: #786256;
}

.cpsc-category-trigger {
    background: linear-gradient(
        135deg,
        #b66a2c,
        #713d20
    ) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.cpsc-category-strip a {
    background: #fff !important;
    border-color: #ead3bf !important;
    color: #432c22 !important;
}

.cpsc-category-strip a:hover,
.cpsc-category-strip a.is-active,
.cpsc-category-strip a.active {
    background: #fff4e9 !important;
    border-color: #b66a2c !important;
    color: #713d20 !important;
}

.cpsc-sidebar,
.cpsc-filter-panel,
.cpsc-toolbar,
.cpsc-empty,
.cpsc-empty-state {
    border-color: #ead3bf !important;
}

.cpsc-filter-title,
.cpsc-filter-heading,
.cpsc-result-count,
.cpsc-empty h2,
.cpsc-empty-state h2 {
    color: #432c22 !important;
}

.cpsc-sidebar input,
.cpsc-sidebar select,
.cpsc-sidebar textarea,
.cpsc-toolbar select {
    border-color: #ead3bf !important;
    accent-color: #b66a2c !important;
}

.cpsc-sidebar input:focus,
.cpsc-sidebar select:focus,
.cpsc-toolbar select:focus {
    border-color: #b66a2c !important;
    box-shadow: 0 0 0 3px rgba(182, 106, 44, .12) !important;
    outline: none !important;
}

.cpsc-filter-submit,
.cpsc-sidebar button[type="submit"] {
    background: linear-gradient(
        135deg,
        #8e481f,
        #713d20
    ) !important;
    border-color: #713d20 !important;
    color: #fff !important;
}

.cpsc-view-button.is-active,
[data-cpsc-view].is-active {
    background: #713d20 !important;
    border-color: #713d20 !important;
    color: #fff !important;
}

.cpsc-empty,
.cpsc-empty-state {
    background: #fffaf5 !important;
}

.cpsc-empty a,
.cpsc-empty-state a {
    background: #b66a2c !important;
    color: #fff !important;
}

/* Remove only the legacy promotional card from Shop sidebar */
.cpsc-shop .cpsc-offer-card,
.cpsc-shop .cpsc-offer-card[hidden] {
    display: none !important;
}

