/* Shared product display settings for Default, 7K Supply, and Japanese Food Supply. */
.page-shop .shop-product-grid,
.page-shop .wt-shop-product-grid,
.page-shop .wt-product-grid,
.page-shop .wt-free-product-grid,
.page-shop .product-grid,
.page-shop .catalog-grid,
.page-shop .k7-product-grid,
.page-shop .jfs-product-grid,
.page-shop .jfs-shop-products,
.page-shop .wd2-product-grid,
.page-home .wt-unified-product-list,
.page-home .featured-products .product-grid,
.page-home .jfs-products-featured .jfs-product-grid,
.page-home .wd2-product-grid {
    grid-template-columns: repeat(var(--pds-columns-desktop, 4), minmax(0, 1fr)) !important;
}

.page-shop .shop-product-grid { display: grid; }
.page-shop .shop-product-grid > [class*="col-"] { width: auto !important; max-width: none !important; }
.pds-display-enabled .pds-card-field { display: none !important; }
.pds-show-product-image .pds-display-enabled .pds-card-image,
.pds-show-product-name .pds-display-enabled .pds-card-name { display: block !important; }
.pds-show-pack-size .pds-display-enabled .pds-card-pack-size,
.pds-show-selling-unit .pds-display-enabled .pds-card-selling-unit,
.pds-show-sku .pds-display-enabled .pds-card-sku,
.pds-show-brand .pds-display-enabled .pds-card-brand,
.pds-show-origin .pds-display-enabled .pds-card-origin,
.pds-show-moq .pds-display-enabled .pds-card-moq { display: inline !important; }
.pds-show-price .pds-display-enabled .pds-card-price { display: block !important; }
.pds-show-cart .wt-product-card.pds-display-enabled .pds-card-cart { display: block !important; }
.pds-show-cart .k7-product-card.pds-display-enabled .pds-card-cart { display: grid !important; }
.pds-show-cart .jfs-product-card.pds-display-enabled .pds-card-cart { display: inline-flex !important; }
.pds-show-cart .wd2-product-card.pds-display-enabled .pds-card-cart { display: flex !important; }
.pds-show-pack-size .pds-display-enabled .jfs-product-meta .pds-card-pack-size,
.pds-show-selling-unit .pds-display-enabled .jfs-product-meta .pds-card-selling-unit,
.pds-show-sku .pds-display-enabled .jfs-product-meta .pds-card-sku,
.pds-show-brand .pds-display-enabled .jfs-product-meta .pds-card-brand,
.pds-show-origin .pds-display-enabled .jfs-product-meta .pds-card-origin,
.pds-show-moq .pds-display-enabled .jfs-product-meta .pds-card-moq { display: grid !important; }
.pds-show-pack-size .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-pack-size),
.pds-show-selling-unit .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-selling-unit),
.pds-show-sku .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-sku),
.pds-show-brand .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-brand),
.pds-show-origin .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-origin),
.pds-show-moq .wd2-product-card.pds-display-enabled .wd2-product-meta .pds-card-meta-row:has(.pds-card-moq) { display: grid !important; }

.pds-display-enabled .pds-card-meta {
    display: grid;
    gap: 4px;
    margin-top: 7px;
    color: #68758a;
    font-size: .75rem;
    line-height: 1.35;
}
.pds-display-enabled .pds-card-meta-row { display: none; }
.pds-display-enabled .pds-card-meta-row b { color: inherit; font-weight: 800; }
.pds-show-pack-size .pds-display-enabled .pds-card-meta-row:has(.pds-card-pack-size),
.pds-show-selling-unit .pds-display-enabled .pds-card-meta-row:has(.pds-card-selling-unit),
.pds-show-sku .pds-display-enabled .pds-card-meta-row:has(.pds-card-sku),
.pds-show-brand .pds-display-enabled .pds-card-meta-row:has(.pds-card-brand),
.pds-show-origin .pds-display-enabled .pds-card-meta-row:has(.pds-card-origin),
.pds-show-moq .pds-display-enabled .pds-card-meta-row:has(.pds-card-moq) { display: block; }

.pds-related-mobile-1 .pds-related-grid > *:nth-child(n+2),
.pds-related-mobile-2 .pds-related-grid > *:nth-child(n+3),
.pds-related-mobile-3 .pds-related-grid > *:nth-child(n+4) { display: none; }

@media (min-width: 768px) {
    .pds-related-grid > * { display: revert !important; }
    .pds-related-desktop-2 .pds-related-grid > *:nth-child(n+3),
    .pds-related-desktop-3 .pds-related-grid > *:nth-child(n+4),
    .pds-related-desktop-4 .pds-related-grid > *:nth-child(n+5) { display: none !important; }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    .page-shop .shop-product-grid,
    .page-shop .wt-shop-product-grid,
    .page-shop .wt-product-grid,
    .page-shop .wt-free-product-grid,
    .page-shop .product-grid,
    .page-shop .catalog-grid,
    .page-shop .k7-product-grid,
    .page-shop .jfs-product-grid,
    .page-shop .jfs-shop-products,
    .page-shop .wd2-product-grid,
    .page-home .wt-unified-product-list,
    .page-home .featured-products .product-grid,
    .page-home .jfs-products-featured .jfs-product-grid,
    .page-home .wd2-product-grid {
        grid-template-columns: repeat(var(--pds-columns-tablet, 3), minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .page-shop .shop-product-grid,
    .page-shop .wt-shop-product-grid,
    .page-shop .wt-product-grid,
    .page-shop .wt-free-product-grid,
    .page-shop .product-grid,
    .page-shop .catalog-grid,
    .page-shop .k7-product-grid,
    .page-shop .jfs-product-grid,
    .page-shop .jfs-shop-products,
    .page-shop .wd2-product-grid,
    .page-home .wt-unified-product-list,
    .page-home .featured-products .product-grid,
    .page-home .jfs-products-featured .jfs-product-grid,
    .page-home .wd2-product-grid {
        grid-template-columns: repeat(var(--pds-columns-mobile, 2), minmax(0, 1fr)) !important;
    }
    .pds-display-enabled .pds-card-meta { font-size: .68rem; }
    .pds-show-cart .pds-display-enabled .pds-card-cart { min-height: 38px; }
}
