.products-bordered-grid-ins :is(.wd-cat-wrap,.wd-product-wrapper) {
	border: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));
}

@media (min-width: 1025px) {
	:is([style*="col-lg:1"],[style*="col-lg: 1"])>:first-child, :is([style*="col-lg:2"],[style*="col-lg: 2"])>:nth-child(-n+2), :is([style*="col-lg:3"],[style*="col-lg: 3"])>:nth-child(-n+3), :is([style*="col-lg:4"],[style*="col-lg: 4"])>:nth-child(-n+4), :is([style*="col-lg:5"],[style*="col-lg: 5"])>:nth-child(-n+5), :is([style*="col-lg:6"],[style*="col-lg: 6"])>:nth-child(-n+6) {
		--wd-prods-brd-top: var(--wd-prods-brd);
	}
}

@media (min-width: 769px)and (max-width: 1024px) {
	:is([style*="col-md:1"],[style*="col-md: 1"])>:first-child, :is([style*="col-md:2"],[style*="col-md: 2"])>:nth-child(-n+2), :is([style*="col-md:3"],[style*="col-md: 3"])>:nth-child(-n+3), :is([style*="col-md:4"],[style*="col-md: 4"])>:nth-child(-n+4), :is([style*="col-md:5"],[style*="col-md: 5"])>:nth-child(-n+5), :is([style*="col-md:6"],[style*="col-md: 6"])>:nth-child(-n+6) {
		--wd-prods-brd-top: var(--wd-prods-brd);
	}
}

@media (max-width: 768.98px) {
	:is([style*="col-sm:1"],[style*="col-sm: 1"])>:first-child, :is([style*="col-sm:2"],[style*="col-sm: 2"])>:nth-child(-n+2) {
		--wd-prods-brd-top: var(--wd-prods-brd);
	}
}