.gk-b2b-plp-head,
.gk-b2b-plp-head *,
.gk-b2b-plp-card,
.gk-b2b-plp-card *,
.gk-b2b-plp-card__browse,
.gk-b2b-plp-card__browse *,
.gk-b2b-plp-sr-only {
    box-sizing: border-box;
}

body[data-gk-b2b-plp-ui="1"] .grid-list {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-gk-b2b-plp-ui="1"] .grid-list::before,
body[data-gk-b2b-plp-ui="1"] .grid-list::after {
    display: none;
}

body[data-gk-b2b-plp-ui="1"] .grid-list > [class*="ty-column"],
body[data-gk-b2b-plp-ui="1"] .grid-list .ty-grid-list__item {
    float: none;
    min-width: 0;
    width: auto;
}

.gk-b2b-plp-sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.ty-sort-dropdown .sort-by-price-asc,
.ty-sort-dropdown .sort-by-price-desc,
.ty-sort-dropdown .sort-by-popularity,
.ty-sort-dropdown a[href*="sort_by=price"],
.ty-sort-dropdown a[href*="sort_by=popularity"],
.grid-list .ty-quick-view-button,
.ty-product-list .ty-quick-view-button,
.grid-list a[href*="products.quick_view"],
.ty-product-list a[href*="products.quick_view"] {
    display: none !important;
}

.ty-wysiwyg-content .gk-seo-desc-container > h1,
.ty-wysiwyg-content [data-gk-r8-heading-demoted="1"] {
    display: none !important;
}

.gk-b2b-plp-seo-title {
    color: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    font-family: var(--gk-r8-font-heading, Georgia, "Times New Roman", serif);
    font-size: 24px;
    font-weight: 650;
    line-height: 1.18;
    margin: 0 0 10px;
}

.gk-b2b-plp-head {
    background: var(--gk-r8-surface-cream-2, var(--gk-paper, #fbfaf7));
    border: 1px solid var(--gk-border, #ded8ce);
    border-radius: 8px;
    margin: 14px 0 18px;
    padding: 16px;
}

.gk-b2b-plp-head > span {
    color: var(--gk-r8-accent, var(--gk-cognac, #8a4a24));
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.gk-b2b-plp-head > strong {
    color: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    display: block;
    font-family: var(--gk-r8-font-heading, Georgia, "Times New Roman", serif);
    font-size: 25px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.18;
    max-width: 780px;
}

.gk-b2b-plp-head > p {
    color: var(--gk-r8-text-secondary, var(--gk-slate, #385247));
    font-size: 14px;
    font-weight: 400;
    line-height: 1.56;
    margin: 9px 0 0;
    max-width: 780px;
}

.gk-b2b-plp-head__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.gk-b2b-plp-head__points em {
    background: var(--gk-white, #fff);
    border: 1px solid var(--gk-border, #ded8ce);
    border-radius: 999px;
    color: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    padding: 7px 10px;
}

.gk-b2b-plp-card {
    background: var(--gk-white, #fff);
    border: 1px solid rgba(222, 216, 206, 0.88);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(24, 51, 43, 0.07);
    display: flex;
    flex-direction: column;
    height: auto;
    min-width: 0;
    overflow: hidden;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.gk-b2b-plp-card:hover,
.gk-b2b-plp-card:focus-within {
    border-color: rgba(24, 51, 43, 0.42);
    box-shadow: 0 14px 32px rgba(24, 51, 43, 0.10);
    transform: translateY(-1px);
}

.gk-b2b-plp-card .ty-grid-list__image,
.gk-b2b-plp-card .ty-product-list__image,
.gk-b2b-plp-card__image {
    aspect-ratio: 1 / 1;
    background: var(--gk-r8-surface-cream, var(--gk-ivory, #f8f3ea));
    border-bottom: 1px solid rgba(222, 216, 206, 0.72);
    overflow: hidden;
    width: 100%;
}

.gk-b2b-plp-card .ty-grid-list__image a,
.gk-b2b-plp-card .ty-product-list__image a {
    display: block;
    height: 100%;
    width: 100%;
}

.gk-b2b-plp-card .ty-grid-list__image img,
.gk-b2b-plp-card .ty-product-list__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.gk-b2b-plp-card .ty-grid-list__item-name,
.gk-b2b-plp-card .ty-product-list__item-name {
    padding: 12px 12px 0;
}

.gk-b2b-plp-card .product-title {
    color: var(--gk-r8-text-body, var(--gk-charcoal, #112f25));
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.34;
    max-height: none;
    overflow: visible;
    overflow-wrap: anywhere;
    text-decoration: none;
    white-space: normal;
}

.gk-b2b-plp-card .product-title:hover {
    color: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    text-decoration: underline;
}

.gk-b2b-plp-card .product-title:focus-visible,
.gk-b2b-plp-card a[data-gk-r8-product-detail-link="1"]:focus-visible {
    outline: 3px solid var(--gk-r8-focus, #b56a2b);
    outline-offset: 3px;
}

.gk-b2b-plp-card .ty-grid-list__price,
.gk-b2b-plp-card .ty-product-list__price {
    color: var(--gk-r8-text-secondary, var(--gk-slate, #385247));
    font-size: 13px;
    font-weight: 400;
    min-height: 24px;
    padding: 8px 12px 0;
}

.gk-b2b-plp-card .ty-price {
    color: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    font-weight: 700;
}

.gk-b2b-plp-card__browse {
    align-items: flex-start;
    border-top: 1px solid rgba(222, 216, 206, 0.72);
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 11px 12px 12px;
}

.gk-b2b-plp-card__price-note {
    flex: 1 1 180px;
    color: var(--gk-r8-text-secondary, var(--gk-slate, #385247));
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    min-width: 0;
}

.gk-b2b-plp-card__detail {
    align-items: center;
    background: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    border: 1px solid var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 850;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none !important;
}

.gk-b2b-plp-card__detail:hover,
.gk-b2b-plp-card__detail:focus {
    background: var(--gk-r8-brand-support, #0e4a36);
    border-color: var(--gk-r8-brand-support, #0e4a36);
    color: #fff !important;
    text-decoration: none !important;
}

.gk-b2b-plp-filters .ty-product-filters__group,
.gk-b2b-plp-filters .ty-sidebox__body {
    font-size: 13px;
    line-height: 1.45;
}

.gk-b2b-plp-filters [data-gk-r8-filter-hidden="1"],
[data-gk-r8-sort-hidden="1"] {
    display: none !important;
}

body[data-gk-b2b-plp-ui="1"] .ty-pagination__item,
body[data-gk-b2b-plp-ui="1"] .ty-pagination__selected {
    min-height: 44px;
    min-width: 44px;
}

body[data-gk-b2b-plp-ui="1"] .ty-pagination a:focus-visible {
    outline: 3px solid var(--gk-r8-focus, #b56a2b);
    outline-offset: 3px;
}

body[data-gk-b2b-plp-ui="1"] .ty-pagination__selected {
    background: var(--gk-r8-brand-primary, var(--gk-forest, #083b2b));
    color: var(--gk-white, #fff);
}

@media (max-width: 1199px) {
    body[data-gk-b2b-plp-ui="1"] .grid-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body[data-gk-b2b-plp-ui="1"] .grid-list {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gk-b2b-plp-head {
        margin: 10px 0 14px;
        padding: 14px;
    }

    .gk-b2b-plp-head > strong {
        font-size: 22px;
    }

    .gk-b2b-plp-card__browse {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 389px) {
    body[data-gk-b2b-plp-ui="1"] .grid-list {
        grid-template-columns: minmax(0, 1fr);
    }
}
