.woocommerce .ds-product-hero-delivery__item {
	grid-template-columns: 22px minmax(0, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.125rem;
	padding: 0.25rem 0;
	align-items: start;
}

.woocommerce .ds-product-hero-delivery__item > .ds-product-hero-delivery__icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
}

.woocommerce .ds-product-hero-delivery__copy {
	grid-column: 2;
	grid-row: 1;
	display: grid;
	gap: 0.125rem;
	min-width: 0;
	overflow: hidden;
}

.woocommerce .ds-product-hero-delivery__name {
	display: block;
	max-width: 100%;
	font-size: 0.95rem;
	line-height: 1.2;
	overflow-wrap: normal;
	word-break: normal;
}

.woocommerce .ds-product-hero-delivery__eta {
	display: block;
	max-width: 100%;
	font-size: 0.85rem;
	line-height: 1.2;
	overflow-wrap: normal;
	word-break: normal;
}

.woocommerce .ds-product-hero-delivery__price {
	grid-column: 2;
	grid-row: 2;
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: left !important;
	white-space: normal;
}

.woocommerce .ds-product-hero-delivery__price.is-free {
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.woocommerce .ds-product-hero-delivery__name {
		white-space: nowrap;
	}
}
