.gpc-wrap {
    width: min(1360px, calc(100% - 40px));
    margin: 0 auto;
    color: #211f1f;
    font-family: Montserrat, Arial, sans-serif;
}

.gpc-wrap *,
.gpc-filter *,
.gpc-search-box * {
    box-sizing: border-box;
}

.gpc-archive {
    padding: 56px 0 72px;
}

.gpc-archive__header {
    margin-bottom: 28px;
}

.gpc-archive__header p,
.gpc-single__content > p {
    margin: 0 0 8px;
    color: #9a7d68;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gpc-archive__header h1,
.gpc-single h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1;
    font-weight: 600;
}

.gpc-filter {
    margin-bottom: 30px;
    position: sticky !important;
    top: var(--gpc-sticky-top, 0px) !important;
    z-index: 1200;
    background: #fff;
    padding-top: 12px;
    transition: box-shadow 180ms ease, padding 180ms ease, transform 180ms ease;
}

.gpc-filter--standalone {
    margin-bottom: 0;
}

.gpc-mobile-actions {
    display: none;
}

.gpc-mobile-panel__head,
.gpc-mobile-sort-panel {
    display: none;
}

.gpc-filter__search {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 28px;
}

.gpc-search-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.gpc-search-box__field {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(110px, auto) minmax(0, 1fr);
    align-items: stretch;
    border: 1px solid #79716c;
    background: #fff;
}

.gpc-filter__search input,
.gpc-search-box input {
    min-width: 0;
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7d1cb;
    padding: 0 16px;
    font: inherit;
}

.gpc-search-box__field input {
    border: 0;
    min-height: 46px;
}

.gpc-filter__search button,
.gpc-search-box button,
.gpc-button {
    min-height: 46px;
    border: 1px solid #5b6b46;
    background: #5b6b46;
    color: #fff;
    padding: 0 20px;
    font: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', Arial, sans-serif !important;
}

.gpc-search-box {
    width: 100%;
}

.gpc-dropdown--category .gpc-dropdown__toggle {
    width: 100%;
    min-height: 46px;
    border: 0 !important;
    border-right: 1px solid #e1dbd6 !important;
    padding: 0 34px 0 14px !important;
    text-align: left;
    background: #fff !important;
}

.gpc-dropdown--category .gpc-dropdown__toggle::after {
    right: 14px;
    top: 18px;
}

.gpc-dropdown--category.is-open .gpc-dropdown__toggle::after {
    top: 22px;
}

.gpc-filter__rows {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    border-bottom: 1px solid #e3ded9;
    padding-bottom: 18px;
    overflow: visible;
}

.gpc-filter__group--wide {
    min-width: 0;
}

.gpc-filter.is-js-sticky {
    position: fixed !important;
    left: 0 !important;
    right: auto;
    width: 100% !important;
    margin-bottom: 0;
    padding: 6px max(20px, calc((100vw - 1360px) / 2)) 0;
    box-shadow: 0 16px 34px rgba(31, 29, 28, 0.1);
    animation: gpcStickyIn 180ms ease both;
}

.gpc-filter.is-js-sticky .gpc-filter__heading {
    display: none;
}

.gpc-filter.is-js-sticky .gpc-filter__rows {
    padding-bottom: 8px;
}

.gpc-filter.is-js-sticky .gpc-dropdown__toggle {
    min-height: 28px;
    font-size: 14px;
}

.gpc-filter.is-js-sticky .gpc-filter__meta {
    min-height: 36px;
}

.gpc-filter.is-js-sticky .gpc-filter__desktop-search .gpc-popup-search-button {
    width: 30px;
    height: 30px;
    min-height: 30px;
}

@keyframes gpcStickyIn {
    from {
        opacity: 0.96;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gpc-filter-sticky-placeholder,
.gpc-mobile-actions-sticky-placeholder {
    display: none;
}

.gpc-filter-sticky-placeholder.is-active,
.gpc-mobile-actions-sticky-placeholder.is-active {
    display: block;
}

.gpc-filter__desktop-search {
    align-self: end;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2px;
}

.gpc-filter__desktop-search .gpc-popup-search-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
    color: #211f1f !important;
}


.gpc-filter__heading {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gpc-filter__selects {
    display: flex;
    gap: 14px 20px;
    flex-wrap: wrap;
    align-items: center;
}

.gpc-dropdown {
    position: relative;
}

.gpc-dropdown__toggle {
    min-height: 34px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #342e2b !important;
    font: inherit;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    padding: 0 18px 0 0 !important;
    position: relative;
    box-shadow: none !important;
    outline: 0;
}

.gpc-dropdown__toggle:hover,
.gpc-dropdown__toggle:focus,
.gpc-dropdown.is-open .gpc-dropdown__toggle {
    background: transparent !important;
    color: #211f1f !important;
    box-shadow: none !important;
}

.gpc-dropdown__toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    right: 2px;
    top: 11px;
    transform: rotate(45deg);
}

.gpc-dropdown.is-open .gpc-dropdown__toggle::after {
    top: 15px;
    transform: rotate(225deg);
}

.gpc-dropdown__toggle span {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #efeceb;
    margin-left: 5px;
    font-size: 11px;
}

.gpc-dropdown--sort .gpc-dropdown__toggle {
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
}

.gpc-dropdown--sort .gpc-dropdown__toggle span {
    width: auto;
    max-width: 120px;
    height: auto;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gpc-dropdown__panel {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 10px);
    left: 0;
    min-width: 280px;
    max-height: 330px;
    overflow: auto;
    display: none;
    border: 1px solid #ddd6cf;
    background: #fff;
    box-shadow: 0 12px 28px rgba(31, 29, 28, 0.12);
    padding: 12px 14px;
}

.gpc-dropdown.is-open .gpc-dropdown__panel {
    display: block;
}

.gpc-dropdown__title {
    color: #9a7d68;
    font-size: 13px;
    margin-bottom: 8px;
}

.gpc-option {
    min-height: 38px;
    display: grid;
    grid-template-columns: 24px minmax(150px, 1fr) auto;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.gpc-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gpc-option__box {
    width: 20px;
    height: 20px;
    border: 1px solid #c9b9a9;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gpc-option input:checked + .gpc-option__box::after {
    content: "âœ“";
    color: #5b6b46;
    font-size: 15px;
    line-height: 1;
}

.gpc-option__name {
    color: #342e2b;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gpc-option__count {
    color: #211f1f;
    font-size: 13px;
    min-width: 28px;
    text-align: right;
}

.gpc-mobile-actions__filter span {
    width: 22px;
    height: 18px;
    position: relative;
    display: inline-block;
}

.gpc-mobile-actions__filter span::before,
.gpc-mobile-actions__filter span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor;
}

.gpc-mobile-actions__filter span::before {
    top: 1px;
}

.gpc-mobile-actions__filter span::after {
    top: 15px;
    box-shadow: none;
}

.gpc-popup-search-button {
    width: 42px;
    height: 42px;
    min-height: 42px;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit;
    padding: 0;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gpc-popup-search-button span,
.gpc-mobile-actions__search span {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 999px;
    position: relative;
    display: inline-block;
}

.gpc-popup-search-button span::after,
.gpc-mobile-actions__search span::after {
    content: "";
    width: 8px;
    height: 2px;
    background: currentColor;
    position: absolute;
    right: -7px;
    bottom: -4px;
    transform: rotate(45deg);
}

.gpc-search-popup {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
}

.gpc-search-popup.is-open {
    pointer-events: auto;
    opacity: 1;
}

.gpc-search-popup::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(20, 18, 17, 0.28);
}

.gpc-search-popup__bar {
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #e3ded9;
    box-shadow: 0 18px 45px rgba(31, 29, 28, 0.16);
    transform: translateY(-100%);
    transition: transform 220ms ease;
}

.gpc-search-popup.is-open .gpc-search-popup__bar {
    transform: translateY(0);
}

.gpc-search-popup__inner {
    width: min(1280px, calc(100% - 40px));
    min-height: 92px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.gpc-search-popup__close {
    width: 42px;
    height: 42px;
    border: 1px solid #d7d1cb !important;
    background: #fff !important;
    color: #211f1f !important;
    font-size: 28px;
    line-height: 1;
    box-shadow: none !important;
}

.gpc-filter__meta {
    min-height: 52px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.gpc-filter__count {
    color: #9a7d68;
    white-space: nowrap;
}


.gpc-filter__sort--meta {
    justify-self: end;
}
.gpc-filter__count strong {
    color: #211f1f;
}

.gpc-filter__chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gpc-chip {
    border-radius: 999px;
    background: #efeeee;
    color: #211f1f;
    padding: 5px 10px;
    font-size: 13px;
    text-decoration: none;
}

.gpc-chip--clear {
    background: transparent;
    text-decoration: underline;
}

.gpc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 32px;
}

.gpc-grid--small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpc-card {
    min-width: 0;
}

.gpc-card__image {
    display: block;
    aspect-ratio: 1 / 1;
    background: #eee9e4;
    overflow: hidden;
}

.gpc-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 180ms ease;
}

.gpc-card:hover .gpc-card__image img {
    transform: scale(1.025);
}

.gpc-card__body {
    padding-top: 14px;
}

.gpc-card h2,
.gpc-card h3 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
}

.gpc-card a {
    color: inherit;
    text-decoration: none;
}

.gpc-card p,
.gpc-card span {
    display: block;
    margin: 0 0 5px;
    color: #a28676;
}

.gpc-pagination {
    margin-top: 42px;
}

.gpc-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.gpc-pagination a,
.gpc-pagination span {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd6cf;
    text-decoration: none;
}

.gpc-single {
    padding: 42px 0 72px;
}

.gpc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.gpc-breadcrumb a {
    color: #7e8790;
    font-weight: 400;
    text-decoration: none;
    font-family: "Montserrat" !important;
    margin-right: 8px;

}

.gpc-breadcrumb a:hover {
    color: #211f1f;
}

.gpc-breadcrumb span {
    display: inline-flex;
}

.gpc-breadcrumb__separator {
    color: #a5a5a5;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
    margin-right: 8px;
}

.gpc-breadcrumb span:last-child {
    color: #211f1f;
    font-weight: 600;
}

.gpc-share {
    position: relative;
    display: inline-flex;
    font-family: Montserrat, Arial, sans-serif;
}

.gpc-share__toggle {
    min-height: 42px;
    border: 0 !important;
    background: #fff !important;
    color: #211f1f !important;
    padding: 0 14px;
    display: flex !important;
    gap: 9px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none !important;
    cursor: pointer;
    align-items: center;
}

.gpc-share__toggle svg {
    flex: 0 0 auto;
}

.gpc-share__panel {
    position: absolute;
    z-index: 9998;
    top: calc(100% + 10px);
    right: 0;
    width: 230px;
    border: 1px solid #ddd6cf;
    background: #fff;
    box-shadow: 0 16px 38px rgba(31, 29, 28, 0.16);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    pointer-events: none;
}

.gpc-share.is-open .gpc-share__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.gpc-share__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 2px 2px 8px;
    border-bottom: 1px solid #eee8e2;
    color: #9a7d68;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gpc-share__close {
    width: 28px;
    height: 28px;
    min-height: 28px;
    border: 0 !important;
    background: transparent !important;
    color: #211f1f !important;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    box-shadow: none !important;
    cursor: pointer;
}

.gpc-share__links {
    display: grid;
    gap: 4px;
    padding-top: 8px;
}

.gpc-share__link {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #211f1f;
    text-decoration: none;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.gpc-share__link:hover {
    background: #f6f2ee;
    color: #5b6b46;
    transform: translateX(2px);
}

.gpc-share__link svg {
    flex: 0 0 auto;
}

.gpc-share__link span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.gpc-variation-count {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #8f7b6d;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.gpc-variation-count strong {
    color: #211f1f;
    font-weight: 800;
}

.gpc-product-details {
    --gpc-detail-green: #5B6B46;
    --gpc-detail-rust: #BA6B38;
    --gpc-detail-ink: #161616;
    --gpc-detail-muted: #667085;
    --gpc-detail-line: #e8e3dc;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    background: #fff;
    font-family: Montserrat, Arial, sans-serif;
}

.gpc-product-details__panel {
    min-width: 0;
    padding: 0;
}

.gpc-product-details__panel + .gpc-product-details__panel {
    border-left: 1px solid var(--gpc-detail-line);
    padding-left: 44px;
}

.gpc-product-details__panel h2 {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
}

.gpc-product-details__panel--details h2 {
    color: var(--gpc-detail-green);
}

.gpc-product-details__panel--attributes h2 {
    color: var(--gpc-detail-rust);
}

.gpc-product-details__panel h2 svg {
    flex: 0 0 auto;
}

.gpc-product-details__list {
    margin: 0;
}

.gpc-product-details__row {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr);
    gap: 16px;
    align-items: baseline;
    padding: 13px 0;
    border-bottom: 1px solid var(--gpc-detail-line);
}

.gpc-product-details__row dt,
.gpc-product-details__row dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.gpc-product-details__row dt {
    color: var(--gpc-detail-muted);
    font-size: 14px;
    font-weight: 400;
}

.gpc-product-details__row dd {
    color: var(--gpc-detail-ink);
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.gpc-product-details__row dd a {
    color: inherit;
    text-decoration: none;
}

.gpc-product-details__row dd a:hover {
    color: var(--gpc-detail-green);
}

.gpc-family-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #211f1f;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.gpc-family-link a {
    color: #5B6B46;
    text-decoration: none;
}

.gpc-family-link a:hover {
    color: #BA6B38;
}

.gpc-family-link--labelled {
    padding: 9px 12px;
    background: #fff;
}

.gpc-family-link__label {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.gpc-resources-stack {
    display: grid;
    gap: 28px;
    max-width: 520px;
    font-family: Montserrat, Arial, sans-serif;
}

.gpc-resources-stack *,
.gpc-downloads,
.gpc-downloads *,
.gpc-classification,
.gpc-classification * {
    font-family: Montserrat, Arial, sans-serif !important;
}

.gpc-downloads {
    border: 1px solid #ded8d0;
    border-radius: 12px;
    background: #fff;
    padding: 22px;
}

.gpc-downloads--standalone {
    max-width: 520px;
}

.gpc-downloads h2,
.gpc-classification h2 {
    margin: 0;
    font-family: Montserrat, Arial, sans-serif;
    letter-spacing: 0;
}

.gpc-downloads h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5B6B46;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.gpc-downloads h2 svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.gpc-downloads__list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.gpc-downloads__item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 12px;
    border: 1px solid #eee8e2;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(31, 29, 28, 0.06);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gpc-downloads__item:hover {
    border-color: #d6cbbf;
    box-shadow: 0 8px 22px rgba(31, 29, 28, 0.1);
    transform: translateY(-1px);
}

.gpc-downloads__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff0ef;
    color: #ef3f35;
}

.gpc-downloads__body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.gpc-downloads__body strong,
.gpc-downloads__body small {
    overflow-wrap: anywhere;
}

.gpc-downloads__body strong {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.gpc-downloads__body small {
    color: #667085;
    font-size: 13px;
    line-height: 1.35;
}

.gpc-classification--standalone {
    max-width: 680px;
}

.gpc-classification h2 {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.gpc-classification__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.gpc-classification__chip {
    display: inline-flex;
    gap: 4px;
    max-width: 100%;
    padding: 6px 10px;
    border: 1px solid #e4ddd5;
    border-radius: 4px;
    background: #fbfaf8;
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.gpc-classification__chip span {
    color: #5B6B46;
    font-weight: 600;
}

.gpc-single__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 54px;
    align-items: center;
}

.gpc-single__media {
    background: #eee9e4;
}

.gpc-single__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.gpc-lede {
    margin-top: 18px;
    color: #5b5551;
    font-size: 17px;
    line-height: 1.7;
}

.gpc-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.gpc-specs div {
    border-top: 1px solid #e3ded9;
    padding-top: 12px;
}

.gpc-specs dt {
    margin-bottom: 4px;
    color: #9a7d68;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gpc-specs dd {
    margin: 0;
}

.gpc-single__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 42px;
    margin-top: 54px;
}

.gpc-related {
    margin-top: 56px;
    padding-top: 34px;
    border-top: 1px solid #e3ded9;
}

.gpc-empty {
    padding: 46px;
    background: #f6f2ee;
}

@media (max-width: 1100px) {
    .gpc-filter__rows {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gpc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gpc-wrap {
        width: min(100% - 24px, 1360px);
    }

    .gpc-mobile-actions {
        position: sticky;
        top: var(--gpc-sticky-top, 0px);
        z-index: 950;
        display: grid;
        grid-template-columns: 72px minmax(120px, 1fr) minmax(110px, 1fr);
        align-items: stretch;
        background: #f6f2ee;
        border-top: 1px solid #e3ded9;
        border-bottom: 1px solid #e3ded9;
        margin: 0 0 18px;
    }

    .gpc-mobile-actions__search,
    .gpc-mobile-actions__filter,
    .gpc-mobile-actions__sort,
    .gpc-mobile-actions .gpc-dropdown,
    .gpc-mobile-actions .gpc-dropdown__toggle {
        min-height: 58px;
        width: 100%;
    }

    .gpc-mobile-actions__search,
    .gpc-mobile-actions__filter,
    .gpc-mobile-actions__sort {
        border: 0 !important;
        background: transparent !important;
        color: #211f1f !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

    .gpc-mobile-actions__filter {
        border-left: 1px solid #d8d0c8 !important;
        border-right: 1px solid #d8d0c8 !important;
    }


    .gpc-mobile-actions.is-js-sticky {
        position: fixed !important;
        left: 0 !important;
        right: auto;
        width: 100% !important;
        margin: 0;
        z-index: 1200;
        box-shadow: 0 12px 26px rgba(31, 29, 28, 0.1);
        animation: gpcStickyIn 180ms ease both;
    }

    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__search,
    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__filter,
    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__sort,
    .gpc-mobile-actions.is-js-sticky .gpc-dropdown,
    .gpc-mobile-actions.is-js-sticky .gpc-dropdown__toggle {
        min-height: 46px;
    }

    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__search span {
        width: 16px;
        height: 16px;
    }
    .gpc-mobile-actions__sort::after {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: rotate(45deg);
        margin: -5px 0 0 4px;
    }

    .gpc-filter {
        position: fixed;
        inset: 0;
        z-index: 2147482999;
        display: none;
        padding: 0 18px 28px;
        margin: 0;
        overflow-y: auto;
        background: #fff;
    }

    .gpc-filter.is-mobile-open {
        display: block;
    }

    .gpc-mobile-sort-panel {
        position: fixed;
        inset: 0;
        z-index: 2147482999;
        display: none;
        overflow-y: auto;
        background: #fff;
        padding: 0 18px 28px;
    }

    .gpc-mobile-sort-panel.is-mobile-open {
        display: block;
    }

    .gpc-mobile-panel__head {
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-bottom: 1px solid #e3ded9;
        margin: 0 -18px 22px;
        padding: 0 18px;
    }

    .gpc-mobile-panel__head strong {
        font-size: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .gpc-mobile-panel__head button {
        width: 42px;
        height: 42px;
        border: 0 !important;
        background: transparent !important;
        color: #211f1f !important;
        font-size: 24px;
        box-shadow: none !important;
    }

    .gpc-mobile-sort-panel .gpc-dropdown {
        position: relative;
        display: block;
    }

    .gpc-mobile-sort-panel .gpc-dropdown__toggle {
        display: none;
    }

    .gpc-mobile-sort-panel .gpc-dropdown__panel {
        position: static;
        display: block;
        border: 0;
        box-shadow: none;
        padding: 0;
        max-height: none;
    }

    .gpc-mobile-panel-active,
    .gpc-mobile-panel-active body {
        overflow: hidden;
    }

    .gpc-filter__search,
    .gpc-search-box,
    .gpc-filter__meta,
    .gpc-product-details,
    .gpc-single__hero,
    .gpc-single__body {
        grid-template-columns: 1fr;
    }

    .gpc-product-details__panel {
        padding: 0;
    }

    .gpc-product-details__panel + .gpc-product-details__panel {
        border-left: 0;
        padding-left: 0;
        padding-top: 24px;
    }

    .gpc-product-details__row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .gpc-product-details__row dd {
        text-align: left;
    }

    .gpc-resources-stack,
    .gpc-downloads--standalone,
    .gpc-classification--standalone {
        max-width: none;
    }

    .gpc-downloads {
        padding: 18px;
    }

    .gpc-search-box__field {
        grid-template-columns: 1fr;
    }

    .gpc-dropdown--category .gpc-dropdown__toggle {
        border-right: 0 !important;
        border-bottom: 1px solid #e1dbd6 !important;
    }

    .gpc-filter__rows {
        display: block;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .gpc-filter__heading {
        margin: 24px 0 8px;
    }

    .gpc-filter__selects {
        display: block;
        border-top: 1px solid #e3ded9;
    }

    .gpc-filter__selects .gpc-dropdown {
        position: relative;
        border-bottom: 1px solid #e3ded9;
    }

    .gpc-filter__selects .gpc-dropdown__toggle {
        width: 100%;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 28px 0 0 !important;
        text-align: left;
        font-weight: 700 !important;
    }

    .gpc-filter__selects .gpc-dropdown__toggle::after {
        right: 4px;
        top: 22px;
    }

    .gpc-filter__selects .gpc-dropdown.is-open .gpc-dropdown__toggle::after {
        top: 26px;
    }

    .gpc-filter__selects .gpc-dropdown__panel {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        max-height: none;
        overflow: visible;
        border: 0;
        box-shadow: none;
        padding: 0 0 16px;
    }

    .gpc-filter__selects .gpc-dropdown.is-open .gpc-dropdown__panel {
        display: block;
    }

    .gpc-filter__selects .gpc-dropdown__title {
        display: none;
    }

    .gpc-filter__selects .gpc-option {
        min-height: 44px;
        grid-template-columns: 24px minmax(0, 1fr) auto;
        white-space: normal;
    }

    .gpc-filter .gpc-filter__sort {
        display: none;
    }

    .gpc-search-popup__inner {
        width: min(100% - 24px, 1280px);
        grid-template-columns: 1fr;
        padding: 18px 0;
    }

    .gpc-search-popup__close {
        justify-self: end;
    }

    .gpc-grid,
    .gpc-grid.is-compact,
    .gpc-grid--small {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }

    .gpc-card h2,
    .gpc-card h3 {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .gpc-grid,
    .gpc-grid.is-compact,
    .gpc-grid--small {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .gpc-mobile-actions {
        grid-template-columns: 64px minmax(112px, 1fr) minmax(96px, 1fr);
    }

    .gpc-mobile-actions__search,
    .gpc-mobile-actions__filter,
    .gpc-mobile-actions__sort,
    .gpc-mobile-actions .gpc-dropdown,
    .gpc-mobile-actions .gpc-dropdown__toggle {
        min-height: 50px;
    }

    .gpc-mobile-actions__search,
    .gpc-mobile-actions__filter,
    .gpc-mobile-actions__sort {
        gap: 7px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        letter-spacing: 0.05em !important;
        padding: 0 10px !important;
    }

    .gpc-mobile-actions__search span {
        width: 15px !important;
        height: 15px !important;
        border-width: 2px !important;
    }

    .gpc-mobile-actions__search span::after {
        width: 7px !important;
        right: -6px !important;
        bottom: -4px !important;
    }

    .gpc-mobile-actions__filter span {
        width: 18px !important;
        height: 13px !important;
        flex: 0 0 18px !important;
    }

    .gpc-mobile-actions__filter span::before,
    .gpc-mobile-actions__filter span::after {
        width: 18px !important;
        height: 2px !important;
        box-shadow: 0 6px 0 currentColor !important;
    }

    .gpc-mobile-actions__filter span::before {
        top: 0 !important;
    }

    .gpc-mobile-actions__filter span::after {
        top: 12px !important;
        box-shadow: none !important;
    }

    .gpc-mobile-actions__sort::after {
        width: 6px !important;
        height: 6px !important;
        margin: -4px 0 0 1px !important;
    }

    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__search,
    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__filter,
    .gpc-mobile-actions.is-js-sticky .gpc-mobile-actions__sort,
    .gpc-mobile-actions.is-js-sticky .gpc-dropdown,
    .gpc-mobile-actions.is-js-sticky .gpc-dropdown__toggle {
        min-height: 44px !important;
    }

    .gpc-filter.is-mobile-open,
    .gpc-mobile-sort-panel.is-mobile-open {
        display: block !important;
        z-index: 2147482999 !important;
    }
}
@media (max-width: 760px) {
    .gpc-filter.is-mobile-open {
        position: fixed !important;
        inset: 0 auto auto 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        display: block !important;
        padding: 64px 18px 28px !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 2147483000 !important;
        width: 100vw !important;
        min-height: 58px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 18px !important;
        margin: 0 !important;
        background: #fff !important;
        border-bottom: 1px solid #e3ded9 !important;
        box-sizing: border-box !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head strong {
        display: block !important;
        color: #211f1f !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        letter-spacing: 0.1em !important;
        line-height: 1 !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button {
        width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #211f1f !important;
        font-size: 0 !important;
        line-height: 1 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button::before {
        content: "×";
        display: block;
        color: currentColor;
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
    }

    .gpc-filter.is-mobile-open .gpc-filter__rows,
    .gpc-filter.is-mobile-open .gpc-filter__meta {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 760px) {
    .gpc-filter.is-mobile-open .gpc-filter__desktop-search {
        display: none !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button {
        position: relative !important;
        font-size: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button::before,
    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button::after {
        content: "" !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: 20px !important;
        height: 2px !important;
        background: #211f1f !important;
        border: 0 !important;
        transform-origin: center !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button::before {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .gpc-filter.is-mobile-open .gpc-mobile-panel__head button::after {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    .gpc-mobile-actions__filter,
    .gpc-mobile-actions__sort {
        gap: 9px !important;
    }

    .gpc-mobile-actions__filter span {
        width: 18px !important;
        height: 16px !important;
        flex: 0 0 18px !important;
        background: linear-gradient(currentColor, currentColor) left 2px top 2px / 18px 2px no-repeat,
                    linear-gradient(currentColor, currentColor) left 2px top 7px / 12px 2px no-repeat,
                    linear-gradient(currentColor, currentColor) left 2px top 12px / 18px 2px no-repeat !important;
    }

    .gpc-mobile-actions__filter span::before,
    .gpc-mobile-actions__filter span::after {
        content: "" !important;
        position: absolute !important;
        width: 4px !important;
        height: 4px !important;
        border: 1px solid currentColor !important;
        border-radius: 999px !important;
        background: #f6f2ee !important;
        box-shadow: none !important;
    }

    .gpc-mobile-actions__filter span::before {
        left: 4px !important;
        top: 0 !important;
    }

    .gpc-mobile-actions__filter span::after {
        left: 12px !important;
        top: 10px !important;
    }

    .gpc-mobile-actions__sort::before {
        content: "" !important;
        width: 17px !important;
        height: 14px !important;
        flex: 0 0 17px !important;
        background: linear-gradient(currentColor, currentColor) left top / 17px 2px no-repeat,
                    linear-gradient(currentColor, currentColor) left 6px top 6px / 11px 2px no-repeat,
                    linear-gradient(currentColor, currentColor) left 10px top 12px / 7px 2px no-repeat !important;
    }
}
@media (max-width: 760px) {
    .gpc-mobile-actions__filter span {
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        background: url('/wp-content/uploads/2026/05/icons8-filter-1.svg') center / contain no-repeat !important;
    }

    .gpc-mobile-actions__filter span::before,
    .gpc-mobile-actions__filter span::after {
        content: none !important;
        display: none !important;
    }

    .gpc-mobile-actions__sort::before {
        content: "" !important;
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        background: url('/wp-content/uploads/2026/05/icons8-sort.svg') center / contain no-repeat !important;
    }
}